@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.input-box {
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 16px 24px;
  width: 100%;
  border-radius: 36px; }
  @media screen and (min-width: 1000px) {
    .input-box {
      border-radius: 36px; } }
  @media screen and (min-width: 1000px) {
    .input-box {
      padding: 12px 20px; } }

@media screen and (max-width: 1000px) {
  .desktop-view {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .mobile-view {
    display: none !important; } }

.hide {
  display: none !important; }

.btn, .btn-vote {
  padding: 11px 16px;
  background: #E30009;
  color: #fff;
  border: 1px solid #E30009;
  border-radius: 40px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  transition: all ease 0.5s;
  will-change: transform;
  transform: translateZ(0);
  outline: none; }
  .btn:hover, .btn:focus, .btn-vote:hover, .btn-vote:focus {
    background: #fff;
    color: #E30009; }

.btn-invert {
  padding: 11px 16px;
  background: #E30009;
  color: #fff;
  border: 1px solid #E30009;
  border-radius: 40px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  transition: all ease 0.5s;
  background: #fff;
  color: #E30009;
  cursor: pointer;
  will-change: transform;
  transform: translateZ(0);
  outline: none;
  position: relative; }
  .btn-invert:hover, .btn-invert:focus {
    background: #fff;
    color: #E30009; }
  .btn-invert:hover, .btn-invert:focus {
    background: #E30009;
    color: #fff; }
    .btn-invert:hover::after, .btn-invert:focus::after {
      background-position: -623px -218px; }
  .btn-invert:after {
    content: "";
    background-image: url(/Themes/Release/theme4/images/sprite-icons.svg?mod=40);
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    margin-left: 8px;
    color: #E30009;
    background-position: -254px -218px; }
  .btn-invert.no-border {
    border: none; }

.btn-aitool {
  color: black;
  font-size: 10px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  border: 0.65px solid #888888;
  padding: 10px 25px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: .4px;
  display: inline-block; }
  .btn-aitool:hover, .btn-aitool:focus {
    color: #ED1C24;
    border: 0.65px solid #ED1C24; }

.btn-invert-gray {
  padding: 11px 16px;
  background: #736E6E;
  color: #fff;
  border: 1px solid #736E6E;
  border-radius: 40px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  transition: all ease 0.5s;
  background: #fff;
  color: #736E6E;
  cursor: pointer; }
  .btn-invert-gray:hover, .btn-invert-gray:focus {
    background: #fff;
    color: #736E6E; }
  .btn-invert-gray:hover, .btn-invert-gray:focus {
    background: #736E6E;
    color: #fff; }
    .btn-invert-gray:hover::after, .btn-invert-gray:focus::after {
      background-position: -623px -218px; }
  .btn-invert-gray:hover, .btn-invert-gray:focus {
    background: #E30009;
    color: #FFF;
    border-color: #E30009; }
  .btn-invert-gray:focus {
    outline: none; }
  .btn-invert-gray.dark {
    padding: 11px 16px;
    background: #191B1F;
    color: #fff;
    border: 1px solid #191B1F;
    border-radius: 40px;
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    transition: all ease 0.5s;
    background: #fff;
    color: #191B1F;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px; }
    .btn-invert-gray.dark:hover, .btn-invert-gray.dark:focus {
      background: #fff;
      color: #191B1F; }
    .btn-invert-gray.dark:hover, .btn-invert-gray.dark:focus {
      background: #191B1F;
      color: #fff; }
      .btn-invert-gray.dark:hover::after, .btn-invert-gray.dark:focus::after {
        background-position: -623px -218px; }
    .btn-invert-gray.dark:hover, .btn-invert-gray.dark:focus {
      color: rgba(255, 255, 255, 0.9);
      background: #191b1f; }
  .btn-invert-gray.no-border {
    border: none;
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    color: #191b1f; }
    .btn-invert-gray.no-border:hover, .btn-invert-gray.no-border:focus {
      background: rgba(25, 27, 31, 0.08);
      color: initial; }
    .btn-invert-gray.no-border.primary {
      color: #E30009; }
    .btn-invert-gray.no-border.show-all-editions {
      color: #5F666E; }
  .btn-invert-gray.black {
    padding: 11px 16px;
    background: #fff;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    transition: all ease 0.5s;
    background: #fff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    background: #191B1F; }
    .btn-invert-gray.black:hover, .btn-invert-gray.black:focus {
      background: #fff;
      color: #fff; }
    .btn-invert-gray.black:hover, .btn-invert-gray.black:focus {
      background: #fff;
      color: #fff; }
      .btn-invert-gray.black:hover::after, .btn-invert-gray.black:focus::after {
        background-position: -623px -218px; }
    .btn-invert-gray.black:hover, .btn-invert-gray.black:focus {
      color: rgba(255, 255, 255, 0.9);
      background: rgba(25, 27, 31, 0.16); }

.btn-invert-gray-icon {
  padding: 11px 16px;
  background: #191B1F;
  color: #fff;
  border: 1px solid #191B1F;
  border-radius: 40px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  transition: all ease 0.5s;
  background: #fff;
  color: #191B1F;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid rgba(25, 27, 31, 0.5);
  align-items: center;
  display: flex; }
  .btn-invert-gray-icon:hover, .btn-invert-gray-icon:focus {
    background: #fff;
    color: #191B1F; }
  .btn-invert-gray-icon:hover, .btn-invert-gray-icon:focus {
    background: #191B1F;
    color: #fff; }
    .btn-invert-gray-icon:hover::after, .btn-invert-gray-icon:focus::after {
      background-position: -623px -218px; }
  .btn-invert-gray-icon::before {
    content: "";
    background-image: url(/Themes/Release/theme4/images/sprite-icons.svg?mod=40);
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-left: 0;
    margin-right: 9px;
    vertical-align: text-top;
    display: none; }
  .btn-invert-gray-icon.play::before {
    background-position: -488px -299px;
    display: inline-block; }
  .btn-invert-gray-icon.play:hover::before, .btn-invert-gray-icon.play:focus::before {
    background-position: -516px -299px; }
  .btn-invert-gray-icon.calender::before {
    background-position: -375px -179px;
    display: inline-block; }
  .btn-invert-gray-icon.attending {
    border: none;
    color: #5F666E; }
    .btn-invert-gray-icon.attending::before {
      background-position: -549px -254px;
      height: 16px;
      width: 16px;
      display: inline-block; }
    .btn-invert-gray-icon.attending:hover, .btn-invert-gray-icon.attending:focus {
      background: rgba(25, 27, 31, 0.08);
      color: initial; }
  .btn-invert-gray-icon.download::before {
    background-position: -458px -297px;
    display: inline-block;
    width: 11px; }
  .btn-invert-gray-icon:hover, .btn-invert-gray-icon:focus {
    background: #191B1F;
    color: #FFF; }
    .btn-invert-gray-icon:hover.download::before, .btn-invert-gray-icon:focus.download::before {
      background-position: -479px -419px; }
  .btn-invert-gray-icon:focus {
    outline: none; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
  padding-left: 24px;
  padding-right: 24px; }

.container-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 1192px;
  padding-left: 32px;
  padding-right: 32px; }
  @media screen and (max-width: 1000px) {
    .container-large {
      padding-left: 16px;
      padding-right: 16px; } }

.container-max {
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
  padding-left: 32px;
  padding-right: 32px; }
  @media screen and (max-width: 1000px) {
    .container-max {
      padding-left: 16px;
      padding-right: 16px; } }

.container-min {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  padding-left: 24px;
  padding-right: 24px; }

.container-mid {
  margin-left: auto;
  margin-right: auto;
  max-width: 952px;
  padding-left: 24px;
  padding-right: 24px; }

.container-smax {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 24px;
  padding-right: 24px; }

.container-smid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1012px;
  padding-left: 24px;
  padding-right: 24px; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track {
    padding-top: 0px;
    padding-bottom: 10px; }
  .slick-slider .slick-arrow {
    width: 31px;
    height: 31px;
    background: #FFF;
    color: red;
    border-radius: 30px;
    border: 1px solid #595959;
    right: 0;
    top: -24px;
    left: auto; }
    .slick-slider .slick-arrow:before {
      display: inline-block;
      content: '';
      width: 16px;
      height: 12px;
      opacity: 1 !important;
      background-image: url(/Themes/Release/theme4/images/sprite-icons.svg?mod=40);
      background-repeat: no-repeat;
      background-position: -292px -145px; }
  .slick-slider .slick-prev {
    right: 39px; }
    .slick-slider .slick-prev:before {
      transform: rotate(-180deg); }
  .slick-slider .slick-disabled {
    opacity: 0.5; }
  .slick-slider:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 180px;
    display: none;
    right: 0;
    top: 5px;
    box-shadow: 15px 15px 20px 0px #fff; }

.btn-listen__duration {
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #727272;
  margin-left: 16px;
  color: #191b1f; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.exclusive-item {
  position: relative;
  color: #E30009 !important;
  padding-left: 20px !important; }
  .exclusive-item:after {
    content: '';
    display: inline-block;
    background-image: url(/Themes/Release/theme4/images/sprite-icons.svg?mod=40);
    background-repeat: no-repeat;
    background-position: -177px -175px;
    width: 17px;
    height: 17px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: -2px; }
  .exclusive-item:not(:first-child) {
    padding-left: 28px !important; }
    .exclusive-item:not(:first-child):after {
      left: 8px; }

.imp-items {
  color: #ed1c24;
  font-size: 15px;
  line-height: 20px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  position: relative;
  margin-left: 16px; }
  .imp-items:after {
    content: '';
    display: inline-block;
    background-image: url(/Themes/Release/theme4/images/sprite-icons.svg?mod=40);
    background-repeat: no-repeat;
    background-position: -514px -485px;
    width: 11px;
    height: 17px;
    margin-right: 6px;
    position: absolute;
    left: -16px;
    top: -2px; }

.audio-item {
  position: relative;
  padding-left: 0 !important;
  width: 30px;
  height: 15px;
  display: inline-block; }
  .audio-item:after {
    content: '';
    display: inline-block;
    background: url(/Themes/Release/theme4/images/icons/icon-audio-red.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 13;
    top: -2px; }
  .audio-item:first-of-type {
    width: 13px; }
    .audio-item:first-of-type:after {
      left: 0; }

.video-item {
  position: relative;
  padding-left: 0 !important;
  width: 30px;
  height: 12px;
  display: inline-block; }
  .video-item:after {
    content: '';
    display: inline-block;
    background: url(/Themes/Release/theme4/images/icons/icon-video-red.svg) no-repeat center;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 13;
    top: 0px; }
  .video-item:first-of-type {
    width: 13px; }
    .video-item:first-of-type:after {
      left: 0; }

.slide-shows {
  position: relative;
  padding-left: 0 !important;
  width: 30px;
  height: 15px;
  display: inline-block; }
  .slide-shows:after {
    content: '';
    display: inline-block;
    background: url(/Themes/Release/theme4/images/icons/icon-slideshow-red.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 13;
    top: -2px; }
  .slide-shows:first-of-type {
    width: 13px; }
    .slide-shows:first-of-type:after {
      left: 0; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.vh {
  visibility: hidden;
  position: relative;
  z-index: -1; }
  .vh * {
    transition: none; }

.narratives-panel:after, .special-init-panel:after, .leaders-speak-panel:after,
.portal-events-panel:after, .digital-cover-panel:after {
  margin: 25px auto 15px auto;
  content: "";
  display: block;
  border-bottom: 1px solid #cccccc;
  max-width: 952px; }
  @media screen and (max-width: 1000px) {
    .narratives-panel:after, .special-init-panel:after, .leaders-speak-panel:after,
    .portal-events-panel:after, .digital-cover-panel:after {
      margin: 20px auto 30px auto; } }

input.val-error {
  border-color: #E30009; }

#maincontent > div:last-child:after, #maincontent > section:last-child:after {
  display: none; }

.page-homepage .mobile-header__nav--home {
  color: #E30009; }
  .page-homepage .mobile-header__nav--home:before {
    background-position: -136px -170px; }

.page-latestNews .mobile-header__nav--news {
  color: #E30009; }
  .page-latestNews .mobile-header__nav--news:before {
    background-position: -60px -61px; }

.page-exclusiveNews .mobile-header__nav--exclusives {
  color: #E30009; }
  .page-exclusiveNews .mobile-header__nav--exclusives:before {
    background-position: -15px -92px; }

.page-awards .mobile-header__nav--awards, .page-awardsNew .mobile-header__nav--awards {
  color: #E30009; }
  .page-awards .mobile-header__nav--awards:before, .page-awardsNew .mobile-header__nav--awards:before {
    background-position: -152px -61px; }

.page-eventListing .mobile-header__nav--events {
  color: #E30009; }
  .page-eventListing .mobile-header__nav--events:before {
    background-position: -107px -62px; }

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(2.8); } }

@keyframes header {
  from {
    text-align: center; }
  to {
    text-align: left; } }

@keyframes wave-lines {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes wave-squares {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes skinners {
  from {
    background-attachment: unset;
    background-position: center top; }
  to {
    background-attachment: fixed;
    background-position: center 70px; } }

@keyframes scrolling-up {
  0% {
    transform: translateY(0); }
  to {
    transform: translateY(-50%); } }

@keyframes scrolling-down {
  0% {
    transform: translateY(-50%); }
  to {
    transform: translateY(0); } }

@keyframes scrolling-right {
  0% {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }

@keyframes scrolling-left {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

/**techmonk animations**/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**techmonk css end**/
.et_techmonk, .et_techgig {
  font-family: "Inter", sans-serif;
  /*  .container{
    max-width:1196px;

  } */
  /**global css start**/
  /**global css end**/
  /* Responsive */
  /* Why Techmonk */
  /**journey wrapper end*/
  /* Tech Based Challange */
  /* Skills Showcase */
  /* Contest Case */
  /* Live Contest Section */
  /* Top Performers Section */
  /* Explore Category */
  /****************** Badge Achievements ******************/
  /****************** Why Master Class ******************/
  /****************** Biggest Events ******************/
  /****************** Techmonk Leaders ******************/
  /****************** Analytics Growth ******************/
  /****************** Social Buzz ******************/
  /* What We Offer Cards - External/Internal Benefits */
  /* Upcoming Hackathons Section */
  /* Featured Communities */
  /* Past Hackathons Section */
  /* Responsive Styles */
  /* FAQ Section */
  /* Responsive Styles for FAQ */
  /* Path Steps Section */
  /* Responsive adjustments for Path Steps */
  /* Techmonk City Section */
  /* Responsive adjustments for Techmonk City Section */
  /****************** Agenda Snapshot Section ******************/
  /* Meetups Benefits Section */
  /* Meetups Benefits Section */
  /****************** Webinars Events Section ******************/
  /* Techmonk “Our Leading Partners”: meetups backdrop + horizontal infinite marquee (root selector — avoids double-.et_techmonk compile mismatch) */ }
  .et_techmonk h1, .et_techmonk h2, .et_techmonk h3, .et_techmonk h4, .et_techmonk h5, .et_techmonk h6, .et_techgig h1, .et_techgig h2, .et_techgig h3, .et_techgig h4, .et_techgig h5, .et_techgig h6 {
    font-family: "Playfair Display", serif; }
  .et_techmonk .btn, .et_techmonk p, .et_techgig .btn, .et_techgig p {
    font-family: "Inter", sans-serif; }
  .et_techmonk .border-0, .et_techgig .border-0 {
    border: 0px !important; }
  .et_techmonk .bg-white, .et_techgig .bg-white {
    background: #ffffff !important; }
  .et_techmonk .min-height-1, .et_techgig .min-height-1 {
    min-height: 1px !important; }
  .et_techmonk p, .et_techgig p {
    color: rgba(25, 29, 39, 0.8); }
  .et_techmonk .shadow-none, .et_techgig .shadow-none {
    box-shadow: none !important; }
  .et_techmonk .p-0, .et_techgig .p-0 {
    padding: 0 !important; }
  .et_techmonk .pt-0, .et_techgig .pt-0 {
    padding-top: 0px !important; }
  .et_techmonk .relative, .et_techgig .relative {
    position: relative !important; }
  .et_techmonk .zindex-1, .et_techgig .zindex-1 {
    z-index: 1 !important; }
  .et_techmonk .background-transparent, .et_techgig .background-transparent {
    background: transparent !important; }
  .et_techmonk.headerWithoutAds .sticky .site-header__login, .et_techgig.headerWithoutAds .sticky .site-header__login {
    left: 10px; }
    @media screen and (min-width: 1600px) {
      .et_techmonk.headerWithoutAds .sticky .site-header__login, .et_techgig.headerWithoutAds .sticky .site-header__login {
        left: 40px; } }
  .et_techmonk.dark-layout-theme .top-panel__navigation > li.business_nav_cta a, .et_techgig.dark-layout-theme .top-panel__navigation > li.business_nav_cta a {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff; }
    .et_techmonk.dark-layout-theme .top-panel__navigation > li.business_nav_cta a svg path, .et_techgig.dark-layout-theme .top-panel__navigation > li.business_nav_cta a svg path {
      fill: #fff; }
  .et_techmonk .top-panel__navigation > li.business_nav_cta a, .et_techgig .top-panel__navigation > li.business_nav_cta a {
    display: flex;
    height: 33px;
    padding: 0px 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #fff;
    border: 1px solid #191D27;
    color: #191D27;
    position: relative;
    right: -40px;
    margin-top: -1px;
    vertical-align: middle; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .top-panel__navigation > li.business_nav_cta a, .et_techgig .top-panel__navigation > li.business_nav_cta a {
        padding: 0 14px;
        font-size: 13px;
        line-height: 1.35;
        height: 34px; } }
    .et_techmonk .top-panel__navigation > li.business_nav_cta a svg path, .et_techgig .top-panel__navigation > li.business_nav_cta a svg path {
      fill: #191D27; }
    @media screen and (min-width: 1600px) {
      .et_techmonk .top-panel__navigation > li.business_nav_cta a, .et_techgig .top-panel__navigation > li.business_nav_cta a {
        right: -60px; } }
  .et_techmonk .sticky .top-panel, .et_techgig .sticky .top-panel {
    top: -45px; }
  .et_techmonk .ai-playbook-section__item figure img, .et_techgig .ai-playbook-section__item figure img {
    width: 100%;
    object-fit: cover; }
  .et_techmonk .top-panel__search, .et_techgig .top-panel__search {
    visibility: hidden; }
  .et_techmonk section.dark-bg, .et_techgig section.dark-bg {
    background: var(--background);
    background-size: cover;
    background-attachment: var(--backgroundAttach, auto); }
    .et_techmonk section.dark-bg .btn.btn-secondary-invert:hover, .et_techgig section.dark-bg .btn.btn-secondary-invert:hover {
      color: #fff;
      border-color: #e53935; }
    .et_techmonk section.dark-bg .btn.btn-secondary-invert:after, .et_techgig section.dark-bg .btn.btn-secondary-invert:after {
      background: #e53935; }
  .et_techmonk .site-header__login .btn-invert-gray, .et_techgig .site-header__login .btn-invert-gray {
    /*  border-radius: 10px; */
    border: 1px solid #191D27;
    background: rgba(255, 255, 255, 0.9);
    height: 40px !important;
    padding: 2px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #191D27; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .site-header__login .btn-invert-gray, .et_techgig .site-header__login .btn-invert-gray {
        padding: 2px 18px;
        font-size: 13px;
        line-height: 1.35;
        height: 38px !important; } }
  .et_techmonk .d-block, .et_techgig .d-block {
    display: block !important; }
  .et_techmonk .w-100, .et_techgig .w-100 {
    width: 100% !important; }
  .et_techmonk .site-header .site-header__logo img, .et_techgig .site-header .site-header__logo img {
    object-fit: contain;
    object-position: left center; }
  .et_techmonk .animate-style-1, .et_techgig .animate-style-1 {
    animation: float 5s ease-in-out infinite; }
  .et_techmonk.page-homepage, .et_techgig.page-homepage {
    background: #ffffff;
    background-size: contain;
    background-position: top center; }
    .et_techmonk.page-homepage .site-header.site-header-sticky, .et_techgig.page-homepage .site-header.site-header-sticky {
      backdrop-filter: blur(100px) !important;
      background: rgba(255, 255, 255, 0.5) !important; }
    .et_techmonk.page-homepage section.hero-landing-style, .et_techgig.page-homepage section.hero-landing-style {
      /* background: radial-gradient(circle at 50% 50%, #101726 0%, #05070d 60%); */
      background: var(--background-image, transparent) no-repeat center top;
      background-size: cover;
      margin-top: -52px;
      padding-top: 160px;
      padding-bottom: 74px;
      overflow: hidden;
      /*  background-attachment: fixed!important; */
      /* ================= ORBIT SYSTEM ================= */
      /* 🔥 RING ITSELF MOVES */
      /* ================= DOTS ================= */
      /* ================= RING SIZES ================= */
      /* INNER */
      /* MIDDLE */
      /* OUTER */
      /* ================= KEYFRAMES ================= */
      /* ================= CXO CARDS ================= */
      /* Positions */ }
      .et_techmonk.page-homepage section.hero-landing-style .hero-circle-shape, .et_techgig.page-homepage section.hero-landing-style .hero-circle-shape {
        position: absolute;
        width: 100%;
        top: -100px;
        opacity: .4; }
        @media screen and (min-width: 1200px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-circle-shape, .et_techgig.page-homepage section.hero-landing-style .hero-circle-shape {
            top: -160px; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-circle-shape, .et_techgig.page-homepage section.hero-landing-style .hero-circle-shape {
            display: none; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk.page-homepage section.hero-landing-style, .et_techgig.page-homepage section.hero-landing-style {
          padding-top: 130px;
          margin-top: -102px; } }
      .et_techmonk.page-homepage section.hero-landing-style .hero-top-content, .et_techgig.page-homepage section.hero-landing-style .hero-top-content {
        justify-content: center;
        position: relative;
        z-index: 2; }
      .et_techmonk.page-homepage section.hero-landing-style .hero-title, .et_techgig.page-homepage section.hero-landing-style .hero-title {
        color: #fff;
        font-size: 47px;
        line-height: 66px;
        margin-bottom: 15px;
        margin-top: 24px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-title, .et_techgig.page-homepage section.hero-landing-style .hero-title {
            font-size: 40px;
            line-height: 1.3; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-title, .et_techgig.page-homepage section.hero-landing-style .hero-title {
            font-size: 34px;
            line-height: 1.2; } }
      .et_techmonk.page-homepage section.hero-landing-style .hero-desc, .et_techgig.page-homepage section.hero-landing-style .hero-desc {
        color: #ffffff;
        margin: 10px auto 35px;
        font-size: 18px;
        line-height: 1.5; }
        @media screen and (max-width: 1366px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-desc, .et_techgig.page-homepage section.hero-landing-style .hero-desc {
            font-size: 16px;
            line-height: 1.5;
            margin: 8px auto 28px; } }
      .et_techmonk.page-homepage section.hero-landing-style .btn, .et_techgig.page-homepage section.hero-landing-style .btn {
        padding: 20px 40px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk.page-homepage section.hero-landing-style .btn, .et_techgig.page-homepage section.hero-landing-style .btn {
            padding: 16px 32px;
            font-size: 14px; } }
        .et_techmonk.page-homepage section.hero-landing-style .btn:hover, .et_techgig.page-homepage section.hero-landing-style .btn:hover {
          color: #ffffff;
          border-color: #ffffff; }
          .et_techmonk.page-homepage section.hero-landing-style .btn:hover:before, .et_techmonk.page-homepage section.hero-landing-style .btn:hover:after, .et_techgig.page-homepage section.hero-landing-style .btn:hover:before, .et_techgig.page-homepage section.hero-landing-style .btn:hover:after {
            background: #333333; }
          .et_techmonk.page-homepage section.hero-landing-style .btn:hover svg path, .et_techgig.page-homepage section.hero-landing-style .btn:hover svg path {
            fill: #ffffff; }
      .et_techmonk.page-homepage section.hero-landing-style .hero-container, .et_techgig.page-homepage section.hero-landing-style .hero-container {
        position: relative; }
      .et_techmonk.page-homepage section.hero-landing-style .hero-badge, .et_techgig.page-homepage section.hero-landing-style .hero-badge {
        border: 1px solid #21283e;
        background: #141826;
        font-size: 14px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk.page-homepage section.hero-landing-style .hero-badge, .et_techgig.page-homepage section.hero-landing-style .hero-badge {
            font-size: 13px;
            padding: 6px 12px; } }
        .et_techmonk.page-homepage section.hero-landing-style .hero-badge span, .et_techgig.page-homepage section.hero-landing-style .hero-badge span {
          font-size: 14px;
          color: #b1b1b1; }
          @media screen and (max-width: 1366px) {
            .et_techmonk.page-homepage section.hero-landing-style .hero-badge span, .et_techgig.page-homepage section.hero-landing-style .hero-badge span {
              font-size: 13px; } }
        .et_techmonk.page-homepage section.hero-landing-style .hero-badge .badge-btn, .et_techgig.page-homepage section.hero-landing-style .hero-badge .badge-btn {
          background: #e53935; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-wrapper, .et_techgig.page-homepage section.hero-landing-style .orbit-wrapper {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 1000px;
        height: 1000px;
        z-index: 1;
        top: -20px;
        display: none; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .orbit-wrapper, .et_techgig.page-homepage section.hero-landing-style .orbit-wrapper {
            width: 100%;
            height: 100%; } }
      .et_techmonk.page-homepage section.hero-landing-style .orbit, .et_techgig.page-homepage section.hero-landing-style .orbit {
        position: absolute;
        inset: 0;
        margin: auto; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-ring, .et_techgig.page-homepage section.hero-landing-style .orbit-ring {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 15px solid rgba(255, 255, 255, 0.03);
        /* box-shadow: 0 0 40px rgba(255, 255, 255, 0.15), inset 0 0 40px rgba(255, 255, 255, 0.08); */
        animation: ring-spin linear infinite; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-dot, .et_techgig.page-homepage section.hero-landing-style .orbit-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        box-shadow: 0 0 12px currentColor;
        display: none; }
      .et_techmonk.page-homepage section.hero-landing-style .d1, .et_techgig.page-homepage section.hero-landing-style .d1 {
        color: #ff5c5c;
        background: currentColor; }
      .et_techmonk.page-homepage section.hero-landing-style .d2, .et_techgig.page-homepage section.hero-landing-style .d2 {
        color: #4fc3f7;
        background: currentColor; }
      .et_techmonk.page-homepage section.hero-landing-style .d3, .et_techgig.page-homepage section.hero-landing-style .d3 {
        color: #ffd166;
        background: currentColor; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-sm, .et_techgig.page-homepage section.hero-landing-style .orbit-sm {
        width: 360px;
        height: 360px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .orbit-sm, .et_techgig.page-homepage section.hero-landing-style .orbit-sm {
            width: 200px;
            height: 200px; } }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-sm .orbit-ring, .et_techgig.page-homepage section.hero-landing-style .orbit-sm .orbit-ring {
        animation-duration: 90s, 5s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-sm .orbit-dot, .et_techgig.page-homepage section.hero-landing-style .orbit-sm .orbit-dot {
        animation: orbit-sm 40s linear infinite; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-sm .d2, .et_techgig.page-homepage section.hero-landing-style .orbit-sm .d2 {
        animation-delay: -6s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-sm .d3, .et_techgig.page-homepage section.hero-landing-style .orbit-sm .d3 {
        animation-delay: -12s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-md, .et_techgig.page-homepage section.hero-landing-style .orbit-md {
        width: 720px;
        height: 720px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .orbit-md, .et_techgig.page-homepage section.hero-landing-style .orbit-md {
            width: 300px;
            height: 300px; } }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-md .orbit-ring, .et_techgig.page-homepage section.hero-landing-style .orbit-md .orbit-ring {
        animation-duration: 140s, 7s;
        animation-direction: reverse, alternate;
        /* border-color: rgba(239, 68, 68, 0.22);
       */ }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-md .orbit-dot, .et_techgig.page-homepage section.hero-landing-style .orbit-md .orbit-dot {
        animation: orbit-md 60s linear infinite reverse; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-md .d2, .et_techgig.page-homepage section.hero-landing-style .orbit-md .d2 {
        animation-delay: -10s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-md .d3, .et_techgig.page-homepage section.hero-landing-style .orbit-md .d3 {
        animation-delay: -20s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-lg, .et_techgig.page-homepage section.hero-landing-style .orbit-lg {
        width: 940px;
        height: 940px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .orbit-lg, .et_techgig.page-homepage section.hero-landing-style .orbit-lg {
            width: 370px;
            height: 370px; } }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-lg .orbit-ring, .et_techgig.page-homepage section.hero-landing-style .orbit-lg .orbit-ring {
        animation-duration: 200s, 9s;
        /* border-color: rgba(239, 68, 68, 0.22);
       */ }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-lg .orbit-dot, .et_techgig.page-homepage section.hero-landing-style .orbit-lg .orbit-dot {
        animation: orbit-lg 80s linear infinite; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-lg .d2, .et_techgig.page-homepage section.hero-landing-style .orbit-lg .d2 {
        animation-delay: -14s; }
      .et_techmonk.page-homepage section.hero-landing-style .orbit-lg .d3, .et_techgig.page-homepage section.hero-landing-style .orbit-lg .d3 {
        animation-delay: -28s; }

@keyframes orbit-sm {
  from {
    transform: rotate(0deg) translateX(180px); }
  to {
    transform: rotate(360deg) translateX(180px); } }

@keyframes orbit-md {
  from {
    transform: rotate(0deg) translateX(360px); }
  to {
    transform: rotate(360deg) translateX(360px); } }

@keyframes orbit-lg {
  from {
    transform: rotate(0deg) translateX(470px); }
  to {
    transform: rotate(360deg) translateX(470px); } }

@keyframes ring-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes ring-glow {
  0%,
  100% {
    box-shadow: 0 0 40px rgba(79, 140, 255, 0.12), inset 0 0 40px rgba(79, 140, 255, 0.06); }
  50% {
    box-shadow: 0 0 65px rgba(79, 140, 255, 0.22), inset 0 0 65px rgba(79, 140, 255, 0.12); } }
      .et_techmonk.page-homepage section.hero-landing-style .cxo, .et_techgig.page-homepage section.hero-landing-style .cxo {
        position: absolute;
        width: auto;
        text-align: center;
        z-index: 3;
        animation: float 5s ease-in-out infinite;
        color: #fff; }

@keyframes float {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-14px); } }
      .et_techmonk.page-homepage section.hero-landing-style .cxo img, .et_techgig.page-homepage section.hero-landing-style .cxo img {
        /*  width: 72px;
        height: 72px;
        border-radius: 50%;
        margin-bottom: 8px;
        box-shadow: 0 0 30px rgba(79, 140, 255, .45); */ }
      .et_techmonk.page-homepage section.hero-landing-style .cxo h6, .et_techgig.page-homepage section.hero-landing-style .cxo h6 {
        margin: 4px 0;
        font-size: 14px; }
      .et_techmonk.page-homepage section.hero-landing-style .cxo p, .et_techgig.page-homepage section.hero-landing-style .cxo p {
        font-size: 12px;
        color: #aaa;
        line-height: normal; }
      .et_techmonk.page-homepage section.hero-landing-style .cxo-left-top, .et_techgig.page-homepage section.hero-landing-style .cxo-left-top {
        top: 0px;
        left: 80px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .cxo-left-top, .et_techgig.page-homepage section.hero-landing-style .cxo-left-top {
            display: none; } }
      .et_techmonk.page-homepage section.hero-landing-style .cxo-left-bottom, .et_techgig.page-homepage section.hero-landing-style .cxo-left-bottom {
        bottom: 160px;
        left: -30px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .cxo-left-bottom, .et_techgig.page-homepage section.hero-landing-style .cxo-left-bottom {
            display: none; } }
      .et_techmonk.page-homepage section.hero-landing-style .cxo-right-top, .et_techgig.page-homepage section.hero-landing-style .cxo-right-top {
        top: 0px;
        right: 120px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .cxo-right-top, .et_techgig.page-homepage section.hero-landing-style .cxo-right-top {
            display: none; } }
      .et_techmonk.page-homepage section.hero-landing-style .cxo-right-bottom, .et_techgig.page-homepage section.hero-landing-style .cxo-right-bottom {
        bottom: 160px;
        right: 0; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage section.hero-landing-style .cxo-right-bottom, .et_techgig.page-homepage section.hero-landing-style .cxo-right-bottom {
            display: none; } }
    .et_techmonk.page-homepage header, .et_techgig.page-homepage header {
      margin-bottom: 0px !important; }
      .et_techmonk.page-homepage header .site-header.site-header-sticky, .et_techgig.page-homepage header .site-header.site-header-sticky {
        /*   background: #070b14;
        box-shadow: none; */ }
        .et_techmonk.page-homepage header .site-header.site-header-sticky.menu-active, .et_techgig.page-homepage header .site-header.site-header-sticky.menu-active {
          background: #070b14 !important;
          box-shadow: none; }
        @media screen and (max-width: 1000px) {
          .et_techmonk.page-homepage header .site-header.site-header-sticky .site-header__inner, .et_techgig.page-homepage header .site-header.site-header-sticky .site-header__inner {
            margin-top: 0px;
            padding-top: 10px; } }

@-webkit-keyframes hero-thumb-animation-three {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  88% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  94% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes hero-thumb-animation-three {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  88% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  94% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
  .et_techmonk .text-center, .et_techgig .text-center {
    text-align: center !important; }
  .et_techmonk .common-icon-listing, .et_techgig .common-icon-listing {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-size, 60px); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .common-icon-listing, .et_techgig .common-icon-listing {
        gap: 30px 15px; }
        .et_techmonk .common-icon-listing .step, .et_techgig .common-icon-listing .step {
          width: 47% !important;
          gap: 8px !important;
          padding: 0px 12px !important;
          box-sizing: border-box; }
        .et_techmonk .common-icon-listing .icon img, .et_techgig .common-icon-listing .icon img {
          width: auto !important;
          height: auto !important; }
        .et_techmonk .common-icon-listing h3, .et_techgig .common-icon-listing h3 {
          font-size: 15px;
          height: auto;
          min-height: auto !important; } }
  .et_techmonk .common-icon-background .step, .et_techgig .common-icon-background .step {
    background: #f6f8fe;
    border-radius: 10px;
    height: 238px;
    justify-content: center;
    padding: 0px 28px;
    box-sizing: border-box; }
  .et_techmonk .common-icon-background .step h3, .et_techgig .common-icon-background .step h3 {
    min-height: 48px; }
  .et_techmonk .common-icon-listing .step, .et_techgig .common-icon-listing .step {
    width: calc(25% - var(--gap-size, 46px));
    text-align: center;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .et_techmonk .common-icon-listing-container .container, .et_techgig .common-icon-listing-container .container {
    max-width: 1196px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .common-icon-listing-container .container .common-icon-listing-container .container, .et_techgig .common-icon-listing-container .container .common-icon-listing-container .container {
        padding-left: 0px;
        padding-right: 0px; } }
  .et_techmonk .common-icon-listing-container .feature-cards, .et_techgig .common-icon-listing-container .feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
    @media (max-width: 768px) {
      .et_techmonk .common-icon-listing-container .feature-cards, .et_techgig .common-icon-listing-container .feature-cards {
        grid-template-columns: 1fr; } }
    @media screen and (min-width: 1000px) {
      .et_techmonk .common-icon-listing-container .feature-cards .section-title, .et_techgig .common-icon-listing-container .feature-cards .section-title {
        border-radius: 10px;
        border: 1px solid rgba(23, 36, 53, 0.1);
        opacity: 0.9;
        background: #FFF;
        padding: 28px;
        margin: 0px;
        text-align: left; }
        .et_techmonk .common-icon-listing-container .feature-cards .section-title h2.title, .et_techgig .common-icon-listing-container .feature-cards .section-title h2.title {
          text-align: left; }
        .et_techmonk .common-icon-listing-container .feature-cards .section-title p.subtitle, .et_techgig .common-icon-listing-container .feature-cards .section-title p.subtitle {
          text-align: left; } }
    .et_techmonk .common-icon-listing-container .feature-cards .feature-card, .et_techgig .common-icon-listing-container .feature-cards .feature-card {
      position: relative;
      padding: 28px;
      border-radius: 14px;
      background: url(https://img.etb2bimg.com/files/cp/upload-1768282035-featured-bg.webp) no-repeat center right;
      overflow: hidden;
      background-size: cover;
      color: #ffffff; }
      .et_techmonk .common-icon-listing-container .feature-cards .feature-card::after, .et_techgig .common-icon-listing-container .feature-cards .feature-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url("/path-to-pattern.png") no-repeat right bottom;
        opacity: 0.25;
        pointer-events: none; }
      .et_techmonk .common-icon-listing-container .feature-cards .feature-card .icon, .et_techgig .common-icon-listing-container .feature-cards .feature-card .icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: #f1f4ff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px; }
        .et_techmonk .common-icon-listing-container .feature-cards .feature-card .icon i, .et_techgig .common-icon-listing-container .feature-cards .feature-card .icon i {
          font-size: 20px;
          color: #0b1c3f; }
      .et_techmonk .common-icon-listing-container .feature-cards .feature-card h3, .et_techgig .common-icon-listing-container .feature-cards .feature-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px; }
      .et_techmonk .common-icon-listing-container .feature-cards .feature-card .desc, .et_techgig .common-icon-listing-container .feature-cards .feature-card .desc {
        font-size: 14px;
        color: #cfd6e4;
        margin-bottom: 18px;
        line-height: 1.5; }
      .et_techmonk .common-icon-listing-container .feature-cards .feature-card ul, .et_techgig .common-icon-listing-container .feature-cards .feature-card ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .et_techmonk .common-icon-listing-container .feature-cards .feature-card ul li, .et_techgig .common-icon-listing-container .feature-cards .feature-card ul li {
          position: relative;
          padding-left: 16px;
          font-size: 14px;
          color: #cfd6e4;
          margin-bottom: 8px; }
          .et_techmonk .common-icon-listing-container .feature-cards .feature-card ul li::before, .et_techgig .common-icon-listing-container .feature-cards .feature-card ul li::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #ff6a3d;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 8px; }
  .et_techmonk .gap-10, .et_techgig .gap-10 {
    gap: 10px; }
  .et_techmonk .d-flex, .et_techgig .d-flex {
    display: flex; }
  .et_techmonk .d-inline-flex, .et_techgig .d-inline-flex {
    display: inline-flex; }
  .et_techmonk .justify-content-center, .et_techgig .justify-content-center {
    justify-content: center; }
  .et_techmonk .align-items-center, .et_techgig .align-items-center {
    align-items: center; }
  .et_techmonk .btn, .et_techgig .btn {
    background: #e53935;
    position: relative;
    overflow: hidden; }
    .et_techmonk .btn::after, .et_techgig .btn::after {
      height: 100%;
      left: -35%;
      top: 0;
      transform: skew(50deg);
      transition-duration: 0.6s;
      transform-origin: top left;
      width: 0; }
    .et_techmonk .btn::before, .et_techmonk .btn::after, .et_techgig .btn::before, .et_techgig .btn::after {
      background: #ffffff;
      content: '';
      position: absolute;
      z-index: -1; }
    .et_techmonk .btn:hover::after, .et_techgig .btn:hover::after {
      width: 135%;
      height: 100%; }
    .et_techmonk .btn:hover svg path, .et_techgig .btn:hover svg path {
      fill: #e53935; }
    .et_techmonk .btn.btn-secondary, .et_techgig .btn.btn-secondary {
      background: #191D27;
      border-color: #191D27;
      position: relative;
      overflow: hidden; }
      .et_techmonk .btn.btn-secondary::after, .et_techgig .btn.btn-secondary::after {
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0; }
      .et_techmonk .btn.btn-secondary::before, .et_techmonk .btn.btn-secondary::after, .et_techgig .btn.btn-secondary::before, .et_techgig .btn.btn-secondary::after {
        background: #fff;
        content: '';
        position: absolute;
        z-index: -1; }
      .et_techmonk .btn.btn-secondary:hover, .et_techgig .btn.btn-secondary:hover {
        border-color: #191D27;
        color: #191D27;
        /*  background: #fff; */ }
        .et_techmonk .btn.btn-secondary:hover::after, .et_techgig .btn.btn-secondary:hover::after {
          width: 135%;
          height: 100%; }
        .et_techmonk .btn.btn-secondary:hover svg path, .et_techgig .btn.btn-secondary:hover svg path {
          fill: #191D27; }
    .et_techmonk .btn.btn-secondary-small, .et_techgig .btn.btn-secondary-small {
      background: #191D27;
      border-color: #191D27;
      position: relative;
      overflow: hidden; }
      .et_techmonk .btn.btn-secondary-small:hover, .et_techgig .btn.btn-secondary-small:hover {
        border-color: #191D27;
        color: #191D27;
        background: #fff; }
        .et_techmonk .btn.btn-secondary-small:hover svg path, .et_techgig .btn.btn-secondary-small:hover svg path {
          fill: #191D27; }
    .et_techmonk .btn.btn-secondary-invert, .et_techgig .btn.btn-secondary-invert {
      background: #fff;
      border-color: #191D27;
      color: #191D27;
      position: relative;
      overflow: hidden;
      box-sizing: border-box; }
      .et_techmonk .btn.btn-secondary-invert::after, .et_techgig .btn.btn-secondary-invert::after {
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0; }
      .et_techmonk .btn.btn-secondary-invert::before, .et_techmonk .btn.btn-secondary-invert::after, .et_techgig .btn.btn-secondary-invert::before, .et_techgig .btn.btn-secondary-invert::after {
        background: #191D27;
        content: '';
        position: absolute;
        z-index: -1; }
      .et_techmonk .btn.btn-secondary-invert svg path, .et_techgig .btn.btn-secondary-invert svg path {
        fill: #191D27; }
      .et_techmonk .btn.btn-secondary-invert:hover, .et_techgig .btn.btn-secondary-invert:hover {
        /*  background: $text-color-5; */
        color: #fff; }
        .et_techmonk .btn.btn-secondary-invert:hover::after, .et_techgig .btn.btn-secondary-invert:hover::after {
          width: 135%;
          height: 100%; }
        .et_techmonk .btn.btn-secondary-invert:hover svg path, .et_techgig .btn.btn-secondary-invert:hover svg path {
          fill: #ffffff; }
    .et_techmonk .btn.btn-invert, .et_techgig .btn.btn-invert {
      color: #fff; }
      .et_techmonk .btn.btn-invert:hover, .et_techgig .btn.btn-invert:hover {
        color: #e53935; }
  .et_techmonk .inner-section, .et_techgig .inner-section {
    max-width: 1196px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .inner-section, .et_techgig .inner-section {
        padding-left: 15px;
        padding-right: 15px; } }
  .et_techmonk .pt-25, .et_techgig .pt-25 {
    padding-top: 25px !important; }
  .et_techmonk .pb-0, .et_techgig .pb-0 {
    padding-bottom: 0px !important; }
  .et_techmonk .padding-top-bottom, .et_techgig .padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px !important;
    position: relative; }
    .et_techmonk .padding-top-bottom:after, .et_techgig .padding-top-bottom:after {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #FFF 0%, #DADADA 51.92%, #FFF 100%);
      content: '';
      z-index: 1; }
    .et_techmonk .padding-top-bottom .padding-top-bottom:after, .et_techmonk .padding-top-bottom .top-news-section-container:after, .et_techgig .padding-top-bottom .padding-top-bottom:after, .et_techgig .padding-top-bottom .top-news-section-container:after {
      display: none; }
    .et_techmonk .padding-top-bottom.dark-bg:after, .et_techgig .padding-top-bottom.dark-bg:after {
      display: none; }
    .et_techmonk .padding-top-bottom .overlay-bg, .et_techgig .padding-top-bottom .overlay-bg {
      position: absolute;
      background: var(--background);
      background-size: var(--backgroundSize, cover);
      opacity: var(--opacity, 0.1);
      top: var(--top, 0);
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .et_techmonk .padding-top-bottom > div, .et_techgig .padding-top-bottom > div {
      position: relative;
      z-index: 2; }
    .et_techmonk .padding-top-bottom.border-after-none:after, .et_techgig .padding-top-bottom.border-after-none:after {
      display: none; }
  .et_techmonk .heading-style-1, .et_techgig .heading-style-1 {
    color: #172435;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .heading-style-1, .et_techgig .heading-style-1 {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 8px; } }
  .et_techmonk .paragraph-style-1, .et_techgig .paragraph-style-1 {
    color: #172435;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .paragraph-style-1, .et_techgig .paragraph-style-1 {
        font-size: 12px;
        line-height: 1.45; } }
  .et_techmonk .opacity-50, .et_techgig .opacity-50 {
    opacity: 0.5; }
  .et_techmonk .avatars, .et_techgig .avatars {
    display: flex; }
    .et_techmonk .avatars img, .et_techgig .avatars img {
      width: 28px;
      height: 28px;
      margin-left: -4px;
      border-radius: 100px;
      border: 1px solid #FFF;
      background: url(<path-to-image>) lightgray -3.799px 0px/125% 100% no-repeat;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
      .et_techmonk .avatars img:first-child, .et_techgig .avatars img:first-child {
        margin-left: 0; }
    .et_techmonk .avatars.style_2, .et_techgig .avatars.style_2 {
      margin-bottom: 4px; }
      .et_techmonk .avatars.style_2 img, .et_techgig .avatars.style_2 img {
        width: 22px;
        height: 22px;
        box-shadow: none; }
  .et_techmonk .section-title, .et_techgig .section-title {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .section-title, .et_techgig .section-title {
        margin-bottom: 24px; } }
    .et_techmonk .section-title .eyebrow, .et_techgig .section-title .eyebrow {
      color: #e53935;
      text-align: center;
      font-size: .75rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 16px;
      letter-spacing: .2em; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .section-title .eyebrow, .et_techgig .section-title .eyebrow {
          font-size: 11px;
          margin-bottom: 12px;
          letter-spacing: .15em; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title .eyebrow, .et_techgig .section-title .eyebrow {
          margin-bottom: 10px; } }
    .et_techmonk .section-title .title, .et_techgig .section-title .title {
      color: black;
      text-align: center;
      font-size: 3rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 24px; }
      @media screen and (min-width: 1600px) and (max-width: 1920px) {
        .et_techmonk .section-title .title, .et_techgig .section-title .title {
          font-size: 3.7rem; } }
      @media screen and (max-width: 1366px) {
        .et_techmonk .section-title .title, .et_techgig .section-title .title {
          font-size: 2.8rem;
          line-height: 1.35;
          margin-bottom: 20px; } }
      .et_techmonk .section-title .title span, .et_techgig .section-title .title span {
        color: #e53935; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title .title, .et_techgig .section-title .title {
          line-height: 1.4;
          font-size: 24px; }
          .et_techmonk .section-title .title br, .et_techgig .section-title .title br {
            display: none; } }
    .et_techmonk .section-title h3, .et_techgig .section-title h3 {
      font-family: "Montserrat", sans-serif;
      color: #1f2937;
      text-align: center;
      margin-top: 5px; }
    .et_techmonk .section-title .subtitle, .et_techgig .section-title .subtitle {
      color: oklch(55.1% 0.027 264.364);
      text-align: center;
      font-size: 1.025rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.625;
      margin-top: 10px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .section-title .subtitle, .et_techgig .section-title .subtitle {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 8px; } }
      .et_techmonk .section-title .subtitle b, .et_techgig .section-title .subtitle b {
        color: #101828; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title .subtitle, .et_techgig .section-title .subtitle {
          font-size: 14px; } }
    .et_techmonk .section-title .slogan, .et_techgig .section-title .slogan {
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.625;
      color: #4a5565;
      margin-top: 20px;
      text-align: left; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .section-title .slogan, .et_techgig .section-title .slogan {
          font-size: 14px;
          line-height: 1.5; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title .slogan, .et_techgig .section-title .slogan {
          text-align: center; } }
    @media (min-width: 991px) {
      .et_techmonk .section-title, .et_techgig .section-title {
        max-width: 780px;
        margin: 0 auto 40px; } }
    .et_techmonk .section-title.section-title-style-2, .et_techgig .section-title.section-title-style-2 {
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: end;
      width: 100%;
      max-width: 100%; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title.section-title-style-2, .et_techgig .section-title.section-title-style-2 {
          flex-direction: column;
          text-align: center;
          margin-bottom: 30px !important; } }
      .et_techmonk .section-title.section-title-style-2 .left-col:not(.w-100), .et_techgig .section-title.section-title-style-2 .left-col:not(.w-100) {
        width: 50%; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .section-title.section-title-style-2 .left-col:not(.w-100), .et_techgig .section-title.section-title-style-2 .left-col:not(.w-100) {
            width: 100%;
            text-align: center; } }
      .et_techmonk .section-title.section-title-style-2 .right-col, .et_techgig .section-title.section-title-style-2 .right-col {
        width: 50%;
        text-align: right; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .section-title.section-title-style-2 .right-col, .et_techgig .section-title.section-title-style-2 .right-col {
            width: 100%;
            text-align: center; } }
      .et_techmonk .section-title.section-title-style-2 .title, .et_techgig .section-title.section-title-style-2 .title {
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .section-title.section-title-style-2 .title, .et_techgig .section-title.section-title-style-2 .title {
            text-align: center; } }
      .et_techmonk .section-title.section-title-style-2 .subtitle, .et_techgig .section-title.section-title-style-2 .subtitle {
        text-align: left;
        margin-top: 20px;
        font-size: 16px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .section-title.section-title-style-2 .subtitle, .et_techgig .section-title.section-title-style-2 .subtitle {
            text-align: center; } }
      .et_techmonk .section-title.section-title-style-2 .btn, .et_techgig .section-title.section-title-style-2 .btn {
        margin-top: 20px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .section-title.section-title-style-2, .et_techgig .section-title.section-title-style-2 {
          margin-bottom: 0px; } }
      .et_techmonk .section-title.section-title-style-2 .hero-stats .stat h3, .et_techgig .section-title.section-title-style-2 .hero-stats .stat h3 {
        text-align: left; }
    .et_techmonk .section-title.dark-theme .title, .et_techmonk .section-title.dark-theme .subtitle, .et_techmonk .section-title.dark-theme .slogan, .et_techmonk .section-title.dark-theme .prize-amount,
    .et_techmonk .section-title.dark-theme .hero-stats .stat h3, .et_techmonk .section-title.dark-theme .hero-stats .stat p, .et_techgig .section-title.dark-theme .title, .et_techgig .section-title.dark-theme .subtitle, .et_techgig .section-title.dark-theme .slogan, .et_techgig .section-title.dark-theme .prize-amount,
    .et_techgig .section-title.dark-theme .hero-stats .stat h3, .et_techgig .section-title.dark-theme .hero-stats .stat p {
      color: #fff; }
  .et_techmonk .mx-width-690, .et_techgig .mx-width-690 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto; }
  .et_techmonk .mx-width-100, .et_techgig .mx-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 10px; }
  .et_techmonk .mx-width-100 .text-left, .et_techgig .mx-width-100 .text-left {
    text-align: left; }
  .et_techmonk .mb-60, .et_techgig .mb-60 {
    margin-bottom: 60px !important; }
  .et_techmonk .mb-48, .et_techgig .mb-48 {
    margin-bottom: 48px !important; }
  .et_techmonk .gap-50, .et_techgig .gap-50 {
    gap: 50px !important; }
  .et_techmonk .mt-10, .et_techgig .mt-10 {
    margin-top: 10px !important; }
  .et_techmonk .mb-10, .et_techgig .mb-10 {
    margin-bottom: 10px !important; }
  .et_techmonk .gap-68, .et_techgig .gap-68 {
    gap: 68px !important; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .gap-68, .et_techgig .gap-68 {
        gap: 40px !important; } }
  .et_techmonk .gap-20, .et_techgig .gap-20 {
    gap: 20px !important; }
  .et_techmonk .gap-48, .et_techgig .gap-48 {
    gap: 48px !important; }
  .et_techmonk .justify-content-between, .et_techgig .justify-content-between {
    justify-content: space-between; }
  .et_techmonk .width-100, .et_techgig .width-100 {
    width: 100%; }
  .et_techmonk .radius-0, .et_techgig .radius-0 {
    border-radius: 0 !important; }
  .et_techmonk .padding-5, .et_techgig .padding-5 {
    padding: 5px !important; }
  .et_techmonk .align-items-start, .et_techgig .align-items-start {
    align-items: start !important; }
  .et_techmonk .mt-0, .et_techgig .mt-0 {
    margin-top: 0 !important; }
  .et_techmonk .mt-4, .et_techgig .mt-4 {
    margin-top: 4px !important; }
  .et_techmonk .mt-15, .et_techgig .mt-15 {
    margin-top: 15px !important; }
  .et_techmonk .mt-25, .et_techgig .mt-25 {
    margin-top: 25px !important; }
  .et_techmonk .mt-30, .et_techgig .mt-30 {
    margin-top: 30px !important; }
  .et_techmonk .mt-40, .et_techgig .mt-40 {
    margin-top: 40px !important; }
  .et_techmonk .mt-35, .et_techgig .mt-35 {
    margin-top: 35px !important; }
  .et_techmonk .mb-30, .et_techgig .mb-30 {
    margin-bottom: 30px !important; }
  .et_techmonk .mt-50, .et_techgig .mt-50 {
    margin-top: 50px !important; }
  .et_techmonk .mb-20, .et_techgig .mb-20 {
    margin-bottom: 20px !important; }
  .et_techmonk .mb-9, .et_techgig .mb-9 {
    margin-bottom: 9px !important; }
  .et_techmonk .gap-20, .et_techgig .gap-20 {
    gap: 20px !important; }
  .et_techmonk .radius-0, .et_techgig .radius-0 {
    border-radius: 0 !important; }
  .et_techmonk .pb-0, .et_techgig .pb-0 {
    padding-bottom: 0px !important; }
  .et_techmonk .mb-0, .et_techgig .mb-0 {
    margin-bottom: 0px !important; }
  .et_techmonk .d-grid, .et_techgig .d-grid {
    display: grid; }
  .et_techmonk .grid-cols-2, .et_techgig .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .grid-cols-2, .et_techgig .grid-cols-2 {
        grid-template-columns: repeat(1, 1fr); } }
  .et_techmonk .flex-column, .et_techgig .flex-column {
    flex-direction: column; }
  .et_techmonk .gap-30, .et_techgig .gap-30 {
    gap: 30px; }
  .et_techmonk.page-webinarListing .container-max, .et_techmonk.page-webinarListing .container-mid, .et_techmonk.page-eventListing .container-max, .et_techmonk.page-eventListing .container-mid, .et_techgig.page-webinarListing .container-max, .et_techgig.page-webinarListing .container-mid, .et_techgig.page-eventListing .container-max, .et_techgig.page-eventListing .container-mid {
    max-width: 1192px !important;
    margin: 0 auto !important; }
    @media screen and (max-width: 1000px) {
      .et_techmonk.page-webinarListing .container-max, .et_techmonk.page-webinarListing .container-mid, .et_techmonk.page-eventListing .container-max, .et_techmonk.page-eventListing .container-mid, .et_techgig.page-webinarListing .container-max, .et_techgig.page-webinarListing .container-mid, .et_techgig.page-eventListing .container-max, .et_techgig.page-eventListing .container-mid {
        max-width: 100% !important; } }
  .et_techmonk .max-width-1192, .et_techgig .max-width-1192 {
    max-width: 1228px !important;
    margin: 0 auto !important; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .max-width-1192, .et_techgig .max-width-1192 {
        max-width: 100% !important; } }
  .et_techmonk .image, .et_techgig .image {
    overflow: hidden; }
    .et_techmonk .image img, .et_techgig .image img {
      transition: all 0.3s ease; }
      .et_techmonk .image img:hover, .et_techgig .image img:hover {
        transform: scale(1.1); }
  .et_techmonk .trusted-partners-section .trusted-partners-wrapper, .et_techgig .trusted-partners-section .trusted-partners-wrapper {
    margin-bottom: 0px; }
    .et_techmonk .trusted-partners-section .trusted-partners-wrapper h2, .et_techgig .trusted-partners-section .trusted-partners-wrapper h2 {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      color: #0B0B0B;
      text-align: center;
      margin-bottom: 20px; }
      .et_techmonk .trusted-partners-section .trusted-partners-wrapper h2 strong, .et_techgig .trusted-partners-section .trusted-partners-wrapper h2 strong {
        font-weight: 600; }
    .et_techmonk .trusted-partners-section .trusted-partners-wrapper__logo, .et_techgig .trusted-partners-section .trusted-partners-wrapper__logo {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 30px;
      margin-top: 32px; }
      .et_techmonk .trusted-partners-section .trusted-partners-wrapper__logo img, .et_techgig .trusted-partners-section .trusted-partners-wrapper__logo img {
        max-height: 32px;
        object-fit: contain;
        width: auto; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .trusted-partners-section .trusted-partners-wrapper__logo, .et_techgig .trusted-partners-section .trusted-partners-wrapper__logo {
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px; }
          .et_techmonk .trusted-partners-section .trusted-partners-wrapper__logo img, .et_techgig .trusted-partners-section .trusted-partners-wrapper__logo img {
            max-height: 24px; } }
  .et_techmonk .hero, .et_techgig .hero {
    position: relative;
    padding: 0;
    /*  background:
      radial-gradient(circle at 10% 10%, #fbe7ff 0%, transparent 40%),
      radial-gradient(circle at 90% 20%, #e6f0ff 0%, transparent 45%),
      #ffffff; */
    background: var(--bg-image, transparent) no-repeat center top;
    background-size: cover;
    color: #0f172a;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    /* Badge */
    /* Title */
    /* Description */
    /* Stats */
    /* CTA */
    /* Features */ }
    .et_techmonk .hero.before-enable, .et_techgig .hero.before-enable {
      position: relative;
      padding-top: 130px;
      padding-bottom: 120px; }
      .et_techmonk .hero.before-enable::before, .et_techgig .hero.before-enable::before {
        position: absolute;
        content: '';
        background: var(--bg-overlay, transparent) no-repeat;
        width: 100%;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        opacity: 0;
        top: 0px; }
      .et_techmonk .hero.before-enable #particle-banner-bg, .et_techgig .hero.before-enable #particle-banner-bg {
        height: 100%;
        background: transparent; }
    .et_techmonk .hero-container, .et_techgig .hero-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center; }
    .et_techmonk .hero-badge, .et_techgig .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 6px 14px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      font-size: 14px;
      margin-bottom: 10px;
      border-radius: 100px;
      border: 1px solid #D9D9D9;
      background: #FFFFFF; }
      .et_techmonk .hero-badge span, .et_techgig .hero-badge span {
        font-size: 14px;
        color: #1f2937; }
      .et_techmonk .hero-badge .badge-btn, .et_techgig .hero-badge .badge-btn {
        padding: 4px 10px;
        border-radius: 20px;
        background: #0f172a;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        white-space: nowrap; }
      @media (max-width: 768px) {
        .et_techmonk .hero-badge, .et_techgig .hero-badge {
          flex-wrap: wrap;
          border-radius: 10px;
          gap: 7px;
          justify-content: center;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-bottom: 20px; }
          .et_techmonk .hero-badge .avatars, .et_techgig .hero-badge .avatars {
            width: 100%;
            justify-content: center;
            margin-bottom: 5px; } }
    .et_techmonk .hero-title, .et_techgig .hero-title {
      font-size: 3.8rem;
      line-height: 1.5;
      margin-bottom: 0;
      color: #1f2937;
      font-weight: 500;
      font-family: "Playfair Display", serif; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .hero-title, .et_techgig .hero-title {
          font-size: 2.8rem;
          line-height: 1.4; } }
      @media screen and (min-width: 1600px) and (max-width: 1920px) {
        .et_techmonk .hero-title, .et_techgig .hero-title {
          font-size: 4.1rem; } }
      .et_techmonk .hero-title span, .et_techgig .hero-title span {
        background: #ef4444;
        color: white; }
    .et_techmonk .hero-desc, .et_techgig .hero-desc {
      max-width: 800px;
      margin: 30px auto 30px;
      font-size: 1.1rem;
      color: #d1d5dc;
      line-height: 1.6;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .hero-desc, .et_techgig .hero-desc {
          font-size: 0.9rem; } }
    .et_techmonk .hero-stats, .et_techgig .hero-stats {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-bottom: 35px; }
      .et_techmonk .hero-stats .stat, .et_techgig .hero-stats .stat {
        max-width: 210px;
        text-align: left; }
        .et_techmonk .hero-stats .stat h3, .et_techgig .hero-stats .stat h3 {
          margin-bottom: 4px;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          color: #172435; }
          .et_techmonk .hero-stats .stat h3 .stars, .et_techgig .hero-stats .stat h3 .stars {
            display: block;
            color: #f59e0b;
            font-size: 14px; }
        .et_techmonk .hero-stats .stat p, .et_techgig .hero-stats .stat p {
          color: #172435;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          text-align: left; }
        .et_techmonk .hero-stats .stat + .stat, .et_techgig .hero-stats .stat + .stat {
          position: relative;
          padding-left: 25px; }
          .et_techmonk .hero-stats .stat + .stat::before, .et_techgig .hero-stats .stat + .stat::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, transparent, #cccccc 50%, transparent); }
    .et_techmonk .hero .btn, .et_techgig .hero .btn {
      padding: 18px 36px;
      display: inline-flex;
      font-size: 16px;
      font-weight: 600;
      gap: 10px;
      margin-bottom: 42px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .hero .btn, .et_techgig .hero .btn {
          font-size: 14px;
          padding: 12px 24px; } }
      .et_techmonk .hero .btn:hover, .et_techgig .hero .btn:hover {
        transform: translateY(-2px);
        background: none; }
        .et_techmonk .hero .btn:hover svg path, .et_techgig .hero .btn:hover svg path {
          fill: #e53935;
          transition: 0.2s; }
    .et_techmonk .hero-features, .et_techgig .hero-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      margin-top: 56px;
      max-width: 88%;
      margin: 56px auto 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .hero-features, .et_techgig .hero-features {
          max-width: 100%;
          grid-template-columns: repeat(1, 1fr);
          gap: 20px;
          margin-top: 30px; } }
      .et_techmonk .hero-features .feature, .et_techgig .hero-features .feature {
        text-align: left;
        width: 100%;
        padding: 22px 30px;
        border-radius: 10px;
        border: 1px solid #313131;
        background: rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 30px 0 rgba(82, 67, 67, 0.4);
        box-sizing: border-box; }
        .et_techmonk .hero-features .feature img, .et_techgig .hero-features .feature img {
          width: 48px;
          height: 48px;
          margin-bottom: 10px; }
        .et_techmonk .hero-features .feature h3, .et_techgig .hero-features .feature h3 {
          color: #FFF;
          font-size: 18px;
          font-style: normal;
          margin-bottom: 8px;
          line-height: 20px;
          /* 100% */
          font-weight: 600; }
          @media screen and (min-width: 1400px) {
            .et_techmonk .hero-features .feature h3, .et_techgig .hero-features .feature h3 {
              font-size: 20px; } }
        .et_techmonk .hero-features .feature p, .et_techgig .hero-features .feature p {
          color: rgba(255, 255, 255, 0.7);
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5; }
    .et_techmonk .hero.left_align_style, .et_techgig .hero.left_align_style {
      /* Hex Grid */
      /**Hex Grid Start**/
      /**Hex Grid End**/ }
      .et_techmonk .hero.left_align_style .hero-container, .et_techgig .hero.left_align_style .hero-container {
        text-align: left; }
      .et_techmonk .hero.left_align_style .hero-title, .et_techgig .hero.left_align_style .hero-title {
        font-size: 42px;
        line-height: 56px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .hero.left_align_style .hero-title, .et_techgig .hero.left_align_style .hero-title {
            font-size: 36px;
            line-height: 1.3; } }
      .et_techmonk .hero.left_align_style .hero-desc, .et_techgig .hero.left_align_style .hero-desc {
        max-width: 100%;
        margin-left: 0px;
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .hero.left_align_style .hero-desc, .et_techgig .hero.left_align_style .hero-desc {
            font-size: 15px;
            line-height: 1.5; } }
      .et_techmonk .hero.left_align_style .hero-stats, .et_techgig .hero.left_align_style .hero-stats {
        justify-content: center;
        gap: 25px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .hero.left_align_style .hero-stats, .et_techgig .hero.left_align_style .hero-stats {
            gap: 20px; } }
        .et_techmonk .hero.left_align_style .hero-stats .stat, .et_techgig .hero.left_align_style .hero-stats .stat {
          max-width: 150px;
          text-align: left;
          min-width: 170px; }
          .et_techmonk .hero.left_align_style .hero-stats .stat h3, .et_techgig .hero.left_align_style .hero-stats .stat h3 {
            font-size: 24px;
            font-style: normal;
            font-weight: 700; }
            @media screen and (max-width: 1366px) {
              .et_techmonk .hero.left_align_style .hero-stats .stat h3, .et_techgig .hero.left_align_style .hero-stats .stat h3 {
                font-size: 22px;
                line-height: 1.3; } }
          .et_techmonk .hero.left_align_style .hero-stats .stat p, .et_techgig .hero.left_align_style .hero-stats .stat p {
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }
            @media screen and (max-width: 1366px) {
              .et_techmonk .hero.left_align_style .hero-stats .stat p, .et_techgig .hero.left_align_style .hero-stats .stat p {
                font-size: 12px;
                line-height: 1.45; } }
        .et_techmonk .hero.left_align_style .hero-stats.dark-theme .stat h3, .et_techmonk .hero.left_align_style .hero-stats.dark-theme .stat p, .et_techgig .hero.left_align_style .hero-stats.dark-theme .stat h3, .et_techgig .hero.left_align_style .hero-stats.dark-theme .stat p {
          color: #fff; }
      .et_techmonk .hero.left_align_style .hero-top-content, .et_techgig .hero.left_align_style .hero-top-content {
        gap: 40px; }
        .et_techmonk .hero.left_align_style .hero-top-content .hero-left-content, .et_techgig .hero.left_align_style .hero-top-content .hero-left-content {
          max-width: 783px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .hero.left_align_style .hero-top-content .hero-left-content, .et_techgig .hero.left_align_style .hero-top-content .hero-left-content {
              max-width: 100%;
              text-align: center; } }
        .et_techmonk .hero.left_align_style .hero-top-content .hero-right-content, .et_techgig .hero.left_align_style .hero-top-content .hero-right-content {
          width: 50%; }
          .et_techmonk .hero.left_align_style .hero-top-content .hero-right-content .polygon-image, .et_techgig .hero.left_align_style .hero-top-content .hero-right-content .polygon-image {
            width: auto;
            height: auto;
            animation: hero-thumb-animation-three 3s ease-in-out infinite;
            position: absolute; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .hero.left_align_style .hero-top-content .hero-right-content, .et_techgig .hero.left_align_style .hero-top-content .hero-right-content {
              display: none; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk .hero.left_align_style .hero-top-content, .et_techgig .hero.left_align_style .hero-top-content {
            flex-wrap: wrap; }
            .et_techmonk .hero.left_align_style .hero-top-content .hero-title, .et_techgig .hero.left_align_style .hero-top-content .hero-title {
              text-align: center; }
            .et_techmonk .hero.left_align_style .hero-top-content .hero-desc, .et_techgig .hero.left_align_style .hero-top-content .hero-desc {
              text-align: center; }
            .et_techmonk .hero.left_align_style .hero-top-content .hero-stats, .et_techgig .hero.left_align_style .hero-top-content .hero-stats {
              justify-content: center; }
              .et_techmonk .hero.left_align_style .hero-top-content .hero-stats .stat h3, .et_techgig .hero.left_align_style .hero-top-content .hero-stats .stat h3 {
                text-align: center; } }
      .et_techmonk .hero.left_align_style .hero-badge, .et_techgig .hero.left_align_style .hero-badge {
        margin-bottom: 13px; }
        .et_techmonk .hero.left_align_style .hero-badge svg, .et_techgig .hero.left_align_style .hero-badge svg {
          width: 24px; }
      .et_techmonk .hero.left_align_style .hex-grid, .et_techgig .hero.left_align_style .hex-grid {
        display: grid;
        grid-template-columns: repeat(3, 119px);
        grid-gap: 20px;
        justify-content: center;
        /* stagger animation delay */
        /* infinite floating animation */ }
        .et_techmonk .hero.left_align_style .hex-grid.middle-grid, .et_techgig .hero.left_align_style .hex-grid.middle-grid {
          grid-template-columns: repeat(4, 119px);
          margin-top: -18px;
          margin-bottom: -18px; }
        .et_techmonk .hero.left_align_style .hex-grid.bottom-grid, .et_techgig .hero.left_align_style .hex-grid.bottom-grid {
          grid-template-columns: repeat(3, 119px); }
        @media (max-width: 1024px) {
          .et_techmonk .hero.left_align_style .hex-grid, .et_techgig .hero.left_align_style .hex-grid {
            grid-template-columns: repeat(3, 119px); } }
        @media (max-width: 768px) {
          .et_techmonk .hero.left_align_style .hex-grid, .et_techgig .hero.left_align_style .hex-grid {
            grid-template-columns: repeat(3, 100px); } }
        @media (max-width: 480px) {
          .et_techmonk .hero.left_align_style .hex-grid, .et_techgig .hero.left_align_style .hex-grid {
            grid-template-columns: repeat(3, 100px); } }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card, .et_techgig .hero.left_align_style .hex-grid .hex-card {
          width: 119px;
          height: calc(119px * 1.15);
          position: relative;
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          overflow: hidden;
          background: #fff;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
          /*  animation: float 3s ease-in-out; */
          /*  transition: transform 0.4s ease; */
          /*   &:hover {
          transform: translateY(-12px) scale(1.04);
        } */ }
          .et_techmonk .hero.left_align_style .hex-grid .hex-card img, .et_techgig .hero.left_align_style .hex-grid .hex-card img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .hero.left_align_style .hex-grid .hex-card, .et_techgig .hero.left_align_style .hex-grid .hex-card {
              width: 70px;
              height: calc(70px * 1.15); } }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(1), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(1) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.27s, 1.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(1), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(1) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.27s, 1.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(1), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(1) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.27s, 1.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(2), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(2) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.4s, 1.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(2), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(2) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.4s, 1.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(2), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(2) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.4s, 1.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(3), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(3) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.53s, 2.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(3), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(3) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.53s, 2.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(3), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(3) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.53s, 2.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(4), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(4) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.66s, 2.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(4), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(4) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.66s, 2.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(4), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(4) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.66s, 2.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(5), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(5) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.79s, 3.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(5), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(5) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.79s, 3.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(5), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(5) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.79s, 3.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(6), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(6) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.92s, 3.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(6), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(6) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.92s, 3.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(6), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(6) {
          animation-name: hex-fade-in, float;
          animation-delay: 0.92s, 3.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(7), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(7) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.05s, 4.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(7), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(7) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.05s, 4.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(7), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(7) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.05s, 4.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(8), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(8) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.18s, 4.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(8), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(8) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.18s, 4.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(8), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(8) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.18s, 4.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(9), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(9) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.31s, 5.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(9), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(9) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.31s, 5.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(9), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(9) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.31s, 5.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(10), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(10) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.44s, 5.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(10), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(10) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.44s, 5.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(10), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(10) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.44s, 5.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(11), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(11) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.57s, 6.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(11), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(11) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.57s, 6.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(11), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(11) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.57s, 6.3s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(12), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(12) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.7s, 6.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(12), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(12) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.7s, 6.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
        .et_techmonk .hero.left_align_style .hex-grid .hex-card:nth-child(12), .et_techgig .hero.left_align_style .hex-grid .hex-card:nth-child(12) {
          animation-name: hex-fade-in, float;
          animation-delay: 1.7s, 6.8s;
          animation-duration: 0.7s, 3.2s;
          animation-fill-mode: both, none;
          animation-iteration-count: 1, infinite;
          animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }

@keyframes hex-from-top-smooth {
  from {
    opacity: 0;
    transform: translateY(-24px) scale(0.95); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes hex-from-bottom-smooth {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.95); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes hex-fade-in {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-14px); }
  100% {
    transform: translateY(0); } }
      .et_techmonk .hero.left_align_style .live-stream-badge, .et_techgig .hero.left_align_style .live-stream-badge {
        margin-bottom: 13px; }
        .et_techmonk .hero.left_align_style .live-stream-badge span, .et_techgig .hero.left_align_style .live-stream-badge span {
          border-radius: 100px;
          border: 1px solid #494949;
          background: #1E122E;
          border-radius: 100px;
          border: 1px solid #494949;
          background: #1E122E;
          height: 40px;
          display: inline-flex;
          align-items: center;
          gap: 5px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #FFF;
          padding: 0 16px; }
          .et_techmonk .hero.left_align_style .live-stream-badge span strong, .et_techgig .hero.left_align_style .live-stream-badge span strong {
            font-weight: 700;
            position: relative;
            padding-left: 15px; }
            .et_techmonk .hero.left_align_style .live-stream-badge span strong::before, .et_techgig .hero.left_align_style .live-stream-badge span strong::before {
              content: '';
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background: #e53935; }
            .et_techmonk .hero.left_align_style .live-stream-badge span strong.text-theme, .et_techgig .hero.left_align_style .live-stream-badge span strong.text-theme {
              color: #e53935; }
          .et_techmonk .hero.left_align_style .live-stream-badge span img, .et_techgig .hero.left_align_style .live-stream-badge span img {
            margin-left: 10px; }
      .et_techmonk .hero.left_align_style .btn:hover, .et_techgig .hero.left_align_style .btn:hover {
        color: #ffffff;
        border-color: #ffffff; }
        .et_techmonk .hero.left_align_style .btn:hover:before, .et_techmonk .hero.left_align_style .btn:hover:after, .et_techgig .hero.left_align_style .btn:hover:before, .et_techgig .hero.left_align_style .btn:hover:after {
          background: #333333; }
        .et_techmonk .hero.left_align_style .btn:hover svg path, .et_techgig .hero.left_align_style .btn:hover svg path {
          fill: #ffffff; }
  @media (max-width: 768px) {
    .et_techmonk .hero, .et_techgig .hero {
      padding: 60px 16px; }
      .et_techmonk .hero .btn, .et_techgig .hero .btn {
        margin-bottom: 50px; }
      .et_techmonk .hero-title, .et_techgig .hero-title {
        font-size: 34px;
        line-height: 1.2; }
      .et_techmonk .hero-desc, .et_techgig .hero-desc {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.4; }
      .et_techmonk .hero-stats, .et_techgig .hero-stats {
        flex-direction: row;
        gap: 18px;
        flex-wrap: wrap; }
        .et_techmonk .hero-stats .stat, .et_techgig .hero-stats .stat {
          max-width: 44%;
          text-align: center; }
          .et_techmonk .hero-stats .stat h3, .et_techgig .hero-stats .stat h3 {
            font-size: 22px; }
          .et_techmonk .hero-stats .stat p, .et_techgig .hero-stats .stat p {
            font-size: 13px;
            line-height: 17px;
            text-align: center; }
          .et_techmonk .hero-stats .stat .avatars, .et_techgig .hero-stats .stat .avatars {
            justify-content: center; }
      .et_techmonk .hero-features .feature, .et_techgig .hero-features .feature {
        text-align: center;
        width: 100%; }
        .et_techmonk .hero-features .feature h3, .et_techgig .hero-features .feature h3 {
          font-weight: 600;
          font-size: 18px; }
        .et_techmonk .hero-features .feature p, .et_techgig .hero-features .feature p {
          font-size: 14px;
          line-height: normal;
          text-align: center; } }
  .et_techmonk .why-technomk, .et_techgig .why-technomk {
    position: relative;
    margin-top: var(--mt, 0px) !important;
    /* Journey Wrapper */ }
    .et_techmonk .why-technomk .what-we-offer-bg, .et_techgig .why-technomk .what-we-offer-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.5;
      z-index: 1;
      /*  margin-top: -180px; */ }
    .et_techmonk .why-technomk .inner-section_, .et_techgig .why-technomk .inner-section_ {
      position: relative;
      z-index: 2; }
    .et_techmonk .why-technomk .steps, .et_techgig .why-technomk .steps {
      display: grid;
      justify-content: space-between;
      grid-template-columns: repeat(4, 1fr);
      gap: 36px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .why-technomk .steps, .et_techgig .why-technomk .steps {
          gap: 24px; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .steps, .et_techgig .why-technomk .steps {
          grid-template-columns: repeat(2, 1fr); } }
      .et_techmonk .why-technomk .steps .step, .et_techgig .why-technomk .steps .step {
        background: #FFF;
        border-radius: 12px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: all .5s ease-in; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .why-technomk .steps .step, .et_techgig .why-technomk .steps .step {
            padding: 16px; } }
        .et_techmonk .why-technomk .steps .step:before, .et_techgig .why-technomk .steps .step:before {
          border: 2px dashed #b6b6b6;
          content: '';
          transform: rotate(0deg);
          position: absolute;
          left: 0px;
          right: 0px;
          top: 76px;
          left: 196px;
          right: -58px;
          z-index: 1;
          display: none; }
        .et_techmonk .why-technomk .steps .step:last-child:before, .et_techgig .why-technomk .steps .step:last-child:before {
          display: none; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .why-technomk .steps .step:before, .et_techgig .why-technomk .steps .step:before {
            display: none; } }
        .et_techmonk .why-technomk .steps .step .icon_meetups img, .et_techgig .why-technomk .steps .step .icon_meetups img {
          transition: all .5s ease-in; }
        .et_techmonk .why-technomk .steps .step .icon, .et_techgig .why-technomk .steps .step .icon {
          width: 114px;
          height: 114px;
          background: #EBECF0;
          position: relative;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          margin-left: auto;
          margin-right: auto; }
          .et_techmonk .why-technomk .steps .step .icon:before, .et_techgig .why-technomk .steps .step .icon:before {
            content: '';
            background: linear-gradient(180deg, #606ED1 0%, #AF56A6 50%, #E35252 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 50%;
            animation: rotateGradient 6s linear infinite; }
          .et_techmonk .why-technomk .steps .step .icon:after, .et_techgig .why-technomk .steps .step .icon:after {
            width: calc(114px - 22px);
            height: calc(114px - 22px);
            background: #EBECF0;
            content: '';
            border-radius: 50%;
            position: absolute;
            border: 4px solid white; }

@keyframes rotateGradient {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
          .et_techmonk .why-technomk .steps .step .icon span, .et_techgig .why-technomk .steps .step .icon span {
            width: 25px;
            height: 25px;
            position: absolute;
            right: -9px;
            background: #08080A;
            border: solid 4px #FFF;
            border-radius: 50px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 17px;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            z-index: 1; }
          .et_techmonk .why-technomk .steps .step .icon img, .et_techgig .why-technomk .steps .step .icon img {
            z-index: 1;
            transition: all .5s ease-in; }
        .et_techmonk .why-technomk .steps .step .icon_meetups, .et_techgig .why-technomk .steps .step .icon_meetups {
          margin-bottom: 15px; }
        .et_techmonk .why-technomk .steps .step:hover, .et_techgig .why-technomk .steps .step:hover {
          transform: translateY(-10px);
          transition: all .5s ease-in; }
          .et_techmonk .why-technomk .steps .step:hover .icon img, .et_techmonk .why-technomk .steps .step:hover .icon_meetups img, .et_techgig .why-technomk .steps .step:hover .icon img, .et_techgig .why-technomk .steps .step:hover .icon_meetups img {
            transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            transition: all .5s ease-in; }
        .et_techmonk .why-technomk .steps .step p, .et_techgig .why-technomk .steps .step p {
          font-size: 13px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .steps, .et_techgig .why-technomk .steps {
          flex-direction: column;
          gap: 40px; }
          .et_techmonk .why-technomk .steps .step, .et_techgig .why-technomk .steps .step {
            width: 100%;
            /*  padding: 0px; */ } }
    .et_techmonk .why-technomk .inner-section, .et_techgig .why-technomk .inner-section {
      border-radius: 10px 10px 0 0;
      /* border: 1px solid #EBEBEB; */
      background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.47) 52.88%, rgba(255, 255, 255, 0) 100%);
      max-width: 1196px;
      margin: 0 auto;
      padding: 40px 20px 0;
      box-sizing: border-box;
      /* background: #fff; */ }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .inner-section, .et_techgig .why-technomk .inner-section {
          padding: 40px 0; } }
    .et_techmonk .why-technomk .journey-wrapper .journey-steps, .et_techgig .why-technomk .journey-wrapper .journey-steps {
      display: grid;
      align-items: stretch;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .journey-wrapper .journey-steps, .et_techgig .why-technomk .journey-wrapper .journey-steps {
          flex-direction: column;
          grid-template-columns: repeat(1, 1fr);
          gap: 15px; } }
    .et_techmonk .why-technomk .journey-wrapper .step-card, .et_techgig .why-technomk .journey-wrapper .step-card {
      background: #fff;
      border: none;
      border-radius: 6px;
      padding: 20px;
      width: 100%;
      position: relative;
      /*   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03); */
      transition: all 0.3s ease;
      box-sizing: border-box; }
      .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-01, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-01 {
        background: #faf6f3; }
        .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-01 .icon, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-01 .icon {
          background: #d2a98e; }
      .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-02, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-02 {
        background: #edf2fe; }
        .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-02 .icon, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-02 .icon {
          background: #4e84fa; }
      .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-03, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-03 {
        background: #f0f5f4; }
        .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-03 .icon, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-03 .icon {
          background: #72a499; }
      .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-04, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-04 {
        background: #f3f0fe; }
        .et_techmonk .why-technomk .journey-wrapper .step-card.bg-color-04 .icon, .et_techgig .why-technomk .journey-wrapper .step-card.bg-color-04 .icon {
          background: #8f7cd3; }
      .et_techmonk .why-technomk .journey-wrapper .step-card .step-card-middle, .et_techgig .why-technomk .journey-wrapper .step-card .step-card-middle {
        display: flex;
        gap: 10px;
        align-items: center; }
      .et_techmonk .why-technomk .journey-wrapper .step-card h3, .et_techgig .why-technomk .journey-wrapper .step-card h3 {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 12px 0 14px;
        color: #172435; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .why-technomk .journey-wrapper .step-card h3, .et_techgig .why-technomk .journey-wrapper .step-card h3 {
            font-size: 15px;
            line-height: 1.35;
            margin: 10px 0 12px; } }
      .et_techmonk .why-technomk .journey-wrapper .step-card p, .et_techgig .why-technomk .journey-wrapper .step-card p {
        font-size: 14px;
        font-style: normal;
        line-height: 22px;
        color: #696969; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .why-technomk .journey-wrapper .step-card p, .et_techgig .why-technomk .journey-wrapper .step-card p {
            font-size: 13px;
            line-height: 1.5; } }
      .et_techmonk .why-technomk .journey-wrapper .step-card .step-number, .et_techgig .why-technomk .journey-wrapper .step-card .step-number {
        font-size: 16px;
        font-weight: 600;
        color: rgba(23, 36, 53, 0.6);
        display: inline-flex;
        margin-bottom: 18px;
        width: 36px;
        height: 36px;
        aspect-ratio: 1 / 1;
        background: #F4F5F6;
        align-items: center;
        justify-content: center;
        border-radius: 50px; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .why-technomk .journey-wrapper .step-card .step-number, .et_techgig .why-technomk .journey-wrapper .step-card .step-number {
            font-size: 14px;
            width: 32px;
            height: 32px;
            margin-bottom: 14px; } }
      .et_techmonk .why-technomk .journey-wrapper .step-card .icon, .et_techgig .why-technomk .journey-wrapper .step-card .icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: #ffe8e6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #ff6b5f; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .why-technomk .journey-wrapper .step-card .icon, .et_techgig .why-technomk .journey-wrapper .step-card .icon {
            width: 40px;
            height: 40px;
            font-size: 20px; } }
        .et_techmonk .why-technomk .journey-wrapper .step-card .icon svg path, .et_techgig .why-technomk .journey-wrapper .step-card .icon svg path {
          fill: #fff; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .why-technomk .journey-wrapper .step-card .icon, .et_techgig .why-technomk .journey-wrapper .step-card .icon {
            margin: auto; } }
        .et_techmonk .why-technomk .journey-wrapper .step-card .icon.yellow, .et_techgig .why-technomk .journey-wrapper .step-card .icon.yellow {
          background: #fff3d6;
          color: #f4b400; }
        .et_techmonk .why-technomk .journey-wrapper .step-card .icon.teal, .et_techgig .why-technomk .journey-wrapper .step-card .icon.teal {
          background: #e6f7f6;
          color: #14b8a6; }
        .et_techmonk .why-technomk .journey-wrapper .step-card .icon.purple, .et_techgig .why-technomk .journey-wrapper .step-card .icon.purple {
          background: #f2ecff;
          color: #8b5cf6; }
        .et_techmonk .why-technomk .journey-wrapper .step-card .icon svg, .et_techgig .why-technomk .journey-wrapper .step-card .icon svg {
          transition: all .5s ease-in; }
      .et_techmonk .why-technomk .journey-wrapper .step-card.active, .et_techgig .why-technomk .journey-wrapper .step-card.active {
        border: 2px solid #ff6b5f; }
        .et_techmonk .why-technomk .journey-wrapper .step-card.active .step-header, .et_techgig .why-technomk .journey-wrapper .step-card.active .step-header {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .why-technomk .journey-wrapper .step-card.active .step-header, .et_techgig .why-technomk .journey-wrapper .step-card.active .step-header {
              justify-content: center; } }
        .et_techmonk .why-technomk .journey-wrapper .step-card.active .status, .et_techgig .why-technomk .journey-wrapper .step-card.active .status {
          font-size: 11px;
          background: #ff6b5f;
          color: #fff;
          padding: 4px 8px;
          border-radius: 20px;
          font-weight: 600;
          display: inline-flex;
          align-items: center;
          gap: 5px; }
          .et_techmonk .why-technomk .journey-wrapper .step-card.active .status .point, .et_techgig .why-technomk .journey-wrapper .step-card.active .status .point {
            width: 6px;
            height: 6px;
            background: #ffffff;
            border-radius: 50px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .why-technomk .journey-wrapper .step-card.active .status, .et_techgig .why-technomk .journey-wrapper .step-card.active .status {
              position: absolute;
              right: 7px;
              top: 7px; } }
        .et_techmonk .why-technomk .journey-wrapper .step-card.active .step-number, .et_techgig .why-technomk .journey-wrapper .step-card.active .step-number {
          background: #ED6635; }
          .et_techmonk .why-technomk .journey-wrapper .step-card.active .step-number svg, .et_techgig .why-technomk .journey-wrapper .step-card.active .step-number svg {
            width: 22px;
            height: 22px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .journey-wrapper .step-card, .et_techgig .why-technomk .journey-wrapper .step-card {
          width: 100%;
          text-align: center; }
          .et_techmonk .why-technomk .journey-wrapper .step-card .step-header, .et_techmonk .why-technomk .journey-wrapper .step-card .step-card-middle, .et_techgig .why-technomk .journey-wrapper .step-card .step-header, .et_techgig .why-technomk .journey-wrapper .step-card .step-card-middle {
            justify-content: center; } }
      .et_techmonk .why-technomk .journey-wrapper .step-card:hover, .et_techgig .why-technomk .journey-wrapper .step-card:hover {
        transform: translateY(-10px);
        border-color: #e53935; }
        .et_techmonk .why-technomk .journey-wrapper .step-card:hover .icon svg, .et_techgig .why-technomk .journey-wrapper .step-card:hover .icon svg {
          transform: rotateY(360deg);
          -moz-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transition: all .5s ease-in; }
        .et_techmonk .why-technomk .journey-wrapper .step-card:hover .step-number, .et_techgig .why-technomk .journey-wrapper .step-card:hover .step-number {
          background: #e53935;
          color: #fff; }
          .et_techmonk .why-technomk .journey-wrapper .step-card:hover .step-number svg path, .et_techgig .why-technomk .journey-wrapper .step-card:hover .step-number svg path {
            fill: #fff; }
    .et_techmonk .why-technomk .journey-wrapper .arrow, .et_techgig .why-technomk .journey-wrapper .arrow {
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .et_techmonk .why-technomk .journey-wrapper .arrow svg path, .et_techgig .why-technomk .journey-wrapper .arrow svg path {
        fill: #B6B6B6; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .why-technomk .journey-wrapper .arrow, .et_techgig .why-technomk .journey-wrapper .arrow {
          height: 30px;
          width: 100%; }
          .et_techmonk .why-technomk .journey-wrapper .arrow svg, .et_techgig .why-technomk .journey-wrapper .arrow svg {
            transform: rotate(90deg);
            height: 54px;
            width: 43px; } }
      .et_techmonk .why-technomk .journey-wrapper .arrow.active svg path, .et_techgig .why-technomk .journey-wrapper .arrow.active svg path {
        fill: #ED6635; }
  .et_techmonk .tech-based-challange .inner-section, .et_techgig .tech-based-challange .inner-section {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .tech-based-challange .inner-section, .et_techgig .tech-based-challange .inner-section {
        flex-wrap: wrap;
        gap: 20px; } }
    .et_techmonk .tech-based-challange .inner-section .container, .et_techgig .tech-based-challange .inner-section .container {
      max-width: 550px;
      position: relative;
      min-height: 323px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box; }
      @media screen and (min-width: 1000px) {
        .et_techmonk .tech-based-challange .inner-section .container, .et_techgig .tech-based-challange .inner-section .container {
          padding-left: 30px;
          padding-right: 30px; }
          .et_techmonk .tech-based-challange .inner-section .container:before, .et_techmonk .tech-based-challange .inner-section .container:after, .et_techgig .tech-based-challange .inner-section .container:before, .et_techgig .tech-based-challange .inner-section .container:after {
            width: 1px;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(to bottom, transparent, #DADADA 50%, transparent);
            z-index: 1; }
          .et_techmonk .tech-based-challange .inner-section .container:after, .et_techgig .tech-based-challange .inner-section .container:after {
            left: auto;
            right: 0; } }
      .et_techmonk .tech-based-challange .inner-section .container .btn, .et_techgig .tech-based-challange .inner-section .container .btn {
        margin-top: 12px; }
    .et_techmonk .tech-based-challange .inner-section .left-image,
    .et_techmonk .tech-based-challange .inner-section .right-image, .et_techgig .tech-based-challange .inner-section .left-image,
    .et_techgig .tech-based-challange .inner-section .right-image {
      width: 260px; }
      .et_techmonk .tech-based-challange .inner-section .left-image img,
      .et_techmonk .tech-based-challange .inner-section .right-image img, .et_techgig .tech-based-challange .inner-section .left-image img,
      .et_techgig .tech-based-challange .inner-section .right-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .et_techmonk .tech-based-challange .inner-section .left-content-col, .et_techmonk .tech-based-challange .inner-section .right-content-col, .et_techgig .tech-based-challange .inner-section .left-content-col, .et_techgig .tech-based-challange .inner-section .right-content-col {
      width: 280px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .tech-based-challange .inner-section .left-content-col, .et_techmonk .tech-based-challange .inner-section .right-content-col, .et_techgig .tech-based-challange .inner-section .left-content-col, .et_techgig .tech-based-challange .inner-section .right-content-col {
          width: 100%; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .tech-based-challange .inner-section .left-content-col, .et_techgig .tech-based-challange .inner-section .left-content-col {
        order: 2; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .tech-based-challange .inner-section .section-title, .et_techgig .tech-based-challange .inner-section .section-title {
        margin-bottom: 0px; } }
  .et_techmonk .tech-based-challange .project-builder-wrapper, .et_techgig .tech-based-challange .project-builder-wrapper {
    display: flex;
    gap: 15px;
    align-items: start; }
    .et_techmonk .tech-based-challange .project-builder-wrapper__col, .et_techgig .tech-based-challange .project-builder-wrapper__col {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: self-end; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .tech-based-challange .project-builder-wrapper__col, .et_techgig .tech-based-challange .project-builder-wrapper__col {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          width: 100%; } }
    .et_techmonk .tech-based-challange .project-builder-wrapper__col-image, .et_techgig .tech-based-challange .project-builder-wrapper__col-image {
      width: 70px;
      height: 70px;
      background-color: #fff0;
      background-image: linear-gradient(180deg, #FFFFFFB2 0%, #FFFFFF80 100%);
      --border-radius: 10px 10px 10px 10px;
      box-shadow: 0 0 20px 0 rgba(227, 227, 227, 0.63);
      padding: 10px;
      border-radius: 10px 10px 10px 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      position: relative; }
      .et_techmonk .tech-based-challange .project-builder-wrapper__col-image img, .et_techgig .tech-based-challange .project-builder-wrapper__col-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all .5s ease-in; }
      .et_techmonk .tech-based-challange .project-builder-wrapper__col-image svg, .et_techgig .tech-based-challange .project-builder-wrapper__col-image svg {
        width: 30px;
        height: 30px;
        object-fit: contain; }
      .et_techmonk .tech-based-challange .project-builder-wrapper__col-image span, .et_techgig .tech-based-challange .project-builder-wrapper__col-image span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.75);
        color: #000000;
        opacity: 0;
        font-size: 11px;
        text-align: center;
        border-radius: 10px;
        display: inline-flex;
        box-shadow: 0 0 3px #cccccc;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        transition: all 0.3s ease; }
      .et_techmonk .tech-based-challange .project-builder-wrapper__col-image:hover span, .et_techgig .tech-based-challange .project-builder-wrapper__col-image:hover span {
        opacity: 1; }
      .et_techmonk .tech-based-challange .project-builder-wrapper__col-image:hover img, .et_techgig .tech-based-challange .project-builder-wrapper__col-image:hover img {
        transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transition: all .5s ease-in; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .tech-based-challange .project-builder-wrapper__col-image, .et_techgig .tech-based-challange .project-builder-wrapper__col-image {
          width: 100%; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .tech-based-challange .project-builder-wrapper, .et_techgig .tech-based-challange .project-builder-wrapper {
        flex-direction: column; } }
  .et_techmonk .ai-playbook-section, .et_techgig .ai-playbook-section {
    background: #ffffff url(https://img.etb2bimg.com/files/cp/400d9e06e65e9971639f.png); }
    .et_techmonk .ai-playbook-section__item, .et_techgig .ai-playbook-section__item {
      /*  justify-content: start; */
      background: #ffffff; }
    .et_techmonk .ai-playbook-section__content .desc, .et_techgig .ai-playbook-section__content .desc {
      text-align: left; }
  .et_techmonk .skills-showcase-section__container,
  .et_techmonk .contest-case-section__container, .et_techgig .skills-showcase-section__container,
  .et_techgig .contest-case-section__container {
    display: grid;
    gap: 46px;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .skills-showcase-section__container,
      .et_techmonk .contest-case-section__container, .et_techgig .skills-showcase-section__container,
      .et_techgig .contest-case-section__container {
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        flex-wrap: wrap;
        gap: 30px; } }
    .et_techmonk .skills-showcase-section__container.three-column,
    .et_techmonk .contest-case-section__container.three-column, .et_techgig .skills-showcase-section__container.three-column,
    .et_techgig .contest-case-section__container.three-column {
      grid-template-columns: repeat(3, 1fr);
      gap: 13px !important; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .skills-showcase-section__container.three-column,
        .et_techmonk .contest-case-section__container.three-column, .et_techgig .skills-showcase-section__container.three-column,
        .et_techgig .contest-case-section__container.three-column {
          grid-template-columns: repeat(1, 1fr); } }
      .et_techmonk .skills-showcase-section__container.three-column .content p,
      .et_techmonk .contest-case-section__container.three-column .content p, .et_techgig .skills-showcase-section__container.three-column .content p,
      .et_techgig .contest-case-section__container.three-column .content p {
        opacity: 0.7;
        /**line clamp 3**/
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .skills-showcase-section__right .horizontal-webinar + .horizontal-webinar,
    .et_techmonk .contest-case-section__right .horizontal-webinar + .horizontal-webinar, .et_techgig .skills-showcase-section__right .horizontal-webinar + .horizontal-webinar,
    .et_techgig .contest-case-section__right .horizontal-webinar + .horizontal-webinar {
      margin-top: 30px; } }
  .et_techmonk .skills-showcase-section__webinarBox,
  .et_techmonk .contest-case-section__webinarBox, .et_techgig .skills-showcase-section__webinarBox,
  .et_techgig .contest-case-section__webinarBox {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    padding: 0px;
    background: transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column; }
    .et_techmonk .skills-showcase-section__webinarBox:hover,
    .et_techmonk .contest-case-section__webinarBox:hover, .et_techgig .skills-showcase-section__webinarBox:hover,
    .et_techgig .contest-case-section__webinarBox:hover {
      box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; }
    .et_techmonk .skills-showcase-section__webinarBox .image,
    .et_techmonk .contest-case-section__webinarBox .image, .et_techgig .skills-showcase-section__webinarBox .image,
    .et_techgig .contest-case-section__webinarBox .image {
      width: 100%;
      height: 209px; }
      .et_techmonk .skills-showcase-section__webinarBox .image img,
      .et_techmonk .contest-case-section__webinarBox .image img, .et_techgig .skills-showcase-section__webinarBox .image img,
      .et_techgig .contest-case-section__webinarBox .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .et_techmonk .skills-showcase-section__webinarBox .content,
    .et_techmonk .contest-case-section__webinarBox .content, .et_techgig .skills-showcase-section__webinarBox .content,
    .et_techgig .contest-case-section__webinarBox .content {
      display: flex;
      flex-direction: column;
      align-items: start;
      padding: 24px;
      background: white; }
      .et_techmonk .skills-showcase-section__webinarBox .content .event_content_flex,
      .et_techmonk .contest-case-section__webinarBox .content .event_content_flex, .et_techgig .skills-showcase-section__webinarBox .content .event_content_flex,
      .et_techgig .contest-case-section__webinarBox .content .event_content_flex {
        display: flex;
        flex-direction: column;
        gap: 10px; }
      .et_techmonk .skills-showcase-section__webinarBox .content .quick-info,
      .et_techmonk .contest-case-section__webinarBox .content .quick-info, .et_techgig .skills-showcase-section__webinarBox .content .quick-info,
      .et_techgig .contest-case-section__webinarBox .content .quick-info {
        display: flex;
        gap: 6px; }
        .et_techmonk .skills-showcase-section__webinarBox .content .quick-info span,
        .et_techmonk .contest-case-section__webinarBox .content .quick-info span, .et_techgig .skills-showcase-section__webinarBox .content .quick-info span,
        .et_techgig .contest-case-section__webinarBox .content .quick-info span {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          color: #172435; }
          .et_techmonk .skills-showcase-section__webinarBox .content .quick-info span + span,
          .et_techmonk .contest-case-section__webinarBox .content .quick-info span + span, .et_techgig .skills-showcase-section__webinarBox .content .quick-info span + span,
          .et_techgig .contest-case-section__webinarBox .content .quick-info span + span {
            padding-left: 12px;
            position: relative; }
            .et_techmonk .skills-showcase-section__webinarBox .content .quick-info span + span:before,
            .et_techmonk .contest-case-section__webinarBox .content .quick-info span + span:before, .et_techgig .skills-showcase-section__webinarBox .content .quick-info span + span:before,
            .et_techgig .contest-case-section__webinarBox .content .quick-info span + span:before {
              content: '';
              position: absolute;
              left: 0;
              width: 4px;
              height: 4px;
              background: #172435;
              top: 50%;
              transform: translateY(-50%);
              border-radius: 50px; }
      .et_techmonk .skills-showcase-section__webinarBox .content a.h3, .et_techmonk .skills-showcase-section__webinarBox .content .h3,
      .et_techmonk .contest-case-section__webinarBox .content a.h3,
      .et_techmonk .contest-case-section__webinarBox .content .h3, .et_techgig .skills-showcase-section__webinarBox .content a.h3, .et_techgig .skills-showcase-section__webinarBox .content .h3,
      .et_techgig .contest-case-section__webinarBox .content a.h3,
      .et_techgig .contest-case-section__webinarBox .content .h3 {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        color: #101828;
        font-family: "Playfair Display", serif;
        margin-bottom: 8px; }
      .et_techmonk .skills-showcase-section__webinarBox .content .badge,
      .et_techmonk .contest-case-section__webinarBox .content .badge, .et_techgig .skills-showcase-section__webinarBox .content .badge,
      .et_techgig .contest-case-section__webinarBox .content .badge {
        display: flex;
        gap: 6px;
        margin-top: 10px;
        flex-wrap: wrap; }
        .et_techmonk .skills-showcase-section__webinarBox .content .badge span,
        .et_techmonk .contest-case-section__webinarBox .content .badge span, .et_techgig .skills-showcase-section__webinarBox .content .badge span,
        .et_techgig .contest-case-section__webinarBox .content .badge span {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          color: #172435;
          display: flex;
          height: 26px;
          padding: 4px 11px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 4px;
          background: #E9E9E9; }
      .et_techmonk .skills-showcase-section__webinarBox .content .btn,
      .et_techmonk .contest-case-section__webinarBox .content .btn, .et_techgig .skills-showcase-section__webinarBox .content .btn,
      .et_techgig .contest-case-section__webinarBox .content .btn {
        margin-top: 33px;
        padding: 12px 30px !important;
        font-size: 14px;
        font-weight: 500; }
      .et_techmonk .skills-showcase-section__webinarBox .content .tag-list,
      .et_techmonk .contest-case-section__webinarBox .content .tag-list, .et_techgig .skills-showcase-section__webinarBox .content .tag-list,
      .et_techgig .contest-case-section__webinarBox .content .tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 20px; }
      .et_techmonk .skills-showcase-section__webinarBox .content .tag,
      .et_techmonk .contest-case-section__webinarBox .content .tag, .et_techgig .skills-showcase-section__webinarBox .content .tag,
      .et_techgig .contest-case-section__webinarBox .content .tag {
        color: rgba(18, 24, 39, 0.5);
        font-weight: 500;
        position: relative;
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 200px;
        background: #f3f4f7;
        border: 1px solid #f3f4f7; }
      .et_techmonk .skills-showcase-section__webinarBox .content .card-footer,
      .et_techmonk .contest-case-section__webinarBox .content .card-footer, .et_techgig .skills-showcase-section__webinarBox .content .card-footer,
      .et_techgig .contest-case-section__webinarBox .content .card-footer {
        margin-top: auto;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 16px; }
        @media (min-width: 768px) {
          .et_techmonk .skills-showcase-section__webinarBox .content .card-footer,
          .et_techmonk .contest-case-section__webinarBox .content .card-footer, .et_techgig .skills-showcase-section__webinarBox .content .card-footer,
          .et_techgig .contest-case-section__webinarBox .content .card-footer {
            flex-direction: row; } }
      .et_techmonk .skills-showcase-section__webinarBox .content .stats,
      .et_techmonk .contest-case-section__webinarBox .content .stats, .et_techgig .skills-showcase-section__webinarBox .content .stats,
      .et_techgig .contest-case-section__webinarBox .content .stats {
        display: flex;
        gap: 30px;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
        margin-top: 8px; }
        .et_techmonk .skills-showcase-section__webinarBox .content .stats::-webkit-scrollbar,
        .et_techmonk .contest-case-section__webinarBox .content .stats::-webkit-scrollbar, .et_techgig .skills-showcase-section__webinarBox .content .stats::-webkit-scrollbar,
        .et_techgig .contest-case-section__webinarBox .content .stats::-webkit-scrollbar {
          display: none; }
        @media (min-width: 768px) {
          .et_techmonk .skills-showcase-section__webinarBox .content .stats,
          .et_techmonk .contest-case-section__webinarBox .content .stats, .et_techgig .skills-showcase-section__webinarBox .content .stats,
          .et_techgig .contest-case-section__webinarBox .content .stats {
            width: auto;
            padding-bottom: 0; } }
      .et_techmonk .skills-showcase-section__webinarBox .content .stat,
      .et_techmonk .contest-case-section__webinarBox .content .stat, .et_techgig .skills-showcase-section__webinarBox .content .stat,
      .et_techgig .contest-case-section__webinarBox .content .stat {
        flex-shrink: 0; }
      .et_techmonk .skills-showcase-section__webinarBox .content .stat-value,
      .et_techmonk .contest-case-section__webinarBox .content .stat-value, .et_techgig .skills-showcase-section__webinarBox .content .stat-value,
      .et_techgig .contest-case-section__webinarBox .content .stat-value {
        font-size: 16px;
        font-weight: 700;
        color: #111827; }
      .et_techmonk .skills-showcase-section__webinarBox .content .stat-label,
      .et_techmonk .contest-case-section__webinarBox .content .stat-label, .et_techgig .skills-showcase-section__webinarBox .content .stat-label,
      .et_techgig .contest-case-section__webinarBox .content .stat-label {
        font-size: 10px;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 600;
        margin-top: 5px; }
      .et_techmonk .skills-showcase-section__webinarBox .content .btn-details,
      .et_techmonk .contest-case-section__webinarBox .content .btn-details, .et_techgig .skills-showcase-section__webinarBox .content .btn-details,
      .et_techgig .contest-case-section__webinarBox .content .btn-details {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-color: #0b1120;
        color: #ffffff;
        padding: 10px 25px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s ease, box-shadow 0.2s ease; }
        @media (min-width: 768px) {
          .et_techmonk .skills-showcase-section__webinarBox .content .btn-details,
          .et_techmonk .contest-case-section__webinarBox .content .btn-details, .et_techgig .skills-showcase-section__webinarBox .content .btn-details,
          .et_techgig .contest-case-section__webinarBox .content .btn-details {
            width: auto; } }
        .et_techmonk .skills-showcase-section__webinarBox .content .btn-details svg,
        .et_techmonk .contest-case-section__webinarBox .content .btn-details svg, .et_techgig .skills-showcase-section__webinarBox .content .btn-details svg,
        .et_techgig .contest-case-section__webinarBox .content .btn-details svg {
          transition: transform 0.2s ease; }
        .et_techmonk .skills-showcase-section__webinarBox .content .btn-details:hover,
        .et_techmonk .contest-case-section__webinarBox .content .btn-details:hover, .et_techgig .skills-showcase-section__webinarBox .content .btn-details:hover,
        .et_techgig .contest-case-section__webinarBox .content .btn-details:hover {
          background-color: #e53935;
          box-shadow: 0 4px 12px rgba(229, 57, 53, 0.25); }
          .et_techmonk .skills-showcase-section__webinarBox .content .btn-details:hover svg,
          .et_techmonk .contest-case-section__webinarBox .content .btn-details:hover svg, .et_techgig .skills-showcase-section__webinarBox .content .btn-details:hover svg,
          .et_techgig .contest-case-section__webinarBox .content .btn-details:hover svg {
            transform: translate(2px, -2px); }
    @media screen and (min-width: 1000px) {
      .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar,
      .et_techmonk .contest-case-section__webinarBox.horizontal-webinar, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar,
      .et_techgig .contest-case-section__webinarBox.horizontal-webinar {
        display: flex; }
        .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar .image,
        .et_techmonk .contest-case-section__webinarBox.horizontal-webinar .image, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar .image,
        .et_techgig .contest-case-section__webinarBox.horizontal-webinar .image {
          width: 195px;
          min-height: 200px;
          min-width: 195px; }
          .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar .image img,
          .et_techmonk .contest-case-section__webinarBox.horizontal-webinar .image img, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar .image img,
          .et_techgig .contest-case-section__webinarBox.horizontal-webinar .image img {
            object-position: left; }
        .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar .content,
        .et_techmonk .contest-case-section__webinarBox.horizontal-webinar .content, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar .content,
        .et_techgig .contest-case-section__webinarBox.horizontal-webinar .content {
          gap: 5px; }
          .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar .content .badge,
          .et_techmonk .contest-case-section__webinarBox.horizontal-webinar .content .badge, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar .content .badge,
          .et_techgig .contest-case-section__webinarBox.horizontal-webinar .content .badge {
            margin-top: 5px; }
          .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar .content .btn,
          .et_techmonk .contest-case-section__webinarBox.horizontal-webinar .content .btn, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar .content .btn,
          .et_techgig .contest-case-section__webinarBox.horizontal-webinar .content .btn {
            margin-top: 13px; }
        .et_techmonk .skills-showcase-section__webinarBox.horizontal-webinar + .horizontal-webinar,
        .et_techmonk .contest-case-section__webinarBox.horizontal-webinar + .horizontal-webinar, .et_techgig .skills-showcase-section__webinarBox.horizontal-webinar + .horizontal-webinar,
        .et_techgig .contest-case-section__webinarBox.horizontal-webinar + .horizontal-webinar {
          margin-top: 30px; } }
    .et_techmonk .skills-showcase-section__webinarBox:hover .image img,
    .et_techmonk .contest-case-section__webinarBox:hover .image img, .et_techgig .skills-showcase-section__webinarBox:hover .image img,
    .et_techgig .contest-case-section__webinarBox:hover .image img {
      transform: scale(1.05); }
  .et_techmonk #event_listing_section, .et_techgig #event_listing_section {
    background: url(https://img.etb2bimg.com/files/cp/upload-1776757837-event-back.webp) center/cover no-repeat !important; }
  .et_techmonk .contest-case-section .hero-stats, .et_techgig .contest-case-section .hero-stats {
    margin-top: 40px; }
    @media screen and (max-width: 1400px) {
      .et_techmonk .contest-case-section .hero-stats .stat h3, .et_techgig .contest-case-section .hero-stats .stat h3 {
        font-size: 22px; } }
  .et_techmonk .contest-case-section__webinarBox .image, .et_techgig .contest-case-section__webinarBox .image {
    height: 275px;
    width: 100%;
    min-width: 100%; }
    .et_techmonk .contest-case-section__webinarBox .image img, .et_techgig .contest-case-section__webinarBox .image img {
      border-radius: 10px 10px 0px 0px;
      object-fit: cover;
      object-position: center; }
  .et_techmonk .contest-case-section__webinarBox .content p, .et_techgig .contest-case-section__webinarBox .content p {
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #4a5565;
    max-width: 100%;
    margin-bottom: 16px; }
    @media screen and (max-width: 1366px) {
      .et_techmonk .contest-case-section__webinarBox .content p, .et_techgig .contest-case-section__webinarBox .content p {
        font-size: .775rem;
        line-height: 1.6;
        font-weight: 400; } }
  .et_techmonk .contest-case-section__webinarBox .content .quick-info, .et_techgig .contest-case-section__webinarBox .content .quick-info {
    margin-top: 0px;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .contest-case-section__webinarBox .content .quick-info, .et_techgig .contest-case-section__webinarBox .content .quick-info {
        flex-wrap: wrap; } }
    .et_techmonk .contest-case-section__webinarBox .content .quick-info span, .et_techgig .contest-case-section__webinarBox .content .quick-info span {
      color: #555; }
      .et_techmonk .contest-case-section__webinarBox .content .quick-info span + span:before, .et_techgig .contest-case-section__webinarBox .content .quick-info span + span:before {
        background: #555; }
    .et_techmonk .contest-case-section__webinarBox .content .quick-info span.users, .et_techgig .contest-case-section__webinarBox .content .quick-info span.users {
      border-radius: 100px;
      background: #EBECF0;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      color: #172435;
      padding: 3px 10px;
      display: flex;
      gap: 5px;
      align-items: center; }
      .et_techmonk .contest-case-section__webinarBox .content .quick-info span.users:before, .et_techgig .contest-case-section__webinarBox .content .quick-info span.users:before {
        content: none; }
    .et_techmonk .contest-case-section__webinarBox .content .quick-info .challange, .et_techgig .contest-case-section__webinarBox .content .quick-info .challange {
      color: #ED6635;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px; }
  .et_techmonk .contest-case-section__webinarBox .content .status, .et_techgig .contest-case-section__webinarBox .content .status {
    margin-top: 20px;
    display: flex;
    gap: 18px;
    align-items: center; }
    .et_techmonk .contest-case-section__webinarBox .content .status span.live, .et_techgig .contest-case-section__webinarBox .content .status span.live {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase;
      color: #172435;
      padding-left: 16px;
      position: relative; }
      .et_techmonk .contest-case-section__webinarBox .content .status span.live:before, .et_techgig .contest-case-section__webinarBox .content .status span.live:before {
        content: '';
        position: absolute;
        left: 0;
        width: 10px;
        height: 10px;
        background: #e53935;
        border-radius: 50px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.25;
        animation: live-blink-fadein 1.2s infinite alternate; }

@keyframes live-blink-fadein {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }
    .et_techmonk .contest-case-section__webinarBox .content .status a.line-link, .et_techgig .contest-case-section__webinarBox .content .status a.line-link {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      color: #172435; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .contest-case-section__webinarBox .content .d-flex.align-items-center, .et_techgig .contest-case-section__webinarBox .content .d-flex.align-items-center {
      align-items: start; } }
  .et_techmonk .contest-case-section__webinarBox .content .quick-info-container, .et_techgig .contest-case-section__webinarBox .content .quick-info-container {
    display: flex;
    gap: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 28px;
    margin-top: 28px; }
    .et_techmonk .contest-case-section__webinarBox .content .quick-info-container span, .et_techgig .contest-case-section__webinarBox .content .quick-info-container span {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      color: #ffffff6c;
      display: flex;
      flex-direction: column; }
      .et_techmonk .contest-case-section__webinarBox .content .quick-info-container span strong, .et_techgig .contest-case-section__webinarBox .content .quick-info-container span strong {
        font-weight: 600;
        color: #FFFFFF; }
      .et_techmonk .contest-case-section__webinarBox .content .quick-info-container span.prize-pool strong, .et_techgig .contest-case-section__webinarBox .content .quick-info-container span.prize-pool strong {
        color: #e53935; }
  .et_techmonk .contest-case-section__webinarBox .meta, .et_techgig .contest-case-section__webinarBox .meta {
    display: flex;
    gap: calc(.25rem * 3);
    font-size: .875rem;
    color: #6a7282;
    margin-top: 0px;
    margin-bottom: 4px; }
    .et_techmonk .contest-case-section__webinarBox .meta span, .et_techgig .contest-case-section__webinarBox .meta span {
      display: flex;
      align-items: center;
      gap: 5px; }
      .et_techmonk .contest-case-section__webinarBox .meta span svg, .et_techgig .contest-case-section__webinarBox .meta span svg {
        width: 18px;
        height: 18px; }
        .et_techmonk .contest-case-section__webinarBox .meta span svg path, .et_techgig .contest-case-section__webinarBox .meta span svg path {
          fill: #ed5155; }
  .et_techmonk .contest-case-section__webinarBox .event-stats-container, .et_techgig .contest-case-section__webinarBox .event-stats-container {
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: space-between; }
    .et_techmonk .contest-case-section__webinarBox .event-stats-container .event-stats-item h5, .et_techgig .contest-case-section__webinarBox .event-stats-container .event-stats-item h5 {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      color: #172435; }
    .et_techmonk .contest-case-section__webinarBox .event-stats-container .event-stats-item p, .et_techgig .contest-case-section__webinarBox .event-stats-container .event-stats-item p {
      font-size: 14px !important;
      line-height: 24px !important; }
  .et_techmonk .contest-case-section__webinarBox ul.event-list, .et_techgig .contest-case-section__webinarBox ul.event-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    color: black;
    position: relative;
    display: none; }
    .et_techmonk .contest-case-section__webinarBox ul.event-list li, .et_techgig .contest-case-section__webinarBox ul.event-list li {
      position: relative;
      padding-left: 30px;
      font-size: 15px; }
      .et_techmonk .contest-case-section__webinarBox ul.event-list li:before, .et_techgig .contest-case-section__webinarBox ul.event-list li:before {
        content: '';
        background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5672 7.68281C13.6253 7.74086 13.6714 7.80979 13.7029 7.88566C13.7343 7.96154 13.7505 8.04287 13.7505 8.125C13.7505 8.20713 13.7343 8.28846 13.7029 8.36434C13.6714 8.44021 13.6253 8.50914 13.5672 8.56719L9.19219 12.9422C9.13415 13.0003 9.06522 13.0464 8.98934 13.0779C8.91347 13.1093 8.83214 13.1255 8.75 13.1255C8.66787 13.1255 8.58654 13.1093 8.51067 13.0779C8.43479 13.0464 8.36586 13.0003 8.30782 12.9422L6.43282 11.0672C6.31554 10.9499 6.24966 10.7909 6.24966 10.625C6.24966 10.4591 6.31554 10.3001 6.43282 10.1828C6.55009 10.0655 6.70915 9.99965 6.875 9.99965C7.04086 9.99965 7.19992 10.0655 7.31719 10.1828L8.75 11.6164L12.6828 7.68281C12.7409 7.6247 12.8098 7.5786 12.8857 7.54715C12.9615 7.5157 13.0429 7.49951 13.125 7.49951C13.2071 7.49951 13.2885 7.5157 13.3643 7.54715C13.4402 7.5786 13.5091 7.6247 13.5672 7.68281ZM18.125 10C18.125 11.607 17.6485 13.1779 16.7557 14.514C15.8629 15.8502 14.594 16.8916 13.1093 17.5065C11.6247 18.1215 9.99099 18.2824 8.4149 17.9689C6.8388 17.6554 5.39106 16.8815 4.25476 15.7452C3.11846 14.6089 2.34463 13.1612 2.03112 11.5851C1.71762 10.009 1.87852 8.37535 2.49348 6.8907C3.10844 5.40605 4.14985 4.1371 5.486 3.24431C6.82214 2.35152 8.39303 1.875 10 1.875C12.1542 1.87727 14.2195 2.73403 15.7427 4.25727C17.266 5.78051 18.1227 7.84581 18.125 10ZM16.875 10C16.875 8.64025 16.4718 7.31104 15.7164 6.18045C14.9609 5.04987 13.8872 4.16868 12.631 3.64833C11.3747 3.12798 9.99238 2.99183 8.65876 3.2571C7.32514 3.52237 6.10013 4.17716 5.13864 5.13864C4.17716 6.10013 3.52238 7.32513 3.2571 8.65875C2.99183 9.99237 3.12798 11.3747 3.64833 12.6309C4.16868 13.8872 5.04987 14.9609 6.18046 15.7164C7.31105 16.4718 8.64026 16.875 10 16.875C11.8227 16.8729 13.5702 16.1479 14.8591 14.8591C16.1479 13.5702 16.8729 11.8227 16.875 10Z" fill="%234A71E5"/></svg>');
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: -3px; }
  .et_techmonk .contest-case-section__container.light-theme .contest-case-section__webinarBox, .et_techgig .contest-case-section__container.light-theme .contest-case-section__webinarBox {
    border: 1px solid rgba(23, 36, 53, 0.1);
    background: #F6F8FE; }
    .et_techmonk .contest-case-section__container.light-theme .contest-case-section__webinarBox a.h3, .et_techmonk .contest-case-section__container.light-theme .contest-case-section__webinarBox p, .et_techgig .contest-case-section__container.light-theme .contest-case-section__webinarBox a.h3, .et_techgig .contest-case-section__container.light-theme .contest-case-section__webinarBox p {
      color: #172435; }
  .et_techmonk .hero-container .live-contest-section, .et_techgig .hero-container .live-contest-section {
    margin-top: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.471154) 52.88%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #EBEBEB 0%, rgba(255, 255, 255, 0) 100%);
    padding: 40px 20px 0px 20px; }
  .et_techmonk .live-contest-section .section-title, .et_techgig .live-contest-section .section-title {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .live-contest-section .section-title, .et_techgig .live-contest-section .section-title {
        margin-bottom: 30px; } }
  .et_techmonk .live-contest-section__grid, .et_techgig .live-contest-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px; }
    @media screen and (max-width: 1200px) {
      .et_techmonk .live-contest-section__grid, .et_techgig .live-contest-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .live-contest-section__grid, .et_techgig .live-contest-section__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px; } }
  .et_techmonk .live-contest-card, .et_techgig .live-contest-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(23, 36, 53, 0.15);
    overflow: hidden; }
    .et_techmonk .live-contest-card:hover, .et_techgig .live-contest-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
    .et_techmonk .live-contest-card__header, .et_techgig .live-contest-card__header {
      display: flex;
      align-items: center;
      gap: 15px; }
    .et_techmonk .live-contest-card__subtitle, .et_techgig .live-contest-card__subtitle {
      color: rgba(23, 36, 53, 0.8);
      font-size: 13px;
      margin-bottom: 3px !important;
      display: inline-block;
      font-weight: 500; }
    .et_techmonk .live-contest-card__badge, .et_techgig .live-contest-card__badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background: #fceeed;
      color: #e35252;
      font-size: 11px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 999px;
      z-index: 2;
      justify-content: center;
      align-items: center;
      gap: 7px;
      display: flex; }
      .et_techmonk .live-contest-card__badge .dot, .et_techgig .live-contest-card__badge .dot {
        width: 8px;
        height: 8px;
        background: #e35252;
        border-radius: 50%;
        animation: dot-pulse 1.5s infinite alternate;
        display: inline-block; }

@keyframes dot-pulse {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .et_techmonk .live-contest-card__icon, .et_techgig .live-contest-card__icon {
      display: inline-block; }
      .et_techmonk .live-contest-card__icon .icon-square, .et_techgig .live-contest-card__icon .icon-square {
        width: 45px;
        height: 45px;
        background: #459694;
        border-radius: 8px; }
      .et_techmonk .live-contest-card__icon .icon-square:has(img), .et_techgig .live-contest-card__icon .icon-square:has(img) {
        border: 1px solid rgba(23, 36, 53, 0.1);
        background: transparent !important;
        display: flex;
        justify-content: center;
        align-items: center; }
    .et_techmonk .live-contest-card__content, .et_techgig .live-contest-card__content {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding-top: 15px; }
    .et_techmonk .live-contest-card__title, .et_techgig .live-contest-card__title {
      color: #1f2937;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.3;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .live-contest-card__title, .et_techgig .live-contest-card__title {
          font-size: 18px; } }
    .et_techmonk .live-contest-card__description, .et_techgig .live-contest-card__description {
      color: #6b7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      margin: 0;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .live-contest-card__description, .et_techgig .live-contest-card__description {
          font-size: 13px; } }
    .et_techmonk .live-contest-card__schedule, .et_techgig .live-contest-card__schedule {
      display: flex;
      align-items: center;
      gap: 8px;
      color: rgba(23, 36, 53, 0.8);
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .et_techmonk .live-contest-card__schedule .schedule-item, .et_techgig .live-contest-card__schedule .schedule-item {
        display: flex;
        align-items: center;
        gap: 4px;
        color: rgba(23, 36, 53, 0.8);
        font-weight: 500; }
        .et_techmonk .live-contest-card__schedule .schedule-item svg, .et_techgig .live-contest-card__schedule .schedule-item svg {
          width: 16px;
          height: 16px;
          color: #6b7280; }
      .et_techmonk .live-contest-card__schedule .schedule-separator, .et_techgig .live-contest-card__schedule .schedule-separator {
        color: #6b7280;
        font-size: 12px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .live-contest-card__schedule, .et_techgig .live-contest-card__schedule {
          font-size: 12px;
          flex-wrap: wrap; } }
    .et_techmonk .live-contest-card__footer, .et_techgig .live-contest-card__footer {
      display: flex;
      align-items: center;
      border-top: 1px solid rgba(23, 36, 53, 0.1);
      padding-top: 20px;
      justify-content: space-between; }
    .et_techmonk .live-contest-card__prize-container, .et_techgig .live-contest-card__prize-container {
      display: flex;
      align-items: center;
      gap: 15px; }
    .et_techmonk .live-contest-card__prize, .et_techgig .live-contest-card__prize {
      display: flex;
      align-items: center;
      gap: 6px;
      color: #46864f;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
      .et_techmonk .live-contest-card__prize svg, .et_techgig .live-contest-card__prize svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0; }
      .et_techmonk .live-contest-card__prize span, .et_techgig .live-contest-card__prize span {
        color: #46864f; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .live-contest-card__prize, .et_techgig .live-contest-card__prize {
          font-size: 14px; } }
    .et_techmonk .live-contest-card__difficulty, .et_techgig .live-contest-card__difficulty {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      border-radius: 999px;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      width: fit-content; }
      .et_techmonk .live-contest-card__difficulty.difficulty-medium, .et_techgig .live-contest-card__difficulty.difficulty-medium {
        background: rgba(107, 114, 128, 0.1);
        color: #172435; }
      .et_techmonk .live-contest-card__difficulty.difficulty-hard, .et_techgig .live-contest-card__difficulty.difficulty-hard {
        background: #dd524b;
        color: white; }
    .et_techmonk .live-contest-card__btn, .et_techgig .live-contest-card__btn {
      width: 100%;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      text-align: center;
      margin: 0px !important;
      max-width: max-content;
      font-size: 14px !important;
      padding: 8px 20px !important;
      font-weight: 500; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .live-contest-card__btn, .et_techgig .live-contest-card__btn {
          padding: 9px 16px;
          font-size: 13px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .live-contest-card, .et_techgig .live-contest-card {
        padding: 20px; } }
  .et_techmonk .top-performers-section, .et_techgig .top-performers-section {
    margin-top: 60px;
    margin-top: 60px;
    background: url(/Themes/Release/theme4/images/techmonk/performace_bg.webp);
    background-size: cover;
    background-position: bottom; }
    .et_techmonk .top-performers-section .section-title, .et_techgig .top-performers-section .section-title {
      margin-bottom: 40px;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performers-section .section-title, .et_techgig .top-performers-section .section-title {
          margin-bottom: 30px; } }
    .et_techmonk .top-performers-section__container, .et_techgig .top-performers-section__container {
      display: flex;
      align-items: flex-start;
      gap: 60px;
      margin-top: 40px; }
      @media screen and (max-width: 1200px) {
        .et_techmonk .top-performers-section__container, .et_techgig .top-performers-section__container {
          gap: 40px; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performers-section__container, .et_techgig .top-performers-section__container {
          flex-direction: column;
          gap: 40px;
          margin-top: 30px; } }
    .et_techmonk .top-performers-section__leaderboard, .et_techgig .top-performers-section__leaderboard {
      flex: 1;
      min-width: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performers-section__leaderboard, .et_techgig .top-performers-section__leaderboard {
          width: 100%; } }
    .et_techmonk .top-performers-section__illustration, .et_techgig .top-performers-section__illustration {
      flex-shrink: 0;
      width: 511px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        .et_techmonk .top-performers-section__illustration, .et_techgig .top-performers-section__illustration {
          width: 350px; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performers-section__illustration, .et_techgig .top-performers-section__illustration {
          width: 100%;
          order: -1; } }
      .et_techmonk .top-performers-section__illustration .illustration-image, .et_techgig .top-performers-section__illustration .illustration-image {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 100%; }
  .et_techmonk .top-performers-list, .et_techgig .top-performers-list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .top-performers-list, .et_techgig .top-performers-list {
        gap: 12px; } }
  .et_techmonk .top-performer-card, .et_techgig .top-performer-card {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    padding: 12px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: #f6f8fe;
    justify-content: space-between;
    border: 1px solid #d5d9e7; }
    .et_techmonk .top-performer-card:first-child, .et_techgig .top-performer-card:first-child {
      background: #fefbf5;
      border: 1px solid #ded8ca; }
    .et_techmonk .top-performer-card:hover, .et_techgig .top-performer-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .et_techmonk .top-performer-card__left, .et_techgig .top-performer-card__left {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      min-width: 196px; }
    .et_techmonk .top-performer-card__rank, .et_techgig .top-performer-card__rank {
      flex-shrink: 0;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .et_techmonk .top-performer-card__rank.rank-1, .et_techgig .top-performer-card__rank.rank-1 {
        background: linear-gradient(139.64deg, #F0C246 0%, #EBA93D 93.11%); }
      .et_techmonk .top-performer-card__rank.rank-2, .et_techgig .top-performer-card__rank.rank-2 {
        background: linear-gradient(139.64deg, #E0E0E0 0%, #787878 93.11%); }
      .et_techmonk .top-performer-card__rank.rank-3, .et_techgig .top-performer-card__rank.rank-3 {
        background: linear-gradient(139.64deg, #E98B47 0%, #DD6B31 93.11%); }
      .et_techmonk .top-performer-card__rank.rank-4, .et_techmonk .top-performer-card__rank.rank-5, .et_techgig .top-performer-card__rank.rank-4, .et_techgig .top-performer-card__rank.rank-5 {
        background: #ffffff; }
      .et_techmonk .top-performer-card__rank svg, .et_techgig .top-performer-card__rank svg {
        width: 32px;
        height: 32px; }
      .et_techmonk .top-performer-card__rank .rank-number, .et_techgig .top-performer-card__rank .rank-number {
        color: #1f2937;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performer-card__rank, .et_techgig .top-performer-card__rank {
          width: 40px;
          height: 40px; }
          .et_techmonk .top-performer-card__rank svg, .et_techgig .top-performer-card__rank svg {
            width: 28px;
            height: 28px; }
          .et_techmonk .top-performer-card__rank .rank-number, .et_techgig .top-performer-card__rank .rank-number {
            font-size: 16px; } }
    .et_techmonk .top-performer-card__content, .et_techgig .top-performer-card__content {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .et_techmonk .top-performer-card__name, .et_techgig .top-performer-card__name {
      color: #1f2937;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performer-card__name, .et_techgig .top-performer-card__name {
          font-size: 16px; } }
    .et_techmonk .top-performer-card__wins, .et_techgig .top-performer-card__wins {
      color: #6b7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .top-performer-card__wins, .et_techgig .top-performer-card__wins {
          font-size: 13px; } }
    .et_techmonk .top-performer-card__rating, .et_techgig .top-performer-card__rating {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px; }
      .et_techmonk .top-performer-card__rating .rating-score, .et_techgig .top-performer-card__rating .rating-score {
        color: #319d19;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .top-performer-card__rating .rating-score, .et_techgig .top-performer-card__rating .rating-score {
            font-size: 18px; } }
      .et_techmonk .top-performer-card__rating .rating-label, .et_techgig .top-performer-card__rating .rating-label {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #172435;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
    .et_techmonk .top-performer-card__rating-wins, .et_techgig .top-performer-card__rating-wins {
      align-items: anchor-center; }
      .et_techmonk .top-performer-card__rating-wins span, .et_techgig .top-performer-card__rating-wins span {
        color: #172435 !important; }
      .et_techmonk .top-performer-card__rating-wins .rating-label small, .et_techgig .top-performer-card__rating-wins .rating-label small {
        color: #172435;
        font-size: 12px;
        font-style: normal; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .top-performer-card, .et_techgig .top-performer-card {
        padding: 14px 16px;
        gap: 12px; } }
  .et_techmonk .explore-category-section, .et_techgig .explore-category-section {
    position: relative;
    background: #F6F8FE; }
    .et_techmonk .explore-category-section .bg-image, .et_techgig .explore-category-section .bg-image {
      position: absolute;
      top: 0;
      left: 250px;
      width: 366px;
      height: auto;
      object-fit: cover; }
    @media screen and (min-width: 1000px) {
      .et_techmonk .explore-category-section__right, .et_techgig .explore-category-section__right {
        min-width: 500px; } }
    @media screen and (min-width: 1000px) {
      .et_techmonk .explore-category-section__left, .et_techgig .explore-category-section__left {
        min-width: var(--width, 625px); } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .explore-category-section__left, .et_techgig .explore-category-section__left {
        order: 2; } }
    .et_techmonk .explore-category-section__repeater, .et_techgig .explore-category-section__repeater {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .et_techmonk .explore-category-section__item, .et_techgig .explore-category-section__item {
      border-radius: 10px;
      opacity: 0.9;
      padding: 0;
      background: #FFF;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      .et_techmonk .explore-category-section__item .content, .et_techgig .explore-category-section__item .content {
        padding: 10px 0 10px 12px;
        /* border-right: solid 1px #DADADA; */
        box-sizing: border-box;
        width: 90%; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .explore-category-section__item .content, .et_techgig .explore-category-section__item .content {
            flex-wrap: wrap;
            border: none;
            width: 100%;
            text-align: center;
            padding: 15px; } }
        .et_techmonk .explore-category-section__item .content .image, .et_techgig .explore-category-section__item .content .image {
          width: 128px;
          height: 100px;
          border-radius: 10px;
          overflow: hidden;
          min-width: 128px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .explore-category-section__item .content .image, .et_techgig .explore-category-section__item .content .image {
              margin-left: auto;
              margin-right: auto; } }
          .et_techmonk .explore-category-section__item .content .image img, .et_techgig .explore-category-section__item .content .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: all 0.3s ease; }
        .et_techmonk .explore-category-section__item .content .content-inner, .et_techgig .explore-category-section__item .content .content-inner {
          width: 100%; }
          .et_techmonk .explore-category-section__item .content .content-inner .title-box, .et_techgig .explore-category-section__item .content .content-inner .title-box {
            padding-right: 14px; }
            .et_techmonk .explore-category-section__item .content .content-inner .title-box a.h3, .et_techgig .explore-category-section__item .content .content-inner .title-box a.h3 {
              font-size: 18px;
              font-style: normal;
              font-weight: 600;
              color: #172435;
              margin-bottom: 5px;
              display: inline-block; }
            .et_techmonk .explore-category-section__item .content .content-inner .title-box span.award, .et_techgig .explore-category-section__item .content .content-inner .title-box span.award {
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              color: #172435;
              display: block; }
          .et_techmonk .explore-category-section__item .content .content-inner .registration-status, .et_techgig .explore-category-section__item .content .content-inner .registration-status {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            color: #172435;
            border-top: solid 1px #DADADA;
            padding-top: 10px;
            margin-top: 10px;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            color: #172435;
            padding-right: 14px;
            width: 100%;
            box-sizing: border-box; }
            @media screen and (max-width: 1000px) {
              .et_techmonk .explore-category-section__item .content .content-inner .registration-status, .et_techgig .explore-category-section__item .content .content-inner .registration-status {
                padding-top: 15px;
                margin-top: 15px; } }
            .et_techmonk .explore-category-section__item .content .content-inner .registration-status strong, .et_techgig .explore-category-section__item .content .content-inner .registration-status strong {
              font-weight: 500; }
      .et_techmonk .explore-category-section__item .action, .et_techgig .explore-category-section__item .action {
        min-height: 100%;
        min-height: 120px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        /*  min-width: 130px; */
        padding: 0 16px;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .explore-category-section__item .action, .et_techgig .explore-category-section__item .action {
            width: 100%;
            min-height: 1px;
            padding: 5px 0 15px; } }
        .et_techmonk .explore-category-section__item .action span, .et_techgig .explore-category-section__item .action span {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #172435; }
        .et_techmonk .explore-category-section__item .action .btn, .et_techgig .explore-category-section__item .action .btn {
          font-size: 12px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          padding: 6px 16px 5px 20px; }
        .et_techmonk .explore-category-section__item .action .stats-count, .et_techgig .explore-category-section__item .action .stats-count {
          color: #409669;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
          .et_techmonk .explore-category-section__item .action .stats-count.color-2, .et_techgig .explore-category-section__item .action .stats-count.color-2 {
            color: #ED6635; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .explore-category-section__item, .et_techgig .explore-category-section__item {
          flex-wrap: wrap; } }
    .et_techmonk .explore-category-section__container .section-title .btn, .et_techgig .explore-category-section__container .section-title .btn {
      margin-top: 20px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .explore-category-section__container, .et_techgig .explore-category-section__container {
        gap: 20px !important; } }
    .et_techmonk .explore-category-section__item:hover .content .image img, .et_techgig .explore-category-section__item:hover .content .image img {
      transform: scale(1.1);
      transition: all 0.3s ease; }
    .et_techmonk .explore-category-section__categories-grid, .et_techgig .explore-category-section__categories-grid {
      max-width: 100%;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      margin-top: 50px;
      /* CARD */
      /* ICON */
      /* ICON COLORS */
      /* RESPONSIVE */ }
      @media screen and (max-width: 1000px) {
        .et_techmonk .explore-category-section__categories-grid, .et_techgig .explore-category-section__categories-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
          margin-top: 20px; } }
      .et_techmonk .explore-category-section__categories-grid .category-card, .et_techgig .explore-category-section__categories-grid .category-card {
        background: #ffffff;
        border-radius: 10px;
        padding: var(--padding, 30px 20px);
        text-align: center;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        transition: all 0.25s ease;
        border: 1px solid rgba(23, 36, 53, 0.1); }
        .et_techmonk .explore-category-section__categories-grid .category-card:hover, .et_techgig .explore-category-section__categories-grid .category-card:hover {
          transform: translateY(-4px);
          box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1); }
        .et_techmonk .explore-category-section__categories-grid .category-card h4, .et_techgig .explore-category-section__categories-grid .category-card h4 {
          font-size: 14px;
          font-weight: 600;
          color: #172435;
          margin: 14px 0 6px;
          min-height: 50px; }
        .et_techmonk .explore-category-section__categories-grid .category-card p, .et_techgig .explore-category-section__categories-grid .category-card p {
          font-size: 13px;
          color: rgba(23, 36, 53, 0.6);
          margin: 0; }
        .et_techmonk .explore-category-section__categories-grid .category-card:hover .icon svg, .et_techgig .explore-category-section__categories-grid .category-card:hover .icon svg {
          transform: rotateY(360deg);
          -moz-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transition: all .5s ease-in; }
      .et_techmonk .explore-category-section__categories-grid .icon, .et_techgig .explore-category-section__categories-grid .icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin: 0 auto; }
        .et_techmonk .explore-category-section__categories-grid .icon svg, .et_techgig .explore-category-section__categories-grid .icon svg {
          transition: all .5s ease-in; }
      .et_techmonk .explore-category-section__categories-grid .bg-red, .et_techgig .explore-category-section__categories-grid .bg-red {
        background: #ffe4e6;
        color: #f43f5e; }
      .et_techmonk .explore-category-section__categories-grid .bg-teal, .et_techgig .explore-category-section__categories-grid .bg-teal {
        background: #e0f2f1;
        color: #0d9488; }
      .et_techmonk .explore-category-section__categories-grid .bg-yellow, .et_techgig .explore-category-section__categories-grid .bg-yellow {
        background: #fef3c7;
        color: #d97706; }
      .et_techmonk .explore-category-section__categories-grid .bg-blue, .et_techgig .explore-category-section__categories-grid .bg-blue {
        background: #e0ecff;
        color: #2563eb; }
      .et_techmonk .explore-category-section__categories-grid .bg-pink, .et_techgig .explore-category-section__categories-grid .bg-pink {
        background: #fde2e2;
        color: #e11d48; }
      .et_techmonk .explore-category-section__categories-grid .bg-green, .et_techgig .explore-category-section__categories-grid .bg-green {
        background: #e7f9ed;
        color: #16a34a; }
      .et_techmonk .explore-category-section__categories-grid .bg-purple, .et_techgig .explore-category-section__categories-grid .bg-purple {
        background: #efe6ff;
        color: #7c3aed; }
      .et_techmonk .explore-category-section__categories-grid .bg-orange, .et_techgig .explore-category-section__categories-grid .bg-orange {
        background: #ffedd5;
        color: #ea580c; }
      @media (max-width: 1024px) {
        .et_techmonk .explore-category-section__categories-grid .categories-grid, .et_techgig .explore-category-section__categories-grid .categories-grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .et_techmonk .explore-category-section__categories-grid .categories-grid, .et_techgig .explore-category-section__categories-grid .categories-grid {
          grid-template-columns: 1fr; } }
      .et_techmonk .explore-category-section__categories-grid.six-column-grid, .et_techgig .explore-category-section__categories-grid.six-column-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .explore-category-section__categories-grid.six-column-grid, .et_techgig .explore-category-section__categories-grid.six-column-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px; } }
  .et_techmonk .badge-achievements-section__container, .et_techgig .badge-achievements-section__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
  .et_techmonk .badge-achievements-section__item, .et_techgig .badge-achievements-section__item {
    padding: 20px;
    border-radius: 10px;
    background: white;
    min-width: 244px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .et_techmonk .badge-achievements-section__item h4, .et_techgig .badge-achievements-section__item h4 {
      color: #172435;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin: 0;
      text-align: left;
      margin-top: 4px; }
    .et_techmonk .badge-achievements-section__item p, .et_techgig .badge-achievements-section__item p {
      color: #172435;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0;
      text-align: left;
      margin-bottom: 4px; }
  .et_techmonk .why-masterclass-section__left, .et_techgig .why-masterclass-section__left {
    max-width: var(--width, 576px); }
    .et_techmonk .why-masterclass-section__left h2 span, .et_techgig .why-masterclass-section__left h2 span {
      background: linear-gradient(88.52deg, #475BE6 -1.12%, #AD56A4 47.6%, #E35252 98.23%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .why-masterclass-section__right, .et_techgig .why-masterclass-section__right {
      width: 100%; } }
  .et_techmonk .why-masterclass-section .image-grid-section, .et_techgig .why-masterclass-section .image-grid-section {
    /* Tablet */
    /* Mobile */ }
    .et_techmonk .why-masterclass-section .image-grid-section .image-grid, .et_techgig .why-masterclass-section .image-grid-section .image-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: 220px;
      gap: 20px;
      /* Desktop layout */ }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item {
        overflow: hidden;
        border-radius: 14px; }
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item img, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-1, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-1 {
        grid-column: span 3; }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-2, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-2 {
        grid-column: span 3; }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-3, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-3 {
        grid-column: span 6; }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-4, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-4 {
        grid-column: span 6; }
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-5, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-5 {
        grid-column: span 6; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid, .et_techgig .why-masterclass-section .image-grid-section .image-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 200px; }
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-1,
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-2, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-1,
        .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-2 {
          grid-column: span 3; }
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-3,
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-4,
        .et_techmonk .why-masterclass-section .image-grid-section .image-grid .item-5, .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-3,
        .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-4,
        .et_techgig .why-masterclass-section .image-grid-section .image-grid .item-5 {
          grid-column: span 6; } }
    @media screen and (max-width: 550px) {
      .et_techmonk .why-masterclass-section .image-grid-section .image-grid, .et_techgig .why-masterclass-section .image-grid-section .image-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px; } }
  @media screen and (max-width: 1000px) {
    .et_techmonk .why-masterclass-section__container, .et_techgig .why-masterclass-section__container {
      flex-wrap: wrap; } }
  .et_techmonk .why-masterclass-section .feature-tags, .et_techgig .why-masterclass-section .feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
    margin-top: 40px; }
  .et_techmonk .why-masterclass-section .feature-tag, .et_techgig .why-masterclass-section .feature-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    padding: 8px 16px;
    border-radius: 9999px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    border: 1px solid #f3f4f6; }
    .et_techmonk .why-masterclass-section .feature-tag svg, .et_techgig .why-masterclass-section .feature-tag svg {
      color: #9333ea;
      flex-shrink: 0; }
    .et_techmonk .why-masterclass-section .feature-tag span, .et_techgig .why-masterclass-section .feature-tag span {
      font-size: 14px;
      font-weight: 500;
      color: #374151;
      white-space: nowrap; }
  .et_techmonk .why-masterclass-section a.btn, .et_techgig .why-masterclass-section a.btn {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    font-weight: 500;
    padding: 16px 32px !important;
    font-size: 1rem;
    margin: 0px !important; }
  .et_techmonk .biggest-events-section, .et_techgig .biggest-events-section {
    /* Tablet */
    /* Mobile */ }
    .et_techmonk .biggest-events-section .events-grid, .et_techgig .biggest-events-section .events-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      .et_techmonk .biggest-events-section .events-grid.three-column, .et_techgig .biggest-events-section .events-grid.three-column {
        grid-template-columns: repeat(3, 1fr); }
        @media screen and (max-width: 1000px) {
          .et_techmonk .biggest-events-section .events-grid.three-column, .et_techgig .biggest-events-section .events-grid.three-column {
            grid-template-columns: repeat(1, 1fr); } }
        .et_techmonk .biggest-events-section .events-grid.three-column .event-thumb, .et_techgig .biggest-events-section .events-grid.three-column .event-thumb {
          height: 330px; }
    .et_techmonk .biggest-events-section .event-card, .et_techgig .biggest-events-section .event-card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #fff;
      transition: transform .25s ease, box-shadow .25s ease;
      border: 1px solid oklch(92.8% 0.006 264.531);
      border-radius: 1rem; }
      .et_techmonk .biggest-events-section .event-card:hover, .et_techgig .biggest-events-section .event-card:hover {
        /*   transform: translateY(-4px);

       box-shadow: 0 10px 30px rgba(0,0,0,.08); */ }
        .et_techmonk .biggest-events-section .event-card:hover .event-thumb img, .et_techgig .biggest-events-section .event-card:hover .event-thumb img {
          transform: scale(1.1); }
        .et_techmonk .biggest-events-section .event-card:hover .h3, .et_techgig .biggest-events-section .event-card:hover .h3 {
          color: #e53935; }
    .et_techmonk .biggest-events-section .event-thumb, .et_techgig .biggest-events-section .event-thumb {
      position: relative;
      height: 240px !important;
      overflow: hidden;
      border-radius: 10px; }
      .et_techmonk .biggest-events-section .event-thumb img, .et_techgig .biggest-events-section .event-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease; }
    .et_techmonk .biggest-events-section .badge, .et_techgig .biggest-events-section .badge {
      position: absolute;
      top: 12px;
      left: 12px;
      padding: 4px 10px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 999px;
      color: #1f2937;
      z-index: 2; }
      .et_techmonk .biggest-events-section .badge.stats_badge, .et_techgig .biggest-events-section .badge.stats_badge {
        border-radius: 100px;
        border: 1px solid #E1E1E1;
        background: #FFF;
        display: inline-flex;
        height: auto;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #172435;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        left: 10px;
        bottom: 10px;
        top: initial; }
      .et_techmonk .biggest-events-section .badge.free, .et_techgig .biggest-events-section .badge.free {
        background: #ffffff; }
      .et_techmonk .biggest-events-section .badge.paid, .et_techgig .biggest-events-section .badge.paid {
        background: #ffffff; }
    .et_techmonk .biggest-events-section .event-body, .et_techgig .biggest-events-section .event-body {
      padding: 16px 24px 24px 24px;
      position: relative; }
      .et_techmonk .biggest-events-section .event-body:before, .et_techgig .biggest-events-section .event-body:before {
        content: '';
        background: white;
        position: absolute;
        width: 100%;
        height: 17px;
        top: -10px;
        left: 0px;
        border-radius: 10px; }
      .et_techmonk .biggest-events-section .event-body .date, .et_techgig .biggest-events-section .event-body .date {
        display: block;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        color: rgba(23, 36, 53, 0.5);
        margin-bottom: 6px; }
      .et_techmonk .biggest-events-section .event-body a.h3, .et_techmonk .biggest-events-section .event-body .h3,
      .et_techmonk .biggest-events-section .event-body h3, .et_techgig .biggest-events-section .event-body a.h3, .et_techgig .biggest-events-section .event-body .h3,
      .et_techgig .biggest-events-section .event-body h3 {
        line-height: 1.4;
        margin-bottom: 6px;
        color: #172435;
        font-weight: 600;
        font-size: 17px;
        font-style: normal;
        font-weight: 600; }
        .et_techmonk .biggest-events-section .event-body a.h3:hover, .et_techmonk .biggest-events-section .event-body .h3:hover,
        .et_techmonk .biggest-events-section .event-body h3:hover, .et_techgig .biggest-events-section .event-body a.h3:hover, .et_techgig .biggest-events-section .event-body .h3:hover,
        .et_techgig .biggest-events-section .event-body h3:hover {
          color: #e53935; }
      .et_techmonk .biggest-events-section .event-body p, .et_techgig .biggest-events-section .event-body p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        /**two line clamp**/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .et_techmonk .biggest-events-section .events-grid, .et_techgig .biggest-events-section .events-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      .et_techmonk .biggest-events-section .events-grid, .et_techgig .biggest-events-section .events-grid {
        grid-template-columns: 1fr; }
      .et_techmonk .biggest-events-section .event-thumb, .et_techgig .biggest-events-section .event-thumb {
        height: 180px; } }
    .et_techmonk .biggest-events-section .ai-hero, .et_techgig .biggest-events-section .ai-hero {
      position: relative;
      min-height: 520px;
      border-radius: 20px;
      overflow: hidden;
      background: #ffffff;
      margin-bottom: 40px;
      /* ===============================
         Responsive (Scoped)
         =============================== */ }
      .et_techmonk .biggest-events-section .ai-hero .hero-bg, .et_techgig .biggest-events-section .ai-hero .hero-bg {
        position: absolute;
        inset: 0; }
        .et_techmonk .biggest-events-section .ai-hero .hero-bg img, .et_techgig .biggest-events-section .ai-hero .hero-bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .et_techmonk .biggest-events-section .ai-hero .hero-overlay, .et_techgig .biggest-events-section .ai-hero .hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.65) 45%, rgba(15, 23, 42, 0.3) 100%); }
      .et_techmonk .biggest-events-section .ai-hero .hero-content, .et_techgig .biggest-events-section .ai-hero .hero-content {
        position: absolute;
        z-index: 2;
        height: 100%;
        grid-template-columns: 1.2fr 1fr;
        gap: 32px;
        padding: 30px 20px;
        align-items: center;
        height: 100%;
        border-radius: 0 10px 10px 0;
        background: rgba(23, 36, 53, 0.6);
        width: 260px;
        right: 0;
        left: initial; }
      .et_techmonk .biggest-events-section .ai-hero .hero-stats, .et_techgig .biggest-events-section .ai-hero .hero-stats {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card {
          padding: 18px 0px;
          display: flex;
          gap: 5px;
          align-items: center;
          transition: transform 0.3s ease;
          flex-direction: column;
          align-items: start;
          width: 100%; }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card:hover, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card:hover {
            transform: translateY(-4px); }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card .icon, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card .icon {
            font-size: 28px;
            flex-shrink: 0; }
            .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card .icon img, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card .icon img {
              transition: all .5s ease-in; }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card h4, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card h4 {
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            color: #FFF; }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card p, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card p {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            color: rgba(255, 255, 255, 0.9); }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card + .stat-card, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card + .stat-card {
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
          .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card:hover .icon img, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card:hover .icon img {
            transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            transition: all .5s ease-in; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .biggest-events-section .ai-hero .hero-stats .stat-card, .et_techgig .biggest-events-section .ai-hero .hero-stats .stat-card {
              align-items: center; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk .biggest-events-section .ai-hero .hero-stats, .et_techgig .biggest-events-section .ai-hero .hero-stats {
            gap: 0px; } }
      @media (max-width: 991px) {
        .et_techmonk .biggest-events-section .ai-hero .hero-content, .et_techgig .biggest-events-section .ai-hero .hero-content {
          grid-template-columns: 1fr;
          padding: 32px;
          width: 100%;
          box-sizing: border-box; } }
      @media (max-width: 576px) {
        .et_techmonk .biggest-events-section .ai-hero .hero-content, .et_techgig .biggest-events-section .ai-hero .hero-content {
          padding: 24px;
          width: 100%;
          box-sizing: border-box; } }

@keyframes typewriter-blink {
  0%, 50% {
    opacity: 1; }
  51%, 100% {
    opacity: 0; } }
  .et_techmonk .techmonk-leaders-section, .et_techgig .techmonk-leaders-section {
    background: white;
    background-size: cover;
    background-attachment: fixed;
    /* Mobile */ }
    .et_techmonk .techmonk-leaders-section .section-title, .et_techgig .techmonk-leaders-section .section-title {
      margin-bottom: 10px; }
    .et_techmonk .techmonk-leaders-section__inner, .et_techgig .techmonk-leaders-section__inner {
      border-radius: 10px;
      box-sizing: border-box;
      background-size: cover;
      background-attachment: fixed;
      background-position: top center; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-leaders-section__inner, .et_techgig .techmonk-leaders-section__inner {
          padding: 50px 24px 0px 24px; } }
    .et_techmonk .techmonk-leaders-section .section-title .title span, .et_techgig .techmonk-leaders-section .section-title .title span {
      background: linear-gradient(88.52deg, #475BE6 -1.12%, #AD56A4 47.6%, #E35252 98.23%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .et_techmonk .techmonk-leaders-section .container-wrapper ul, .et_techgig .techmonk-leaders-section .container-wrapper ul {
      display: grid;
      margin-top: 40px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: calc(.25rem * 8); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-leaders-section .container-wrapper ul, .et_techgig .techmonk-leaders-section .container-wrapper ul {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: calc(.25rem * 4); } }
      .et_techmonk .techmonk-leaders-section .container-wrapper ul li, .et_techgig .techmonk-leaders-section .container-wrapper ul li {
        color: white;
        text-align: center;
        width: 100%;
        padding: 16px;
        display: inline-block;
        border-radius: 14px;
        box-sizing: border-box;
        border: 1px solid #f2ecee;
        background: white;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1366px) {
          .et_techmonk .techmonk-leaders-section .container-wrapper ul li, .et_techgig .techmonk-leaders-section .container-wrapper ul li {
            padding: 10px; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk .techmonk-leaders-section .container-wrapper ul li, .et_techgig .techmonk-leaders-section .container-wrapper ul li {
            padding: 10px; } }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li:hover, .et_techgig .techmonk-leaders-section .container-wrapper ul li:hover {
          box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
          border-color: #e1e1e1; }
          .et_techmonk .techmonk-leaders-section .container-wrapper ul li:hover h5, .et_techgig .techmonk-leaders-section .container-wrapper ul li:hover h5 {
            color: #7c86ff !important; }
          .et_techmonk .techmonk-leaders-section .container-wrapper ul li:hover img, .et_techgig .techmonk-leaders-section .container-wrapper ul li:hover img {
            transform: scale(1.05); }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li picture, .et_techgig .techmonk-leaders-section .container-wrapper ul li picture {
          overflow: hidden;
          border-radius: 10px;
          max-height: 241px;
          display: block;
          margin-bottom: 25px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li picture, .et_techgig .techmonk-leaders-section .container-wrapper ul li picture {
              max-height: 200px; } }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li img, .et_techgig .techmonk-leaders-section .container-wrapper ul li img {
          border-radius: 10px;
          width: 100%;
          height: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li img, .et_techgig .techmonk-leaders-section .container-wrapper ul li img {
              max-height: 200px; } }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li h5, .et_techgig .techmonk-leaders-section .container-wrapper ul li h5 {
          font-size: 1.125rem;
          color: #101828;
          font-weight: 600;
          font-family: "Inter", sans-serif !important;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1366px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li h5, .et_techgig .techmonk-leaders-section .container-wrapper ul li h5 {
              font-size: 1rem; } }
          @media screen and (max-width: 1000px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li h5, .et_techgig .techmonk-leaders-section .container-wrapper ul li h5 {
              font-size: 1.2rem; } }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li p, .et_techgig .techmonk-leaders-section .container-wrapper ul li p {
          color: #6a7282;
          font-size: .875rem;
          margin-top: 8px;
          line-height: 1.625;
          padding: 0px 8px; }
          @media screen and (max-width: 1366px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li p, .et_techgig .techmonk-leaders-section .container-wrapper ul li p {
              font-size: .775rem;
              line-height: 1.6;
              font-weight: 400; } }
          @media screen and (max-width: 1000px) {
            .et_techmonk .techmonk-leaders-section .container-wrapper ul li p, .et_techgig .techmonk-leaders-section .container-wrapper ul li p {
              font-size: .775rem;
              line-height: 1.6;
              font-weight: 400; } }
        .et_techmonk .techmonk-leaders-section .container-wrapper ul li.leader-circle-card--hidden, .et_techgig .techmonk-leaders-section .container-wrapper ul li.leader-circle-card--hidden {
          display: none !important; }
    .et_techmonk .techmonk-leaders-section .leader-circle-load-more-wrap, .et_techgig .techmonk-leaders-section .leader-circle-load-more-wrap {
      display: flex;
      justify-content: center;
      margin-top: 32px;
      width: 100%; }
    .et_techmonk .techmonk-leaders-section .leader-circle-load-more, .et_techgig .techmonk-leaders-section .leader-circle-load-more {
      cursor: pointer;
      font-family: "Inter", sans-serif !important;
      font-size: 0.9375rem;
      font-weight: 600;
      color: #fff;
      background: #1f4add;
      border: none;
      border-radius: 999px;
      padding: 12px 32px;
      transition: opacity 0.2s ease, transform 0.2s ease; }
      .et_techmonk .techmonk-leaders-section .leader-circle-load-more:hover, .et_techgig .techmonk-leaders-section .leader-circle-load-more:hover {
        opacity: 0.92;
        transform: translateY(-1px); }
    .et_techmonk .techmonk-leaders-section .community-section .container, .et_techgig .techmonk-leaders-section .community-section .container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: end;
      justify-content: center;
      gap: 20px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-leaders-section .community-section .container, .et_techgig .techmonk-leaders-section .community-section .container {
          padding: 20px 0 0 0px; } }
    .et_techmonk .techmonk-leaders-section .content-card, .et_techgig .techmonk-leaders-section .content-card {
      max-width: 540px;
      background: #ffffff;
      /*  border: 1px solid $border; */
      border-radius: 18px 18px 0 0;
      padding: 34px 38px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
      .et_techmonk .techmonk-leaders-section .content-card .quote, .et_techgig .techmonk-leaders-section .content-card .quote {
        font-size: 25px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        color: #172435 !important;
        margin-bottom: 20px !important;
        line-height: 26px !important;
        min-height: auto !important; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .techmonk-leaders-section .content-card .quote, .et_techgig .techmonk-leaders-section .content-card .quote {
            font-size: 16px;
            line-height: 1.4; } }
        .et_techmonk .techmonk-leaders-section .content-card .quote .typewriter-cursor, .et_techgig .techmonk-leaders-section .content-card .quote .typewriter-cursor {
          display: inline-block;
          animation: typewriter-blink 1s step-end infinite; }
      .et_techmonk .techmonk-leaders-section .content-card .author-image, .et_techgig .techmonk-leaders-section .content-card .author-image {
        width: 56px;
        height: 55px;
        border-radius: 10px;
        overflow: hidden;
        margin: 5px auto 10px; }
        .et_techmonk .techmonk-leaders-section .content-card .author-image img, .et_techgig .techmonk-leaders-section .content-card .author-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .et_techmonk .techmonk-leaders-section .content-card .author, .et_techgig .techmonk-leaders-section .content-card .author {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #707070; }
        .et_techmonk .techmonk-leaders-section .content-card .author strong, .et_techgig .techmonk-leaders-section .content-card .author strong {
          color: #000000;
          font-weight: 600; }
        .et_techmonk .techmonk-leaders-section .content-card .author a, .et_techgig .techmonk-leaders-section .content-card .author a {
          color: #3070C8; }
    .et_techmonk .techmonk-leaders-section .avatar-collage, .et_techgig .techmonk-leaders-section .avatar-collage {
      flex-shrink: 0; }
      .et_techmonk .techmonk-leaders-section .avatar-collage img, .et_techgig .techmonk-leaders-section .avatar-collage img {
        width: 190px;
        height: auto;
        display: block; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .techmonk-leaders-section .container, .et_techgig .techmonk-leaders-section .container {
        gap: 10px; }
      .et_techmonk .techmonk-leaders-section .avatar-collage img, .et_techgig .techmonk-leaders-section .avatar-collage img {
        width: 130px; }
      .et_techmonk .techmonk-leaders-section .container, .et_techgig .techmonk-leaders-section .container {
        flex-direction: column; }
      .et_techmonk .techmonk-leaders-section .avatar-collage.left, .et_techmonk .techmonk-leaders-section .avatar-collage.right, .et_techgig .techmonk-leaders-section .avatar-collage.left, .et_techgig .techmonk-leaders-section .avatar-collage.right {
        transform: none; }
      .et_techmonk .techmonk-leaders-section .avatar-collage img, .et_techgig .techmonk-leaders-section .avatar-collage img {
        width: 180px; }
      .et_techmonk .techmonk-leaders-section .content-card, .et_techgig .techmonk-leaders-section .content-card {
        padding: 26px 22px; } }
  .et_techmonk .analytics-growth-section, .et_techgig .analytics-growth-section {
    /* Tablet */
    /* Mobile */ }
    .et_techmonk .analytics-growth-section .stats-strip, .et_techgig .analytics-growth-section .stats-strip {
      padding: 0;
      background: #fff; }
      .et_techmonk .analytics-growth-section .stats-strip .container, .et_techgig .analytics-growth-section .stats-strip .container {
        max-width: 1200px;
        margin: 0 auto; }
      .et_techmonk .analytics-growth-section .stats-strip .stats-grid, .et_techgig .analytics-growth-section .stats-strip .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
        align-items: center; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .analytics-growth-section .stats-strip .stats-grid, .et_techgig .analytics-growth-section .stats-strip .stats-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px; } }
      .et_techmonk .analytics-growth-section .stats-strip .stat-item, .et_techgig .analytics-growth-section .stats-strip .stat-item {
        text-align: center; }
        .et_techmonk .analytics-growth-section .stats-strip .stat-item h3, .et_techgig .analytics-growth-section .stats-strip .stat-item h3 {
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 36px;
          color: #172435;
          margin-bottom: 4px; }
        .et_techmonk .analytics-growth-section .stats-strip .stat-item p, .et_techgig .analytics-growth-section .stats-strip .stat-item p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          color: #172435;
          margin-bottom: 14px; }
        .et_techmonk .analytics-growth-section .stats-strip .stat-item .logo, .et_techgig .analytics-growth-section .stats-strip .stat-item .logo {
          display: flex;
          align-items: center;
          justify-content: center; }
          .et_techmonk .analytics-growth-section .stats-strip .stat-item .logo img, .et_techgig .analytics-growth-section .stats-strip .stat-item .logo img {
            max-height: 40px;
            max-width: none;
            object-fit: contain;
            width: auto; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .analytics-growth-section .stats-grid, .et_techgig .analytics-growth-section .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px; } }
    @media screen and (max-width: 550px) {
      .et_techmonk .analytics-growth-section .stats-strip, .et_techgig .analytics-growth-section .stats-strip {
        padding: 0; }
      .et_techmonk .analytics-growth-section .stats-grid, .et_techgig .analytics-growth-section .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px; }
      .et_techmonk .analytics-growth-section .stat-item h3, .et_techgig .analytics-growth-section .stat-item h3 {
        font-size: 24px; } }
  .et_techmonk .social-buzz-section, .et_techgig .social-buzz-section {
    background: #F4F8FF url("/Themes/Release/theme4/images/techmonk/social-buzz-image.webp") no-repeat bottom right;
    background-size: contain;
    /* Tablet */
    /* Mobile */ }
    .et_techmonk .social-buzz-section__left, .et_techgig .social-buzz-section__left {
      max-width: 480px; }
      .et_techmonk .social-buzz-section__left .hero-stats, .et_techgig .social-buzz-section__left .hero-stats {
        margin-top: 40px;
        margin-bottom: 20px;
        justify-content: start; }
        .et_techmonk .social-buzz-section__left .hero-stats .stat h3, .et_techgig .social-buzz-section__left .hero-stats .stat h3 {
          margin-bottom: 9px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .social-buzz-section__left .hero-stats .stat h3, .et_techgig .social-buzz-section__left .hero-stats .stat h3 {
              text-align: center; } }
        .et_techmonk .social-buzz-section__left .hero-stats .stat p, .et_techgig .social-buzz-section__left .hero-stats .stat p {
          color: #172435; }
    .et_techmonk .social-buzz-section .testimonial-section .container, .et_techgig .social-buzz-section .testimonial-section .container {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 25px; }
    .et_techmonk .social-buzz-section .testimonial-section .testimonial-card, .et_techgig .social-buzz-section .testimonial-section .testimonial-card {
      display: flex;
      gap: 20px;
      padding: 18px;
      background: #ffffff;
      border: 1px solid #E8E8E8;
      border-radius: 6px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
      @media screen and (min-width: 1000px) {
        .et_techmonk .social-buzz-section .testimonial-section .testimonial-card, .et_techgig .social-buzz-section .testimonial-section .testimonial-card {
          margin-right: 80px; } }
      @media screen and (min-width: 1000px) {
        .et_techmonk .social-buzz-section .testimonial-section .testimonial-card.highlight_sec, .et_techgig .social-buzz-section .testimonial-section .testimonial-card.highlight_sec {
          margin-left: 80px;
          margin-right: 0px; } }
      .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .brand, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .brand {
        /*  flex-shrink: 0; */
        border: solid 1px rgba(204, 204, 204, 0.8);
        width: 89px;
        min-width: 89px;
        height: 89px;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .brand, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .brand {
            margin-left: auto;
            margin-right: auto; } }
        .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .brand img, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .brand img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          object-fit: contain; }
      .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content .stars, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content .stars {
        color: #f59e0b;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 6px; }
      .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content p, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content p {
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #172435;
        margin-bottom: 8px;
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content p, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content p {
            text-align: center; } }
      .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content .author, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content .author {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #707070; }
        .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content .author strong, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content .author strong {
          color: #000000; }
        .et_techmonk .social-buzz-section .testimonial-section .testimonial-card .content .author a, .et_techgig .social-buzz-section .testimonial-section .testimonial-card .content .author a {
          color: #3070C8; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .social-buzz-section .testimonial-card, .et_techgig .social-buzz-section .testimonial-card {
        padding: 20px; }
        .et_techmonk .social-buzz-section .testimonial-card .brand img, .et_techgig .social-buzz-section .testimonial-card .brand img {
          width: 40px;
          height: 40px; } }
    @media screen and (max-width: 550px) {
      .et_techmonk .social-buzz-section .testimonial-section, .et_techgig .social-buzz-section .testimonial-section {
        padding: 0; }
        .et_techmonk .social-buzz-section .testimonial-section .container, .et_techgig .social-buzz-section .testimonial-section .container {
          padding: 0px; }
      .et_techmonk .social-buzz-section .testimonial-card, .et_techgig .social-buzz-section .testimonial-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px; } }
  @media screen and (max-width: 550px) and (max-width: 1000px) {
    .et_techmonk .social-buzz-section .testimonial-card, .et_techgig .social-buzz-section .testimonial-card {
      text-align: center; } }
    @media screen and (max-width: 550px) {
        .et_techmonk .social-buzz-section .testimonial-card .brand img, .et_techgig .social-buzz-section .testimonial-card .brand img {
          width: 36px;
          height: 36px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .social-buzz-section__container, .et_techgig .social-buzz-section__container {
        flex-wrap: wrap; } }
  .et_techmonk .what-we-offer-cards, .et_techgig .what-we-offer-cards {
    display: flex;
    gap: 25px;
    margin-top: 25px; }
    .et_techmonk .what-we-offer-cards .hackathon-benefits-card, .et_techgig .what-we-offer-cards .hackathon-benefits-card {
      flex: 1;
      padding: 32px 32px 0px 32px;
      box-sizing: border-box;
      border-radius: 10px;
      position: relative;
      display: inline-block; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card:after, .et_techgig .what-we-offer-cards .hackathon-benefits-card:after {
        content: '';
        background: #f6f8fe;
        height: 81%;
        width: 100%;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__header, .et_techgig .what-we-offer-cards .hackathon-benefits-card__header {
        margin-bottom: 32px;
        position: relative;
        z-index: 1; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__title {
        color: #1f2937;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: "SangBleuVersailles-Bold-WebS";
        margin-bottom: 12px; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__description, .et_techgig .what-we-offer-cards .hackathon-benefits-card__description {
        color: #6b7280;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-align: left;
        min-height: 84px; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits {
        box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
        background: white;
        padding: 30px 20px;
        border-radius: 10px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits {
            padding-bottom: 0px; } }
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-title {
          color: #1f2937;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 20px; }
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-grid, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; }
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid {
          display: flex !important;
          flex-direction: column;
          padding-left: 60px;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          z-index: 1;
          padding-right: 45px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid {
              padding-left: 0px;
              padding-right: 0px; } }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid:after, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-grid.external-grid:after {
            content: '';
            background: #f6f8fe;
            width: 226px;
            height: 288px;
            position: absolute;
            left: 0px;
            right: auto;
            border-radius: 10px;
            top: 20px;
            animation: animate 1s ease-in-out infinite; }

@keyframes animate {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-item, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-item {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        text-align: center;
        gap: 12px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-item, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-item {
            align-items: center;
            text-align: center;
            gap: 8px; } }
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-item:hover .hackathon-benefits-card__benefit-icon img, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-item:hover .hackathon-benefits-card__benefit-icon img {
          transform: rotateY(360deg);
          -moz-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transition: all .5s ease-in; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-item.external-benefit-item, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-item.external-benefit-item {
        flex-direction: unset;
        align-items: center;
        gap: 20px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 12px 10px;
        border-radius: 10px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-item.external-benefit-item, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-item.external-benefit-item {
            flex-direction: column;
            gap: 5px; } }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-icon, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; }
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-icon img, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-icon img {
          object-fit: contain;
          transition: all .5s ease-in; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-title {
        color: #172435;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        text-align: left;
        margin-bottom: 4px; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-description, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-description {
        color: #6b7280;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        text-align: left; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .what-we-offer-cards .hackathon-benefits-card, .et_techgig .what-we-offer-cards .hackathon-benefits-card {
          padding: 24px 20px; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__title {
            font-size: 20px;
            text-align: center; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__description, .et_techgig .what-we-offer-cards .hackathon-benefits-card__description {
            font-size: 14px;
            text-align: center; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits {
            text-align: center; }
            .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-title {
              font-size: 16px;
              margin-bottom: 16px; }
            .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefits-grid, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefits-grid {
              grid-template-columns: 1fr;
              gap: 16px; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-icon, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-icon {
            width: 70px;
            height: 70px; }
            .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-icon img, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-icon img {
              width: 48px;
              height: 48px; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-title, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-title {
            font-size: 14px;
            text-align: center; }
          .et_techmonk .what-we-offer-cards .hackathon-benefits-card__benefit-description, .et_techgig .what-we-offer-cards .hackathon-benefits-card__benefit-description {
            font-size: 13px;
            text-align: center; } }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards:after, .et_techgig .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards:after {
        background: #000d1d url(https://img.etb2bimg.com/files/cp/upload-1768891369-offer-bg.webp) top right no-repeat;
        border-radius: 6px; }
      .et_techmonk .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards .hackathon-benefits-card__header .hackathon-benefits-card__title, .et_techmonk .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards .hackathon-benefits-card__header .hackathon-benefits-card__description, .et_techgig .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards .hackathon-benefits-card__header .hackathon-benefits-card__title, .et_techgig .what-we-offer-cards .hackathon-benefits-card.dark-theme-cards .hackathon-benefits-card__header .hackathon-benefits-card__description {
        color: #fff; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .what-we-offer-cards, .et_techgig .what-we-offer-cards {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px; } }
  .et_techmonk .upcoming-hackathons .inner-section, .et_techgig .upcoming-hackathons .inner-section {
    padding: 60px;
    border-radius: 0px;
    background: repeating-linear-gradient(90deg, #b5b4b4 0 10px, transparent 10px 20px) top/calc(100% - 14px) 2px no-repeat, repeating-linear-gradient(90deg, #b5b4b4 0 10px, transparent 10px 20px) bottom/calc(100% - 14px) 2px no-repeat, repeating-linear-gradient(0deg, #b5b4b4 0 10px, transparent 10px 20px) left/2px calc(100% - 14px) no-repeat, repeating-linear-gradient(0deg, #b5b4b4 0 10px, transparent 10px 20px) right/2px calc(100% - 14px) no-repeat;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .upcoming-hackathons .inner-section, .et_techgig .upcoming-hackathons .inner-section {
        padding: 15px;
        background: none !important; } }
    .et_techmonk .upcoming-hackathons .inner-section:after, .et_techgig .upcoming-hackathons .inner-section:after {
      content: "";
      position: absolute;
      inset: -7px;
      /* pushes dots OUTSIDE */
      pointer-events: none;
      z-index: 2;
      background: radial-gradient(circle, #000 6px, transparent 7px) 0 0/14px 14px no-repeat, radial-gradient(circle, #000 6px, transparent 7px) 100% 0/14px 14px no-repeat, radial-gradient(circle, #000 6px, transparent 7px) 0 100%/14px 14px no-repeat, radial-gradient(circle, #000 6px, transparent 7px) 100% 100%/14px 14px no-repeat; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathons .inner-section:after, .et_techgig .upcoming-hackathons .inner-section:after {
          display: none; } }
    .et_techmonk .upcoming-hackathons .inner-section:before, .et_techgig .upcoming-hackathons .inner-section:before {
      content: '';
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      display: inline-block;
      position: absolute;
      background: #f8f8f8;
      top: 2px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathons .inner-section:before, .et_techgig .upcoming-hackathons .inner-section:before {
          display: none; } }
    .et_techmonk .upcoming-hackathons .inner-section .container, .et_techgig .upcoming-hackathons .inner-section .container {
      position: relative; }
  .et_techmonk .upcoming-hackathons__widgets, .et_techgig .upcoming-hackathons__widgets {
    display: flex;
    margin-top: 30px;
    /*   box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
      background: white;
      padding: 25px; */
    border-radius: 10px;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    background: #FFF;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 35px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .upcoming-hackathons__widgets, .et_techgig .upcoming-hackathons__widgets {
        padding: 25px 20px; } }
    .et_techmonk .upcoming-hackathons__widgets .section-title h2.title, .et_techgig .upcoming-hackathons__widgets .section-title h2.title {
      font-size: 24px; }
  .et_techmonk .upcoming-hackathons__content, .et_techgig .upcoming-hackathons__content {
    display: flex;
    gap: 46px;
    align-items: flex-start;
    padding-top: 46px; }
  .et_techmonk .upcoming-hackathons__list, .et_techgig .upcoming-hackathons__list {
    flex: 1; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .upcoming-hackathons__list, .et_techgig .upcoming-hackathons__list {
        width: 100%; } }
  .et_techmonk .upcoming-hackathons__header, .et_techgig .upcoming-hackathons__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .upcoming-hackathons__header, .et_techgig .upcoming-hackathons__header {
        flex-direction: column;
        align-items: center;
        gap: 15px; } }
    .et_techmonk .upcoming-hackathons__header .left-col, .et_techgig .upcoming-hackathons__header .left-col {
      width: 50%; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathons__header .left-col, .et_techgig .upcoming-hackathons__header .left-col {
          width: 100%; } }
      .et_techmonk .upcoming-hackathons__header .left-col .title, .et_techgig .upcoming-hackathons__header .left-col .title {
        color: #1f2937;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: "SangBleuVersailles-Bold-WebS";
        text-align: left;
        margin-bottom: 5px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .upcoming-hackathons__header .left-col .title, .et_techgig .upcoming-hackathons__header .left-col .title {
            text-align: center; } }
      .et_techmonk .upcoming-hackathons__header .left-col .subtitle, .et_techgig .upcoming-hackathons__header .left-col .subtitle {
        color: #6b7280;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .upcoming-hackathons__header .left-col .subtitle, .et_techgig .upcoming-hackathons__header .left-col .subtitle {
            text-align: center; } }
    .et_techmonk .upcoming-hackathons__header .right-col, .et_techgig .upcoming-hackathons__header .right-col {
      width: auto;
      text-align: right; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathons__header .right-col, .et_techgig .upcoming-hackathons__header .right-col {
          text-align: center; } }
      .et_techmonk .upcoming-hackathons__header .right-col .btn-secondary-invert, .et_techgig .upcoming-hackathons__header .right-col .btn-secondary-invert {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 10px;
        background: #191D27;
        color: #fff;
        display: flex;
        box-sizing: border-box; }
        .et_techmonk .upcoming-hackathons__header .right-col .btn-secondary-invert:hover, .et_techgig .upcoming-hackathons__header .right-col .btn-secondary-invert:hover {
          /*   background: #fff;
            color: $text-color-5; */
          /*  svg {
              path {
                fill: $text-color-5;
              }
            } */ }
        .et_techmonk .upcoming-hackathons__header .right-col .btn-secondary-invert svg path, .et_techgig .upcoming-hackathons__header .right-col .btn-secondary-invert svg path {
          fill: #fff; }
  .et_techmonk .upcoming-hackathons__items, .et_techgig .upcoming-hackathons__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px; }
  .et_techmonk .upcoming-hackathon-card, .et_techgig .upcoming-hackathon-card {
    display: flex;
    gap: 0px;
    border-radius: 10px;
    background: #fff;
    padding: 0px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    align-items: center; }
    .et_techmonk .upcoming-hackathon-card:hover, .et_techgig .upcoming-hackathon-card:hover {
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); }
    .et_techmonk .upcoming-hackathon-card__inner, .et_techgig .upcoming-hackathon-card__inner {
      display: flex;
      gap: 20px;
      padding: 15px 0px 15px 15px;
      width: calc(100% - 179px);
      justify-content: center;
      border-right: 1px solid rgba(218, 218, 218, 0.6); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathon-card__inner, .et_techgig .upcoming-hackathon-card__inner {
          width: 100%;
          flex-direction: column;
          padding: 0px !important; } }
    .et_techmonk .upcoming-hackathon-card__action, .et_techgig .upcoming-hackathon-card__action {
      width: 100%;
      max-width: 171px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
      text-align: center;
      gap: 15px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathon-card__action, .et_techgig .upcoming-hackathon-card__action {
          max-width: 100%;
          align-items: baseline;
          margin-top: 16px; } }
      .et_techmonk .upcoming-hackathon-card__action .btn-secondary-invert, .et_techgig .upcoming-hackathon-card__action .btn-secondary-invert {
        margin: 0 auto !important;
        border-radius: 8px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .upcoming-hackathon-card__action .btn-secondary-invert, .et_techgig .upcoming-hackathon-card__action .btn-secondary-invert {
            margin: 0px !important; } }
    .et_techmonk .upcoming-hackathon-card__status, .et_techgig .upcoming-hackathon-card__status {
      color: #172435 !important; }
      .et_techmonk .upcoming-hackathon-card__status span.completed_tag, .et_techgig .upcoming-hackathon-card__status span.completed_tag {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #4CA054;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
    .et_techmonk .upcoming-hackathon-card__image, .et_techgig .upcoming-hackathon-card__image {
      width: 130px;
      height: 100px;
      flex-shrink: 0;
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
      .et_techmonk .upcoming-hackathon-card__image img, .et_techgig .upcoming-hackathon-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .upcoming-hackathon-card__image, .et_techgig .upcoming-hackathon-card__image {
          height: 150px !important; } }
    .et_techmonk .upcoming-hackathon-card:hover .upcoming-hackathon-card__image img, .et_techgig .upcoming-hackathon-card:hover .upcoming-hackathon-card__image img {
      transform: scale(1.1); }
    .et_techmonk .upcoming-hackathon-card__content, .et_techgig .upcoming-hackathon-card__content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 12px; }
    .et_techmonk .upcoming-hackathon-card__title, .et_techgig .upcoming-hackathon-card__title {
      color: #1f2937;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin: 0; }
    .et_techmonk .upcoming-hackathon-card__meta, .et_techgig .upcoming-hackathon-card__meta {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap; }
    .et_techmonk .upcoming-hackathon-card__organizer, .et_techgig .upcoming-hackathon-card__organizer {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #6b7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .et_techmonk .upcoming-hackathon-card__organizer svg, .et_techgig .upcoming-hackathon-card__organizer svg {
        width: 16px;
        height: 16px;
        color: #ED6635; }
    .et_techmonk .upcoming-hackathon-card__status, .et_techgig .upcoming-hackathon-card__status {
      color: #6b7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .et_techmonk .upcoming-hackathon-card__registration, .et_techgig .upcoming-hackathon-card__registration {
      color: #172435;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      border-top: 1px solid rgba(218, 218, 218, 0.6);
      padding-top: 12px;
      display: inline-block;
      width: 100%;
      font-size: 13px; }
      .et_techmonk .upcoming-hackathon-card__registration strong, .et_techgig .upcoming-hackathon-card__registration strong {
        font-weight: 600; }
    .et_techmonk .upcoming-hackathon-card .btn, .et_techgig .upcoming-hackathon-card .btn {
      align-self: flex-start;
      margin-top: 4px; }
  .et_techmonk .featured-communities, .et_techgig .featured-communities {
    max-width: 380px;
    flex-shrink: 0;
    /* border: 1px solid rgba(218, 218, 218, 1); */
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FFF;
    width: 100%; }
    .et_techmonk .featured-communities .section-title, .et_techgig .featured-communities .section-title {
      margin-bottom: 20px;
      text-align: left; }
      .et_techmonk .featured-communities .section-title .title, .et_techgig .featured-communities .section-title .title {
        text-align: left;
        font-size: 20px;
        margin-bottom: 5px; }
      .et_techmonk .featured-communities .section-title .subtitle, .et_techgig .featured-communities .section-title .subtitle {
        text-align: left;
        font-size: 14px;
        margin: 0px; }
    .et_techmonk .featured-communities__list, .et_techgig .featured-communities__list {
      display: flex;
      flex-direction: column;
      gap: 16px; }
  .et_techmonk .featured-community-card, .et_techgig .featured-community-card {
    border-radius: 10px;
    background: #fff;
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    transition: box-shadow 0.3s ease;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    border-radius: 0px; }
    .et_techmonk .featured-community-card:last-child, .et_techgig .featured-community-card:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
    .et_techmonk .featured-community-card__inner, .et_techgig .featured-community-card__inner {
      display: flex;
      gap: 12px;
      width: 100%;
      align-items: center; }
    .et_techmonk .featured-community-card__logo, .et_techgig .featured-community-card__logo {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      overflow: hidden;
      background: #f6f8fe;
      display: flex;
      align-items: center;
      justify-content: center; }
      .et_techmonk .featured-community-card__logo img, .et_techgig .featured-community-card__logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .et_techmonk .featured-community-card__title, .et_techgig .featured-community-card__title {
      color: #1f2937;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin: 0;
      text-align: left; }
    .et_techmonk .featured-community-card__description, .et_techgig .featured-community-card__description {
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      text-align: left;
      margin-top: 6px; }
    .et_techmonk .featured-community-card .btn, .et_techgig .featured-community-card .btn {
      display: flex;
      border-radius: 4px;
      justify-content: center;
      gap: 6px;
      padding: 8px 12px; }
      .et_techmonk .featured-community-card .btn svg, .et_techgig .featured-community-card .btn svg {
        width: 14px;
        height: 14px; }
  .et_techmonk .product-box-commmon-wrapper, .et_techgig .product-box-commmon-wrapper {
    display: inline-block;
    width: 100%;
    /*   margin-top: 40px;
    border-top: 1px solid rgba(218, 218, 218, 0.6);
    padding-top: 20px; */ }
    .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      display: none;
      max-width: 100%; }
      .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .left-col .title, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .left-col .title {
        color: #1f2937;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: "SangBleuVersailles-Bold-WebS";
        text-align: left;
        margin-bottom: 5px; }
      .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .left-col .subtitle, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .left-col .subtitle {
        color: #6b7280;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col {
        display: flex;
        justify-content: center;
        align-items: center; }
        .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form {
          display: flex;
          gap: 10px;
          margin-right: 10px; }
          .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select {
            border: 1px solid #01003826;
            width: 100%;
            min-width: 200px;
            height: 36px;
            border-radius: 6px;
            position: relative;
            cursor: pointer; }
            .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select:before, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select:before {
              content: '';
              width: 8px;
              height: 8px;
              border-right: 2px solid #010038b3;
              border-bottom: 2px solid #010038b3;
              transform: rotate(45deg);
              display: inline-block;
              position: absolute;
              right: 12px;
              top: 10px; }
            .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select select, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form .custom-select select {
              border: 0px;
              height: 36px;
              width: 100%;
              background: transparent;
              color: #010038CC;
              font-size: 13px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              padding-left: 10px;
              padding-right: 10px;
              appearance: none;
              font-family: "Montserrat", sans-serif; }
        .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert {
          width: 100%;
          justify-content: center;
          align-items: center;
          gap: 6px;
          border-radius: 10px;
          background: #191D27;
          color: #fff;
          display: flex;
          box-sizing: border-box; }
          .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert svg path, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert svg path {
            fill: #fff; }
          .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert:hover, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert:hover {
            background: #fff;
            color: #191D27; }
            .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert:hover svg path, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .btn-secondary-invert:hover svg path {
              fill: #191D27; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col {
            flex-direction: column;
            gap: 10px;
            width: 100%; }
            .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header .right-col .category-form {
              flex-direction: column;
              width: 100%;
              margin-bottom: 20px; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .product-box-commmon-wrapper .product-box-commmon-header.mobile-flex-column, .et_techgig .product-box-commmon-wrapper .product-box-commmon-header.mobile-flex-column {
          display: flex;
          flex-direction: column;
          align-items: baseline;
          gap: 10px; } }
  .et_techmonk .past-hackathons__grid, .et_techgig .past-hackathons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 0;
    transition: all .3s ease; }
    @media screen and (min-width: 991px) {
      .et_techmonk .past-hackathons__grid.past-hackathons__grid--few, .et_techgig .past-hackathons__grid.past-hackathons__grid--few {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap; }
        .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card {
          max-width: 100%;
          display: flex;
          gap: 20px;
          padding-right: 20px;
          align-items: center;
          box-shadow: 0 20px 25px -5px;
          transition: all .3s ease;
          box-shadow: 0 20px 25px -5px color-mix(in oklab, color-mix(in oklab, oklch(92.8% 0.006 264.531) 50%, transparent) 100%, transparent), 0 8px 10px -6px color-mix(in oklab, color-mix(in oklab, oklch(92.8% 0.006 264.531) 50%, transparent) 100%, transparent);
          border-color: #f1f1f1;
          border-radius: 40px; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card:hover, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card:hover {
            border-color: #dfc1c1; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content {
            display: flex;
            gap: 10px;
            flex-direction: row;
            padding: 10px 15px 20px; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content:before, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content:before {
              display: none; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__logo, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__logo {
              position: static;
              min-width: 55px;
              width: 55px;
              height: 55px;
              padding: 10px;
              box-sizing: border-box; }
              .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__logo svg, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__logo svg {
                max-width: 100%;
                max-height: 100%; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__paragraph, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__paragraph {
              margin: 18px 0 10px !important;
              -webkit-line-clamp: 5;
              color: #333; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__skills, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__skills {
              min-height: 1px;
              margin-top: 9px; }
              .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__skills .past-hackathon-card__skill, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__skills .past-hackathon-card__skill {
                background: none;
                border: none;
                padding: 0;
                opacity: .7;
                font-size: 13px; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__title, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__content .past-hackathon-card__title {
              min-height: 1px;
              font-size: 19px; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .hackathon-card__footer, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .hackathon-card__footer {
            padding: 0px;
            padding-top: 24px;
            border: none;
            border-radius: 0;
            border-top: solid 1px #f4f4f4;
            margin-left: 15px;
            margin-right: 15px; }
            .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn {
              font-size: 18px;
              padding: 0px !important;
              border-radius: 0; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__image, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .past-hackathon-card__image {
            max-width: 400px;
            height: 380px;
            width: 50%;
            min-width: 50%; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card:hover .past-hackathon-card__title, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card:hover .past-hackathon-card__title {
            color: #e53935 !important; }
          .et_techmonk .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .current_users_count, .et_techgig .past-hackathons__grid.past-hackathons__grid--few a.past-hackathon-card .current_users_count {
            font-size: 14px;
            color: #696969; } }
  .et_techmonk .past-hackathon-card, .et_techgig .past-hackathon-card {
    border-radius: 1rem;
    border: 1px solid oklch(92.8% 0.006 264.531);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .past-hackathon-card, .et_techgig .past-hackathon-card {
        width: 100%; } }
    .et_techmonk .past-hackathon-card:hover, .et_techgig .past-hackathon-card:hover {
      box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; }
    .et_techmonk .past-hackathon-card.event-card-hidden, .et_techgig .past-hackathon-card.event-card-hidden {
      display: none !important; }
    .et_techmonk .past-hackathon-card__image, .et_techgig .past-hackathon-card__image {
      width: 100%;
      height: 218px;
      overflow: hidden;
      position: relative;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
      .et_techmonk .past-hackathon-card__image img, .et_techgig .past-hackathon-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.3s ease; }
      .et_techmonk .past-hackathon-card__image .badge_label, .et_techgig .past-hackathon-card__image .badge_label {
        background: #5ec26a;
        position: absolute;
        top: 20px;
        color: white;
        padding: 6px 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        left: 20px;
        font-size: 13px;
        border-radius: 100px;
        display: none !important; }
      .et_techmonk .past-hackathon-card__image .registered-users, .et_techgig .past-hackathon-card__image .registered-users {
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 100px;
        background: #EAEAEA;
        display: inline-flex;
        height: 23px;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        color: #172435; }
        .et_techmonk .past-hackathon-card__image .registered-users svg, .et_techgig .past-hackathon-card__image .registered-users svg {
          width: 20px;
          height: 20px; }
          .et_techmonk .past-hackathon-card__image .registered-users svg path, .et_techgig .past-hackathon-card__image .registered-users svg path {
            fill: #172435; }
    .et_techmonk .past-hackathon-card:hover .past-hackathon-card__image img, .et_techgig .past-hackathon-card:hover .past-hackathon-card__image img {
      transform: scale(1.1); }
    .et_techmonk .past-hackathon-card__content, .et_techgig .past-hackathon-card__content {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      position: relative;
      padding-top: 48px; }
      .et_techmonk .past-hackathon-card__content::before, .et_techgig .past-hackathon-card__content::before {
        content: '';
        background: white;
        position: absolute;
        width: 100%;
        height: 17px;
        top: -6px;
        left: 0px;
        border-radius: 10px; }
    .et_techmonk .past-hackathon-card .hackathon-card__progress_bar, .et_techgig .past-hackathon-card .hackathon-card__progress_bar {
      display: inline-block;
      align-items: center;
      padding: 0 20px 15px;
      width: 100%;
      box-sizing: border-box; }
      .et_techmonk .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_track, .et_techgig .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_track {
        height: 7px;
        border-radius: 100px;
        background: #f3f4f7;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px; }
      .et_techmonk .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_fill, .et_techgig .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_fill {
        height: 100%;
        border-radius: 100px;
        background: #ef676a;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: width 0.3s ease; }
      .et_techmonk .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_days, .et_techgig .past-hackathon-card .hackathon-card__progress_bar .hackathon-card__progress_days {
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #172435;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
        text-align: right; }
    .et_techmonk .past-hackathon-card .hackathon-card__footer, .et_techgig .past-hackathon-card .hackathon-card__footer {
      border: 1px solid rgba(56, 67, 97, 0.1);
      padding: 18px 20px;
      display: flex;
      justify-content: space-between; }
      .et_techmonk .past-hackathon-card .hackathon-card__footer .current_users, .et_techgig .past-hackathon-card .hackathon-card__footer .current_users {
        font-size: .875rem;
        color: oklch(37.3% 0.034 259.733);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px; }
        .et_techmonk .past-hackathon-card .hackathon-card__footer .current_users b, .et_techgig .past-hackathon-card .hackathon-card__footer .current_users b {
          font-weight: 500; }
      .et_techmonk .past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn, .et_techgig .past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn {
        background: 0 0;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        color: #ed5155;
        font-weight: 500;
        font-size: .875rem;
        padding: 0px !important; }
        .et_techmonk .past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn img, .et_techgig .past-hackathon-card .hackathon-card__footer .hackathon-card__action .btn img {
          width: 16px;
          height: 16px; }
    .et_techmonk .past-hackathon-card .current_users_count, .et_techgig .past-hackathon-card .current_users_count {
      position: static;
      right: 20px;
      top: 10px;
      font-weight: 500;
      font-size: 12px;
      color: #172435;
      display: flex;
      align-items: center;
      gap: 5px; }
    .et_techmonk .past-hackathon-card .past-hackathon-card__skills, .et_techgig .past-hackathon-card .past-hackathon-card__skills {
      display: flex;
      gap: calc(.25rem * 2);
      flex-wrap: wrap;
      min-height: 52px;
      align-items: baseline; }
      .et_techmonk .past-hackathon-card .past-hackathon-card__skills span, .et_techgig .past-hackathon-card .past-hackathon-card__skills span {
        border: 1px solid oklch(92.8% 0.006 264.531);
        padding: 4px 10px;
        border-radius: 100px;
        font-size: 10px;
        color: #4a5565;
        font-weight: 500;
        position: relative;
        background: oklch(96.7% 0.003 264.542);
        letter-spacing: .025em;
        text-transform: uppercase; }
    .et_techmonk .past-hackathon-card .hackathon-card__content_bottom, .et_techgig .past-hackathon-card .hackathon-card__content_bottom {
      display: inline-block;
      width: 100%;
      padding: 10px 20px 0px 20px;
      box-sizing: border-box; }
      .et_techmonk .past-hackathon-card .hackathon-card__content_bottom ul, .et_techgig .past-hackathon-card .hackathon-card__content_bottom ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; }
        .et_techmonk .past-hackathon-card .hackathon-card__content_bottom ul li, .et_techgig .past-hackathon-card .hackathon-card__content_bottom ul li {
          display: flex;
          align-items: center;
          gap: 6px;
          font-size: 14px;
          color: #172435;
          font-weight: 500; }
    .et_techmonk .past-hackathon-card .hackathon-card__price_tag, .et_techgig .past-hackathon-card .hackathon-card__price_tag {
      border-top: none;
      padding: 8px 15px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: white;
      font-family: Montserrat;
      font-weight: 500;
      font-size: 11px;
      line-height: 100%;
      position: absolute;
      bottom: 20px;
      background: black;
      right: 20px;
      border-radius: 100px; }
    .et_techmonk .past-hackathon-card .past-hackathon-card__logo, .et_techgig .past-hackathon-card .past-hackathon-card__logo {
      border: 1px solid rgba(23, 36, 53, 0.1);
      width: 70px;
      height: 70px;
      border-radius: 10px;
      position: absolute;
      top: -54px;
      background: white;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px;
      left: 20px; }
    .et_techmonk .past-hackathon-card__status, .et_techgig .past-hackathon-card__status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #10B981;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      .et_techmonk .past-hackathon-card__status svg, .et_techgig .past-hackathon-card__status svg {
        width: 19px;
        height: 19px; }
      .et_techmonk .past-hackathon-card__status .hackathon-prize, .et_techgig .past-hackathon-card__status .hackathon-prize {
        display: inline-flex;
        gap: 6px;
        align-items: center;
        color: #46864F;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        .et_techmonk .past-hackathon-card__status .hackathon-prize svg, .et_techgig .past-hackathon-card__status .hackathon-prize svg {
          width: 24px;
          height: 24px; }
    .et_techmonk .past-hackathon-card__participants, .et_techgig .past-hackathon-card__participants {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      background: #EBECF0;
      padding: 5px 14px;
      border-radius: 100px;
      color: #172435;
      justify-content: center;
      align-items: center; }
      .et_techmonk .past-hackathon-card__participants svg, .et_techgig .past-hackathon-card__participants svg {
        width: 16px;
        height: 16px; }
      .et_techmonk .past-hackathon-card__participants.event_type, .et_techgig .past-hackathon-card__participants.event_type {
        border-radius: 100px;
        background: #DBE6FC;
        display: inline-flex;
        height: 23px;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        color: #4076E1;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .et_techmonk .past-hackathon-card .live-highlight-card__participants, .et_techgig .past-hackathon-card .live-highlight-card__participants {
      background: #fbe3e3;
      color: #d20000;
      font-weight: 700; }
    .et_techmonk .past-hackathon-card__title, .et_techgig .past-hackathon-card__title {
      color: #101828;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-decoration: none !important;
      min-height: 48px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .past-hackathon-card__title, .et_techgig .past-hackathon-card__title {
          font-size: 1rem;
          min-height: auto; } }
      .et_techmonk .past-hackathon-card__title:hover, .et_techgig .past-hackathon-card__title:hover {
        text-decoration: none !important;
        color: #e53935 !important; }
    .et_techmonk .past-hackathon-card__paragraph, .et_techgig .past-hackathon-card__paragraph {
      color: #6a7282;
      font-size: .875rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1.625;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-decoration: none !important; }
      @media screen and (max-width: 1366px) {
        .et_techmonk .past-hackathon-card__paragraph, .et_techgig .past-hackathon-card__paragraph {
          font-size: .775rem; } }
    .et_techmonk .past-hackathon-card__users-details, .et_techgig .past-hackathon-card__users-details {
      display: flex;
      align-items: center;
      gap: 10px; }
      .et_techmonk .past-hackathon-card__users-details img, .et_techgig .past-hackathon-card__users-details img {
        width: 40px;
        height: 40px; }
      .et_techmonk .past-hackathon-card__users-details .user-details h6, .et_techgig .past-hackathon-card__users-details .user-details h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        margin: 0;
        margin-bottom: 4px; }
      .et_techmonk .past-hackathon-card__users-details .user-details span, .et_techgig .past-hackathon-card__users-details .user-details span {
        color: #172435B2;
        font-size: 13px;
        font-style: normal;
        font-weight: 500; }
    .et_techmonk .past-hackathon-card__meta, .et_techgig .past-hackathon-card__meta {
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .et_techmonk .past-hackathon-card__meta span.hackathon-status, .et_techgig .past-hackathon-card__meta span.hackathon-status {
        border-radius: 100px;
        background: #EBECF0;
        color: #172435;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 2px 15px; }
        .et_techmonk .past-hackathon-card__meta span.hackathon-status.color_indexing, .et_techgig .past-hackathon-card__meta span.hackathon-status.color_indexing {
          background: var(--background);
          color: var(--color);
          border: solid 1px var(--background); }
    .et_techmonk .past-hackathon-card__tags, .et_techgig .past-hackathon-card__tags {
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize; }
    .et_techmonk .past-hackathon-card .listing_meta, .et_techgig .past-hackathon-card .listing_meta {
      flex-direction: column;
      gap: 10px;
      margin-top: 5px; }
      .et_techmonk .past-hackathon-card .listing_meta span, .et_techgig .past-hackathon-card .listing_meta span {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
        font-size: 13px;
        line-height: 100%;
        color: #172435;
        width: 100%; }
    .et_techmonk .past-hackathon-card__tags-container, .et_techgig .past-hackathon-card__tags-container {
      margin-top: 5px;
      display: flex;
      gap: 8px; }
      .et_techmonk .past-hackathon-card__tags-container .past-hackathon-card__participants, .et_techgig .past-hackathon-card__tags-container .past-hackathon-card__participants {
        padding: 4px 14px; }
        .et_techmonk .past-hackathon-card__tags-container .past-hackathon-card__participants .past-hackathon-card__tags, .et_techgig .past-hackathon-card__tags-container .past-hackathon-card__participants .past-hackathon-card__tags {
          color: #172435;
          font-size: 12px; }
    .et_techmonk .past-hackathon-card__info, .et_techgig .past-hackathon-card__info {
      display: flex;
      flex-direction: column;
      gap: 13px;
      min-height: 10px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .past-hackathon-card__info, .et_techgig .past-hackathon-card__info {
          min-height: 1px; } }
      .et_techmonk .past-hackathon-card__info div, .et_techgig .past-hackathon-card__info div {
        display: flex;
        align-items: center;
        gap: 5px; }
        .et_techmonk .past-hackathon-card__info div i, .et_techgig .past-hackathon-card__info div i {
          width: 18px;
          height: 18px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .et_techmonk .past-hackathon-card__info div span, .et_techgig .past-hackathon-card__info div span {
          color: #172435;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
      .et_techmonk .past-hackathon-card__info.two-column-grid, .et_techgig .past-hackathon-card__info.two-column-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border-top: solid 1px rgba(23, 36, 53, 0.1);
        padding-top: 20px;
        min-height: 1px; }
    .et_techmonk .past-hackathon-card__actions, .et_techgig .past-hackathon-card__actions {
      display: flex;
      gap: 15px;
      margin-top: 24px; }
    .et_techmonk .past-hackathon-card .watch-instantly-button, .et_techgig .past-hackathon-card .watch-instantly-button {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .et_techmonk .past-hackathon-card .watch-instantly-button .info-text-small, .et_techgig .past-hackathon-card .watch-instantly-button .info-text-small {
        font-size: 14px;
        font-weight: 600;
        color: #172435; }
      .et_techmonk .past-hackathon-card .watch-instantly-button .small-button, .et_techgig .past-hackathon-card .watch-instantly-button .small-button {
        border-radius: 8px;
        padding: 8px 18px;
        font-weight: 500; }
    .et_techmonk .past-hackathon-card__link, .et_techgig .past-hackathon-card__link {
      color: #1f2937;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-top: 4px;
      display: inline-block;
      text-decoration: underline; }
      .et_techmonk .past-hackathon-card__link:hover, .et_techgig .past-hackathon-card__link:hover {
        color: #e53935; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .upcoming-hackathons__content, .et_techgig .upcoming-hackathons__content {
      flex-direction: column;
      gap: 30px;
      padding-top: 46px; }
    .et_techmonk .upcoming-hackathons__items, .et_techgig .upcoming-hackathons__items {
      gap: 16px; }
    .et_techmonk .upcoming-hackathon-card, .et_techgig .upcoming-hackathon-card {
      flex-direction: column;
      padding: 16px; }
      .et_techmonk .upcoming-hackathon-card__image, .et_techgig .upcoming-hackathon-card__image {
        width: 100%;
        height: 200px; }
        .et_techmonk .upcoming-hackathon-card__image img, .et_techgig .upcoming-hackathon-card__image img {
          transform: scale(1);
          transition: transform 0.3s ease; }
      .et_techmonk .upcoming-hackathon-card:hover .upcoming-hackathon-card__image img, .et_techgig .upcoming-hackathon-card:hover .upcoming-hackathon-card__image img {
        transform: scale(1.1); }
    .et_techmonk .featured-communities, .et_techgig .featured-communities {
      width: 100%; }
      .et_techmonk .featured-communities__list, .et_techgig .featured-communities__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px; }
    .et_techmonk .past-hackathons__grid, .et_techgig .past-hackathons__grid {
      grid-template-columns: 1fr;
      gap: 16px; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .et_techmonk .upcoming-hackathons__content, .et_techgig .upcoming-hackathons__content {
      flex-direction: column; }
    .et_techmonk .featured-communities, .et_techgig .featured-communities {
      width: 100%; }
      .et_techmonk .featured-communities__list, .et_techgig .featured-communities__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
    .et_techmonk .past-hackathons__grid, .et_techgig .past-hackathons__grid {
      grid-template-columns: repeat(2, 1fr); } }
  .et_techmonk .faq-section .faq-contact-us-btn, .et_techgig .faq-section .faq-contact-us-btn {
    margin-top: 20px;
    border-radius: 8px; }
  .et_techmonk .faq-section .inner-section, .et_techgig .faq-section .inner-section {
    max-width: 800px; }
  .et_techmonk .faq-section__list, .et_techgig .faq-section__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px; }
  .et_techmonk .faq-item, .et_techgig .faq-item {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0px 15px; }
    .et_techmonk .faq-item--open, .et_techgig .faq-item--open {
      background: #F4F8FF;
      border-radius: 10px;
      padding: 15px; }
      .et_techmonk .faq-item--open .faq-item__question .faq-item__icon, .et_techgig .faq-item--open .faq-item__question .faq-item__icon {
        transform: rotate(180deg); }
    .et_techmonk .faq-item__question, .et_techgig .faq-item__question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px;
      background: transparent;
      border: none;
      text-align: left;
      cursor: pointer;
      transition: background-color 0.2s ease;
      gap: 16px;
      font-family: inherit;
      outline: none !important;
      background: transparent !important; }
      .et_techmonk .faq-item__question:hover, .et_techgig .faq-item__question:hover {
        background-color: rgba(0, 0, 0, 0.02); }
      .et_techmonk .faq-item__question:focus, .et_techgig .faq-item__question:focus {
        outline: 2px solid #e53935;
        outline-offset: -2px; }
    .et_techmonk .faq-item__question-text, .et_techgig .faq-item__question-text {
      color: #1f2937;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.4;
      flex: 1; }
    .et_techmonk .faq-item__icon, .et_techgig .faq-item__icon {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      color: #1f2937;
      transition: transform 0.3s ease; }
    .et_techmonk .faq-item__answer, .et_techgig .faq-item__answer {
      display: none;
      padding: 0 15px 15px 15px;
      animation: fadeIn 0.3s ease; }
    .et_techmonk .faq-item__answer-content, .et_techgig .faq-item__answer-content {
      color: #172435;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.6;
      padding-top: 0px; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  @media screen and (max-width: 1000px) {
    .et_techmonk .faq-section, .et_techgig .faq-section {
      padding-top: 40px;
      padding-bottom: 40px; }
      .et_techmonk .faq-section__list, .et_techgig .faq-section__list {
        gap: 10px;
        margin-top: 30px; }
    .et_techmonk .faq-item__question, .et_techgig .faq-item__question {
      padding: 16px 20px;
      gap: 12px; }
    .et_techmonk .faq-item__question-text, .et_techgig .faq-item__question-text {
      font-size: 16px; }
    .et_techmonk .faq-item__icon, .et_techgig .faq-item__icon {
      width: 18px;
      height: 18px; }
    .et_techmonk .faq-item__answer, .et_techgig .faq-item__answer {
      padding: 0 20px 16px 20px; }
    .et_techmonk .faq-item__answer-content, .et_techgig .faq-item__answer-content {
      font-size: 14px;
      line-height: 1.5; } }
  .et_techmonk .path-section, .et_techgig .path-section {
    background: #F6F8FE;
    overflow: hidden;
    position: relative; }
    .et_techmonk .path-section__bg, .et_techgig .path-section__bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .et_techmonk .path-section .inner-section, .et_techgig .path-section .inner-section {
      position: relative;
      z-index: 1; }
    .et_techmonk .path-section__steps, .et_techgig .path-section__steps {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      margin-top: 60px;
      padding: 0 20px;
      flex-wrap: wrap;
      gap: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-section__steps, .et_techgig .path-section__steps {
          flex-direction: column;
          align-items: center;
          padding: 0;
          margin-top: 40px;
          gap: 30px; } }
      .et_techmonk .path-section__steps::before, .et_techgig .path-section__steps::before {
        content: '';
        position: absolute;
        top: 165px;
        left: 0px;
        right: 0px;
        height: 4px;
        background: #e5e8fb;
        z-index: 0; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .path-section__steps::before, .et_techgig .path-section__steps::before {
            display: none; } }
      .et_techmonk .path-section__steps.process-timeline, .et_techgig .path-section__steps.process-timeline {
        position: relative;
        padding: 80px 0;
        /*  background: $bg; */
        max-width: 1000px;
        margin: auto;
        display: block;
        /* Animated timeline (events path) – reference: gradient line + scroll progress */
        /* Responsive */ }
        .et_techmonk .path-section__steps.process-timeline:before, .et_techgig .path-section__steps.process-timeline:before {
          display: none; }
        .et_techmonk .path-section__steps.process-timeline .timeline-line, .et_techgig .path-section__steps.process-timeline .timeline-line {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 50%;
          width: 2px;
          background: rgba(23, 36, 53, 0.1);
          transform: translateX(-50%);
          transform-origin: top center; }
        .et_techmonk .path-section__steps.process-timeline.path-timeline-animated, .et_techgig .path-section__steps.process-timeline.path-timeline-animated {
          --timeline-progress: 0.15;
          /* Scroll-in: gradient ring + light outline (reference style) */ }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-line, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-line {
            width: 4px;
            border-radius: 2px;
            background: linear-gradient(to bottom, rgba(99, 102, 241, 0.7) 0%, rgba(168, 85, 247, 0.5) calc(var(--timeline-progress) * 100%), rgba(23, 36, 53, 0.08) calc(var(--timeline-progress) * 100%), rgba(23, 36, 53, 0.08) 100%);
            transition: background 0.5s ease-out;
            animation: pathTimelineLineReveal 1s ease-out 0.2s both; }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item .card, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item .card {
            transition: transform 0.35s ease, box-shadow 0.35s ease; }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .card, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .card {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1); }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item .icon {
            transition: transform 0.35s ease, box-shadow 0.4s ease, border-color 0.4s ease;
            border: 2px solid rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0), inset 0 0 0 1px rgba(23, 36, 53, 0.06); }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon {
            transform: translateX(-50%) scale(1.1);
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2), inset 0 0 0 1px rgba(23, 36, 53, 0.06);
            border-color: white; }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item.is-inview .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item.is-inview .icon {
            border-color: white;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35), 0 0 12px rgba(168, 85, 247, 0.2), inset 0 0 0 1px rgba(23, 36, 53, 0.06);
            animation: pathCircleInview 0.5s ease-out both; }

@keyframes pathTimelineLineReveal {
  from {
    transform: translateX(-50%) scaleY(0);
    opacity: 0.6; }
  to {
    transform: translateX(-50%) scaleY(1);
    opacity: 1; } }

@keyframes pathCircleInview {
  from {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2), inset 0 0 0 1px rgba(23, 36, 53, 0.06); }
  to {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35), 0 0 12px rgba(168, 85, 247, 0.2), inset 0 0 0 1px rgba(23, 36, 53, 0.06); } }
        @media (prefers-reduced-motion: reduce) {
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-line, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-line {
            animation: none; }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .card,
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .card,
          .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon {
            transform: none; }
          .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item.is-inview .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item.is-inview .icon {
            animation: none; } }
        .et_techmonk .path-section__steps.process-timeline .timeline-item, .et_techgig .path-section__steps.process-timeline .timeline-item {
          display: flex;
          align-items: center;
          margin-bottom: 24px;
          position: relative; }
          .et_techmonk .path-section__steps.process-timeline .timeline-item.left, .et_techgig .path-section__steps.process-timeline .timeline-item.left {
            justify-content: flex-end;
            padding-right: 30px; }
            .et_techmonk .path-section__steps.process-timeline .timeline-item.left .card, .et_techgig .path-section__steps.process-timeline .timeline-item.left .card {
              text-align: left; }
          .et_techmonk .path-section__steps.process-timeline .timeline-item.right, .et_techgig .path-section__steps.process-timeline .timeline-item.right {
            justify-content: flex-start;
            padding-left: 30px; }
            .et_techmonk .path-section__steps.process-timeline .timeline-item.right .card, .et_techgig .path-section__steps.process-timeline .timeline-item.right .card {
              text-align: right; }
        .et_techmonk .path-section__steps.process-timeline .icon, .et_techgig .path-section__steps.process-timeline .icon {
          width: 30px;
          height: 30px;
          border-radius: 100px;
          background: #dfe3e9 !important;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 18px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          z-index: 2;
          top: 0px;
          box-sizing: border-box; }
          .et_techmonk .path-section__steps.process-timeline .icon:before, .et_techgig .path-section__steps.process-timeline .icon:before {
            content: '';
            width: 20px;
            height: 20px;
            display: inline-block;
            background: #ffffff;
            border-radius: 50%; }
          .et_techmonk .path-section__steps.process-timeline .icon svg, .et_techgig .path-section__steps.process-timeline .icon svg {
            display: none !important; }
          .et_techmonk .path-section__steps.process-timeline .icon.blue, .et_techgig .path-section__steps.process-timeline .icon.blue {
            background: #DBE6FC; }
          .et_techmonk .path-section__steps.process-timeline .icon.red, .et_techgig .path-section__steps.process-timeline .icon.red {
            background: #F8DDD8; }
          .et_techmonk .path-section__steps.process-timeline .icon.green, .et_techgig .path-section__steps.process-timeline .icon.green {
            background: #DCEEEE; }
          .et_techmonk .path-section__steps.process-timeline .icon.yellow, .et_techgig .path-section__steps.process-timeline .icon.yellow {
            background: #F9F0D9; }
          .et_techmonk .path-section__steps.process-timeline .icon.purple, .et_techgig .path-section__steps.process-timeline .icon.purple {
            background: #EBDFFC; }
        .et_techmonk .path-section__steps.process-timeline .card, .et_techgig .path-section__steps.process-timeline .card {
          max-width: 380px;
          background: #ffffff;
          padding: 24px;
          border-radius: 14px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
          margin: 20px 0px;
          width: 100%; }
          .et_techmonk .path-section__steps.process-timeline .card h4, .et_techgig .path-section__steps.process-timeline .card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin: 14px 0 8px; }
          .et_techmonk .path-section__steps.process-timeline .card p, .et_techgig .path-section__steps.process-timeline .card p {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.6;
            margin: 0; }
        .et_techmonk .path-section__steps.process-timeline .phase, .et_techgig .path-section__steps.process-timeline .phase {
          font-size: 12px;
          font-weight: 600;
          padding: 4px 10px;
          border-radius: 20px;
          display: inline-block; }
          .et_techmonk .path-section__steps.process-timeline .phase.blue, .et_techgig .path-section__steps.process-timeline .phase.blue {
            background: #DBE6FC;
            color: #4076E1; }
          .et_techmonk .path-section__steps.process-timeline .phase.red, .et_techgig .path-section__steps.process-timeline .phase.red {
            background: #F8DDD8;
            color: #DC573A; }
          .et_techmonk .path-section__steps.process-timeline .phase.green, .et_techgig .path-section__steps.process-timeline .phase.green {
            background: #DCEEEE;
            color: #329091; }
          .et_techmonk .path-section__steps.process-timeline .phase.yellow, .et_techgig .path-section__steps.process-timeline .phase.yellow {
            background: #F9F0D9;
            color: #D4A62D; }
          .et_techmonk .path-section__steps.process-timeline .phase.purple, .et_techgig .path-section__steps.process-timeline .phase.purple {
            background: #EBDFFC;
            color: #9C5AF1; }
        @media (max-width: 768px) {
          .et_techmonk .path-section__steps.process-timeline, .et_techgig .path-section__steps.process-timeline {
            padding: 40px 0; }
            .et_techmonk .path-section__steps.process-timeline .timeline-line, .et_techgig .path-section__steps.process-timeline .timeline-line {
              left: 20px;
              display: none; }
            .et_techmonk .path-section__steps.process-timeline .timeline-item, .et_techgig .path-section__steps.process-timeline .timeline-item {
              flex-direction: column;
              align-items: flex-start;
              padding-left: 50px; }
              .et_techmonk .path-section__steps.process-timeline .timeline-item.left, .et_techmonk .path-section__steps.process-timeline .timeline-item.right, .et_techgig .path-section__steps.process-timeline .timeline-item.left, .et_techgig .path-section__steps.process-timeline .timeline-item.right {
                padding: 0 0 0 0px;
                text-align: left; }
              .et_techmonk .path-section__steps.process-timeline .timeline-item .icon, .et_techgig .path-section__steps.process-timeline .timeline-item .icon {
                left: 20px;
                transform: none; }
              .et_techmonk .path-section__steps.process-timeline .timeline-item .card, .et_techgig .path-section__steps.process-timeline .timeline-item .card {
                width: 100%;
                margin-top: 20px;
                text-align: left !important;
                box-sizing: border-box;
                padding-top: 60px; }
            .et_techmonk .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon, .et_techgig .path-section__steps.process-timeline.path-timeline-animated .timeline-item:hover .icon {
              transform: scale(1.12); } }
  .et_techmonk .path-step, .et_techgig .path-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 0;
    max-width: 180px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .path-step, .et_techgig .path-step {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px; } }
    .et_techmonk .path-step__hexagon, .et_techgig .path-step__hexagon {
      width: 120px;
      height: 120px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: url("https://img.etb2bimg.com/files/cp/ce3e5b7da6cbb1deacaa.png");
      background-repeat: no-repeat;
      background-size: contain; }
      .et_techmonk .path-step__hexagon:before, .et_techgig .path-step__hexagon:before {
        content: '';
        border-left: 4px solid #e5e8fb;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 42%;
        right: 0px;
        margin: 0 auto;
        top: 33px;
        bottom: 0px;
        height: 133px; }
      .et_techmonk .path-step__hexagon:after, .et_techgig .path-step__hexagon:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        background: #e5e8fb;
        bottom: -55px;
        position: absolute;
        border-radius: 50%;
        margin-left: -14px; }
      .et_techmonk .path-step__hexagon:hover, .et_techgig .path-step__hexagon:hover {
        transform: translateY(-10px) scale(1.05); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__hexagon, .et_techgig .path-step__hexagon {
          width: 100px;
          height: 100px;
          margin-bottom: 20px; }
          .et_techmonk .path-step__hexagon:before, .et_techgig .path-step__hexagon:before {
            display: none; }
          .et_techmonk .path-step__hexagon:after, .et_techgig .path-step__hexagon:after {
            display: none; } }
    .et_techmonk .path-step__icon-wrapper, .et_techgig .path-step__icon-wrapper {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__icon-wrapper, .et_techgig .path-step__icon-wrapper {
          width: 50px;
          height: 50px; } }
    .et_techmonk .path-step__icon, .et_techgig .path-step__icon {
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin-left: -10px; }
    .et_techmonk .path-step__connector, .et_techgig .path-step__connector {
      display: none; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__connector, .et_techgig .path-step__connector {
          display: none; } }
    .et_techmonk .path-step__connector-line, .et_techgig .path-step__connector-line {
      display: none; }
    .et_techmonk .path-step__connector-node, .et_techgig .path-step__connector-node {
      position: absolute;
      top: 58px;
      left: 50%;
      transform: translateX(-50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #d1d5db;
      z-index: 1; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__connector-node, .et_techgig .path-step__connector-node {
          display: none; } }
    .et_techmonk .path-step__content, .et_techgig .path-step__content {
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 20px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__content, .et_techgig .path-step__content {
          margin: 0px; } }
    .et_techmonk .path-step__title, .et_techgig .path-step__title {
      color: #1f2937;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
      margin: 0px;
      min-height: 40px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__title, .et_techgig .path-step__title {
          font-size: 16px;
          min-height: auto; } }
    .et_techmonk .path-step__description, .et_techgig .path-step__description {
      color: #191D27CC;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .path-step__description, .et_techgig .path-step__description {
          font-size: 14px; } }
    .et_techmonk .path-step:last-child .path-step__connector, .et_techgig .path-step:last-child .path-step__connector {
      display: none; }
  @media (min-width: 769px) and (max-width: 991px) {
    .et_techmonk .path-section__steps, .et_techgig .path-section__steps {
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px; }
    .et_techmonk .path-step, .et_techgig .path-step {
      max-width: calc(33.333% - 20px);
      min-width: 200px; }
      .et_techmonk .path-step__connector, .et_techgig .path-step__connector {
        display: none; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .et_techmonk .path-step, .et_techgig .path-step {
      max-width: 150px; }
      .et_techmonk .path-step__hexagon, .et_techgig .path-step__hexagon {
        width: 100px;
        height: 100px; }
      .et_techmonk .path-step__connector, .et_techgig .path-step__connector {
        width: calc(100% - 100px); } }
  .et_techmonk #techmonk-city-section .techmonk-city-section__grid, .et_techgig #techmonk-city-section .techmonk-city-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px; }
    @media screen and (max-width: 1200px) {
      .et_techmonk #techmonk-city-section .techmonk-city-section__grid, .et_techgig #techmonk-city-section .techmonk-city-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk #techmonk-city-section .techmonk-city-section__grid, .et_techgig #techmonk-city-section .techmonk-city-section__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px; } }
  .et_techmonk .techmonk-city-card, .et_techgig .techmonk-city-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; }
    .et_techmonk .techmonk-city-card:hover, .et_techgig .techmonk-city-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
      .et_techmonk .techmonk-city-card:hover .techmonk-city-card__image img, .et_techgig .techmonk-city-card:hover .techmonk-city-card__image img {
        transform: scale(1.05); }
    .et_techmonk .techmonk-city-card__link, .et_techgig .techmonk-city-card__link {
      display: flex;
      flex-direction: column;
      height: 100%;
      text-decoration: none;
      color: inherit;
      position: relative;
      border: 1px solid #1724351A;
      border-radius: 10px; }
    .et_techmonk .techmonk-city-card__image, .et_techgig .techmonk-city-card__image {
      position: relative;
      width: 100%;
      height: 84px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-city-card__image, .et_techgig .techmonk-city-card__image {
          height: 82px; } }
      .et_techmonk .techmonk-city-card__image img, .et_techgig .techmonk-city-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
    .et_techmonk .techmonk-city-card__badge, .et_techgig .techmonk-city-card__badge {
      position: absolute;
      top: 15px;
      right: 12px;
      padding: 6px 14px;
      border-radius: 999px;
      background: #ffffff;
      color: #1f2937;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      z-index: 2;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
      .et_techmonk .techmonk-city-card__badge--hybrid, .et_techgig .techmonk-city-card__badge--hybrid {
        background: #ffffff;
        color: #1f2937; }
      .et_techmonk .techmonk-city-card__badge--in-person, .et_techgig .techmonk-city-card__badge--in-person {
        background: #ffffff;
        color: #1f2937; }
      .et_techmonk .techmonk-city-card__badge--online, .et_techgig .techmonk-city-card__badge--online {
        background: #ffffff;
        color: #1f2937; }
    .et_techmonk .techmonk-city-card__content, .et_techgig .techmonk-city-card__content {
      padding: 15px 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      flex: 1;
      position: absolute;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40.38%, rgba(255, 255, 255, 0.98) 100%);
      top: 0px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-city-card__content, .et_techgig .techmonk-city-card__content {
          padding: 16px; } }
    .et_techmonk .techmonk-city-card__title, .et_techgig .techmonk-city-card__title {
      color: #1f2937;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      font-family: "SangBleuVersailles-Bold-WebS"; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-city-card__title, .et_techgig .techmonk-city-card__title {
          font-size: 18px; } }
    .et_techmonk .techmonk-city-card__keywords, .et_techgig .techmonk-city-card__keywords {
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-city-card__keywords, .et_techgig .techmonk-city-card__keywords {
          font-size: 13px; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .et_techmonk #techmonk-city-section .techmonk-city-section__grid, .et_techgig #techmonk-city-section .techmonk-city-section__grid {
      grid-template-columns: repeat(2, 1fr); } }
  .et_techmonk .agenda-snapshot-section, .et_techgig .agenda-snapshot-section {
    background: #F6F8FE;
    display: inline-block;
    width: 100%;
    padding: 45px;
    box-sizing: border-box;
    border-radius: 10px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .agenda-snapshot-section__container, .et_techgig .agenda-snapshot-section__container {
        flex-direction: column;
        gap: 40px; } }
    .et_techmonk .agenda-snapshot-section__left, .et_techgig .agenda-snapshot-section__left {
      max-width: 504px;
      flex: 1; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-snapshot-section__left, .et_techgig .agenda-snapshot-section__left {
          max-width: 100%;
          text-align: center; } }
    .et_techmonk .agenda-snapshot-section__title, .et_techgig .agenda-snapshot-section__title {
      color: #1f2937;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px;
      font-family: "SangBleuVersailles-Bold-WebS"; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-snapshot-section__title, .et_techgig .agenda-snapshot-section__title {
          font-size: 24px;
          margin-bottom: 15px; } }
    .et_techmonk .agenda-snapshot-section__description, .et_techgig .agenda-snapshot-section__description {
      color: #191D27;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-snapshot-section__description, .et_techgig .agenda-snapshot-section__description {
          font-size: 14px;
          text-align: center;
          margin-bottom: 24px; } }
    .et_techmonk .agenda-snapshot-section__right, .et_techgig .agenda-snapshot-section__right {
      flex: 1;
      max-width: 500px;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-snapshot-section__right, .et_techgig .agenda-snapshot-section__right {
          max-width: 100%;
          width: 100%; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .agenda-snapshot-section .btn, .et_techgig .agenda-snapshot-section .btn {
        width: 100%;
        justify-content: center; } }
  .et_techmonk .agenda-timeline, .et_techgig .agenda-timeline {
    position: relative;
    padding-left: 40px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .agenda-timeline, .et_techgig .agenda-timeline {
        padding-left: 30px; } }
    .et_techmonk .agenda-timeline::before, .et_techgig .agenda-timeline::before {
      content: '';
      position: absolute;
      left: 15px;
      top: 24px;
      bottom: 0;
      width: 2px;
      background: #e5e7eb;
      z-index: 0;
      height: 211px; }
    .et_techmonk .agenda-timeline__item, .et_techgig .agenda-timeline__item {
      position: relative;
      margin-bottom: 15px;
      padding-left: 20px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__item, .et_techgig .agenda-timeline__item {
          margin-bottom: 30px;
          padding-left: 15px; } }
      .et_techmonk .agenda-timeline__item:last-child, .et_techgig .agenda-timeline__item:last-child {
        margin-bottom: 0; }
      .et_techmonk .agenda-timeline__item.last, .et_techgig .agenda-timeline__item.last {
        margin-bottom: 0px; }
        .et_techmonk .agenda-timeline__item.last .agenda-timeline__dot::after, .et_techgig .agenda-timeline__item.last .agenda-timeline__dot::after {
          display: none; }
    .et_techmonk .agenda-timeline__dot, .et_techgig .agenda-timeline__dot {
      position: absolute;
      left: -36px;
      top: 27px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #1f2937;
      border: 3px solid #fff;
      z-index: 2; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__dot, .et_techgig .agenda-timeline__dot {
          left: -23px;
          width: 14px;
          height: 14px; } }
    .et_techmonk .agenda-timeline__card, .et_techgig .agenda-timeline__card {
      background: #fff;
      border-radius: 10px;
      padding: 15px 20px;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      display: flex;
      gap: 25px;
      align-items: center;
      box-shadow: 0px 0px 10px 0px #0000001A; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__card, .et_techgig .agenda-timeline__card {
          padding: 16px; } }
      .et_techmonk .agenda-timeline__card:hover, .et_techgig .agenda-timeline__card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateX(4px); }
    .et_techmonk .agenda-timeline__time, .et_techgig .agenda-timeline__time {
      color: #1f2937;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0px;
      position: relative; }
      .et_techmonk .agenda-timeline__time::before, .et_techgig .agenda-timeline__time::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 58px;
        height: auto;
        border: 1px solid;
        border-image-source: linear-gradient(90deg, #FFFFFF 0%, #DADADA 51.92%, #FFFFFF 100%);
        border-image-slice: 1;
        transform: rotate(90deg);
        top: 9px;
        left: 73.5%; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__time, .et_techgig .agenda-timeline__time {
          font-size: 13px; } }
    .et_techmonk .agenda-timeline__title, .et_techgig .agenda-timeline__title {
      color: #1f2937;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 6px;
      font-family: "Montserrat", sans-serif; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__title, .et_techgig .agenda-timeline__title {
          font-size: 16px; } }
    .et_techmonk .agenda-timeline__subtitle, .et_techgig .agenda-timeline__subtitle {
      color: #6b7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      margin: 0;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__subtitle, .et_techgig .agenda-timeline__subtitle {
          font-size: 13px; } }
    .et_techmonk .agenda-timeline__scroll-indicator, .et_techgig .agenda-timeline__scroll-indicator {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      color: #6b7280;
      animation: bounce 2s infinite;
      position: absolute;
      left: 0;
      right: 0; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .agenda-timeline__scroll-indicator, .et_techgig .agenda-timeline__scroll-indicator {
          margin-top: 15px; } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
  .et_techmonk .battleship-widget__container-inner, .et_techgig .battleship-widget__container-inner {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .battleship-widget__container-inner, .et_techgig .battleship-widget__container-inner {
        gap: 10px;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr); } }
    .et_techmonk .battleship-widget__container-inner .battleship-widget__container, .et_techgig .battleship-widget__container-inner .battleship-widget__container {
      display: flex;
      flex-direction: column;
      gap: 20px;
      background: #f6f8fe;
      padding: 30px 30px;
      justify-content: center;
      border: 1px solid #efe7e7;
      border-radius: 10px; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item, .et_techgig .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__content, .et_techgig .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__icon, .et_techgig .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__icon {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__title, .et_techgig .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__title {
        color: #172435;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 10px;
        text-align: center; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__description, .et_techgig .battleship-widget__container-inner .battleship-widget__container .battleship-widget__item__description {
        color: #172435;
        font-size: 13.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center; }
      .et_techmonk .battleship-widget__container-inner .battleship-widget__container .btn, .et_techgig .battleship-widget__container-inner .battleship-widget__container .btn {
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 9px 20px;
        border-radius: 8px;
        font-size: 13px;
        margin-top: 10px;
        font-weight: 500;
        width: auto;
        max-width: max-content; }
  .et_techmonk .learn-path-section, .et_techgig .learn-path-section {
    background: url(/Themes/Release/theme4/images/techmonk/learnig-path-back.webp);
    background-size: cover;
    padding: 60px;
    position: relative;
    overflow: hidden; }
    .et_techmonk .learn-path-section::after, .et_techgig .learn-path-section::after {
      content: '';
      background: url(/Themes/Release/theme4/images/techmonk/learnig-path-1.webp);
      width: 504px;
      height: 252px;
      display: inline-block;
      position: absolute;
      top: -6px;
      left: 0px;
      right: 0px;
      margin: 0 auto; }
    .et_techmonk .learn-path-section::before, .et_techgig .learn-path-section::before {
      content: '';
      background: url(/Themes/Release/theme4/images/techmonk/rigjt-arrow-overlay.webp);
      width: 260px;
      height: 194px;
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
      animation: jump-arrow 2s infinite; }

@keyframes jump-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
    .et_techmonk .learn-path-section .inner-section, .et_techgig .learn-path-section .inner-section {
      position: relative;
      z-index: 1; }
    .et_techmonk .learn-path-section__container, .et_techgig .learn-path-section__container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      align-items: baseline;
      text-align: center; }
      .et_techmonk .learn-path-section__container li, .et_techgig .learn-path-section__container li {
        border: 1px solid #e1e1e1;
        background: white;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 5px 13px;
        color: #172435;
        font-weight: 500;
        font-size: 15px; }
  .et_techmonk .meetups-benefits-section, .et_techgig .meetups-benefits-section {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.471154) 52.88%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #EBEBEB 0%, rgba(255, 255, 255, 0) 100%);
    padding: 40px 40px;
    border-radius: 10px; }
    .et_techmonk .meetups-benefits-section .steps, .et_techgig .meetups-benefits-section .steps {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 20px;
      justify-content: space-between;
      align-items: baseline;
      text-align: center; }
      .et_techmonk .meetups-benefits-section .steps .step, .et_techgig .meetups-benefits-section .steps .step {
        width: calc(33.3% - 20px);
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .et_techmonk .meetups-benefits-section .steps .step .icon_meetups, .et_techgig .meetups-benefits-section .steps .step .icon_meetups {
          margin-bottom: 15px; }
        .et_techmonk .meetups-benefits-section .steps .step h3, .et_techgig .meetups-benefits-section .steps .step h3 {
          color: #172435;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 5px;
          font-family: "Montserrat", sans-serif; }
        .et_techmonk .meetups-benefits-section .steps .step p, .et_techgig .meetups-benefits-section .steps .step p {
          color: #191D27CC;
          text-align: center;
          font-size: 13.5px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .meetups-benefits-section, .et_techgig .meetups-benefits-section {
        padding: 30px 0px; }
        .et_techmonk .meetups-benefits-section .steps, .et_techgig .meetups-benefits-section .steps {
          gap: 30px;
          flex-direction: column; }
          .et_techmonk .meetups-benefits-section .steps .step, .et_techgig .meetups-benefits-section .steps .step {
            width: 100%;
            gap: 10px; } }
    .et_techmonk .meetups-benefits-section.dark-theme, .et_techgig .meetups-benefits-section.dark-theme {
      background: #000 url(https://img.etb2bimg.com/files/cp/upload-1768911341-whatwillyougain-bg.webp) no-repeat center top;
      background-size: cover;
      border-radius: 0; }
      .et_techmonk .meetups-benefits-section.dark-theme .steps .step h3, .et_techmonk .meetups-benefits-section.dark-theme .steps .step p, .et_techgig .meetups-benefits-section.dark-theme .steps .step h3, .et_techgig .meetups-benefits-section.dark-theme .steps .step p {
        color: #fff; }
  .et_techmonk .btn-none, .et_techgig .btn-none {
    background: transparent;
    border: 0px;
    padding: 0px;
    outline: none;
    transition: all 0.3s ease; }
    .et_techmonk .btn-none:hover svg, .et_techgig .btn-none:hover svg {
      border: 1px solid #172435;
      border-radius: 4px; }
      .et_techmonk .btn-none:hover svg rect, .et_techgig .btn-none:hover svg rect {
        fill: white; }
      .et_techmonk .btn-none:hover svg path, .et_techgig .btn-none:hover svg path {
        fill: black; }
  .et_techmonk .custom-navbar-widget ul, .et_techgig .custom-navbar-widget ul {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 11px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .custom-navbar-widget ul, .et_techgig .custom-navbar-widget ul {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start; }
        .et_techmonk .custom-navbar-widget ul::-webkit-scrollbar, .et_techgig .custom-navbar-widget ul::-webkit-scrollbar {
          display: none; } }
    .et_techmonk .custom-navbar-widget ul li a, .et_techgig .custom-navbar-widget ul li a {
      color: #172435;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      text-align: center;
      position: relative;
      padding-left: 7px;
      padding-right: 7px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .custom-navbar-widget ul li a, .et_techgig .custom-navbar-widget ul li a {
          padding-bottom: 13px; } }
      .et_techmonk .custom-navbar-widget ul li a:hover, .et_techgig .custom-navbar-widget ul li a:hover {
        color: #000000; }
      .et_techmonk .custom-navbar-widget ul li a.active, .et_techgig .custom-navbar-widget ul li a.active {
        color: #000000;
        font-weight: 600; }
        .et_techmonk .custom-navbar-widget ul li a.active::before, .et_techgig .custom-navbar-widget ul li a.active::before {
          border-bottom: 3px solid #171616;
          content: '';
          width: 100%;
          height: 100%;
          display: inline-block;
          position: absolute;
          bottom: -10px; }
  .et_techmonk .subscribe-form-wrapper .subscribe-form, .et_techgig .subscribe-form-wrapper .subscribe-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .subscribe-form-wrapper .subscribe-form, .et_techgig .subscribe-form-wrapper .subscribe-form {
        flex-direction: column;
        gap: 10px; } }
    .et_techmonk .subscribe-form-wrapper .subscribe-form input[type="email"], .et_techgig .subscribe-form-wrapper .subscribe-form input[type="email"] {
      border: 1px solid #17243526;
      height: 50px;
      width: 100%;
      border-radius: 10px;
      padding: 15px;
      box-sizing: border-box;
      font-family: "Montserrat", sans-serif; }
    .et_techmonk .subscribe-form-wrapper .subscribe-form .btn, .et_techgig .subscribe-form-wrapper .subscribe-form .btn {
      margin: 0px !important;
      border-radius: 10px !important;
      padding: 15px 27px;
      font-size: 14px;
      font-weight: 600; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .subscribe-form-wrapper .subscribe-form .btn, .et_techgig .subscribe-form-wrapper .subscribe-form .btn {
          width: 100%;
          text-align: center;
          justify-content: center; } }
  .et_techmonk .subscribe-form-wrapper__note, .et_techgig .subscribe-form-wrapper__note {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #172435;
    font-style: normal; }
  .et_techmonk .subscribe-form-wrapper__information, .et_techgig .subscribe-form-wrapper__information {
    margin-top: 40px; }
    .et_techmonk .subscribe-form-wrapper__information ul, .et_techgig .subscribe-form-wrapper__information ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px; }
      .et_techmonk .subscribe-form-wrapper__information ul li, .et_techgig .subscribe-form-wrapper__information ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 48%; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .subscribe-form-wrapper__information ul li, .et_techgig .subscribe-form-wrapper__information ul li {
            width: 100%; } }
  .et_techmonk .d-flex-wrapper, .et_techgig .d-flex-wrapper {
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 20px; }
  .et_techmonk ul.list-unstyled-icon, .et_techgig ul.list-unstyled-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px; }
    .et_techmonk ul.list-unstyled-icon li, .et_techgig ul.list-unstyled-icon li {
      display: flex;
      align-items: center;
      gap: 10px;
      border: 1px solid #e1e1e1;
      background: white;
      padding: 12px 10px;
      border-radius: 8px;
      transition: all 0.3s ease; }
      .et_techmonk ul.list-unstyled-icon li:hover, .et_techgig ul.list-unstyled-icon li:hover {
        box-shadow: 0px 0px 10px 0px #f8d6f5;
        border: 1px solid #da5697; }
      .et_techmonk ul.list-unstyled-icon li h3, .et_techgig ul.list-unstyled-icon li h3 {
        color: #172435;
        font-weight: 600;
        font-size: 13px; }
      .et_techmonk ul.list-unstyled-icon li p, .et_techgig ul.list-unstyled-icon li p {
        font-size: 13px; }
      .et_techmonk ul.list-unstyled-icon li img, .et_techgig ul.list-unstyled-icon li img {
        width: 34px;
        height: 34px; }
    .et_techmonk ul.list-unstyled-icon .active, .et_techgig ul.list-unstyled-icon .active {
      box-shadow: 0px 0px 10px 0px #f8d6f5;
      border: 1px solid #da5697; }
    @media screen and (max-width: 1000px) {
      .et_techmonk ul.list-unstyled-icon, .et_techgig ul.list-unstyled-icon {
        grid-template-columns: repeat(1, 1fr);
        text-align: left; } }
  .et_techmonk .webinars-events-section, .et_techgig .webinars-events-section {
    /* Responsive adjustments */ }
    .et_techmonk .webinars-events-section__grid, .et_techgig .webinars-events-section__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px; }
      @media screen and (max-width: 1200px) {
        .et_techmonk .webinars-events-section__grid, .et_techgig .webinars-events-section__grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .webinars-events-section__grid, .et_techgig .webinars-events-section__grid {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-top: 30px; } }
    .et_techmonk .webinars-events-section .webinar-event-card, .et_techgig .webinars-events-section .webinar-event-card {
      position: relative;
      background: #ffffff;
      border-radius: 10px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(23, 36, 53, 0.15); }
      .et_techmonk .webinars-events-section .webinar-event-card:hover, .et_techgig .webinars-events-section .webinar-event-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
      .et_techmonk .webinars-events-section .webinar-event-card__content, .et_techgig .webinars-events-section .webinar-event-card__content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1; }
      .et_techmonk .webinars-events-section .webinar-event-card__title, .et_techgig .webinars-events-section .webinar-event-card__title {
        color: #1f2937;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__title, .et_techgig .webinars-events-section .webinar-event-card__title {
            font-size: 18px; } }
      .et_techmonk .webinars-events-section .webinar-event-card__description, .et_techgig .webinars-events-section .webinar-event-card__description {
        color: rgba(23, 36, 53, 0.5);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__description, .et_techgig .webinars-events-section .webinar-event-card__description {
            font-size: 13px; } }
      .et_techmonk .webinars-events-section .webinar-event-card__datetime, .et_techgig .webinars-events-section .webinar-event-card__datetime {
        display: flex;
        align-items: center;
        gap: 6px;
        color: rgba(23, 36, 53, 0.5);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 4px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__datetime, .et_techgig .webinars-events-section .webinar-event-card__datetime {
            font-size: 12px; } }
      .et_techmonk .webinars-events-section .webinar-event-card__date, .et_techmonk .webinars-events-section .webinar-event-card__time, .et_techgig .webinars-events-section .webinar-event-card__date, .et_techgig .webinars-events-section .webinar-event-card__time {
        color: rgba(23, 36, 53, 0.8);
        font-weight: 500;
        font-size: 14px; }
      .et_techmonk .webinars-events-section .webinar-event-card__separator, .et_techgig .webinars-events-section .webinar-event-card__separator {
        color: rgba(23, 36, 53, 0.5); }
      .et_techmonk .webinars-events-section .webinar-event-card__actions, .et_techgig .webinars-events-section .webinar-event-card__actions {
        display: flex;
        gap: 8px;
        margin-top: 16px;
        flex-wrap: wrap; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__actions, .et_techgig .webinars-events-section .webinar-event-card__actions {
            gap: 6px;
            margin-top: 12px; } }
      .et_techmonk .webinars-events-section .webinar-event-card__btn, .et_techgig .webinars-events-section .webinar-event-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px 13px;
        border-radius: 999px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
        color: #ffffff;
        transition: all 0.3s ease;
        white-space: nowrap; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__btn, .et_techgig .webinars-events-section .webinar-event-card__btn {
            padding: 6px 12px;
            font-size: 12px; } }
        .et_techmonk .webinars-events-section .webinar-event-card__btn:hover, .et_techgig .webinars-events-section .webinar-event-card__btn:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
        .et_techmonk .webinars-events-section .webinar-event-card__btn--live, .et_techgig .webinars-events-section .webinar-event-card__btn--live {
          background: #deeafc;
          color: #2850d0; }
          .et_techmonk .webinars-events-section .webinar-event-card__btn--live:hover, .et_techgig .webinars-events-section .webinar-event-card__btn--live:hover {
            background: #2f89f8; }
        .et_techmonk .webinars-events-section .webinar-event-card__btn--ondemand, .et_techgig .webinars-events-section .webinar-event-card__btn--ondemand {
          background: #f1e9fd;
          color: #af56a6; }
          .et_techmonk .webinars-events-section .webinar-event-card__btn--ondemand:hover, .et_techgig .webinars-events-section .webinar-event-card__btn--ondemand:hover {
            background: #a752fb; }
        .et_techmonk .webinars-events-section .webinar-event-card__btn--slides, .et_techgig .webinars-events-section .webinar-event-card__btn--slides {
          background: #e2fbe9;
          color: #46864f; }
          .et_techmonk .webinars-events-section .webinar-event-card__btn--slides:hover, .et_techgig .webinars-events-section .webinar-event-card__btn--slides:hover {
            background: #26ae7c; }
      .et_techmonk .webinars-events-section .webinar-event-card__external, .et_techgig .webinars-events-section .webinar-event-card__external {
        position: absolute;
        bottom: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.05);
        color: rgba(23, 36, 53, 0.5);
        text-decoration: none;
        transition: all 0.3s ease;
        z-index: 2; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .webinars-events-section .webinar-event-card__external, .et_techgig .webinars-events-section .webinar-event-card__external {
            width: 28px;
            height: 28px;
            bottom: 12px;
            right: 12px; } }
        .et_techmonk .webinars-events-section .webinar-event-card__external svg, .et_techgig .webinars-events-section .webinar-event-card__external svg {
          width: 16px;
          height: 16px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .webinars-events-section .webinar-event-card__external svg, .et_techgig .webinars-events-section .webinar-event-card__external svg {
              width: 14px;
              height: 14px; } }
        .et_techmonk .webinars-events-section .webinar-event-card__external:hover, .et_techgig .webinars-events-section .webinar-event-card__external:hover {
          background: rgba(0, 0, 0, 0.1);
          color: #1f2937;
          transform: scale(1.1); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .webinars-events-section .webinar-event-card, .et_techgig .webinars-events-section .webinar-event-card {
        padding: 20px; }
        .et_techmonk .webinars-events-section .webinar-event-card__actions, .et_techgig .webinars-events-section .webinar-event-card__actions {
          justify-content: flex-start; } }
  .et_techmonk.dark-layout-theme .top-panel__navigation > li > span > a, .et_techgig.dark-layout-theme .top-panel__navigation > li > span > a {
    color: white; }
  .et_techmonk.dark-layout-theme.page-webinarListing .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-eventListing .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-meetups .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-hackathons .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-challenge .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-challenge-details .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-masterclass .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-hackathon-inner .site-header.site-header-sticky, .et_techmonk.dark-layout-theme.page-meetup-details .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-webinarListing .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-eventListing .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-meetups .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-hackathons .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-challenge .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-challenge-details .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-masterclass .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-hackathon-inner .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-meetup-details .site-header.site-header-sticky {
    background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(5px) !important; }
  .et_techmonk.dark-layout-theme.page-homepage .site-header.site-header-sticky, .et_techgig.dark-layout-theme.page-homepage .site-header.site-header-sticky {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2) !important; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .prize-award-section .container, .et_techgig .prize-award-section .container {
      padding: 0px; } }
  .et_techmonk .prize-award-section.dark-bg, .et_techgig .prize-award-section.dark-bg {
    background: url("https://img.etb2bimg.com/files/cp/upload-1768303066-prize-award-bg.webp") no-repeat center center;
    background-attachment: fixed !important;
    background-size: cover; }
  .et_techmonk .prize-award-section .section-title p.slogan, .et_techgig .prize-award-section .section-title p.slogan {
    margin-top: 45px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center; }
  .et_techmonk .prize-award-section .section-title p.subtitle, .et_techgig .prize-award-section .section-title p.subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
  .et_techmonk .prize-award-section .section-title strong.prize-amount, .et_techgig .prize-award-section .section-title strong.prize-amount {
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    display: inline-block;
    background: linear-gradient(89deg, #95A3FF -1.12%, #AD56A4 47.6%, #E35252 98.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 6px; }
  .et_techmonk .prize-award-section .prizes-section, .et_techgig .prize-award-section .prizes-section {
    padding: 90px 0 0;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    /* PRIZES */
    /* RANK BADGE */
    /* BENEFITS */
    /* RESPONSIVE */ }
    .et_techmonk .prize-award-section .prizes-section .prizes-wrapper, .et_techgig .prize-award-section .prizes-section .prizes-wrapper {
      max-width: 1000px;
      margin: auto;
      padding: 0 0px; }
    .et_techmonk .prize-award-section .prizes-section .prizes-grid, .et_techgig .prize-award-section .prizes-section .prizes-grid {
      /* display: grid;
    grid-template-columns: 1fr 1.2fr 1fr; */
      display: flex;
      grid-template-columns: 1fr 1.2fr 1fr;
      gap: 40px;
      align-items: end;
      margin-bottom: 36px;
      padding: 0 50px;
      justify-content: space-between; }
    .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content h4,
    .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content h3, .et_techgig .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content h4,
    .et_techgig .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content h3 {
      margin-top: 14px;
      color: #172435;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500; }
    .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content p, .et_techgig .prize-award-section .prizes-section .prize-card-wrapper .prize-card-content p {
      font-size: 13px;
      color: rgba(23, 36, 53, 0.6);
      margin-top: 6px;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 400; }
    .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content, .et_techgig .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content {
      margin-top: -10px; }
      .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content h4, .et_techgig .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500; }
      .et_techmonk .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content p, .et_techgig .prize-award-section .prizes-section .prize-card-wrapper.highlight-card .prize-card-content p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400; }
    .et_techmonk .prize-award-section .prizes-section .prize-card, .et_techgig .prize-award-section .prizes-section .prize-card {
      background: #fff;
      border-radius: 18px;
      padding: 40px 22px 26px 22px;
      text-align: center;
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
      position: relative;
      border-radius: 10px;
      border: 1px solid rgba(23, 36, 53, 0.1); }
      .et_techmonk .prize-award-section .prizes-section .prize-card.highlight, .et_techgig .prize-award-section .prizes-section .prize-card.highlight {
        border: 10px solid transparent;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #6366f1, #ec4899) border-box;
        transform: translateY(-20px); }
    .et_techmonk .prize-award-section .prizes-section .image-box, .et_techgig .prize-award-section .prizes-section .image-box {
      width: 160px;
      height: auto;
      margin: auto;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .et_techmonk .prize-award-section .prizes-section .image-box img, .et_techgig .prize-award-section .prizes-section .image-box img {
        max-width: 100%;
        height: auto; }
    .et_techmonk .prize-award-section .prizes-section .rank-badge, .et_techgig .prize-award-section .prizes-section .rank-badge {
      width: 76px;
      height: 40px;
      background: url(https://img.etb2bimg.com/files/cp/upload-1768306344-award-image.svg);
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      padding-bottom: 30px; }
      .et_techmonk .prize-award-section .prizes-section .rank-badge.gold, .et_techgig .prize-award-section .prizes-section .rank-badge.gold {
        /*  background: $gold; 
      color: #fff;*/
        border: none;
        width: 110px;
        height: 70px;
        top: -70px; }
    .et_techmonk .prize-award-section .prizes-section .benefits-grid, .et_techgig .prize-award-section .prizes-section .benefits-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid #e5e7eb;
      border-bottom: 1px solid #e5e7eb; }
    .et_techmonk .prize-award-section .prizes-section .benefit, .et_techgig .prize-award-section .prizes-section .benefit {
      text-align: center;
      padding: 26px 14px;
      border-right: 1px solid #e5e7eb; }
      .et_techmonk .prize-award-section .prizes-section .benefit:last-child, .et_techgig .prize-award-section .prizes-section .benefit:last-child {
        border-right: none; }
      .et_techmonk .prize-award-section .prizes-section .benefit .icon, .et_techgig .prize-award-section .prizes-section .benefit .icon {
        width: 47px;
        height: 47px;
        border-radius: 100px;
        background: #F8DDD8;
        color: #f97316;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 10px; }
      .et_techmonk .prize-award-section .prizes-section .benefit h5, .et_techgig .prize-award-section .prizes-section .benefit h5 {
        font-size: 14px;
        color: #172435;
        margin-bottom: 4px; }
      .et_techmonk .prize-award-section .prizes-section .benefit p, .et_techgig .prize-award-section .prizes-section .benefit p {
        font-size: 12px;
        color: rgba(23, 36, 53, 0.6); }
    @media (max-width: 900px) {
      .et_techmonk .prize-award-section .prizes-section .prizes-grid, .et_techgig .prize-award-section .prizes-section .prizes-grid {
        grid-template-columns: 1fr;
        gap: 80px;
        flex-wrap: wrap;
        justify-content: center; }
      .et_techmonk .prize-award-section .prizes-section .prize-card.highlight, .et_techgig .prize-award-section .prizes-section .prize-card.highlight {
        transform: none; }
      .et_techmonk .prize-award-section .prizes-section .benefits-grid, .et_techgig .prize-award-section .prizes-section .benefits-grid {
        grid-template-columns: repeat(2, 1fr); }
      .et_techmonk .prize-award-section .prizes-section .benefit:nth-child(2), .et_techgig .prize-award-section .prizes-section .benefit:nth-child(2) {
        border-right: none; } }
    @media (max-width: 480px) {
      .et_techmonk .prize-award-section .prizes-section .benefits-grid, .et_techgig .prize-award-section .prizes-section .benefits-grid {
        grid-template-columns: 1fr; }
      .et_techmonk .prize-award-section .prizes-section .benefit, .et_techgig .prize-award-section .prizes-section .benefit {
        border-right: none;
        border-bottom: 1px solid #e5e7eb; } }
  .et_techmonk .event-horizontal-listing-container, .et_techgig .event-horizontal-listing-container {
    /* Responsive */ }
    .et_techmonk .event-horizontal-listing-container .course-grid, .et_techgig .event-horizontal-listing-container .course-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .event-horizontal-listing-container .course-grid, .et_techgig .event-horizontal-listing-container .course-grid {
          grid-template-columns: repeat(1, 1fr); } }
    .et_techmonk .event-horizontal-listing-container .course-card, .et_techgig .event-horizontal-listing-container .course-card {
      border-radius: 14px;
      overflow: hidden;
      transition: all 0.3s ease;
      border: 1px solid rgba(23, 36, 53, 0.1);
      background: #FFF;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 1000px) {
        .et_techmonk .event-horizontal-listing-container .course-card, .et_techgig .event-horizontal-listing-container .course-card {
          display: flex;
          flex-direction: column; } }
      .et_techmonk .event-horizontal-listing-container .course-card:hover, .et_techgig .event-horizontal-listing-container .course-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); }
      .et_techmonk .event-horizontal-listing-container .course-card .card-media, .et_techgig .event-horizontal-listing-container .course-card .card-media {
        position: relative;
        height: 100%;
        overflow: hidden;
        width: 240px;
        min-width: 240px; }
        @media screen and (min-width: 1000px) {
          .et_techmonk .event-horizontal-listing-container .course-card .card-media, .et_techgig .event-horizontal-listing-container .course-card .card-media {
            width: 100%;
            max-height: 180px; } }
        .et_techmonk .event-horizontal-listing-container .course-card .card-media img, .et_techgig .event-horizontal-listing-container .course-card .card-media img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.4s ease;
          max-height: 180px; }
      .et_techmonk .event-horizontal-listing-container .course-card:hover img, .et_techgig .event-horizontal-listing-container .course-card:hover img {
        transform: scale(1.05); }
      .et_techmonk .event-horizontal-listing-container .course-card.video .card-media:before, .et_techgig .event-horizontal-listing-container .course-card.video .card-media:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: '';
        z-index: 1;
        opacity: 0;
        transition: all 0.3s ease; }
      .et_techmonk .event-horizontal-listing-container .course-card.video .play-btn, .et_techgig .event-horizontal-listing-container .course-card.video .play-btn {
        opacity: 0;
        position: absolute;
        inset: 0;
        z-index: 2;
        margin: auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #e53935;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease; }
        .et_techmonk .event-horizontal-listing-container .course-card.video .play-btn::before, .et_techgig .event-horizontal-listing-container .course-card.video .play-btn::before {
          content: "";
          border-left: 14px solid #fff;
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          margin-left: 4px; }
      .et_techmonk .event-horizontal-listing-container .course-card .mid-current-promo__footer, .et_techgig .event-horizontal-listing-container .course-card .mid-current-promo__footer {
        border-top: 1px solid rgba(56, 67, 97, 0.1);
        padding: 18px 20px;
        display: flex;
        justify-content: space-between;
        margin-top: 0px; }
        .et_techmonk .event-horizontal-listing-container .course-card .mid-current-promo__footer .current_users_count, .et_techgig .event-horizontal-listing-container .course-card .mid-current-promo__footer .current_users_count {
          font-size: 14px;
          color: black;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 6px; }
        .et_techmonk .event-horizontal-listing-container .course-card .mid-current-promo__footer .quiz-card__action .quiz-card__action_button, .et_techgig .event-horizontal-listing-container .course-card .mid-current-promo__footer .quiz-card__action .quiz-card__action_button {
          background: transparent;
          border: 0px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 6px;
          color: #ed5155;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          font-size: 14px; }
      .et_techmonk .event-horizontal-listing-container .course-card .card-content, .et_techgig .event-horizontal-listing-container .course-card .card-content {
        padding: 20px; }
        .et_techmonk .event-horizontal-listing-container .course-card .card-content .title, .et_techgig .event-horizontal-listing-container .course-card .card-content .title {
          font-size: 17px;
          font-weight: 600;
          color: #1f2937;
          margin-bottom: 8px;
          line-height: 1.3;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-decoration: none;
          font-family: "Inter", sans-serif; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .title:hover, .et_techgig .event-horizontal-listing-container .course-card .card-content .title:hover {
            text-decoration: underline;
            color: #e53935; }
        .et_techmonk .event-horizontal-listing-container .course-card .card-content .desc, .et_techgig .event-horizontal-listing-container .course-card .card-content .desc {
          font-size: 14px;
          color: #6b7280;
          line-height: 1.6;
          margin-bottom: 14px;
          /**clamp 3 line**/
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .et_techmonk .event-horizontal-listing-container .course-card .card-content .meta, .et_techgig .event-horizontal-listing-container .course-card .card-content .meta {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 12px;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: start;
          align-items: start;
          flex-wrap: nowrap;
          margin-top: 20px;
          width: 100%;
          justify-content: space-between; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .meta .author, .et_techgig .event-horizontal-listing-container .course-card .card-content .meta .author {
            font-size: 13px;
            color: #ED6635;
            font-weight: 500; }
        .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker {
          margin-top: 0px;
          margin-bottom: 0px;
          width: 100%; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-item-listing, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-item-listing {
            display: flex;
            margin-bottom: 0px;
            gap: 2px; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-item-listing:nth-child(n+2), .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-item-listing:nth-child(n+2) {
            margin-top: 15px; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker img, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: solid 1px #c4bdbd;
            margin-right: -14px;
            vertical-align: middle; }
            .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker img:last-of-type, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker img:last-of-type {
              margin-right: 10px; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker h5.speaker-name, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker h5.speaker-name {
            font-size: 14px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 3px;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-decoration: none;
            font-family: "Inter", sans-serif; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-designation, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker .speaker-designation {
            font-size: 13px;
            color: #383c43;
            line-height: 1.6;
            margin-bottom: 0px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .overlap-speaker a, .et_techgig .event-horizontal-listing-container .course-card .card-content .overlap-speaker a {
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
            text-decoration: underline;
            color: #1a1a1a; }
        .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats {
          display: flex;
          gap: 7px;
          font-size: 12px;
          color: #6b7280;
          justify-content: start;
          margin-bottom: 10px;
          align-items: start; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats .stats-left, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats .stats-left {
            display: flex;
            align-items: center;
            gap: 10px; }
            .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats .stats-left span svg, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats .stats-left span svg {
              width: 14px;
              vertical-align: middle;
              height: 14px; }
              .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats .stats-left span svg path, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats .stats-left span svg path {
                fill: #6b7280; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats .rating, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats .rating {
            color: #F59E0B;
            font-weight: 600; }
          .et_techmonk .event-horizontal-listing-container .course-card .card-content .stats svg, .et_techgig .event-horizontal-listing-container .course-card .card-content .stats svg {
            width: 10px; }
      .et_techmonk .event-horizontal-listing-container .course-card:hover .title, .et_techgig .event-horizontal-listing-container .course-card:hover .title {
        text-decoration: underline;
        color: #e53935; }
      .et_techmonk .event-horizontal-listing-container .course-card:hover .card-media:before, .et_techgig .event-horizontal-listing-container .course-card:hover .card-media:before {
        opacity: 1; }
      .et_techmonk .event-horizontal-listing-container .course-card:hover .card-media .play-btn, .et_techgig .event-horizontal-listing-container .course-card:hover .card-media .play-btn {
        opacity: 1; }
    @media (max-width: 576px) {
      .et_techmonk .event-horizontal-listing-container .course-card .card-media, .et_techgig .event-horizontal-listing-container .course-card .card-media {
        height: 180px;
        width: 100%; }
      .et_techmonk .event-horizontal-listing-container .course-card .card-content .title, .et_techgig .event-horizontal-listing-container .course-card .card-content .title {
        font-size: 16px; } }
  .et_techmonk .ai-expert-cards, .et_techgig .ai-expert-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* Responsive */ }
    .et_techmonk .ai-expert-cards .expert-card, .et_techgig .ai-expert-cards .expert-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 10px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04); }
      .et_techmonk .ai-expert-cards .expert-card:hover, .et_techgig .ai-expert-cards .expert-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08); }
      .et_techmonk .ai-expert-cards .expert-card .avatar, .et_techgig .ai-expert-cards .expert-card .avatar {
        width: 47px;
        height: 47px;
        margin: 0 auto 14px;
        border-radius: 50%;
        background: rgba(237, 102, 53, 0.15);
        display: flex;
        align-items: center;
        justify-content: center; }
        .et_techmonk .ai-expert-cards .expert-card .avatar svg, .et_techgig .ai-expert-cards .expert-card .avatar svg {
          width: 22px;
          height: 20px;
          transition: all .5s ease-in; }
          .et_techmonk .ai-expert-cards .expert-card .avatar svg path, .et_techgig .ai-expert-cards .expert-card .avatar svg path {
            fill: #e53935; }
        .et_techmonk .ai-expert-cards .expert-card .avatar .icon, .et_techgig .ai-expert-cards .expert-card .avatar .icon {
          font-size: 28px;
          color: #ED6635; }
      .et_techmonk .ai-expert-cards .expert-card h4, .et_techgig .ai-expert-cards .expert-card h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 4px; }
      .et_techmonk .ai-expert-cards .expert-card p, .et_techgig .ai-expert-cards .expert-card p {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 10px; }
      .et_techmonk .ai-expert-cards .expert-card .rating, .et_techgig .ai-expert-cards .expert-card .rating {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #FF9500; }
        .et_techmonk .ai-expert-cards .expert-card .rating span, .et_techgig .ai-expert-cards .expert-card .rating span {
          color: rgba(23, 36, 53, 0.6); }
      .et_techmonk .ai-expert-cards .expert-card:hover .avatar .icon svg, .et_techgig .ai-expert-cards .expert-card:hover .avatar .icon svg {
        transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transition: all .5s ease-in; }
    @media (max-width: 576px) {
      .et_techmonk .ai-expert-cards, .et_techgig .ai-expert-cards {
        gap: 16px; }
        .et_techmonk .ai-expert-cards .expert-card, .et_techgig .ai-expert-cards .expert-card {
          padding: 20px 16px; }
          .et_techmonk .ai-expert-cards .expert-card .avatar, .et_techgig .ai-expert-cards .expert-card .avatar {
            width: 56px;
            height: 56px; } }
  .et_techmonk .ai-speakers-list, .et_techgig .ai-speakers-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    /* Responsive */ }
    @media screen and (max-width: 1000px) {
      .et_techmonk .ai-speakers-list, .et_techgig .ai-speakers-list {
        grid-template-columns: repeat(2, 1fr); } }
    .et_techmonk .ai-speakers-list .speaker-card, .et_techgig .ai-speakers-list .speaker-card {
      text-align: center;
      transition: transform 0.3s ease; }
      .et_techmonk .ai-speakers-list .speaker-card .image-wrap, .et_techgig .ai-speakers-list .speaker-card .image-wrap {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        margin-bottom: 14px;
        background: #e5e7eb; }
        .et_techmonk .ai-speakers-list .speaker-card .image-wrap img, .et_techgig .ai-speakers-list .speaker-card .image-wrap img {
          width: 100%;
          height: 220px;
          object-fit: cover;
          display: block;
          transition: all 0.3s ease; }
          .et_techmonk .ai-speakers-list .speaker-card .image-wrap img:hover, .et_techgig .ai-speakers-list .speaker-card .image-wrap img:hover {
            transform: scale(1.05); }
        .et_techmonk .ai-speakers-list .speaker-card .image-wrap .social, .et_techgig .ai-speakers-list .speaker-card .image-wrap .social {
          position: absolute;
          inset: auto 10px 10px 10px;
          display: flex;
          gap: 8px;
          justify-content: center;
          opacity: 0;
          transform: translateY(8px);
          transition: all 0.3s ease; }
          .et_techmonk .ai-speakers-list .speaker-card .image-wrap .social a, .et_techgig .ai-speakers-list .speaker-card .image-wrap .social a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ffffff;
            color: #1f2937;
            font-size: 13px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
      .et_techmonk .ai-speakers-list .speaker-card:hover .social, .et_techgig .ai-speakers-list .speaker-card:hover .social {
        opacity: 1;
        transform: translateY(0); }
      .et_techmonk .ai-speakers-list .speaker-card .name, .et_techgig .ai-speakers-list .speaker-card .name {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 6px;
        text-decoration: none;
        display: inline-block; }
        .et_techmonk .ai-speakers-list .speaker-card .name:hover, .et_techgig .ai-speakers-list .speaker-card .name:hover {
          text-decoration: underline;
          color: #e53935; }
      .et_techmonk .ai-speakers-list .speaker-card .role, .et_techgig .ai-speakers-list .speaker-card .role {
        font-size: 12px;
        color: #e53935;
        font-weight: 500;
        display: block;
        margin-bottom: 2px; }
      .et_techmonk .ai-speakers-list .speaker-card .company, .et_techgig .ai-speakers-list .speaker-card .company {
        font-size: 12px;
        color: #6b7280; }
    @media (max-width: 576px) {
      .et_techmonk .ai-speakers-list, .et_techgig .ai-speakers-list {
        gap: 18px; }
        .et_techmonk .ai-speakers-list .speaker-card .image-wrap img, .et_techgig .ai-speakers-list .speaker-card .image-wrap img {
          height: 200px; } }
  .et_techmonk .ai-event-gallery, .et_techgig .ai-event-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    /* Responsive */ }
    .et_techmonk .ai-event-gallery .gallery-card, .et_techgig .ai-event-gallery .gallery-card {
      position: relative;
      height: 420px;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      background: #e5e7eb;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
      transition: transform 0.35s ease, box-shadow 0.35s ease; }
      .et_techmonk .ai-event-gallery .gallery-card img, .et_techgig .ai-event-gallery .gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
      .et_techmonk .ai-event-gallery .gallery-card::after, .et_techgig .ai-event-gallery .gallery-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 70%);
        z-index: 1; }
      .et_techmonk .ai-event-gallery .gallery-card .label, .et_techgig .ai-event-gallery .gallery-card .label {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.2px; }
      .et_techmonk .ai-event-gallery .gallery-card:hover, .et_techgig .ai-event-gallery .gallery-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14); }
        .et_techmonk .ai-event-gallery .gallery-card:hover img, .et_techgig .ai-event-gallery .gallery-card:hover img {
          transform: scale(1.08); }
    @media (max-width: 768px) {
      .et_techmonk .ai-event-gallery, .et_techgig .ai-event-gallery {
        grid-template-columns: repeat(1, 1fr); }
        .et_techmonk .ai-event-gallery .gallery-card, .et_techgig .ai-event-gallery .gallery-card {
          height: 360px; } }
    @media (max-width: 576px) {
      .et_techmonk .ai-event-gallery, .et_techgig .ai-event-gallery {
        gap: 16px; }
        .et_techmonk .ai-event-gallery .gallery-card, .et_techgig .ai-event-gallery .gallery-card {
          height: 300px; } }
  .et_techmonk .ai-webinar-cards, .et_techgig .ai-webinar-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    /* Responsive */ }
    @media screen and (max-width: 1000px) {
      .et_techmonk .ai-webinar-cards, .et_techgig .ai-webinar-cards {
        grid-template-columns: repeat(1, 1fr); } }
    .et_techmonk .ai-webinar-cards .webinar-card, .et_techgig .ai-webinar-cards .webinar-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05); }
      .et_techmonk .ai-webinar-cards .webinar-card:hover, .et_techgig .ai-webinar-cards .webinar-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
        border-color: rgba(227, 82, 82, 0.4); }
        .et_techmonk .ai-webinar-cards .webinar-card:hover.video .play, .et_techgig .ai-webinar-cards .webinar-card:hover.video .play {
          opacity: 1; }
      .et_techmonk .ai-webinar-cards .webinar-card .thumb, .et_techgig .ai-webinar-cards .webinar-card .thumb {
        position: relative;
        height: 160px;
        overflow: hidden; }
        .et_techmonk .ai-webinar-cards .webinar-card .thumb img, .et_techgig .ai-webinar-cards .webinar-card .thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.4s ease; }
        .et_techmonk .ai-webinar-cards .webinar-card .thumb .duration, .et_techgig .ai-webinar-cards .webinar-card .thumb .duration {
          position: absolute;
          top: 10px;
          right: 10px;
          border-radius: 100px;
          border: 1px solid #E1E1E1;
          background: #FFF;
          color: #172435;
          font-size: 11px;
          padding: 4px 8px;
          border-radius: 999px;
          z-index: 2; }
      .et_techmonk .ai-webinar-cards .webinar-card:hover img, .et_techgig .ai-webinar-cards .webinar-card:hover img {
        transform: scale(1.06); }
      .et_techmonk .ai-webinar-cards .webinar-card.video .play, .et_techgig .ai-webinar-cards .webinar-card.video .play {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #e53935;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: all 0.3s ease; }
        .et_techmonk .ai-webinar-cards .webinar-card.video .play::before, .et_techgig .ai-webinar-cards .webinar-card.video .play::before {
          content: "";
          border-left: 12px solid #fff;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          margin-left: 3px; }
      .et_techmonk .ai-webinar-cards .webinar-card .content, .et_techgig .ai-webinar-cards .webinar-card .content {
        padding: 14px 16px 16px; }
        .et_techmonk .ai-webinar-cards .webinar-card .content .name, .et_techgig .ai-webinar-cards .webinar-card .content .name {
          font-size: 14px;
          font-weight: 600;
          color: #1f2937;
          margin-bottom: 6px;
          line-height: 1.4;
          text-decoration: none;
          display: inline-block; }
          .et_techmonk .ai-webinar-cards .webinar-card .content .name:hover, .et_techgig .ai-webinar-cards .webinar-card .content .name:hover {
            text-decoration: underline;
            color: #e53935; }
        .et_techmonk .ai-webinar-cards .webinar-card .content .author, .et_techgig .ai-webinar-cards .webinar-card .content .author {
          font-size: 12px;
          color: #6b7280;
          margin-bottom: 4px; }
        .et_techmonk .ai-webinar-cards .webinar-card .content .views, .et_techgig .ai-webinar-cards .webinar-card .content .views {
          font-size: 12px;
          color: #e53935;
          font-weight: 500; }
    @media (max-width: 576px) {
      .et_techmonk .ai-webinar-cards, .et_techgig .ai-webinar-cards {
        gap: 16px; }
        .et_techmonk .ai-webinar-cards .webinar-card .thumb, .et_techgig .ai-webinar-cards .webinar-card .thumb {
          height: 150px; } }
    .et_techmonk .ai-webinar-cards.live-highlights .thumb, .et_techgig .ai-webinar-cards.live-highlights .thumb {
      height: 246px; }
    .et_techmonk .ai-webinar-cards.live-highlights span.live-status, .et_techgig .ai-webinar-cards.live-highlights span.live-status {
      display: inline-flex;
      height: 23px;
      padding: 2px 10px;
      justify-content: center;
      align-items: center;
      gap: 6px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1;
      color: #FCEEED;
      border-radius: 100px;
      background: #E35252;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      padding-left: 20px; }
      .et_techmonk .ai-webinar-cards.live-highlights span.live-status::before, .et_techgig .ai-webinar-cards.live-highlights span.live-status::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 9px;
        width: 5px;
        height: 5px;
        background: #ffffff;
        border-radius: 50px; }
    .et_techmonk .ai-webinar-cards.live-highlights .webinar-card.video .play, .et_techgig .ai-webinar-cards.live-highlights .webinar-card.video .play {
      width: 74px;
      height: 74px;
      opacity: 0.8 !important;
      opacity: 1; }
      .et_techmonk .ai-webinar-cards.live-highlights .webinar-card.video .play::before, .et_techgig .ai-webinar-cards.live-highlights .webinar-card.video .play::before {
        border-left: 18px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent; }
    .et_techmonk .ai-webinar-cards.live-highlights .content .author, .et_techgig .ai-webinar-cards.live-highlights .content .author {
      color: #e53935; }
    .et_techmonk .ai-webinar-cards.live-highlights .duration, .et_techmonk .ai-webinar-cards.live-highlights .watching-now, .et_techgig .ai-webinar-cards.live-highlights .duration, .et_techgig .ai-webinar-cards.live-highlights .watching-now {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      color: rgba(23, 36, 53, 0.8);
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .et_techmonk .ai-webinar-cards.live-highlights .duration svg, .et_techmonk .ai-webinar-cards.live-highlights .watching-now svg, .et_techgig .ai-webinar-cards.live-highlights .duration svg, .et_techgig .ai-webinar-cards.live-highlights .watching-now svg {
        width: 15px; }
        .et_techmonk .ai-webinar-cards.live-highlights .duration svg path, .et_techmonk .ai-webinar-cards.live-highlights .watching-now svg path, .et_techgig .ai-webinar-cards.live-highlights .duration svg path, .et_techgig .ai-webinar-cards.live-highlights .watching-now svg path {
          fill: rgba(23, 36, 53, 0.8); }
    .et_techmonk .ai-webinar-cards.three-col, .et_techgig .ai-webinar-cards.three-col {
      grid-template-columns: repeat(3, 1fr); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-webinar-cards.three-col, .et_techgig .ai-webinar-cards.three-col {
          grid-template-columns: repeat(1, 1fr); } }
  .et_techmonk .what-we-offer-dark-theme, .et_techgig .what-we-offer-dark-theme {
    position: relative; }
    .et_techmonk .what-we-offer-dark-theme .what-we-offer-bg, .et_techgig .what-we-offer-dark-theme .what-we-offer-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: -180px; }
    .et_techmonk .what-we-offer-dark-theme .inner-section, .et_techgig .what-we-offer-dark-theme .inner-section {
      position: relative;
      z-index: 1; }
  .et_techmonk .ai-benefits, .et_techgig .ai-benefits {
    position: relative;
    padding: 48px;
    border-radius: 20px;
    background: #000d1d;
    position: relative;
    overflow: hidden;
    /* Decorative tech lines */
    /* Responsive */ }
    .et_techmonk .ai-benefits::after, .et_techgig .ai-benefits::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(https://img.etb2bimg.com/files/cp/upload-1768890586-ai-benefit-bg.webp) top left no-repeat;
      opacity: 0.5;
      z-index: 1;
      pointer-events: none;
      animation: float 5s ease-in-out infinite; }
    .et_techmonk .ai-benefits::before, .et_techgig .ai-benefits::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.15) 1px, transparent 1px, transparent 18px);
      opacity: 0.25;
      pointer-events: none; }
    .et_techmonk .ai-benefits .benefits-grid, .et_techgig .ai-benefits .benefits-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px !important;
      margin-top: 20px !important; }
    .et_techmonk .ai-benefits .benefit-item, .et_techgig .ai-benefits .benefit-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: #fff;
      padding: 30px 25px;
      border-radius: 8px;
      background: #091723b3;
      backdrop-filter: blur(10px);
      border: 1px solid #03090f; }
      .et_techmonk .ai-benefits .benefit-item .icon, .et_techgig .ai-benefits .benefit-item .icon {
        width: 47px;
        height: 47px;
        border-radius: 10px;
        background: #142635;
        color: #00c1d6;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .ai-benefits .benefit-item .icon, .et_techgig .ai-benefits .benefit-item .icon {
            margin: 0 auto; } }
        .et_techmonk .ai-benefits .benefit-item .icon svg, .et_techgig .ai-benefits .benefit-item .icon svg {
          width: 26px;
          transition: all 0.5s ease; }
          .et_techmonk .ai-benefits .benefit-item .icon svg path, .et_techgig .ai-benefits .benefit-item .icon svg path {
            fill: #172435; }
      .et_techmonk .ai-benefits .benefit-item h4, .et_techgig .ai-benefits .benefit-item h4 {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        color: #fff;
        margin-bottom: 8px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .ai-benefits .benefit-item h4, .et_techgig .ai-benefits .benefit-item h4 {
            text-align: center; } }
      .et_techmonk .ai-benefits .benefit-item p, .et_techgig .ai-benefits .benefit-item p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9); }
        @media screen and (max-width: 1000px) {
          .et_techmonk .ai-benefits .benefit-item p, .et_techgig .ai-benefits .benefit-item p {
            text-align: center; } }
      .et_techmonk .ai-benefits .benefit-item:hover .icon svg, .et_techgig .ai-benefits .benefit-item:hover .icon svg {
        transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transition: all .5s ease-in; }
    @media (max-width: 768px) {
      .et_techmonk .ai-benefits, .et_techgig .ai-benefits {
        padding: 32px; }
        .et_techmonk .ai-benefits .benefits-grid, .et_techgig .ai-benefits .benefits-grid {
          gap: 20px; } }
    @media (max-width: 576px) {
      .et_techmonk .ai-benefits, .et_techgig .ai-benefits {
        padding: 24px; }
        .et_techmonk .ai-benefits .benefit-item, .et_techgig .ai-benefits .benefit-item {
          gap: 12px; }
          .et_techmonk .ai-benefits .benefit-item h4, .et_techgig .ai-benefits .benefit-item h4 {
            font-size: 14px;
            width: 100%; } }
    .et_techmonk .ai-benefits.whatwillyougain-section, .et_techgig .ai-benefits.whatwillyougain-section {
      background: var(--background);
      background-size: cover; }
      .et_techmonk .ai-benefits.whatwillyougain-section:after, .et_techgig .ai-benefits.whatwillyougain-section:after {
        display: none; }
      .et_techmonk .ai-benefits.whatwillyougain-section .benefits-grid, .et_techgig .ai-benefits.whatwillyougain-section .benefits-grid {
        gap: 50px; }
      .et_techmonk .ai-benefits.whatwillyougain-section .benefit-item, .et_techgig .ai-benefits.whatwillyougain-section .benefit-item {
        gap: 14px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-benefits.whatwillyougain-section, .et_techgig .ai-benefits.whatwillyougain-section {
          background-position: center left; } }
  .et_techmonk .ai-hot-sponsorship-cards, .et_techgig .ai-hot-sponsorship-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    /* Responsive */ }
    @media screen and (max-width: 1000px) {
      .et_techmonk .ai-hot-sponsorship-cards, .et_techgig .ai-hot-sponsorship-cards {
        grid-template-columns: repeat(1, 1fr); } }
    .et_techmonk .ai-hot-sponsorship-cards .cta-card, .et_techgig .ai-hot-sponsorship-cards .cta-card {
      border-radius: 10px;
      border: 1px solid rgba(23, 36, 53, 0.1);
      background: #F6F8FE;
      padding: 32px;
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card:hover, .et_techgig .ai-hot-sponsorship-cards .cta-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08); }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card .icon-wrap, .et_techgig .ai-hot-sponsorship-cards .cta-card .icon-wrap {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 16px;
        color: #fff; }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card .icon-wrap svg, .et_techgig .ai-hot-sponsorship-cards .cta-card .icon-wrap svg {
          width: 30px;
          transition: all 0.5s ease; }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card .icon-wrap.host, .et_techgig .ai-hot-sponsorship-cards .cta-card .icon-wrap.host {
          border-radius: 10px;
          background: linear-gradient(149deg, #2183CC 11.37%, #2696D5 81.01%); }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card .icon-wrap.sponsor, .et_techgig .ai-hot-sponsorship-cards .cta-card .icon-wrap.sponsor {
          border-radius: 10px;
          background: linear-gradient(149deg, #312EE1 11.37%, #6A52E3 81.01%); }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card h3, .et_techgig .ai-hot-sponsorship-cards .cta-card h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        color: #172435;
        margin-bottom: 10px; }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card h3 span, .et_techgig .ai-hot-sponsorship-cards .cta-card h3 span {
          background: linear-gradient(90deg, #606ED1 0%, #AF56A6 38.46%, #E35252 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card .desc, .et_techgig .ai-hot-sponsorship-cards .cta-card .desc {
        color: #172435;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 18px; }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card .features, .et_techgig .ai-hot-sponsorship-cards .cta-card .features {
        list-style: none;
        padding: 0;
        margin: 0 0 22px; }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card .features li, .et_techgig .ai-hot-sponsorship-cards .cta-card .features li {
          position: relative;
          padding-left: 27px;
          font-size: 14px;
          min-height: 20px;
          display: flex;
          align-items: center;
          color: #1f2937;
          margin-bottom: 10px; }
          .et_techmonk .ai-hot-sponsorship-cards .cta-card .features li::before, .et_techgig .ai-hot-sponsorship-cards .cta-card .features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #ffffff;
            font-size: 10px;
            background: #45B62B;
            width: 20px;
            height: 20px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
      .et_techmonk .ai-hot-sponsorship-cards .cta-card:hover .icon-wrap svg, .et_techgig .ai-hot-sponsorship-cards .cta-card:hover .icon-wrap svg {
        transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transition: all .5s ease-in; }
    @media (max-width: 576px) {
      .et_techmonk .ai-hot-sponsorship-cards, .et_techgig .ai-hot-sponsorship-cards {
        gap: 20px; }
        .et_techmonk .ai-hot-sponsorship-cards .cta-card, .et_techgig .ai-hot-sponsorship-cards .cta-card {
          padding: 24px; } }
  .et_techmonk .ai-sponsors, .et_techgig .ai-sponsors {
    position: relative;
    padding: 48px 40px;
    border-radius: 18px;
    text-align: center;
    overflow: hidden;
    /* subtle world-map style dots */
    /* Floating animation */
    /* Responsive */ }
    .et_techmonk .ai-sponsors::before, .et_techgig .ai-sponsors::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url(https://img.etb2bimg.com/files/cp/upload-1768894662-sponsor-partnet-bg.webp) no-repeat center center;
      background-size: contain;
      opacity: 0.6;
      pointer-events: none; }
    .et_techmonk .ai-sponsors .logo-track, .et_techgig .ai-sponsors .logo-track {
      position: relative;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 28px; }
    .et_techmonk .ai-sponsors .logo-item, .et_techgig .ai-sponsors .logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      animation: floatLogo 6s ease-in-out infinite;
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-sponsors .logo-item, .et_techgig .ai-sponsors .logo-item {
          top: 0px !important;
          position: static !important; } }
      .et_techmonk .ai-sponsors .logo-item img, .et_techgig .ai-sponsors .logo-item img {
        transition: filter 0.3s ease, opacity 0.3s ease; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .ai-sponsors .logo-item img, .et_techgig .ai-sponsors .logo-item img {
            max-width: 65px;
            height: 65px; } }
      .et_techmonk .ai-sponsors .logo-item:hover, .et_techgig .ai-sponsors .logo-item:hover {
        transform: translateY(-6px) scale(1.05); }
        .et_techmonk .ai-sponsors .logo-item:hover img, .et_techgig .ai-sponsors .logo-item:hover img {
          opacity: 1; }
      .et_techmonk .ai-sponsors .logo-item.highlight, .et_techgig .ai-sponsors .logo-item.highlight {
        animation-delay: 1.5s;
        border: none;
        padding: 0;
        box-shadow: none; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(1), .et_techgig .ai-sponsors .logo-item:nth-child(1) {
        animation-delay: 0.4s;
        top: -80px;
        position: relative; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(2), .et_techgig .ai-sponsors .logo-item:nth-child(2) {
        animation-delay: 0.4s;
        top: -40px;
        position: relative; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(3), .et_techgig .ai-sponsors .logo-item:nth-child(3) {
        animation-delay: 0.8s;
        position: relative;
        top: -1px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(4), .et_techgig .ai-sponsors .logo-item:nth-child(4) {
        animation-delay: 1.2s;
        position: relative;
        top: 20px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(5), .et_techgig .ai-sponsors .logo-item:nth-child(5) {
        animation-delay: 1.6s;
        position: relative;
        top: 40px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(6), .et_techgig .ai-sponsors .logo-item:nth-child(6) {
        animation-delay: 2s;
        position: relative;
        top: 30px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(7), .et_techgig .ai-sponsors .logo-item:nth-child(7) {
        position: relative;
        top: 40px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(8), .et_techgig .ai-sponsors .logo-item:nth-child(8) {
        position: relative;
        top: 2px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(9), .et_techgig .ai-sponsors .logo-item:nth-child(9) {
        position: relative;
        top: -40px; }
      .et_techmonk .ai-sponsors .logo-item:nth-child(10), .et_techgig .ai-sponsors .logo-item:nth-child(10) {
        position: relative;
        top: -80px; }

@keyframes floatLogo {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
    @media (max-width: 768px) {
      .et_techmonk .ai-sponsors, .et_techgig .ai-sponsors {
        padding: 32px 24px; }
        .et_techmonk .ai-sponsors h2, .et_techgig .ai-sponsors h2 {
          font-size: 22px; }
        .et_techmonk .ai-sponsors .logo-item, .et_techgig .ai-sponsors .logo-item {
          width: 64px;
          height: 64px; } }
  .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-track, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 36px; }
  .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item {
    position: static !important;
    top: 0 !important;
    animation: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    min-height: 88px;
    padding: 12px; }
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item a,
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item img, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item a,
    .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item img {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item img, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item img {
      max-width: 130px;
      max-height: 56px;
      object-fit: contain;
      margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-track, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-track {
      grid-template-columns: repeat(3, 1fr);
      gap: 14px; } }
  @media (max-width: 640px) {
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-track, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-track {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; }
    .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item {
      min-height: 78px;
      padding: 10px;
      width: 100%; }
      .et_techmonk .ai-sponsors.ai-sponsors--masterclass .logo-item img, .et_techgig .ai-sponsors.ai-sponsors--masterclass .logo-item img {
        max-width: 110px;
        max-height: 48px; } }
  .et_techmonk .event-sponsors, .et_techgig .event-sponsors {
    padding: 0;
    /*  background: $bg; */
    text-align: center;
    /* Main sponsor grid */
    /* Tier badges */
    /* Technology partners */
    /* Responsive */ }
    .et_techmonk .event-sponsors .tier-title, .et_techgig .event-sponsors .tier-title {
      font-size: 18px;
      font-weight: 600;
      color: #1f2937;
      margin-bottom: 24px; }
      .et_techmonk .event-sponsors .tier-title.small, .et_techgig .event-sponsors .tier-title.small {
        margin-top: 56px;
        font-size: 16px; }
    .et_techmonk .event-sponsors .sponsor-grid, .et_techgig .event-sponsors .sponsor-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 22px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .event-sponsors .sponsor-grid, .et_techgig .event-sponsors .sponsor-grid {
          grid-template-columns: repeat(2, 1fr); } }
    .et_techmonk .event-sponsors .sponsor-card, .et_techgig .event-sponsors .sponsor-card {
      position: relative;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      padding: 19px 16px 19px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center; }
      .et_techmonk .event-sponsors .sponsor-card img, .et_techgig .event-sponsors .sponsor-card img {
        max-width: 120px;
        max-height: 76px;
        object-fit: contain;
        width: auto;
        height: auto;
        margin-bottom: 0px; }
      .et_techmonk .event-sponsors .sponsor-card:hover, .et_techgig .event-sponsors .sponsor-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12); }
    .et_techmonk .event-sponsors .badge, .et_techgig .event-sponsors .badge {
      position: absolute;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 11px;
      padding: 4px 12px;
      border-radius: 20px;
      font-weight: 500; }
    .et_techmonk .event-sponsors .badge.platinum, .et_techgig .event-sponsors .badge.platinum {
      background: #fff4d6;
      color: #b58100;
      border: 1px solid #ffe2a8; }
    .et_techmonk .event-sponsors .badge.silver, .et_techgig .event-sponsors .badge.silver {
      background: #f1f1f1;
      color: #6f6f6f;
      border: 1px solid #e0e0e0; }
    .et_techmonk .event-sponsors .tech-grid, .et_techgig .event-sponsors .tech-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      /**center the grid*/
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 24px; }
      @media screen and (min-width: 1000px) {
        .et_techmonk .event-sponsors .tech-grid, .et_techgig .event-sponsors .tech-grid {
          width: 60%;
          margin: 0 auto; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk .event-sponsors .tech-grid, .et_techgig .event-sponsors .tech-grid {
          grid-template-columns: repeat(2, 1fr); } }
    .et_techmonk .event-sponsors .tech-card, .et_techgig .event-sponsors .tech-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 18px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
      transition: transform 0.25s ease; }
      .et_techmonk .event-sponsors .tech-card img, .et_techgig .event-sponsors .tech-card img {
        max-width: 90px;
        max-height: 65px;
        object-fit: contain;
        opacity: 0.9; }
      .et_techmonk .event-sponsors .tech-card:hover, .et_techgig .event-sponsors .tech-card:hover {
        transform: translateY(-4px); }
    @media (max-width: 768px) {
      .et_techmonk .event-sponsors, .et_techgig .event-sponsors {
        padding: 0; } }
  .et_techmonk .become-a-sponsor, .et_techgig .become-a-sponsor {
    margin-top: 70px; }
    .et_techmonk .become-a-sponsor.dark-theme .inner-section, .et_techgig .become-a-sponsor.dark-theme .inner-section {
      background: var(--background);
      border-radius: 10px;
      background-attachment: fixed;
      padding: 57px;
      box-sizing: border-box; }
      .et_techmonk .become-a-sponsor.dark-theme .inner-section .section-title, .et_techgig .become-a-sponsor.dark-theme .inner-section .section-title {
        max-width: none;
        margin: 0; }
  .et_techmonk .sponsor-n-partners-section, .et_techgig .sponsor-n-partners-section {
    background: white url(https://img.etb2bimg.com/files/cp/ee5ef25f3fed9b88cf6a.png);
    background-size: cover;
    background-position: top; }
  .et_techmonk .partners-techmonk, .et_techgig .partners-techmonk {
    background-size: cover;
    background-position: top; }
    .et_techmonk .partners-techmonk .partners-techmonk__marquee, .et_techgig .partners-techmonk .partners-techmonk__marquee {
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      margin-top: 36px;
      position: relative;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
    .et_techmonk .partners-techmonk .partners-techmonk__marquee:hover .partners-techmonk__track, .et_techgig .partners-techmonk .partners-techmonk__marquee:hover .partners-techmonk__track {
      animation-play-state: paused; }
    .et_techmonk .partners-techmonk .partners-techmonk__track, .et_techgig .partners-techmonk .partners-techmonk__track {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      gap: 28px;
      width: max-content;
      animation: partners-techmonk-marquee 50s linear infinite;
      will-change: transform;
      margin-bottom: 2px; }
      @media (prefers-reduced-motion: reduce) {
        .et_techmonk .partners-techmonk .partners-techmonk__track, .et_techgig .partners-techmonk .partners-techmonk__track {
          animation: none;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          max-width: 100%;
          row-gap: 20px; } }
    .et_techmonk .partners-techmonk .partners-techmonk__card, .et_techgig .partners-techmonk .partners-techmonk__card {
      flex: 0 0 auto;
      position: relative;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      padding: 7px 18px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.3s ease, opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 72px;
      min-width: 120px; }
      .et_techmonk .partners-techmonk .partners-techmonk__card img, .et_techgig .partners-techmonk .partners-techmonk__card img {
        display: block;
        max-width: 130px;
        max-height: 48px;
        width: auto;
        height: auto;
        object-fit: contain;
        margin: 0; }
      .et_techmonk .partners-techmonk .partners-techmonk__card:hover, .et_techgig .partners-techmonk .partners-techmonk__card:hover {
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
        opacity: 0.95; }

@keyframes partners-techmonk-marquee {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }
  .et_techmonk .stats-techmonk, .et_techgig .stats-techmonk {
    padding-top: 34px;
    padding-bottom: 34px; }
    .et_techmonk .stats-techmonk .stats-techmonk__panel, .et_techgig .stats-techmonk .stats-techmonk__panel {
      border-radius: 20px;
      padding: 0px 16px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 6px;
      align-items: center; }
    .et_techmonk .stats-techmonk .stats-techmonk__card, .et_techgig .stats-techmonk .stats-techmonk__card {
      display: flex;
      align-items: center;
      gap: 14px;
      border-radius: 14px;
      padding: 0px 12px;
      min-height: 76px;
      transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
      .et_techmonk .stats-techmonk .stats-techmonk__card:hover, .et_techgig .stats-techmonk .stats-techmonk__card:hover {
        background: #ffffff;
        transform: translateY(-2px); }
    .et_techmonk .stats-techmonk .stats-techmonk__icon-wrap, .et_techgig .stats-techmonk .stats-techmonk__icon-wrap {
      width: 50px;
      height: 50px;
      border-radius: 999px;
      background: white;
      border: 1px solid #f1eded;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 50px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1); }
      .et_techmonk .stats-techmonk .stats-techmonk__icon-wrap svg, .et_techgig .stats-techmonk .stats-techmonk__icon-wrap svg {
        width: 23px;
        height: 23px;
        fill: #4d4b4b;
        display: block; }
    .et_techmonk .stats-techmonk .stats-techmonk__content, .et_techgig .stats-techmonk .stats-techmonk__content {
      min-width: 0; }
      .et_techmonk .stats-techmonk .stats-techmonk__content h3, .et_techgig .stats-techmonk .stats-techmonk__content h3 {
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.1px;
        color: #101010; }
      .et_techmonk .stats-techmonk .stats-techmonk__content p, .et_techgig .stats-techmonk .stats-techmonk__content p {
        margin: 6px 0 0;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        color: rgba(16, 16, 16, 0.6); }
    @media (max-width: 1199px) {
      .et_techmonk .stats-techmonk .stats-techmonk__panel, .et_techgig .stats-techmonk .stats-techmonk__panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px; }
      .et_techmonk .stats-techmonk .stats-techmonk__content h3, .et_techgig .stats-techmonk .stats-techmonk__content h3 {
        font-size: 34px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .stats-techmonk .stats-techmonk__panel, .et_techgig .stats-techmonk .stats-techmonk__panel {
        grid-template-columns: 1fr;
        padding: 12px;
        border-radius: 16px;
        gap: 8px; }
      .et_techmonk .stats-techmonk .stats-techmonk__card, .et_techgig .stats-techmonk .stats-techmonk__card {
        min-height: 68px;
        padding: 10px;
        gap: 12px; }
      .et_techmonk .stats-techmonk .stats-techmonk__icon-wrap, .et_techgig .stats-techmonk .stats-techmonk__icon-wrap {
        width: 38px;
        height: 38px;
        flex-basis: 38px; }
        .et_techmonk .stats-techmonk .stats-techmonk__icon-wrap svg, .et_techgig .stats-techmonk .stats-techmonk__icon-wrap svg {
          width: 18px;
          height: 18px; }
      .et_techmonk .stats-techmonk .stats-techmonk__content h3, .et_techgig .stats-techmonk .stats-techmonk__content h3 {
        font-size: 30px; }
      .et_techmonk .stats-techmonk .stats-techmonk__content p, .et_techgig .stats-techmonk .stats-techmonk__content p {
        font-size: 14px;
        white-space: normal; } }
  .et_techmonk .top-cities-and-locations, .et_techgig .top-cities-and-locations {
    position: relative;
    z-index: 2; }
    .et_techmonk .top-cities-and-locations .event-locations, .et_techgig .top-cities-and-locations .event-locations {
      padding: 0px;
      background: #ffffff;
      /* Mode badge */
      /* Responsive */ }
      .et_techmonk .top-cities-and-locations .event-locations .location-grid, .et_techgig .top-cities-and-locations .event-locations .location-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px; }
      .et_techmonk .top-cities-and-locations .event-locations .location-card, .et_techgig .top-cities-and-locations .event-locations .location-card {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        padding: 0px;
        border: 1px solid rgba(23, 36, 53, 0.1);
        transition: transform 0.35s ease, box-shadow 0.35s ease; }
        .et_techmonk .top-cities-and-locations .event-locations .location-card img, .et_techgig .top-cities-and-locations .event-locations .location-card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.4s ease; }
        .et_techmonk .top-cities-and-locations .event-locations .location-card::after, .et_techgig .top-cities-and-locations .event-locations .location-card::after {
          content: "";
          position: absolute;
          inset: 0;
          background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 40.38%, rgba(255, 255, 255, 0.94) 100%); }
        .et_techmonk .top-cities-and-locations .event-locations .location-card:hover, .et_techgig .top-cities-and-locations .event-locations .location-card:hover {
          /*  transform: translateY(-6px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2); */ }
          .et_techmonk .top-cities-and-locations .event-locations .location-card:hover img, .et_techgig .top-cities-and-locations .event-locations .location-card:hover img {
            transform: scale(1.08); }
      .et_techmonk .top-cities-and-locations .event-locations .overlay, .et_techgig .top-cities-and-locations .event-locations .overlay {
        position: absolute;
        inset: 0;
        z-index: 2;
        padding: 16px 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        align-items: center; }
        .et_techmonk .top-cities-and-locations .event-locations .overlay h4, .et_techgig .top-cities-and-locations .event-locations .overlay h4 {
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
          margin-bottom: 4px;
          color: #172435; }
        .et_techmonk .top-cities-and-locations .event-locations .overlay p, .et_techgig .top-cities-and-locations .event-locations .overlay p {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: rgba(23, 36, 53, 0.8); }
      .et_techmonk .top-cities-and-locations .event-locations .mode, .et_techgig .top-cities-and-locations .event-locations .mode {
        align-self: flex-start;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 100px;
        border: 1px solid rgba(23, 36, 53, 0.15);
        background: #FFF;
        color: #172435; }
      @media (max-width: 768px) {
        .et_techmonk .top-cities-and-locations .event-locations .location-card, .et_techgig .top-cities-and-locations .event-locations .location-card {
          height: 120px; } }
  .et_techmonk .ai-category-cards, .et_techgig .ai-category-cards {
    /* Mobile */ }
    .et_techmonk .ai-category-cards .category-grid, .et_techgig .ai-category-cards .category-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-category-cards .category-grid, .et_techgig .ai-category-cards .category-grid {
          grid-template-columns: repeat(2, 1fr); } }
    .et_techmonk .ai-category-cards .category-card, .et_techgig .ai-category-cards .category-card {
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 14px;
      padding: 20px;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer; }
      .et_techmonk .ai-category-cards .category-card:hover, .et_techgig .ai-category-cards .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08); }
      .et_techmonk .ai-category-cards .category-card h4, .et_techgig .ai-category-cards .category-card h4 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        color: #172435;
        margin: 16px 0 4px; }
      .et_techmonk .ai-category-cards .category-card p, .et_techgig .ai-category-cards .category-card p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: rgba(23, 36, 53, 0.6);
        margin: 0; }
    .et_techmonk .ai-category-cards .icon, .et_techgig .ai-category-cards .icon {
      width: 40px;
      height: 40px;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #fff; }
      .et_techmonk .ai-category-cards .icon svg, .et_techgig .ai-category-cards .icon svg {
        width: 26px;
        height: 26px; }
        .et_techmonk .ai-category-cards .icon svg path, .et_techgig .ai-category-cards .icon svg path {
          fill: #ffffff; }
      .et_techmonk .ai-category-cards .icon.ai, .et_techgig .ai-category-cards .icon.ai {
        background: linear-gradient(140deg, #F0C246 0%, #EBA93D 93.11%); }
      .et_techmonk .ai-category-cards .icon.cloud, .et_techgig .ai-category-cards .icon.cloud {
        background: linear-gradient(140deg, #67A7EE 0%, #52B1D6 93.11%); }
      .et_techmonk .ai-category-cards .icon.data, .et_techgig .ai-category-cards .icon.data {
        background: linear-gradient(140deg, #73D387 0%, #59BB86 93.11%); }
      .et_techmonk .ai-category-cards .icon.marketing, .et_techgig .ai-category-cards .icon.marketing {
        background: linear-gradient(140deg, #BC7FE6 0%, #D45DA6 93.11%); }
      .et_techmonk .ai-category-cards .icon.security, .et_techgig .ai-category-cards .icon.security {
        background: linear-gradient(140deg, #727544 0%, #7F7C6B 93.11%); }
    @media (max-width: 640px) {
      .et_techmonk .ai-category-cards, .et_techgig .ai-category-cards {
        padding: 16px; }
        .et_techmonk .ai-category-cards .category-card, .et_techgig .ai-category-cards .category-card {
          padding: 18px; } }
  .et_techmonk .explore-contest-section .explore-category-section__right, .et_techgig .explore-contest-section .explore-category-section__right {
    width: 280px;
    min-width: 1px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .explore-contest-section .explore-category-section__right, .et_techgig .explore-contest-section .explore-category-section__right {
        width: 100%; } }
  .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0px !important; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid {
        grid-template-columns: repeat(2, 1fr); } }
    .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card {
      display: flex;
      gap: 15px;
      align-items: center; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card {
          flex-direction: column; } }
      .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card .icon, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card .icon {
        margin: 0px; }
        .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card .icon svg path, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card .icon svg path {
          fill: #ffffff; }
      .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4 {
        margin-top: 0px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #172435; }
      .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: rgba(23, 36, 53, 0.6); }
      .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4, .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p {
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4, .et_techmonk .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card h4, .et_techgig .explore-contest-section .explore-category-section__left .explore-category-section__categories-grid .category-card p {
            text-align: center; } }
  @media screen and (max-width: 1000px) {
    .et_techmonk .explore-contest-section .explore-category-section__container, .et_techgig .explore-contest-section .explore-category-section__container {
      flex-wrap: wrap; } }
  .et_techmonk .ai-challenges, .et_techgig .ai-challenges {
    padding: 0px;
    /* Mobile */ }
    .et_techmonk .ai-challenges .challenge-grid, .et_techgig .ai-challenges .challenge-grid {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(3, 1fr); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-challenges .challenge-grid, .et_techgig .ai-challenges .challenge-grid {
          grid-template-columns: repeat(1, 1fr); } }
      .et_techmonk .ai-challenges .challenge-grid .challenge-grid__empty-state, .et_techgig .ai-challenges .challenge-grid .challenge-grid__empty-state {
        grid-column: 1 / -1;
        text-align: center;
        padding: 24px 16px;
        border: 1px dashed rgba(23, 36, 53, 0.25);
        border-radius: 12px;
        background: #fff; }
        .et_techmonk .ai-challenges .challenge-grid .challenge-grid__empty-state p, .et_techgig .ai-challenges .challenge-grid .challenge-grid__empty-state p {
          margin: 0;
          font-size: 14px;
          font-weight: 500;
          color: rgba(23, 36, 53, 0.75); }
    .et_techmonk .ai-challenges .challenge-card, .et_techgig .ai-challenges .challenge-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.35s ease, box-shadow 0.35s ease; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-challenges .challenge-card, .et_techgig .ai-challenges .challenge-card {
          width: 100%; } }
      .et_techmonk .ai-challenges .challenge-card:hover, .et_techgig .ai-challenges .challenge-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1); }
        .et_techmonk .ai-challenges .challenge-card:hover .media img, .et_techgig .ai-challenges .challenge-card:hover .media img {
          transform: scale(1.03); }
        .et_techmonk .ai-challenges .challenge-card:hover .content h4, .et_techgig .ai-challenges .challenge-card:hover .content h4 {
          color: #e53935; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-challenges .challenge-card .footer, .et_techgig .ai-challenges .challenge-card .footer {
          padding-bottom: 0px !important; } }
    .et_techmonk .ai-challenges .media, .et_techgig .ai-challenges .media {
      position: relative;
      height: 220px;
      background: #f3f4f6; }
      .et_techmonk .ai-challenges .media .badge_label, .et_techgig .ai-challenges .media .badge_label {
        background: rgba(1, 1, 1, 0.8);
        position: absolute;
        top: 20px;
        color: white;
        padding: 6px 10px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        left: 20px;
        font-size: 13px; }
      .et_techmonk .ai-challenges .media img, .et_techgig .ai-challenges .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease; }
      .et_techmonk .ai-challenges .media .live, .et_techgig .ai-challenges .media .live {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 11px;
        font-weight: 600;
        padding: 4px 8px;
        border-radius: 12px;
        background: #fee2e2;
        color: #e53935;
        padding-left: 20px;
        z-index: 2; }
        .et_techmonk .ai-challenges .media .live::before, .et_techgig .ai-challenges .media .live::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 9px;
          width: 5px;
          height: 5px;
          background: #e53935;
          border-radius: 50px; }
    .et_techmonk .ai-challenges .content, .et_techgig .ai-challenges .content {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      position: relative; }
      .et_techmonk .ai-challenges .content .quiz-card__logo, .et_techgig .ai-challenges .content .quiz-card__logo {
        position: absolute;
        top: -50px;
        left: 20px;
        width: 70px;
        height: 70px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background: white;
        border: 1px solid rgba(23, 36, 53, 0.1);
        border-radius: 50%; }
      .et_techmonk .ai-challenges .content .current_users_count, .et_techgig .ai-challenges .content .current_users_count {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #172435; }
      .et_techmonk .ai-challenges .content .quiz-card__skills, .et_techgig .ai-challenges .content .quiz-card__skills {
        display: flex;
        gap: 8px;
        flex-wrap: wrap; }
        .et_techmonk .ai-challenges .content .quiz-card__skills span, .et_techgig .ai-challenges .content .quiz-card__skills span {
          border: 1px solid #e1e1e1;
          padding: 3px 10px 3px 13px;
          border-radius: 100px;
          font-size: 11px;
          color: rgba(23, 36, 53, 0.8);
          font-weight: 500;
          position: relative;
          background: #f3f4f7; }
      .et_techmonk .ai-challenges .content h4, .et_techgig .ai-challenges .content h4 {
        color: #101828;
        font-size: 1.15rem;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-decoration: none !important;
        min-height: 48px;
        font-family: "Inter", sans-serif; }
      .et_techmonk .ai-challenges .content p, .et_techgig .ai-challenges .content p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        color: rgba(23, 36, 53, 0.8);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .et_techmonk .ai-challenges .quiz-card__footer, .et_techgig .ai-challenges .quiz-card__footer {
      border-top: 1px solid rgba(56, 67, 97, 0.1);
      padding: 18px 20px;
      display: flex;
      justify-content: space-between; }
      .et_techmonk .ai-challenges .quiz-card__footer .current_users_count, .et_techgig .ai-challenges .quiz-card__footer .current_users_count {
        font-size: 14px;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px; }
      .et_techmonk .ai-challenges .quiz-card__footer .quiz-card__action_button, .et_techgig .ai-challenges .quiz-card__footer .quiz-card__action_button {
        background: transparent;
        border: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        color: #ed5155;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px; }
    .et_techmonk .ai-challenges .quiz-card__progress_bar, .et_techgig .ai-challenges .quiz-card__progress_bar {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 20px 15px;
      display: none; }
      .et_techmonk .ai-challenges .quiz-card__progress_bar .quiz-card__progress_track, .et_techgig .ai-challenges .quiz-card__progress_bar .quiz-card__progress_track {
        flex: 1;
        height: 7px;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #d9d9d9;
        border-radius: 100px; }
        .et_techmonk .ai-challenges .quiz-card__progress_bar .quiz-card__progress_track .quiz-card__progress_fill, .et_techgig .ai-challenges .quiz-card__progress_bar .quiz-card__progress_track .quiz-card__progress_fill {
          height: 100%;
          border-radius: 100px;
          background: #7069c8;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          transition: width 0.3s ease; }
      .et_techmonk .ai-challenges .quiz-card__progress_bar .quiz-card__progress_days, .et_techgig .ai-challenges .quiz-card__progress_bar .quiz-card__progress_days {
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #7069c8;
        white-space: nowrap; }
    .et_techmonk .ai-challenges .quiz-card__price_tag, .et_techgig .ai-challenges .quiz-card__price_tag {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: Montserrat;
      font-weight: 600;
      line-height: 100%;
      background: black;
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      border-radius: 100px;
      font-size: 13px;
      padding: 6px 12px !important; }
    .et_techmonk .ai-challenges .meta, .et_techgig .ai-challenges .meta {
      display: flex;
      gap: 14px;
      font-size: 12px;
      color: #6b7280;
      margin-bottom: 14px; }
      .et_techmonk .ai-challenges .meta span, .et_techgig .ai-challenges .meta span {
        display: flex;
        align-items: center;
        gap: 5px; }
        .et_techmonk .ai-challenges .meta span svg, .et_techgig .ai-challenges .meta span svg {
          width: 14px;
          height: 14px; }
          .et_techmonk .ai-challenges .meta span svg path, .et_techgig .ai-challenges .meta span svg path {
            fill: rgba(23, 36, 53, 0.8); }
    .et_techmonk .ai-challenges .footer, .et_techgig .ai-challenges .footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: rgba(23, 36, 53, 0.1) solid 1px;
      margin-top: 22px;
      padding-top: 22px; }
    .et_techmonk .ai-challenges .reward, .et_techgig .ai-challenges .reward {
      font-size: 13px;
      font-weight: 600;
      color: #16a34a;
      display: flex;
      align-items: center;
      gap: 8px; }
    .et_techmonk .ai-challenges .level, .et_techgig .ai-challenges .level {
      font-size: 11px;
      padding: 3px 8px;
      border-radius: 10px;
      font-weight: 500; }
      .et_techmonk .ai-challenges .level.medium, .et_techgig .ai-challenges .level.medium {
        background: #fef3c7;
        color: #92400e; }
      .et_techmonk .ai-challenges .level.hard, .et_techgig .ai-challenges .level.hard {
        background: #fee2e2;
        color: #e53935; }
    .et_techmonk .ai-challenges .join-btn, .et_techgig .ai-challenges .join-btn {
      background: #fff;
      border: 1px solid #e5e7eb;
      padding: 6px 14px;
      border-radius: 10px;
      font-size: 12px;
      font-weight: 600;
      color: #1f2937;
      cursor: pointer;
      transition: all 0.3s ease; }
      .et_techmonk .ai-challenges .join-btn:hover, .et_techgig .ai-challenges .join-btn:hover {
        background: #dc525d;
        color: #fff;
        border-color: #dc525d; }
    @media (max-width: 640px) {
      .et_techmonk .ai-challenges, .et_techgig .ai-challenges {
        padding: 0px; }
        .et_techmonk .ai-challenges .media, .et_techgig .ai-challenges .media {
          height: 220px;
          overflow: hidden; } }
    .et_techmonk .ai-challenges.two-column .challenge-grid .challenge-card, .et_techgig .ai-challenges.two-column .challenge-grid .challenge-card {
      width: 48.5%; }
      .et_techmonk .ai-challenges.two-column .challenge-grid .challenge-card .media, .et_techgig .ai-challenges.two-column .challenge-grid .challenge-card .media {
        height: 290px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .ai-challenges.two-column .challenge-grid .challenge-card, .et_techgig .ai-challenges.two-column .challenge-grid .challenge-card {
          width: 100%; } }
  .et_techmonk a.contest-view-all-btn, .et_techgig a.contest-view-all-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    color: #0e19ad;
    font-weight: 500;
    gap: 4px; }
    .et_techmonk a.contest-view-all-btn svg, .et_techgig a.contest-view-all-btn svg {
      fill: #0e19ad; }
  .et_techmonk .main-content:has(.contest-filter-drawer.is-open), .et_techgig .main-content:has(.contest-filter-drawer.is-open) {
    position: inherit !important; }
  .et_techmonk main#maincontent:has(.contest-filter-drawer.is-open), .et_techgig main#maincontent:has(.contest-filter-drawer.is-open) {
    position: inherit; }
  .et_techmonk section.contest-results-state[hidden], .et_techgig section.contest-results-state[hidden] {
    display: none; }
  .et_techmonk .contest-discovery-panel, .et_techgig .contest-discovery-panel {
    border-radius: 16px;
    background: #fff; }
    .et_techmonk .contest-discovery-panel__toolbar, .et_techgig .contest-discovery-panel__toolbar {
      display: flex;
      gap: 12px;
      align-items: center; }
    .et_techmonk .contest-discovery-panel__search, .et_techgig .contest-discovery-panel__search {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 10px;
      border: 1px solid #dfdfdf;
      border-radius: 999px;
      padding: 0 14px;
      min-height: 48px;
      margin-bottom: 0; }
      .et_techmonk .contest-discovery-panel__search-icon, .et_techgig .contest-discovery-panel__search-icon {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .et_techmonk .contest-discovery-panel__search-icon svg, .et_techgig .contest-discovery-panel__search-icon svg {
          width: 18px;
          height: 18px;
          fill: rgba(23, 36, 53, 0.7); }
      .et_techmonk .contest-discovery-panel__search input, .et_techgig .contest-discovery-panel__search input {
        border: 0;
        outline: none;
        width: 100%;
        background: transparent;
        color: #172435;
        font-size: 15px;
        font-weight: 500; }
    .et_techmonk .contest-discovery-panel__filter-btn, .et_techgig .contest-discovery-panel__filter-btn {
      border: 1px solid #dfdfdf;
      border-radius: 999px;
      background: #fff;
      min-height: 48px;
      padding: 0 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      color: #172435; }
      .et_techmonk .contest-discovery-panel__filter-btn svg, .et_techgig .contest-discovery-panel__filter-btn svg {
        width: 16px;
        height: 16px;
        fill: rgba(23, 36, 53, 0.8); }
    .et_techmonk .contest-discovery-panel__categories, .et_techgig .contest-discovery-panel__categories {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
      margin-top: 14px;
      margin-bottom: 20px; }
      .et_techmonk .contest-discovery-panel__categories button, .et_techgig .contest-discovery-panel__categories button {
        border: 1px solid #e3e3e3;
        border-radius: 6px;
        background: #fff;
        padding: 12px;
        min-height: 82px;
        text-align: left;
        color: #172435;
        transition: all 0.25s ease;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        font-family: "Inter", sans-serif; }
        .et_techmonk .contest-discovery-panel__categories button .label-wrap, .et_techgig .contest-discovery-panel__categories button .label-wrap {
          display: flex;
          flex-direction: column;
          gap: 6px;
          min-width: 0; }
        .et_techmonk .contest-discovery-panel__categories button .title, .et_techgig .contest-discovery-panel__categories button .title {
          font-size: 14.5px;
          font-weight: 700;
          line-height: 1.15;
          color: #172435; }
        .et_techmonk .contest-discovery-panel__categories button svg, .et_techgig .contest-discovery-panel__categories button svg {
          width: 24px;
          height: 24px;
          min-width: 20px; }
        .et_techmonk .contest-discovery-panel__categories button .desc, .et_techgig .contest-discovery-panel__categories button .desc {
          font-size: 12px;
          font-weight: 500;
          line-height: 1.25;
          color: rgba(23, 36, 53, 0.65); }
        .et_techmonk .contest-discovery-panel__categories button .icon, .et_techgig .contest-discovery-panel__categories button .icon {
          font-size: 20px;
          line-height: 1;
          color: rgba(23, 36, 53, 0.9);
          flex: 0 0 auto;
          margin-top: 2px; }
        .et_techmonk .contest-discovery-panel__categories button.is-active, .et_techmonk .contest-discovery-panel__categories button:hover, .et_techgig .contest-discovery-panel__categories button.is-active, .et_techgig .contest-discovery-panel__categories button:hover {
          border-color: rgba(23, 36, 53, 0.35);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); }
    .et_techmonk .contest-discovery-panel.is-condensed .contest-discovery-panel__categories, .et_techgig .contest-discovery-panel.is-condensed .contest-discovery-panel__categories {
      display: none; }
  .et_techmonk .contest-results-state, .et_techgig .contest-results-state {
    margin-bottom: 14px; }
    .et_techmonk .contest-results-state__chip-row, .et_techgig .contest-results-state__chip-row {
      margin-bottom: 12px;
      margin-top: 12px; }
    .et_techmonk .contest-results-state__chip, .et_techgig .contest-results-state__chip {
      border: 0;
      background: #efefef;
      border-radius: 999px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: rgba(23, 36, 53, 0.9); }
    .et_techmonk .contest-results-state__toolbar, .et_techgig .contest-results-state__toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .et_techmonk .contest-results-state__toolbar h3, .et_techgig .contest-results-state__toolbar h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.1;
        color: #172435;
        font-family: "Inter", sans-serif; }
    .et_techmonk .contest-results-state__toolbar-right, .et_techgig .contest-results-state__toolbar-right {
      display: flex;
      align-items: center;
      gap: 12px; }
    .et_techmonk .contest-results-state__sort, .et_techgig .contest-results-state__sort {
      border: 0;
      background: transparent;
      color: rgba(23, 36, 53, 0.85);
      font-size: 14px;
      font-weight: 600; }
    .et_techmonk .contest-results-state__view-toggle, .et_techgig .contest-results-state__view-toggle {
      display: inline-flex;
      align-items: center;
      border: 1px solid #e1e1e1;
      border-radius: 12px;
      overflow: hidden; }
      .et_techmonk .contest-results-state__view-toggle button, .et_techgig .contest-results-state__view-toggle button {
        border: 0;
        background: #fff;
        width: 38px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(23, 36, 53, 0.7); }
        .et_techmonk .contest-results-state__view-toggle button.is-active, .et_techgig .contest-results-state__view-toggle button.is-active {
          background: #f4f4f4;
          color: #172435; }
  .et_techmonk .contest-filter-drawer, .et_techgig .contest-filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none; }
    .et_techmonk .contest-filter-drawer__overlay, .et_techgig .contest-filter-drawer__overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
      opacity: 0;
      transition: opacity 0.25s ease; }
    .et_techmonk .contest-filter-drawer__panel, .et_techgig .contest-filter-drawer__panel {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      max-width: 420px;
      height: 95dvh;
      background: #fff;
      padding: 20px;
      transform: translateX(100%);
      transition: transform 0.28s ease;
      display: flex;
      flex-direction: column;
      box-shadow: -10px 0 30px rgba(0, 0, 0, 0.14); }
    .et_techmonk .contest-filter-drawer__head, .et_techgig .contest-filter-drawer__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px; }
      .et_techmonk .contest-filter-drawer__head h3, .et_techgig .contest-filter-drawer__head h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        color: #172435;
        font-family: "Inter", sans-serif; }
      .et_techmonk .contest-filter-drawer__head button, .et_techgig .contest-filter-drawer__head button {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #dfdfdf;
        background: #fff;
        font-size: 24px;
        line-height: 1;
        padding: 0;
        color: rgba(23, 36, 53, 0.7); }
    .et_techmonk .contest-filter-drawer__body, .et_techgig .contest-filter-drawer__body {
      overflow: auto;
      padding-right: 4px;
      flex: 1; }
    .et_techmonk .contest-filter-drawer__section + .contest-filter-drawer__section, .et_techgig .contest-filter-drawer__section + .contest-filter-drawer__section {
      margin-top: 20px; }
    .et_techmonk .contest-filter-drawer__section h4, .et_techgig .contest-filter-drawer__section h4 {
      margin: 0 0 10px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(23, 36, 53, 0.65);
      font-weight: 700;
      font-family: "Inter", sans-serif; }
    .et_techmonk .contest-filter-drawer__search, .et_techgig .contest-filter-drawer__search {
      border: 1px solid #dfdfdf;
      border-radius: 999px;
      min-height: 44px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 12px; }
      .et_techmonk .contest-filter-drawer__search svg, .et_techgig .contest-filter-drawer__search svg {
        width: 16px;
        height: 16px;
        fill: rgba(23, 36, 53, 0.65); }
      .et_techmonk .contest-filter-drawer__search input, .et_techgig .contest-filter-drawer__search input {
        border: 0;
        outline: 0;
        width: 100%;
        font-size: 14px;
        background: transparent; }
    .et_techmonk .contest-filter-drawer__chips, .et_techgig .contest-filter-drawer__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .et_techmonk .contest-filter-drawer__chips button, .et_techgig .contest-filter-drawer__chips button {
        border: 1px solid #e3e3e3;
        border-radius: 999px;
        background: #fff;
        padding: 7px 14px;
        font-size: 13px;
        font-weight: 500;
        color: #172435; }
    .et_techmonk .contest-filter-drawer__footer, .et_techgig .contest-filter-drawer__footer {
      border-top: 1px solid #ececec;
      margin-top: 14px;
      padding-top: 14px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px; }
      .et_techmonk .contest-filter-drawer__footer .clear-btn, .et_techgig .contest-filter-drawer__footer .clear-btn {
        border: 0;
        background: transparent;
        color: rgba(23, 36, 53, 0.8);
        font-weight: 600;
        padding: 8px 10px; }
      .et_techmonk .contest-filter-drawer__footer .done-btn, .et_techgig .contest-filter-drawer__footer .done-btn {
        border: 0;
        background: #172435;
        color: #fff;
        border-radius: 999px;
        padding: 9px 18px;
        font-weight: 600; }
    .et_techmonk .contest-filter-drawer.is-open, .et_techgig .contest-filter-drawer.is-open {
      pointer-events: auto; }
      .et_techmonk .contest-filter-drawer.is-open .contest-filter-drawer__overlay, .et_techgig .contest-filter-drawer.is-open .contest-filter-drawer__overlay {
        opacity: 1; }
      .et_techmonk .contest-filter-drawer.is-open .contest-filter-drawer__panel, .et_techgig .contest-filter-drawer.is-open .contest-filter-drawer__panel {
        transform: translateX(0); }
  .et_techmonk .ai-challenges.is-list-view .challenge-grid, .et_techgig .ai-challenges.is-list-view .challenge-grid {
    display: block; }
  .et_techmonk .ai-challenges.is-list-view .challenge-card, .et_techgig .ai-challenges.is-list-view .challenge-card {
    display: flex;
    align-items: stretch;
    background: #fdfcfc;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a; }
    .et_techmonk .ai-challenges.is-list-view .challenge-card .media, .et_techgig .ai-challenges.is-list-view .challenge-card .media {
      width: 120px !important;
      min-width: 120px !important;
      height: 100px !important;
      border-radius: 8px;
      overflow: hidden; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .media .quiz-card__price_tag, .et_techgig .ai-challenges.is-list-view .challenge-card .media .quiz-card__price_tag {
        display: none; }
    .et_techmonk .ai-challenges.is-list-view .challenge-card .content, .et_techgig .ai-challenges.is-list-view .challenge-card .content {
      width: 100%;
      padding: 0 16px;
      gap: 10px; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .content h4, .et_techgig .ai-challenges.is-list-view .challenge-card .content h4 {
        min-height: 0;
        font-size: 16px;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        line-clamp: 1; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .content p, .et_techgig .ai-challenges.is-list-view .challenge-card .content p {
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 1;
        margin: 0; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .content .quiz-card__date, .et_techgig .ai-challenges.is-list-view .challenge-card .content .quiz-card__date {
        border: 0 !important;
        padding: 0; }
        .et_techmonk .ai-challenges.is-list-view .challenge-card .content .quiz-card__date span.quiz-card__date_text.quiz-card__date_text_end, .et_techgig .ai-challenges.is-list-view .challenge-card .content .quiz-card__date span.quiz-card__date_text.quiz-card__date_text_end {
          color: black !important; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .content .quiz-card__skills, .et_techgig .ai-challenges.is-list-view .challenge-card .content .quiz-card__skills {
        display: none; }
    .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer {
      width: 220px;
      min-width: 220px;
      border-top: 0;
      border-left: 1px solid #ececec;
      margin-left: 8px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      gap: 10px;
      position: relative;
      justify-content: space-between;
      padding: 0px; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button {
        background: transparent;
        padding: 7px 30px;
        border-radius: 8px;
        border: 1px solid #757575;
        color: #2f2e2e;
        font-size: 14px !important;
        transition: all 0.3s ease; }
        .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button img, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button img {
          width: 15px;
          display: none !important; }
        .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button:hover, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button:hover {
          background: black;
          color: #fff; }
        .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button img, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer button.quiz-card__action_button img {
          filter: brightness(0.5); }
    .et_techmonk .ai-challenges.is-list-view .challenge-card:hover, .et_techgig .ai-challenges.is-list-view .challenge-card:hover {
      transform: none; }
  @media screen and (max-width: 1000px) {
    .et_techmonk .contest-discovery-panel, .et_techgig .contest-discovery-panel {
      padding: 12px; }
      .et_techmonk .contest-discovery-panel__toolbar, .et_techgig .contest-discovery-panel__toolbar {
        gap: 8px; }
      .et_techmonk .contest-discovery-panel__filter-btn, .et_techgig .contest-discovery-panel__filter-btn {
        min-height: 44px;
        padding: 0 12px; }
      .et_techmonk .contest-discovery-panel__search, .et_techgig .contest-discovery-panel__search {
        min-height: 44px; }
      .et_techmonk .contest-discovery-panel__categories, .et_techgig .contest-discovery-panel__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .et_techmonk .contest-results-state__toolbar, .et_techgig .contest-results-state__toolbar {
      align-items: flex-start;
      gap: 8px;
      flex-direction: column; }
      .et_techmonk .contest-results-state__toolbar h3, .et_techgig .contest-results-state__toolbar h3 {
        font-size: 24px; }
    .et_techmonk .ai-challenges.is-list-view .challenge-card, .et_techgig .ai-challenges.is-list-view .challenge-card {
      display: block; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .media, .et_techgig .ai-challenges.is-list-view .challenge-card .media {
        width: 100%;
        min-width: 0;
        height: 220px; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .content, .et_techgig .ai-challenges.is-list-view .challenge-card .content {
        padding: 16px 0 0; }
        .et_techmonk .ai-challenges.is-list-view .challenge-card .content h4, .et_techgig .ai-challenges.is-list-view .challenge-card .content h4 {
          font-size: 22px; }
      .et_techmonk .ai-challenges.is-list-view .challenge-card .quiz-card__footer, .et_techgig .ai-challenges.is-list-view .challenge-card .quiz-card__footer {
        width: 100%;
        min-width: 0;
        border-left: 0;
        border-top: 1px solid #ececec;
        margin-left: 0;
        margin-top: 10px;
        align-items: flex-start;
        padding: 14px 0 4px; } }
  .et_techmonk .bottom_sticky_section .latest_events_section, .et_techgig .bottom_sticky_section .latest_events_section {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    padding: 20px 32px;
    position: relative;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    margin-top: 22px;
    gap: 20px;
    position: relative; }
    .et_techmonk .bottom_sticky_section .latest_events_section__left, .et_techgig .bottom_sticky_section .latest_events_section__left {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .et_techmonk .bottom_sticky_section .latest_events_section__left__top, .et_techgig .bottom_sticky_section .latest_events_section__left__top {
        color: #6b7280;
        font-size: 12px;
        display: flex;
        gap: 10px; }
        .et_techmonk .bottom_sticky_section .latest_events_section__left__top span + span, .et_techgig .bottom_sticky_section .latest_events_section__left__top span + span {
          position: relative;
          padding-left: 15px; }
          .et_techmonk .bottom_sticky_section .latest_events_section__left__top span + span::before, .et_techgig .bottom_sticky_section .latest_events_section__left__top span + span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background: #6b7280;
            border-radius: 50%; }
      .et_techmonk .bottom_sticky_section .latest_events_section__left h3, .et_techgig .bottom_sticky_section .latest_events_section__left h3 {
        color: #172435;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        /**1 line clamp*/
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media screen and (max-width: 1400px) {
          .et_techmonk .bottom_sticky_section .latest_events_section__left h3, .et_techgig .bottom_sticky_section .latest_events_section__left h3 {
            font-size: 16px; } }
    .et_techmonk .bottom_sticky_section .latest_events_section__right, .et_techgig .bottom_sticky_section .latest_events_section__right {
      display: flex;
      gap: 10px;
      align-items: center; }
      .et_techmonk .bottom_sticky_section .latest_events_section__right .free.btn, .et_techgig .bottom_sticky_section .latest_events_section__right .free.btn {
        background: #ffffff;
        font-weight: 700;
        color: #333;
        border-color: #c3c3c3;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        min-width: 40px; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .bottom_sticky_section .latest_events_section__right .free.btn, .et_techgig .bottom_sticky_section .latest_events_section__right .free.btn {
            display: none; } }
      .et_techmonk .bottom_sticky_section .latest_events_section__right .upload_btn, .et_techgig .bottom_sticky_section .latest_events_section__right .upload_btn {
        background: #fff;
        color: #172435;
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
        background-image: linear-gradient(180deg, #f0e6f9, #fff5ff);
        width: 25px;
        height: 25px;
        min-width: 25px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #eee7f5; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .bottom_sticky_section .latest_events_section__right .upload_btn, .et_techgig .bottom_sticky_section .latest_events_section__right .upload_btn {
            display: none; } }
      .et_techmonk .bottom_sticky_section .latest_events_section__right .btn, .et_techgig .bottom_sticky_section .latest_events_section__right .btn {
        font-weight: 600;
        min-width: 90px;
        text-align: center;
        justify-content: center; }
    .et_techmonk .bottom_sticky_section .latest_events_section .arrow_indicator, .et_techgig .bottom_sticky_section .latest_events_section .arrow_indicator {
      position: absolute;
      right: -30px;
      top: 36px; }
      .et_techmonk .bottom_sticky_section .latest_events_section .arrow_indicator img, .et_techgig .bottom_sticky_section .latest_events_section .arrow_indicator img {
        width: auto;
        height: 50px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk .bottom_sticky_section .latest_events_section .arrow_indicator, .et_techgig .bottom_sticky_section .latest_events_section .arrow_indicator {
          right: -20px;
          top: 34px; }
          .et_techmonk .bottom_sticky_section .latest_events_section .arrow_indicator img, .et_techgig .bottom_sticky_section .latest_events_section .arrow_indicator img {
            width: auto;
            height: 40px; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk .bottom_sticky_section .latest_events_section, .et_techgig .bottom_sticky_section .latest_events_section {
        padding: 17px 28px 17px 20px; } }
  @media screen and (max-width: 1000px) {
    .et_techmonk.win-scroll-up div#bottomStickySection, .et_techgig.win-scroll-up div#bottomStickySection {
      bottom: 90px !important; } }
  .et_techmonk .meetup-details-section, .et_techgig .meetup-details-section {
    overflow: hidden; }
    .et_techmonk .meetup-details-section .meetup-details-bg, .et_techgig .meetup-details-section .meetup-details-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top center;
      margin-top: 0px;
      opacity: 0.3; }
    .et_techmonk .meetup-details-section .container, .et_techgig .meetup-details-section .container {
      position: relative;
      z-index: 1; }
    .et_techmonk .meetup-details-section .meetup-details-content, .et_techgig .meetup-details-section .meetup-details-content {
      padding-bottom: 60px;
      /* LEFT */
      /* RIGHT */ }
      .et_techmonk .meetup-details-section .meetup-details-content .layout, .et_techgig .meetup-details-section .meetup-details-content .layout {
        display: grid;
        grid-template-columns: 1fr 360px;
        gap: 24px;
        align-items: start; }
        @media (max-width: 1024px) {
          .et_techmonk .meetup-details-section .meetup-details-content .layout, .et_techgig .meetup-details-section .meetup-details-content .layout {
            grid-template-columns: 1fr; } }
        .et_techmonk .meetup-details-section .meetup-details-content .layout main, .et_techgig .meetup-details-section .meetup-details-content .layout main {
          padding-top: 0px; }
          @media screen and (max-width: 1000px) {
            .et_techmonk .meetup-details-section .meetup-details-content .layout main, .et_techgig .meetup-details-section .meetup-details-content .layout main {
              margin-top: 0px; } }
      .et_techmonk .meetup-details-section .meetup-details-content .hero, .et_techgig .meetup-details-section .meetup-details-content .hero {
        padding: 0px 0 0px;
        margin-top: 0px; }
        .et_techmonk .meetup-details-section .meetup-details-content .hero__title, .et_techgig .meetup-details-section .meetup-details-content .hero__title {
          font-size: 32px;
          line-height: 1.15;
          margin: 0 0 22px;
          letter-spacing: -0.02em;
          color: #1f2937; }
          @media (max-width: 640px) {
            .et_techmonk .meetup-details-section .meetup-details-content .hero__title, .et_techgig .meetup-details-section .meetup-details-content .hero__title {
              font-size: 26px; } }
        .et_techmonk .meetup-details-section .meetup-details-content .hero__meta, .et_techgig .meetup-details-section .meetup-details-content .hero__meta {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-bottom: 34px; }
      .et_techmonk .meetup-details-section .meetup-details-content .host, .et_techgig .meetup-details-section .meetup-details-content .host {
        display: flex;
        align-items: center;
        gap: 10px; }
        .et_techmonk .meetup-details-section .meetup-details-content .host__avatars, .et_techgig .meetup-details-section .meetup-details-content .host__avatars {
          display: flex;
          align-items: center; }
        .et_techmonk .meetup-details-section .meetup-details-content .host__text, .et_techgig .meetup-details-section .meetup-details-content .host__text {
          display: flex;
          line-height: 1.1;
          align-items: center;
          gap: 6px;
          font-size: 16px;
          font-style: normal;
          font-weight: 400; }
        .et_techmonk .meetup-details-section .meetup-details-content .host__label, .et_techgig .meetup-details-section .meetup-details-content .host__label {
          color: #172435; }
        .et_techmonk .meetup-details-section .meetup-details-content .host__name, .et_techgig .meetup-details-section .meetup-details-content .host__name {
          font-weight: 600;
          color: #172435;
          margin-top: 3px; }
      .et_techmonk .meetup-details-section .meetup-details-content .avatar, .et_techgig .meetup-details-section .meetup-details-content .avatar {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        border: 2px solid #ffffff;
        object-fit: cover;
        box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1); }
        .et_techmonk .meetup-details-section .meetup-details-content .avatar--stack + --stack, .et_techgig .meetup-details-section .meetup-details-content .avatar--stack + --stack {
          margin-left: -10px; }
      .et_techmonk .meetup-details-section .meetup-details-content .meetup-card, .et_techgig .meetup-details-section .meetup-details-content .meetup-card {
        padding: 12px;
        display: grid;
        grid-template-columns: 162px 1fr;
        gap: 26px;
        align-items: center;
        border-radius: 10px;
        border: 1px solid rgba(23, 36, 53, 0.1);
        background: #FFF; }
        @media screen and (max-width: 1000px) {
          .et_techmonk .meetup-details-section .meetup-details-content .meetup-card, .et_techgig .meetup-details-section .meetup-details-content .meetup-card {
            grid-template-columns: 1fr;
            gap: 10px;
            padding: 0px;
            border: none; } }
        .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__thumb, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__thumb {
          width: 162px;
          height: 77px;
          border-radius: 10px;
          overflow: hidden;
          border: 1px solid #e5e7eb; }
          .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__thumb img, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__title, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__title {
          color: #172435;
          margin-bottom: 6px;
          font-size: 20px;
          font-style: normal;
          font-weight: 600; }
        .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__rating, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__rating {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
          color: #6b7280; }
        .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__score, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__score {
          font-weight: 700;
          color: rgba(23, 36, 53, 0.7); }
        .et_techmonk .meetup-details-section .meetup-details-content .meetup-card__reviews, .et_techgig .meetup-details-section .meetup-details-content .meetup-card__reviews {
          color: rgba(23, 36, 53, 0.5); }
      .et_techmonk .meetup-details-section .meetup-details-content .stars, .et_techgig .meetup-details-section .meetup-details-content .stars {
        display: inline-flex;
        gap: 2px;
        transform: translateY(-1px); }
      .et_techmonk .meetup-details-section .meetup-details-content .star, .et_techgig .meetup-details-section .meetup-details-content .star {
        font-size: 14px;
        line-height: 1;
        color: #d1d5db;
        /* simple “half” effect */ }
        .et_techmonk .meetup-details-section .meetup-details-content .star--on, .et_techgig .meetup-details-section .meetup-details-content .star--on {
          color: #f59e0b; }
        .et_techmonk .meetup-details-section .meetup-details-content .star--half, .et_techgig .meetup-details-section .meetup-details-content .star--half {
          color: #f59e0b;
          position: relative;
          overflow: hidden; }
          .et_techmonk .meetup-details-section .meetup-details-content .star--half::after, .et_techgig .meetup-details-section .meetup-details-content .star--half::after {
            content: "★";
            position: absolute;
            left: 50%;
            top: 0;
            width: 50%;
            height: 100%;
            color: #d1d5db; }
      .et_techmonk .meetup-details-section .meetup-details-content .section, .et_techgig .meetup-details-section .meetup-details-content .section {
        padding: 0;
        margin-top: 47px; }
        .et_techmonk .meetup-details-section .meetup-details-content .section__title, .et_techgig .meetup-details-section .meetup-details-content .section__title {
          margin: 0 0 16px;
          color: #172435;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 28px; }
        .et_techmonk .meetup-details-section .meetup-details-content .section__subtitle, .et_techgig .meetup-details-section .meetup-details-content .section__subtitle {
          margin: 36px 0 16px;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 28px;
          color: #172435; }
        .et_techmonk .meetup-details-section .meetup-details-content .section__text, .et_techgig .meetup-details-section .meetup-details-content .section__text {
          margin: 0 0 0px;
          color: rgba(25, 29, 39, 0.8);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px; }
          .et_techmonk .meetup-details-section .meetup-details-content .section__text strong, .et_techgig .meetup-details-section .meetup-details-content .section__text strong {
            font-weight: 600; }
      .et_techmonk .meetup-details-section .meetup-details-content .link, .et_techgig .meetup-details-section .meetup-details-content .link {
        display: inline-flex;
        gap: 8px;
        align-items: center;
        font-weight: 700;
        font-size: 13px;
        color: #e53935;
        text-decoration: underline;
        margin-top: 13px; }
        .et_techmonk .meetup-details-section .meetup-details-content .link:hover, .et_techgig .meetup-details-section .meetup-details-content .link:hover {
          text-decoration: underline; }
      .et_techmonk .meetup-details-section .meetup-details-content .map, .et_techgig .meetup-details-section .meetup-details-content .map {
        margin-top: 40px; }
        .et_techmonk .meetup-details-section .meetup-details-content .map__header, .et_techgig .meetup-details-section .meetup-details-content .map__header {
          padding: 0 2px 12px; }
        .et_techmonk .meetup-details-section .meetup-details-content .map .section__title, .et_techgig .meetup-details-section .meetup-details-content .map .section__title {
          margin-bottom: 6px;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 28px; }
        .et_techmonk .meetup-details-section .meetup-details-content .map__hint, .et_techgig .meetup-details-section .meetup-details-content .map__hint {
          color: rgba(23, 36, 53, 0.6);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px; }
        .et_techmonk .meetup-details-section .meetup-details-content .map__frame, .et_techgig .meetup-details-section .meetup-details-content .map__frame {
          border-radius: 10px;
          border: 1px solid rgba(23, 36, 53, 0.1);
          overflow: hidden;
          margin-top: 20px; }
          .et_techmonk .meetup-details-section .meetup-details-content .map__frame iframe, .et_techgig .meetup-details-section .meetup-details-content .map__frame iframe {
            overflow: hidden;
            height: 200px; }
          .et_techmonk .meetup-details-section .meetup-details-content .map__frame img, .et_techgig .meetup-details-section .meetup-details-content .map__frame img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .et_techmonk .meetup-details-section .meetup-details-content .attendees, .et_techgig .meetup-details-section .meetup-details-content .attendees {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        padding: 20px 20px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06); }
        @media (max-width: 860px) {
          .et_techmonk .meetup-details-section .meetup-details-content .attendees, .et_techgig .meetup-details-section .meetup-details-content .attendees {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        @media (max-width: 420px) {
          .et_techmonk .meetup-details-section .meetup-details-content .attendees, .et_techgig .meetup-details-section .meetup-details-content .attendees {
            grid-template-columns: 1fr; } }
      .et_techmonk .meetup-details-section .meetup-details-content .person, .et_techgig .meetup-details-section .meetup-details-content .person {
        padding: 12px;
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
        background: #F7F7F8;
        flex-direction: column; }
        .et_techmonk .meetup-details-section .meetup-details-content .person__avatar, .et_techgig .meetup-details-section .meetup-details-content .person__avatar {
          width: 80px;
          height: 80px;
          border-radius: 999px;
          position: relative;
          border: 1px solid #e5e7eb; }
          .et_techmonk .meetup-details-section .meetup-details-content .person__avatar img, .et_techgig .meetup-details-section .meetup-details-content .person__avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            width: 80px;
            height: 80px;
            border-radius: 50px; }
        .et_techmonk .meetup-details-section .meetup-details-content .person__avatar--ghost, .et_techgig .meetup-details-section .meetup-details-content .person__avatar--ghost {
          display: grid;
          place-items: center;
          background: #e53935;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          border-style: dashed; }
        .et_techmonk .meetup-details-section .meetup-details-content .person__info, .et_techgig .meetup-details-section .meetup-details-content .person__info {
          min-width: 0;
          margin-top: 5px; }
        .et_techmonk .meetup-details-section .meetup-details-content .person__name, .et_techgig .meetup-details-section .meetup-details-content .person__name {
          color: #172435;
          white-space: nowrap;
          overflow: hidden;
          text-decoration: none !important;
          /**line clamp 2 */
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px; }
          .et_techmonk .meetup-details-section .meetup-details-content .person__name:hover, .et_techgig .meetup-details-section .meetup-details-content .person__name:hover {
            text-decoration: none !important;
            color: #e53935 !important; }
        .et_techmonk .meetup-details-section .meetup-details-content .person__role, .et_techgig .meetup-details-section .meetup-details-content .person__role {
          margin-top: 3px;
          font-size: 12px;
          color: #6b7280; }
        .et_techmonk .meetup-details-section .meetup-details-content .person:hover, .et_techgig .meetup-details-section .meetup-details-content .person:hover {
          box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
          transform: translateY(-2px);
          transition: transform 140ms ease, box-shadow 140ms ease; }
      .et_techmonk .meetup-details-section .meetup-details-content .badge, .et_techgig .meetup-details-section .meetup-details-content .badge {
        position: absolute;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%);
        padding: 4px 10px;
        border-radius: 10px;
        border: 1px solid #FFF;
        background: #EAEBF6;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #606ED1; }
      .et_techmonk .meetup-details-section .meetup-details-content .ghost, .et_techgig .meetup-details-section .meetup-details-content .ghost {
        font-weight: 700;
        color: #fff;
        font-size: 18px; }
      .et_techmonk .meetup-details-section .meetup-details-content .photos, .et_techgig .meetup-details-section .meetup-details-content .photos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px; }
        @media (max-width: 860px) {
          .et_techmonk .meetup-details-section .meetup-details-content .photos, .et_techgig .meetup-details-section .meetup-details-content .photos {
            grid-template-columns: 1fr; } }
      .et_techmonk .meetup-details-section .meetup-details-content .photo, .et_techgig .meetup-details-section .meetup-details-content .photo {
        border-radius: 16px;
        overflow: hidden;
        /*  border: 1px solid $border;
  background: #fff;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06); */
        transition: transform 140ms ease, box-shadow 140ms ease; }
        .et_techmonk .meetup-details-section .meetup-details-content .photo img, .et_techgig .meetup-details-section .meetup-details-content .photo img {
          width: 100%;
          height: 194px;
          object-fit: cover; }
          @media (max-width: 860px) {
            .et_techmonk .meetup-details-section .meetup-details-content .photo img, .et_techgig .meetup-details-section .meetup-details-content .photo img {
              height: 200px; } }
        .et_techmonk .meetup-details-section .meetup-details-content .photo:hover, .et_techgig .meetup-details-section .meetup-details-content .photo:hover {
          transform: translateY(-2px);
          /*   box-shadow: 0 14px 28px rgba(17, 24, 39, 0.09); */ }
      .et_techmonk .meetup-details-section .meetup-details-content .topics, .et_techgig .meetup-details-section .meetup-details-content .topics {
        margin-top: 18px; }
        .et_techmonk .meetup-details-section .meetup-details-content .topics__title, .et_techgig .meetup-details-section .meetup-details-content .topics__title {
          margin: 0 0 10px;
          font-size: 14px;
          font-weight: 900;
          color: #172435; }
      .et_techmonk .meetup-details-section .meetup-details-content .chips, .et_techgig .meetup-details-section .meetup-details-content .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
      .et_techmonk .meetup-details-section .meetup-details-content .chip, .et_techgig .meetup-details-section .meetup-details-content .chip {
        background: #fff;
        border-radius: 100px;
        border: 1px solid #E1E1E1;
        background: #FFF;
        padding: 9px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #172435;
        transition: all 0.3s ease; }
        .et_techmonk .meetup-details-section .meetup-details-content .chip:hover, .et_techgig .meetup-details-section .meetup-details-content .chip:hover {
          text-decoration: none !important;
          color: #e53935 !important;
          border-color: #e53935 !important;
          background: rgba(239, 68, 68, 0.05) !important; }
      .et_techmonk .meetup-details-section .meetup-details-content .sticky, .et_techgig .meetup-details-section .meetup-details-content .sticky {
        position: sticky;
        top: 18px;
        display: grid;
        gap: 14px; }
        @media (max-width: 1024px) {
          .et_techmonk .meetup-details-section .meetup-details-content .sticky, .et_techgig .meetup-details-section .meetup-details-content .sticky {
            position: static; } }
      .et_techmonk .meetup-details-section .meetup-details-content .poster, .et_techgig .meetup-details-section .meetup-details-content .poster {
        /* border-radius: 18px;
  overflow: hidden;
  box-shadow: $shadow;
  border: 1px solid rgba(123, 63, 228, 0.22); */ }
        .et_techmonk .meetup-details-section .meetup-details-content .poster img, .et_techgig .meetup-details-section .meetup-details-content .poster img {
          height: auto; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__bg, .et_techgig .meetup-details-section .meetup-details-content .poster__bg {
          position: relative;
          padding: 18px;
          min-height: 160px;
          background: radial-gradient(1200px 220px at 10% 0%, rgba(255, 255, 255, 0.6), transparent 52%), linear-gradient(135deg, rgba(123, 63, 228, 0.95), rgba(59, 130, 246, 0.6)); }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__content, .et_techgig .meetup-details-section .meetup-details-content .poster__content {
          position: relative;
          z-index: 2;
          color: #fff;
          max-width: 250px; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__title, .et_techgig .meetup-details-section .meetup-details-content .poster__title {
          font-weight: 900;
          font-size: 22px;
          letter-spacing: -0.02em; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__subtitle, .et_techgig .meetup-details-section .meetup-details-content .poster__subtitle {
          margin-top: 3px;
          font-size: 18px;
          opacity: 0.95;
          font-weight: 700; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__meta, .et_techgig .meetup-details-section .meetup-details-content .poster__meta {
          margin-top: 14px;
          display: grid;
          gap: 8px;
          font-size: 13px; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__meta-row, .et_techgig .meetup-details-section .meetup-details-content .poster__meta-row {
          display: flex;
          gap: 10px;
          align-items: center; }
          .et_techmonk .meetup-details-section .meetup-details-content .poster__meta-row .ico, .et_techgig .meetup-details-section .meetup-details-content .poster__meta-row .ico {
            width: 18px;
            text-align: center; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__tags, .et_techgig .meetup-details-section .meetup-details-content .poster__tags {
          margin-top: 12px;
          font-size: 11px;
          opacity: 0.9;
          font-weight: 600; }
        .et_techmonk .meetup-details-section .meetup-details-content .poster__orb, .et_techgig .meetup-details-section .meetup-details-content .poster__orb {
          position: absolute;
          right: -22px;
          top: 50%;
          transform: translateY(-50%);
          width: 120px;
          height: 120px;
          border-radius: 999px;
          background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0) 70%), radial-gradient(circle at 70% 60%, rgba(239, 68, 68, 0.55), rgba(123, 63, 228, 0) 60%);
          filter: blur(0.2px);
          opacity: 0.95; }
      .et_techmonk .meetup-details-section .meetup-details-content .sponsor, .et_techgig .meetup-details-section .meetup-details-content .sponsor {
        padding: 14px;
        display: flex;
        align-items: center;
        gap: 12px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06); }
        .et_techmonk .meetup-details-section .meetup-details-content .sponsor__meta, .et_techgig .meetup-details-section .meetup-details-content .sponsor__meta {
          line-height: 1.2; }
        .et_techmonk .meetup-details-section .meetup-details-content .sponsor__name, .et_techgig .meetup-details-section .meetup-details-content .sponsor__name {
          font-weight: 700;
          color: #172435; }
        .et_techmonk .meetup-details-section .meetup-details-content .sponsor__sub, .et_techgig .meetup-details-section .meetup-details-content .sponsor__sub {
          margin-top: 2px;
          font-size: 12px;
          color: #6b7280; }
      .et_techmonk .meetup-details-section .meetup-details-content .ms, .et_techgig .meetup-details-section .meetup-details-content .ms {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 3px;
        padding: 8px;
        background: #fff;
        box-shadow: 0 10px 18px rgba(17, 24, 39, 0.06); }
        .et_techmonk .meetup-details-section .meetup-details-content .ms .sq, .et_techgig .meetup-details-section .meetup-details-content .ms .sq {
          border-radius: 3px; }
        .et_techmonk .meetup-details-section .meetup-details-content .ms .sq--1, .et_techgig .meetup-details-section .meetup-details-content .ms .sq--1 {
          background: #f25022; }
        .et_techmonk .meetup-details-section .meetup-details-content .ms .sq--2, .et_techgig .meetup-details-section .meetup-details-content .ms .sq--2 {
          background: #7fba00; }
        .et_techmonk .meetup-details-section .meetup-details-content .ms .sq--3, .et_techgig .meetup-details-section .meetup-details-content .ms .sq--3 {
          background: #00a4ef; }
        .et_techmonk .meetup-details-section .meetup-details-content .ms .sq--4, .et_techgig .meetup-details-section .meetup-details-content .ms .sq--4 {
          background: #ffb900; }
      .et_techmonk .meetup-details-section .meetup-details-content .side, .et_techgig .meetup-details-section .meetup-details-content .side {
        padding: 20px;
        display: grid;
        gap: 0px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06); }
        .et_techmonk .meetup-details-section .meetup-details-content .side__row, .et_techgig .meetup-details-section .meetup-details-content .side__row {
          display: grid;
          grid-template-columns: 26px 1fr;
          gap: 11px;
          padding: 0px 0px 10px 0;
          border-bottom: 1px solid rgba(23, 36, 53, 0.1);
          border-radius: 0;
          background: #fff;
          margin-bottom: 18px; }
        .et_techmonk .meetup-details-section .meetup-details-content .side__row + .side__row, .et_techgig .meetup-details-section .meetup-details-content .side__row + .side__row {
          padding-top: 0px;
          margin-bottom: 24px;
          padding-bottom: 24px; }
        .et_techmonk .meetup-details-section .meetup-details-content .side__icon, .et_techgig .meetup-details-section .meetup-details-content .side__icon {
          display: grid;
          place-items: start;
          border-radius: 10px;
          font-size: 14px; }
        .et_techmonk .meetup-details-section .meetup-details-content .side__title, .et_techgig .meetup-details-section .meetup-details-content .side__title {
          color: #172435;
          font-size: 15px;
          font-style: normal;
          font-weight: 600; }
        .et_techmonk .meetup-details-section .meetup-details-content .side__sub, .et_techgig .meetup-details-section .meetup-details-content .side__sub {
          margin-top: 4px;
          color: rgba(23, 36, 53, 0.6);
          font-size: 13px;
          font-style: normal;
          font-weight: 400; }
        .et_techmonk .meetup-details-section .meetup-details-content .side__link, .et_techgig .meetup-details-section .meetup-details-content .side__link {
          display: inline-flex;
          margin-top: 8px;
          font-size: 12px;
          font-weight: 800;
          color: #172435; }
          .et_techmonk .meetup-details-section .meetup-details-content .side__link:hover, .et_techgig .meetup-details-section .meetup-details-content .side__link:hover {
            text-decoration: underline; }
      .et_techmonk .meetup-details-section .meetup-details-content .btn-secondary, .et_techgig .meetup-details-section .meetup-details-content .btn-secondary {
        justify-content: center; }
  .et_techmonk .award-stroy-panel__item:last-child, .et_techgig .award-stroy-panel__item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .et_techmonk .right-sidebar-popup, .et_techgig .right-sidebar-popup {
    z-index: 9999; }
    .et_techmonk .right-sidebar-popup.active, .et_techgig .right-sidebar-popup.active {
      z-index: 9999; }
  .et_techmonk .award-stroy-panel .award-stroy-panel__item ul.portal-operations__list.event-list, .et_techgig .award-stroy-panel .award-stroy-panel__item ul.portal-operations__list.event-list {
    max-width: 70%; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .award-stroy-panel .award-stroy-panel__item ul.portal-operations__list.event-list, .et_techgig .award-stroy-panel .award-stroy-panel__item ul.portal-operations__list.event-list {
        max-width: 100%; } }
  .et_techmonk .participate_box_wrapper, .et_techgig .participate_box_wrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px; }
    @media screen and (max-width: 1000px) {
      .et_techmonk .participate_box_wrapper, .et_techgig .participate_box_wrapper {
        grid-template-columns: repeat(1, 1fr) !important; } }
    .et_techmonk .participate_box_wrapper__box, .et_techgig .participate_box_wrapper__box {
      border: 1px solid #ebebeb;
      padding: 25px;
      border-radius: 10px;
      background: white; }
      .et_techmonk .participate_box_wrapper__box .svg_wrapper, .et_techgig .participate_box_wrapper__box .svg_wrapper {
        margin-bottom: 16px;
        display: flex;
        background: #fcf3f3;
        border-radius: 10px;
        height: 43px;
        width: 43px;
        justify-content: center;
        align-items: center; }
        .et_techmonk .participate_box_wrapper__box .svg_wrapper svg, .et_techgig .participate_box_wrapper__box .svg_wrapper svg {
          width: 24px;
          height: 24px;
          color: #DA3832; }
      .et_techmonk .participate_box_wrapper__box h3, .et_techgig .participate_box_wrapper__box h3 {
        color: #172435;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
        font-family: SangBleuVersailles-Bold-WebS; }
      .et_techmonk .participate_box_wrapper__box p, .et_techgig .participate_box_wrapper__box p {
        font-size: 14px;
        font-weight: 500;
        color: #595959;
        line-height: 23px; }
      .et_techmonk .participate_box_wrapper__box:hover, .et_techgig .participate_box_wrapper__box:hover {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); }
  .et_techmonk .hero-features-section, .et_techgig .hero-features-section {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    max-width: 1100px;
    display: none; }
    @media (max-width: 980px) {
      .et_techmonk .hero-features-section, .et_techgig .hero-features-section {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        max-width: 95%; } }
    .et_techmonk .hero-features-section .hero-feature-card, .et_techgig .hero-features-section .hero-feature-card {
      background: rgba(255, 255, 255, 0.6);
      border-radius: 10px;
      /* box-shadow: $hero-feature-card-shadow; */
      border: 1px solid #e3e5ea;
      padding: 30px;
      text-align: center;
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 250px;
      max-width: 330px;
      transition: box-shadow 0.35s cubic-bezier(0.65, 0.11, 0.19, 0.91), transform 0.3s;
      position: relative;
      overflow: hidden;
      z-index: 2;
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
      .et_techmonk .hero-features-section .hero-feature-card:hover, .et_techgig .hero-features-section .hero-feature-card:hover {
        /* box-shadow: 0 12px 34px 0 rgba(60,80,130,0.14); */
        transform: translateY(-3px); }
      .et_techmonk .hero-features-section .hero-feature-card h3, .et_techgig .hero-features-section .hero-feature-card h3 {
        margin-top: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #22223b;
        font-size: 1.28rem;
        font-weight: 600;
        letter-spacing: 0.01em; }
      .et_techmonk .hero-features-section .hero-feature-card p, .et_techgig .hero-features-section .hero-feature-card p {
        color: #535a78;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.45;
        margin-bottom: 0;
        text-align: center; }
    .et_techmonk .hero-features-section .feature-icon, .et_techgig .hero-features-section .feature-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background: linear-gradient(120deg, #ffe5e9 0%, #ffe3c4 100%);
      box-shadow: 0 3px 12px 0 rgba(236, 133, 133, 0.1); }
      .et_techmonk .hero-features-section .feature-icon img, .et_techgig .hero-features-section .feature-icon img {
        width: 32px;
        height: 32px;
        display: block;
        transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1.04); }
    .et_techmonk .hero-features-section .feature-icon--hackathons, .et_techgig .hero-features-section .feature-icon--hackathons {
      background: linear-gradient(120deg, #ffe5e9 0%, #ffe3c4 100%); }
    .et_techmonk .hero-features-section .feature-icon--webinars, .et_techgig .hero-features-section .feature-icon--webinars {
      background: linear-gradient(120deg, #e3f4fd 0%, #e0eaff 100%); }
    .et_techmonk .hero-features-section .feature-icon--contest, .et_techgig .hero-features-section .feature-icon--contest {
      background: linear-gradient(120deg, #edeaff 0%, #d7f7fa 100%); }
    .et_techmonk .hero-features-section .hero-feature-card:hover .feature-icon img, .et_techgig .hero-features-section .hero-feature-card:hover .feature-icon img {
      transform: scale(1.14) rotate(-7deg); }
    @media screen and (max-width: 1000px) {
      .et_techmonk .hero-features-section, .et_techgig .hero-features-section {
        flex-direction: column;
        gap: 18px;
        max-width: 100%; }
        .et_techmonk .hero-features-section .hero-feature-card, .et_techgig .hero-features-section .hero-feature-card {
          padding: 28px 14px 25px 14px;
          min-width: unset;
          max-width: unset; } }
  .et_techmonk #particle-banner-bg, .et_techgig #particle-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    /* use viewport for large screens */
    min-width: 100%;
    height: 100%;
    min-height: 360px;
    /* fallback for very short banners */
    z-index: 0;
    background: #f1f1f1;
    pointer-events: none;
    /* allow interaction through particles */ }
    @media screen and (max-width: 1000px) {
      .et_techmonk #particle-banner-bg, .et_techgig #particle-banner-bg {
        min-height: 240px; } }
  .et_techmonk .techmonk-footer, .et_techgig .techmonk-footer {
    background: #ffffff;
    color: #1f2937;
    border-top: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    /* Top row */
    /* Main row */
    /* Links block */
    /* Newsletter */
    /* Bottom row */
    /* Responsive */ }
    .et_techmonk .techmonk-footer__container, .et_techgig .techmonk-footer__container {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 18px 18px; }
    .et_techmonk .techmonk-footer .grid-cols-1, .et_techgig .techmonk-footer .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .et_techmonk .techmonk-footer__top, .et_techgig .techmonk-footer__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      flex-direction: column; }
    .et_techmonk .techmonk-footer__brand, .et_techgig .techmonk-footer__brand {
      display: grid;
      gap: 4px; }
    .et_techmonk .techmonk-footer__logo, .et_techgig .techmonk-footer__logo {
      font-size: 28px;
      font-weight: 900;
      letter-spacing: -0.6px;
      color: #172435;
      text-decoration: none; }
      .et_techmonk .techmonk-footer__logo:hover, .et_techgig .techmonk-footer__logo:hover {
        color: #7b3fe4; }
    .et_techmonk .techmonk-footer__tagline, .et_techgig .techmonk-footer__tagline {
      font-size: 12.5px;
      color: #172435;
      max-width: 220px;
      line-height: 22px;
      margin-bottom: 10px; }
    .et_techmonk .techmonk-footer__social, .et_techgig .techmonk-footer__social {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap; }
      .et_techmonk .techmonk-footer__social a, .et_techgig .techmonk-footer__social a {
        background: #172435;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px; }
        .et_techmonk .techmonk-footer__social a img, .et_techgig .techmonk-footer__social a img {
          width: 16px !important; }
    .et_techmonk .techmonk-footer__social-label, .et_techgig .techmonk-footer__social-label {
      font-size: 12.5px;
      color: #6b7280;
      margin-right: 2px; }
    .et_techmonk .techmonk-footer__social-btn, .et_techgig .techmonk-footer__social-btn {
      width: 36px;
      height: 36px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      text-decoration: none;
      background: rgba(17, 24, 39, 0.03);
      border: 1px solid rgba(17, 24, 39, 0.08);
      box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
      color: #172435;
      transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease; }
      .et_techmonk .techmonk-footer__social-btn i, .et_techgig .techmonk-footer__social-btn i {
        font-size: 14px;
        line-height: 1; }
      .et_techmonk .techmonk-footer__social-btn:hover, .et_techgig .techmonk-footer__social-btn:hover {
        transform: translateY(-2px);
        background: rgba(123, 63, 228, 0.1);
        border-color: rgba(123, 63, 228, 0.24);
        color: #7b3fe4;
        box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08); }
      .et_techmonk .techmonk-footer__social-btn:focus, .et_techgig .techmonk-footer__social-btn:focus {
        outline: none; }
      .et_techmonk .techmonk-footer__social-btn:focus-visible, .et_techgig .techmonk-footer__social-btn:focus-visible {
        box-shadow: 0 0 0 4px rgba(123, 63, 228, 0.18);
        border-color: rgba(123, 63, 228, 0.35); }
    .et_techmonk .techmonk-footer__divider, .et_techgig .techmonk-footer__divider {
      height: 1px;
      background: #e5e7eb;
      margin: 18px 0 30px; }
    .et_techmonk .techmonk-footer__main, .et_techgig .techmonk-footer__main {
      display: grid;
      grid-template-columns: 1fr 690px;
      gap: 22px;
      align-items: start; }
    .et_techmonk .techmonk-footer__links, .et_techgig .techmonk-footer__links {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px; }
    .et_techmonk .techmonk-footer__heading, .et_techgig .techmonk-footer__heading {
      margin: 0 0 18px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      color: #172435; }
    .et_techmonk .techmonk-footer__subheading, .et_techgig .techmonk-footer__subheading {
      margin: 20px 0 10px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      color: #172435; }
    .et_techmonk .techmonk-footer__list, .et_techgig .techmonk-footer__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px; }
      .et_techmonk .techmonk-footer__list a, .et_techgig .techmonk-footer__list a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #172435;
        transition: color 160ms ease, transform 160ms ease; }
        .et_techmonk .techmonk-footer__list a:hover, .et_techgig .techmonk-footer__list a:hover {
          color: #e53935;
          transform: translateX(2px); }
        .et_techmonk .techmonk-footer__list a:focus, .et_techgig .techmonk-footer__list a:focus {
          outline: none; }
        .et_techmonk .techmonk-footer__list a:focus-visible, .et_techgig .techmonk-footer__list a:focus-visible {
          border-radius: 8px;
          box-shadow: 0 0 0 4px rgba(123, 63, 228, 0.16); }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-footer__list, .et_techgig .techmonk-footer__list {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .et_techmonk .techmonk-footer__newsletter, .et_techgig .techmonk-footer__newsletter {
      display: block; }
    .et_techmonk .techmonk-footer__newsletter-card, .et_techgig .techmonk-footer__newsletter-card {
      /*   border-radius: $radius;
    background: linear-gradient(180deg, rgba($primary, 0.12), rgba($primary, 0.05));
    border: 1px solid rgba($primary, 0.22);
    box-shadow: $shadow;
    padding: 18px;
    position: sticky;
    top: 18px; */ }
      @media screen and (max-width: 1000px) {
        .et_techmonk .techmonk-footer__newsletter-card, .et_techgig .techmonk-footer__newsletter-card {
          padding-top: 20px;
          border-top: solid 1px rgba(123, 63, 228, 0.22); } }
    .et_techmonk .techmonk-footer__newsletter-head, .et_techgig .techmonk-footer__newsletter-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px; }
    .et_techmonk .techmonk-footer__newsletter-icon, .et_techgig .techmonk-footer__newsletter-icon {
      width: 44px;
      height: 44px;
      min-width: 44px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(17, 24, 39, 0.08);
      box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
      font-size: 18px; }
    .et_techmonk .techmonk-footer__newsletter-title, .et_techgig .techmonk-footer__newsletter-title {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #172435;
      letter-spacing: 0;
      margin-bottom: 8px; }
    .et_techmonk .techmonk-footer__input, .et_techgig .techmonk-footer__input {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 17px 12px;
      box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
      transition: border-color 160ms ease, box-shadow 160ms ease; }
      .et_techmonk .techmonk-footer__input-icon, .et_techgig .techmonk-footer__input-icon {
        color: #6b7280;
        font-size: 14px;
        line-height: 1; }
      .et_techmonk .techmonk-footer__input input, .et_techgig .techmonk-footer__input input {
        width: 100%;
        border: 0;
        outline: none;
        background: transparent;
        font-size: 13.5px;
        color: #1f2937; }
        .et_techmonk .techmonk-footer__input input::placeholder, .et_techgig .techmonk-footer__input input::placeholder {
          color: rgba(107, 114, 128, 0.9); }
      .et_techmonk .techmonk-footer__input:focus-within, .et_techgig .techmonk-footer__input:focus-within {
        border-color: rgba(123, 63, 228, 0.38);
        box-shadow: 0 0 0 4px rgba(123, 63, 228, 0.14); }
    .et_techmonk .techmonk-footer__btn, .et_techgig .techmonk-footer__btn {
      height: 42px;
      border: 0;
      border-radius: 12px;
      cursor: pointer;
      background: #e53935;
      color: #fff;
      font-weight: 900;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      /* box-shadow: 0 14px 30px rgba(239, 68, 68, 0.28); */
      transition: transform 140ms ease, box-shadow 160ms ease, filter 160ms ease; }
      .et_techmonk .techmonk-footer__btn:hover, .et_techgig .techmonk-footer__btn:hover {
        transform: translateY(-2px);
        /*  box-shadow: 0 18px 40px rgba(239, 68, 68, 0.33); */
        filter: brightness(1.02); }
      .et_techmonk .techmonk-footer__btn:active, .et_techgig .techmonk-footer__btn:active {
        transform: translateY(0px); }
      .et_techmonk .techmonk-footer__btn:focus, .et_techgig .techmonk-footer__btn:focus {
        outline: none; }
      .et_techmonk .techmonk-footer__btn:focus-visible, .et_techgig .techmonk-footer__btn:focus-visible {
        box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.25), 0 14px 30px rgba(239, 68, 68, 0.28); }
    .et_techmonk .techmonk-footer .et-rtl-error, .et_techgig .techmonk-footer .et-rtl-error {
      color: #ff0000; }
    .et_techmonk .techmonk-footer__note, .et_techgig .techmonk-footer__note {
      margin: 10px 2px 0;
      font-size: 12.3px;
      line-height: 1.55;
      color: rgba(25, 29, 39, 0.8); }
    .et_techmonk .techmonk-footer__bottom, .et_techgig .techmonk-footer__bottom {
      margin-top: 26px;
      padding-top: 14px;
      border-top: 1px solid #e5e7eb;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap; }
    .et_techmonk .techmonk-footer__copyright, .et_techgig .techmonk-footer__copyright {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      color: #172435; }
    .et_techmonk .techmonk-footer__dot, .et_techgig .techmonk-footer__dot {
      color: rgba(107, 114, 128, 0.65); }
    @media (max-width: 1100px) {
      .et_techmonk .techmonk-footer__main, .et_techgig .techmonk-footer__main {
        grid-template-columns: 1fr 380px; } }
    @media (max-width: 992px) {
      .et_techmonk .techmonk-footer__main, .et_techgig .techmonk-footer__main {
        grid-template-columns: 1fr; }
      .et_techmonk .techmonk-footer__newsletter-card, .et_techgig .techmonk-footer__newsletter-card {
        position: relative;
        top: auto; }
      .et_techmonk .techmonk-footer__links, .et_techgig .techmonk-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 576px) {
      .et_techmonk .techmonk-footer__top, .et_techgig .techmonk-footer__top {
        flex-direction: column;
        align-items: flex-start; }
      .et_techmonk .techmonk-footer__links, .et_techgig .techmonk-footer__links {
        grid-template-columns: 1fr; } }
  .et_techmonk.page-awardsNew, .et_techgig.page-awardsNew {
    /**award benefits**/
    /*showcase-section css start*/
    /*** showcase-section css end ***/
    /*winner-certificate-section css start*/
    /*** winner-certificate-section css end ***/ }
    .et_techmonk.page-awardsNew .hero.left_align_style, .et_techgig.page-awardsNew .hero.left_align_style {
      padding-top: 210px;
      min-height: 290px;
      padding-bottom: 50px;
      /* &:before{
    content: "";
    background: radial-gradient(49.94% 49.94% at 50% 50.06%, rgba(25, 27, 31, 0) 0%, rgba(25, 27, 31, 0.4) 100%), rgba(25, 27, 31, 0.7);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  } */ }
      @media screen and (max-width: 1000px) {
        .et_techmonk.page-awardsNew .hero.left_align_style, .et_techgig.page-awardsNew .hero.left_align_style {
          padding-top: 110px;
          min-height: 50px;
          padding-bottom: 0; } }
      .et_techmonk.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content, .et_techgig.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content {
        margin: 0 auto; }
        .et_techmonk.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content .hero-title, .et_techmonk.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content .hero-desc, .et_techgig.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content .hero-title, .et_techgig.page-awardsNew .hero.left_align_style.dark-theme .hero-left-content .hero-desc {
          color: #ffffff;
          text-align: center;
          max-width: 100%; }
      .et_techmonk.page-awardsNew .hero.left_align_style .hero-left-content, .et_techgig.page-awardsNew .hero.left_align_style .hero-left-content {
        margin-left: auto;
        margin-right: auto; }
        .et_techmonk.page-awardsNew .hero.left_align_style .hero-left-content .hero-desc, .et_techgig.page-awardsNew .hero.left_align_style .hero-left-content .hero-desc {
          text-align: center;
          max-width: 100%; }
    .et_techmonk.page-awardsNew .award-benefits, .et_techgig.page-awardsNew .award-benefits {
      padding: 48px 20px;
      background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%); }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__grid, .et_techgig.page-awardsNew .award-benefits .award-benefits__grid {
        max-width: 1280px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px; }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__card, .et_techgig.page-awardsNew .award-benefits .award-benefits__card {
        position: relative;
        padding: 32px 24px 26px;
        text-align: center;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 22px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        overflow: hidden;
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__card::before, .et_techgig.page-awardsNew .award-benefits .award-benefits__card::before {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(135deg, rgba(59, 130, 246, 0.06) 0%, rgba(168, 85, 247, 0.04) 50%, rgba(236, 72, 153, 0.03) 100%);
          opacity: 0;
          transition: opacity 0.35s ease;
          pointer-events: none; }
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__card:hover, .et_techgig.page-awardsNew .award-benefits .award-benefits__card:hover {
          transform: translateY(-8px);
          border-color: rgba(59, 130, 246, 0.2);
          box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12); }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__card:hover::before, .et_techgig.page-awardsNew .award-benefits .award-benefits__card:hover::before {
            opacity: 1; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__card:hover .award-benefits__title, .et_techgig.page-awardsNew .award-benefits .award-benefits__card:hover .award-benefits__title {
            color: #0f172a; }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__icon-wrap, .et_techgig.page-awardsNew .award-benefits .award-benefits__icon-wrap {
        position: relative;
        z-index: 1;
        /*  width: 88px;
    height: 88px; */
        margin: 0 auto 20px;
        /*  border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid rgba(59, 130, 246, 0.1); */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.35s ease, box-shadow 0.35s ease; }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__icon, .et_techgig.page-awardsNew .award-benefits .award-benefits__icon {
        max-width: 80px;
        object-fit: contain;
        display: block; }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__title, .et_techgig.page-awardsNew .award-benefits .award-benefits__title {
        position: relative;
        z-index: 1;
        margin: 0 0 12px;
        font-size: 19px;
        font-weight: 600;
        line-height: 1.25;
        color: #111827;
        transition: color 0.3s ease; }
      .et_techmonk.page-awardsNew .award-benefits .award-benefits__desc, .et_techgig.page-awardsNew .award-benefits .award-benefits__desc {
        position: relative;
        z-index: 1;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: #64748b;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; }
      @media (max-width: 991px) {
        .et_techmonk.page-awardsNew .award-benefits, .et_techgig.page-awardsNew .award-benefits {
          padding: 40px 16px; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__grid, .et_techgig.page-awardsNew .award-benefits .award-benefits__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__card, .et_techgig.page-awardsNew .award-benefits .award-benefits__card {
            padding: 28px 20px 24px;
            border-radius: 18px; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__icon-wrap, .et_techgig.page-awardsNew .award-benefits .award-benefits__icon-wrap {
            width: 78px;
            height: 78px;
            margin-bottom: 18px; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__icon, .et_techgig.page-awardsNew .award-benefits .award-benefits__icon {
            max-width: 48px;
            max-height: 48px; }
          .et_techmonk.page-awardsNew .award-benefits .award-benefits__title, .et_techgig.page-awardsNew .award-benefits .award-benefits__title {
            font-size: 19px; } }
      @media (max-width: 767px) {
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__grid, .et_techgig.page-awardsNew .award-benefits .award-benefits__grid {
          grid-template-columns: 1fr; }
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__card, .et_techgig.page-awardsNew .award-benefits .award-benefits__card {
          padding: 26px 18px 22px; }
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__title, .et_techgig.page-awardsNew .award-benefits .award-benefits__title {
          font-size: 18px; }
        .et_techmonk.page-awardsNew .award-benefits .award-benefits__desc, .et_techgig.page-awardsNew .award-benefits .award-benefits__desc {
          font-size: 13.5px;
          line-height: 1.6; } }
    .et_techmonk.page-awardsNew .showcase-section, .et_techgig.page-awardsNew .showcase-section {
      padding: 64px 20px;
      background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%); }
      .et_techmonk.page-awardsNew .showcase-section__container, .et_techgig.page-awardsNew .showcase-section__container {
        /*  max-width: 1280px;*/
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
        align-items: center;
        gap: 48px; }
      .et_techmonk.page-awardsNew .showcase-section__media, .et_techgig.page-awardsNew .showcase-section__media {
        position: relative;
        min-height: 460px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16); }
        .et_techmonk.page-awardsNew .showcase-section__media img, .et_techgig.page-awardsNew .showcase-section__media img {
          width: 100%;
          height: 100%;
          min-height: 460px;
          object-fit: cover;
          display: block;
          transform: scale(1.01); }
        .et_techmonk.page-awardsNew .showcase-section__media::after, .et_techgig.page-awardsNew .showcase-section__media::after {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.12) 45%, rgba(15, 23, 42, 0.58) 100%);
          pointer-events: none; }
      .et_techmonk.page-awardsNew .showcase-section__overlay, .et_techgig.page-awardsNew .showcase-section__overlay {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 20px;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18); }
      .et_techmonk.page-awardsNew .showcase-section__badge, .et_techgig.page-awardsNew .showcase-section__badge {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        background: linear-gradient(311deg, #EEB343 14.49%, #D28F35 72.9%);
        color: #fff; }
      .et_techmonk.page-awardsNew .showcase-section__overlay-text h4, .et_techgig.page-awardsNew .showcase-section__overlay-text h4 {
        margin: 0 0 4px;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        letter-spacing: -0.02em; }
      .et_techmonk.page-awardsNew .showcase-section__overlay-text p, .et_techgig.page-awardsNew .showcase-section__overlay-text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400; }
      .et_techmonk.page-awardsNew .showcase-section__content, .et_techgig.page-awardsNew .showcase-section__content {
        max-width: 560px; }
      .et_techmonk.page-awardsNew .showcase-section__tag, .et_techgig.page-awardsNew .showcase-section__tag {
        display: inline-flex;
        align-items: center;
        margin-bottom: 14px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #f97316; }
      .et_techmonk.page-awardsNew .showcase-section__title, .et_techgig.page-awardsNew .showcase-section__title {
        margin: 0 0 18px;
        font-size: clamp(32px, 4vw, 52px);
        line-height: 1.05;
        font-weight: 800;
        letter-spacing: -0.04em;
        color: #111827; }
        .et_techmonk.page-awardsNew .showcase-section__title span, .et_techgig.page-awardsNew .showcase-section__title span {
          background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 45%, #ec4899 100%);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent; }
      .et_techmonk.page-awardsNew .showcase-section__desc, .et_techgig.page-awardsNew .showcase-section__desc {
        margin: 0 0 28px;
        font-size: 17px;
        line-height: 1.8;
        color: #475569;
        max-width: 520px; }
      .et_techmonk.page-awardsNew .showcase-section__features, .et_techgig.page-awardsNew .showcase-section__features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        margin-bottom: 30px; }
      .et_techmonk.page-awardsNew .showcase-section__feature, .et_techgig.page-awardsNew .showcase-section__feature {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 56px;
        padding: 12px 14px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
        .et_techmonk.page-awardsNew .showcase-section__feature:hover, .et_techgig.page-awardsNew .showcase-section__feature:hover {
          transform: translateY(-3px);
          box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
          border-color: rgba(99, 102, 241, 0.2); }
        .et_techmonk.page-awardsNew .showcase-section__feature span, .et_techgig.page-awardsNew .showcase-section__feature span {
          font-size: 15px;
          line-height: 1.45;
          font-weight: 500;
          color: #334155; }
      .et_techmonk.page-awardsNew .showcase-section__icon, .et_techgig.page-awardsNew .showcase-section__icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
        color: #f97316;
        box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.12); }
      @media (max-width: 1199px) {
        .et_techmonk.page-awardsNew .showcase-section, .et_techgig.page-awardsNew .showcase-section {
          padding: 56px 18px; }
          .et_techmonk.page-awardsNew .showcase-section__container, .et_techgig.page-awardsNew .showcase-section__container {
            gap: 36px; }
          .et_techmonk.page-awardsNew .showcase-section__media,
          .et_techmonk.page-awardsNew .showcase-section__media img, .et_techgig.page-awardsNew .showcase-section__media,
          .et_techgig.page-awardsNew .showcase-section__media img {
            min-height: 400px; }
          .et_techmonk.page-awardsNew .showcase-section__title, .et_techgig.page-awardsNew .showcase-section__title {
            font-size: clamp(30px, 3.6vw, 44px); } }
      @media (max-width: 991px) {
        .et_techmonk.page-awardsNew .showcase-section__container, .et_techgig.page-awardsNew .showcase-section__container {
          grid-template-columns: 1fr; }
        .et_techmonk.page-awardsNew .showcase-section__content, .et_techgig.page-awardsNew .showcase-section__content {
          max-width: 100%; }
        .et_techmonk.page-awardsNew .showcase-section__media,
        .et_techmonk.page-awardsNew .showcase-section__media img, .et_techgig.page-awardsNew .showcase-section__media,
        .et_techgig.page-awardsNew .showcase-section__media img {
          min-height: 380px; }
        .et_techmonk.page-awardsNew .showcase-section__desc, .et_techgig.page-awardsNew .showcase-section__desc {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .et_techmonk.page-awardsNew .showcase-section, .et_techgig.page-awardsNew .showcase-section {
          padding: 44px 16px; }
          .et_techmonk.page-awardsNew .showcase-section__media,
          .et_techmonk.page-awardsNew .showcase-section__media img, .et_techgig.page-awardsNew .showcase-section__media,
          .et_techgig.page-awardsNew .showcase-section__media img {
            min-height: 300px; }
          .et_techmonk.page-awardsNew .showcase-section__overlay, .et_techgig.page-awardsNew .showcase-section__overlay {
            left: 16px;
            right: 16px;
            bottom: 16px;
            padding: 14px;
            gap: 12px; }
          .et_techmonk.page-awardsNew .showcase-section__badge, .et_techgig.page-awardsNew .showcase-section__badge {
            width: 46px;
            height: 46px;
            flex-basis: 46px;
            font-size: 20px; }
          .et_techmonk.page-awardsNew .showcase-section__overlay-text h4, .et_techgig.page-awardsNew .showcase-section__overlay-text h4 {
            font-size: 18px; }
          .et_techmonk.page-awardsNew .showcase-section__overlay-text p, .et_techgig.page-awardsNew .showcase-section__overlay-text p {
            font-size: 13px; }
          .et_techmonk.page-awardsNew .showcase-section__title, .et_techgig.page-awardsNew .showcase-section__title {
            margin-bottom: 14px;
            font-size: 32px; }
          .et_techmonk.page-awardsNew .showcase-section__desc, .et_techgig.page-awardsNew .showcase-section__desc {
            margin-bottom: 22px;
            font-size: 15px;
            line-height: 1.7; }
          .et_techmonk.page-awardsNew .showcase-section__features, .et_techgig.page-awardsNew .showcase-section__features {
            grid-template-columns: 1fr;
            gap: 12px;
            margin-bottom: 24px; }
          .et_techmonk.page-awardsNew .showcase-section__feature, .et_techgig.page-awardsNew .showcase-section__feature {
            min-height: 52px;
            padding: 12px; } }
      @media (max-width: 480px) {
        .et_techmonk.page-awardsNew .showcase-section__media,
        .et_techmonk.page-awardsNew .showcase-section__media img, .et_techgig.page-awardsNew .showcase-section__media,
        .et_techgig.page-awardsNew .showcase-section__media img {
          min-height: 260px; }
        .et_techmonk.page-awardsNew .showcase-section__title, .et_techgig.page-awardsNew .showcase-section__title {
          font-size: 28px; } }
    .et_techmonk.page-awardsNew .winner-certificate-section, .et_techgig.page-awardsNew .winner-certificate-section {
      background: #ffffff; }
      .et_techmonk.page-awardsNew .winner-certificate-section__container, .et_techgig.page-awardsNew .winner-certificate-section__container {
        max-width: 1280px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
        align-items: start;
        gap: 56px; }
      .et_techmonk.page-awardsNew .winner-certificate-section__content, .et_techgig.page-awardsNew .winner-certificate-section__content {
        max-width: 520px; }
      .et_techmonk.page-awardsNew .winner-certificate-section__list, .et_techgig.page-awardsNew .winner-certificate-section__list {
        margin: 0 0 28px;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px; }
      .et_techmonk.page-awardsNew .winner-certificate-section__list-item, .et_techgig.page-awardsNew .winner-certificate-section__list-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 15px;
        line-height: 1.6;
        color: #334155;
        font-weight: 500; }
      .et_techmonk.page-awardsNew .winner-certificate-section__check, .et_techgig.page-awardsNew .winner-certificate-section__check {
        position: relative;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin-top: 2px;
        border-radius: 50%;
        background: linear-gradient(180deg, #dcfce7 0%, #bbf7d0 100%);
        box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.15); }
        .et_techmonk.page-awardsNew .winner-certificate-section__check::before, .et_techgig.page-awardsNew .winner-certificate-section__check::before {
          content: '';
          position: absolute;
          left: 6px;
          top: 4px;
          width: 6px;
          height: 10px;
          border-right: 2px solid #16a34a;
          border-bottom: 2px solid #16a34a;
          transform: rotate(45deg); }
      .et_techmonk.page-awardsNew .winner-certificate-section__btn, .et_techgig.page-awardsNew .winner-certificate-section__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 52px;
        padding: 0 22px;
        border-radius: 14px;
        background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 14px 28px rgba(17, 24, 39, 0.16);
        transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .et_techmonk.page-awardsNew .winner-certificate-section__btn span, .et_techgig.page-awardsNew .winner-certificate-section__btn span {
          font-size: 16px;
          line-height: 1;
          transition: transform 0.3s ease; }
        .et_techmonk.page-awardsNew .winner-certificate-section__btn:hover, .et_techgig.page-awardsNew .winner-certificate-section__btn:hover {
          transform: translateY(-2px);
          box-shadow: 0 18px 36px rgba(17, 24, 39, 0.22); }
          .et_techmonk.page-awardsNew .winner-certificate-section__btn:hover span, .et_techgig.page-awardsNew .winner-certificate-section__btn:hover span {
            transform: translate(2px, -2px); }
      .et_techmonk.page-awardsNew .winner-certificate-section__media, .et_techgig.page-awardsNew .winner-certificate-section__media {
        display: flex;
        justify-content: center;
        align-items: center; }
      .et_techmonk.page-awardsNew .winner-certificate-section__certificate-card, .et_techgig.page-awardsNew .winner-certificate-section__certificate-card {
        /*  position: relative;
    width: 100%;
    max-width: 500px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff6ea 100%);
    border: 1px solid rgba(214, 170, 92, 0.18);
    box-shadow:
      0 20px 50px rgba(157, 108, 34, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.8); */ }
      .et_techmonk.page-awardsNew .winner-certificate-section__certificate-image, .et_techgig.page-awardsNew .winner-certificate-section__certificate-image {
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
        object-fit: contain;
        /*  filter: drop-shadow(0 10px 24px rgba(146, 98, 28, 0.12)); */ }
      @media (max-width: 1199px) {
        .et_techmonk.page-awardsNew .winner-certificate-section, .et_techgig.page-awardsNew .winner-certificate-section {
          padding: 56px 18px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__container, .et_techgig.page-awardsNew .winner-certificate-section__container {
            gap: 40px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__certificate-card, .et_techgig.page-awardsNew .winner-certificate-section__certificate-card {
            max-width: 440px; } }
      @media (max-width: 991px) {
        .et_techmonk.page-awardsNew .winner-certificate-section__container, .et_techgig.page-awardsNew .winner-certificate-section__container {
          grid-template-columns: 1fr;
          gap: 36px; }
        .et_techmonk.page-awardsNew .winner-certificate-section__content, .et_techgig.page-awardsNew .winner-certificate-section__content {
          max-width: 100%; }
        .et_techmonk.page-awardsNew .winner-certificate-section__desc, .et_techgig.page-awardsNew .winner-certificate-section__desc {
          max-width: 100%; }
        .et_techmonk.page-awardsNew .winner-certificate-section__media, .et_techgig.page-awardsNew .winner-certificate-section__media {
          justify-content: flex-start; } }
      @media (max-width: 767px) {
        .et_techmonk.page-awardsNew .winner-certificate-section, .et_techgig.page-awardsNew .winner-certificate-section {
          padding: 44px 16px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__title, .et_techgig.page-awardsNew .winner-certificate-section__title {
            font-size: 30px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__desc, .et_techgig.page-awardsNew .winner-certificate-section__desc {
            font-size: 15px;
            line-height: 1.7; }
          .et_techmonk.page-awardsNew .winner-certificate-section__list, .et_techgig.page-awardsNew .winner-certificate-section__list {
            gap: 10px;
            margin-bottom: 24px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__list-item, .et_techgig.page-awardsNew .winner-certificate-section__list-item {
            font-size: 14px; }
          .et_techmonk.page-awardsNew .winner-certificate-section__btn, .et_techgig.page-awardsNew .winner-certificate-section__btn {
            width: 100%; }
          .et_techmonk.page-awardsNew .winner-certificate-section__certificate-card, .et_techgig.page-awardsNew .winner-certificate-section__certificate-card {
            padding: 16px;
            border-radius: 22px; } }
      @media (max-width: 480px) {
        .et_techmonk.page-awardsNew .winner-certificate-section__title, .et_techgig.page-awardsNew .winner-certificate-section__title {
          font-size: 27px; }
        .et_techmonk.page-awardsNew .winner-certificate-section__certificate-card, .et_techgig.page-awardsNew .winner-certificate-section__certificate-card {
          padding: 12px; } }
  @media screen and (min-width: 992px) {
    .et_techmonk.page-hackathons .hero.left_align_style .hero-top-content .hero-right-content, .et_techgig.page-hackathons .hero.left_align_style .hero-top-content .hero-right-content {
      margin-top: -100px; } }

.page-webinarListing .wgt-module.top-news-section-container {
  padding-top: 60px;
  padding-bottom: 60px; }

.page-webinarListing, .page-eventListing, .page-meetups, .page-hackathons, .page-challenge, .page-challenge-details, .page-hackathon-inner, .page-meetup-details, .page-awardsNew, .page-masterclass {
  /****************** Hackathon Sponsors Section ******************/
  /****************** Contest Types Section ******************/
  /****************** Hackathon Leaderboard Section ******************/
  /****************** Hackathon Events Section ******************/
  /****************** Participant Categories Section ******************/
  /****************** Why Participate Benefits Section ******************/
  /****************** Preliminary Activities Section ******************/
  /****************** Hackathon Timeline Section ******************/ }
  .page-webinarListing h1, .page-webinarListing h2, .page-webinarListing h3, .page-webinarListing h4, .page-webinarListing h5, .page-webinarListing h6, .page-webinarListing p, .page-eventListing h1, .page-eventListing h2, .page-eventListing h3, .page-eventListing h4, .page-eventListing h5, .page-eventListing h6, .page-eventListing p, .page-meetups h1, .page-meetups h2, .page-meetups h3, .page-meetups h4, .page-meetups h5, .page-meetups h6, .page-meetups p, .page-hackathons h1, .page-hackathons h2, .page-hackathons h3, .page-hackathons h4, .page-hackathons h5, .page-hackathons h6, .page-hackathons p, .page-challenge h1, .page-challenge h2, .page-challenge h3, .page-challenge h4, .page-challenge h5, .page-challenge h6, .page-challenge p, .page-challenge-details h1, .page-challenge-details h2, .page-challenge-details h3, .page-challenge-details h4, .page-challenge-details h5, .page-challenge-details h6, .page-challenge-details p, .page-hackathon-inner h1, .page-hackathon-inner h2, .page-hackathon-inner h3, .page-hackathon-inner h4, .page-hackathon-inner h5, .page-hackathon-inner h6, .page-hackathon-inner p, .page-meetup-details h1, .page-meetup-details h2, .page-meetup-details h3, .page-meetup-details h4, .page-meetup-details h5, .page-meetup-details h6, .page-meetup-details p, .page-awardsNew h1, .page-awardsNew h2, .page-awardsNew h3, .page-awardsNew h4, .page-awardsNew h5, .page-awardsNew h6, .page-awardsNew p, .page-masterclass h1, .page-masterclass h2, .page-masterclass h3, .page-masterclass h4, .page-masterclass h5, .page-masterclass h6, .page-masterclass p {
    font-family: Montserrat,sans-serif; }
  .page-webinarListing .section-title .title, .page-eventListing .section-title .title, .page-meetups .section-title .title, .page-hackathons .section-title .title, .page-challenge .section-title .title, .page-challenge-details .section-title .title, .page-hackathon-inner .section-title .title, .page-meetup-details .section-title .title, .page-awardsNew .section-title .title, .page-masterclass .section-title .title {
    color: #1f2937;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    font-family: SangBleuVersailles-Bold-WebS !important;
    margin-bottom: 15px !important; }
  @media (min-width: 1000px) {
    .page-webinarListing .subtitle, .page-eventListing .subtitle, .page-meetups .subtitle, .page-hackathons .subtitle, .page-challenge .subtitle, .page-challenge-details .subtitle, .page-hackathon-inner .subtitle, .page-meetup-details .subtitle, .page-awardsNew .subtitle, .page-masterclass .subtitle {
      font-size: 15px !important;
      line-height: 22px !important; } }
  .page-webinarListing .section-title .title span, .page-eventListing .section-title .title span, .page-meetups .section-title .title span, .page-hackathons .section-title .title span, .page-challenge .section-title .title span, .page-challenge-details .section-title .title span, .page-hackathon-inner .section-title .title span, .page-meetup-details .section-title .title span, .page-awardsNew .section-title .title span, .page-masterclass .section-title .title span {
    background: linear-gradient(88.52deg, #475be6 -1.12%, #ad56a4 47.6%, #e35252 98.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .page-webinarListing .site-header.site-header-sticky, .page-eventListing .site-header.site-header-sticky, .page-meetups .site-header.site-header-sticky, .page-hackathons .site-header.site-header-sticky, .page-challenge .site-header.site-header-sticky, .page-challenge-details .site-header.site-header-sticky, .page-hackathon-inner .site-header.site-header-sticky, .page-meetup-details .site-header.site-header-sticky, .page-awardsNew .site-header.site-header-sticky, .page-masterclass .site-header.site-header-sticky {
    backdrop-filter: blur(100px) !important;
    background: rgba(255, 255, 255, 0.5) !important; }
  .page-webinarListing .hero.left_align_style, .page-eventListing .hero.left_align_style, .page-meetups .hero.left_align_style, .page-hackathons .hero.left_align_style, .page-challenge .hero.left_align_style, .page-challenge-details .hero.left_align_style, .page-hackathon-inner .hero.left_align_style, .page-meetup-details .hero.left_align_style, .page-awardsNew .hero.left_align_style, .page-masterclass .hero.left_align_style {
    background: var(--background-bg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -102px;
    padding-top: 130px;
    padding-bottom: 80px; }
    .page-webinarListing .hero.left_align_style .align-content-center, .page-eventListing .hero.left_align_style .align-content-center, .page-meetups .hero.left_align_style .align-content-center, .page-hackathons .hero.left_align_style .align-content-center, .page-challenge .hero.left_align_style .align-content-center, .page-challenge-details .hero.left_align_style .align-content-center, .page-hackathon-inner .hero.left_align_style .align-content-center, .page-meetup-details .hero.left_align_style .align-content-center, .page-awardsNew .hero.left_align_style .align-content-center, .page-masterclass .hero.left_align_style .align-content-center {
      text-align: center; }
    .page-webinarListing .hero.left_align_style .hero-stats .stat, .page-eventListing .hero.left_align_style .hero-stats .stat, .page-meetups .hero.left_align_style .hero-stats .stat, .page-hackathons .hero.left_align_style .hero-stats .stat, .page-challenge .hero.left_align_style .hero-stats .stat, .page-challenge-details .hero.left_align_style .hero-stats .stat, .page-hackathon-inner .hero.left_align_style .hero-stats .stat, .page-meetup-details .hero.left_align_style .hero-stats .stat, .page-awardsNew .hero.left_align_style .hero-stats .stat, .page-masterclass .hero.left_align_style .hero-stats .stat {
      min-width: 100px; }
    .page-webinarListing .hero.left_align_style .hero-badge, .page-eventListing .hero.left_align_style .hero-badge, .page-meetups .hero.left_align_style .hero-badge, .page-hackathons .hero.left_align_style .hero-badge, .page-challenge .hero.left_align_style .hero-badge, .page-challenge-details .hero.left_align_style .hero-badge, .page-hackathon-inner .hero.left_align_style .hero-badge, .page-meetup-details .hero.left_align_style .hero-badge, .page-awardsNew .hero.left_align_style .hero-badge, .page-masterclass .hero.left_align_style .hero-badge {
      backdrop-filter: blur(5px) !important;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: rgba(0, 0, 0, 0.2) !important; }
      .page-webinarListing .hero.left_align_style .hero-badge .d-flex-container, .page-eventListing .hero.left_align_style .hero-badge .d-flex-container, .page-meetups .hero.left_align_style .hero-badge .d-flex-container, .page-hackathons .hero.left_align_style .hero-badge .d-flex-container, .page-challenge .hero.left_align_style .hero-badge .d-flex-container, .page-challenge-details .hero.left_align_style .hero-badge .d-flex-container, .page-hackathon-inner .hero.left_align_style .hero-badge .d-flex-container, .page-meetup-details .hero.left_align_style .hero-badge .d-flex-container, .page-awardsNew .hero.left_align_style .hero-badge .d-flex-container, .page-masterclass .hero.left_align_style .hero-badge .d-flex-container {
        color: #fff; }
      .page-webinarListing .hero.left_align_style .hero-badge span, .page-eventListing .hero.left_align_style .hero-badge span, .page-meetups .hero.left_align_style .hero-badge span, .page-hackathons .hero.left_align_style .hero-badge span, .page-challenge .hero.left_align_style .hero-badge span, .page-challenge-details .hero.left_align_style .hero-badge span, .page-hackathon-inner .hero.left_align_style .hero-badge span, .page-meetup-details .hero.left_align_style .hero-badge span, .page-awardsNew .hero.left_align_style .hero-badge span, .page-masterclass .hero.left_align_style .hero-badge span {
        font-size: 14px;
        color: #b1b1b1; }
        .page-webinarListing .hero.left_align_style .hero-badge span b, .page-webinarListing .hero.left_align_style .hero-badge span strong, .page-eventListing .hero.left_align_style .hero-badge span b, .page-eventListing .hero.left_align_style .hero-badge span strong, .page-meetups .hero.left_align_style .hero-badge span b, .page-meetups .hero.left_align_style .hero-badge span strong, .page-hackathons .hero.left_align_style .hero-badge span b, .page-hackathons .hero.left_align_style .hero-badge span strong, .page-challenge .hero.left_align_style .hero-badge span b, .page-challenge .hero.left_align_style .hero-badge span strong, .page-challenge-details .hero.left_align_style .hero-badge span b, .page-challenge-details .hero.left_align_style .hero-badge span strong, .page-hackathon-inner .hero.left_align_style .hero-badge span b, .page-hackathon-inner .hero.left_align_style .hero-badge span strong, .page-meetup-details .hero.left_align_style .hero-badge span b, .page-meetup-details .hero.left_align_style .hero-badge span strong, .page-awardsNew .hero.left_align_style .hero-badge span b, .page-awardsNew .hero.left_align_style .hero-badge span strong, .page-masterclass .hero.left_align_style .hero-badge span b, .page-masterclass .hero.left_align_style .hero-badge span strong {
          font-weight: 600;
          color: #fff; }
      .page-webinarListing .hero.left_align_style .hero-badge .badge-btn, .page-eventListing .hero.left_align_style .hero-badge .badge-btn, .page-meetups .hero.left_align_style .hero-badge .badge-btn, .page-hackathons .hero.left_align_style .hero-badge .badge-btn, .page-challenge .hero.left_align_style .hero-badge .badge-btn, .page-challenge-details .hero.left_align_style .hero-badge .badge-btn, .page-hackathon-inner .hero.left_align_style .hero-badge .badge-btn, .page-meetup-details .hero.left_align_style .hero-badge .badge-btn, .page-awardsNew .hero.left_align_style .hero-badge .badge-btn, .page-masterclass .hero.left_align_style .hero-badge .badge-btn {
        background: #ef4444; }
      .page-webinarListing .hero.left_align_style .hero-badge .badge-btn-style-2, .page-eventListing .hero.left_align_style .hero-badge .badge-btn-style-2, .page-meetups .hero.left_align_style .hero-badge .badge-btn-style-2, .page-hackathons .hero.left_align_style .hero-badge .badge-btn-style-2, .page-challenge .hero.left_align_style .hero-badge .badge-btn-style-2, .page-challenge-details .hero.left_align_style .hero-badge .badge-btn-style-2, .page-hackathon-inner .hero.left_align_style .hero-badge .badge-btn-style-2, .page-meetup-details .hero.left_align_style .hero-badge .badge-btn-style-2, .page-awardsNew .hero.left_align_style .hero-badge .badge-btn-style-2, .page-masterclass .hero.left_align_style .hero-badge .badge-btn-style-2 {
        display: flex;
        gap: 5px;
        background: black !important;
        padding: 6px 10px !important; }
    .page-webinarListing .hero.left_align_style .hero-badge-wrapper, .page-eventListing .hero.left_align_style .hero-badge-wrapper, .page-meetups .hero.left_align_style .hero-badge-wrapper, .page-hackathons .hero.left_align_style .hero-badge-wrapper, .page-challenge .hero.left_align_style .hero-badge-wrapper, .page-challenge-details .hero.left_align_style .hero-badge-wrapper, .page-hackathon-inner .hero.left_align_style .hero-badge-wrapper, .page-meetup-details .hero.left_align_style .hero-badge-wrapper, .page-awardsNew .hero.left_align_style .hero-badge-wrapper, .page-masterclass .hero.left_align_style .hero-badge-wrapper {
      margin-top: 20px;
      margin-bottom: 0px; }
      .page-webinarListing .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-eventListing .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-meetups .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-hackathons .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-challenge .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-challenge-details .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-hackathon-inner .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-meetup-details .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-awardsNew .hero.left_align_style .hero-badge-wrapper .hero-badge, .page-masterclass .hero.left_align_style .hero-badge-wrapper .hero-badge {
        background: transparent !important;
        margin: 0px;
        backdrop-filter: unset !important; }
        .page-webinarListing .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-eventListing .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-meetups .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-hackathons .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-challenge .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-challenge-details .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-hackathon-inner .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-meetup-details .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-awardsNew .hero.left_align_style .hero-badge-wrapper .hero-badge span, .page-masterclass .hero.left_align_style .hero-badge-wrapper .hero-badge span {
          color: #fff; }
    .page-webinarListing .hero.left_align_style .hero-title, .page-eventListing .hero.left_align_style .hero-title, .page-meetups .hero.left_align_style .hero-title, .page-hackathons .hero.left_align_style .hero-title, .page-challenge .hero.left_align_style .hero-title, .page-challenge-details .hero.left_align_style .hero-title, .page-hackathon-inner .hero.left_align_style .hero-title, .page-meetup-details .hero.left_align_style .hero-title, .page-awardsNew .hero.left_align_style .hero-title, .page-masterclass .hero.left_align_style .hero-title {
      font-size: 42px;
      line-height: 56px;
      color: #1f2937;
      font-family: SangBleuVersailles-Bold-WebS; }
      .page-webinarListing .hero.left_align_style .hero-title span, .page-eventListing .hero.left_align_style .hero-title span, .page-meetups .hero.left_align_style .hero-title span, .page-hackathons .hero.left_align_style .hero-title span, .page-challenge .hero.left_align_style .hero-title span, .page-challenge-details .hero.left_align_style .hero-title span, .page-hackathon-inner .hero.left_align_style .hero-title span, .page-meetup-details .hero.left_align_style .hero-title span, .page-awardsNew .hero.left_align_style .hero-title span, .page-masterclass .hero.left_align_style .hero-title span {
        background: linear-gradient(88.52deg, #475BE6 -1.12%, #AD56A4 47.6%, #E35252 98.23%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .page-webinarListing .hero.left_align_style .hero-desc, .page-eventListing .hero.left_align_style .hero-desc, .page-meetups .hero.left_align_style .hero-desc, .page-hackathons .hero.left_align_style .hero-desc, .page-challenge .hero.left_align_style .hero-desc, .page-challenge-details .hero.left_align_style .hero-desc, .page-hackathon-inner .hero.left_align_style .hero-desc, .page-meetup-details .hero.left_align_style .hero-desc, .page-awardsNew .hero.left_align_style .hero-desc, .page-masterclass .hero.left_align_style .hero-desc {
      color: #1f2937;
      font-size: 16px;
      max-width: 550px;
      margin-top: 15px;
      margin-bottom: 24px; }
    .page-webinarListing .hero.left_align_style .hero-left-content.align-content-center h5, .page-eventListing .hero.left_align_style .hero-left-content.align-content-center h5, .page-meetups .hero.left_align_style .hero-left-content.align-content-center h5, .page-hackathons .hero.left_align_style .hero-left-content.align-content-center h5, .page-challenge .hero.left_align_style .hero-left-content.align-content-center h5, .page-challenge-details .hero.left_align_style .hero-left-content.align-content-center h5, .page-hackathon-inner .hero.left_align_style .hero-left-content.align-content-center h5, .page-meetup-details .hero.left_align_style .hero-left-content.align-content-center h5, .page-awardsNew .hero.left_align_style .hero-left-content.align-content-center h5, .page-masterclass .hero.left_align_style .hero-left-content.align-content-center h5 {
      color: white;
      font-size: 19px;
      font-weight: 500;
      margin-top: 4px;
      margin-bottom: 5px; }
    .page-webinarListing .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-eventListing .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-meetups .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-hackathons .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-challenge .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-challenge-details .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-hackathon-inner .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-meetup-details .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-awardsNew .hero.left_align_style .hero-left-content.align-content-center .hero-desc, .page-masterclass .hero.left_align_style .hero-left-content.align-content-center .hero-desc {
      text-align: center;
      margin: 30px auto 35px auto; }
    .page-webinarListing .hero.left_align_style .hero-left-content.align-content-center .stat, .page-eventListing .hero.left_align_style .hero-left-content.align-content-center .stat, .page-meetups .hero.left_align_style .hero-left-content.align-content-center .stat, .page-hackathons .hero.left_align_style .hero-left-content.align-content-center .stat, .page-challenge .hero.left_align_style .hero-left-content.align-content-center .stat, .page-challenge-details .hero.left_align_style .hero-left-content.align-content-center .stat, .page-hackathon-inner .hero.left_align_style .hero-left-content.align-content-center .stat, .page-meetup-details .hero.left_align_style .hero-left-content.align-content-center .stat, .page-awardsNew .hero.left_align_style .hero-left-content.align-content-center .stat, .page-masterclass .hero.left_align_style .hero-left-content.align-content-center .stat {
      justify-content: center; }
    .page-webinarListing .hero.left_align_style .sponsor_container, .page-eventListing .hero.left_align_style .sponsor_container, .page-meetups .hero.left_align_style .sponsor_container, .page-hackathons .hero.left_align_style .sponsor_container, .page-challenge .hero.left_align_style .sponsor_container, .page-challenge-details .hero.left_align_style .sponsor_container, .page-hackathon-inner .hero.left_align_style .sponsor_container, .page-meetup-details .hero.left_align_style .sponsor_container, .page-awardsNew .hero.left_align_style .sponsor_container, .page-masterclass .hero.left_align_style .sponsor_container {
      display: flex;
      gap: 7px;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      gap: 45px; }
      .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item {
        display: flex;
        gap: 12px;
        align-items: center;
        border: 2px solid;
        border-image-source: linear-gradient(180deg, #070709 0%, #6A6A6A 51.92%, #08080A 100%);
        border-image-slice: 1;
        border-right-width: 2px;
        border-right-style: solid;
        border-left: 0px;
        border-top: 0px;
        border-bottom: 0px;
        padding-right: 33px;
        padding-top: 15px;
        padding-bottom: 15px; }
        .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item:last-child, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item:last-child {
          border-right: 0px;
          padding-right: 0px; }
        .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item_name, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item_name, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item_name, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item_name, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item_name, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item_name, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item_name, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item_name, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item_name, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item_name {
          display: flex;
          flex-direction: column;
          align-items: baseline;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: rgba(255, 255, 255, 0.8); }
          @media screen and (max-width: 1000px) {
            .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item_name, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item_name, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item_name, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item_name, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item_name, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item_name, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item_name, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item_name, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item_name, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item_name {
              justify-content: start;
              text-align: left;
              line-height: 19px;
              gap: 10px; } }
          .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item_name b, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item_name b {
            font-size: 21px;
            font-weight: 600;
            color: white; }
          .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item_name .color-yellow {
            color: #ffd431; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing .hero.left_align_style .sponsor_container .sponsor_item, .page-eventListing .hero.left_align_style .sponsor_container .sponsor_item, .page-meetups .hero.left_align_style .sponsor_container .sponsor_item, .page-hackathons .hero.left_align_style .sponsor_container .sponsor_item, .page-challenge .hero.left_align_style .sponsor_container .sponsor_item, .page-challenge-details .hero.left_align_style .sponsor_container .sponsor_item, .page-hackathon-inner .hero.left_align_style .sponsor_container .sponsor_item, .page-meetup-details .hero.left_align_style .sponsor_container .sponsor_item, .page-awardsNew .hero.left_align_style .sponsor_container .sponsor_item, .page-masterclass .hero.left_align_style .sponsor_container .sponsor_item {
            padding-right: 10px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing .hero.left_align_style .sponsor_container, .page-eventListing .hero.left_align_style .sponsor_container, .page-meetups .hero.left_align_style .sponsor_container, .page-hackathons .hero.left_align_style .sponsor_container, .page-challenge .hero.left_align_style .sponsor_container, .page-challenge-details .hero.left_align_style .sponsor_container, .page-hackathon-inner .hero.left_align_style .sponsor_container, .page-meetup-details .hero.left_align_style .sponsor_container, .page-awardsNew .hero.left_align_style .sponsor_container, .page-masterclass .hero.left_align_style .sponsor_container {
          gap: 30px; } }
    .page-webinarListing .hero.left_align_style .hero-stats-style-2, .page-eventListing .hero.left_align_style .hero-stats-style-2, .page-meetups .hero.left_align_style .hero-stats-style-2, .page-hackathons .hero.left_align_style .hero-stats-style-2, .page-challenge .hero.left_align_style .hero-stats-style-2, .page-challenge-details .hero.left_align_style .hero-stats-style-2, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2, .page-meetup-details .hero.left_align_style .hero-stats-style-2, .page-awardsNew .hero.left_align_style .hero-stats-style-2, .page-masterclass .hero.left_align_style .hero-stats-style-2 {
      width: 100% !important;
      display: inline-block;
      margin-bottom: 30px; }
      .page-webinarListing .hero.left_align_style .hero-stats-style-2 .stat, .page-eventListing .hero.left_align_style .hero-stats-style-2 .stat, .page-meetups .hero.left_align_style .hero-stats-style-2 .stat, .page-hackathons .hero.left_align_style .hero-stats-style-2 .stat, .page-challenge .hero.left_align_style .hero-stats-style-2 .stat, .page-challenge-details .hero.left_align_style .hero-stats-style-2 .stat, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2 .stat, .page-meetup-details .hero.left_align_style .hero-stats-style-2 .stat, .page-awardsNew .hero.left_align_style .hero-stats-style-2 .stat, .page-masterclass .hero.left_align_style .hero-stats-style-2 .stat {
        max-width: 100% !important;
        align-items: center;
        gap: 15px;
        display: flex; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing .hero.left_align_style .hero-stats-style-2 .stat, .page-eventListing .hero.left_align_style .hero-stats-style-2 .stat, .page-meetups .hero.left_align_style .hero-stats-style-2 .stat, .page-hackathons .hero.left_align_style .hero-stats-style-2 .stat, .page-challenge .hero.left_align_style .hero-stats-style-2 .stat, .page-challenge-details .hero.left_align_style .hero-stats-style-2 .stat, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2 .stat, .page-meetup-details .hero.left_align_style .hero-stats-style-2 .stat, .page-awardsNew .hero.left_align_style .hero-stats-style-2 .stat, .page-masterclass .hero.left_align_style .hero-stats-style-2 .stat {
            justify-content: center; } }
        .page-webinarListing .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-eventListing .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-meetups .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-hackathons .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-challenge .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-challenge-details .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-meetup-details .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-awardsNew .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img, .page-masterclass .hero.left_align_style .hero-stats-style-2 .stat .avatars.style_2 img {
          width: 27px;
          height: 27px;
          box-shadow: none; }
        .page-webinarListing .hero.left_align_style .hero-stats-style-2 .stat p, .page-eventListing .hero.left_align_style .hero-stats-style-2 .stat p, .page-meetups .hero.left_align_style .hero-stats-style-2 .stat p, .page-hackathons .hero.left_align_style .hero-stats-style-2 .stat p, .page-challenge .hero.left_align_style .hero-stats-style-2 .stat p, .page-challenge-details .hero.left_align_style .hero-stats-style-2 .stat p, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2 .stat p, .page-meetup-details .hero.left_align_style .hero-stats-style-2 .stat p, .page-awardsNew .hero.left_align_style .hero-stats-style-2 .stat p, .page-masterclass .hero.left_align_style .hero-stats-style-2 .stat p {
          color: rgba(255, 255, 255, 0.8);
          font-size: 15px; }
          .page-webinarListing .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-eventListing .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-meetups .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-hackathons .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-challenge .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-challenge-details .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-hackathon-inner .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-meetup-details .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-awardsNew .hero.left_align_style .hero-stats-style-2 .stat p strong, .page-masterclass .hero.left_align_style .hero-stats-style-2 .stat p strong {
            font-weight: 600;
            color: #fff; }
    .page-webinarListing .hero.left_align_style .btn, .page-eventListing .hero.left_align_style .btn, .page-meetups .hero.left_align_style .btn, .page-hackathons .hero.left_align_style .btn, .page-challenge .hero.left_align_style .btn, .page-challenge-details .hero.left_align_style .btn, .page-hackathon-inner .hero.left_align_style .btn, .page-meetup-details .hero.left_align_style .btn, .page-awardsNew .hero.left_align_style .btn, .page-masterclass .hero.left_align_style .btn {
      margin-bottom: 0px; }
    .page-webinarListing .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-eventListing .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-meetups .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-hackathons .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-challenge .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-challenge-details .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-hackathon-inner .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-meetup-details .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-awardsNew .hero.left_align_style .hero-right-content-style-3 .hex-grid, .page-masterclass .hero.left_align_style .hero-right-content-style-3 .hex-grid {
      display: grid;
      grid-template-columns: repeat(3, 161px);
      grid-gap: 20px;
      justify-content: center;
      align-items: center; }
      .page-webinarListing .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-eventListing .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-meetups .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-hackathons .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-challenge .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-challenge-details .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-hackathon-inner .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-meetup-details .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-awardsNew .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card, .page-masterclass .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card {
        width: 100% !important;
        height: 100% !important;
        clip-path: none;
        background: transparent;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-webinarListing .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-eventListing .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-meetups .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-hackathons .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-challenge .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-challenge-details .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-hackathon-inner .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-meetup-details .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-awardsNew .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img, .page-masterclass .hero.left_align_style .hero-right-content-style-3 .hex-grid .hex-card img {
          height: auto; }
    .page-webinarListing .hero.left_align_style .hero-container, .page-eventListing .hero.left_align_style .hero-container, .page-meetups .hero.left_align_style .hero-container, .page-hackathons .hero.left_align_style .hero-container, .page-challenge .hero.left_align_style .hero-container, .page-challenge-details .hero.left_align_style .hero-container, .page-hackathon-inner .hero.left_align_style .hero-container, .page-meetup-details .hero.left_align_style .hero-container, .page-awardsNew .hero.left_align_style .hero-container, .page-masterclass .hero.left_align_style .hero-container {
      position: relative; }
    .page-webinarListing .hero.left_align_style .hero-stats-style-3, .page-eventListing .hero.left_align_style .hero-stats-style-3, .page-meetups .hero.left_align_style .hero-stats-style-3, .page-hackathons .hero.left_align_style .hero-stats-style-3, .page-challenge .hero.left_align_style .hero-stats-style-3, .page-challenge-details .hero.left_align_style .hero-stats-style-3, .page-hackathon-inner .hero.left_align_style .hero-stats-style-3, .page-meetup-details .hero.left_align_style .hero-stats-style-3, .page-awardsNew .hero.left_align_style .hero-stats-style-3, .page-masterclass .hero.left_align_style .hero-stats-style-3 {
      margin-top: 40px;
      margin-bottom: 0px;
      justify-content: center !important;
      align-items: center;
      gap: 0px; }
      .page-webinarListing .hero.left_align_style .hero-stats-style-3 .stat, .page-eventListing .hero.left_align_style .hero-stats-style-3 .stat, .page-meetups .hero.left_align_style .hero-stats-style-3 .stat, .page-hackathons .hero.left_align_style .hero-stats-style-3 .stat, .page-challenge .hero.left_align_style .hero-stats-style-3 .stat, .page-challenge-details .hero.left_align_style .hero-stats-style-3 .stat, .page-hackathon-inner .hero.left_align_style .hero-stats-style-3 .stat, .page-meetup-details .hero.left_align_style .hero-stats-style-3 .stat, .page-awardsNew .hero.left_align_style .hero-stats-style-3 .stat, .page-masterclass .hero.left_align_style .hero-stats-style-3 .stat {
        text-align: center !important;
        min-width: 230px !important;
        border: 2px solid;
        border-image-source: linear-gradient(180deg, #070709 0%, #6A6A6A 51.92%, #08080A 100%);
        border-image-slice: 1;
        padding-top: 20px;
        padding-bottom: 20px;
        border-right-width: 2px;
        border-right-style: solid;
        border-left: 0px;
        border-top: 0px;
        border-bottom: 0px; }
        .page-webinarListing .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-eventListing .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-meetups .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-hackathons .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-challenge .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-challenge-details .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-hackathon-inner .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-meetup-details .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-awardsNew .hero.left_align_style .hero-stats-style-3 .stat:last-child, .page-masterclass .hero.left_align_style .hero-stats-style-3 .stat:last-child {
          border-right: 0px; }
        .page-webinarListing .hero.left_align_style .hero-stats-style-3 .stat h3, .page-eventListing .hero.left_align_style .hero-stats-style-3 .stat h3, .page-meetups .hero.left_align_style .hero-stats-style-3 .stat h3, .page-hackathons .hero.left_align_style .hero-stats-style-3 .stat h3, .page-challenge .hero.left_align_style .hero-stats-style-3 .stat h3, .page-challenge-details .hero.left_align_style .hero-stats-style-3 .stat h3, .page-hackathon-inner .hero.left_align_style .hero-stats-style-3 .stat h3, .page-meetup-details .hero.left_align_style .hero-stats-style-3 .stat h3, .page-awardsNew .hero.left_align_style .hero-stats-style-3 .stat h3, .page-masterclass .hero.left_align_style .hero-stats-style-3 .stat h3 {
          color: #fff; }
        .page-webinarListing .hero.left_align_style .hero-stats-style-3 .stat p, .page-eventListing .hero.left_align_style .hero-stats-style-3 .stat p, .page-meetups .hero.left_align_style .hero-stats-style-3 .stat p, .page-hackathons .hero.left_align_style .hero-stats-style-3 .stat p, .page-challenge .hero.left_align_style .hero-stats-style-3 .stat p, .page-challenge-details .hero.left_align_style .hero-stats-style-3 .stat p, .page-hackathon-inner .hero.left_align_style .hero-stats-style-3 .stat p, .page-meetup-details .hero.left_align_style .hero-stats-style-3 .stat p, .page-awardsNew .hero.left_align_style .hero-stats-style-3 .stat p, .page-masterclass .hero.left_align_style .hero-stats-style-3 .stat p {
          text-align: center;
          color: rgba(255, 255, 255, 0.6); }
    .page-webinarListing .hero.left_align_style .cxo, .page-eventListing .hero.left_align_style .cxo, .page-meetups .hero.left_align_style .cxo, .page-hackathons .hero.left_align_style .cxo, .page-challenge .hero.left_align_style .cxo, .page-challenge-details .hero.left_align_style .cxo, .page-hackathon-inner .hero.left_align_style .cxo, .page-meetup-details .hero.left_align_style .cxo, .page-awardsNew .hero.left_align_style .cxo, .page-masterclass .hero.left_align_style .cxo {
      position: absolute;
      width: auto;
      text-align: center;
      z-index: 3;
      animation: float 5s ease-in-out infinite;
      color: #fff; }
    .page-webinarListing .hero.left_align_style .cxo-right-bottom, .page-eventListing .hero.left_align_style .cxo-right-bottom, .page-meetups .hero.left_align_style .cxo-right-bottom, .page-hackathons .hero.left_align_style .cxo-right-bottom, .page-challenge .hero.left_align_style .cxo-right-bottom, .page-challenge-details .hero.left_align_style .cxo-right-bottom, .page-hackathon-inner .hero.left_align_style .cxo-right-bottom, .page-meetup-details .hero.left_align_style .cxo-right-bottom, .page-awardsNew .hero.left_align_style .cxo-right-bottom, .page-masterclass .hero.left_align_style .cxo-right-bottom {
      bottom: 0;
      right: 20px;
      opacity: 0.8; }
    .page-webinarListing .hero.left_align_style .cxo-right-top, .page-eventListing .hero.left_align_style .cxo-right-top, .page-meetups .hero.left_align_style .cxo-right-top, .page-hackathons .hero.left_align_style .cxo-right-top, .page-challenge .hero.left_align_style .cxo-right-top, .page-challenge-details .hero.left_align_style .cxo-right-top, .page-hackathon-inner .hero.left_align_style .cxo-right-top, .page-meetup-details .hero.left_align_style .cxo-right-top, .page-awardsNew .hero.left_align_style .cxo-right-top, .page-masterclass .hero.left_align_style .cxo-right-top {
      top: 0px;
      right: 0px;
      opacity: 0.8; }
    .page-webinarListing .hero.left_align_style .cxo-left-bottom, .page-eventListing .hero.left_align_style .cxo-left-bottom, .page-meetups .hero.left_align_style .cxo-left-bottom, .page-hackathons .hero.left_align_style .cxo-left-bottom, .page-challenge .hero.left_align_style .cxo-left-bottom, .page-challenge-details .hero.left_align_style .cxo-left-bottom, .page-hackathon-inner .hero.left_align_style .cxo-left-bottom, .page-meetup-details .hero.left_align_style .cxo-left-bottom, .page-awardsNew .hero.left_align_style .cxo-left-bottom, .page-masterclass .hero.left_align_style .cxo-left-bottom {
      bottom: 43px;
      left: 0px;
      opacity: 0.8; }
    .page-webinarListing .hero.left_align_style .cxo-left-top, .page-eventListing .hero.left_align_style .cxo-left-top, .page-meetups .hero.left_align_style .cxo-left-top, .page-hackathons .hero.left_align_style .cxo-left-top, .page-challenge .hero.left_align_style .cxo-left-top, .page-challenge-details .hero.left_align_style .cxo-left-top, .page-hackathon-inner .hero.left_align_style .cxo-left-top, .page-meetup-details .hero.left_align_style .cxo-left-top, .page-awardsNew .hero.left_align_style .cxo-left-top, .page-masterclass .hero.left_align_style .cxo-left-top {
      top: 0;
      left: 60px;
      opacity: 0.8; }
    .page-webinarListing .hero.left_align_style .module-page-description__container-images, .page-eventListing .hero.left_align_style .module-page-description__container-images, .page-meetups .hero.left_align_style .module-page-description__container-images, .page-hackathons .hero.left_align_style .module-page-description__container-images, .page-challenge .hero.left_align_style .module-page-description__container-images, .page-challenge-details .hero.left_align_style .module-page-description__container-images, .page-hackathon-inner .hero.left_align_style .module-page-description__container-images, .page-meetup-details .hero.left_align_style .module-page-description__container-images, .page-awardsNew .hero.left_align_style .module-page-description__container-images, .page-masterclass .hero.left_align_style .module-page-description__container-images {
      width: 600px;
      height: 450px;
      overflow: hidden;
      position: absolute;
      top: -75px; }
      .page-webinarListing .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-eventListing .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-meetups .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-hackathons .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-challenge .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-challenge-details .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-hackathon-inner .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-meetup-details .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-awardsNew .hero.left_align_style .module-page-description__container-images .module-page-description__images, .page-masterclass .hero.left_align_style .module-page-description__container-images .module-page-description__images {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -ms-display: flex;
        -webkit-display: flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 19px;
        height: 740px;
        overflow: hidden; }
        .page-webinarListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-eventListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-meetups .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-hackathons .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-challenge .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-challenge-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-hackathon-inner .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-meetup-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-awardsNew .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-masterclass .hero.left_align_style .module-page-description__container-images .module-page-description__images ul {
          animation: scrolling-up 20s linear infinite;
          flex-direction: column;
          gap: 19px;
          display: flex; }
          .page-webinarListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-eventListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-meetups .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-hackathons .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-challenge .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-challenge-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-hackathon-inner .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-meetup-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-awardsNew .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2), .page-masterclass .hero.left_align_style .module-page-description__container-images .module-page-description__images ul:nth-child(2) {
            animation: scrolling-down 20s linear infinite; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-eventListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-meetups .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-hackathons .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-challenge .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-challenge-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-hackathon-inner .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-meetup-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-awardsNew .hero.left_align_style .module-page-description__container-images .module-page-description__images ul, .page-masterclass .hero.left_align_style .module-page-description__container-images .module-page-description__images ul {
              animation: scrolling-right 20s linear infinite;
              flex-direction: row; } }
          .page-webinarListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-eventListing .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-meetups .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-hackathons .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-challenge .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-challenge-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-hackathon-inner .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-meetup-details .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-awardsNew .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img, .page-masterclass .hero.left_align_style .module-page-description__container-images .module-page-description__images ul li img {
            border-radius: 22px; }
  .page-webinarListing .hex-grid-full, .page-eventListing .hex-grid-full, .page-meetups .hex-grid-full, .page-hackathons .hex-grid-full, .page-challenge .hex-grid-full, .page-challenge-details .hex-grid-full, .page-hackathon-inner .hex-grid-full, .page-meetup-details .hex-grid-full, .page-awardsNew .hex-grid-full, .page-masterclass .hex-grid-full {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative; }
    .page-webinarListing .hex-grid-full .right-image, .page-eventListing .hex-grid-full .right-image, .page-meetups .hex-grid-full .right-image, .page-hackathons .hex-grid-full .right-image, .page-challenge .hex-grid-full .right-image, .page-challenge-details .hex-grid-full .right-image, .page-hackathon-inner .hex-grid-full .right-image, .page-meetup-details .hex-grid-full .right-image, .page-awardsNew .hex-grid-full .right-image, .page-masterclass .hex-grid-full .right-image {
      height: 456px;
      object-fit: contain;
      position: absolute;
      right: 0;
      object-position: right;
      animation-name: hex-fade-in, float;
      animation-delay: 0.4s, 1.8s;
      animation-duration: 0.7s, 3.2s;
      animation-fill-mode: both, none;
      animation-iteration-count: 1, infinite;
      animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
    .page-webinarListing .hex-grid-full .center-align-image, .page-eventListing .hex-grid-full .center-align-image, .page-meetups .hex-grid-full .center-align-image, .page-hackathons .hex-grid-full .center-align-image, .page-challenge .hex-grid-full .center-align-image, .page-challenge-details .hex-grid-full .center-align-image, .page-hackathon-inner .hex-grid-full .center-align-image, .page-meetup-details .hex-grid-full .center-align-image, .page-awardsNew .hex-grid-full .center-align-image, .page-masterclass .hex-grid-full .center-align-image {
      object-position: center; }
    .page-webinarListing .hex-grid-full .overlapping-right-image, .page-eventListing .hex-grid-full .overlapping-right-image, .page-meetups .hex-grid-full .overlapping-right-image, .page-hackathons .hex-grid-full .overlapping-right-image, .page-challenge .hex-grid-full .overlapping-right-image, .page-challenge-details .hex-grid-full .overlapping-right-image, .page-hackathon-inner .hex-grid-full .overlapping-right-image, .page-meetup-details .hex-grid-full .overlapping-right-image, .page-awardsNew .hex-grid-full .overlapping-right-image, .page-masterclass .hex-grid-full .overlapping-right-image {
      position: absolute;
      height: 263px;
      width: 520px;
      object-fit: cover;
      animation-name: hex-fade-in, float;
      animation-delay: 0.4s, 1.8s;
      animation-duration: 0.7s, 3.2s;
      animation-fill-mode: both, none;
      animation-iteration-count: 1, infinite;
      animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out; }
  .page-webinarListing .d-flex-container, .page-eventListing .d-flex-container, .page-meetups .d-flex-container, .page-hackathons .d-flex-container, .page-challenge .d-flex-container, .page-challenge-details .d-flex-container, .page-hackathon-inner .d-flex-container, .page-meetup-details .d-flex-container, .page-awardsNew .d-flex-container, .page-masterclass .d-flex-container {
    display: flex;
    hyphenate-character: auto;
    align-items: center;
    gap: 5px; }
  .page-webinarListing #why-hackathon-step, .page-eventListing #why-hackathon-step, .page-meetups #why-hackathon-step, .page-hackathons #why-hackathon-step, .page-challenge #why-hackathon-step, .page-challenge-details #why-hackathon-step, .page-hackathon-inner #why-hackathon-step, .page-meetup-details #why-hackathon-step, .page-awardsNew #why-hackathon-step, .page-masterclass #why-hackathon-step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
    position: relative;
    overflow: hidden; }
    .page-webinarListing #why-hackathon-step .step, .page-eventListing #why-hackathon-step .step, .page-meetups #why-hackathon-step .step, .page-hackathons #why-hackathon-step .step, .page-challenge #why-hackathon-step .step, .page-challenge-details #why-hackathon-step .step, .page-hackathon-inner #why-hackathon-step .step, .page-meetup-details #why-hackathon-step .step, .page-awardsNew #why-hackathon-step .step, .page-masterclass #why-hackathon-step .step {
      position: relative;
      width: 100%; }
      .page-webinarListing #why-hackathon-step .step:before, .page-eventListing #why-hackathon-step .step:before, .page-meetups #why-hackathon-step .step:before, .page-hackathons #why-hackathon-step .step:before, .page-challenge #why-hackathon-step .step:before, .page-challenge-details #why-hackathon-step .step:before, .page-hackathon-inner #why-hackathon-step .step:before, .page-meetup-details #why-hackathon-step .step:before, .page-awardsNew #why-hackathon-step .step:before, .page-masterclass #why-hackathon-step .step:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
        position: absolute;
        transform: rotate(90deg);
        right: -116%; }
      .page-webinarListing #why-hackathon-step .step:after, .page-eventListing #why-hackathon-step .step:after, .page-meetups #why-hackathon-step .step:after, .page-hackathons #why-hackathon-step .step:after, .page-challenge #why-hackathon-step .step:after, .page-challenge-details #why-hackathon-step .step:after, .page-hackathon-inner #why-hackathon-step .step:after, .page-meetup-details #why-hackathon-step .step:after, .page-awardsNew #why-hackathon-step .step:after, .page-masterclass #why-hackathon-step .step:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
        position: absolute;
        right: 0px;
        bottom: -27px;
        width: 235%; }
  .page-webinarListing .why-hackathon-section, .page-eventListing .why-hackathon-section, .page-meetups .why-hackathon-section, .page-hackathons .why-hackathon-section, .page-challenge .why-hackathon-section, .page-challenge-details .why-hackathon-section, .page-hackathon-inner .why-hackathon-section, .page-meetup-details .why-hackathon-section, .page-awardsNew .why-hackathon-section, .page-masterclass .why-hackathon-section {
    background: #101010 url("https://img.etb2bimg.com/files/cp/edb50f7a46c1a1677e78.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    .page-webinarListing .why-hackathon-section::before, .page-eventListing .why-hackathon-section::before, .page-meetups .why-hackathon-section::before, .page-hackathons .why-hackathon-section::before, .page-challenge .why-hackathon-section::before, .page-challenge-details .why-hackathon-section::before, .page-hackathon-inner .why-hackathon-section::before, .page-meetup-details .why-hackathon-section::before, .page-awardsNew .why-hackathon-section::before, .page-masterclass .why-hackathon-section::before {
      display: none; }
    .page-webinarListing .why-hackathon-section .context-content, .page-eventListing .why-hackathon-section .context-content, .page-meetups .why-hackathon-section .context-content, .page-hackathons .why-hackathon-section .context-content, .page-challenge .why-hackathon-section .context-content, .page-challenge-details .why-hackathon-section .context-content, .page-hackathon-inner .why-hackathon-section .context-content, .page-meetup-details .why-hackathon-section .context-content, .page-awardsNew .why-hackathon-section .context-content, .page-masterclass .why-hackathon-section .context-content {
      display: flex;
      align-items: center;
      gap: 40px; }
      .page-webinarListing .why-hackathon-section .context-content .section-title, .page-eventListing .why-hackathon-section .context-content .section-title, .page-meetups .why-hackathon-section .context-content .section-title, .page-hackathons .why-hackathon-section .context-content .section-title, .page-challenge .why-hackathon-section .context-content .section-title, .page-challenge-details .why-hackathon-section .context-content .section-title, .page-hackathon-inner .why-hackathon-section .context-content .section-title, .page-meetup-details .why-hackathon-section .context-content .section-title, .page-awardsNew .why-hackathon-section .context-content .section-title, .page-masterclass .why-hackathon-section .context-content .section-title {
        max-width: max-content;
        text-align: left; }
        .page-webinarListing .why-hackathon-section .context-content .section-title .title, .page-eventListing .why-hackathon-section .context-content .section-title .title, .page-meetups .why-hackathon-section .context-content .section-title .title, .page-hackathons .why-hackathon-section .context-content .section-title .title, .page-challenge .why-hackathon-section .context-content .section-title .title, .page-challenge-details .why-hackathon-section .context-content .section-title .title, .page-hackathon-inner .why-hackathon-section .context-content .section-title .title, .page-meetup-details .why-hackathon-section .context-content .section-title .title, .page-awardsNew .why-hackathon-section .context-content .section-title .title, .page-masterclass .why-hackathon-section .context-content .section-title .title {
          color: #fff;
          text-align: left; }
          .page-webinarListing .why-hackathon-section .context-content .section-title .title span, .page-eventListing .why-hackathon-section .context-content .section-title .title span, .page-meetups .why-hackathon-section .context-content .section-title .title span, .page-hackathons .why-hackathon-section .context-content .section-title .title span, .page-challenge .why-hackathon-section .context-content .section-title .title span, .page-challenge-details .why-hackathon-section .context-content .section-title .title span, .page-hackathon-inner .why-hackathon-section .context-content .section-title .title span, .page-meetup-details .why-hackathon-section .context-content .section-title .title span, .page-awardsNew .why-hackathon-section .context-content .section-title .title span, .page-masterclass .why-hackathon-section .context-content .section-title .title span {
            display: inline-block;
            width: 100%;
            color: #DA3832;
            background: inherit;
            -webkit-text-fill-color: inherit; }
        .page-webinarListing .why-hackathon-section .context-content .section-title p, .page-eventListing .why-hackathon-section .context-content .section-title p, .page-meetups .why-hackathon-section .context-content .section-title p, .page-hackathons .why-hackathon-section .context-content .section-title p, .page-challenge .why-hackathon-section .context-content .section-title p, .page-challenge-details .why-hackathon-section .context-content .section-title p, .page-hackathon-inner .why-hackathon-section .context-content .section-title p, .page-meetup-details .why-hackathon-section .context-content .section-title p, .page-awardsNew .why-hackathon-section .context-content .section-title p, .page-masterclass .why-hackathon-section .context-content .section-title p {
          max-width: 600px;
          font-size: 15px;
          color: #fff;
          text-align: left; }
      .page-webinarListing .why-hackathon-section .context-content .right_content__wrapper, .page-eventListing .why-hackathon-section .context-content .right_content__wrapper, .page-meetups .why-hackathon-section .context-content .right_content__wrapper, .page-hackathons .why-hackathon-section .context-content .right_content__wrapper, .page-challenge .why-hackathon-section .context-content .right_content__wrapper, .page-challenge-details .why-hackathon-section .context-content .right_content__wrapper, .page-hackathon-inner .why-hackathon-section .context-content .right_content__wrapper, .page-meetup-details .why-hackathon-section .context-content .right_content__wrapper, .page-awardsNew .why-hackathon-section .context-content .right_content__wrapper, .page-masterclass .why-hackathon-section .context-content .right_content__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        max-width: 600px;
        padding: 25px;
        box-sizing: border-box;
        border: 1px solid #3d3d3d;
        border-radius: 20px;
        background: #000; }
        .page-webinarListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-eventListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-meetups .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-hackathons .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-challenge .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-challenge-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-hackathon-inner .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-meetup-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-awardsNew .why-hackathon-section .context-content .right_content__wrapper .right_content__content, .page-masterclass .why-hackathon-section .context-content .right_content__wrapper .right_content__content {
          display: flex;
          flex-wrap: wrap; }
          .page-webinarListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-eventListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-meetups .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-hackathons .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-challenge .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-challenge-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-hackathon-inner .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-meetup-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-awardsNew .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3, .page-masterclass .why-hackathon-section .context-content .right_content__wrapper .right_content__content h3 {
            font-size: 16px;
            color: #fff; }
          .page-webinarListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-eventListing .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-meetups .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-hackathons .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-challenge .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-challenge-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-hackathon-inner .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-meetup-details .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-awardsNew .why-hackathon-section .context-content .right_content__wrapper .right_content__content p, .page-masterclass .why-hackathon-section .context-content .right_content__wrapper .right_content__content p {
            margin-top: 7px;
            font-size: 13px;
            line-height: normal;
            color: rgba(255, 255, 255, 0.7); }
  .page-webinarListing section#hackathon-sponsors-section, .page-eventListing section#hackathon-sponsors-section, .page-meetups section#hackathon-sponsors-section, .page-hackathons section#hackathon-sponsors-section, .page-challenge section#hackathon-sponsors-section, .page-challenge-details section#hackathon-sponsors-section, .page-hackathon-inner section#hackathon-sponsors-section, .page-meetup-details section#hackathon-sponsors-section, .page-awardsNew section#hackathon-sponsors-section, .page-masterclass section#hackathon-sponsors-section {
    background: #f9fafb; }
    .page-webinarListing section#hackathon-sponsors-section .btn-large, .page-eventListing section#hackathon-sponsors-section .btn-large, .page-meetups section#hackathon-sponsors-section .btn-large, .page-hackathons section#hackathon-sponsors-section .btn-large, .page-challenge section#hackathon-sponsors-section .btn-large, .page-challenge-details section#hackathon-sponsors-section .btn-large, .page-hackathon-inner section#hackathon-sponsors-section .btn-large, .page-meetup-details section#hackathon-sponsors-section .btn-large, .page-awardsNew section#hackathon-sponsors-section .btn-large, .page-masterclass section#hackathon-sponsors-section .btn-large {
      padding: 12px 27px;
      font-size: 14px;
      font-weight: 400; }
    .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid {
      display: grid;
      gap: 25px;
      grid-template-columns: repeat(3, 1fr);
      padding-top: 20px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid {
          grid-template-columns: repeat(1, 1fr); } }
      .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box {
        border: 1px solid #ebebeb;
        padding: 25px;
        border-radius: 20px;
        background: white; }
        .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box span.sponsor-box__icon {
          margin-bottom: 16px;
          display: flex;
          background: #fcf3f3;
          border-radius: 10px;
          height: 43px;
          width: 43px;
          justify-content: center;
          align-items: center; }
        .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box h4 {
          color: #172435;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 10px; }
        .page-webinarListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-eventListing section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-meetups section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-hackathons section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-challenge section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-challenge-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-hackathon-inner section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-meetup-details section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-awardsNew section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p, .page-masterclass section#hackathon-sponsors-section .sponsor-box-grid .sponsor-box p {
          font-size: 14px;
          font-weight: 500;
          color: #595959;
          line-height: 23px; }
  .page-webinarListing #contest-types-section, .page-eventListing #contest-types-section, .page-meetups #contest-types-section, .page-hackathons #contest-types-section, .page-challenge #contest-types-section, .page-challenge-details #contest-types-section, .page-hackathon-inner #contest-types-section, .page-meetup-details #contest-types-section, .page-awardsNew #contest-types-section, .page-masterclass #contest-types-section {
    /* Responsive adjustments */ }
    .page-webinarListing #contest-types-section .contest-types-section__grid, .page-eventListing #contest-types-section .contest-types-section__grid, .page-meetups #contest-types-section .contest-types-section__grid, .page-hackathons #contest-types-section .contest-types-section__grid, .page-challenge #contest-types-section .contest-types-section__grid, .page-challenge-details #contest-types-section .contest-types-section__grid, .page-hackathon-inner #contest-types-section .contest-types-section__grid, .page-meetup-details #contest-types-section .contest-types-section__grid, .page-awardsNew #contest-types-section .contest-types-section__grid, .page-masterclass #contest-types-section .contest-types-section__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 40px; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #contest-types-section .contest-types-section__grid, .page-eventListing #contest-types-section .contest-types-section__grid, .page-meetups #contest-types-section .contest-types-section__grid, .page-hackathons #contest-types-section .contest-types-section__grid, .page-challenge #contest-types-section .contest-types-section__grid, .page-challenge-details #contest-types-section .contest-types-section__grid, .page-hackathon-inner #contest-types-section .contest-types-section__grid, .page-meetup-details #contest-types-section .contest-types-section__grid, .page-awardsNew #contest-types-section .contest-types-section__grid, .page-masterclass #contest-types-section .contest-types-section__grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #contest-types-section .contest-types-section__grid, .page-eventListing #contest-types-section .contest-types-section__grid, .page-meetups #contest-types-section .contest-types-section__grid, .page-hackathons #contest-types-section .contest-types-section__grid, .page-challenge #contest-types-section .contest-types-section__grid, .page-challenge-details #contest-types-section .contest-types-section__grid, .page-hackathon-inner #contest-types-section .contest-types-section__grid, .page-meetup-details #contest-types-section .contest-types-section__grid, .page-awardsNew #contest-types-section .contest-types-section__grid, .page-masterclass #contest-types-section .contest-types-section__grid {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-top: 30px; } }
    .page-webinarListing #contest-types-section .contest-types-card, .page-eventListing #contest-types-section .contest-types-card, .page-meetups #contest-types-section .contest-types-card, .page-hackathons #contest-types-section .contest-types-card, .page-challenge #contest-types-section .contest-types-card, .page-challenge-details #contest-types-section .contest-types-card, .page-hackathon-inner #contest-types-section .contest-types-card, .page-meetup-details #contest-types-section .contest-types-card, .page-awardsNew #contest-types-section .contest-types-card, .page-masterclass #contest-types-section .contest-types-card {
      position: relative;
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(23, 36, 53, 0.15);
      display: flex;
      padding: 20px;
      gap: 20px; }
      .page-webinarListing #contest-types-section .contest-types-card:hover, .page-eventListing #contest-types-section .contest-types-card:hover, .page-meetups #contest-types-section .contest-types-card:hover, .page-hackathons #contest-types-section .contest-types-card:hover, .page-challenge #contest-types-section .contest-types-card:hover, .page-challenge-details #contest-types-section .contest-types-card:hover, .page-hackathon-inner #contest-types-section .contest-types-card:hover, .page-meetup-details #contest-types-section .contest-types-card:hover, .page-awardsNew #contest-types-section .contest-types-card:hover, .page-masterclass #contest-types-section .contest-types-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
        .page-webinarListing #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-eventListing #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-meetups #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-hackathons #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-challenge #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-challenge-details #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-hackathon-inner #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-meetup-details #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-awardsNew #contest-types-section .contest-types-card:hover .contest-types-card__image img, .page-masterclass #contest-types-section .contest-types-card:hover .contest-types-card__image img {
          transform: scale(1.05); }
      .page-webinarListing #contest-types-section .contest-types-card__image, .page-eventListing #contest-types-section .contest-types-card__image, .page-meetups #contest-types-section .contest-types-card__image, .page-hackathons #contest-types-section .contest-types-card__image, .page-challenge #contest-types-section .contest-types-card__image, .page-challenge-details #contest-types-section .contest-types-card__image, .page-hackathon-inner #contest-types-section .contest-types-card__image, .page-meetup-details #contest-types-section .contest-types-card__image, .page-awardsNew #contest-types-section .contest-types-card__image, .page-masterclass #contest-types-section .contest-types-card__image {
        position: relative;
        width: 100%;
        height: 190px;
        overflow: hidden;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        max-width: 180px;
        border-radius: 8px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__image, .page-eventListing #contest-types-section .contest-types-card__image, .page-meetups #contest-types-section .contest-types-card__image, .page-hackathons #contest-types-section .contest-types-card__image, .page-challenge #contest-types-section .contest-types-card__image, .page-challenge-details #contest-types-section .contest-types-card__image, .page-hackathon-inner #contest-types-section .contest-types-card__image, .page-meetup-details #contest-types-section .contest-types-card__image, .page-awardsNew #contest-types-section .contest-types-card__image, .page-masterclass #contest-types-section .contest-types-card__image {
            height: 200px; } }
        .page-webinarListing #contest-types-section .contest-types-card__image img, .page-eventListing #contest-types-section .contest-types-card__image img, .page-meetups #contest-types-section .contest-types-card__image img, .page-hackathons #contest-types-section .contest-types-card__image img, .page-challenge #contest-types-section .contest-types-card__image img, .page-challenge-details #contest-types-section .contest-types-card__image img, .page-hackathon-inner #contest-types-section .contest-types-card__image img, .page-meetup-details #contest-types-section .contest-types-card__image img, .page-awardsNew #contest-types-section .contest-types-card__image img, .page-masterclass #contest-types-section .contest-types-card__image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .page-webinarListing #contest-types-section .contest-types-card__content, .page-eventListing #contest-types-section .contest-types-card__content, .page-meetups #contest-types-section .contest-types-card__content, .page-hackathons #contest-types-section .contest-types-card__content, .page-challenge #contest-types-section .contest-types-card__content, .page-challenge-details #contest-types-section .contest-types-card__content, .page-hackathon-inner #contest-types-section .contest-types-card__content, .page-meetup-details #contest-types-section .contest-types-card__content, .page-awardsNew #contest-types-section .contest-types-card__content, .page-masterclass #contest-types-section .contest-types-card__content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__content, .page-eventListing #contest-types-section .contest-types-card__content, .page-meetups #contest-types-section .contest-types-card__content, .page-hackathons #contest-types-section .contest-types-card__content, .page-challenge #contest-types-section .contest-types-card__content, .page-challenge-details #contest-types-section .contest-types-card__content, .page-hackathon-inner #contest-types-section .contest-types-card__content, .page-meetup-details #contest-types-section .contest-types-card__content, .page-awardsNew #contest-types-section .contest-types-card__content, .page-masterclass #contest-types-section .contest-types-card__content {
            padding: 16px;
            gap: 10px; } }
      .page-webinarListing #contest-types-section .contest-types-card__tags, .page-eventListing #contest-types-section .contest-types-card__tags, .page-meetups #contest-types-section .contest-types-card__tags, .page-hackathons #contest-types-section .contest-types-card__tags, .page-challenge #contest-types-section .contest-types-card__tags, .page-challenge-details #contest-types-section .contest-types-card__tags, .page-hackathon-inner #contest-types-section .contest-types-card__tags, .page-meetup-details #contest-types-section .contest-types-card__tags, .page-awardsNew #contest-types-section .contest-types-card__tags, .page-masterclass #contest-types-section .contest-types-card__tags {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        margin-bottom: 4px; }
      .page-webinarListing #contest-types-section .contest-types-card__tag, .page-eventListing #contest-types-section .contest-types-card__tag, .page-meetups #contest-types-section .contest-types-card__tag, .page-hackathons #contest-types-section .contest-types-card__tag, .page-challenge #contest-types-section .contest-types-card__tag, .page-challenge-details #contest-types-section .contest-types-card__tag, .page-hackathon-inner #contest-types-section .contest-types-card__tag, .page-meetup-details #contest-types-section .contest-types-card__tag, .page-awardsNew #contest-types-section .contest-types-card__tag, .page-masterclass #contest-types-section .contest-types-card__tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 999px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize; }
        .page-webinarListing #contest-types-section .contest-types-card__tag--coding, .page-eventListing #contest-types-section .contest-types-card__tag--coding, .page-meetups #contest-types-section .contest-types-card__tag--coding, .page-hackathons #contest-types-section .contest-types-card__tag--coding, .page-challenge #contest-types-section .contest-types-card__tag--coding, .page-challenge-details #contest-types-section .contest-types-card__tag--coding, .page-hackathon-inner #contest-types-section .contest-types-card__tag--coding, .page-meetup-details #contest-types-section .contest-types-card__tag--coding, .page-awardsNew #contest-types-section .contest-types-card__tag--coding, .page-masterclass #contest-types-section .contest-types-card__tag--coding {
          background: rgba(59, 130, 246, 0.1);
          color: #3b82f6; }
        .page-webinarListing #contest-types-section .contest-types-card__tag--mcq, .page-eventListing #contest-types-section .contest-types-card__tag--mcq, .page-meetups #contest-types-section .contest-types-card__tag--mcq, .page-hackathons #contest-types-section .contest-types-card__tag--mcq, .page-challenge #contest-types-section .contest-types-card__tag--mcq, .page-challenge-details #contest-types-section .contest-types-card__tag--mcq, .page-hackathon-inner #contest-types-section .contest-types-card__tag--mcq, .page-meetup-details #contest-types-section .contest-types-card__tag--mcq, .page-awardsNew #contest-types-section .contest-types-card__tag--mcq, .page-masterclass #contest-types-section .contest-types-card__tag--mcq {
          background: rgba(34, 197, 94, 0.1);
          color: #22c55e; }
        .page-webinarListing #contest-types-section .contest-types-card__tag--advanced, .page-eventListing #contest-types-section .contest-types-card__tag--advanced, .page-meetups #contest-types-section .contest-types-card__tag--advanced, .page-hackathons #contest-types-section .contest-types-card__tag--advanced, .page-challenge #contest-types-section .contest-types-card__tag--advanced, .page-challenge-details #contest-types-section .contest-types-card__tag--advanced, .page-hackathon-inner #contest-types-section .contest-types-card__tag--advanced, .page-meetup-details #contest-types-section .contest-types-card__tag--advanced, .page-awardsNew #contest-types-section .contest-types-card__tag--advanced, .page-masterclass #contest-types-section .contest-types-card__tag--advanced {
          background: rgba(239, 68, 68, 0.1);
          color: #ef4444; }
        .page-webinarListing #contest-types-section .contest-types-card__tag--intermediate, .page-eventListing #contest-types-section .contest-types-card__tag--intermediate, .page-meetups #contest-types-section .contest-types-card__tag--intermediate, .page-hackathons #contest-types-section .contest-types-card__tag--intermediate, .page-challenge #contest-types-section .contest-types-card__tag--intermediate, .page-challenge-details #contest-types-section .contest-types-card__tag--intermediate, .page-hackathon-inner #contest-types-section .contest-types-card__tag--intermediate, .page-meetup-details #contest-types-section .contest-types-card__tag--intermediate, .page-awardsNew #contest-types-section .contest-types-card__tag--intermediate, .page-masterclass #contest-types-section .contest-types-card__tag--intermediate {
          background: rgba(234, 179, 8, 0.1);
          color: #eab308; }
      .page-webinarListing #contest-types-section .contest-types-card__title, .page-eventListing #contest-types-section .contest-types-card__title, .page-meetups #contest-types-section .contest-types-card__title, .page-hackathons #contest-types-section .contest-types-card__title, .page-challenge #contest-types-section .contest-types-card__title, .page-challenge-details #contest-types-section .contest-types-card__title, .page-hackathon-inner #contest-types-section .contest-types-card__title, .page-meetup-details #contest-types-section .contest-types-card__title, .page-awardsNew #contest-types-section .contest-types-card__title, .page-masterclass #contest-types-section .contest-types-card__title {
        color: #1f2937;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
        margin: 0;
        font-family: "SangBleuVersailles-Bold-WebS"; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__title, .page-eventListing #contest-types-section .contest-types-card__title, .page-meetups #contest-types-section .contest-types-card__title, .page-hackathons #contest-types-section .contest-types-card__title, .page-challenge #contest-types-section .contest-types-card__title, .page-challenge-details #contest-types-section .contest-types-card__title, .page-hackathon-inner #contest-types-section .contest-types-card__title, .page-meetup-details #contest-types-section .contest-types-card__title, .page-awardsNew #contest-types-section .contest-types-card__title, .page-masterclass #contest-types-section .contest-types-card__title {
            font-size: 18px; } }
      .page-webinarListing #contest-types-section .contest-types-card__description, .page-eventListing #contest-types-section .contest-types-card__description, .page-meetups #contest-types-section .contest-types-card__description, .page-hackathons #contest-types-section .contest-types-card__description, .page-challenge #contest-types-section .contest-types-card__description, .page-challenge-details #contest-types-section .contest-types-card__description, .page-hackathon-inner #contest-types-section .contest-types-card__description, .page-meetup-details #contest-types-section .contest-types-card__description, .page-awardsNew #contest-types-section .contest-types-card__description, .page-masterclass #contest-types-section .contest-types-card__description {
        color: #6b7280;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-align: left;
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__description, .page-eventListing #contest-types-section .contest-types-card__description, .page-meetups #contest-types-section .contest-types-card__description, .page-hackathons #contest-types-section .contest-types-card__description, .page-challenge #contest-types-section .contest-types-card__description, .page-challenge-details #contest-types-section .contest-types-card__description, .page-hackathon-inner #contest-types-section .contest-types-card__description, .page-meetup-details #contest-types-section .contest-types-card__description, .page-awardsNew #contest-types-section .contest-types-card__description, .page-masterclass #contest-types-section .contest-types-card__description {
            font-size: 13px; } }
      .page-webinarListing #contest-types-section .contest-types-card__schedule, .page-eventListing #contest-types-section .contest-types-card__schedule, .page-meetups #contest-types-section .contest-types-card__schedule, .page-hackathons #contest-types-section .contest-types-card__schedule, .page-challenge #contest-types-section .contest-types-card__schedule, .page-challenge-details #contest-types-section .contest-types-card__schedule, .page-hackathon-inner #contest-types-section .contest-types-card__schedule, .page-meetup-details #contest-types-section .contest-types-card__schedule, .page-awardsNew #contest-types-section .contest-types-card__schedule, .page-masterclass #contest-types-section .contest-types-card__schedule {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(23, 36, 53, 0.8);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        flex-wrap: wrap; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__schedule, .page-eventListing #contest-types-section .contest-types-card__schedule, .page-meetups #contest-types-section .contest-types-card__schedule, .page-hackathons #contest-types-section .contest-types-card__schedule, .page-challenge #contest-types-section .contest-types-card__schedule, .page-challenge-details #contest-types-section .contest-types-card__schedule, .page-hackathon-inner #contest-types-section .contest-types-card__schedule, .page-meetup-details #contest-types-section .contest-types-card__schedule, .page-awardsNew #contest-types-section .contest-types-card__schedule, .page-masterclass #contest-types-section .contest-types-card__schedule {
            font-size: 12px;
            gap: 6px; } }
      .page-webinarListing #contest-types-section .contest-types-card__date, .page-webinarListing #contest-types-section .contest-types-card__time, .page-webinarListing #contest-types-section .contest-types-card__duration, .page-eventListing #contest-types-section .contest-types-card__date, .page-eventListing #contest-types-section .contest-types-card__time, .page-eventListing #contest-types-section .contest-types-card__duration, .page-meetups #contest-types-section .contest-types-card__date, .page-meetups #contest-types-section .contest-types-card__time, .page-meetups #contest-types-section .contest-types-card__duration, .page-hackathons #contest-types-section .contest-types-card__date, .page-hackathons #contest-types-section .contest-types-card__time, .page-hackathons #contest-types-section .contest-types-card__duration, .page-challenge #contest-types-section .contest-types-card__date, .page-challenge #contest-types-section .contest-types-card__time, .page-challenge #contest-types-section .contest-types-card__duration, .page-challenge-details #contest-types-section .contest-types-card__date, .page-challenge-details #contest-types-section .contest-types-card__time, .page-challenge-details #contest-types-section .contest-types-card__duration, .page-hackathon-inner #contest-types-section .contest-types-card__date, .page-hackathon-inner #contest-types-section .contest-types-card__time, .page-hackathon-inner #contest-types-section .contest-types-card__duration, .page-meetup-details #contest-types-section .contest-types-card__date, .page-meetup-details #contest-types-section .contest-types-card__time, .page-meetup-details #contest-types-section .contest-types-card__duration, .page-awardsNew #contest-types-section .contest-types-card__date, .page-awardsNew #contest-types-section .contest-types-card__time, .page-awardsNew #contest-types-section .contest-types-card__duration, .page-masterclass #contest-types-section .contest-types-card__date, .page-masterclass #contest-types-section .contest-types-card__time, .page-masterclass #contest-types-section .contest-types-card__duration {
        color: rgba(23, 36, 53, 0.8);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px; }
      .page-webinarListing #contest-types-section .contest-types-card__separator, .page-eventListing #contest-types-section .contest-types-card__separator, .page-meetups #contest-types-section .contest-types-card__separator, .page-hackathons #contest-types-section .contest-types-card__separator, .page-challenge #contest-types-section .contest-types-card__separator, .page-challenge-details #contest-types-section .contest-types-card__separator, .page-hackathon-inner #contest-types-section .contest-types-card__separator, .page-meetup-details #contest-types-section .contest-types-card__separator, .page-awardsNew #contest-types-section .contest-types-card__separator, .page-masterclass #contest-types-section .contest-types-card__separator {
        color: #6b7280;
        font-size: 12px; }
      .page-webinarListing #contest-types-section .contest-types-card__prize, .page-eventListing #contest-types-section .contest-types-card__prize, .page-meetups #contest-types-section .contest-types-card__prize, .page-hackathons #contest-types-section .contest-types-card__prize, .page-challenge #contest-types-section .contest-types-card__prize, .page-challenge-details #contest-types-section .contest-types-card__prize, .page-hackathon-inner #contest-types-section .contest-types-card__prize, .page-meetup-details #contest-types-section .contest-types-card__prize, .page-awardsNew #contest-types-section .contest-types-card__prize, .page-masterclass #contest-types-section .contest-types-card__prize {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #46864f;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 4px;
        background: #f1f1f1;
        padding: 6px 8px;
        border-radius: 6px;
        max-width: 214px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__prize, .page-eventListing #contest-types-section .contest-types-card__prize, .page-meetups #contest-types-section .contest-types-card__prize, .page-hackathons #contest-types-section .contest-types-card__prize, .page-challenge #contest-types-section .contest-types-card__prize, .page-challenge-details #contest-types-section .contest-types-card__prize, .page-hackathon-inner #contest-types-section .contest-types-card__prize, .page-meetup-details #contest-types-section .contest-types-card__prize, .page-awardsNew #contest-types-section .contest-types-card__prize, .page-masterclass #contest-types-section .contest-types-card__prize {
            font-size: 14px; } }
      .page-webinarListing #contest-types-section .contest-types-card__prize-label, .page-eventListing #contest-types-section .contest-types-card__prize-label, .page-meetups #contest-types-section .contest-types-card__prize-label, .page-hackathons #contest-types-section .contest-types-card__prize-label, .page-challenge #contest-types-section .contest-types-card__prize-label, .page-challenge-details #contest-types-section .contest-types-card__prize-label, .page-hackathon-inner #contest-types-section .contest-types-card__prize-label, .page-meetup-details #contest-types-section .contest-types-card__prize-label, .page-awardsNew #contest-types-section .contest-types-card__prize-label, .page-masterclass #contest-types-section .contest-types-card__prize-label {
        color: #172435;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        max-width: 217px; }
      .page-webinarListing #contest-types-section .contest-types-card__prize-value, .page-eventListing #contest-types-section .contest-types-card__prize-value, .page-meetups #contest-types-section .contest-types-card__prize-value, .page-hackathons #contest-types-section .contest-types-card__prize-value, .page-challenge #contest-types-section .contest-types-card__prize-value, .page-challenge-details #contest-types-section .contest-types-card__prize-value, .page-hackathon-inner #contest-types-section .contest-types-card__prize-value, .page-meetup-details #contest-types-section .contest-types-card__prize-value, .page-awardsNew #contest-types-section .contest-types-card__prize-value, .page-masterclass #contest-types-section .contest-types-card__prize-value {
        color: #172435;
        font-size: 12px; }
      .page-webinarListing #contest-types-section .contest-types-card__external, .page-eventListing #contest-types-section .contest-types-card__external, .page-meetups #contest-types-section .contest-types-card__external, .page-hackathons #contest-types-section .contest-types-card__external, .page-challenge #contest-types-section .contest-types-card__external, .page-challenge-details #contest-types-section .contest-types-card__external, .page-hackathon-inner #contest-types-section .contest-types-card__external, .page-meetup-details #contest-types-section .contest-types-card__external, .page-awardsNew #contest-types-section .contest-types-card__external, .page-masterclass #contest-types-section .contest-types-card__external {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        color: #6b7280;
        text-decoration: none;
        transition: all 0.3s ease;
        z-index: 2; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #contest-types-section .contest-types-card__external, .page-eventListing #contest-types-section .contest-types-card__external, .page-meetups #contest-types-section .contest-types-card__external, .page-hackathons #contest-types-section .contest-types-card__external, .page-challenge #contest-types-section .contest-types-card__external, .page-challenge-details #contest-types-section .contest-types-card__external, .page-hackathon-inner #contest-types-section .contest-types-card__external, .page-meetup-details #contest-types-section .contest-types-card__external, .page-awardsNew #contest-types-section .contest-types-card__external, .page-masterclass #contest-types-section .contest-types-card__external {
            width: 28px;
            height: 28px;
            bottom: 12px;
            right: 12px; } }
        .page-webinarListing #contest-types-section .contest-types-card__external svg, .page-eventListing #contest-types-section .contest-types-card__external svg, .page-meetups #contest-types-section .contest-types-card__external svg, .page-hackathons #contest-types-section .contest-types-card__external svg, .page-challenge #contest-types-section .contest-types-card__external svg, .page-challenge-details #contest-types-section .contest-types-card__external svg, .page-hackathon-inner #contest-types-section .contest-types-card__external svg, .page-meetup-details #contest-types-section .contest-types-card__external svg, .page-awardsNew #contest-types-section .contest-types-card__external svg, .page-masterclass #contest-types-section .contest-types-card__external svg {
          width: 16px;
          height: 16px;
          transition: transform 0.3s ease; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing #contest-types-section .contest-types-card__external svg, .page-eventListing #contest-types-section .contest-types-card__external svg, .page-meetups #contest-types-section .contest-types-card__external svg, .page-hackathons #contest-types-section .contest-types-card__external svg, .page-challenge #contest-types-section .contest-types-card__external svg, .page-challenge-details #contest-types-section .contest-types-card__external svg, .page-hackathon-inner #contest-types-section .contest-types-card__external svg, .page-meetup-details #contest-types-section .contest-types-card__external svg, .page-awardsNew #contest-types-section .contest-types-card__external svg, .page-masterclass #contest-types-section .contest-types-card__external svg {
              width: 14px;
              height: 14px; } }
        .page-webinarListing #contest-types-section .contest-types-card__external:hover, .page-eventListing #contest-types-section .contest-types-card__external:hover, .page-meetups #contest-types-section .contest-types-card__external:hover, .page-hackathons #contest-types-section .contest-types-card__external:hover, .page-challenge #contest-types-section .contest-types-card__external:hover, .page-challenge-details #contest-types-section .contest-types-card__external:hover, .page-hackathon-inner #contest-types-section .contest-types-card__external:hover, .page-meetup-details #contest-types-section .contest-types-card__external:hover, .page-awardsNew #contest-types-section .contest-types-card__external:hover, .page-masterclass #contest-types-section .contest-types-card__external:hover {
          background: rgba(0, 0, 0, 0.1);
          color: #1f2937;
          transform: scale(1.1); }
          .page-webinarListing #contest-types-section .contest-types-card__external:hover svg, .page-eventListing #contest-types-section .contest-types-card__external:hover svg, .page-meetups #contest-types-section .contest-types-card__external:hover svg, .page-hackathons #contest-types-section .contest-types-card__external:hover svg, .page-challenge #contest-types-section .contest-types-card__external:hover svg, .page-challenge-details #contest-types-section .contest-types-card__external:hover svg, .page-hackathon-inner #contest-types-section .contest-types-card__external:hover svg, .page-meetup-details #contest-types-section .contest-types-card__external:hover svg, .page-awardsNew #contest-types-section .contest-types-card__external:hover svg, .page-masterclass #contest-types-section .contest-types-card__external:hover svg {
            transform: translate(2px, -2px); }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #contest-types-section .contest-types-card, .page-eventListing #contest-types-section .contest-types-card, .page-meetups #contest-types-section .contest-types-card, .page-hackathons #contest-types-section .contest-types-card, .page-challenge #contest-types-section .contest-types-card, .page-challenge-details #contest-types-section .contest-types-card, .page-hackathon-inner #contest-types-section .contest-types-card, .page-meetup-details #contest-types-section .contest-types-card, .page-awardsNew #contest-types-section .contest-types-card, .page-masterclass #contest-types-section .contest-types-card {
        flex-direction: column; }
        .page-webinarListing #contest-types-section .contest-types-card__image, .page-eventListing #contest-types-section .contest-types-card__image, .page-meetups #contest-types-section .contest-types-card__image, .page-hackathons #contest-types-section .contest-types-card__image, .page-challenge #contest-types-section .contest-types-card__image, .page-challenge-details #contest-types-section .contest-types-card__image, .page-hackathon-inner #contest-types-section .contest-types-card__image, .page-meetup-details #contest-types-section .contest-types-card__image, .page-awardsNew #contest-types-section .contest-types-card__image, .page-masterclass #contest-types-section .contest-types-card__image {
          width: 100%;
          max-width: 100%;
          height: 100px; }
        .page-webinarListing #contest-types-section .contest-types-card__content, .page-eventListing #contest-types-section .contest-types-card__content, .page-meetups #contest-types-section .contest-types-card__content, .page-hackathons #contest-types-section .contest-types-card__content, .page-challenge #contest-types-section .contest-types-card__content, .page-challenge-details #contest-types-section .contest-types-card__content, .page-hackathon-inner #contest-types-section .contest-types-card__content, .page-meetup-details #contest-types-section .contest-types-card__content, .page-awardsNew #contest-types-section .contest-types-card__content, .page-masterclass #contest-types-section .contest-types-card__content {
          padding-top: 0px;
          padding-bottom: 0px; } }
  .page-webinarListing #hackathon-leaderboard-section, .page-eventListing #hackathon-leaderboard-section, .page-meetups #hackathon-leaderboard-section, .page-hackathons #hackathon-leaderboard-section, .page-challenge #hackathon-leaderboard-section, .page-challenge-details #hackathon-leaderboard-section, .page-hackathon-inner #hackathon-leaderboard-section, .page-meetup-details #hackathon-leaderboard-section, .page-awardsNew #hackathon-leaderboard-section, .page-masterclass #hackathon-leaderboard-section {
    padding: 60px 0;
    background: #F6F8FE;
    /* Responsive adjustments */ }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #hackathon-leaderboard-section, .page-eventListing #hackathon-leaderboard-section, .page-meetups #hackathon-leaderboard-section, .page-hackathons #hackathon-leaderboard-section, .page-challenge #hackathon-leaderboard-section, .page-challenge-details #hackathon-leaderboard-section, .page-hackathon-inner #hackathon-leaderboard-section, .page-meetup-details #hackathon-leaderboard-section, .page-awardsNew #hackathon-leaderboard-section, .page-masterclass #hackathon-leaderboard-section {
        padding: 40px 0; } }
    .page-webinarListing #hackathon-leaderboard-section .inner-section, .page-eventListing #hackathon-leaderboard-section .inner-section, .page-meetups #hackathon-leaderboard-section .inner-section, .page-hackathons #hackathon-leaderboard-section .inner-section, .page-challenge #hackathon-leaderboard-section .inner-section, .page-challenge-details #hackathon-leaderboard-section .inner-section, .page-hackathon-inner #hackathon-leaderboard-section .inner-section, .page-meetup-details #hackathon-leaderboard-section .inner-section, .page-awardsNew #hackathon-leaderboard-section .inner-section, .page-masterclass #hackathon-leaderboard-section .inner-section {
      max-width: 1196px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section .inner-section, .page-eventListing #hackathon-leaderboard-section .inner-section, .page-meetups #hackathon-leaderboard-section .inner-section, .page-hackathons #hackathon-leaderboard-section .inner-section, .page-challenge #hackathon-leaderboard-section .inner-section, .page-challenge-details #hackathon-leaderboard-section .inner-section, .page-hackathon-inner #hackathon-leaderboard-section .inner-section, .page-meetup-details #hackathon-leaderboard-section .inner-section, .page-awardsNew #hackathon-leaderboard-section .inner-section, .page-masterclass #hackathon-leaderboard-section .inner-section {
          padding: 0 15px; } }
    .page-webinarListing #hackathon-leaderboard-section__header, .page-eventListing #hackathon-leaderboard-section__header, .page-meetups #hackathon-leaderboard-section__header, .page-hackathons #hackathon-leaderboard-section__header, .page-challenge #hackathon-leaderboard-section__header, .page-challenge-details #hackathon-leaderboard-section__header, .page-hackathon-inner #hackathon-leaderboard-section__header, .page-meetup-details #hackathon-leaderboard-section__header, .page-awardsNew #hackathon-leaderboard-section__header, .page-masterclass #hackathon-leaderboard-section__header {
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section__header, .page-eventListing #hackathon-leaderboard-section__header, .page-meetups #hackathon-leaderboard-section__header, .page-hackathons #hackathon-leaderboard-section__header, .page-challenge #hackathon-leaderboard-section__header, .page-challenge-details #hackathon-leaderboard-section__header, .page-hackathon-inner #hackathon-leaderboard-section__header, .page-meetup-details #hackathon-leaderboard-section__header, .page-awardsNew #hackathon-leaderboard-section__header, .page-masterclass #hackathon-leaderboard-section__header {
          margin-bottom: 40px; } }
      .page-webinarListing #hackathon-leaderboard-section__header .eyebrow, .page-eventListing #hackathon-leaderboard-section__header .eyebrow, .page-meetups #hackathon-leaderboard-section__header .eyebrow, .page-hackathons #hackathon-leaderboard-section__header .eyebrow, .page-challenge #hackathon-leaderboard-section__header .eyebrow, .page-challenge-details #hackathon-leaderboard-section__header .eyebrow, .page-hackathon-inner #hackathon-leaderboard-section__header .eyebrow, .page-meetup-details #hackathon-leaderboard-section__header .eyebrow, .page-awardsNew #hackathon-leaderboard-section__header .eyebrow, .page-masterclass #hackathon-leaderboard-section__header .eyebrow {
        color: #6b7280;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 6px; }
      .page-webinarListing #hackathon-leaderboard-section__header .title, .page-eventListing #hackathon-leaderboard-section__header .title, .page-meetups #hackathon-leaderboard-section__header .title, .page-hackathons #hackathon-leaderboard-section__header .title, .page-challenge #hackathon-leaderboard-section__header .title, .page-challenge-details #hackathon-leaderboard-section__header .title, .page-hackathon-inner #hackathon-leaderboard-section__header .title, .page-meetup-details #hackathon-leaderboard-section__header .title, .page-awardsNew #hackathon-leaderboard-section__header .title, .page-masterclass #hackathon-leaderboard-section__header .title {
        color: #1f2937;
        text-align: center;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        font-family: "SangBleuVersailles-Bold-WebS";
        margin-bottom: 10px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section__header .title, .page-eventListing #hackathon-leaderboard-section__header .title, .page-meetups #hackathon-leaderboard-section__header .title, .page-hackathons #hackathon-leaderboard-section__header .title, .page-challenge #hackathon-leaderboard-section__header .title, .page-challenge-details #hackathon-leaderboard-section__header .title, .page-hackathon-inner #hackathon-leaderboard-section__header .title, .page-meetup-details #hackathon-leaderboard-section__header .title, .page-awardsNew #hackathon-leaderboard-section__header .title, .page-masterclass #hackathon-leaderboard-section__header .title {
            font-size: 28px; } }
        .page-webinarListing #hackathon-leaderboard-section__header .title .title-highlight, .page-eventListing #hackathon-leaderboard-section__header .title .title-highlight, .page-meetups #hackathon-leaderboard-section__header .title .title-highlight, .page-hackathons #hackathon-leaderboard-section__header .title .title-highlight, .page-challenge #hackathon-leaderboard-section__header .title .title-highlight, .page-challenge-details #hackathon-leaderboard-section__header .title .title-highlight, .page-hackathon-inner #hackathon-leaderboard-section__header .title .title-highlight, .page-meetup-details #hackathon-leaderboard-section__header .title .title-highlight, .page-awardsNew #hackathon-leaderboard-section__header .title .title-highlight, .page-masterclass #hackathon-leaderboard-section__header .title .title-highlight {
          color: #3B82F6; }
        .page-webinarListing #hackathon-leaderboard-section__header .title .title-text, .page-eventListing #hackathon-leaderboard-section__header .title .title-text, .page-meetups #hackathon-leaderboard-section__header .title .title-text, .page-hackathons #hackathon-leaderboard-section__header .title .title-text, .page-challenge #hackathon-leaderboard-section__header .title .title-text, .page-challenge-details #hackathon-leaderboard-section__header .title .title-text, .page-hackathon-inner #hackathon-leaderboard-section__header .title .title-text, .page-meetup-details #hackathon-leaderboard-section__header .title .title-text, .page-awardsNew #hackathon-leaderboard-section__header .title .title-text, .page-masterclass #hackathon-leaderboard-section__header .title .title-text {
          color: #e53935; }
      .page-webinarListing #hackathon-leaderboard-section__header .subtitle, .page-eventListing #hackathon-leaderboard-section__header .subtitle, .page-meetups #hackathon-leaderboard-section__header .subtitle, .page-hackathons #hackathon-leaderboard-section__header .subtitle, .page-challenge #hackathon-leaderboard-section__header .subtitle, .page-challenge-details #hackathon-leaderboard-section__header .subtitle, .page-hackathon-inner #hackathon-leaderboard-section__header .subtitle, .page-meetup-details #hackathon-leaderboard-section__header .subtitle, .page-awardsNew #hackathon-leaderboard-section__header .subtitle, .page-masterclass #hackathon-leaderboard-section__header .subtitle {
        color: #6b7280;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 10px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section__header .subtitle, .page-eventListing #hackathon-leaderboard-section__header .subtitle, .page-meetups #hackathon-leaderboard-section__header .subtitle, .page-hackathons #hackathon-leaderboard-section__header .subtitle, .page-challenge #hackathon-leaderboard-section__header .subtitle, .page-challenge-details #hackathon-leaderboard-section__header .subtitle, .page-hackathon-inner #hackathon-leaderboard-section__header .subtitle, .page-meetup-details #hackathon-leaderboard-section__header .subtitle, .page-awardsNew #hackathon-leaderboard-section__header .subtitle, .page-masterclass #hackathon-leaderboard-section__header .subtitle {
            font-size: 14px; } }
    .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 30px;
      margin-bottom: 60px;
      flex-wrap: wrap;
      padding-top: 60px; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers {
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-section__top-performers {
          flex-direction: column;
          align-items: center;
          gap: 30px;
          margin-bottom: 40px; } }
    .page-webinarListing #hackathon-leaderboard-section .top-performer-card, .page-eventListing #hackathon-leaderboard-section .top-performer-card, .page-meetups #hackathon-leaderboard-section .top-performer-card, .page-hackathons #hackathon-leaderboard-section .top-performer-card, .page-challenge #hackathon-leaderboard-section .top-performer-card, .page-challenge-details #hackathon-leaderboard-section .top-performer-card, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card, .page-meetup-details #hackathon-leaderboard-section .top-performer-card, .page-awardsNew #hackathon-leaderboard-section .top-performer-card, .page-masterclass #hackathon-leaderboard-section .top-performer-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      position: relative;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-width: 220px;
      max-width: 280px;
      padding-top: 76px !important; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card, .page-eventListing #hackathon-leaderboard-section .top-performer-card, .page-meetups #hackathon-leaderboard-section .top-performer-card, .page-hackathons #hackathon-leaderboard-section .top-performer-card, .page-challenge #hackathon-leaderboard-section .top-performer-card, .page-challenge-details #hackathon-leaderboard-section .top-performer-card, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card, .page-meetup-details #hackathon-leaderboard-section .top-performer-card, .page-awardsNew #hackathon-leaderboard-section .top-performer-card, .page-masterclass #hackathon-leaderboard-section .top-performer-card {
          min-width: 80%;
          max-width: 100%;
          padding: 25px 20px; } }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card:hover, .page-eventListing #hackathon-leaderboard-section .top-performer-card:hover, .page-meetups #hackathon-leaderboard-section .top-performer-card:hover, .page-hackathons #hackathon-leaderboard-section .top-performer-card:hover, .page-challenge #hackathon-leaderboard-section .top-performer-card:hover, .page-challenge-details #hackathon-leaderboard-section .top-performer-card:hover, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card:hover, .page-meetup-details #hackathon-leaderboard-section .top-performer-card:hover, .page-awardsNew #hackathon-leaderboard-section .top-performer-card:hover, .page-masterclass #hackathon-leaderboard-section .top-performer-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-1, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-1, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-1, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-1, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-1, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-1, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-1, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-1, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-1, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-1 {
        margin-bottom: 20px;
        order: 2;
        background: linear-gradient(128.66deg, #FFFEFB 4.19%, #FFF7EA 101.08%);
        border: 4px solid #ffedcf;
        box-shadow: 0px 0px 10px 0px #ffedcf; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-1 img, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-1 img {
          z-index: 1; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-1 span, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-1 span {
          background: #ffe8c1 !important;
          color: #c87602 !important; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-1, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-1, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-1, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-1, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-1, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-1, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-1, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-1, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-1, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-1 {
            margin-bottom: 0; } }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-2, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-2, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-2, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-2, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-2, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-2, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-2, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-2, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-2, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-2 {
        background: #F5F5F5;
        border: 1px solid #E0E0E0;
        order: 1;
        box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.8);
        border: 4px solid gainsboro;
        background: linear-gradient(313.24deg, #FFFEFB 49.69%, #EAEAEA 98.15%);
        padding-top: 50px !important; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar {
          width: 80px;
          height: 80px; }
          .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__avatar img {
            width: 80px;
            height: 80px; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge img {
          z-index: 1; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-2 .top-performer-card__badge span {
          left: -20px; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-3, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-3, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-3, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-3, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-3, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-3, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-3, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-3, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-3, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-3 {
        order: 3;
        background: linear-gradient(313.24deg, #EFDEDE 1.23%, #FFFFFF 68.86%);
        border: 4px solid rgba(202, 93, 54, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(222, 151, 125, 0.1);
        padding-top: 50px !important; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar {
          width: 80px;
          height: 80px; }
          .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-3 .top-performer-card__avatar img {
            width: 80px;
            height: 80px; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-3 img, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-3 img {
          z-index: 1; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-eventListing #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-meetups #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-hackathons #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-challenge #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-challenge-details #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-meetup-details #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-awardsNew #hackathon-leaderboard-section .top-performer-card--rank-3 span, .page-masterclass #hackathon-leaderboard-section .top-performer-card--rank-3 span {
          background: #ffb9a2 !important;
          color: #8e3112 !important; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__crown, .page-eventListing #hackathon-leaderboard-section .top-performer-card__crown, .page-meetups #hackathon-leaderboard-section .top-performer-card__crown, .page-hackathons #hackathon-leaderboard-section .top-performer-card__crown, .page-challenge #hackathon-leaderboard-section .top-performer-card__crown, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__crown, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__crown, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__crown, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__crown, .page-masterclass #hackathon-leaderboard-section .top-performer-card__crown {
        position: absolute;
        top: -79px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__avatar, .page-eventListing #hackathon-leaderboard-section .top-performer-card__avatar, .page-meetups #hackathon-leaderboard-section .top-performer-card__avatar, .page-hackathons #hackathon-leaderboard-section .top-performer-card__avatar, .page-challenge #hackathon-leaderboard-section .top-performer-card__avatar, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__avatar, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__avatar, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__avatar, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__avatar, .page-masterclass #hackathon-leaderboard-section .top-performer-card__avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #fff;
        margin-bottom: 10px;
        position: absolute;
        top: -46px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .top-performer-card__avatar, .page-eventListing #hackathon-leaderboard-section .top-performer-card__avatar, .page-meetups #hackathon-leaderboard-section .top-performer-card__avatar, .page-hackathons #hackathon-leaderboard-section .top-performer-card__avatar, .page-challenge #hackathon-leaderboard-section .top-performer-card__avatar, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__avatar, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__avatar, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__avatar, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__avatar, .page-masterclass #hackathon-leaderboard-section .top-performer-card__avatar {
            width: 80px;
            height: 80px; } }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card__avatar img, .page-eventListing #hackathon-leaderboard-section .top-performer-card__avatar img, .page-meetups #hackathon-leaderboard-section .top-performer-card__avatar img, .page-hackathons #hackathon-leaderboard-section .top-performer-card__avatar img, .page-challenge #hackathon-leaderboard-section .top-performer-card__avatar img, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__avatar img, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__avatar img, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__avatar img, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__avatar img, .page-masterclass #hackathon-leaderboard-section .top-performer-card__avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__content, .page-eventListing #hackathon-leaderboard-section .top-performer-card__content, .page-meetups #hackathon-leaderboard-section .top-performer-card__content, .page-hackathons #hackathon-leaderboard-section .top-performer-card__content, .page-challenge #hackathon-leaderboard-section .top-performer-card__content, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__content, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__content, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__content, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__content, .page-masterclass #hackathon-leaderboard-section .top-performer-card__content {
        text-align: center;
        width: 100%; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__name, .page-eventListing #hackathon-leaderboard-section .top-performer-card__name, .page-meetups #hackathon-leaderboard-section .top-performer-card__name, .page-hackathons #hackathon-leaderboard-section .top-performer-card__name, .page-challenge #hackathon-leaderboard-section .top-performer-card__name, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__name, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__name, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__name, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__name, .page-masterclass #hackathon-leaderboard-section .top-performer-card__name {
        color: #1f2937;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 6px 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .top-performer-card__name, .page-eventListing #hackathon-leaderboard-section .top-performer-card__name, .page-meetups #hackathon-leaderboard-section .top-performer-card__name, .page-hackathons #hackathon-leaderboard-section .top-performer-card__name, .page-challenge #hackathon-leaderboard-section .top-performer-card__name, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__name, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__name, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__name, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__name, .page-masterclass #hackathon-leaderboard-section .top-performer-card__name {
            font-size: 18px; } }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__category, .page-eventListing #hackathon-leaderboard-section .top-performer-card__category, .page-meetups #hackathon-leaderboard-section .top-performer-card__category, .page-hackathons #hackathon-leaderboard-section .top-performer-card__category, .page-challenge #hackathon-leaderboard-section .top-performer-card__category, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__category, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__category, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__category, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__category, .page-masterclass #hackathon-leaderboard-section .top-performer-card__category {
        color: #6b7280;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0; }
      .page-webinarListing #hackathon-leaderboard-section .top-performer-card__badge, .page-eventListing #hackathon-leaderboard-section .top-performer-card__badge, .page-meetups #hackathon-leaderboard-section .top-performer-card__badge, .page-hackathons #hackathon-leaderboard-section .top-performer-card__badge, .page-challenge #hackathon-leaderboard-section .top-performer-card__badge, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__badge, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__badge, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__badge, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__badge, .page-masterclass #hackathon-leaderboard-section .top-performer-card__badge {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card__badge svg, .page-eventListing #hackathon-leaderboard-section .top-performer-card__badge svg, .page-meetups #hackathon-leaderboard-section .top-performer-card__badge svg, .page-hackathons #hackathon-leaderboard-section .top-performer-card__badge svg, .page-challenge #hackathon-leaderboard-section .top-performer-card__badge svg, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__badge svg, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__badge svg, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__badge svg, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__badge svg, .page-masterclass #hackathon-leaderboard-section .top-performer-card__badge svg {
          flex-shrink: 0; }
        .page-webinarListing #hackathon-leaderboard-section .top-performer-card__badge span, .page-eventListing #hackathon-leaderboard-section .top-performer-card__badge span, .page-meetups #hackathon-leaderboard-section .top-performer-card__badge span, .page-hackathons #hackathon-leaderboard-section .top-performer-card__badge span, .page-challenge #hackathon-leaderboard-section .top-performer-card__badge span, .page-challenge-details #hackathon-leaderboard-section .top-performer-card__badge span, .page-hackathon-inner #hackathon-leaderboard-section .top-performer-card__badge span, .page-meetup-details #hackathon-leaderboard-section .top-performer-card__badge span, .page-awardsNew #hackathon-leaderboard-section .top-performer-card__badge span, .page-masterclass #hackathon-leaderboard-section .top-performer-card__badge span {
          color: #1f2937;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          background: #eaeaea;
          padding: 6px 12px 6px 12px;
          border-radius: 100px;
          position: relative;
          left: -17px;
          margin-top: 4px; }
    .page-webinarListing #hackathon-leaderboard-section__table-wrapper, .page-eventListing #hackathon-leaderboard-section__table-wrapper, .page-meetups #hackathon-leaderboard-section__table-wrapper, .page-hackathons #hackathon-leaderboard-section__table-wrapper, .page-challenge #hackathon-leaderboard-section__table-wrapper, .page-challenge-details #hackathon-leaderboard-section__table-wrapper, .page-hackathon-inner #hackathon-leaderboard-section__table-wrapper, .page-meetup-details #hackathon-leaderboard-section__table-wrapper, .page-awardsNew #hackathon-leaderboard-section__table-wrapper, .page-masterclass #hackathon-leaderboard-section__table-wrapper {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow-x: auto; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section__table-wrapper, .page-eventListing #hackathon-leaderboard-section__table-wrapper, .page-meetups #hackathon-leaderboard-section__table-wrapper, .page-hackathons #hackathon-leaderboard-section__table-wrapper, .page-challenge #hackathon-leaderboard-section__table-wrapper, .page-challenge-details #hackathon-leaderboard-section__table-wrapper, .page-hackathon-inner #hackathon-leaderboard-section__table-wrapper, .page-meetup-details #hackathon-leaderboard-section__table-wrapper, .page-awardsNew #hackathon-leaderboard-section__table-wrapper, .page-masterclass #hackathon-leaderboard-section__table-wrapper {
          padding: 20px 15px; } }
    .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table {
      width: 100%;
      border-collapse: collapse;
      border-collapse: separate;
      border-spacing: 0px 20px; }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table thead tr {
        border-radius: 10px;
        outline: 1px solid rgba(23, 36, 53, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table th {
        color: #1f2937;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        padding: 17px 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: #f6f8fe; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table th {
            font-size: 12px;
            padding: 12px 10px; } }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr {
        border-bottom: 1px solid #F3F4F6;
        transition: background-color 0.2s ease;
        border-radius: 10px;
        outline: 1px solid rgba(23, 36, 53, 0.1); }
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:hover {
          background-color: #F9FAFB; }
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table tbody tr:last-child {
          border-bottom: none; }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table td {
        padding: 15px 20px;
        color: #1f2937;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        vertical-align: middle;
        text-align: left;
        background: white; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table td {
            padding: 15px 10px;
            font-size: 14px; } }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__rank, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__rank {
        width: 80px;
        text-align: center; }
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__rank svg {
          display: inline-block;
          vertical-align: middle; }
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__rank .rank-number {
          color: #1f2937;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__participant {
        min-width: 300px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__participant, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__participant {
            min-width: 200px; } }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__category {
        width: 150px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__category, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__category {
            width: 120px; } }
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__score {
        width: 100px;
        text-align: right;
        font-weight: 600;
        color: #1f2937; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table__score, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table__score {
            width: 80px; } }
    .page-webinarListing #hackathon-leaderboard-section .participant-info, .page-eventListing #hackathon-leaderboard-section .participant-info, .page-meetups #hackathon-leaderboard-section .participant-info, .page-hackathons #hackathon-leaderboard-section .participant-info, .page-challenge #hackathon-leaderboard-section .participant-info, .page-challenge-details #hackathon-leaderboard-section .participant-info, .page-hackathon-inner #hackathon-leaderboard-section .participant-info, .page-meetup-details #hackathon-leaderboard-section .participant-info, .page-awardsNew #hackathon-leaderboard-section .participant-info, .page-masterclass #hackathon-leaderboard-section .participant-info {
      display: flex;
      align-items: center;
      gap: 12px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section .participant-info, .page-eventListing #hackathon-leaderboard-section .participant-info, .page-meetups #hackathon-leaderboard-section .participant-info, .page-hackathons #hackathon-leaderboard-section .participant-info, .page-challenge #hackathon-leaderboard-section .participant-info, .page-challenge-details #hackathon-leaderboard-section .participant-info, .page-hackathon-inner #hackathon-leaderboard-section .participant-info, .page-meetup-details #hackathon-leaderboard-section .participant-info, .page-awardsNew #hackathon-leaderboard-section .participant-info, .page-masterclass #hackathon-leaderboard-section .participant-info {
          gap: 8px; } }
      .page-webinarListing #hackathon-leaderboard-section .participant-info__avatar, .page-eventListing #hackathon-leaderboard-section .participant-info__avatar, .page-meetups #hackathon-leaderboard-section .participant-info__avatar, .page-hackathons #hackathon-leaderboard-section .participant-info__avatar, .page-challenge #hackathon-leaderboard-section .participant-info__avatar, .page-challenge-details #hackathon-leaderboard-section .participant-info__avatar, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__avatar, .page-meetup-details #hackathon-leaderboard-section .participant-info__avatar, .page-awardsNew #hackathon-leaderboard-section .participant-info__avatar, .page-masterclass #hackathon-leaderboard-section .participant-info__avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        border: 2px solid #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .participant-info__avatar, .page-eventListing #hackathon-leaderboard-section .participant-info__avatar, .page-meetups #hackathon-leaderboard-section .participant-info__avatar, .page-hackathons #hackathon-leaderboard-section .participant-info__avatar, .page-challenge #hackathon-leaderboard-section .participant-info__avatar, .page-challenge-details #hackathon-leaderboard-section .participant-info__avatar, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__avatar, .page-meetup-details #hackathon-leaderboard-section .participant-info__avatar, .page-awardsNew #hackathon-leaderboard-section .participant-info__avatar, .page-masterclass #hackathon-leaderboard-section .participant-info__avatar {
            width: 32px;
            height: 32px; } }
        .page-webinarListing #hackathon-leaderboard-section .participant-info__avatar img, .page-eventListing #hackathon-leaderboard-section .participant-info__avatar img, .page-meetups #hackathon-leaderboard-section .participant-info__avatar img, .page-hackathons #hackathon-leaderboard-section .participant-info__avatar img, .page-challenge #hackathon-leaderboard-section .participant-info__avatar img, .page-challenge-details #hackathon-leaderboard-section .participant-info__avatar img, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__avatar img, .page-meetup-details #hackathon-leaderboard-section .participant-info__avatar img, .page-awardsNew #hackathon-leaderboard-section .participant-info__avatar img, .page-masterclass #hackathon-leaderboard-section .participant-info__avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-webinarListing #hackathon-leaderboard-section .participant-info__details, .page-eventListing #hackathon-leaderboard-section .participant-info__details, .page-meetups #hackathon-leaderboard-section .participant-info__details, .page-hackathons #hackathon-leaderboard-section .participant-info__details, .page-challenge #hackathon-leaderboard-section .participant-info__details, .page-challenge-details #hackathon-leaderboard-section .participant-info__details, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__details, .page-meetup-details #hackathon-leaderboard-section .participant-info__details, .page-awardsNew #hackathon-leaderboard-section .participant-info__details, .page-masterclass #hackathon-leaderboard-section .participant-info__details {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0; }
      .page-webinarListing #hackathon-leaderboard-section .participant-info__name, .page-eventListing #hackathon-leaderboard-section .participant-info__name, .page-meetups #hackathon-leaderboard-section .participant-info__name, .page-hackathons #hackathon-leaderboard-section .participant-info__name, .page-challenge #hackathon-leaderboard-section .participant-info__name, .page-challenge-details #hackathon-leaderboard-section .participant-info__name, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__name, .page-meetup-details #hackathon-leaderboard-section .participant-info__name, .page-awardsNew #hackathon-leaderboard-section .participant-info__name, .page-masterclass #hackathon-leaderboard-section .participant-info__name {
        color: #1f2937;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .participant-info__name, .page-eventListing #hackathon-leaderboard-section .participant-info__name, .page-meetups #hackathon-leaderboard-section .participant-info__name, .page-hackathons #hackathon-leaderboard-section .participant-info__name, .page-challenge #hackathon-leaderboard-section .participant-info__name, .page-challenge-details #hackathon-leaderboard-section .participant-info__name, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__name, .page-meetup-details #hackathon-leaderboard-section .participant-info__name, .page-awardsNew #hackathon-leaderboard-section .participant-info__name, .page-masterclass #hackathon-leaderboard-section .participant-info__name {
            font-size: 14px; } }
      .page-webinarListing #hackathon-leaderboard-section .participant-info__institution, .page-eventListing #hackathon-leaderboard-section .participant-info__institution, .page-meetups #hackathon-leaderboard-section .participant-info__institution, .page-hackathons #hackathon-leaderboard-section .participant-info__institution, .page-challenge #hackathon-leaderboard-section .participant-info__institution, .page-challenge-details #hackathon-leaderboard-section .participant-info__institution, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__institution, .page-meetup-details #hackathon-leaderboard-section .participant-info__institution, .page-awardsNew #hackathon-leaderboard-section .participant-info__institution, .page-masterclass #hackathon-leaderboard-section .participant-info__institution {
        color: #6b7280;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-leaderboard-section .participant-info__institution, .page-eventListing #hackathon-leaderboard-section .participant-info__institution, .page-meetups #hackathon-leaderboard-section .participant-info__institution, .page-hackathons #hackathon-leaderboard-section .participant-info__institution, .page-challenge #hackathon-leaderboard-section .participant-info__institution, .page-challenge-details #hackathon-leaderboard-section .participant-info__institution, .page-hackathon-inner #hackathon-leaderboard-section .participant-info__institution, .page-meetup-details #hackathon-leaderboard-section .participant-info__institution, .page-awardsNew #hackathon-leaderboard-section .participant-info__institution, .page-masterclass #hackathon-leaderboard-section .participant-info__institution {
            font-size: 12px; } }
    .page-webinarListing #hackathon-leaderboard-section .category-badge, .page-eventListing #hackathon-leaderboard-section .category-badge, .page-meetups #hackathon-leaderboard-section .category-badge, .page-hackathons #hackathon-leaderboard-section .category-badge, .page-challenge #hackathon-leaderboard-section .category-badge, .page-challenge-details #hackathon-leaderboard-section .category-badge, .page-hackathon-inner #hackathon-leaderboard-section .category-badge, .page-meetup-details #hackathon-leaderboard-section .category-badge, .page-awardsNew #hackathon-leaderboard-section .category-badge, .page-masterclass #hackathon-leaderboard-section .category-badge {
      display: inline-block;
      padding: 6px 12px;
      border-radius: 6px;
      background: #E9E9E9;
      color: #172435;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize;
      border-radius: 30px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-leaderboard-section .category-badge, .page-eventListing #hackathon-leaderboard-section .category-badge, .page-meetups #hackathon-leaderboard-section .category-badge, .page-hackathons #hackathon-leaderboard-section .category-badge, .page-challenge #hackathon-leaderboard-section .category-badge, .page-challenge-details #hackathon-leaderboard-section .category-badge, .page-hackathon-inner #hackathon-leaderboard-section .category-badge, .page-meetup-details #hackathon-leaderboard-section .category-badge, .page-awardsNew #hackathon-leaderboard-section .category-badge, .page-masterclass #hackathon-leaderboard-section .category-badge {
          padding: 4px 8px;
          font-size: 12px; } }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table {
        font-size: 12px; }
        .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-table td, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table th, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-table td {
          padding: 10px 8px; } }
    .page-webinarListing #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-eventListing #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-meetups #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-hackathons #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-challenge #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-challenge-details #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-hackathon-inner #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-meetup-details #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-awardsNew #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper, .page-masterclass #hackathon-leaderboard-section .hackathon-leaderboard-section__table-wrapper {
      overflow-x: auto; }
  .page-webinarListing #hackathon-events-section, .page-eventListing #hackathon-events-section, .page-meetups #hackathon-events-section, .page-hackathons #hackathon-events-section, .page-challenge #hackathon-events-section, .page-challenge-details #hackathon-events-section, .page-hackathon-inner #hackathon-events-section, .page-meetup-details #hackathon-events-section, .page-awardsNew #hackathon-events-section, .page-masterclass #hackathon-events-section {
    /* Responsive adjustments */ }
    .page-webinarListing #hackathon-events-section .hackathon-events-section__list, .page-eventListing #hackathon-events-section .hackathon-events-section__list, .page-meetups #hackathon-events-section .hackathon-events-section__list, .page-hackathons #hackathon-events-section .hackathon-events-section__list, .page-challenge #hackathon-events-section .hackathon-events-section__list, .page-challenge-details #hackathon-events-section .hackathon-events-section__list, .page-hackathon-inner #hackathon-events-section .hackathon-events-section__list, .page-meetup-details #hackathon-events-section .hackathon-events-section__list, .page-awardsNew #hackathon-events-section .hackathon-events-section__list, .page-masterclass #hackathon-events-section .hackathon-events-section__list {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-events-section .hackathon-events-section__list, .page-eventListing #hackathon-events-section .hackathon-events-section__list, .page-meetups #hackathon-events-section .hackathon-events-section__list, .page-hackathons #hackathon-events-section .hackathon-events-section__list, .page-challenge #hackathon-events-section .hackathon-events-section__list, .page-challenge-details #hackathon-events-section .hackathon-events-section__list, .page-hackathon-inner #hackathon-events-section .hackathon-events-section__list, .page-meetup-details #hackathon-events-section .hackathon-events-section__list, .page-awardsNew #hackathon-events-section .hackathon-events-section__list, .page-masterclass #hackathon-events-section .hackathon-events-section__list {
          gap: 24px; } }
    .page-webinarListing #hackathon-events-section .hackathon-event-card, .page-eventListing #hackathon-events-section .hackathon-event-card, .page-meetups #hackathon-events-section .hackathon-event-card, .page-hackathons #hackathon-events-section .hackathon-event-card, .page-challenge #hackathon-events-section .hackathon-event-card, .page-challenge-details #hackathon-events-section .hackathon-event-card, .page-hackathon-inner #hackathon-events-section .hackathon-event-card, .page-meetup-details #hackathon-events-section .hackathon-event-card, .page-awardsNew #hackathon-events-section .hackathon-event-card, .page-masterclass #hackathon-events-section .hackathon-event-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #E5E7EB;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      padding: 20px; }
      .page-webinarListing #hackathon-events-section .hackathon-event-card:hover, .page-eventListing #hackathon-events-section .hackathon-event-card:hover, .page-meetups #hackathon-events-section .hackathon-event-card:hover, .page-hackathons #hackathon-events-section .hackathon-event-card:hover, .page-challenge #hackathon-events-section .hackathon-event-card:hover, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover, .page-masterclass #hackathon-events-section .hackathon-event-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
        .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .image img {
          transform: scale(1.1); }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__link, .page-eventListing #hackathon-events-section .hackathon-event-card__link, .page-meetups #hackathon-events-section .hackathon-event-card__link, .page-hackathons #hackathon-events-section .hackathon-event-card__link, .page-challenge #hackathon-events-section .hackathon-event-card__link, .page-challenge-details #hackathon-events-section .hackathon-event-card__link, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__link, .page-meetup-details #hackathon-events-section .hackathon-event-card__link, .page-awardsNew #hackathon-events-section .hackathon-event-card__link, .page-masterclass #hackathon-events-section .hackathon-event-card__link {
        display: flex;
        gap: 25px;
        text-decoration: none;
        color: inherit;
        padding: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__link, .page-eventListing #hackathon-events-section .hackathon-event-card__link, .page-meetups #hackathon-events-section .hackathon-event-card__link, .page-hackathons #hackathon-events-section .hackathon-event-card__link, .page-challenge #hackathon-events-section .hackathon-event-card__link, .page-challenge-details #hackathon-events-section .hackathon-event-card__link, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__link, .page-meetup-details #hackathon-events-section .hackathon-event-card__link, .page-awardsNew #hackathon-events-section .hackathon-event-card__link, .page-masterclass #hackathon-events-section .hackathon-event-card__link {
            flex-direction: column;
            gap: 0; } }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__image, .page-eventListing #hackathon-events-section .hackathon-event-card__image, .page-meetups #hackathon-events-section .hackathon-event-card__image, .page-hackathons #hackathon-events-section .hackathon-event-card__image, .page-challenge #hackathon-events-section .hackathon-event-card__image, .page-challenge-details #hackathon-events-section .hackathon-event-card__image, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image, .page-meetup-details #hackathon-events-section .hackathon-event-card__image, .page-awardsNew #hackathon-events-section .hackathon-event-card__image, .page-masterclass #hackathon-events-section .hackathon-event-card__image {
        flex-shrink: 0;
        width: 280px;
        height: 200px;
        overflow: hidden;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 10px; }
        @media screen and (max-width: 1200px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__image, .page-eventListing #hackathon-events-section .hackathon-event-card__image, .page-meetups #hackathon-events-section .hackathon-event-card__image, .page-hackathons #hackathon-events-section .hackathon-event-card__image, .page-challenge #hackathon-events-section .hackathon-event-card__image, .page-challenge-details #hackathon-events-section .hackathon-event-card__image, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image, .page-meetup-details #hackathon-events-section .hackathon-event-card__image, .page-awardsNew #hackathon-events-section .hackathon-event-card__image, .page-masterclass #hackathon-events-section .hackathon-event-card__image {
            width: 240px;
            height: 180px; } }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__image, .page-eventListing #hackathon-events-section .hackathon-event-card__image, .page-meetups #hackathon-events-section .hackathon-event-card__image, .page-hackathons #hackathon-events-section .hackathon-event-card__image, .page-challenge #hackathon-events-section .hackathon-event-card__image, .page-challenge-details #hackathon-events-section .hackathon-event-card__image, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image, .page-meetup-details #hackathon-events-section .hackathon-event-card__image, .page-awardsNew #hackathon-events-section .hackathon-event-card__image, .page-masterclass #hackathon-events-section .hackathon-event-card__image {
            width: 100%;
            height: 200px; } }
        .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card__image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease;
          border-radius: 10px;
          transition: transform 0.3s ease;
          transform: scale(1); }
      .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-webinarListing #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-eventListing #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-meetups #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-hackathons #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-challenge #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-challenge-details #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-meetup-details #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-awardsNew #hackathon-events-section .hackathon-event-card__image img, .page-webinarListing #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-eventListing #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-meetups #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-hackathons #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-challenge #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-challenge-details #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-hackathon-inner #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-meetup-details #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-awardsNew #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img, .page-masterclass #hackathon-events-section .hackathon-event-card:hover .page-masterclass #hackathon-events-section .hackathon-event-card__image img {
        transform: scale(1.05); }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__content, .page-eventListing #hackathon-events-section .hackathon-event-card__content, .page-meetups #hackathon-events-section .hackathon-event-card__content, .page-hackathons #hackathon-events-section .hackathon-event-card__content, .page-challenge #hackathon-events-section .hackathon-event-card__content, .page-challenge-details #hackathon-events-section .hackathon-event-card__content, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__content, .page-meetup-details #hackathon-events-section .hackathon-event-card__content, .page-awardsNew #hackathon-events-section .hackathon-event-card__content, .page-masterclass #hackathon-events-section .hackathon-event-card__content {
        flex: 1;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__content, .page-eventListing #hackathon-events-section .hackathon-event-card__content, .page-meetups #hackathon-events-section .hackathon-event-card__content, .page-hackathons #hackathon-events-section .hackathon-event-card__content, .page-challenge #hackathon-events-section .hackathon-event-card__content, .page-challenge-details #hackathon-events-section .hackathon-event-card__content, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__content, .page-meetup-details #hackathon-events-section .hackathon-event-card__content, .page-awardsNew #hackathon-events-section .hackathon-event-card__content, .page-masterclass #hackathon-events-section .hackathon-event-card__content {
            gap: 12px; } }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__title, .page-eventListing #hackathon-events-section .hackathon-event-card__title, .page-meetups #hackathon-events-section .hackathon-event-card__title, .page-hackathons #hackathon-events-section .hackathon-event-card__title, .page-challenge #hackathon-events-section .hackathon-event-card__title, .page-challenge-details #hackathon-events-section .hackathon-event-card__title, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__title, .page-meetup-details #hackathon-events-section .hackathon-event-card__title, .page-awardsNew #hackathon-events-section .hackathon-event-card__title, .page-masterclass #hackathon-events-section .hackathon-event-card__title {
        color: #1f2937;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
        /*  font-family: $font-sangBVer-bold; */ }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__title, .page-eventListing #hackathon-events-section .hackathon-event-card__title, .page-meetups #hackathon-events-section .hackathon-event-card__title, .page-hackathons #hackathon-events-section .hackathon-event-card__title, .page-challenge #hackathon-events-section .hackathon-event-card__title, .page-challenge-details #hackathon-events-section .hackathon-event-card__title, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__title, .page-meetup-details #hackathon-events-section .hackathon-event-card__title, .page-awardsNew #hackathon-events-section .hackathon-event-card__title, .page-masterclass #hackathon-events-section .hackathon-event-card__title {
            font-size: 20px; } }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__description, .page-eventListing #hackathon-events-section .hackathon-event-card__description, .page-meetups #hackathon-events-section .hackathon-event-card__description, .page-hackathons #hackathon-events-section .hackathon-event-card__description, .page-challenge #hackathon-events-section .hackathon-event-card__description, .page-challenge-details #hackathon-events-section .hackathon-event-card__description, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__description, .page-meetup-details #hackathon-events-section .hackathon-event-card__description, .page-awardsNew #hackathon-events-section .hackathon-event-card__description, .page-masterclass #hackathon-events-section .hackathon-event-card__description {
        color: #172435;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__description, .page-eventListing #hackathon-events-section .hackathon-event-card__description, .page-meetups #hackathon-events-section .hackathon-event-card__description, .page-hackathons #hackathon-events-section .hackathon-event-card__description, .page-challenge #hackathon-events-section .hackathon-event-card__description, .page-challenge-details #hackathon-events-section .hackathon-event-card__description, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__description, .page-meetup-details #hackathon-events-section .hackathon-event-card__description, .page-awardsNew #hackathon-events-section .hackathon-event-card__description, .page-masterclass #hackathon-events-section .hackathon-event-card__description {
            font-size: 14px; } }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__tags, .page-eventListing #hackathon-events-section .hackathon-event-card__tags, .page-meetups #hackathon-events-section .hackathon-event-card__tags, .page-hackathons #hackathon-events-section .hackathon-event-card__tags, .page-challenge #hackathon-events-section .hackathon-event-card__tags, .page-challenge-details #hackathon-events-section .hackathon-event-card__tags, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__tags, .page-meetup-details #hackathon-events-section .hackathon-event-card__tags, .page-awardsNew #hackathon-events-section .hackathon-event-card__tags, .page-masterclass #hackathon-events-section .hackathon-event-card__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 4px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__tags, .page-eventListing #hackathon-events-section .hackathon-event-card__tags, .page-meetups #hackathon-events-section .hackathon-event-card__tags, .page-hackathons #hackathon-events-section .hackathon-event-card__tags, .page-challenge #hackathon-events-section .hackathon-event-card__tags, .page-challenge-details #hackathon-events-section .hackathon-event-card__tags, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__tags, .page-meetup-details #hackathon-events-section .hackathon-event-card__tags, .page-awardsNew #hackathon-events-section .hackathon-event-card__tags, .page-masterclass #hackathon-events-section .hackathon-event-card__tags {
            gap: 6px; } }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__statistics, .page-eventListing #hackathon-events-section .hackathon-event-card__statistics, .page-meetups #hackathon-events-section .hackathon-event-card__statistics, .page-hackathons #hackathon-events-section .hackathon-event-card__statistics, .page-challenge #hackathon-events-section .hackathon-event-card__statistics, .page-challenge-details #hackathon-events-section .hackathon-event-card__statistics, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__statistics, .page-meetup-details #hackathon-events-section .hackathon-event-card__statistics, .page-awardsNew #hackathon-events-section .hackathon-event-card__statistics, .page-masterclass #hackathon-events-section .hackathon-event-card__statistics {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-top: 8px;
        padding-top: 16px;
        border-top: 1px solid #F3F4F6; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .hackathon-event-card__statistics, .page-eventListing #hackathon-events-section .hackathon-event-card__statistics, .page-meetups #hackathon-events-section .hackathon-event-card__statistics, .page-hackathons #hackathon-events-section .hackathon-event-card__statistics, .page-challenge #hackathon-events-section .hackathon-event-card__statistics, .page-challenge-details #hackathon-events-section .hackathon-event-card__statistics, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__statistics, .page-meetup-details #hackathon-events-section .hackathon-event-card__statistics, .page-awardsNew #hackathon-events-section .hackathon-event-card__statistics, .page-masterclass #hackathon-events-section .hackathon-event-card__statistics {
            gap: 20px;
            padding-top: 12px; } }
    .page-webinarListing #hackathon-events-section .tag-badge, .page-eventListing #hackathon-events-section .tag-badge, .page-meetups #hackathon-events-section .tag-badge, .page-hackathons #hackathon-events-section .tag-badge, .page-challenge #hackathon-events-section .tag-badge, .page-challenge-details #hackathon-events-section .tag-badge, .page-hackathon-inner #hackathon-events-section .tag-badge, .page-meetup-details #hackathon-events-section .tag-badge, .page-awardsNew #hackathon-events-section .tag-badge, .page-masterclass #hackathon-events-section .tag-badge {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 4px;
      background: #ebecf0;
      color: #172435;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      white-space: nowrap; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-events-section .tag-badge, .page-eventListing #hackathon-events-section .tag-badge, .page-meetups #hackathon-events-section .tag-badge, .page-hackathons #hackathon-events-section .tag-badge, .page-challenge #hackathon-events-section .tag-badge, .page-challenge-details #hackathon-events-section .tag-badge, .page-hackathon-inner #hackathon-events-section .tag-badge, .page-meetup-details #hackathon-events-section .tag-badge, .page-awardsNew #hackathon-events-section .tag-badge, .page-masterclass #hackathon-events-section .tag-badge {
          padding: 5px 12px;
          font-size: 12px; } }
    .page-webinarListing #hackathon-events-section .stat-item, .page-eventListing #hackathon-events-section .stat-item, .page-meetups #hackathon-events-section .stat-item, .page-hackathons #hackathon-events-section .stat-item, .page-challenge #hackathon-events-section .stat-item, .page-challenge-details #hackathon-events-section .stat-item, .page-hackathon-inner #hackathon-events-section .stat-item, .page-meetup-details #hackathon-events-section .stat-item, .page-awardsNew #hackathon-events-section .stat-item, .page-masterclass #hackathon-events-section .stat-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #1f2937; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-events-section .stat-item, .page-eventListing #hackathon-events-section .stat-item, .page-meetups #hackathon-events-section .stat-item, .page-hackathons #hackathon-events-section .stat-item, .page-challenge #hackathon-events-section .stat-item, .page-challenge-details #hackathon-events-section .stat-item, .page-hackathon-inner #hackathon-events-section .stat-item, .page-meetup-details #hackathon-events-section .stat-item, .page-awardsNew #hackathon-events-section .stat-item, .page-masterclass #hackathon-events-section .stat-item {
          gap: 6px; } }
      .page-webinarListing #hackathon-events-section .stat-item__icon, .page-eventListing #hackathon-events-section .stat-item__icon, .page-meetups #hackathon-events-section .stat-item__icon, .page-hackathons #hackathon-events-section .stat-item__icon, .page-challenge #hackathon-events-section .stat-item__icon, .page-challenge-details #hackathon-events-section .stat-item__icon, .page-hackathon-inner #hackathon-events-section .stat-item__icon, .page-meetup-details #hackathon-events-section .stat-item__icon, .page-awardsNew #hackathon-events-section .stat-item__icon, .page-masterclass #hackathon-events-section .stat-item__icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        color: #6b7280; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .stat-item__icon, .page-eventListing #hackathon-events-section .stat-item__icon, .page-meetups #hackathon-events-section .stat-item__icon, .page-hackathons #hackathon-events-section .stat-item__icon, .page-challenge #hackathon-events-section .stat-item__icon, .page-challenge-details #hackathon-events-section .stat-item__icon, .page-hackathon-inner #hackathon-events-section .stat-item__icon, .page-meetup-details #hackathon-events-section .stat-item__icon, .page-awardsNew #hackathon-events-section .stat-item__icon, .page-masterclass #hackathon-events-section .stat-item__icon {
            width: 18px;
            height: 18px; } }
      .page-webinarListing #hackathon-events-section .stat-item__value, .page-eventListing #hackathon-events-section .stat-item__value, .page-meetups #hackathon-events-section .stat-item__value, .page-hackathons #hackathon-events-section .stat-item__value, .page-challenge #hackathon-events-section .stat-item__value, .page-challenge-details #hackathon-events-section .stat-item__value, .page-hackathon-inner #hackathon-events-section .stat-item__value, .page-meetup-details #hackathon-events-section .stat-item__value, .page-awardsNew #hackathon-events-section .stat-item__value, .page-masterclass #hackathon-events-section .stat-item__value {
        color: #1f2937;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .stat-item__value, .page-eventListing #hackathon-events-section .stat-item__value, .page-meetups #hackathon-events-section .stat-item__value, .page-hackathons #hackathon-events-section .stat-item__value, .page-challenge #hackathon-events-section .stat-item__value, .page-challenge-details #hackathon-events-section .stat-item__value, .page-hackathon-inner #hackathon-events-section .stat-item__value, .page-meetup-details #hackathon-events-section .stat-item__value, .page-awardsNew #hackathon-events-section .stat-item__value, .page-masterclass #hackathon-events-section .stat-item__value {
            font-size: 14px; } }
      .page-webinarListing #hackathon-events-section .stat-item__label, .page-eventListing #hackathon-events-section .stat-item__label, .page-meetups #hackathon-events-section .stat-item__label, .page-hackathons #hackathon-events-section .stat-item__label, .page-challenge #hackathon-events-section .stat-item__label, .page-challenge-details #hackathon-events-section .stat-item__label, .page-hackathon-inner #hackathon-events-section .stat-item__label, .page-meetup-details #hackathon-events-section .stat-item__label, .page-awardsNew #hackathon-events-section .stat-item__label, .page-masterclass #hackathon-events-section .stat-item__label {
        color: #6b7280;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-events-section .stat-item__label, .page-eventListing #hackathon-events-section .stat-item__label, .page-meetups #hackathon-events-section .stat-item__label, .page-hackathons #hackathon-events-section .stat-item__label, .page-challenge #hackathon-events-section .stat-item__label, .page-challenge-details #hackathon-events-section .stat-item__label, .page-hackathon-inner #hackathon-events-section .stat-item__label, .page-meetup-details #hackathon-events-section .stat-item__label, .page-awardsNew #hackathon-events-section .stat-item__label, .page-masterclass #hackathon-events-section .stat-item__label {
            font-size: 13px; } }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #hackathon-events-section .hackathon-event-card__link, .page-eventListing #hackathon-events-section .hackathon-event-card__link, .page-meetups #hackathon-events-section .hackathon-event-card__link, .page-hackathons #hackathon-events-section .hackathon-event-card__link, .page-challenge #hackathon-events-section .hackathon-event-card__link, .page-challenge-details #hackathon-events-section .hackathon-event-card__link, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__link, .page-meetup-details #hackathon-events-section .hackathon-event-card__link, .page-awardsNew #hackathon-events-section .hackathon-event-card__link, .page-masterclass #hackathon-events-section .hackathon-event-card__link {
        flex-direction: column;
        gap: 20px; }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__image, .page-eventListing #hackathon-events-section .hackathon-event-card__image, .page-meetups #hackathon-events-section .hackathon-event-card__image, .page-hackathons #hackathon-events-section .hackathon-event-card__image, .page-challenge #hackathon-events-section .hackathon-event-card__image, .page-challenge-details #hackathon-events-section .hackathon-event-card__image, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__image, .page-meetup-details #hackathon-events-section .hackathon-event-card__image, .page-awardsNew #hackathon-events-section .hackathon-event-card__image, .page-masterclass #hackathon-events-section .hackathon-event-card__image {
        width: 100%;
        height: 200px; }
      .page-webinarListing #hackathon-events-section .hackathon-event-card__statistics, .page-eventListing #hackathon-events-section .hackathon-event-card__statistics, .page-meetups #hackathon-events-section .hackathon-event-card__statistics, .page-hackathons #hackathon-events-section .hackathon-event-card__statistics, .page-challenge #hackathon-events-section .hackathon-event-card__statistics, .page-challenge-details #hackathon-events-section .hackathon-event-card__statistics, .page-hackathon-inner #hackathon-events-section .hackathon-event-card__statistics, .page-meetup-details #hackathon-events-section .hackathon-event-card__statistics, .page-awardsNew #hackathon-events-section .hackathon-event-card__statistics, .page-masterclass #hackathon-events-section .hackathon-event-card__statistics {
        flex-wrap: wrap; } }
  .page-webinarListing #participant-categories-section, .page-eventListing #participant-categories-section, .page-meetups #participant-categories-section, .page-hackathons #participant-categories-section, .page-challenge #participant-categories-section, .page-challenge-details #participant-categories-section, .page-hackathon-inner #participant-categories-section, .page-meetup-details #participant-categories-section, .page-awardsNew #participant-categories-section, .page-masterclass #participant-categories-section {
    margin-top: 40px;
    /* Responsive adjustments */ }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #participant-categories-section, .page-eventListing #participant-categories-section, .page-meetups #participant-categories-section, .page-hackathons #participant-categories-section, .page-challenge #participant-categories-section, .page-challenge-details #participant-categories-section, .page-hackathon-inner #participant-categories-section, .page-meetup-details #participant-categories-section, .page-awardsNew #participant-categories-section, .page-masterclass #participant-categories-section {
        margin-top: 30px; } }
    .page-webinarListing #participant-categories-section .participant-categories-grid, .page-eventListing #participant-categories-section .participant-categories-grid, .page-meetups #participant-categories-section .participant-categories-grid, .page-hackathons #participant-categories-section .participant-categories-grid, .page-challenge #participant-categories-section .participant-categories-grid, .page-challenge-details #participant-categories-section .participant-categories-grid, .page-hackathon-inner #participant-categories-section .participant-categories-grid, .page-meetup-details #participant-categories-section .participant-categories-grid, .page-awardsNew #participant-categories-section .participant-categories-grid, .page-masterclass #participant-categories-section .participant-categories-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #participant-categories-section .participant-categories-grid, .page-eventListing #participant-categories-section .participant-categories-grid, .page-meetups #participant-categories-section .participant-categories-grid, .page-hackathons #participant-categories-section .participant-categories-grid, .page-challenge #participant-categories-section .participant-categories-grid, .page-challenge-details #participant-categories-section .participant-categories-grid, .page-hackathon-inner #participant-categories-section .participant-categories-grid, .page-meetup-details #participant-categories-section .participant-categories-grid, .page-awardsNew #participant-categories-section .participant-categories-grid, .page-masterclass #participant-categories-section .participant-categories-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #participant-categories-section .participant-categories-grid, .page-eventListing #participant-categories-section .participant-categories-grid, .page-meetups #participant-categories-section .participant-categories-grid, .page-hackathons #participant-categories-section .participant-categories-grid, .page-challenge #participant-categories-section .participant-categories-grid, .page-challenge-details #participant-categories-section .participant-categories-grid, .page-hackathon-inner #participant-categories-section .participant-categories-grid, .page-meetup-details #participant-categories-section .participant-categories-grid, .page-awardsNew #participant-categories-section .participant-categories-grid, .page-masterclass #participant-categories-section .participant-categories-grid {
          grid-template-columns: 1fr;
          gap: 16px; } }
    .page-webinarListing #participant-categories-section .participant-category-card, .page-eventListing #participant-categories-section .participant-category-card, .page-meetups #participant-categories-section .participant-category-card, .page-hackathons #participant-categories-section .participant-category-card, .page-challenge #participant-categories-section .participant-category-card, .page-challenge-details #participant-categories-section .participant-category-card, .page-hackathon-inner #participant-categories-section .participant-category-card, .page-meetup-details #participant-categories-section .participant-category-card, .page-awardsNew #participant-categories-section .participant-category-card, .page-masterclass #participant-categories-section .participant-category-card {
      position: relative;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 16px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid rgba(23, 36, 53, 0.1); }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #participant-categories-section .participant-category-card, .page-eventListing #participant-categories-section .participant-category-card, .page-meetups #participant-categories-section .participant-category-card, .page-hackathons #participant-categories-section .participant-category-card, .page-challenge #participant-categories-section .participant-category-card, .page-challenge-details #participant-categories-section .participant-category-card, .page-hackathon-inner #participant-categories-section .participant-category-card, .page-meetup-details #participant-categories-section .participant-category-card, .page-awardsNew #participant-categories-section .participant-category-card, .page-masterclass #participant-categories-section .participant-category-card {
          padding: 20px;
          gap: 12px; } }
      .page-webinarListing #participant-categories-section .participant-category-card:hover, .page-eventListing #participant-categories-section .participant-category-card:hover, .page-meetups #participant-categories-section .participant-category-card:hover, .page-hackathons #participant-categories-section .participant-category-card:hover, .page-challenge #participant-categories-section .participant-category-card:hover, .page-challenge-details #participant-categories-section .participant-category-card:hover, .page-hackathon-inner #participant-categories-section .participant-category-card:hover, .page-meetup-details #participant-categories-section .participant-category-card:hover, .page-awardsNew #participant-categories-section .participant-category-card:hover, .page-masterclass #participant-categories-section .participant-category-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }
      .page-webinarListing #participant-categories-section .participant-category-card__icon-wrapper, .page-eventListing #participant-categories-section .participant-category-card__icon-wrapper, .page-meetups #participant-categories-section .participant-category-card__icon-wrapper, .page-hackathons #participant-categories-section .participant-category-card__icon-wrapper, .page-challenge #participant-categories-section .participant-category-card__icon-wrapper, .page-challenge-details #participant-categories-section .participant-category-card__icon-wrapper, .page-hackathon-inner #participant-categories-section .participant-category-card__icon-wrapper, .page-meetup-details #participant-categories-section .participant-category-card__icon-wrapper, .page-awardsNew #participant-categories-section .participant-category-card__icon-wrapper, .page-masterclass #participant-categories-section .participant-category-card__icon-wrapper {
        flex-shrink: 0;
        width: 47px;
        height: 47px;
        background: #f8ddd8;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #participant-categories-section .participant-category-card__icon-wrapper, .page-eventListing #participant-categories-section .participant-category-card__icon-wrapper, .page-meetups #participant-categories-section .participant-category-card__icon-wrapper, .page-hackathons #participant-categories-section .participant-category-card__icon-wrapper, .page-challenge #participant-categories-section .participant-category-card__icon-wrapper, .page-challenge-details #participant-categories-section .participant-category-card__icon-wrapper, .page-hackathon-inner #participant-categories-section .participant-category-card__icon-wrapper, .page-meetup-details #participant-categories-section .participant-category-card__icon-wrapper, .page-awardsNew #participant-categories-section .participant-category-card__icon-wrapper, .page-masterclass #participant-categories-section .participant-category-card__icon-wrapper {
            width: 56px;
            height: 56px; } }
      .page-webinarListing #participant-categories-section .participant-category-card__icon, .page-eventListing #participant-categories-section .participant-category-card__icon, .page-meetups #participant-categories-section .participant-category-card__icon, .page-hackathons #participant-categories-section .participant-category-card__icon, .page-challenge #participant-categories-section .participant-category-card__icon, .page-challenge-details #participant-categories-section .participant-category-card__icon, .page-hackathon-inner #participant-categories-section .participant-category-card__icon, .page-meetup-details #participant-categories-section .participant-category-card__icon, .page-awardsNew #participant-categories-section .participant-category-card__icon, .page-masterclass #participant-categories-section .participant-category-card__icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #participant-categories-section .participant-category-card__icon, .page-eventListing #participant-categories-section .participant-category-card__icon, .page-meetups #participant-categories-section .participant-category-card__icon, .page-hackathons #participant-categories-section .participant-category-card__icon, .page-challenge #participant-categories-section .participant-category-card__icon, .page-challenge-details #participant-categories-section .participant-category-card__icon, .page-hackathon-inner #participant-categories-section .participant-category-card__icon, .page-meetup-details #participant-categories-section .participant-category-card__icon, .page-awardsNew #participant-categories-section .participant-category-card__icon, .page-masterclass #participant-categories-section .participant-category-card__icon {
            width: 28px;
            height: 28px; } }
      .page-webinarListing #participant-categories-section .participant-category-card__content, .page-eventListing #participant-categories-section .participant-category-card__content, .page-meetups #participant-categories-section .participant-category-card__content, .page-hackathons #participant-categories-section .participant-category-card__content, .page-challenge #participant-categories-section .participant-category-card__content, .page-challenge-details #participant-categories-section .participant-category-card__content, .page-hackathon-inner #participant-categories-section .participant-category-card__content, .page-meetup-details #participant-categories-section .participant-category-card__content, .page-awardsNew #participant-categories-section .participant-category-card__content, .page-masterclass #participant-categories-section .participant-category-card__content {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 6px; }
      .page-webinarListing #participant-categories-section .participant-category-card__title, .page-eventListing #participant-categories-section .participant-category-card__title, .page-meetups #participant-categories-section .participant-category-card__title, .page-hackathons #participant-categories-section .participant-category-card__title, .page-challenge #participant-categories-section .participant-category-card__title, .page-challenge-details #participant-categories-section .participant-category-card__title, .page-hackathon-inner #participant-categories-section .participant-category-card__title, .page-meetup-details #participant-categories-section .participant-category-card__title, .page-awardsNew #participant-categories-section .participant-category-card__title, .page-masterclass #participant-categories-section .participant-category-card__title {
        color: #1f2937;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #participant-categories-section .participant-category-card__title, .page-eventListing #participant-categories-section .participant-category-card__title, .page-meetups #participant-categories-section .participant-category-card__title, .page-hackathons #participant-categories-section .participant-category-card__title, .page-challenge #participant-categories-section .participant-category-card__title, .page-challenge-details #participant-categories-section .participant-category-card__title, .page-hackathon-inner #participant-categories-section .participant-category-card__title, .page-meetup-details #participant-categories-section .participant-category-card__title, .page-awardsNew #participant-categories-section .participant-category-card__title, .page-masterclass #participant-categories-section .participant-category-card__title {
            font-size: 16px; } }
      .page-webinarListing #participant-categories-section .participant-category-card__description, .page-eventListing #participant-categories-section .participant-category-card__description, .page-meetups #participant-categories-section .participant-category-card__description, .page-hackathons #participant-categories-section .participant-category-card__description, .page-challenge #participant-categories-section .participant-category-card__description, .page-challenge-details #participant-categories-section .participant-category-card__description, .page-hackathon-inner #participant-categories-section .participant-category-card__description, .page-meetup-details #participant-categories-section .participant-category-card__description, .page-awardsNew #participant-categories-section .participant-category-card__description, .page-masterclass #participant-categories-section .participant-category-card__description {
        color: #6b7280;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #participant-categories-section .participant-category-card__description, .page-eventListing #participant-categories-section .participant-category-card__description, .page-meetups #participant-categories-section .participant-category-card__description, .page-hackathons #participant-categories-section .participant-category-card__description, .page-challenge #participant-categories-section .participant-category-card__description, .page-challenge-details #participant-categories-section .participant-category-card__description, .page-hackathon-inner #participant-categories-section .participant-category-card__description, .page-meetup-details #participant-categories-section .participant-category-card__description, .page-awardsNew #participant-categories-section .participant-category-card__description, .page-masterclass #participant-categories-section .participant-category-card__description {
            font-size: 13px; } }
      .page-webinarListing #participant-categories-section .participant-category-card__badge, .page-eventListing #participant-categories-section .participant-category-card__badge, .page-meetups #participant-categories-section .participant-category-card__badge, .page-hackathons #participant-categories-section .participant-category-card__badge, .page-challenge #participant-categories-section .participant-category-card__badge, .page-challenge-details #participant-categories-section .participant-category-card__badge, .page-hackathon-inner #participant-categories-section .participant-category-card__badge, .page-meetup-details #participant-categories-section .participant-category-card__badge, .page-awardsNew #participant-categories-section .participant-category-card__badge, .page-masterclass #participant-categories-section .participant-category-card__badge {
        flex-shrink: 0;
        margin-left: auto;
        position: absolute;
        right: 10px;
        top: 10px; }
      .page-webinarListing #participant-categories-section .participant-category-card .badge-count, .page-eventListing #participant-categories-section .participant-category-card .badge-count, .page-meetups #participant-categories-section .participant-category-card .badge-count, .page-hackathons #participant-categories-section .participant-category-card .badge-count, .page-challenge #participant-categories-section .participant-category-card .badge-count, .page-challenge-details #participant-categories-section .participant-category-card .badge-count, .page-hackathon-inner #participant-categories-section .participant-category-card .badge-count, .page-meetup-details #participant-categories-section .participant-category-card .badge-count, .page-awardsNew #participant-categories-section .participant-category-card .badge-count, .page-masterclass #participant-categories-section .participant-category-card .badge-count {
        display: inline-block;
        padding: 4px 14px;
        border-radius: 20px;
        background: #F3F4F6;
        color: #1f2937;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #participant-categories-section .participant-category-card .badge-count, .page-eventListing #participant-categories-section .participant-category-card .badge-count, .page-meetups #participant-categories-section .participant-category-card .badge-count, .page-hackathons #participant-categories-section .participant-category-card .badge-count, .page-challenge #participant-categories-section .participant-category-card .badge-count, .page-challenge-details #participant-categories-section .participant-category-card .badge-count, .page-hackathon-inner #participant-categories-section .participant-category-card .badge-count, .page-meetup-details #participant-categories-section .participant-category-card .badge-count, .page-awardsNew #participant-categories-section .participant-category-card .badge-count, .page-masterclass #participant-categories-section .participant-category-card .badge-count {
            padding: 5px 12px;
            font-size: 14px; } }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #participant-categories-section .participant-category-card__content, .page-eventListing #participant-categories-section .participant-category-card__content, .page-meetups #participant-categories-section .participant-category-card__content, .page-hackathons #participant-categories-section .participant-category-card__content, .page-challenge #participant-categories-section .participant-category-card__content, .page-challenge-details #participant-categories-section .participant-category-card__content, .page-hackathon-inner #participant-categories-section .participant-category-card__content, .page-meetup-details #participant-categories-section .participant-category-card__content, .page-awardsNew #participant-categories-section .participant-category-card__content, .page-masterclass #participant-categories-section .participant-category-card__content {
        gap: 4px; } }
  .page-webinarListing #why-participate-section, .page-eventListing #why-participate-section, .page-meetups #why-participate-section, .page-hackathons #why-participate-section, .page-challenge #why-participate-section, .page-challenge-details #why-participate-section, .page-hackathon-inner #why-participate-section, .page-meetup-details #why-participate-section, .page-awardsNew #why-participate-section, .page-masterclass #why-participate-section {
    background: #fff;
    padding: 60px 0;
    /* Responsive adjustments */ }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #why-participate-section, .page-eventListing #why-participate-section, .page-meetups #why-participate-section, .page-hackathons #why-participate-section, .page-challenge #why-participate-section, .page-challenge-details #why-participate-section, .page-hackathon-inner #why-participate-section, .page-meetup-details #why-participate-section, .page-awardsNew #why-participate-section, .page-masterclass #why-participate-section {
        padding: 40px 0; } }
    .page-webinarListing #why-participate-section .inner-section, .page-eventListing #why-participate-section .inner-section, .page-meetups #why-participate-section .inner-section, .page-hackathons #why-participate-section .inner-section, .page-challenge #why-participate-section .inner-section, .page-challenge-details #why-participate-section .inner-section, .page-hackathon-inner #why-participate-section .inner-section, .page-meetup-details #why-participate-section .inner-section, .page-awardsNew #why-participate-section .inner-section, .page-masterclass #why-participate-section .inner-section {
      max-width: 1196px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #why-participate-section .inner-section, .page-eventListing #why-participate-section .inner-section, .page-meetups #why-participate-section .inner-section, .page-hackathons #why-participate-section .inner-section, .page-challenge #why-participate-section .inner-section, .page-challenge-details #why-participate-section .inner-section, .page-hackathon-inner #why-participate-section .inner-section, .page-meetup-details #why-participate-section .inner-section, .page-awardsNew #why-participate-section .inner-section, .page-masterclass #why-participate-section .inner-section {
          padding: 0 15px; } }
    .page-webinarListing #why-participate-section .section-title, .page-eventListing #why-participate-section .section-title, .page-meetups #why-participate-section .section-title, .page-hackathons #why-participate-section .section-title, .page-challenge #why-participate-section .section-title, .page-challenge-details #why-participate-section .section-title, .page-hackathon-inner #why-participate-section .section-title, .page-meetup-details #why-participate-section .section-title, .page-awardsNew #why-participate-section .section-title, .page-masterclass #why-participate-section .section-title {
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #why-participate-section .section-title, .page-eventListing #why-participate-section .section-title, .page-meetups #why-participate-section .section-title, .page-hackathons #why-participate-section .section-title, .page-challenge #why-participate-section .section-title, .page-challenge-details #why-participate-section .section-title, .page-hackathon-inner #why-participate-section .section-title, .page-meetup-details #why-participate-section .section-title, .page-awardsNew #why-participate-section .section-title, .page-masterclass #why-participate-section .section-title {
          margin-bottom: 40px; } }
      .page-webinarListing #why-participate-section .section-title .eyebrow, .page-eventListing #why-participate-section .section-title .eyebrow, .page-meetups #why-participate-section .section-title .eyebrow, .page-hackathons #why-participate-section .section-title .eyebrow, .page-challenge #why-participate-section .section-title .eyebrow, .page-challenge-details #why-participate-section .section-title .eyebrow, .page-hackathon-inner #why-participate-section .section-title .eyebrow, .page-meetup-details #why-participate-section .section-title .eyebrow, .page-awardsNew #why-participate-section .section-title .eyebrow, .page-masterclass #why-participate-section .section-title .eyebrow {
        color: #ED6635;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 6px; }
      .page-webinarListing #why-participate-section .section-title .title, .page-eventListing #why-participate-section .section-title .title, .page-meetups #why-participate-section .section-title .title, .page-hackathons #why-participate-section .section-title .title, .page-challenge #why-participate-section .section-title .title, .page-challenge-details #why-participate-section .section-title .title, .page-hackathon-inner #why-participate-section .section-title .title, .page-meetup-details #why-participate-section .section-title .title, .page-awardsNew #why-participate-section .section-title .title, .page-masterclass #why-participate-section .section-title .title {
        color: #1f2937;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        font-family: "SangBleuVersailles-Bold-WebS";
        margin-bottom: 10px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .section-title .title, .page-eventListing #why-participate-section .section-title .title, .page-meetups #why-participate-section .section-title .title, .page-hackathons #why-participate-section .section-title .title, .page-challenge #why-participate-section .section-title .title, .page-challenge-details #why-participate-section .section-title .title, .page-hackathon-inner #why-participate-section .section-title .title, .page-meetup-details #why-participate-section .section-title .title, .page-awardsNew #why-participate-section .section-title .title, .page-masterclass #why-participate-section .section-title .title {
            font-size: 24px; } }
        .page-webinarListing #why-participate-section .section-title .title span, .page-eventListing #why-participate-section .section-title .title span, .page-meetups #why-participate-section .section-title .title span, .page-hackathons #why-participate-section .section-title .title span, .page-challenge #why-participate-section .section-title .title span, .page-challenge-details #why-participate-section .section-title .title span, .page-hackathon-inner #why-participate-section .section-title .title span, .page-meetup-details #why-participate-section .section-title .title span, .page-awardsNew #why-participate-section .section-title .title span, .page-masterclass #why-participate-section .section-title .title span {
          background: linear-gradient(88.52deg, #475BE6 -1.12%, #AD56A4 47.6%, #E35252 98.23%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .page-webinarListing #why-participate-section .section-title .subtitle, .page-eventListing #why-participate-section .section-title .subtitle, .page-meetups #why-participate-section .section-title .subtitle, .page-hackathons #why-participate-section .section-title .subtitle, .page-challenge #why-participate-section .section-title .subtitle, .page-challenge-details #why-participate-section .section-title .subtitle, .page-hackathon-inner #why-participate-section .section-title .subtitle, .page-meetup-details #why-participate-section .section-title .subtitle, .page-awardsNew #why-participate-section .section-title .subtitle, .page-masterclass #why-participate-section .section-title .subtitle {
        color: #6b7280;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 10px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .section-title .subtitle, .page-eventListing #why-participate-section .section-title .subtitle, .page-meetups #why-participate-section .section-title .subtitle, .page-hackathons #why-participate-section .section-title .subtitle, .page-challenge #why-participate-section .section-title .subtitle, .page-challenge-details #why-participate-section .section-title .subtitle, .page-hackathon-inner #why-participate-section .section-title .subtitle, .page-meetup-details #why-participate-section .section-title .subtitle, .page-awardsNew #why-participate-section .section-title .subtitle, .page-masterclass #why-participate-section .section-title .subtitle {
            font-size: 14px; } }
    .page-webinarListing #why-participate-section .benefits-grid, .page-eventListing #why-participate-section .benefits-grid, .page-meetups #why-participate-section .benefits-grid, .page-hackathons #why-participate-section .benefits-grid, .page-challenge #why-participate-section .benefits-grid, .page-challenge-details #why-participate-section .benefits-grid, .page-hackathon-inner #why-participate-section .benefits-grid, .page-meetup-details #why-participate-section .benefits-grid, .page-awardsNew #why-participate-section .benefits-grid, .page-masterclass #why-participate-section .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #why-participate-section .benefits-grid, .page-eventListing #why-participate-section .benefits-grid, .page-meetups #why-participate-section .benefits-grid, .page-hackathons #why-participate-section .benefits-grid, .page-challenge #why-participate-section .benefits-grid, .page-challenge-details #why-participate-section .benefits-grid, .page-hackathon-inner #why-participate-section .benefits-grid, .page-meetup-details #why-participate-section .benefits-grid, .page-awardsNew #why-participate-section .benefits-grid, .page-masterclass #why-participate-section .benefits-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #why-participate-section .benefits-grid, .page-eventListing #why-participate-section .benefits-grid, .page-meetups #why-participate-section .benefits-grid, .page-hackathons #why-participate-section .benefits-grid, .page-challenge #why-participate-section .benefits-grid, .page-challenge-details #why-participate-section .benefits-grid, .page-hackathon-inner #why-participate-section .benefits-grid, .page-meetup-details #why-participate-section .benefits-grid, .page-awardsNew #why-participate-section .benefits-grid, .page-masterclass #why-participate-section .benefits-grid {
          grid-template-columns: 1fr;
          gap: 20px; } }
    .page-webinarListing #why-participate-section .benefit-card, .page-eventListing #why-participate-section .benefit-card, .page-meetups #why-participate-section .benefit-card, .page-hackathons #why-participate-section .benefit-card, .page-challenge #why-participate-section .benefit-card, .page-challenge-details #why-participate-section .benefit-card, .page-hackathon-inner #why-participate-section .benefit-card, .page-meetup-details #why-participate-section .benefit-card, .page-awardsNew #why-participate-section .benefit-card, .page-masterclass #why-participate-section .benefit-card {
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      display: flex;
      gap: 16px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid rgba(23, 36, 53, 0.1); }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #why-participate-section .benefit-card, .page-eventListing #why-participate-section .benefit-card, .page-meetups #why-participate-section .benefit-card, .page-hackathons #why-participate-section .benefit-card, .page-challenge #why-participate-section .benefit-card, .page-challenge-details #why-participate-section .benefit-card, .page-hackathon-inner #why-participate-section .benefit-card, .page-meetup-details #why-participate-section .benefit-card, .page-awardsNew #why-participate-section .benefit-card, .page-masterclass #why-participate-section .benefit-card {
          padding: 20px;
          gap: 14px; } }
      .page-webinarListing #why-participate-section .benefit-card:hover, .page-eventListing #why-participate-section .benefit-card:hover, .page-meetups #why-participate-section .benefit-card:hover, .page-hackathons #why-participate-section .benefit-card:hover, .page-challenge #why-participate-section .benefit-card:hover, .page-challenge-details #why-participate-section .benefit-card:hover, .page-hackathon-inner #why-participate-section .benefit-card:hover, .page-meetup-details #why-participate-section .benefit-card:hover, .page-awardsNew #why-participate-section .benefit-card:hover, .page-masterclass #why-participate-section .benefit-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
      .page-webinarListing #why-participate-section .benefit-card__icon-wrapper, .page-eventListing #why-participate-section .benefit-card__icon-wrapper, .page-meetups #why-participate-section .benefit-card__icon-wrapper, .page-hackathons #why-participate-section .benefit-card__icon-wrapper, .page-challenge #why-participate-section .benefit-card__icon-wrapper, .page-challenge-details #why-participate-section .benefit-card__icon-wrapper, .page-hackathon-inner #why-participate-section .benefit-card__icon-wrapper, .page-meetup-details #why-participate-section .benefit-card__icon-wrapper, .page-awardsNew #why-participate-section .benefit-card__icon-wrapper, .page-masterclass #why-participate-section .benefit-card__icon-wrapper {
        flex-shrink: 0;
        width: 47px;
        height: 47px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .benefit-card__icon-wrapper, .page-eventListing #why-participate-section .benefit-card__icon-wrapper, .page-meetups #why-participate-section .benefit-card__icon-wrapper, .page-hackathons #why-participate-section .benefit-card__icon-wrapper, .page-challenge #why-participate-section .benefit-card__icon-wrapper, .page-challenge-details #why-participate-section .benefit-card__icon-wrapper, .page-hackathon-inner #why-participate-section .benefit-card__icon-wrapper, .page-meetup-details #why-participate-section .benefit-card__icon-wrapper, .page-awardsNew #why-participate-section .benefit-card__icon-wrapper, .page-masterclass #why-participate-section .benefit-card__icon-wrapper {
            width: 56px;
            height: 56px; } }
      .page-webinarListing #why-participate-section .benefit-card__icon, .page-eventListing #why-participate-section .benefit-card__icon, .page-meetups #why-participate-section .benefit-card__icon, .page-hackathons #why-participate-section .benefit-card__icon, .page-challenge #why-participate-section .benefit-card__icon, .page-challenge-details #why-participate-section .benefit-card__icon, .page-hackathon-inner #why-participate-section .benefit-card__icon, .page-meetup-details #why-participate-section .benefit-card__icon, .page-awardsNew #why-participate-section .benefit-card__icon, .page-masterclass #why-participate-section .benefit-card__icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .benefit-card__icon, .page-eventListing #why-participate-section .benefit-card__icon, .page-meetups #why-participate-section .benefit-card__icon, .page-hackathons #why-participate-section .benefit-card__icon, .page-challenge #why-participate-section .benefit-card__icon, .page-challenge-details #why-participate-section .benefit-card__icon, .page-hackathon-inner #why-participate-section .benefit-card__icon, .page-meetup-details #why-participate-section .benefit-card__icon, .page-awardsNew #why-participate-section .benefit-card__icon, .page-masterclass #why-participate-section .benefit-card__icon {
            width: 28px;
            height: 28px; } }
      .page-webinarListing #why-participate-section .benefit-card__content, .page-eventListing #why-participate-section .benefit-card__content, .page-meetups #why-participate-section .benefit-card__content, .page-hackathons #why-participate-section .benefit-card__content, .page-challenge #why-participate-section .benefit-card__content, .page-challenge-details #why-participate-section .benefit-card__content, .page-hackathon-inner #why-participate-section .benefit-card__content, .page-meetup-details #why-participate-section .benefit-card__content, .page-awardsNew #why-participate-section .benefit-card__content, .page-masterclass #why-participate-section .benefit-card__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px; }
      .page-webinarListing #why-participate-section .benefit-card__title, .page-eventListing #why-participate-section .benefit-card__title, .page-meetups #why-participate-section .benefit-card__title, .page-hackathons #why-participate-section .benefit-card__title, .page-challenge #why-participate-section .benefit-card__title, .page-challenge-details #why-participate-section .benefit-card__title, .page-hackathon-inner #why-participate-section .benefit-card__title, .page-meetup-details #why-participate-section .benefit-card__title, .page-awardsNew #why-participate-section .benefit-card__title, .page-masterclass #why-participate-section .benefit-card__title {
        color: #1f2937;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .benefit-card__title, .page-eventListing #why-participate-section .benefit-card__title, .page-meetups #why-participate-section .benefit-card__title, .page-hackathons #why-participate-section .benefit-card__title, .page-challenge #why-participate-section .benefit-card__title, .page-challenge-details #why-participate-section .benefit-card__title, .page-hackathon-inner #why-participate-section .benefit-card__title, .page-meetup-details #why-participate-section .benefit-card__title, .page-awardsNew #why-participate-section .benefit-card__title, .page-masterclass #why-participate-section .benefit-card__title {
            font-size: 18px; } }
      .page-webinarListing #why-participate-section .benefit-card__description, .page-eventListing #why-participate-section .benefit-card__description, .page-meetups #why-participate-section .benefit-card__description, .page-hackathons #why-participate-section .benefit-card__description, .page-challenge #why-participate-section .benefit-card__description, .page-challenge-details #why-participate-section .benefit-card__description, .page-hackathon-inner #why-participate-section .benefit-card__description, .page-meetup-details #why-participate-section .benefit-card__description, .page-awardsNew #why-participate-section .benefit-card__description, .page-masterclass #why-participate-section .benefit-card__description {
        color: #6b7280;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .benefit-card__description, .page-eventListing #why-participate-section .benefit-card__description, .page-meetups #why-participate-section .benefit-card__description, .page-hackathons #why-participate-section .benefit-card__description, .page-challenge #why-participate-section .benefit-card__description, .page-challenge-details #why-participate-section .benefit-card__description, .page-hackathon-inner #why-participate-section .benefit-card__description, .page-meetup-details #why-participate-section .benefit-card__description, .page-awardsNew #why-participate-section .benefit-card__description, .page-masterclass #why-participate-section .benefit-card__description {
            font-size: 13px; } }
      .page-webinarListing #why-participate-section .benefit-card__metric, .page-eventListing #why-participate-section .benefit-card__metric, .page-meetups #why-participate-section .benefit-card__metric, .page-hackathons #why-participate-section .benefit-card__metric, .page-challenge #why-participate-section .benefit-card__metric, .page-challenge-details #why-participate-section .benefit-card__metric, .page-hackathon-inner #why-participate-section .benefit-card__metric, .page-meetup-details #why-participate-section .benefit-card__metric, .page-awardsNew #why-participate-section .benefit-card__metric, .page-masterclass #why-participate-section .benefit-card__metric {
        margin-top: 8px;
        color: rgba(23, 36, 53, 0.8);
        font-size: 15px; }
      .page-webinarListing #why-participate-section .benefit-card .metric-value, .page-eventListing #why-participate-section .benefit-card .metric-value, .page-meetups #why-participate-section .benefit-card .metric-value, .page-hackathons #why-participate-section .benefit-card .metric-value, .page-challenge #why-participate-section .benefit-card .metric-value, .page-challenge-details #why-participate-section .benefit-card .metric-value, .page-hackathon-inner #why-participate-section .benefit-card .metric-value, .page-meetup-details #why-participate-section .benefit-card .metric-value, .page-awardsNew #why-participate-section .benefit-card .metric-value, .page-masterclass #why-participate-section .benefit-card .metric-value {
        color: #1f2937;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #why-participate-section .benefit-card .metric-value, .page-eventListing #why-participate-section .benefit-card .metric-value, .page-meetups #why-participate-section .benefit-card .metric-value, .page-hackathons #why-participate-section .benefit-card .metric-value, .page-challenge #why-participate-section .benefit-card .metric-value, .page-challenge-details #why-participate-section .benefit-card .metric-value, .page-hackathon-inner #why-participate-section .benefit-card .metric-value, .page-meetup-details #why-participate-section .benefit-card .metric-value, .page-awardsNew #why-participate-section .benefit-card .metric-value, .page-masterclass #why-participate-section .benefit-card .metric-value {
            font-size: 15px; } }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #why-participate-section .benefit-card__content, .page-eventListing #why-participate-section .benefit-card__content, .page-meetups #why-participate-section .benefit-card__content, .page-hackathons #why-participate-section .benefit-card__content, .page-challenge #why-participate-section .benefit-card__content, .page-challenge-details #why-participate-section .benefit-card__content, .page-hackathon-inner #why-participate-section .benefit-card__content, .page-meetup-details #why-participate-section .benefit-card__content, .page-awardsNew #why-participate-section .benefit-card__content, .page-masterclass #why-participate-section .benefit-card__content {
        gap: 8px; } }
  .page-webinarListing #preliminary-activities-section, .page-eventListing #preliminary-activities-section, .page-meetups #preliminary-activities-section, .page-hackathons #preliminary-activities-section, .page-challenge #preliminary-activities-section, .page-challenge-details #preliminary-activities-section, .page-hackathon-inner #preliminary-activities-section, .page-meetup-details #preliminary-activities-section, .page-awardsNew #preliminary-activities-section, .page-masterclass #preliminary-activities-section {
    margin-top: 40px;
    background: #f6f8fe;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #dfe4f3;
    /* Responsive adjustments */ }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #preliminary-activities-section, .page-eventListing #preliminary-activities-section, .page-meetups #preliminary-activities-section, .page-hackathons #preliminary-activities-section, .page-challenge #preliminary-activities-section, .page-challenge-details #preliminary-activities-section, .page-hackathon-inner #preliminary-activities-section, .page-meetup-details #preliminary-activities-section, .page-awardsNew #preliminary-activities-section, .page-masterclass #preliminary-activities-section {
        margin-top: 30px; } }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-wrapper, .page-eventListing #preliminary-activities-section .preliminary-activities-wrapper, .page-meetups #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathons #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge-details #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-wrapper, .page-meetup-details #preliminary-activities-section .preliminary-activities-wrapper, .page-awardsNew #preliminary-activities-section .preliminary-activities-wrapper, .page-masterclass #preliminary-activities-section .preliminary-activities-wrapper {
      display: flex;
      gap: 30px;
      align-items: flex-start; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-wrapper, .page-eventListing #preliminary-activities-section .preliminary-activities-wrapper, .page-meetups #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathons #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge-details #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-wrapper, .page-meetup-details #preliminary-activities-section .preliminary-activities-wrapper, .page-awardsNew #preliminary-activities-section .preliminary-activities-wrapper, .page-masterclass #preliminary-activities-section .preliminary-activities-wrapper {
          flex-direction: column;
          gap: 24px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-wrapper, .page-eventListing #preliminary-activities-section .preliminary-activities-wrapper, .page-meetups #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathons #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge #preliminary-activities-section .preliminary-activities-wrapper, .page-challenge-details #preliminary-activities-section .preliminary-activities-wrapper, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-wrapper, .page-meetup-details #preliminary-activities-section .preliminary-activities-wrapper, .page-awardsNew #preliminary-activities-section .preliminary-activities-wrapper, .page-masterclass #preliminary-activities-section .preliminary-activities-wrapper {
          gap: 20px; } }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-main, .page-eventListing #preliminary-activities-section .preliminary-activities-main, .page-meetups #preliminary-activities-section .preliminary-activities-main, .page-hackathons #preliminary-activities-section .preliminary-activities-main, .page-challenge #preliminary-activities-section .preliminary-activities-main, .page-challenge-details #preliminary-activities-section .preliminary-activities-main, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-main, .page-meetup-details #preliminary-activities-section .preliminary-activities-main, .page-awardsNew #preliminary-activities-section .preliminary-activities-main, .page-masterclass #preliminary-activities-section .preliminary-activities-main {
      flex: 1;
      padding: 0px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-main, .page-eventListing #preliminary-activities-section .preliminary-activities-main, .page-meetups #preliminary-activities-section .preliminary-activities-main, .page-hackathons #preliminary-activities-section .preliminary-activities-main, .page-challenge #preliminary-activities-section .preliminary-activities-main, .page-challenge-details #preliminary-activities-section .preliminary-activities-main, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-main, .page-meetup-details #preliminary-activities-section .preliminary-activities-main, .page-awardsNew #preliminary-activities-section .preliminary-activities-main, .page-masterclass #preliminary-activities-section .preliminary-activities-main {
          padding: 20px; } }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-header, .page-eventListing #preliminary-activities-section .preliminary-activities-header, .page-meetups #preliminary-activities-section .preliminary-activities-header, .page-hackathons #preliminary-activities-section .preliminary-activities-header, .page-challenge #preliminary-activities-section .preliminary-activities-header, .page-challenge-details #preliminary-activities-section .preliminary-activities-header, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header, .page-meetup-details #preliminary-activities-section .preliminary-activities-header, .page-awardsNew #preliminary-activities-section .preliminary-activities-header, .page-masterclass #preliminary-activities-section .preliminary-activities-header {
      margin-bottom: 20px; }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-eventListing #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-meetups #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-hackathons #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-challenge #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-masterclass #preliminary-activities-section .preliminary-activities-header .status-indicator {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-eventListing #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-meetups #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-hackathons #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-challenge #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .status-indicator, .page-masterclass #preliminary-activities-section .preliminary-activities-header .status-indicator {
            margin-bottom: 16px; } }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-header .live-badge, .page-eventListing #preliminary-activities-section .preliminary-activities-header .live-badge, .page-meetups #preliminary-activities-section .preliminary-activities-header .live-badge, .page-hackathons #preliminary-activities-section .preliminary-activities-header .live-badge, .page-challenge #preliminary-activities-section .preliminary-activities-header .live-badge, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .live-badge, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .live-badge, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .live-badge, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .live-badge, .page-masterclass #preliminary-activities-section .preliminary-activities-header .live-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        background: #e53935;
        color: #fff;
        border-radius: 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase; }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-eventListing #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-meetups #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-hackathons #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-challenge #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot, .page-masterclass #preliminary-activities-section .preliminary-activities-header .live-badge .live-dot {
          width: 8px;
          height: 8px;
          background: #fff;
          border-radius: 50%;
          display: inline-block;
          animation: pulse 2s infinite; }

@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-header .round-info, .page-eventListing #preliminary-activities-section .preliminary-activities-header .round-info, .page-meetups #preliminary-activities-section .preliminary-activities-header .round-info, .page-hackathons #preliminary-activities-section .preliminary-activities-header .round-info, .page-challenge #preliminary-activities-section .preliminary-activities-header .round-info, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .round-info, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .round-info, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .round-info, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .round-info, .page-masterclass #preliminary-activities-section .preliminary-activities-header .round-info {
        color: #1f2937;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header {
        display: flex;
        align-items: flex-start;
        gap: 16px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header {
            gap: 12px; } }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__icon {
          flex-shrink: 0;
          width: 48px;
          height: 48px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: rgba(23, 36, 53, 0.7);
          border-radius: 10px; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__icon, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__icon {
              width: 40px;
              height: 40px; } }
          .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__icon svg {
            width: 100%;
            height: 100%; }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__content, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__content {
          flex: 1; }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__title {
          color: #1f2937;
          font-size: 19px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0 0 3px 0;
          font-family: "SangBleuVersailles-Bold-WebS"; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__title, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__title {
              font-size: 22px; } }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle {
          color: #6b7280;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          margin: 0; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-eventListing #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-meetups #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-hackathons #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-challenge #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-challenge-details #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-meetup-details #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-awardsNew #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle, .page-masterclass #preliminary-activities-section .preliminary-activities-header .activity-header__subtitle {
              font-size: 14px; } }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-description, .page-eventListing #preliminary-activities-section .preliminary-activities-description, .page-meetups #preliminary-activities-section .preliminary-activities-description, .page-hackathons #preliminary-activities-section .preliminary-activities-description, .page-challenge #preliminary-activities-section .preliminary-activities-description, .page-challenge-details #preliminary-activities-section .preliminary-activities-description, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-description, .page-meetup-details #preliminary-activities-section .preliminary-activities-description, .page-awardsNew #preliminary-activities-section .preliminary-activities-description, .page-masterclass #preliminary-activities-section .preliminary-activities-description {
      color: #1f2937;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.6;
      margin: 0 0 24px 0; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-description, .page-eventListing #preliminary-activities-section .preliminary-activities-description, .page-meetups #preliminary-activities-section .preliminary-activities-description, .page-hackathons #preliminary-activities-section .preliminary-activities-description, .page-challenge #preliminary-activities-section .preliminary-activities-description, .page-challenge-details #preliminary-activities-section .preliminary-activities-description, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-description, .page-meetup-details #preliminary-activities-section .preliminary-activities-description, .page-awardsNew #preliminary-activities-section .preliminary-activities-description, .page-masterclass #preliminary-activities-section .preliminary-activities-description {
          font-size: 14px;
          margin-bottom: 20px; } }
    .page-webinarListing #preliminary-activities-section .activity-checklist, .page-eventListing #preliminary-activities-section .activity-checklist, .page-meetups #preliminary-activities-section .activity-checklist, .page-hackathons #preliminary-activities-section .activity-checklist, .page-challenge #preliminary-activities-section .activity-checklist, .page-challenge-details #preliminary-activities-section .activity-checklist, .page-hackathon-inner #preliminary-activities-section .activity-checklist, .page-meetup-details #preliminary-activities-section .activity-checklist, .page-awardsNew #preliminary-activities-section .activity-checklist, .page-masterclass #preliminary-activities-section .activity-checklist {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      display: flex;
      gap: 12px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .activity-checklist, .page-eventListing #preliminary-activities-section .activity-checklist, .page-meetups #preliminary-activities-section .activity-checklist, .page-hackathons #preliminary-activities-section .activity-checklist, .page-challenge #preliminary-activities-section .activity-checklist, .page-challenge-details #preliminary-activities-section .activity-checklist, .page-hackathon-inner #preliminary-activities-section .activity-checklist, .page-meetup-details #preliminary-activities-section .activity-checklist, .page-awardsNew #preliminary-activities-section .activity-checklist, .page-masterclass #preliminary-activities-section .activity-checklist {
          gap: 10px;
          margin-bottom: 24px;
          flex-wrap: wrap; } }
    .page-webinarListing #preliminary-activities-section .checklist-item, .page-eventListing #preliminary-activities-section .checklist-item, .page-meetups #preliminary-activities-section .checklist-item, .page-hackathons #preliminary-activities-section .checklist-item, .page-challenge #preliminary-activities-section .checklist-item, .page-challenge-details #preliminary-activities-section .checklist-item, .page-hackathon-inner #preliminary-activities-section .checklist-item, .page-meetup-details #preliminary-activities-section .checklist-item, .page-awardsNew #preliminary-activities-section .checklist-item, .page-masterclass #preliminary-activities-section .checklist-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #1f2937;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .checklist-item, .page-eventListing #preliminary-activities-section .checklist-item, .page-meetups #preliminary-activities-section .checklist-item, .page-hackathons #preliminary-activities-section .checklist-item, .page-challenge #preliminary-activities-section .checklist-item, .page-challenge-details #preliminary-activities-section .checklist-item, .page-hackathon-inner #preliminary-activities-section .checklist-item, .page-meetup-details #preliminary-activities-section .checklist-item, .page-awardsNew #preliminary-activities-section .checklist-item, .page-masterclass #preliminary-activities-section .checklist-item {
          font-size: 14px;
          gap: 10px; } }
      .page-webinarListing #preliminary-activities-section .checklist-item .checklist-icon, .page-eventListing #preliminary-activities-section .checklist-item .checklist-icon, .page-meetups #preliminary-activities-section .checklist-item .checklist-icon, .page-hackathons #preliminary-activities-section .checklist-item .checklist-icon, .page-challenge #preliminary-activities-section .checklist-item .checklist-icon, .page-challenge-details #preliminary-activities-section .checklist-item .checklist-icon, .page-hackathon-inner #preliminary-activities-section .checklist-item .checklist-icon, .page-meetup-details #preliminary-activities-section .checklist-item .checklist-icon, .page-awardsNew #preliminary-activities-section .checklist-item .checklist-icon, .page-masterclass #preliminary-activities-section .checklist-item .checklist-icon {
        flex-shrink: 0; }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-footer, .page-eventListing #preliminary-activities-section .preliminary-activities-footer, .page-meetups #preliminary-activities-section .preliminary-activities-footer, .page-hackathons #preliminary-activities-section .preliminary-activities-footer, .page-challenge #preliminary-activities-section .preliminary-activities-footer, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer, .page-masterclass #preliminary-activities-section .preliminary-activities-footer {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-footer, .page-eventListing #preliminary-activities-section .preliminary-activities-footer, .page-meetups #preliminary-activities-section .preliminary-activities-footer, .page-hackathons #preliminary-activities-section .preliminary-activities-footer, .page-challenge #preliminary-activities-section .preliminary-activities-footer, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer, .page-masterclass #preliminary-activities-section .preliminary-activities-footer {
          flex-direction: column;
          align-items: flex-start;
          gap: 16px; } }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-footer .btn, .page-eventListing #preliminary-activities-section .preliminary-activities-footer .btn, .page-meetups #preliminary-activities-section .preliminary-activities-footer .btn, .page-hackathons #preliminary-activities-section .preliminary-activities-footer .btn, .page-challenge #preliminary-activities-section .preliminary-activities-footer .btn, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer .btn, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer .btn, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer .btn, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer .btn, .page-masterclass #preliminary-activities-section .preliminary-activities-footer .btn {
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 8px;
        background: #172435; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #preliminary-activities-section .preliminary-activities-footer .btn, .page-eventListing #preliminary-activities-section .preliminary-activities-footer .btn, .page-meetups #preliminary-activities-section .preliminary-activities-footer .btn, .page-hackathons #preliminary-activities-section .preliminary-activities-footer .btn, .page-challenge #preliminary-activities-section .preliminary-activities-footer .btn, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer .btn, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer .btn, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer .btn, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer .btn, .page-masterclass #preliminary-activities-section .preliminary-activities-footer .btn {
            width: 100%;
            justify-content: center;
            box-sizing: border-box; } }
      .page-webinarListing #preliminary-activities-section .preliminary-activities-footer .date-range, .page-eventListing #preliminary-activities-section .preliminary-activities-footer .date-range, .page-meetups #preliminary-activities-section .preliminary-activities-footer .date-range, .page-hackathons #preliminary-activities-section .preliminary-activities-footer .date-range, .page-challenge #preliminary-activities-section .preliminary-activities-footer .date-range, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer .date-range, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer .date-range, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer .date-range, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer .date-range, .page-masterclass #preliminary-activities-section .preliminary-activities-footer .date-range {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #172435;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #preliminary-activities-section .preliminary-activities-footer .date-range, .page-eventListing #preliminary-activities-section .preliminary-activities-footer .date-range, .page-meetups #preliminary-activities-section .preliminary-activities-footer .date-range, .page-hackathons #preliminary-activities-section .preliminary-activities-footer .date-range, .page-challenge #preliminary-activities-section .preliminary-activities-footer .date-range, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer .date-range, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer .date-range, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer .date-range, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer .date-range, .page-masterclass #preliminary-activities-section .preliminary-activities-footer .date-range {
            font-size: 13px; } }
        .page-webinarListing #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-eventListing #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-meetups #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-hackathons #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-challenge #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-challenge-details #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-meetup-details #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-awardsNew #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon, .page-masterclass #preliminary-activities-section .preliminary-activities-footer .date-range .calendar-icon {
          flex-shrink: 0;
          color: #6b7280; }
    .page-webinarListing #preliminary-activities-section .preliminary-activities-sidebar, .page-eventListing #preliminary-activities-section .preliminary-activities-sidebar, .page-meetups #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathons #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge-details #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-sidebar, .page-meetup-details #preliminary-activities-section .preliminary-activities-sidebar, .page-awardsNew #preliminary-activities-section .preliminary-activities-sidebar, .page-masterclass #preliminary-activities-section .preliminary-activities-sidebar {
      flex-shrink: 0;
      width: 320px;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-sidebar, .page-eventListing #preliminary-activities-section .preliminary-activities-sidebar, .page-meetups #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathons #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge-details #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-sidebar, .page-meetup-details #preliminary-activities-section .preliminary-activities-sidebar, .page-awardsNew #preliminary-activities-section .preliminary-activities-sidebar, .page-masterclass #preliminary-activities-section .preliminary-activities-sidebar {
          width: 100%; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .preliminary-activities-sidebar, .page-eventListing #preliminary-activities-section .preliminary-activities-sidebar, .page-meetups #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathons #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge #preliminary-activities-section .preliminary-activities-sidebar, .page-challenge-details #preliminary-activities-section .preliminary-activities-sidebar, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-sidebar, .page-meetup-details #preliminary-activities-section .preliminary-activities-sidebar, .page-awardsNew #preliminary-activities-section .preliminary-activities-sidebar, .page-masterclass #preliminary-activities-section .preliminary-activities-sidebar {
          gap: 16px; } }
    .page-webinarListing #preliminary-activities-section .time-remaining-card, .page-eventListing #preliminary-activities-section .time-remaining-card, .page-meetups #preliminary-activities-section .time-remaining-card, .page-hackathons #preliminary-activities-section .time-remaining-card, .page-challenge #preliminary-activities-section .time-remaining-card, .page-challenge-details #preliminary-activities-section .time-remaining-card, .page-hackathon-inner #preliminary-activities-section .time-remaining-card, .page-meetup-details #preliminary-activities-section .time-remaining-card, .page-awardsNew #preliminary-activities-section .time-remaining-card, .page-masterclass #preliminary-activities-section .time-remaining-card {
      background: rgba(194, 205, 238, 0.3);
      border-radius: 12px;
      padding: 20px;
      border: 1px solid rgba(194, 205, 238, 0.4);
      text-align: center;
      box-sizing: border-box; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .time-remaining-card, .page-eventListing #preliminary-activities-section .time-remaining-card, .page-meetups #preliminary-activities-section .time-remaining-card, .page-hackathons #preliminary-activities-section .time-remaining-card, .page-challenge #preliminary-activities-section .time-remaining-card, .page-challenge-details #preliminary-activities-section .time-remaining-card, .page-hackathon-inner #preliminary-activities-section .time-remaining-card, .page-meetup-details #preliminary-activities-section .time-remaining-card, .page-awardsNew #preliminary-activities-section .time-remaining-card, .page-masterclass #preliminary-activities-section .time-remaining-card {
          padding: 16px; } }
    .page-webinarListing #preliminary-activities-section .time-remaining-header, .page-eventListing #preliminary-activities-section .time-remaining-header, .page-meetups #preliminary-activities-section .time-remaining-header, .page-hackathons #preliminary-activities-section .time-remaining-header, .page-challenge #preliminary-activities-section .time-remaining-header, .page-challenge-details #preliminary-activities-section .time-remaining-header, .page-hackathon-inner #preliminary-activities-section .time-remaining-header, .page-meetup-details #preliminary-activities-section .time-remaining-header, .page-awardsNew #preliminary-activities-section .time-remaining-header, .page-masterclass #preliminary-activities-section .time-remaining-header {
      color: #6b7280;
      font-size: 11px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 16px; }
    .page-webinarListing #preliminary-activities-section .countdown-wrapper, .page-eventListing #preliminary-activities-section .countdown-wrapper, .page-meetups #preliminary-activities-section .countdown-wrapper, .page-hackathons #preliminary-activities-section .countdown-wrapper, .page-challenge #preliminary-activities-section .countdown-wrapper, .page-challenge-details #preliminary-activities-section .countdown-wrapper, .page-hackathon-inner #preliminary-activities-section .countdown-wrapper, .page-meetup-details #preliminary-activities-section .countdown-wrapper, .page-awardsNew #preliminary-activities-section .countdown-wrapper, .page-masterclass #preliminary-activities-section .countdown-wrapper {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .countdown-wrapper, .page-eventListing #preliminary-activities-section .countdown-wrapper, .page-meetups #preliminary-activities-section .countdown-wrapper, .page-hackathons #preliminary-activities-section .countdown-wrapper, .page-challenge #preliminary-activities-section .countdown-wrapper, .page-challenge-details #preliminary-activities-section .countdown-wrapper, .page-hackathon-inner #preliminary-activities-section .countdown-wrapper, .page-meetup-details #preliminary-activities-section .countdown-wrapper, .page-awardsNew #preliminary-activities-section .countdown-wrapper, .page-masterclass #preliminary-activities-section .countdown-wrapper {
          gap: 6px; } }
    .page-webinarListing #preliminary-activities-section .countdown-item, .page-eventListing #preliminary-activities-section .countdown-item, .page-meetups #preliminary-activities-section .countdown-item, .page-hackathons #preliminary-activities-section .countdown-item, .page-challenge #preliminary-activities-section .countdown-item, .page-challenge-details #preliminary-activities-section .countdown-item, .page-hackathon-inner #preliminary-activities-section .countdown-item, .page-meetup-details #preliminary-activities-section .countdown-item, .page-awardsNew #preliminary-activities-section .countdown-item, .page-masterclass #preliminary-activities-section .countdown-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px; }
    .page-webinarListing #preliminary-activities-section .countdown-box, .page-eventListing #preliminary-activities-section .countdown-box, .page-meetups #preliminary-activities-section .countdown-box, .page-hackathons #preliminary-activities-section .countdown-box, .page-challenge #preliminary-activities-section .countdown-box, .page-challenge-details #preliminary-activities-section .countdown-box, .page-hackathon-inner #preliminary-activities-section .countdown-box, .page-meetup-details #preliminary-activities-section .countdown-box, .page-awardsNew #preliminary-activities-section .countdown-box, .page-masterclass #preliminary-activities-section .countdown-box {
      background: #c2cdee;
      border-radius: 8px;
      padding: 12px 0px;
      min-width: 60px;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .countdown-box, .page-eventListing #preliminary-activities-section .countdown-box, .page-meetups #preliminary-activities-section .countdown-box, .page-hackathons #preliminary-activities-section .countdown-box, .page-challenge #preliminary-activities-section .countdown-box, .page-challenge-details #preliminary-activities-section .countdown-box, .page-hackathon-inner #preliminary-activities-section .countdown-box, .page-meetup-details #preliminary-activities-section .countdown-box, .page-awardsNew #preliminary-activities-section .countdown-box, .page-masterclass #preliminary-activities-section .countdown-box {
          padding: 10px 12px;
          min-width: 50px; } }
    .page-webinarListing #preliminary-activities-section .countdown-number, .page-eventListing #preliminary-activities-section .countdown-number, .page-meetups #preliminary-activities-section .countdown-number, .page-hackathons #preliminary-activities-section .countdown-number, .page-challenge #preliminary-activities-section .countdown-number, .page-challenge-details #preliminary-activities-section .countdown-number, .page-hackathon-inner #preliminary-activities-section .countdown-number, .page-meetup-details #preliminary-activities-section .countdown-number, .page-awardsNew #preliminary-activities-section .countdown-number, .page-masterclass #preliminary-activities-section .countdown-number {
      color: #1f2937;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .countdown-number, .page-eventListing #preliminary-activities-section .countdown-number, .page-meetups #preliminary-activities-section .countdown-number, .page-hackathons #preliminary-activities-section .countdown-number, .page-challenge #preliminary-activities-section .countdown-number, .page-challenge-details #preliminary-activities-section .countdown-number, .page-hackathon-inner #preliminary-activities-section .countdown-number, .page-meetup-details #preliminary-activities-section .countdown-number, .page-awardsNew #preliminary-activities-section .countdown-number, .page-masterclass #preliminary-activities-section .countdown-number {
          font-size: 20px; } }
    .page-webinarListing #preliminary-activities-section .countdown-label, .page-eventListing #preliminary-activities-section .countdown-label, .page-meetups #preliminary-activities-section .countdown-label, .page-hackathons #preliminary-activities-section .countdown-label, .page-challenge #preliminary-activities-section .countdown-label, .page-challenge-details #preliminary-activities-section .countdown-label, .page-hackathon-inner #preliminary-activities-section .countdown-label, .page-meetup-details #preliminary-activities-section .countdown-label, .page-awardsNew #preliminary-activities-section .countdown-label, .page-masterclass #preliminary-activities-section .countdown-label {
      color: #6b7280;
      font-size: 10px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .page-webinarListing #preliminary-activities-section .countdown-separator, .page-eventListing #preliminary-activities-section .countdown-separator, .page-meetups #preliminary-activities-section .countdown-separator, .page-hackathons #preliminary-activities-section .countdown-separator, .page-challenge #preliminary-activities-section .countdown-separator, .page-challenge-details #preliminary-activities-section .countdown-separator, .page-hackathon-inner #preliminary-activities-section .countdown-separator, .page-meetup-details #preliminary-activities-section .countdown-separator, .page-awardsNew #preliminary-activities-section .countdown-separator, .page-masterclass #preliminary-activities-section .countdown-separator {
      color: #1f2937;
      font-size: 20px;
      font-weight: 700;
      margin-top: -10px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .countdown-separator, .page-eventListing #preliminary-activities-section .countdown-separator, .page-meetups #preliminary-activities-section .countdown-separator, .page-hackathons #preliminary-activities-section .countdown-separator, .page-challenge #preliminary-activities-section .countdown-separator, .page-challenge-details #preliminary-activities-section .countdown-separator, .page-hackathon-inner #preliminary-activities-section .countdown-separator, .page-meetup-details #preliminary-activities-section .countdown-separator, .page-awardsNew #preliminary-activities-section .countdown-separator, .page-masterclass #preliminary-activities-section .countdown-separator {
          font-size: 18px; } }
    .page-webinarListing #preliminary-activities-section .event-statistics, .page-eventListing #preliminary-activities-section .event-statistics, .page-meetups #preliminary-activities-section .event-statistics, .page-hackathons #preliminary-activities-section .event-statistics, .page-challenge #preliminary-activities-section .event-statistics, .page-challenge-details #preliminary-activities-section .event-statistics, .page-hackathon-inner #preliminary-activities-section .event-statistics, .page-meetup-details #preliminary-activities-section .event-statistics, .page-awardsNew #preliminary-activities-section .event-statistics, .page-masterclass #preliminary-activities-section .event-statistics {
      display: flex;
      gap: 0px;
      justify-content: center;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #preliminary-activities-section .event-statistics, .page-eventListing #preliminary-activities-section .event-statistics, .page-meetups #preliminary-activities-section .event-statistics, .page-hackathons #preliminary-activities-section .event-statistics, .page-challenge #preliminary-activities-section .event-statistics, .page-challenge-details #preliminary-activities-section .event-statistics, .page-hackathon-inner #preliminary-activities-section .event-statistics, .page-meetup-details #preliminary-activities-section .event-statistics, .page-awardsNew #preliminary-activities-section .event-statistics, .page-masterclass #preliminary-activities-section .event-statistics {
          flex-direction: row;
          gap: 0px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .event-statistics, .page-eventListing #preliminary-activities-section .event-statistics, .page-meetups #preliminary-activities-section .event-statistics, .page-hackathons #preliminary-activities-section .event-statistics, .page-challenge #preliminary-activities-section .event-statistics, .page-challenge-details #preliminary-activities-section .event-statistics, .page-hackathon-inner #preliminary-activities-section .event-statistics, .page-meetup-details #preliminary-activities-section .event-statistics, .page-awardsNew #preliminary-activities-section .event-statistics, .page-masterclass #preliminary-activities-section .event-statistics {
          flex-direction: row;
          gap: 12px; } }
    .page-webinarListing #preliminary-activities-section .stat-item, .page-eventListing #preliminary-activities-section .stat-item, .page-meetups #preliminary-activities-section .stat-item, .page-hackathons #preliminary-activities-section .stat-item, .page-challenge #preliminary-activities-section .stat-item, .page-challenge-details #preliminary-activities-section .stat-item, .page-hackathon-inner #preliminary-activities-section .stat-item, .page-meetup-details #preliminary-activities-section .stat-item, .page-awardsNew #preliminary-activities-section .stat-item, .page-masterclass #preliminary-activities-section .stat-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
      border: 2px solid;
      border-image-source: linear-gradient(179deg, rgba(246, 248, 254, 0) 0%, #C2CDEE 51.92%, rgba(246, 248, 254, 0) 100%);
      border-image-slice: 1;
      border-right-width: 2px;
      border-right-style: solid;
      border-left: 0px;
      border-top: 0px;
      border-bottom: 0px;
      padding: 20px 26px; }
      .page-webinarListing #preliminary-activities-section .stat-item:last-child, .page-eventListing #preliminary-activities-section .stat-item:last-child, .page-meetups #preliminary-activities-section .stat-item:last-child, .page-hackathons #preliminary-activities-section .stat-item:last-child, .page-challenge #preliminary-activities-section .stat-item:last-child, .page-challenge-details #preliminary-activities-section .stat-item:last-child, .page-hackathon-inner #preliminary-activities-section .stat-item:last-child, .page-meetup-details #preliminary-activities-section .stat-item:last-child, .page-awardsNew #preliminary-activities-section .stat-item:last-child, .page-masterclass #preliminary-activities-section .stat-item:last-child {
        border-right: 0px; }
    .page-webinarListing #preliminary-activities-section .stat-value, .page-eventListing #preliminary-activities-section .stat-value, .page-meetups #preliminary-activities-section .stat-value, .page-hackathons #preliminary-activities-section .stat-value, .page-challenge #preliminary-activities-section .stat-value, .page-challenge-details #preliminary-activities-section .stat-value, .page-hackathon-inner #preliminary-activities-section .stat-value, .page-meetup-details #preliminary-activities-section .stat-value, .page-awardsNew #preliminary-activities-section .stat-value, .page-masterclass #preliminary-activities-section .stat-value {
      color: #1f2937;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .stat-value, .page-eventListing #preliminary-activities-section .stat-value, .page-meetups #preliminary-activities-section .stat-value, .page-hackathons #preliminary-activities-section .stat-value, .page-challenge #preliminary-activities-section .stat-value, .page-challenge-details #preliminary-activities-section .stat-value, .page-hackathon-inner #preliminary-activities-section .stat-value, .page-meetup-details #preliminary-activities-section .stat-value, .page-awardsNew #preliminary-activities-section .stat-value, .page-masterclass #preliminary-activities-section .stat-value {
          font-size: 20px; } }
    .page-webinarListing #preliminary-activities-section .stat-label, .page-eventListing #preliminary-activities-section .stat-label, .page-meetups #preliminary-activities-section .stat-label, .page-hackathons #preliminary-activities-section .stat-label, .page-challenge #preliminary-activities-section .stat-label, .page-challenge-details #preliminary-activities-section .stat-label, .page-hackathon-inner #preliminary-activities-section .stat-label, .page-meetup-details #preliminary-activities-section .stat-label, .page-awardsNew #preliminary-activities-section .stat-label, .page-masterclass #preliminary-activities-section .stat-label {
      color: #6b7280;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #preliminary-activities-section .stat-label, .page-eventListing #preliminary-activities-section .stat-label, .page-meetups #preliminary-activities-section .stat-label, .page-hackathons #preliminary-activities-section .stat-label, .page-challenge #preliminary-activities-section .stat-label, .page-challenge-details #preliminary-activities-section .stat-label, .page-hackathon-inner #preliminary-activities-section .stat-label, .page-meetup-details #preliminary-activities-section .stat-label, .page-awardsNew #preliminary-activities-section .stat-label, .page-masterclass #preliminary-activities-section .stat-label {
          font-size: 12px; } }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #preliminary-activities-section .preliminary-activities-main, .page-eventListing #preliminary-activities-section .preliminary-activities-main, .page-meetups #preliminary-activities-section .preliminary-activities-main, .page-hackathons #preliminary-activities-section .preliminary-activities-main, .page-challenge #preliminary-activities-section .preliminary-activities-main, .page-challenge-details #preliminary-activities-section .preliminary-activities-main, .page-hackathon-inner #preliminary-activities-section .preliminary-activities-main, .page-meetup-details #preliminary-activities-section .preliminary-activities-main, .page-awardsNew #preliminary-activities-section .preliminary-activities-main, .page-masterclass #preliminary-activities-section .preliminary-activities-main {
        padding: 16px; }
      .page-webinarListing #preliminary-activities-section .activity-header__title, .page-eventListing #preliminary-activities-section .activity-header__title, .page-meetups #preliminary-activities-section .activity-header__title, .page-hackathons #preliminary-activities-section .activity-header__title, .page-challenge #preliminary-activities-section .activity-header__title, .page-challenge-details #preliminary-activities-section .activity-header__title, .page-hackathon-inner #preliminary-activities-section .activity-header__title, .page-meetup-details #preliminary-activities-section .activity-header__title, .page-awardsNew #preliminary-activities-section .activity-header__title, .page-masterclass #preliminary-activities-section .activity-header__title {
        font-size: 20px; } }
  .page-webinarListing #hackathon-timeline-section, .page-eventListing #hackathon-timeline-section, .page-meetups #hackathon-timeline-section, .page-hackathons #hackathon-timeline-section, .page-challenge #hackathon-timeline-section, .page-challenge-details #hackathon-timeline-section, .page-hackathon-inner #hackathon-timeline-section, .page-meetup-details #hackathon-timeline-section, .page-awardsNew #hackathon-timeline-section, .page-masterclass #hackathon-timeline-section {
    margin-top: 60px;
    /* Responsive adjustments */ }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #hackathon-timeline-section, .page-eventListing #hackathon-timeline-section, .page-meetups #hackathon-timeline-section, .page-hackathons #hackathon-timeline-section, .page-challenge #hackathon-timeline-section, .page-challenge-details #hackathon-timeline-section, .page-hackathon-inner #hackathon-timeline-section, .page-meetup-details #hackathon-timeline-section, .page-awardsNew #hackathon-timeline-section, .page-masterclass #hackathon-timeline-section {
        margin-top: 40px; } }
    .page-webinarListing #hackathon-timeline-section .hackathon-timeline, .page-eventListing #hackathon-timeline-section .hackathon-timeline, .page-meetups #hackathon-timeline-section .hackathon-timeline, .page-hackathons #hackathon-timeline-section .hackathon-timeline, .page-challenge #hackathon-timeline-section .hackathon-timeline, .page-challenge-details #hackathon-timeline-section .hackathon-timeline, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline, .page-meetup-details #hackathon-timeline-section .hackathon-timeline, .page-awardsNew #hackathon-timeline-section .hackathon-timeline, .page-masterclass #hackathon-timeline-section .hackathon-timeline {
      position: relative;
      margin-bottom: 60px;
      padding: 0 20px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline, .page-eventListing #hackathon-timeline-section .hackathon-timeline, .page-meetups #hackathon-timeline-section .hackathon-timeline, .page-hackathons #hackathon-timeline-section .hackathon-timeline, .page-challenge #hackathon-timeline-section .hackathon-timeline, .page-challenge-details #hackathon-timeline-section .hackathon-timeline, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline, .page-meetup-details #hackathon-timeline-section .hackathon-timeline, .page-awardsNew #hackathon-timeline-section .hackathon-timeline, .page-masterclass #hackathon-timeline-section .hackathon-timeline {
          margin-bottom: 40px;
          padding: 0 10px; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-line {
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        height: 3px;
        background: #EF4444;
        z-index: 0;
        width: 97%; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-line {
            display: none; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-items {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-items, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-items {
            flex-direction: column;
            gap: 30px; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item {
            flex-direction: row;
            text-align: left;
            align-items: flex-start;
            gap: 16px; } }
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item--completed .timeline-icon {
          background: #ef4444;
          border: 3px solid #ef4444; }
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item--live .timeline-icon {
          background: #EF4444;
          border: 3px solid #EF4444; }
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming {
          position: relative; }
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming::before {
            content: '';
            border: 2px solid #f7f5f3;
            width: 100%;
            position: absolute;
            top: 24px; }
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-item--upcoming .timeline-icon {
            background: #f7f5f3;
            border: 3px solid #f7f5f3; }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        position: relative;
        z-index: 2;
        background: #fff; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-icon, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 0;
            flex-shrink: 0; } }
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-icon svg {
          width: 24px;
          height: 24px; }
          @media screen and (max-width: 1000px) {
            .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-icon svg, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-icon svg {
              width: 20px;
              height: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-content, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-content {
          flex: 1; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-status {
        color: #64b7ae;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-status, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-status {
            font-size: 10px;
            margin-bottom: 4px; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-title {
        color: #1f2937;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 4px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-title, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-title {
            font-size: 13px;
            margin-bottom: 2px; } }
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-date {
        color: #6b7280;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-date, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-date {
            font-size: 11px; } }
    .page-webinarListing #hackathon-timeline-section .round-cards-grid, .page-eventListing #hackathon-timeline-section .round-cards-grid, .page-meetups #hackathon-timeline-section .round-cards-grid, .page-hackathons #hackathon-timeline-section .round-cards-grid, .page-challenge #hackathon-timeline-section .round-cards-grid, .page-challenge-details #hackathon-timeline-section .round-cards-grid, .page-hackathon-inner #hackathon-timeline-section .round-cards-grid, .page-meetup-details #hackathon-timeline-section .round-cards-grid, .page-awardsNew #hackathon-timeline-section .round-cards-grid, .page-masterclass #hackathon-timeline-section .round-cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px; }
      @media screen and (max-width: 1200px) {
        .page-webinarListing #hackathon-timeline-section .round-cards-grid, .page-eventListing #hackathon-timeline-section .round-cards-grid, .page-meetups #hackathon-timeline-section .round-cards-grid, .page-hackathons #hackathon-timeline-section .round-cards-grid, .page-challenge #hackathon-timeline-section .round-cards-grid, .page-challenge-details #hackathon-timeline-section .round-cards-grid, .page-hackathon-inner #hackathon-timeline-section .round-cards-grid, .page-meetup-details #hackathon-timeline-section .round-cards-grid, .page-awardsNew #hackathon-timeline-section .round-cards-grid, .page-masterclass #hackathon-timeline-section .round-cards-grid {
          grid-template-columns: 1fr;
          gap: 20px; } }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-cards-grid, .page-eventListing #hackathon-timeline-section .round-cards-grid, .page-meetups #hackathon-timeline-section .round-cards-grid, .page-hackathons #hackathon-timeline-section .round-cards-grid, .page-challenge #hackathon-timeline-section .round-cards-grid, .page-challenge-details #hackathon-timeline-section .round-cards-grid, .page-hackathon-inner #hackathon-timeline-section .round-cards-grid, .page-meetup-details #hackathon-timeline-section .round-cards-grid, .page-awardsNew #hackathon-timeline-section .round-cards-grid, .page-masterclass #hackathon-timeline-section .round-cards-grid {
          gap: 16px; } }
    .page-webinarListing #hackathon-timeline-section .round-card, .page-eventListing #hackathon-timeline-section .round-card, .page-meetups #hackathon-timeline-section .round-card, .page-hackathons #hackathon-timeline-section .round-card, .page-challenge #hackathon-timeline-section .round-card, .page-challenge-details #hackathon-timeline-section .round-card, .page-hackathon-inner #hackathon-timeline-section .round-card, .page-meetup-details #hackathon-timeline-section .round-card, .page-awardsNew #hackathon-timeline-section .round-card, .page-masterclass #hackathon-timeline-section .round-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      border: 2px solid rgba(23, 36, 53, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card, .page-eventListing #hackathon-timeline-section .round-card, .page-meetups #hackathon-timeline-section .round-card, .page-hackathons #hackathon-timeline-section .round-card, .page-challenge #hackathon-timeline-section .round-card, .page-challenge-details #hackathon-timeline-section .round-card, .page-hackathon-inner #hackathon-timeline-section .round-card, .page-meetup-details #hackathon-timeline-section .round-card, .page-awardsNew #hackathon-timeline-section .round-card, .page-masterclass #hackathon-timeline-section .round-card {
          padding: 20px; } }
      .page-webinarListing #hackathon-timeline-section .round-card--completed, .page-eventListing #hackathon-timeline-section .round-card--completed, .page-meetups #hackathon-timeline-section .round-card--completed, .page-hackathons #hackathon-timeline-section .round-card--completed, .page-challenge #hackathon-timeline-section .round-card--completed, .page-challenge-details #hackathon-timeline-section .round-card--completed, .page-hackathon-inner #hackathon-timeline-section .round-card--completed, .page-meetup-details #hackathon-timeline-section .round-card--completed, .page-awardsNew #hackathon-timeline-section .round-card--completed, .page-masterclass #hackathon-timeline-section .round-card--completed {
        border-color: #10B981; }
      .page-webinarListing #hackathon-timeline-section .round-card--live, .page-eventListing #hackathon-timeline-section .round-card--live, .page-meetups #hackathon-timeline-section .round-card--live, .page-hackathons #hackathon-timeline-section .round-card--live, .page-challenge #hackathon-timeline-section .round-card--live, .page-challenge-details #hackathon-timeline-section .round-card--live, .page-hackathon-inner #hackathon-timeline-section .round-card--live, .page-meetup-details #hackathon-timeline-section .round-card--live, .page-awardsNew #hackathon-timeline-section .round-card--live, .page-masterclass #hackathon-timeline-section .round-card--live {
        border-color: #EF4444;
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15); }
      .page-webinarListing #hackathon-timeline-section .round-card--upcoming, .page-eventListing #hackathon-timeline-section .round-card--upcoming, .page-meetups #hackathon-timeline-section .round-card--upcoming, .page-hackathons #hackathon-timeline-section .round-card--upcoming, .page-challenge #hackathon-timeline-section .round-card--upcoming, .page-challenge-details #hackathon-timeline-section .round-card--upcoming, .page-hackathon-inner #hackathon-timeline-section .round-card--upcoming, .page-meetup-details #hackathon-timeline-section .round-card--upcoming, .page-awardsNew #hackathon-timeline-section .round-card--upcoming, .page-masterclass #hackathon-timeline-section .round-card--upcoming {
        border-color: rgba(23, 36, 53, 0.1);
        opacity: 0.8; }
      .page-webinarListing #hackathon-timeline-section .round-card:hover, .page-eventListing #hackathon-timeline-section .round-card:hover, .page-meetups #hackathon-timeline-section .round-card:hover, .page-hackathons #hackathon-timeline-section .round-card:hover, .page-challenge #hackathon-timeline-section .round-card:hover, .page-challenge-details #hackathon-timeline-section .round-card:hover, .page-hackathon-inner #hackathon-timeline-section .round-card:hover, .page-meetup-details #hackathon-timeline-section .round-card:hover, .page-awardsNew #hackathon-timeline-section .round-card:hover, .page-masterclass #hackathon-timeline-section .round-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
    .page-webinarListing #hackathon-timeline-section .round-card-header, .page-eventListing #hackathon-timeline-section .round-card-header, .page-meetups #hackathon-timeline-section .round-card-header, .page-hackathons #hackathon-timeline-section .round-card-header, .page-challenge #hackathon-timeline-section .round-card-header, .page-challenge-details #hackathon-timeline-section .round-card-header, .page-hackathon-inner #hackathon-timeline-section .round-card-header, .page-meetup-details #hackathon-timeline-section .round-card-header, .page-awardsNew #hackathon-timeline-section .round-card-header, .page-masterclass #hackathon-timeline-section .round-card-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      gap: 10px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-header, .page-eventListing #hackathon-timeline-section .round-card-header, .page-meetups #hackathon-timeline-section .round-card-header, .page-hackathons #hackathon-timeline-section .round-card-header, .page-challenge #hackathon-timeline-section .round-card-header, .page-challenge-details #hackathon-timeline-section .round-card-header, .page-hackathon-inner #hackathon-timeline-section .round-card-header, .page-meetup-details #hackathon-timeline-section .round-card-header, .page-awardsNew #hackathon-timeline-section .round-card-header, .page-masterclass #hackathon-timeline-section .round-card-header {
          margin-bottom: 16px; } }
    .page-webinarListing #hackathon-timeline-section .round-card-icon, .page-eventListing #hackathon-timeline-section .round-card-icon, .page-meetups #hackathon-timeline-section .round-card-icon, .page-hackathons #hackathon-timeline-section .round-card-icon, .page-challenge #hackathon-timeline-section .round-card-icon, .page-challenge-details #hackathon-timeline-section .round-card-icon, .page-hackathon-inner #hackathon-timeline-section .round-card-icon, .page-meetup-details #hackathon-timeline-section .round-card-icon, .page-awardsNew #hackathon-timeline-section .round-card-icon, .page-masterclass #hackathon-timeline-section .round-card-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-icon, .page-eventListing #hackathon-timeline-section .round-card-icon, .page-meetups #hackathon-timeline-section .round-card-icon, .page-hackathons #hackathon-timeline-section .round-card-icon, .page-challenge #hackathon-timeline-section .round-card-icon, .page-challenge-details #hackathon-timeline-section .round-card-icon, .page-hackathon-inner #hackathon-timeline-section .round-card-icon, .page-meetup-details #hackathon-timeline-section .round-card-icon, .page-awardsNew #hackathon-timeline-section .round-card-icon, .page-masterclass #hackathon-timeline-section .round-card-icon {
          width: 48px;
          height: 48px; } }
      .page-webinarListing #hackathon-timeline-section .round-card-icon--green, .page-eventListing #hackathon-timeline-section .round-card-icon--green, .page-meetups #hackathon-timeline-section .round-card-icon--green, .page-hackathons #hackathon-timeline-section .round-card-icon--green, .page-challenge #hackathon-timeline-section .round-card-icon--green, .page-challenge-details #hackathon-timeline-section .round-card-icon--green, .page-hackathon-inner #hackathon-timeline-section .round-card-icon--green, .page-meetup-details #hackathon-timeline-section .round-card-icon--green, .page-awardsNew #hackathon-timeline-section .round-card-icon--green, .page-masterclass #hackathon-timeline-section .round-card-icon--green {
        background: #64b7ae; }
      .page-webinarListing #hackathon-timeline-section .round-card-icon--red, .page-eventListing #hackathon-timeline-section .round-card-icon--red, .page-meetups #hackathon-timeline-section .round-card-icon--red, .page-hackathons #hackathon-timeline-section .round-card-icon--red, .page-challenge #hackathon-timeline-section .round-card-icon--red, .page-challenge-details #hackathon-timeline-section .round-card-icon--red, .page-hackathon-inner #hackathon-timeline-section .round-card-icon--red, .page-meetup-details #hackathon-timeline-section .round-card-icon--red, .page-awardsNew #hackathon-timeline-section .round-card-icon--red, .page-masterclass #hackathon-timeline-section .round-card-icon--red {
        background: #EF4444; }
      .page-webinarListing #hackathon-timeline-section .round-card-icon--grey, .page-eventListing #hackathon-timeline-section .round-card-icon--grey, .page-meetups #hackathon-timeline-section .round-card-icon--grey, .page-hackathons #hackathon-timeline-section .round-card-icon--grey, .page-challenge #hackathon-timeline-section .round-card-icon--grey, .page-challenge-details #hackathon-timeline-section .round-card-icon--grey, .page-hackathon-inner #hackathon-timeline-section .round-card-icon--grey, .page-meetup-details #hackathon-timeline-section .round-card-icon--grey, .page-awardsNew #hackathon-timeline-section .round-card-icon--grey, .page-masterclass #hackathon-timeline-section .round-card-icon--grey {
        background: #f7f5f3; }
      .page-webinarListing #hackathon-timeline-section .round-card-icon svg, .page-eventListing #hackathon-timeline-section .round-card-icon svg, .page-meetups #hackathon-timeline-section .round-card-icon svg, .page-hackathons #hackathon-timeline-section .round-card-icon svg, .page-challenge #hackathon-timeline-section .round-card-icon svg, .page-challenge-details #hackathon-timeline-section .round-card-icon svg, .page-hackathon-inner #hackathon-timeline-section .round-card-icon svg, .page-meetup-details #hackathon-timeline-section .round-card-icon svg, .page-awardsNew #hackathon-timeline-section .round-card-icon svg, .page-masterclass #hackathon-timeline-section .round-card-icon svg {
        width: 32px;
        height: 32px; }
        @media screen and (max-width: 1000px) {
          .page-webinarListing #hackathon-timeline-section .round-card-icon svg, .page-eventListing #hackathon-timeline-section .round-card-icon svg, .page-meetups #hackathon-timeline-section .round-card-icon svg, .page-hackathons #hackathon-timeline-section .round-card-icon svg, .page-challenge #hackathon-timeline-section .round-card-icon svg, .page-challenge-details #hackathon-timeline-section .round-card-icon svg, .page-hackathon-inner #hackathon-timeline-section .round-card-icon svg, .page-meetup-details #hackathon-timeline-section .round-card-icon svg, .page-awardsNew #hackathon-timeline-section .round-card-icon svg, .page-masterclass #hackathon-timeline-section .round-card-icon svg {
            width: 28px;
            height: 28px; } }
    .page-webinarListing #hackathon-timeline-section .round-badge, .page-eventListing #hackathon-timeline-section .round-badge, .page-meetups #hackathon-timeline-section .round-badge, .page-hackathons #hackathon-timeline-section .round-badge, .page-challenge #hackathon-timeline-section .round-badge, .page-challenge-details #hackathon-timeline-section .round-badge, .page-hackathon-inner #hackathon-timeline-section .round-badge, .page-meetup-details #hackathon-timeline-section .round-badge, .page-awardsNew #hackathon-timeline-section .round-badge, .page-masterclass #hackathon-timeline-section .round-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 11px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase; }
      .page-webinarListing #hackathon-timeline-section .round-badge--completed, .page-eventListing #hackathon-timeline-section .round-badge--completed, .page-meetups #hackathon-timeline-section .round-badge--completed, .page-hackathons #hackathon-timeline-section .round-badge--completed, .page-challenge #hackathon-timeline-section .round-badge--completed, .page-challenge-details #hackathon-timeline-section .round-badge--completed, .page-hackathon-inner #hackathon-timeline-section .round-badge--completed, .page-meetup-details #hackathon-timeline-section .round-badge--completed, .page-awardsNew #hackathon-timeline-section .round-badge--completed, .page-masterclass #hackathon-timeline-section .round-badge--completed {
        background: #eef7f6;
        color: #64b7ae; }
      .page-webinarListing #hackathon-timeline-section .round-badge--live, .page-eventListing #hackathon-timeline-section .round-badge--live, .page-meetups #hackathon-timeline-section .round-badge--live, .page-hackathons #hackathon-timeline-section .round-badge--live, .page-challenge #hackathon-timeline-section .round-badge--live, .page-challenge-details #hackathon-timeline-section .round-badge--live, .page-hackathon-inner #hackathon-timeline-section .round-badge--live, .page-meetup-details #hackathon-timeline-section .round-badge--live, .page-awardsNew #hackathon-timeline-section .round-badge--live, .page-masterclass #hackathon-timeline-section .round-badge--live {
        background: #fceeed;
        color: #e35252; }
        .page-webinarListing #hackathon-timeline-section .round-badge--live .live-dot, .page-eventListing #hackathon-timeline-section .round-badge--live .live-dot, .page-meetups #hackathon-timeline-section .round-badge--live .live-dot, .page-hackathons #hackathon-timeline-section .round-badge--live .live-dot, .page-challenge #hackathon-timeline-section .round-badge--live .live-dot, .page-challenge-details #hackathon-timeline-section .round-badge--live .live-dot, .page-hackathon-inner #hackathon-timeline-section .round-badge--live .live-dot, .page-meetup-details #hackathon-timeline-section .round-badge--live .live-dot, .page-awardsNew #hackathon-timeline-section .round-badge--live .live-dot, .page-masterclass #hackathon-timeline-section .round-badge--live .live-dot {
          width: 6px;
          height: 6px;
          background: #e35252;
          border-radius: 50%;
          display: inline-block;
          animation: pulse 2s infinite; }
    .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-title, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-title, .page-meetups #hackathon-timeline-section .round-card-content .round-card-title, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-title, .page-challenge #hackathon-timeline-section .round-card-content .round-card-title, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-title, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-title, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-title, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-title, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-title {
      color: #172435;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin: 0 0 6px 0; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-title, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-title, .page-meetups #hackathon-timeline-section .round-card-content .round-card-title, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-title, .page-challenge #hackathon-timeline-section .round-card-content .round-card-title, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-title, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-title, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-title, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-title, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-title {
          font-size: 18px; } }
    .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-meetups #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-challenge #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-subtitle {
      color: #172435;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0 0 16px 0; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-meetups #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-challenge #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-subtitle, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-subtitle {
          font-size: 13px;
          margin-bottom: 12px; } }
    .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-date, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-date, .page-meetups #hackathon-timeline-section .round-card-content .round-card-date, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-date, .page-challenge #hackathon-timeline-section .round-card-content .round-card-date, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-date, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-date, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-date, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-date, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-date {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #1f2937;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(23, 36, 53, 0.1);
      padding-bottom: 30px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-date, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-date, .page-meetups #hackathon-timeline-section .round-card-content .round-card-date, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-date, .page-challenge #hackathon-timeline-section .round-card-content .round-card-date, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-date, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-date, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-date, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-date, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-date {
          font-size: 12px;
          margin-bottom: 16px; } }
      .page-webinarListing #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-eventListing #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-meetups #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-hackathons #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-challenge #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-challenge-details #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-hackathon-inner #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-meetup-details #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-awardsNew #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon, .page-masterclass #hackathon-timeline-section .round-card-content .round-card-date .calendar-icon {
        flex-shrink: 0;
        color: #6b7280; }
    .page-webinarListing #hackathon-timeline-section .round-card-checklist, .page-eventListing #hackathon-timeline-section .round-card-checklist, .page-meetups #hackathon-timeline-section .round-card-checklist, .page-hackathons #hackathon-timeline-section .round-card-checklist, .page-challenge #hackathon-timeline-section .round-card-checklist, .page-challenge-details #hackathon-timeline-section .round-card-checklist, .page-hackathon-inner #hackathon-timeline-section .round-card-checklist, .page-meetup-details #hackathon-timeline-section .round-card-checklist, .page-awardsNew #hackathon-timeline-section .round-card-checklist, .page-masterclass #hackathon-timeline-section .round-card-checklist {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .round-card-checklist, .page-eventListing #hackathon-timeline-section .round-card-checklist, .page-meetups #hackathon-timeline-section .round-card-checklist, .page-hackathons #hackathon-timeline-section .round-card-checklist, .page-challenge #hackathon-timeline-section .round-card-checklist, .page-challenge-details #hackathon-timeline-section .round-card-checklist, .page-hackathon-inner #hackathon-timeline-section .round-card-checklist, .page-meetup-details #hackathon-timeline-section .round-card-checklist, .page-awardsNew #hackathon-timeline-section .round-card-checklist, .page-masterclass #hackathon-timeline-section .round-card-checklist {
          gap: 8px; } }
    .page-webinarListing #hackathon-timeline-section .checklist-item-checklist, .page-eventListing #hackathon-timeline-section .checklist-item-checklist, .page-meetups #hackathon-timeline-section .checklist-item-checklist, .page-hackathons #hackathon-timeline-section .checklist-item-checklist, .page-challenge #hackathon-timeline-section .checklist-item-checklist, .page-challenge-details #hackathon-timeline-section .checklist-item-checklist, .page-hackathon-inner #hackathon-timeline-section .checklist-item-checklist, .page-meetup-details #hackathon-timeline-section .checklist-item-checklist, .page-awardsNew #hackathon-timeline-section .checklist-item-checklist, .page-masterclass #hackathon-timeline-section .checklist-item-checklist {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #1f2937;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media screen and (max-width: 1000px) {
        .page-webinarListing #hackathon-timeline-section .checklist-item-checklist, .page-eventListing #hackathon-timeline-section .checklist-item-checklist, .page-meetups #hackathon-timeline-section .checklist-item-checklist, .page-hackathons #hackathon-timeline-section .checklist-item-checklist, .page-challenge #hackathon-timeline-section .checklist-item-checklist, .page-challenge-details #hackathon-timeline-section .checklist-item-checklist, .page-hackathon-inner #hackathon-timeline-section .checklist-item-checklist, .page-meetup-details #hackathon-timeline-section .checklist-item-checklist, .page-awardsNew #hackathon-timeline-section .checklist-item-checklist, .page-masterclass #hackathon-timeline-section .checklist-item-checklist {
          font-size: 13px;
          gap: 8px; } }
      .page-webinarListing #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-eventListing #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-meetups #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-hackathons #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-challenge #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-challenge-details #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-hackathon-inner #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-meetup-details #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-awardsNew #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist, .page-masterclass #hackathon-timeline-section .checklist-item-checklist .checklist-icon-checklist {
        flex-shrink: 0; }
    @media screen and (max-width: 1000px) {
      .page-webinarListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-eventListing #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetups #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathons #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-challenge-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-hackathon-inner #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-meetup-details #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-awardsNew #hackathon-timeline-section .hackathon-timeline .timeline-line, .page-masterclass #hackathon-timeline-section .hackathon-timeline .timeline-line {
        display: none; } }
  .page-webinarListing .background-common-image, .page-eventListing .background-common-image, .page-meetups .background-common-image, .page-hackathons .background-common-image, .page-challenge .background-common-image, .page-challenge-details .background-common-image, .page-hackathon-inner .background-common-image, .page-meetup-details .background-common-image, .page-awardsNew .background-common-image, .page-masterclass .background-common-image {
    background-image: url("/Themes/Release/theme4/images/techmonk/common_background.webp");
    background-size: cover;
    background-position: bottom;
    position: relative; }
    .page-webinarListing .background-common-image::before, .page-eventListing .background-common-image::before, .page-meetups .background-common-image::before, .page-hackathons .background-common-image::before, .page-challenge .background-common-image::before, .page-challenge-details .background-common-image::before, .page-hackathon-inner .background-common-image::before, .page-meetup-details .background-common-image::before, .page-awardsNew .background-common-image::before, .page-masterclass .background-common-image::before {
      content: '';
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none; }
    .page-webinarListing .background-common-image .inner-section, .page-eventListing .background-common-image .inner-section, .page-meetups .background-common-image .inner-section, .page-hackathons .background-common-image .inner-section, .page-challenge .background-common-image .inner-section, .page-challenge-details .background-common-image .inner-section, .page-hackathon-inner .background-common-image .inner-section, .page-meetup-details .background-common-image .inner-section, .page-awardsNew .background-common-image .inner-section, .page-masterclass .background-common-image .inner-section {
      position: relative;
      z-index: 1; }
  .page-webinarListing .feature-icon-grid, .page-eventListing .feature-icon-grid, .page-meetups .feature-icon-grid, .page-hackathons .feature-icon-grid, .page-challenge .feature-icon-grid, .page-challenge-details .feature-icon-grid, .page-hackathon-inner .feature-icon-grid, .page-meetup-details .feature-icon-grid, .page-awardsNew .feature-icon-grid, .page-masterclass .feature-icon-grid {
    display: grid;
    grid-template-columns: repeat(var(--grid-column, 3), 1fr);
    gap: var(--gap, 30);
    position: relative;
    overflow: hidden; }
    .page-webinarListing .feature-icon-grid .step, .page-eventListing .feature-icon-grid .step, .page-meetups .feature-icon-grid .step, .page-hackathons .feature-icon-grid .step, .page-challenge .feature-icon-grid .step, .page-challenge-details .feature-icon-grid .step, .page-hackathon-inner .feature-icon-grid .step, .page-meetup-details .feature-icon-grid .step, .page-awardsNew .feature-icon-grid .step, .page-masterclass .feature-icon-grid .step {
      border: 1px solid rgba(23, 36, 53, 0.1);
      border-radius: 10px;
      padding: 22px 20px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      gap: 12px;
      background: white;
      transition: all 0.3s ease; }
      .page-webinarListing .feature-icon-grid .step:hover, .page-eventListing .feature-icon-grid .step:hover, .page-meetups .feature-icon-grid .step:hover, .page-hackathons .feature-icon-grid .step:hover, .page-challenge .feature-icon-grid .step:hover, .page-challenge-details .feature-icon-grid .step:hover, .page-hackathon-inner .feature-icon-grid .step:hover, .page-meetup-details .feature-icon-grid .step:hover, .page-awardsNew .feature-icon-grid .step:hover, .page-masterclass .feature-icon-grid .step:hover {
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        border-color: 1px solid #64b7ae; }
      .page-webinarListing .feature-icon-grid .step h3, .page-eventListing .feature-icon-grid .step h3, .page-meetups .feature-icon-grid .step h3, .page-hackathons .feature-icon-grid .step h3, .page-challenge .feature-icon-grid .step h3, .page-challenge-details .feature-icon-grid .step h3, .page-hackathon-inner .feature-icon-grid .step h3, .page-meetup-details .feature-icon-grid .step h3, .page-awardsNew .feature-icon-grid .step h3, .page-masterclass .feature-icon-grid .step h3 {
        color: #172435;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px; }
      .page-webinarListing .feature-icon-grid .step p, .page-eventListing .feature-icon-grid .step p, .page-meetups .feature-icon-grid .step p, .page-hackathons .feature-icon-grid .step p, .page-challenge .feature-icon-grid .step p, .page-challenge-details .feature-icon-grid .step p, .page-hackathon-inner .feature-icon-grid .step p, .page-meetup-details .feature-icon-grid .step p, .page-awardsNew .feature-icon-grid .step p, .page-masterclass .feature-icon-grid .step p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        color: #595959;
        line-height: 20px; }
    @media screen and (max-width: 1000px) {
      .page-webinarListing .feature-icon-grid, .page-eventListing .feature-icon-grid, .page-meetups .feature-icon-grid, .page-hackathons .feature-icon-grid, .page-challenge .feature-icon-grid, .page-challenge-details .feature-icon-grid, .page-hackathon-inner .feature-icon-grid, .page-meetup-details .feature-icon-grid, .page-awardsNew .feature-icon-grid, .page-masterclass .feature-icon-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px; }
        .page-webinarListing .feature-icon-grid .step, .page-eventListing .feature-icon-grid .step, .page-meetups .feature-icon-grid .step, .page-hackathons .feature-icon-grid .step, .page-challenge .feature-icon-grid .step, .page-challenge-details .feature-icon-grid .step, .page-hackathon-inner .feature-icon-grid .step, .page-meetup-details .feature-icon-grid .step, .page-awardsNew .feature-icon-grid .step, .page-masterclass .feature-icon-grid .step {
          align-items: center; }
          .page-webinarListing .feature-icon-grid .step p, .page-eventListing .feature-icon-grid .step p, .page-meetups .feature-icon-grid .step p, .page-hackathons .feature-icon-grid .step p, .page-challenge .feature-icon-grid .step p, .page-challenge-details .feature-icon-grid .step p, .page-hackathon-inner .feature-icon-grid .step p, .page-meetup-details .feature-icon-grid .step p, .page-awardsNew .feature-icon-grid .step p, .page-masterclass .feature-icon-grid .step p {
            text-align: center; } }

.page-homepage.et_techmonk .ai-playbook-section__container, .page-homepage.et_techgig .ai-playbook-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: flex-start; }
  .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item {
    flex: 1 1 calc(31.333% - 3.5rem);
    max-width: calc(31.333% - 3.5rem);
    width: 31%;
    border: 1px solid #ebe6e7;
    border-radius: 32px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.5s linear;
    min-height: 473px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item {
        flex: 1 1 100%;
        max-width: 100%;
        box-sizing: border-box;
        width: 100%; } }
    .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item:hover, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
      border-color: 1px solid #64b7ae; }
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item:hover h2 a, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item:hover h2 a {
        color: #e53935 !important; }
    .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item figure img, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item figure img {
      border: 32px;
      height: 222px !important;
      object-fit: cover;
      object-position: center;
      margin-bottom: 20px;
      border-radius: 20px;
      transition: all 0.3s ease; }
    .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content {
      gap: 16px; }
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 {
        font-family: "Playfair Display", serif !important;
        line-height: 1.25;
        font-weight: 500;
        color: #101828;
        font-size: 1.2rem; }
        @media screen and (min-width: 1600px) and (max-width: 1920px) {
          .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 {
            font-size: 1.5rem; } }
        .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a {
          color: oklch(21% 0.034 264.665);
          font-weight: 400;
          line-height: 1.25;
          font-size: 1.25rem; }
          @media screen and (min-width: 1600px) and (max-width: 1920px) {
            .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a {
              font-size: 1.5rem; } }
          @media screen and (max-width: 1366px) {
            .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content h2 a {
              font-size: 1.2rem;
              line-height: 1.05; } }
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content p, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content p {
        font-family: "Inter", sans-serif;
        color: #6a7282;
        line-height: 1.625;
        font-size: .875rem; }
        @media screen and (max-width: 1366px) {
          .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content p, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .ai-playbook-section__content p {
            font-size: .775rem; } }
    .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item .desc, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item .desc {
      font-size: 14px;
      line-height: 22px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      color: #6a7282;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 600;
      padding: 12px 32px;
      line-height: normal;
      border: 1px solid #d1d5dc;
      color: #4a5565;
      margin-top: 16px;
      transition: all 0.5s linear;
      box-sizing: border-box;
      width: 89%;
      border-radius: .75rem;
      position: absolute;
      bottom: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 1366px) {
        .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool {
          font-size: 10px;
          padding: 10px 20px; } }
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool:hover, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item a.btn-aitool:hover {
        background: black;
        color: white;
        border-color: #64b7ae; }
    @media screen and (max-width: 1000px) {
      .page-homepage.et_techmonk .ai-playbook-section__container .ai-playbook-section__item, .page-homepage.et_techgig .ai-playbook-section__container .ai-playbook-section__item {
        flex: 1 1 100%;
        max-width: 100%; } }

.subscription-section {
  background: url("https://img.etb2bimg.com/files/cp/26089da6161fe1a6d8b9.png");
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0; }
  .subscription-section h2.title.wow.fadeInLeft,
  .subscription-section p.subtitle.wow.fadeInRight {
    color: #fff; }
  .subscription-section .section-title {
    max-width: 1080px; }
  .subscription-section form.techmonk-footer__form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 10px;
    gap: 8px; }
    @media screen and (max-width: 1000px) {
      .subscription-section form.techmonk-footer__form {
        flex-direction: column;
        padding: 0px; } }
    .subscription-section form.techmonk-footer__form .techmonk-footer__input {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.2);
      border-radius: 100px;
      min-width: 400px;
      padding: 16px 30px; }
      @media screen and (max-width: 1000px) {
        .subscription-section form.techmonk-footer__form .techmonk-footer__input {
          min-width: auto;
          padding: 14px 30px;
          width: 85%; } }
      .subscription-section form.techmonk-footer__form .techmonk-footer__input .techmonk-footer__input-icon img {
        width: 24px;
        object-fit: contain; }
      .subscription-section form.techmonk-footer__form .techmonk-footer__input input {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        font-family: "Montserrat", sans-serif; }
        .subscription-section form.techmonk-footer__form .techmonk-footer__input input::placeholder {
          color: white;
          font-size: 14px;
          font-weight: 400;
          line-height: 17px;
          font-family: "Montserrat", sans-serif; }
  .subscription-section .techmonk-footer__btn {
    border-radius: 100px;
    height: 58px;
    padding: 0 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 1000px) {
      .subscription-section .techmonk-footer__btn {
        width: 100%;
        height: 50px; } }
  .subscription-section p.techmonk-footer__terms {
    text-align: center;
    color: white;
    font-weight: 400; }
    .subscription-section p.techmonk-footer__terms a {
      color: white;
      text-decoration: underline; }

/* Improved newsletter banner: two-column layout, light bg, form in white card (scoped by ID, no logic change) */
.subscription-section#techmonk-newsletter-banner {
  position: relative;
  padding: 96px 0;
  background: #111; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__container {
    position: relative;
    z-index: 1; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__grid {
        grid-template-columns: 1fr;
        gap: 2rem; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__eyebrow {
    display: block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fb2c36;
    margin-bottom: 16px;
    letter-spacing: .2em; }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__eyebrow {
        text-align: center; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__title {
    font-size: 3.75rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "Playfair Display", serif; }
    @media screen and (max-width: 1366px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__title {
        font-size: 2.8rem; } }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__title {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 10px; } }
    .subscription-section#techmonk-newsletter-banner .subscription-section__title span {
      color: #e53935;
      width: 100%;
      display: inline-block; }
      @media screen and (max-width: 1366px) {
        .subscription-section#techmonk-newsletter-banner .subscription-section__title span {
          display: inline; } }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__title {
        font-size: 1.5rem; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__social-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap; }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__social-proof {
        justify-content: center; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__avatars {
    display: flex;
    align-items: center; }
    .subscription-section#techmonk-newsletter-banner .subscription-section__avatars .subscription-section__avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      border: 2px solid #111111;
      margin-left: -11px;
      flex-shrink: 0; }
      .subscription-section#techmonk-newsletter-banner .subscription-section__avatars .subscription-section__avatar:first-child {
        margin-left: 0; }
      .subscription-section#techmonk-newsletter-banner .subscription-section__avatars .subscription-section__avatar--more {
        margin-left: 4px;
        background: #e53935 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        margin-left: -14px; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__tagline {
    font-size: .875rem;
    line-height: 1.4;
    color: #d1d5dc;
    margin: 0;
    max-width: 200px; }
    @media screen and (max-width: 1366px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__tagline {
        font-size: .775rem;
        line-height: 1.6;
        font-weight: 400;
        max-width: max-content;
        text-align: center; } }
    .subscription-section#techmonk-newsletter-banner .subscription-section__tagline span {
      color: white;
      font-weight: 600; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__card {
    background: #fff;
    border-radius: 16px;
    padding: calc(.25rem * 10);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    max-width: 446px; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #101828;
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif !important; }
    @media screen and (max-width: 1366px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__card-title {
        font-size: 1.2rem; } }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__card-title {
        font-size: 1.2rem;
        text-align: center; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__card-desc {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #4a5565;
    margin-bottom: 32px; }
    @media screen and (max-width: 1366px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__card-desc {
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 400; } }
    @media screen and (max-width: 1000px) {
      .subscription-section#techmonk-newsletter-banner .subscription-section__card-desc {
        font-size: .775rem;
        line-height: 1.6;
        font-weight: 400;
        text-align: center; } }
  .subscription-section#techmonk-newsletter-banner .subscription-section__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    padding-top: 0; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__field-wrap {
    width: 100%; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__input {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 18px;
    font-size: 0.9375rem;
    color: #172435;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px; }
    .subscription-section#techmonk-newsletter-banner .subscription-section__input::placeholder {
      color: #6b7280; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__btn {
    width: 100%;
    background: #2d2d2d !important;
    color: #fff !important;
    border: none;
    border-radius: 100px;
    padding: 18px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif; }
    .subscription-section#techmonk-newsletter-banner .subscription-section__btn::after {
      content: "→";
      font-size: 1.1em; }
    .subscription-section#techmonk-newsletter-banner .subscription-section__btn:hover {
      background: #0f1823 !important;
      color: #fff !important; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__response {
    margin: 0;
    font-size: 0.875rem; }
  .subscription-section#techmonk-newsletter-banner .subscription-section__terms {
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #99a1af;
    margin: 1rem 0 0 0;
    text-align: center; }
    .subscription-section#techmonk-newsletter-banner .subscription-section__terms a {
      color: #172435;
      font-weight: 600;
      text-decoration: underline; }

section.techmonk-leaders-section2 {
  background: #0b1121;
  padding: 90px 0px !important; }
  section.techmonk-leaders-section2 h2.title {
    color: white !important; }
    section.techmonk-leaders-section2 h2.title span {
      color: #7c86ff !important; }
  section.techmonk-leaders-section2 p.subtitle {
    color: white !important; }
  section.techmonk-leaders-section2 .techmonk-leaders-section2__content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(.25rem * 6); }
    @media screen and (max-width: 1000px) {
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content {
        flex-wrap: wrap;
        text-align: center;
        grid-template-columns: repeat(1, 1fr); } }
    section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item {
      background: white;
      padding: 32px;
      border-radius: .75rem;
      display: flex;
      flex-direction: column;
      gap: 24px;
      transition: all 0.5s linear; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item:hover {
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        border-color: 1px solid #64b7ae; }
        section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item:hover h3 {
          color: #7c86ff !important; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item svg {
        width: 40px;
        height: 40px; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item h3 {
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 1.25rem;
        color: #101828; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .techmonk-leaders-section2__content-item p {
        font-size: .875rem;
        color: #4a5565 !important;
        line-height: 1.625; }
    section.techmonk-leaders-section2 .techmonk-leaders-section2__content .first-item {
      width: calc(100% - -91px);
      text-align: center;
      background: url(https://img.etb2bimg.com/files/cp/5d15e4e3b7934ae7474f.png);
      background-size: cover;
      color: white;
      padding: 40px !important; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .first-item .techmonk-leaders-section2__content-item-icon img {
        width: 65px; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .first-item h3 {
        font-size: 20px;
        margin-bottom: 18px; }
      section.techmonk-leaders-section2 .techmonk-leaders-section2__content .first-item p {
        color: white;
        font-size: 14px;
        max-width: 530px;
        margin: 0 auto;
        font-weight: 400; }
  section.techmonk-leaders-section2 .button-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    section.techmonk-leaders-section2 .button-container-wrapper a {
      background: #e53935;
      color: white;
      font-weight: 600;
      padding: 16px 32px;
      border-radius: 100px;
      text-decoration: none;
      transition: all 0.2s ease;
      display: inline-block;
      margin-top: 10px; }
      section.techmonk-leaders-section2 .button-container-wrapper a:hover {
        background: white;
        color: #e53935; }

.page-homepage.et_techmonk .why-technomk:before, .page-homepage.et_techgig .why-technomk:before {
  content: '';
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 10px;
  z-index: 1; }

/* responsive code start here */
@media (max-width: 1100px) {
  .page-homepage.et_techmonk main#maincontent, .page-homepage.et_techgig main#maincontent {
    margin: 0px; }
  .et_techmonk .hero-features-section .hero-feature-card, .et_techgig .hero-features-section .hero-feature-card {
    flex: unset !important; }
  .et_techmonk .contest-case-section__webinarBox, .et_techgig .contest-case-section__webinarBox {
    flex-direction: column !important;
    padding: 0px; }
  .et_techmonk .contest-case-section__webinarBox .image img, .et_techgig .contest-case-section__webinarBox .image img {
    width: 100% !important; }
  .et_techmonk .contest-case-section__webinarBox .image, .et_techgig .contest-case-section__webinarBox .image {
    width: 100% !important;
    padding: 0px;
    box-sizing: border-box; }
  .et_techmonk .contest-case-section__webinarBox .content, .et_techgig .contest-case-section__webinarBox .content {
    padding: 20px 20px 20px 20px !important; }
  .et_techmonk .contest-case-section__webinarBox .meta, .et_techgig .contest-case-section__webinarBox .meta {
    flex-direction: column;
    gap: 10px; }
  .et_techmonk .contest-case-section__webinarBox .content .event_content_flex, .et_techgig .contest-case-section__webinarBox .content .event_content_flex {
    gap: 15px; }
  .et_techmonk .contest-case-section__webinarBox .event-stats-container, .et_techgig .contest-case-section__webinarBox .event-stats-container {
    display: none; }
  .sidebarPopup .et_techmonk .hero.before-enable, .sidebarPopup .et_techgig .hero.before-enable {
    margin-top: 38px; } }

/* responsive code start here */
/* Hero + networking block (RevTopEvents_techmonk.tpl: .hero.before-enable > .networking-section-block > .image-group_wrapper ul li) */
.et_techmonk .hero.before-enable, .et_techgig .hero.before-enable {
  height: 100vh;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-image, transparent) no-repeat center top;
  position: relative;
  background-size: cover; }
  .et_techmonk .hero.before-enable .networking-section-block, .et_techgig .hero.before-enable .networking-section-block {
    z-index: 0; }
  .et_techmonk .hero.before-enable .hero-container, .et_techgig .hero.before-enable .hero-container {
    position: relative;
    z-index: 1; }
  .et_techmonk .hero.before-enable .hero-top-content, .et_techgig .hero.before-enable .hero-top-content {
    position: relative;
    z-index: 2; }

.networking-section-block {
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  height: 90vh; }
  .networking-section-block .image-group_wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none; }
    .networking-section-block .image-group_wrapper ul {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
  .networking-section-block ul img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    transition: box-shadow 0.35s ease, transform 0.35s ease; }
  .networking-section-block ul li {
    animation-name: hex-fade-in, float;
    animation-delay: 0.27s, 1.3s;
    animation-duration: 0.7s, 3.2s;
    animation-fill-mode: both, none;
    animation-iteration-count: 1, infinite;
    animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1), ease-in-out;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.11);
    display: flex;
    justify-content: center;
    align-items: center; }
    .networking-section-block ul li:before {
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 36px;
      background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #161414 100%);
      filter: blur(15px);
      z-index: 1;
      content: ''; }
    .networking-section-block ul li:hover img {
      box-shadow: 0 4px 24px rgba(120, 115, 165, 0.22), 0 0 0 1px rgba(120, 115, 165, 0.12); }
  .networking-section-block ul .image-group_item-1 {
    position: absolute;
    top: 114px;
    left: 162px; }
    .networking-section-block ul .image-group_item-1 img {
      width: 80px;
      height: 80px; }
  .networking-section-block ul .image-group_item-2 {
    position: absolute;
    top: 328px;
    left: -26px; }
    .networking-section-block ul .image-group_item-2 img {
      width: 90px;
      height: 90px; }
  .networking-section-block ul .image-group_item-3 {
    position: absolute;
    right: 21px;
    top: 101px; }
    .networking-section-block ul .image-group_item-3 img {
      width: 65px;
      height: 65px; }
  .networking-section-block ul .image-group_item-4 {
    position: absolute;
    bottom: 41px;
    right: -34px; }
    .networking-section-block ul .image-group_item-4 img {
      width: 65px;
      height: 65px; }
  .networking-section-block ul .image-group_item-5 {
    position: absolute;
    bottom: 49px;
    right: 13%; }
    .networking-section-block ul .image-group_item-5 img {
      width: 100px;
      height: 100px; }
  .networking-section-block ul .image-group_item-6 {
    position: absolute;
    bottom: -52px;
    left: 20%; }
    .networking-section-block ul .image-group_item-6 img {
      width: 110px;
      height: 110px; }
  .networking-section-block ul .image-group_item-3-1 {
    position: absolute;
    top: -100px;
    left: 50%; }
  .networking-section-block ul .image-group_item-7 {
    position: absolute;
    bottom: -150px;
    left: 43%; }
  .networking-section-block ul .image-group_item-8 {
    position: absolute;
    bottom: -80px;
    left: 63%; }
  .networking-section-block .network-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible; }
    .networking-section-block .network-lines line,
    .networking-section-block .network-lines path {
      stroke: rgba(178, 175, 212, 0.1);
      stroke-width: 5px;
      stroke-linecap: round;
      transition: stroke 2.65s ease; }
    .networking-section-block .network-lines circle {
      filter: drop-shadow(0 0 8px rgba(120, 115, 165, 0.35)); }
  .networking-section-block:hover .network-lines line,
  .networking-section-block:hover .network-lines path {
    stroke: rgba(120, 115, 165, 0.28); }

/* Hide specific gradient line by id if needed */
line[stroke='url(#base-grad-1)'] {
  display: none !important; }
  line[stroke='url(#base-grad-1)'] + line {
    display: none; }

.page-homepage.et_techmonk main#maincontent, .page-homepage.et_techgig main#maincontent {
  margin: 0 !important;
  padding: 0; }

@media (max-width: 1100px) {
  .networking-section-block {
    display: none; }
  .et_techmonk .hero.before-enable, .et_techgig .hero.before-enable {
    height: auto;
    padding-left: 20px !important;
    padding-bottom: 60px !important;
    padding-right: 20px !important;
    padding-top: 60px !important; } }

.et_techmonk.page-homepage header .site-header.site-header-sticky, .et_techgig.page-homepage header .site-header.site-header-sticky {
  background: rgba(0, 0, 0, 0.4) !important;
  box-shadow: none !important;
  backdrop-filter: blur(50px) !important;
  position: fixed;
  width: 100%; }
  .et_techmonk.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a, .et_techgig.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a {
    color: white;
    font-weight: 400; }
  .et_techmonk.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span.navigation__more--trigger:after, .et_techgig.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span.navigation__more--trigger:after {
    filter: contrast(0.5); }
  .et_techmonk.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:hover, .et_techgig.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:hover {
    color: rgba(255, 255, 255, 0.8); }
  .et_techmonk.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:active, .et_techgig.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:active {
    color: rgba(255, 255, 255, 0.8); }
  .et_techmonk.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:focus, .et_techgig.page-homepage header .site-header.site-header-sticky .top-panel__navigation > li > span > a:focus {
    color: rgba(255, 255, 255, 0.8); }

.hero-image-wrapper {
  width: 100%;
  display: inline-block; }
  .hero-image-wrapper img {
    width: 37px;
    border-radius: 50%; }
    @media screen and (max-width: 1366px) {
      .hero-image-wrapper img {
        width: 30px; } }
  .hero-image-wrapper-inner {
    padding: 15px 35px;
    display: inline-block;
    margin-bottom: 45px;
    border-radius: 10px;
    position: relative;
    background: rgba(33, 17, 17, 0.4); }
    @media screen and (max-width: 1366px) {
      .hero-image-wrapper-inner {
        margin-bottom: 30px; } }
    .hero-image-wrapper-inner h4 {
      font-size: 13px;
      margin-bottom: 15px;
      font-weight: 400;
      color: white;
      font-family: "Inter", sans-serif; }
      @media screen and (max-width: 1366px) {
        .hero-image-wrapper-inner h4 {
          font-size: 11px; } }
      .hero-image-wrapper-inner h4 b {
        font-weight: 700; }
    .hero-image-wrapper-inner .hero-image-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .hero-image-wrapper-inner .hero-image-container img {
        margin-left: -5px; }
      .hero-image-wrapper-inner .hero-image-container span.hero-image-plus {
        width: 38px;
        height: 38px;
        background: #ef4444;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 700;
        font-size: 11px; }
        .hero-image-wrapper-inner .hero-image-container span.hero-image-plus img {
          margin: 0px;
          width: 15px; }
    .hero-image-wrapper-inner::before {
      content: '';
      background: url(https://img.etb2bimg.com/files/cp/ce6d07cdd86726564e98.png);
      width: 37px;
      height: 30px;
      display: inline-block;
      position: absolute;
      bottom: -24.2px;
      right: 64px;
      opacity: 0; }

.quiz-card__date {
  border: 1px solid #eaebec;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 142px;
  border-radius: 4px; }
  .quiz-card__date span.quiz-card__date_text {
    color: black;
    font-size: 13px;
    font-weight: 600; }
  .quiz-card__date .quiz-card__date_text_end {
    color: #e34347 !important; }

.hero-top-content-inner {
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  margin-top: 60px;
  color: white;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .hero-top-content-inner .glow-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #E30009;
    border-radius: 50%;
    margin-right: 4px;
    animation: pulse-glow 2s infinite;
    margin-right: 7px; }
    @media screen and (max-width: 1000px) {
      .hero-top-content-inner .glow-dot {
        margin-top: 0px; } }

@keyframes pulse-glow {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  50% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.8; } }
  @media screen and (max-width: 1366px) {
    .hero-top-content-inner {
      font-size: 11px;
      letter-spacing: 0.1em; } }
  .hero-top-content-inner strong.text-foreground.ml-1 {
    margin-left: 5px; }

/* ----------------------- Hackthon Domains ----------------------------- */
.hackathon-domains-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 1000px) {
    .hackathon-domains-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .hackathon-domains-grid .hackathon-domain-card {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    transition: all 0.3s ease; }
    .hackathon-domains-grid .hackathon-domain-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1); }
      .hackathon-domains-grid .hackathon-domain-card:hover .hackathon-domain-card__title {
        color: #7c86ff !important; }
    .hackathon-domains-grid .hackathon-domain-card .hackathon-domain-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 183px;
      object-fit: cover;
      object-position: top; }
    .hackathon-domains-grid .hackathon-domain-card h3.hackathon-domain-card__title {
      font-size: 20px;
      font-weight: 600;
      font-family: "Inter", sans-serif !important; }
    .hackathon-domains-grid .hackathon-domain-card p.hackathon-domain-card__description {
      font-size: 14px;
      line-height: 23px; }
  .hackathon-domains-grid__bottom {
    text-align: center;
    margin-top: 20px; }
    .hackathon-domains-grid__bottom .btn-large {
      padding: 12px 27px;
      font-size: 14px;
      font-weight: 400; }

.hackathon-domain-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #121827; }

/* ---------------------------------------------------- */
.who-should-join-techmonk {
  position: relative; }
  .who-should-join-techmonk .card-bg-icon {
    position: absolute;
    right: -48px;
    top: -48px;
    width: 320px;
    height: 320px;
    color: #f6f0f0b8;
    opacity: 0.8;
    pointer-events: none;
    transition: transform 0.7s ease; }
    .who-should-join-techmonk .card-bg-icon svg {
      width: 100%;
      height: 100%; }
  .who-should-join-techmonk_container {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0px; }
    @media screen and (max-width: 1000px) {
      .who-should-join-techmonk_container {
        grid-template-columns: repeat(1, 1fr); } }
  .who-should-join-techmonk_item {
    background: white;
    box-shadow: 0 25px 50px -12px color-mix(in oklab, color-mix(in oklab, oklch(92.8% 0.006 264.531) 50%, transparent) 100%, transparent);
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e3e3e3;
    overflow: hidden; }
    @media screen and (max-width: 1366px) {
      .who-should-join-techmonk_item {
        padding: 24px; } }
    .who-should-join-techmonk_item:hover {
      transform: translateY(-10px);
      box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
      border: 1px solid #64b7ae !important; }
      .who-should-join-techmonk_item:hover .card-bg-icon {
        transform: scale(1.1) rotate(12deg); }
    .who-should-join-techmonk_item::before {
      content: '';
      width: 65px;
      height: 65px;
      position: absolute;
      right: 30px;
      background-size: contain; }
      @media screen and (max-width: 1366px) {
        .who-should-join-techmonk_item::before {
          width: 50px;
          height: 50px; } }
    .who-should-join-techmonk_item:last-child {
      background: white; }
      .who-should-join-techmonk_item:last-child::before {
        width: 65px;
        height: 65px;
        position: absolute;
        right: 30px;
        background-size: contain; }
        @media screen and (max-width: 1366px) {
          .who-should-join-techmonk_item:last-child::before {
            width: 50px;
            height: 50px; } }
  .who-should-join-techmonk_content h5 {
    font-size: 2.25rem;
    margin-bottom: 12px !important;
    font-weight: 400;
    line-height: 1; }
    @media screen and (max-width: 1366px) {
      .who-should-join-techmonk_content h5 {
        font-size: 2rem; } }
  .who-should-join-techmonk_content strong {
    color: #e53935;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.76rem;
    margin-bottom: 24px;
    display: inline-block;
    letter-spacing: .15em; }
    @media screen and (max-width: 1366px) {
      .who-should-join-techmonk_content strong {
        font-size: .775rem; } }
  .who-should-join-techmonk_content p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: oklch(55.1% 0.027 264.364); }
    @media screen and (max-width: 1366px) {
      .who-should-join-techmonk_content p {
        font-size: 0.95rem;
        line-height: 1.4; } }
    @media screen and (min-width: 1600px) and (max-width: 1920px) {
      .who-should-join-techmonk_content p {
        font-size: 1.125rem; } }
  .who-should-join-techmonk_benefits h4 {
    color: #101828;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px; }
    .who-should-join-techmonk_benefits h4 svg {
      width: 16px; }
  .who-should-join-techmonk_benefits ul {
    display: flex;
    gap: 10px;
    padding: 15px 0px 0px;
    flex-wrap: wrap;
    color: #4a5565; }
    .who-should-join-techmonk_benefits ul li {
      border: 1px solid #ececec;
      background: white;
      padding: 8px 12px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 500; }
      .who-should-join-techmonk_benefits ul li h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px; }
      .who-should-join-techmonk_benefits ul li p {
        font-size: 16px;
        line-height: 25px;
        color: #4a5565; }
  .who-should-join-techmonk_core {
    background: #f9f3f3ab;
    padding: 25px;
    border: 1px solid #f6f3f4;
    border-radius: 16px; }
    .who-should-join-techmonk_core h4 {
      color: #101828;
      text-transform: uppercase;
      font-size: .75rem;
      display: flex;
      align-items: center;
      gap: calc(.25rem* 2);
      font-family: "Inter", sans-serif;
      letter-spacing: .15em;
      font-weight: 700; }
      .who-should-join-techmonk_core h4 svg {
        width: 16px; }
    .who-should-join-techmonk_core ul {
      display: grid;
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
      padding: 24px 0px 0px; }
      @media screen and (max-width: 1000px) {
        .who-should-join-techmonk_core ul {
          grid-template-columns: repeat(1, 1fr); } }
      .who-should-join-techmonk_core ul li {
        width: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: calc(.25rem * 3); }
        .who-should-join-techmonk_core ul li svg {
          width: 18px; }
  .who-should-join-techmonk_status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px; }
    .who-should-join-techmonk_status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      flex-shrink: 0; }
      .who-should-join-techmonk_status-dot--green {
        background: #22c55e; }
      .who-should-join-techmonk_status-dot--red {
        background: #E53935; }
    .who-should-join-techmonk_status-text {
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #99a1af;
      letter-spacing: .1em; }
  .who-should-join-techmonk_action a.btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 10px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    border-radius: 10px;
    box-sizing: border-box;
    letter-spacing: .1rem; }
    @media screen and (max-width: 1366px) {
      .who-should-join-techmonk_action a.btn {
        font-size: .775rem;
        padding: 15px 10px; } }
  .who-should-join-techmonk_action .who-should-join-techmonk_explore {
    display: block;
    text-align: center;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(18, 24, 39, 0.6);
    transition: color 0.2s ease;
    letter-spacing: .1em; }
    .who-should-join-techmonk_action .who-should-join-techmonk_explore:hover {
      color: #111; }

span.icon_flow {
  background: #da3832;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px color-mix(in oklab, color-mix(in oklab, oklch(63.7% 0.237 25.331) 20%, transparent) 100%, transparent), 0 4px 6px -4px color-mix(in oklab, color-mix(in oklab, oklch(63.7% 0.237 25.331) 20%, transparent) 100%, transparent); }

/* Hero news layout: 1 large left + 2 stacked right (scoped by ID to avoid affecting existing components) */
.et_techmonk, .et_techgig {
  /* C-Suite Leader Circle – dark banner (scoped by ID) */ }
  .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero {
    margin-bottom: 2rem; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__grid, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__grid {
      display: grid;
      grid-template-columns: 1.85fr 1fr;
      gap: 1.5rem;
      align-items: stretch; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__grid, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__grid {
          grid-template-columns: 1fr; } }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__main, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__main {
      min-height: 320px; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__main, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__main {
          min-height: 280px; } }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__side, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__side {
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card {
      display: block;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: end; }
      .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card:focus, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card:focus {
        color: #fff; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__bg, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__overlay, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180.92deg, rgba(217, 217, 217, 0) -2.04%, rgba(0, 0, 0, 0.4) 47.13%, #000000 99.21%); }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__tag, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__tag {
      position: relative;
      z-index: 1;
      display: inline-block;
      background: #ef4444;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.05em;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 12px;
      text-transform: uppercase;
      max-width: 45px;
      left: 20px;
      text-align: center; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__content, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px;
      min-height: 100%;
      box-sizing: border-box; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__headline, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__headline {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.35;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__excerpt, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__excerpt {
      font-size: 0.875rem;
      line-height: 1.45;
      opacity: 0.95;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__content, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__content {
      padding: 15px 24px 20px 24px; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__headline, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__headline {
      font-size: 1.3rem; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__headline, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__headline {
          font-size: 1.25rem; } }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__excerpt, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__excerpt {
      font-size: 0.9375rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__cta, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--large .techmonk-news-hero__cta {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      margin-top: 16px;
      background: #fff;
      color: #172435;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 100px; }
    .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small {
      min-height: 220px; }
      .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__content, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__content {
        padding: 20px; }
      .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__headline, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__headline {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .et_techmonk #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__excerpt, .et_techgig #techmonk-news-hero-layout.techmonk-news-hero .techmonk-news-hero__card--small .techmonk-news-hero__excerpt {
        font-size: 0.8125rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner {
    position: relative;
    background: #0b1120;
    overflow: hidden;
    padding: 80px 2.8rem; }
    @media screen and (max-width: 1000px) {
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner {
        padding: 2rem 1.5rem; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__bg, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__bg {
      position: absolute;
      inset: 0;
      pointer-events: none; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__bg::before, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 80% 50% at 70% 50%, rgba(239, 68, 68, 0.08) 0%, transparent 50%); }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__pattern--curves, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__pattern--curves {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 40%;
      height: 80%;
      opacity: 0.15;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M0 50 Q50 20 100 50 T200 50' stroke='%23ef4444' fill='none' stroke-width='0.5' opacity='0.6'/%3E%3Cpath d='M0 100 Q80 60 150 100' stroke='%23f97316' fill='none' stroke-width='0.4' opacity='0.5'/%3E%3Cpath d='M0 140 Q60 100 200 140' stroke='%23eab308' fill='none' stroke-width='0.3' opacity='0.4'/%3E%3C/svg%3E") no-repeat center;
      background-size: contain; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__pattern--binary, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__pattern--binary {
      position: absolute;
      inset: 0;
      /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ctext x='0' y='12' fill='%23fff' font-size='10' font-family='monospace'%3E0101%3C/text%3E%3Ctext x='0' y='28' fill='%23fff' font-size='10' font-family='monospace'%3E1010%3C/text%3E%3Ctext x='0' y='44' fill='%23fff' font-size='10' font-family='monospace'%3E0101%3C/text%3E%3C/svg%3E");*/
      background: url(https://img.etb2bimg.com/files/cp/b714e3aa6090cb7097a1.png);
      background-attachment: fixed; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__inner, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr calc(50% - 48px);
      gap: calc(.25rem * 12);
      align-items: center; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__inner, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__inner {
          grid-template-columns: 1fr;
          gap: 2rem; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__left, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__left {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__eyebrow, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__eyebrow {
      display: block;
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #e53935;
      letter-spacing: .2em; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__eyebrow, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__eyebrow {
          text-align: center; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title {
      font-size: 3.75rem;
      font-weight: 500;
      color: #fff;
      line-height: 1;
      margin-bottom: 8px; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title span, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title span {
        color: oklch(67.3% 0.182 276.935) !important; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__title {
          font-size: 1.75rem;
          text-align: center; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits {
      list-style: none;
      margin-bottom: 16px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem 2rem; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits {
          justify-content: center;
          text-align: center; } }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li {
        display: flex;
        align-items: center;
        gap: calc(.25rem * 2);
        font-size: .875rem;
        font-weight: 500;
        color: #99a1af; }
        @media screen and (max-width: 1366px) {
          .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li {
            font-size: .775rem; } }
        @media screen and (max-width: 1000px) {
          .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__benefits li {
            justify-content: center;
            text-align: center; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__icon, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #e53935;
      flex-shrink: 0; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__icon svg, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__icon svg {
        display: block; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc {
      font-size: 1rem;
      line-height: 1.625;
      color: #99a1af;
      margin: 0;
      max-width: 576px;
      font-weight: 300;
      margin-bottom: 16px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc {
          font-size: .875rem; } }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__desc {
          text-align: center; } }
    @media screen and (max-width: 1000px) {
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .d-inline-block.w-100, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .d-inline-block.w-100 {
        width: 100% !important;
        text-align: center; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__right, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__right {
      display: flex;
      flex-direction: column;
      align-items: baseline;
      gap: 1.25rem; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__right, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__right {
          align-items: center; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars {
      display: flex;
      align-items: center; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        border: 2px solid #1a1d24;
        margin-left: -14px;
        flex-shrink: 0; }
        @media screen and (max-width: 1366px) {
          .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar {
            width: 40px;
            height: 40px; } }
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar:first-child, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar:first-child {
          margin-left: 0; }
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar--more, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatars .csuite-lc-banner__avatar--more {
          margin-left: 4px;
          background: #4f39f6 !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px;
          font-weight: 700;
          color: #fff;
          margin-left: -14px; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__tagline, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__tagline {
      font-size: .875rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: rgba(255, 255, 255, 0.95);
      margin: 0;
      margin-left: 16px; }
      @media screen and (max-width: 1366px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__tagline, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__tagline {
          font-size: .775rem; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stats, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stats {
      display: grid;
      gap: 2rem;
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      padding-top: 32px;
      border-top: 1px solid #1e2939; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stats, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stats {
          justify-content: center;
          text-align: center;
          gap: 15px; } }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat {
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat {
          text-align: center; } }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-num, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-num {
        display: block;
        font-size: 1.75rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.2; }
        @media screen and (max-width: 1000px) {
          .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-num, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-num {
            font-size: 20px; } }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-label, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat-label {
        display: block;
        font-size: 10px;
        font-weight: 500;
        color: #6a7282;
        margin-top: 2px;
        letter-spacing: .1em; }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta {
      background: #fff;
      color: #172435;
      font-size: .875rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 16px 32px;
      border-radius: 100px;
      text-decoration: none;
      transition: opacity 0.2s ease, transform 0.25s ease;
      display: inline-block; }
      @media screen and (max-width: 1366px) {
        .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta {
          font-size: .775rem;
          padding: 10px 20px; } }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta:hover, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__cta:hover {
        opacity: 0.92;
        color: #172435;
        transform: scale(1.03); }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat {
      transition: transform 0.3s ease; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat:hover, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__stat:hover {
        transform: translateY(-2px); }
    .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatar, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatar {
      transition: transform 0.25s ease, box-shadow 0.25s ease; }
      .et_techmonk #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatar:hover, .et_techgig #csuite-leader-circle-banner.csuite-lc-banner .csuite-lc-banner__avatar:hover {
        transform: scale(1.08);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }

.csuite {
  color: #333333;
  padding: 60px 0px 80px;
  max-width: 1280px;
  margin: 0 auto; }
  .csuite__container {
    display: flex;
    gap: 50px;
    align-items: flex-start; }
    @media screen and (max-width: 1000px) {
      .csuite__container {
        flex-direction: column;
        gap: 50px; } }
  .csuite__left {
    flex: 0 0 385px;
    max-width: 385px; }
  .csuite__label {
    display: block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #e53935;
    margin-bottom: 16px;
    letter-spacing: .2em; }
    @media screen and (max-width: 1366px) {
      .csuite__label {
        font-size: .775rem; } }
  .csuite__title {
    font-size: 3.75rem;
    font-weight: 500;
    color: #101828;
    line-height: 1.2;
    margin-bottom: 24px; }
    @media screen and (max-width: 1366px) {
      .csuite__title {
        font-size: 2.8rem; } }
    .csuite__title--accent {
      color: #4f39f6; }
  .csuite__desc {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6a7282 !important;
    margin-bottom: 48px; }
    @media screen and (max-width: 1366px) {
      .csuite__desc {
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 400; } }
  .csuite__media {
    display: flex;
    gap: 30px;
    flex-direction: column; }
  .csuite__media-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 220px;
    position: relative; }
  .csuite__img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease; }
    .csuite__img--main {
      height: 250px; }
    .csuite__img--speaker {
      height: 192px;
      object-fit: cover; }
    .csuite__img:hover {
      transform: scale(1.02); }
  .csuite__stats {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1; }
  .csuite__stat {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    box-sizing: border-box;
    min-width: 192px; }
    .csuite__stat--dark {
      background-color: #0b1120;
      color: #ffffff;
      bottom: 117px;
      right: -40px;
      box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; }
    .csuite__stat--red {
      background-color: #4f39f6;
      color: #ffffff;
      bottom: -20px;
      right: -20px;
      box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; }
    .csuite__stat:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15); }
  .csuite__stat-number {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1366px) {
      .csuite__stat-number {
        font-size: 2rem; } }
  .csuite__stat-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: .1em;
    opacity: .9; }
  .csuite__stat-sub {
    font-size: .75rem;
    margin-top: 4px;
    opacity: .5; }
  .csuite__right {
    flex: 1;
    background-color: white;
    padding: 0px; }
  .csuite__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: calc(.25rem * 16);
    column-gap: calc(.25rem * 12); }
    @media screen and (max-width: 1000px) {
      .csuite__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: calc(.25rem * 8);
        column-gap: calc(.25rem * 4); } }
  .csuite__card {
    display: flex;
    gap: calc(.25rem * 4);
    transition: all 0.3s ease; }
    .csuite__card:hover .csuite__card-title {
      color: #7c86ff !important; }
  .csuite__card-number {
    font-size: 1.875rem;
    font-weight: 700;
    color: #c6d2ff;
    letter-spacing: 0.5px;
    opacity: .3;
    font-family: "Playfair Display", serif;
    line-height: 1; }
  .csuite__card:hover .csuite__card-number {
    color: rgba(218, 56, 50, 0.85); }
  .csuite__card-content {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .csuite__card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a2133;
    margin: 0;
    line-height: 1.3;
    font-family: "Inter", sans-serif !important;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1366px) {
      .csuite__card-title {
        font-size: 1rem; } }
  .csuite__card-desc {
    font-size: .875rem;
    color: #6a7282 !important;
    margin: 0;
    line-height: 1.6;
    flex: 1; }
  .csuite__card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #e63329;
    text-decoration: none;
    margin-top: 8px;
    transition: all 0.25s ease; }
    .csuite__card-link span {
      transition: transform 0.2s ease; }
    .csuite__card-link:hover {
      opacity: 0.8; }
      .csuite__card-link:hover span {
        transform: translateX(4px); }
  .csuite__cta {
    display: flex;
    justify-content: center;
    margin-top: 56px; }
  .csuite__cta-btn {
    background-color: #1a2133;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 48px;
    border-radius: 50px;
    display: inline-block;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
    @media screen and (max-width: 1366px) {
      .csuite__cta-btn {
        font-size: 12px;
        padding: 14px 36px;
        letter-spacing: 1.5px; } }
    .csuite__cta-btn:hover {
      background-color: #2e3a55;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(26, 33, 51, 0.25); }

/* TechMonk Ecosystem tabs – show one pane on click (TechmonkEcosystem.tpl) */
.techmonk-ecosystem-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: calc(.25rem* 4);
  margin-bottom: calc(.25rem * 12);
  align-items: center;
  justify-content: center; }

.techmonk-ecosystem-tabs__btn {
  padding: 12px 24px;
  font-size: .875rem;
  font-weight: 700;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(.25rem * 2);
  text-transform: uppercase;
  color: oklch(55.1% 0.027 264.364);
  border: 1px solid oklch(92.8% 0.006 264.531);
  background: white;
  line-height: 20px;
  letter-spacing: .025em; }
  @media screen and (max-width: 1366px) {
    .techmonk-ecosystem-tabs__btn {
      padding: 10px 20px;
      font-size: .8125rem;
      line-height: 1.35; } }
  .techmonk-ecosystem-tabs__btn svg {
    width: 16px;
    height: 16px; }
    .techmonk-ecosystem-tabs__btn svg path {
      transition: all 0.2s ease; }
  .techmonk-ecosystem-tabs__btn:hover {
    background: #e5e7eb;
    color: #172435; }
  .techmonk-ecosystem-tabs__btn.is-active {
    background: #060505;
    color: #fff;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; }

.techmonk-ecosystem-pane {
  display: none; }
  .techmonk-ecosystem-pane.is-active {
    display: block; }

.et_techmonk.page-homepage .site-header__logo a, .et_techgig.page-homepage .site-header__logo a {
  background: url(https://img.etb2bimg.com/files/cp/upload-1775643523-new-white.svg);
  background-size: contain;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 50px; }
  .et_techmonk.page-homepage .site-header__logo a img, .et_techgig.page-homepage .site-header__logo a img {
    opacity: 0; }
  @media screen and (max-width: 1000px) {
    .et_techmonk.page-homepage .site-header__logo a, .et_techgig.page-homepage .site-header__logo a {
      margin-top: 0px;
      position: relative;
      top: 9px;
      background-size: 84%; } }

.et_techmonk.page-homepage .hero-title, .et_techgig.page-homepage .hero-title {
  color: white; }

.et_techmonk.page-homepage .hero-desc, .et_techgig.page-homepage .hero-desc {
  color: #d1d5dc; }

.et_techmonk.page-homepage span.navigation__more--trigger:after, .et_techgig.page-homepage span.navigation__more--trigger:after {
  filter: invert(1) !important; }

/* ─────────────────────────────────────────
   Ecosystem section (orbit + mobile grid)
───────────────────────────────────────── */
.ecosystem-section {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #0B0F1A;
  overflow: hidden; }

.ecosystem-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }

.ecosystem-header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 80px auto; }

.ecosystem-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #22d3ee;
  margin-bottom: 16px; }

.ecosystem-section .title {
  color: white !important; }

.ecosystem-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  font-family: 'Inter', sans-serif; }
  .ecosystem-title span {
    color: #94a3b8; }

/* Desktop orbit layout (≥ 768px) */
.ecosystem-stage {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto; }

.eco-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -96px;
  margin-left: -96px;
  z-index: 30;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #a855f7);
  padding: 3px;
  animation: hubPulse 3s ease-in-out infinite; }

@keyframes hubPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.3), 0 0 60px rgba(168, 85, 247, 0.15); }
  50% {
    box-shadow: 0 0 60px rgba(59, 130, 246, 0.6), 0 0 100px rgba(168, 85, 247, 0.3); } }

.eco-hub-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0B0F1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden; }

.eco-hub-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(59, 130, 246, 0.2), transparent 70%);
  animation: glowPulse 3s ease-in-out infinite; }

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.4; }
  50% {
    opacity: 1; } }

.eco-hub-icon {
  width: 40px;
  height: 40px;
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
  z-index: 10; }

.eco-hub-label {
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.3;
  position: relative;
  z-index: 10;
  font-family: 'Inter', sans-serif; }

.eco-ring-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 5; }

.eco-ring-inner-wrap {
  margin-top: -180px;
  margin-left: -180px; }

.eco-ring-outer-wrap {
  margin-top: -310px;
  margin-left: -310px; }

.eco-ring {
  border-radius: 50%;
  border-style: dashed; }

.eco-ring-inner {
  width: 360px;
  height: 360px;
  border: 1.5px dashed rgba(99, 102, 241, 0.35);
  animation: spinCW 30s linear infinite; }

@keyframes spinCW {
  to {
    transform: rotate(360deg); } }

.eco-ring-outer {
  width: 620px;
  height: 620px;
  border: 1.5px dashed rgba(168, 85, 247, 0.25);
  animation: spinCCW 50s linear infinite; }

@keyframes spinCCW {
  to {
    transform: rotate(-360deg); } }

.eco-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  z-index: 25; }

@keyframes dotPing {
  0% {
    transform: scale(1);
    opacity: 0.9; }
  70% {
    transform: scale(3.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.eco-dot-1 {
  background-color: #3b82f6;
  animation: dotPing 2.4s ease-out 0.0s infinite; }

.eco-dot-2 {
  background-color: #a855f7;
  animation: dotPing 2.4s ease-out 0.8s infinite; }

.eco-dot-3 {
  background-color: #22d3ee;
  animation: dotPing 2.4s ease-out 1.6s infinite; }

.eco-node {
  position: absolute;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center; }

@keyframes nodeFadeIn {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1; } }

@keyframes floatTop {
  0%, 100% {
    transform: translateX(-50%) translateY(-100%); }
  50% {
    transform: translateX(-50%) translateY(calc(-100% - 8px)); } }

@keyframes floatRight {
  0%, 100% {
    transform: translateX(0%) translateY(-50%); }
  50% {
    transform: translateX(0%) translateY(calc(-50% - 8px)); } }

@keyframes floatLeft {
  0%, 100% {
    transform: translateX(-100%) translateY(-50%); }
  50% {
    transform: translateX(-100%) translateY(calc(-50% - 8px)); } }

@keyframes floatBottom {
  0%, 100% {
    transform: translateX(-50%) translateY(0%); }
  50% {
    transform: translateX(-50%) translateY(-8px); } }

.eco-node--top {
  top: 170px;
  left: 350px;
  transform: translateX(-50%) translateY(-100%);
  animation: nodeFadeIn 0.7s ease 0.1s both, floatTop 4.0s ease-in-out 0.8s infinite; }

.eco-node--right {
  top: 440px;
  left: 505px;
  transform: translateX(0%) translateY(-50%);
  animation: nodeFadeIn 0.7s ease 0.2s both, floatRight 4.5s ease-in-out 1.2s infinite; }

.eco-node--left {
  top: 440px;
  left: 195px;
  transform: translateX(-100%) translateY(-50%);
  animation: nodeFadeIn 0.7s ease 0.3s both, floatLeft 5.0s ease-in-out 0.5s infinite; }

.eco-node--tr {
  top: 138px;
  left: 562px;
  transform: translateX(-50%) translateY(-100%);
  animation: nodeFadeIn 0.7s ease 0.4s both, floatTop 4.2s ease-in-out 1.0s infinite; }

.eco-node--br {
  top: 562px;
  left: 562px;
  transform: translateX(-50%) translateY(0%);
  animation: nodeFadeIn 0.7s ease 0.5s both, floatBottom 4.8s ease-in-out 0.3s infinite; }

.eco-node--bl {
  top: 562px;
  left: 138px;
  transform: translateX(-50%) translateY(0%);
  animation: nodeFadeIn 0.7s ease 0.6s both, floatBottom 5.2s ease-in-out 1.5s infinite; }

.eco-node--tl {
  top: 138px;
  left: 138px;
  transform: translateX(-50%) translateY(-100%);
  animation: nodeFadeIn 0.7s ease 0.7s both, floatTop 3.8s ease-in-out 0.6s infinite; }

/* Icon boxes */
.eco-icon-sm,
.eco-icon-lg {
  border-radius: 16px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .eco-icon-sm:hover,
  .eco-icon-lg:hover {
    transform: scale(1.15); }

.eco-icon-sm {
  width: 64px;
  height: 64px;
  margin-bottom: 8px; }
  .eco-icon-sm svg {
    width: 28px;
    height: 28px; }

.eco-icon-lg {
  width: 80px;
  height: 80px;
  margin-bottom: 12px; }
  .eco-icon-lg svg {
    width: 32px;
    height: 32px; }

.eco-blue {
  background-color: rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.3);
  color: #60a5fa; }
  .eco-blue:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4); }

.eco-purple {
  background-color: rgba(147, 51, 234, 0.15);
  border-color: rgba(147, 51, 234, 0.3);
  color: #c084fc; }
  .eco-purple:hover {
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4); }

.eco-green {
  background-color: rgba(5, 150, 105, 0.15);
  border-color: rgba(5, 150, 105, 0.3);
  color: #34d399; }
  .eco-green:hover {
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4); }

.eco-amber {
  background-color: rgba(180, 83, 9, 0.2);
  border-color: rgba(217, 119, 6, 0.3);
  color: #fbbf24; }
  .eco-amber:hover {
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4); }

.eco-rose {
  background-color: rgba(190, 18, 60, 0.15);
  border-color: rgba(225, 29, 72, 0.3);
  color: #fb7185; }
  .eco-rose:hover {
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.4); }

.eco-cyan {
  background-color: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.3);
  color: #22d3ee; }
  .eco-cyan:hover {
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.4); }

.eco-indigo {
  background-color: rgba(79, 70, 229, 0.15);
  border-color: rgba(79, 70, 229, 0.3);
  color: #818cf8; }
  .eco-indigo:hover {
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.4); }

.eco-pill {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e2e8f0;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  backdrop-filter: blur(8px); }

.eco-mobile-hub {
  display: none; }

.eco-mobile-grid {
  display: none; }

/* Tablet (< 900px) — shrink stage */
@media (max-width: 900px) and (min-width: 600px) {
  .ecosystem-stage {
    width: 560px;
    height: 560px; }
  .eco-hub {
    margin-top: -72px;
    margin-left: -72px;
    width: 144px;
    height: 144px; }
  .eco-hub-label {
    font-size: 13px; }
  .eco-hub-icon {
    width: 28px;
    height: 28px; }
  .eco-ring-inner-wrap {
    margin-top: -140px;
    margin-left: -140px; }
  .eco-ring-outer-wrap {
    margin-top: -240px;
    margin-left: -240px; }
  .eco-ring-inner {
    width: 280px;
    height: 280px; }
  .eco-ring-outer {
    width: 480px;
    height: 480px; }
  .eco-node--top {
    top: 140px;
    left: 280px; }
  .eco-node--right {
    top: 350px;
    left: 400px; }
  .eco-node--left {
    top: 350px;
    left: 160px; }
  .eco-node--tr {
    top: 110px;
    left: 445px; }
  .eco-node--br {
    top: 445px;
    left: 445px; }
  .eco-node--bl {
    top: 445px;
    left: 115px; }
  .eco-node--tl {
    top: 110px;
    left: 115px; }
  .eco-icon-sm {
    width: 52px;
    height: 52px; }
    .eco-icon-sm svg {
      width: 22px;
      height: 22px; }
  .eco-icon-lg {
    width: 60px;
    height: 60px; }
    .eco-icon-lg svg {
      width: 26px;
      height: 26px; }
  .eco-pill {
    font-size: 9px;
    padding: 3px 8px; } }

/* Mobile (< 600px) — flat grid layout */
@media (max-width: 599px) {
  .ecosystem-title {
    font-size: 30px; }
  .ecosystem-header {
    margin-bottom: 48px; }
  .ecosystem-stage {
    display: none; }
  .eco-mobile-hub {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; }
  .eco-mobile-hub-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #a855f7);
    padding: 3px;
    animation: hubPulse 3s ease-in-out infinite;
    margin-bottom: 0; }
  .eco-mobile-hub-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0B0F1A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px;
    position: relative;
    overflow: hidden; }
    .eco-mobile-hub-inner svg {
      width: 28px;
      height: 28px;
      color: #ffffff;
      margin-bottom: 6px;
      position: relative;
      z-index: 10; }
    .eco-mobile-hub-inner span {
      font-size: 13px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.3;
      position: relative;
      z-index: 10;
      font-family: 'Inter', sans-serif; }
  .eco-mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 8px; }
  .eco-mobile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    animation: nodeFadeIn 0.5s ease both; }
    .eco-mobile-card:nth-child(1) {
      animation-delay: 0.05s; }
    .eco-mobile-card:nth-child(2) {
      animation-delay: 0.10s; }
    .eco-mobile-card:nth-child(3) {
      animation-delay: 0.15s; }
    .eco-mobile-card:nth-child(4) {
      animation-delay: 0.20s; }
    .eco-mobile-card:nth-child(5) {
      animation-delay: 0.25s; }
    .eco-mobile-card:nth-child(6) {
      animation-delay: 0.30s; }
    .eco-mobile-card:nth-child(7) {
      animation-delay: 0.35s; }
    .eco-mobile-card:hover {
      border-color: rgba(99, 102, 241, 0.4);
      box-shadow: 0 0 20px rgba(99, 102, 241, 0.15); }
    .eco-mobile-card .eco-icon-lg {
      width: 56px;
      height: 56px;
      margin-bottom: 10px; }
      .eco-mobile-card .eco-icon-lg svg {
        width: 24px;
        height: 24px; }
    .eco-mobile-card .eco-pill {
      font-size: 9px;
      padding: 3px 8px;
      letter-spacing: 0.08em; } }

.formats-section {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #ffffff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  /* ── Header ── */
  /* ── Grid ── */
  /* ── Card ── */
  /* ── Responsive ── */ }
  .formats-section .formats-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px; }
  .formats-section .formats-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px;
    flex-wrap: wrap; }
    .formats-section .formats-header .formats-header-left {
      max-width: 672px; }
    .formats-section .formats-header .formats-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: #2563eb;
      margin-bottom: 16px; }
    .formats-section .formats-header .formats-title {
      font-size: 36px;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.25;
      margin: 0;
      font-family: 'Inter', sans-serif; }
      .formats-section .formats-header .formats-title span {
        color: #64748b; }
  .formats-section .formats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px; }
  .formats-section .formats-card {
    display: block;
    padding: 24px;
    border-radius: 16px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
    .formats-section .formats-card:hover {
      border-color: rgba(59, 130, 246, 0.4);
      background-color: #eff6ff;
      box-shadow: 0 4px 20px rgba(59, 130, 246, 0.08); }
      .formats-section .formats-card:hover .formats-card-title {
        color: #2563eb; }
      .formats-section .formats-card:hover .formats-card-arrow {
        color: #2563eb;
        transform: translateX(3px) translateY(-3px); }
    .formats-section .formats-card .formats-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 16px; }
    .formats-section .formats-card .formats-card-title {
      font-size: 20px;
      font-weight: 700;
      color: #0f172a;
      transition: color 0.3s ease;
      font-family: 'Inter', sans-serif; }
    .formats-section .formats-card .formats-card-arrow {
      width: 20px;
      height: 20px;
      color: #94a3b8;
      flex-shrink: 0;
      transition: color 0.3s ease, transform 0.3s ease; }
    .formats-section .formats-card .formats-card-desc {
      font-size: 14px;
      color: #475569;
      line-height: 1.6;
      margin: 0; }
  @media (min-width: 768px) {
    .formats-section .formats-header .formats-title {
      font-size: 40px; } }
  @media (min-width: 540px) {
    .formats-section .formats-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .formats-section .formats-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 540px) {
    .formats-section .formats-header {
      flex-direction: column;
      align-items: flex-start; }
    .formats-section .formats-header .formats-title {
      font-size: 28px; } }

.page-masterclass .hero.left_align_style {
  background: url(https://img.etb2bimg.com/files/cp/35b6053ad195d1a190e5.png);
  background-repeat: no-repeat; }
  .page-masterclass .hero.left_align_style .hero-badge {
    background: transparent !important;
    color: rgba(18, 24, 39, 0.8) !important;
    padding: 0 !important;
    border: 0 !important; }
    .page-masterclass .hero.left_align_style .hero-badge span.d-flex-container {
      color: rgba(18, 24, 39, 0.8) !important; }

.page-masterclass .why-technomk .steps .step {
  box-shadow: none !important;
  padding: 0; }
  .page-masterclass .why-technomk .steps .step h3.heading-style-1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px; }

.page-masterclass .why-technomk .participate_box_wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 10px; }
  .page-masterclass .why-technomk .participate_box_wrapper .participate_box_wrapper__box {
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 10px;
    background: #f8fafc;
    border-radius: 15px; }
    .page-masterclass .why-technomk .participate_box_wrapper .participate_box_wrapper__box .svg_wrapper {
      border-radius: .55rem;
      background: white;
      box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a; }

.page-masterclass .winner-certificate-section {
  background: #121827 url(https://img.etb2bimg.com/files/cp/758df445161e84458c00.png);
  background-size: cover;
  padding: 90px 0px !important; }
  .page-masterclass .winner-certificate-section .winner-certificate-section__container {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .page-masterclass .winner-certificate-section .winner-certificate-section__container {
        flex-direction: column; } }
    .page-masterclass .winner-certificate-section .winner-certificate-section__container .winner-certificate-section__content {
      max-width: 600px; }
  .page-masterclass .winner-certificate-section__content h2 {
    color: white !important; }
  .page-masterclass .winner-certificate-section__content p.subtitle {
    color: white !important;
    line-height: 26px !important; }

.page-masterclass .section-title.section-title-style-2 {
  margin-bottom: 0px; }

.page-masterclass .csuite__grid {
  row-gap: 35px; }

.page-masterclass .csuite__card-title {
  font-weight: 600;
  font-size: 17px; }

.page-masterclass .csuite__card-desc {
  font-size: 13px; }

.page-masterclass .csuite__left {
  flex: 0 0 446px;
  max-width: 446px; }

.page-masterclass .csuite__title {
  font-weight: 700;
  font-size: 56px;
  font-family: SangBleuVersailles-Bold-WebS !important; }
  .page-masterclass .csuite__title--accent {
    color: #4f39f6;
    background: linear-gradient(88.52deg, #475be6 -1.12%, #ad56a4 47.6%, #e35252 98.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.page-masterclass .csuite__container {
  justify-content: center;
  align-items: center; }
  .page-masterclass .csuite__container .csuite__desc.wow.fadeInLeft {
    font-size: 16px; }

.page-masterclass .masterclass-expert-section {
  background: black url(https://img.etb2bimg.com/files/cp/568053c10c34f404ad37.png);
  background-size: cover; }
  .page-masterclass .masterclass-expert-section .masterclass-expert-list {
    margin-top: 100px; }
  .page-masterclass .masterclass-expert-section .masterclass-expert-item {
    display: inline-block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #5b5b5b; }
    .page-masterclass .masterclass-expert-section .masterclass-expert-item__content {
      position: absolute;
      bottom: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.28) 60%, rgba(0, 0, 0, 0) 100%);
      padding: 15px 20px;
      width: 100%;
      box-sizing: border-box;
      min-height: 92px; }
      .page-masterclass .masterclass-expert-section .masterclass-expert-item__content .masterclass-expert-item__title {
        color: white;
        font-weight: 600; }
      .page-masterclass .masterclass-expert-section .masterclass-expert-item__content .masterclass-expert-item__description {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #da3832;
        margin-top: 10px; }
    .page-masterclass .masterclass-expert-section .masterclass-expert-item__experience {
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      background: #da3832;
      display: inline-block;
      padding: 20px 0 0 0;
      box-sizing: border-box; }
      .page-masterclass .masterclass-expert-section .masterclass-expert-item__experience-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 800;
        font-size: 30px;
        line-height: 20px; }
        .page-masterclass .masterclass-expert-section .masterclass-expert-item__experience-title span {
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          margin-top: 4px; }
      .page-masterclass .masterclass-expert-section .masterclass-expert-item__experience p {
        font-weight: 600;
        font-size: 9px;
        line-height: 13px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        background: rgba(255, 255, 255, 0.2);
        margin-top: 8px;
        padding: 6px; }
    .page-masterclass .masterclass-expert-section .masterclass-expert-item__image img {
      min-height: 350px;
      object-fit: cover; }
  .page-masterclass .masterclass-expert-section .slick-slide {
    margin: 0 12.5px; }
  .page-masterclass .masterclass-expert-section .slick-list {
    margin: 0 -12.5px; }
  .page-masterclass .masterclass-expert-section .slick-arrow:before {
    background-position: -375px -220px; }

.page-masterclass section.masterclass-skills-section {
  background: #0b1120;
  background-size: cover; }

.trending-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 20px 0;
  text-align: center; }
  .trending-categories-grid .trending-category-card {
    border: 1px solid rgba(23, 36, 53, 0.1);
    border-radius: 10px;
    padding: 35px; }
    .trending-categories-grid .trending-category-card img {
      height: 60px;
      object-fit: cover;
      margin-bottom: 25px; }
    .trending-categories-grid .trending-category-card h3.heading-style-1 {
      margin: 0; }

section#masterclass_grid_section {
  padding-top: 60px !important; }
  section#masterclass_grid_section .course-card {
    border: none !important; }

.area-of-learning-section .area-learning-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 0; }
  @media screen and (max-width: 1000px) {
    .area-of-learning-section .area-learning-slider {
      grid-template-columns: repeat(1, 1fr); }
      .area-of-learning-section .area-learning-slider .area-learning-card {
        flex-direction: column; }
        .area-of-learning-section .area-learning-slider .area-learning-card__image {
          max-width: 100%; }
          .area-of-learning-section .area-learning-slider .area-learning-card__image img {
            width: 100%; }
        .area-of-learning-section .area-learning-slider .area-learning-card__title {
          font-size: 19px; } }

.area-of-learning-section li:first-child .area-learning-card {
  background: #f6f6f6; }

.area-of-learning-section .area-learning-card {
  position: relative;
  background: white !important;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease; }
  .area-of-learning-section .area-learning-card .content-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .area-of-learning-section .area-learning-card__number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #475be6 0%, #e35252 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px; }
  .area-of-learning-section .area-learning-card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 190px;
    overflow: hidden; }
    .area-of-learning-section .area-learning-card__image img {
      height: 190px;
      object-fit: cover;
      min-width: 200px;
      transform: scale(1);
      transition: transform 0.3s ease; }
  .area-of-learning-section .area-learning-card__title {
    color: #172435;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 700;
    transition: color 0.3s ease; }
  .area-of-learning-section .area-learning-card__description {
    color: #434d59;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .area-of-learning-section .area-learning-card:hover .area-learning-card__image img {
    transform: scale(1.08); }
  .area-of-learning-section .area-learning-card:hover .area-learning-card__title {
    color: #e53935; }

.area-of-learning-section .slick-slide {
  margin: 0 14px; }

.area-of-learning-section .slick-list {
  margin: 0 -14px; }

.area-of-learning-section .slick-arrow {
  top: -72px;
  transform: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e1e4ea;
  background: #fff; }
  .area-of-learning-section .slick-arrow:before {
    color: #8b96a5;
    opacity: 1;
    font-size: 20px; }
  .area-of-learning-section .slick-arrow.slick-prev {
    left: auto;
    right: 42px; }
  .area-of-learning-section .slick-arrow.slick-next {
    right: 0; }

@media (max-width: 1199px) {
  .area-of-learning-section .section-title .title {
    font-size: 44px; } }

@media (max-width: 767px) {
  .area-of-learning-section .section-title .title {
    font-size: 26px; }
  .area-of-learning-section .section-title .subtitle {
    font-size: 14px; }
  .area-of-learning-section .area-learning-card {
    min-height: auto; }
    .area-of-learning-section .area-learning-card__title {
      font-size: 22px; }
    .area-of-learning-section .area-learning-card__description {
      font-size: 15px; }
  .area-of-learning-section .slick-arrow {
    top: -62px;
    width: 36px;
    height: 36px; }
    .area-of-learning-section .slick-arrow.slick-prev {
      right: 44px; } }

.area-of-learning-section .area-learning-load-more-btn {
  padding: 12px 32px;
  background: #191d27;
  font-size: 14px;
  font-weight: 500; }

.masterclass-testimonial-section .masterclass-testimonial-list {
  margin-top: 34px; }

.masterclass-testimonial-section .masterclass-testimonial-slider {
  list-style: none;
  margin: 0;
  padding: 0; }

.masterclass-testimonial-section .masterclass-testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  gap: 16px; }
  .masterclass-testimonial-section .masterclass-testimonial-card__avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d6dbe4; }
    .masterclass-testimonial-section .masterclass-testimonial-card__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .masterclass-testimonial-section .masterclass-testimonial-card__content {
    flex: 1;
    position: relative;
    padding-right: 20px; }
  .masterclass-testimonial-section .masterclass-testimonial-card__stars {
    color: #f39c12;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px; }
  .masterclass-testimonial-section .masterclass-testimonial-card__quote {
    color: #172435;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .masterclass-testimonial-section .masterclass-testimonial-card__name {
    color: #172435;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 6px; }
  .masterclass-testimonial-section .masterclass-testimonial-card__designation, .masterclass-testimonial-section .masterclass-testimonial-card__company {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500; }
  .masterclass-testimonial-section .masterclass-testimonial-card__quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    line-height: 1;
    color: #d1d5db;
    font-weight: 700; }

.masterclass-testimonial-section .slick-slide {
  margin: 0 14px; }

.masterclass-testimonial-section .slick-list {
  margin: 0 -14px; }

.masterclass-testimonial-section .slick-dots {
  bottom: -42px; }
  .masterclass-testimonial-section .slick-dots li {
    margin: 0 4px;
    width: 10px;
    height: 10px; }
    .masterclass-testimonial-section .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0; }
      .masterclass-testimonial-section .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d9dde4;
        opacity: 1; }
    .masterclass-testimonial-section .slick-dots li.slick-active button:before {
      background: #1f2a37; }

@media (max-width: 1199px) {
  .masterclass-testimonial-section .masterclass-testimonial-card {
    padding: 20px;
    min-height: 190px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__quote {
      font-size: 15px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__name {
      font-size: 18px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__designation, .masterclass-testimonial-section .masterclass-testimonial-card__company {
      font-size: 13px; } }

@media (max-width: 767px) {
  .masterclass-testimonial-section .masterclass-testimonial-card {
    flex-direction: column;
    min-height: auto;
    gap: 14px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__avatar {
      width: 74px;
      min-width: 74px;
      height: 74px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__content {
      padding-right: 10px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__quote {
      font-size: 16px;
      -webkit-line-clamp: 4;
      line-clamp: 4; }
    .masterclass-testimonial-section .masterclass-testimonial-card__name {
      font-size: 17px; }
    .masterclass-testimonial-section .masterclass-testimonial-card__designation, .masterclass-testimonial-section .masterclass-testimonial-card__company {
      font-size: 13px; } }

.masterclass-skills-section {
  background: #0d1117 url(https://img.etb2bimg.com/files/cp/758df445161e84458c00.png) center center/cover no-repeat;
  overflow: hidden; }
  .masterclass-skills-section .section-title .eyebrow {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1.5px;
    font-size: 11px; }
  .masterclass-skills-section .masterclass-skills-list {
    margin-top: 48px;
    position: relative; }
    .masterclass-skills-section .masterclass-skills-list::before, .masterclass-skills-section .masterclass-skills-list::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 160px;
      z-index: 2;
      pointer-events: none; }
    .masterclass-skills-section .masterclass-skills-list::before {
      left: 0;
      background: linear-gradient(to right, #0d1117 0%, rgba(13, 17, 23, 0) 100%); }
    .masterclass-skills-section .masterclass-skills-list::after {
      right: 0;
      background: linear-gradient(to left, #0d1117 0%, rgba(13, 17, 23, 0) 100%); }
  .masterclass-skills-section .skills-row-slider {
    list-style: none;
    margin: 0 0 16px;
    padding: 0; }
    .masterclass-skills-section .skills-row-slider li {
      padding: 0 6px; }
    .masterclass-skills-section .skills-row-slider .slick-track {
      display: flex;
      align-items: center; }
  .masterclass-skills-section .skill-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    padding: 9px 14px;
    white-space: nowrap;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
    .masterclass-skills-section .skill-badge__icon {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      opacity: 0.6; }
      .masterclass-skills-section .skill-badge__icon svg {
        display: block; }
    .masterclass-skills-section .skill-badge:hover {
      color: #0d1117;
      background: #ffffff;
      border-color: #ffffff;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
      .masterclass-skills-section .skill-badge:hover .skill-badge__icon {
        opacity: 1; }
  @media (max-width: 767px) {
    .masterclass-skills-section .masterclass-skills-list {
      margin-top: 28px; }
      .masterclass-skills-section .masterclass-skills-list::before, .masterclass-skills-section .masterclass-skills-list::after {
        width: 60px; }
    .masterclass-skills-section .skills-row-slider {
      margin-bottom: 10px; }
    .masterclass-skills-section .skill-badge {
      font-size: 12px;
      padding: 8px 12px; } }

.masterclass-speakers-section {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  overflow: hidden; }
  .masterclass-speakers-section__layout {
    display: flex;
    align-items: center;
    gap: 64px; }
  .masterclass-speakers-section__visual-col, .masterclass-speakers-section__content-col {
    flex: 1; }
  .masterclass-speakers-section__visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 542px;
    aspect-ratio: 1 / 1;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .masterclass-speakers-section__visual-wrapper {
        max-width: 90vw !important; } }
  .masterclass-speakers-section__visual-card {
    position: relative;
    height: 100%;
    border-radius: 24px;
    border: 4px solid #ffffff;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center; }
  .masterclass-speakers-section__speaker-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative; }
    .masterclass-speakers-section__speaker-slider .slick-list,
    .masterclass-speakers-section__speaker-slider .slick-track,
    .masterclass-speakers-section__speaker-slider .slick-slide,
    .masterclass-speakers-section__speaker-slider li {
      height: 100%; }
    .masterclass-speakers-section__speaker-slider li {
      position: relative; }
    .masterclass-speakers-section__speaker-slider .slick-slide > div {
      height: 100%; }
    .masterclass-speakers-section__speaker-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .masterclass-speakers-section__speaker-slider .masterclass-speakers-section__visual-card-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: 18px 16px;
      color: #ffffff !important;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 600;
      text-align: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background: linear-gradient(to top, rgba(10, 15, 28, 0.92) 0%, rgba(10, 15, 28, 0.6) 48%, rgba(10, 15, 28, 0) 100%); }
    .masterclass-speakers-section__speaker-slider .masterclass-speakers-section__visual-card-overlay-text {
      margin: 0;
      color: #ffffff !important;
      font-size: 27px;
      line-height: 1.45;
      font-weight: 600;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
      padding-bottom: 21px; }
    .masterclass-speakers-section__speaker-slider .slick-dots {
      position: absolute !important;
      left: 0;
      right: 0;
      bottom: 8px;
      margin: 0;
      padding: 0;
      line-height: 0; }
      .masterclass-speakers-section__speaker-slider .slick-dots li button:before {
        color: #ffffff;
        opacity: 0.5; }
      .masterclass-speakers-section__speaker-slider .slick-dots li.slick-active button:before {
        opacity: 1; }
  .masterclass-speakers-section__content-col h2 {
    text-align: left !important; }
  .masterclass-speakers-section__content-col p {
    text-align: left !important; }
  .masterclass-speakers-section__content-col > p {
    margin: 0 0 40px;
    color: #475569;
    font-size: 18px;
    line-height: 1.75; }
  .masterclass-speakers-section__feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px; }
  .masterclass-speakers-section__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px; }
  .masterclass-speakers-section__feature-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eef2ff;
    border: 1px solid #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .masterclass-speakers-section__feature-icon svg {
      width: 24px;
      height: 24px; }
    .masterclass-speakers-section__feature-icon.icon-indigo {
      color: #818cf8; }
    .masterclass-speakers-section__feature-icon.icon-purple {
      color: #c084fc; }
    .masterclass-speakers-section__feature-icon.icon-emerald {
      color: #34d399; }
  .masterclass-speakers-section__feature-body h3 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700; }
  .masterclass-speakers-section__feature-body p {
    margin: 0;
    color: #475569;
    line-height: 1.6; }
  .masterclass-speakers-section__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 9999px;
    padding: 16px 32px;
    background: #e53935;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600; }
    .masterclass-speakers-section__cta-btn svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0; }
    .masterclass-speakers-section__cta-btn:hover {
      background: #1e293b;
      color: #ffffff;
      transform: translateY(-4px);
      box-shadow: 0 25px 50px -10px rgba(15, 23, 42, 0.3); }
  @media (max-width: 1024px) {
    .masterclass-speakers-section__layout {
      flex-direction: column;
      gap: 40px; } }
  @media (max-width: 767px) {
    .masterclass-speakers-section__content-col > p {
      font-size: 16px;
      margin-bottom: 28px; }
    .masterclass-speakers-section__feature-list {
      gap: 16px;
      margin-bottom: 28px; }
    .masterclass-speakers-section__feature-body h3 {
      font-size: 18px; }
    .masterclass-speakers-section__feature-body p {
      font-size: 14px; }
    .masterclass-speakers-section__cta-btn {
      font-size: 16px;
      padding: 14px 24px; } }

.masterclass-teams-section {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  overflow: hidden; }
  .masterclass-teams-section__inner-card {
    max-width: 896px;
    margin: 0 auto;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    padding: 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.12), 0 4px 20px -4px rgba(0, 0, 0, 0.08); }
    .masterclass-teams-section__inner-card h2 {
      margin: 0 0 24px;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.2;
      font-weight: 700;
      color: #0f172a;
      position: relative;
      z-index: 1; }
    .masterclass-teams-section__inner-card > p {
      margin: 0 auto 48px;
      max-width: 672px;
      font-size: 18px;
      line-height: 1.75;
      color: #475569;
      position: relative;
      z-index: 1; }
  .masterclass-teams-section__blob {
    position: absolute;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none; }
    .masterclass-teams-section__blob--top-right {
      top: -80px;
      right: -80px;
      background: rgba(99, 102, 241, 0.1); }
    .masterclass-teams-section__blob--bottom-left {
      bottom: -80px;
      left: -80px;
      background: rgba(168, 85, 247, 0.1); }
  .masterclass-teams-section__features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    position: relative;
    z-index: 1; }
  .masterclass-teams-section__feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    transition: border-color 0.25s ease, box-shadow 0.25s ease; }
    .masterclass-teams-section__feature-card:hover {
      border-color: rgba(99, 102, 241, 0.3);
      box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.1); }
    .masterclass-teams-section__feature-card h3 {
      margin: 0;
      font-size: clamp(14px, 1.5vw, 18px);
      line-height: 1.4;
      font-weight: 700;
      color: #0f172a; }
  .masterclass-teams-section__feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
    .masterclass-teams-section__feature-icon svg {
      width: 24px;
      height: 24px; }
    .masterclass-teams-section__feature-icon.icon-indigo {
      color: #4f46e5; }
    .masterclass-teams-section__feature-icon.icon-emerald {
      color: #059669; }
    .masterclass-teams-section__feature-icon.icon-purple {
      color: #9333ea; }
    .masterclass-teams-section__feature-icon.icon-rose {
      color: #e11d48; }
    .masterclass-teams-section__feature-icon.icon-sky {
      color: #0284c7; }
    .masterclass-teams-section__feature-icon.icon-amber {
      color: #d97706; }
  .masterclass-teams-section__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 9999px;
    background: #e53935;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: background-color 0.25s ease, box-shadow 0.25s ease; }
    .masterclass-teams-section__cta-btn svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0; }
    .masterclass-teams-section__cta-btn:hover {
      background: black;
      color: #ffffff;
      box-shadow: 0 15px 40px -10px rgba(79, 70, 229, 0.6); }
  @media (max-width: 768px) {
    .masterclass-teams-section__inner-card {
      padding: 32px; }
      .masterclass-teams-section__inner-card > p {
        font-size: 16px; } }
  @media (max-width: 640px) {
    .masterclass-teams-section__features-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; } }

.page-leader-circle #maincontent .hero.center_align_style {
  background: white var(--background-bg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -102px;
  padding-top: 130px;
  padding-bottom: 0; }
  .page-leader-circle #maincontent .hero.center_align_style .live-stream-badge {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 12px 20px 12px 41px;
    background: #e9f2ff;
    border: 1px solid #d5e6fe;
    border-radius: 100px;
    color: #152338;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .page-leader-circle #maincontent .hero.center_align_style .live-stream-badge span {
      color: #1f4add; }
    .page-leader-circle #maincontent .hero.center_align_style .live-stream-badge::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 20px;
      width: 7px;
      height: 7px;
      background: #1f4add;
      border-radius: 50%;
      transform: translateY(-50%); }
  .page-leader-circle #maincontent .hero.center_align_style h1.hero-title {
    line-height: 1.1; }
    .page-leader-circle #maincontent .hero.center_align_style h1.hero-title span {
      background: transparent;
      color: #1f4add; }
  .page-leader-circle #maincontent .hero.center_align_style p.hero-desc {
    max-width: 647px;
    color: rgba(25, 29, 39, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center; }
  .page-leader-circle #maincontent .hero.center_align_style .btn {
    margin: 0 !important;
    background: #1f4add;
    border: 1px solid #1f4add; }
    .page-leader-circle #maincontent .hero.center_align_style .btn:hover {
      background: transparent;
      color: #1f4add; }
      .page-leader-circle #maincontent .hero.center_align_style .btn:hover svg path {
        fill: #1f4add; }
  .page-leader-circle #maincontent .hero.center_align_style .hero-bottom-content {
    margin-top: 35px;
    background: url("https://img.etb2bimg.com/files/cp/0efeab647e7d469f85b0.png") center top/106% auto no-repeat;
    animation: heroBottomBgMotion 6s ease-in-out infinite alternate; }
  @media (prefers-reduced-motion: reduce) {
    .page-leader-circle #maincontent .hero.center_align_style .hero-bottom-content {
      animation: none; } }

@keyframes heroBottomBgMotion {
  0% {
    background-position: center 0;
    background-size: 106% auto; }
  100% {
    background-position: center 80px;
    background-size: 114% auto; } }

.page-leader-circle #maincontent .techmonk-leaders-directory {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__inner {
    box-sizing: border-box; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__layout {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1000px) {
      .page-leader-circle #maincontent .techmonk-leaders-directory__layout {
        flex-direction: column;
        gap: 40px; } }
  .page-leader-circle #maincontent .techmonk-leaders-directory__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px 18px 10px 16px;
    background: #e9f2ff;
    border: 1px solid #d5e6fe;
    border-radius: 100px;
    color: #152338;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    .page-leader-circle #maincontent .techmonk-leaders-directory__badge span {
      color: #1f4add; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__badge-icon {
    flex-shrink: 0;
    color: #1f4add; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__desc {
    margin: 0 0 28px;
    max-width: 520px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(25, 29, 39, 0.85);
    font-family: "Inter", sans-serif !important; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px; }
    @media screen and (max-width: 520px) {
      .page-leader-circle #maincontent .techmonk-leaders-directory__features {
        grid-template-columns: 1fr; } }
  .page-leader-circle #maincontent .techmonk-leaders-directory__feature {
    padding: 20px;
    border-radius: 10px;
    background: #fafbfc;
    box-sizing: border-box;
    border: 1px solid #e8e8e8; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__feature-title {
    margin: 0 0 15px;
    color: #0f172a;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Inter", sans-serif !important; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__feature-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
    font-weight: 500;
    font-family: "Inter", sans-serif !important; }
  .page-leader-circle #maincontent .techmonk-leaders-directory__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 14px 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px !important;
    background: #1f4add !important;
    border: 1px solid #1f4add !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
    .page-leader-circle #maincontent .techmonk-leaders-directory__cta:hover {
      opacity: 0.95;
      transform: translateY(-1px);
      background: #fff !important;
      color: #1f4add !important; }

.page-leader-circle #maincontent .techmonk-leaders-directory__copy {
  max-width: 600px; }
  @media screen and (max-width: 1000px) {
    .page-leader-circle #maincontent .techmonk-leaders-directory__copy {
      max-width: 100%;
      margin: 0 auto; } }

.page-leader-circle #maincontent .leader-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px 20px;
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 500px; }
  @media screen and (max-width: 1000px) {
    .page-leader-circle #maincontent .leader-directory-grid {
      max-width: 420px;
      margin: 0 auto; } }

.page-leader-circle #maincontent .leader-directory-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0; }
  .page-leader-circle #maincontent .leader-directory-card:nth-child(2), .page-leader-circle #maincontent .leader-directory-card:nth-child(4) {
    margin-top: 36px; }
    @media screen and (max-width: 1000px) {
      .page-leader-circle #maincontent .leader-directory-card:nth-child(2), .page-leader-circle #maincontent .leader-directory-card:nth-child(4) {
        margin-top: 0; } }
  .page-leader-circle #maincontent .leader-directory-card__stretch-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 16px; }
  .page-leader-circle #maincontent .leader-directory-card__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #e5e7eb;
    max-width: 210px;
    max-height: 250px;
    background: #e5e7eb; }
    @media screen and (max-width: 1000px) {
      .page-leader-circle #maincontent .leader-directory-card__media {
        max-height: 280px; } }
  .page-leader-circle #maincontent .leader-directory-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.35s ease;
    min-height: 260px; }
  .page-leader-circle #maincontent .leader-directory-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.55) 70%, rgba(15, 23, 42, 0.92) 100%);
    pointer-events: none; }
  .page-leader-circle #maincontent .leader-directory-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 16px 16px 18px;
    pointer-events: none; }
  .page-leader-circle #maincontent .leader-directory-card__name-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px; }
  .page-leader-circle #maincontent .leader-directory-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    font-family: "Inter", sans-serif !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }
  .page-leader-circle #maincontent .leader-directory-card__linkedin {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: #60a5fa;
    transition: color 0.2s ease, transform 0.2s ease; }
    .page-leader-circle #maincontent .leader-directory-card__linkedin:hover {
      color: #93c5fd;
      transform: scale(1.06); }
  .page-leader-circle #maincontent .leader-directory-card__title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(96, 165, 250, 0.98);
    font-family: "Inter", sans-serif !important; }
  .page-leader-circle #maincontent .leader-directory-card__company {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    font-family: "Inter", sans-serif !important; }
  .page-leader-circle #maincontent .leader-directory-card:hover .page-leader-circle #maincontent .leader-directory-card__img {
    transform: scale(1.04); }

.page-leader-circle #maincontent .leader-stats-section {
  padding: 50px 0;
  background: #213883;
  position: relative;
  top: -5px; }
  .page-leader-circle #maincontent .leader-stats-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .page-leader-circle #maincontent .leader-stats-section__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
        justify-items: center;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px; } }
    @media screen and (max-width: 360px) {
      .page-leader-circle #maincontent .leader-stats-section__inner {
        gap: 22px 12px;
        padding-left: 8px;
        padding-right: 8px; } }
    .page-leader-circle #maincontent .leader-stats-section__inner .leader-stats-item {
      flex: 1 1 0;
      min-width: 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .page-leader-circle #maincontent .leader-stats-section__inner .leader-stats-item {
          width: 100%;
          max-width: 220px; } }
    .page-leader-circle #maincontent .leader-stats-section__inner h3.leader-stats-item__count {
      margin: 0;
      color: white;
      font-family: "Inter", sans-serif;
      font-size: 35px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 36px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .page-leader-circle #maincontent .leader-stats-section__inner h3.leader-stats-item__count {
          font-size: clamp(22px, 7vw, 30px);
          line-height: 1.15; } }
      @media screen and (max-width: 360px) {
        .page-leader-circle #maincontent .leader-stats-section__inner h3.leader-stats-item__count {
          font-size: clamp(20px, 6.5vw, 26px); } }
    .page-leader-circle #maincontent .leader-stats-section__inner p.leader-stats-item__label {
      margin: 4px 0 0;
      color: white;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.35;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .page-leader-circle #maincontent .leader-stats-section__inner p.leader-stats-item__label {
          font-size: 11px;
          line-height: 1.4;
          hyphens: auto;
          word-break: break-word; } }

.page-leader-circle #maincontent .event-slider {
  position: relative;
  clear: both;
  margin-top: 8px; }
  .page-leader-circle #maincontent .event-slider.slick-initialized {
    display: block; }
  .page-leader-circle #maincontent .event-slider .slick-list {
    margin: 0 -10px; }
  .page-leader-circle #maincontent .event-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
    height: auto; }
    .page-leader-circle #maincontent .event-slider .slick-slide > div {
      height: 100%; }
  .page-leader-circle #maincontent .event-slider .slick-arrow {
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    border: 0px;
    top: 45%; }
  .page-leader-circle #maincontent .event-slider .slick-prev {
    left: -56px; }
    .page-leader-circle #maincontent .event-slider .slick-prev:before {
      background: url(https://img.etb2bimg.com/files/cp/upload-1775714536-vector-1.svg);
      background-size: cover !important;
      width: 16px;
      height: 26px; }
  .page-leader-circle #maincontent .event-slider .slick-next {
    right: -61px; }
    .page-leader-circle #maincontent .event-slider .slick-next:before {
      background: url(https://img.etb2bimg.com/files/cp/upload-1775714536-vector-1.svg);
      background-size: cover !important;
      width: 16px;
      height: 26px; }
  .page-leader-circle #maincontent .event-slider .slick-dots {
    bottom: -40px; }
    .page-leader-circle #maincontent .event-slider .slick-dots li button:before {
      font-size: 10px; }

.page-leader-circle #maincontent .event-card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  padding: 18px;
  text-align: left; }
  .page-leader-circle #maincontent .event-card .title {
    font-size: 17px;
    font-weight: 600;
    color: #07121f;
    margin: 20px 0 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 82px; }
  .page-leader-circle #maincontent .event-card .top-img-card {
    position: relative;
    width: 100%;
    padding-top: 54.25%;
    background-color: #dcecfd;
    border-radius: 16px;
    overflow: hidden; }
    .page-leader-circle #maincontent .event-card .top-img-card .tag {
      display: inline-block;
      background: #e2f0ff;
      color: #1c497b;
      padding: 5px 38px 5px 25px;
      border-radius: 0px 20px 20px 0;
      font-size: 14px;
      margin: 10px 0;
      position: absolute;
      z-index: 999;
      left: 0;
      bottom: 2px;
      font-weight: 500; }
    .page-leader-circle #maincontent .event-card .top-img-card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .page-leader-circle #maincontent .event-card .date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 14px; }
  .page-leader-circle #maincontent .event-card a.register {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 32px;
    line-height: normal;
    border: 1px solid #d1d5dc;
    color: #28292b;
    margin-top: 16px;
    transition: all 0.5s linear;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.5s linear; }
    .page-leader-circle #maincontent .event-card a.register:hover {
      background: #0b1121;
      color: white; }

.page-leader-circle #maincontent .testimonials-slider {
  position: relative;
  clear: both;
  margin-top: 8px; }
  .page-leader-circle #maincontent .testimonials-slider.slick-initialized {
    display: block; }
  .page-leader-circle #maincontent .testimonials-slider .slick-list {
    margin: 0 -10px; }
  .page-leader-circle #maincontent .testimonials-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
    height: auto; }
    .page-leader-circle #maincontent .testimonials-slider .slick-slide > div {
      height: 100%; }

.page-leader-circle #maincontent .testimonials-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 18px;
  height: 100%;
  border: 1px solid #dde9f6;
  background: #f9fafc; }
  .page-leader-circle #maincontent .testimonials-card__info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #1f2937; }
  .page-leader-circle #maincontent .testimonials-card__wrapper {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    align-items: center; }
  .page-leader-circle #maincontent .testimonials-card__avatar {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0px !important;
    min-width: 55px; }
    .page-leader-circle #maincontent .testimonials-card__avatar img {
      display: block;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top; }
  .page-leader-circle #maincontent .testimonials-card__name {
    font-size: 16px;
    font-weight: 600;
    color: #07121f;
    margin: 0 0 6px;
    font-family: "Inter", sans-serif; }
  .page-leader-circle #maincontent .testimonials-card__designation {
    font-size: 13px;
    margin: 0;
    color: #1f2937;
    line-height: normal;
    opacity: 0.8; }
  .page-leader-circle #maincontent .testimonials-card__company {
    font-size: 14px;
    color: #4b5563;
    margin: 2px 0 12px; }
  .page-leader-circle #maincontent .testimonials-card__about, .page-leader-circle #maincontent .testimonials-card__quote {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6; }
  .page-leader-circle #maincontent .testimonials-card__quote {
    margin-bottom: 12px;
    font-style: italic; }
    .page-leader-circle #maincontent .testimonials-card__quote svg path {
      fill: #003aff; }
  .page-leader-circle #maincontent .testimonials-card__linkedin {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600; }

.page-leader-circle #maincontent section.techmonk-leaders-community {
  background: url("https://img.etb2bimg.com/files/cp/fd6b7f8bae2a7bc71702.png"); }
  .page-leader-circle #maincontent section.techmonk-leaders-community h2.title {
    color: white !important; }
  .page-leader-circle #maincontent section.techmonk-leaders-community p.subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7); }
  .page-leader-circle #maincontent section.techmonk-leaders-community a.csuite-lc-banner__cta {
    background: #fff;
    color: #172435;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 100px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
    display: inline-block; }

.page-leader-circle #maincontent section.leadership-circle-experience-sec {
  padding: 90px 0px !important; }
  .page-leader-circle #maincontent section.leadership-circle-experience-sec .leadership-circle-experience-sec__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-leader-circle #maincontent section.leadership-circle-experience-sec .leadership-circle-experience-sec__header h4 {
      font-size: 2.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 24px; }
      .page-leader-circle #maincontent section.leadership-circle-experience-sec .leadership-circle-experience-sec__header h4 span {
        display: inline-block;
        width: 100%;
        color: #1f4add !important; }
    .page-leader-circle #maincontent section.leadership-circle-experience-sec .leadership-circle-experience-sec__header p {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #1f2937; }
  .page-leader-circle #maincontent section.leadership-circle-experience-sec .videos-section {
    width: 100%;
    margin: auto; }
    .page-leader-circle #maincontent section.leadership-circle-experience-sec .videos-section iframe {
      width: 100%;
      border-radius: 20px; }

.page-leader-circle .section-title .title {
  margin-bottom: 15px; }
  .page-leader-circle .section-title .title span {
    color: #1f4add; }

.page-leader-circle-detail .leader-profile-detail {
  background: #fff;
  border: 1px solid #d9dee6;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px; }
  .page-leader-circle-detail .leader-profile-detail__head {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px; }
  .page-leader-circle-detail .leader-profile-detail__avatar {
    width: 200px;
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden; }
    .page-leader-circle-detail .leader-profile-detail__avatar img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      object-position: top; }
  .page-leader-circle-detail .leader-profile-detail__meta {
    flex: 1; }
  .page-leader-circle-detail .leader-profile-detail__name {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.05;
    color: #111827;
    font-weight: 700; }
  .page-leader-circle-detail .leader-profile-detail__designation {
    margin: 0 0 6px;
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px !important; }
  .page-leader-circle-detail .leader-profile-detail__company {
    margin: 0;
    color: #4b5563;
    line-height: 1.2;
    font-size: 16px; }
  .page-leader-circle-detail .leader-profile-detail__linkedin {
    color: #0f4c81;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    white-space: nowrap; }
    .page-leader-circle-detail .leader-profile-detail__linkedin span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 6px;
      background: #0a66c2;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none; }
  .page-leader-circle-detail .leader-profile-detail__tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #d1d5db;
    margin-bottom: 22px; }
  .page-leader-circle-detail .leader-profile-detail__tab {
    border: 0;
    background: transparent;
    font-size: 34px;
    color: #6b7280;
    padding: 0 0 12px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    font-weight: 600;
    font-size: 20px; }
  .page-leader-circle-detail .leader-profile-detail__tab.is-active {
    color: #1f2937;
    border-bottom-color: #1f4add; }
  .page-leader-circle-detail .leader-profile-detail__panel {
    color: #1f2937;
    font-size: 32px;
    line-height: 1.5; }
    .page-leader-circle-detail .leader-profile-detail__panel p {
      margin: 0 0 18px; }
  @media (max-width: 992px) {
    .page-leader-circle-detail .leader-profile-detail__head {
      flex-direction: column; }
    .page-leader-circle-detail .leader-profile-detail__avatar {
      width: 160px;
      min-width: 160px; }
      .page-leader-circle-detail .leader-profile-detail__avatar img {
        height: 140px; }
    .page-leader-circle-detail .leader-profile-detail__name {
      font-size: 34px; }
    .page-leader-circle-detail .leader-profile-detail__designation {
      font-size: 24px; }
    .page-leader-circle-detail .leader-profile-detail__company {
      font-size: 22px; }
    .page-leader-circle-detail .leader-profile-detail__linkedin {
      margin-left: 0;
      margin-top: 12px;
      font-size: 20px; }
    .page-leader-circle-detail .leader-profile-detail__tab {
      font-size: 26px; }
    .page-leader-circle-detail .leader-profile-detail__panel {
      font-size: 22px; } }
  @media (max-width: 640px) {
    .page-leader-circle-detail .leader-profile-detail {
      padding: 18px; }
      .page-leader-circle-detail .leader-profile-detail__name {
        font-size: 28px; }
      .page-leader-circle-detail .leader-profile-detail__designation {
        font-size: 20px; }
      .page-leader-circle-detail .leader-profile-detail__company {
        font-size: 18px; }
      .page-leader-circle-detail .leader-profile-detail__linkedin {
        font-size: 16px; }
        .page-leader-circle-detail .leader-profile-detail__linkedin span {
          width: 26px;
          height: 26px;
          font-size: 16px; }
      .page-leader-circle-detail .leader-profile-detail__tabs {
        gap: 14px; }
      .page-leader-circle-detail .leader-profile-detail__tab {
        font-size: 18px; }
      .page-leader-circle-detail .leader-profile-detail__panel {
        font-size: 16px; } }

a.back-button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  font-weight: 500;
  position: absolute;
  top: -60px;
  left: 0px;
  transition: all 0.5s linear; }
  a.back-button svg {
    border: 1px solid #333131;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 5px; }
  a.back-button:hover {
    opacity: 0.6; }

.page-initiatives-leaders-circle .event-videos-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 34px 40px;
  margin-bottom: 50px;
  margin-top: 40px;
  box-shadow: 0 25px 50px -12px color-mix(in oklab, color-mix(in oklab, oklch(92.8% 0.006 264.531) 50%, transparent) 100%, transparent);
  border: 1px solid #e3e3e3; }
  .page-initiatives-leaders-circle .event-videos-container iframe {
    width: 100%;
    height: 100%; }

.page-initiatives-leaders-circle .event-videos {
  width: 100%;
  height: 623px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px; }

.page-initiatives-leaders-circle .event-videos-details.d-flex {
  justify-content: space-between;
  align-items: center; }
  .page-initiatives-leaders-circle .event-videos-details.d-flex h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0; }

.page-initiatives-leaders-circle .event-videos-details div + div {
  display: flex;
  flex-direction: column;
  align-items: end; }
  .page-initiatives-leaders-circle .event-videos-details div + div .date {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 5px; }
  .page-initiatives-leaders-circle .event-videos-details div + div img {
    width: 14px; }
  .page-initiatives-leaders-circle .event-videos-details div + div h6 {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0; }

@media (max-width: 1199px) {
  .page-initiatives-leaders-circle .event-videos-container {
    padding: 28px 28px; }
  .page-initiatives-leaders-circle .event-videos {
    height: auto;
    aspect-ratio: 16 / 9; } }

@media (max-width: 767px) {
  .page-initiatives-leaders-circle .event-videos-container {
    border-radius: 14px;
    padding: 18px 16px;
    margin-top: 24px;
    margin-bottom: 24px; }
  .page-initiatives-leaders-circle .event-videos-details.d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
    .page-initiatives-leaders-circle .event-videos-details.d-flex h3 {
      font-size: 16px;
      line-height: 1.45; }
  .page-initiatives-leaders-circle .event-videos-details div + div {
    align-items: flex-start; }
  .page-initiatives-leaders-circle .event-videos {
    margin-top: 14px;
    aspect-ratio: 16 / 9;
    height: auto; } }
