@charset "UTF-8";

/*--------------------------------------------------------------
## Inc42 About Us Page Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Inc42 About Page Styles
	--------------------------------------------------------------*/

body.page-template-about-us {
  background: #fff;
  overflow-x: visible;
}

body.page-template-about-us div#content {
  margin-top: 0;
}

/* header section */

body.page-template-about-us header#headd {
  padding: 100px 0 0;
}

body.page-template-about-us #our-story h3.section-title.red {
  margin-bottom: 29px;
}

body.page-template-about-us .one-slide .slick-arrow {
  display: none !important;
}

body.page-template-about-us {
  text-align: center;
}

body.page-template-about-us .main-title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 60px;
  line-height: 72px;
  text-align: initial;
  max-width: 508px;
}

body.page-template-about-us .about-us {
  padding-top: 0;
}

body.page-template-about-us div#our-story {
  margin: 60px;
  padding: 50px 60px 22px;
  border: 3px solid #ffe0e0;
  border-radius: 12px;
  background-color: #fff7f7;
}

body.page-template-about-us .section-title {
  font-size: 34px;
  line-height: 51px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

body.page-template-about-us .red {
  color: #ff0000;
}

body.page-template-about-us #our-story p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

body.page-template-about-us #products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 10px;
  border: 2px solid #ffe0e0;
  background: rgba(255, 239, 239, 0.5019607843);
  border-radius: 12px;
  padding: 40px 20px;
  min-height: 302px;
}

body.page-template-about-us .reader {
  margin: 10px 0;
}

body.page-template-about-us #products {
  border-top: 0;
  padding: 0 60px;
}

body.page-template-about-us .product img {
  width: 64px;
  height: 53px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

body.page-template-about-us #products .product-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

body.page-template-about-us #products .product-content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

body.page-template-about-us #readers {
  border-top: 0;
  padding: 0 70px;
}

body.page-template-about-us .site-footer {
  text-align: initial;
}

body.page-template-about-us #values {
  border-top: 0;
  margin: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#d81856), to(#e3361e));
  background: -webkit-linear-gradient(left, #d81856, #e3361e);
  background: linear-gradient(90deg, #d81856, #e3361e);
  padding: 60px 30px;
  text-align: initial;
  border-radius: 34px;
}

#values h4.section-title.white {
  text-align: center;
  color: #fff;
}

body.page-template-about-us #values .value {
  margin: 10px 0;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #c5c5c5;
  padding: 10px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
}

body.page-template-about-us #values .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.page-template-about-us #values div.callout {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px;
}

body.page-template-about-us .slick-initialized .slick-slide {
  max-height: 100%;
}

body.page-template-about-us #explore .card {
  border: 1px solid #c5c5c5;
  border-radius: 9px;
  padding: 30px;
}

body.page-template-about-us #explore .card img {
  height: 151px;
  margin-bottom: 30px;
}

body.page-template-about-us #explore .card h4.title {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

body.page-template-about-us #explore .card button {
  font-size: 12px;
}

body.page-template-about-us div#explore {
  padding: 40px 70px;
}

body.page-template-about-us #values img.caret-icon {
  width: 13px !important;
}

body.page-template-about-us .slick-dots li.slick-active button {
  background: #ffffff;
}

body.page-template-about-us .slick-dots li button {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff !important;
}

body.page-template-about-us #values h4 {
  margin-bottom: 35px;
}

#contact-popup p.gform_required_legend {
  display: none;
}

#contact-popup .column.about-formdiv {
  border-radius: 0 0 9px 9px;
  background: #fff;
}

#contact-popup .columns.contact-us-header {
  padding: 30px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#d81757), to(#e4381b));
  background-image: -webkit-linear-gradient(left, #d81757 0%, #e4381b 100%);
  background-image: linear-gradient(90deg, #d81757 0%, #e4381b 100%);
  border-radius: 9px 9px 0 0;
}

#contact-popup img.inc42_logo {
  width: 90px;
  height: 25px;
}

#contact-popup .contact-us-header .lity-close {
  display: block;
  z-index: 9994;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  color: red;
  background: #fff !important;
  font-style: normal;
  font-size: 20px;
  line-height: 10px;
  text-shadow: none;
}

#contact-popup div#contact-form {
  padding: 30px 15px;
}

#contact-popup {
  margin: 50px auto;
  width: 400px;
}

#contact-popup input#gform_submit_button_100 {
  margin: 0 auto;
  font-size: 16px;
  width: 177px;
  height: 47px;
  font-weight: 600;
}

#contact-popup .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
}

#contact-popup .gform_wrapper.gravity-theme .gfield textarea.small {
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}

body.page-template-about-us .mt-m20 {
  margin-top: -20px;
}

body.page-template-about-us h1 h2 h5 p {
  font-family: "Poppins", sans-serif;
}

body.page-template-about-us .caret-rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-id-183 .entry-header .entry-title {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -40px;
}

.page-id-183 div#field_1_6 {
  display: none;
}

.page-id-183 .gform_wrapper.gravity-theme input[type=color],
.page-id-183 .gform_wrapper.gravity-theme input[type=date],
.page-id-183 .gform_wrapper.gravity-theme input[type=datetime-local],
.page-id-183 .gform_wrapper.gravity-theme input[type=datetime],
.page-id-183 .gform_wrapper.gravity-theme input[type=email],
.page-id-183 .gform_wrapper.gravity-theme input[type=month],
.page-id-183 .gform_wrapper.gravity-theme input[type=number],
.page-id-183 .gform_wrapper.gravity-theme input[type=password],
.page-id-183 .gform_wrapper.gravity-theme input[type=search],
.page-id-183 .gform_wrapper.gravity-theme input[type=tel],
.page-id-183 .gform_wrapper.gravity-theme input[type=text],
.page-id-183 .gform_wrapper.gravity-theme input[type=time],
.page-id-183 .gform_wrapper.gravity-theme input[type=url],
.page-id-183 .gform_wrapper.gravity-theme input[type=week],
.page-id-183 .gform_wrapper.gravity-theme select,
.page-id-183 .gform_wrapper.gravity-theme textarea {
  border: 0;
  border-radius: 6px;
  height: 50px;
  background: rgba(242, 242, 242, 0.7294117647);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
}

.page-id-183 .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
}

.page-id-183 .gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-id-183 input#gform_submit_button_1 {
  width: 200px;
  margin: 0 auto;
}

.page-id-183 .gform_heading {
  display: none;
}

/*--------------------------------------------------------------
## D2C Template
--------------------------------------------------------------*/

.page-template-plus-d2c > img {
  display: none;
}

.page-template-plus-d2c.page {
  background-color: #F0DED5;
}

.page-template-plus-d2c .site-header .site-branding img {
  max-height: 28px;
}

.page-template-plus-d2c .site-content {
  background-color: #F0DED5;
}

.page-template-plus-d2c .video-thumbnail {
  border: 2px solid #a44a55;
}

.page-template-plus-d2c #lead {
  background-color: #F0DED5;
  margin-top: 2rem;
  margin-bottom: 50px;
}

.page-template-plus-d2c #lead .inc42-plus__text_lead {
  color: #000000;
  font-size: 72px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}

.page-template-plus-d2c .site-header:before {
  background-color: #F0DED5;
  background-image: none;
}

.page-template-plus-d2c .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#A44954), to(#531d23));
  background: -webkit-linear-gradient(left, #A44954 0%, #531d23 100%);
  background: linear-gradient(90deg, #A44954 0%, #531d23 100%);
  -webkit-box-shadow: 0px 10px 15px 0px #c09b9b;
  box-shadow: 0px 10px 15px 0px #c09b9b;
}

.page-template-plus-d2c .inc42-main-navigation a {
  color: #fff;
}

.page-template-plus-d2c .inc42-main-navigation ul li.search a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
}

.page-template-plus-d2c .inc42-main-navigation ul li.search a.icon-search:before {
  font-size: 18px;
  background-color: #a5a5a5;
  background-image: none;
}

.page-template-plus-d2c .inc42-main-navigation ul ul a {
  color: #000;
}

.page-template-plus-d2c .button.inc42-plus__cta {
  height: 45px;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#531D23), to(#A44954));
  background: -webkit-linear-gradient(right, #531D23 0%, #A44954 100%);
  background: linear-gradient(270deg, #531D23 0%, #A44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  border-radius: 50px;
  line-height: 45px;
  padding: 0;
  width: 200px;
  text-align: center;
}

.page-template-plus-d2c .event-date {
  color: #A44954;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}

.page-template-plus-d2c .inc42-plus_hr {
  opacity: 0.2;
  background-color: #000;
  margin-bottom: 45px;
}

.page-template-plus-d2c .inc42-plus_accordion {
  margin-bottom: 20px;
}

.page-template-plus-d2c .inc42-plus_accordion button {
  position: relative;
  width: 100%;
  background-color: rgba(255, 229, 229, 0.5);
  background-image: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #A44954;
  border-radius: 6px;
  text-align: left;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 12px;
  margin-bottom: 15px;
}

.page-template-plus-d2c .inc42-plus_accordion button:focus {
  outline: none;
}

.page-template-plus-d2c .inc42-plus_accordion button.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.page-template-plus-d2c .inc42-plus_accordion button:after {
  content: "\e802";
  font-family: "inc-font-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  height: 50%;
  width: 27px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-d2c .inc42-plus_accordion .panel {
  position: relative;
  width: 100%;
  background-color: rgba(255, 229, 229, 0.5);
  background-image: none;
  border: 1px solid #A44954;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.8;
  font-weight: 500;
  padding: 15px 12px;
  padding-top: 0;
  margin-bottom: 15px;
}

.page-template-plus-d2c .inc42-plus_accordion_lead {
  margin-bottom: 10px;
}

.page-template-plus-d2c #numbers {
  margin-bottom: 95px;
}

.page-template-plus-d2c #numbers .number {
  color: #A44954;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}

.page-template-plus-d2c #numbers .number-label {
  color: #000000;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 699;
}

.page-template-plus-d2c #numbers .row .column {
  text-align: center;
  border-right: 1px solid #000;
}

.page-template-plus-d2c #numbers .row .column:last-child {
  border-right: 0;
}

.page-template-plus-d2c #numbers #numbers-cta {
  display: none;
}

.page-template-plus-d2c .title-bg {
  color: rgba(0, 0, 0, 0.06);
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.page-template-plus-d2c h2.title,
.page-template-plus-d2c .title-sep {
  color: #000000;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: -20px;
  position: relative;
}

.page-template-plus-d2c h2.title:after,
.page-template-plus-d2c .title-sep:after {
  content: "";
  width: 50px;
  height: 8px;
  overflow: visible;
  background-color: #A44954;
  border-radius: 30px;
  display: block;
  margin: 15px auto 0;
}

.page-template-plus-d2c .description {
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 35px;
}

.page-template-plus-d2c .cta-wrapper {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
}

.page-template-plus-d2c #speakers {
  margin-top: 25px;
}

.page-template-plus-d2c #speaker-carousel {
  margin-top: 45px;
}

.page-template-plus-d2c #speaker-carousel .slick-slider {
  display: none;
}

.page-template-plus-d2c #speaker-carousel .slick-slider.slick-initialized {
  display: block;
}

.page-template-plus-d2c #sessions {
  margin-top: 90px;
}

.page-template-plus-d2c #sessions .mobile-carousel-plus .slick-list .slick-track .slick-slide {
  color: #fff;
  border-radius: 20px;
  padding: 25px 20px;
}

.page-template-plus-d2c #sessions .mobile-carousel-plus .slick-list .slick-track .slick-slide:nth-child(odd) {
  background-color: #6064AE;
  border: 1px solid #353879;
}

.page-template-plus-d2c #sessions .mobile-carousel-plus .slick-list .slick-track .slick-slide:nth-child(even) {
  background-color: #F4815F;
  border: 1px solid #D63200;
}

.page-template-plus-d2c #speaker-carousel .slides-five .slick-slide,
.page-template-plus-d2c #speaker-carousel .slides-five .speaker-avatar {
  height: 327px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-box-shadow: inset 0px -100px 40px 0px #000000;
  box-shadow: inset 0px -100px 40px 0px #000000;
  border-radius: 9px;
  text-align: center;
}

.page-template-plus-d2c #speaker-carousel .speaker-name {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.page-template-plus-d2c #speaker-carousel .speaker-designation {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.page-template-plus-d2c #speaker-carousel .speaker-company {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}

.page-template-plus-d2c .speaker {
  position: relative;
  height: 327px;
  background-size: cover;
  border-radius: 9px;
}

.page-template-plus-d2c .speaker-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.page-template-plus-d2c .mobile-carousel-plus .session h4 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 700;
}

.page-template-plus-d2c .mobile-carousel-plus .session .count {
  font-size: 48px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 25px;
}

.page-template-plus-d2c .mobile-carousel-plus .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-plus-d2c .mobile-carousel-plus .slick-slide {
  height: inherit !important;
}

.page-template-plus-d2c .slick-arrow {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-d2c .slick-prev:before,
.page-template-plus-d2c .slick-next:before {
  font-size: 52px;
  background-color: #A44954;
  background-image: none;
}

.page-template-plus-d2c .slick-prev {
  left: -4rem;
}

.page-template-plus-d2c .slick-next {
  right: -4rem;
}

.page-template-plus-d2c #not-all {
  margin-top: 90px;
}

.page-template-plus-d2c #not-all .title {
  color: #000000;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 500;
}

.page-template-plus-d2c #not-all .title-small {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.page-template-plus-d2c .list-bullets {
  padding-left: 0;
  margin-left: 1rem;
}

.page-template-plus-d2c .list-bullets li::marker {
  color: #ff2500;
  font-size: 1.5rem;
}

.page-template-plus-d2c #plus-more {
  margin-top: 70px;
}

.page-template-plus-d2c #plus-more p {
  max-width: 685px;
  margin: 0 auto 1.875rem;
}

.page-template-plus-d2c #plus-more .cta-wrapper {
  margin-top: 45px;
}

.page-template-plus-d2c #pricing {
  margin-bottom: 50px;
}

.page-template-plus-d2c #pricing-container {
  margin-top: 40px;
}

.page-template-plus-d2c #pricing .pricing-column {
  width: 300px;
  max-width: 100%;
  height: 100%;
}

.page-template-plus-d2c #pricing #pricing-1 .pricing-column {
  text-align: center;
  border-radius: 20px;
  padding: 50px 23px;
  margin-left: auto;
  margin-right: 30px;
  background-color: #6064AE;
  border-radius: 20px;
}

.page-template-plus-d2c #pricing #pricing-2 .pricing-column {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#531D23), to(#A44954));
  background: -webkit-linear-gradient(bottom, #531D23 0%, #A44954 100%);
  background: linear-gradient(0deg, #531D23 0%, #A44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  border-radius: 20px;
  padding: 50px 23px;
  margin-right: auto;
  margin-left: 30px;
}

.page-template-plus-d2c #pricing #pricing-3 .pricing-column {
  text-align: center;
  background-color: #6064AE;
  border-radius: 20px;
  padding: 50px 23px;
  margin-right: auto;
  margin-left: 30px;
}

.page-template-plus-d2c #pricing .pricing-name {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
}

.page-template-plus-d2c #pricing .pricing-price {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-plus-d2c #pricing .pricing-price > span {
  font-size: 36px;
}

.page-template-plus-d2c #pricing .pricing-price.text-line-through {
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 1;
  font-size: 14px;
}

.page-template-plus-d2c #pricing .pricing-price.text-line-through > span {
  font-size: 24px;
}

.page-template-plus-d2c #pricing .pricing-benefits {
  margin-top: 15px;
}

.page-template-plus-d2c #pricing .pricing-benefits p {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.page-template-plus-d2c #pricing .pricing-benefits p strong {
  color: #fff;
}

.page-template-plus-d2c #pricing #pricing-btn1 {
  background-image: none;
  background: #222787;
  -webkit-box-shadow: 0px 1px 2px 0px #000000;
  box-shadow: 0px 1px 2px 0px #000000;
  border-radius: 50px;
  margin-top: 30px;
}

.page-template-plus-d2c #pricing #pricing-btn2 {
  border-radius: 50px;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#A44954));
  background: -webkit-linear-gradient(top, #ff8080 0%, #A44954 100%);
  background: linear-gradient(180deg, #ff8080 0%, #A44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  border-radius: 50px;
}

.page-template-plus-d2c #pricing #pricing-btn3 {
  border-radius: 50px;
  margin-top: 30px;
  background-image: none;
  background: #222787;
  -webkit-box-shadow: 0px 1px 2px 0px #000000;
  box-shadow: 0px 1px 2px 0px #000000;
  border-radius: 50px;
}

.page-template-plus-d2c #pricing #pricing-plus {
  margin-top: 75px;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
}

.page-template-plus-d2c #pricing #pricing-plus p {
  margin-bottom: 15px;
}

.page-template-plus-d2c #pricing #pricing-plus .plus-link {
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  font-weight: 400;
}

.page-template-plus-d2c #pricing #pricing-plus .plus-link .plus-link-register {
  color: #A44954;
  text-decoration: underline;
  font-weight: 700;
}

.page-template-plus-d2c #pricing .pricing-seperator {
  width: 1px;
  height: 100px;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 25px auto;
}

.page-template-plus-d2c #pricing .title-sep {
  margin-top: -10px;
}

.page-template-plus-d2c #pricing #pricing-special-benefits {
  margin-top: 50px;
}

.page-template-plus-d2c #pricing #pricing-special .price-benefit-annual {
  width: 100%;
  height: 373px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#181b2b), to(hsl(228, 8%, 2%)));
  background: -webkit-linear-gradient(top, #181b2b 0%, hsl(228, 8%, 2%) 100%);
  background: linear-gradient(180deg, #181b2b 0%, hsl(228, 8%, 2%) 100%);
  border-radius: 20px;
  padding: 30px;
}

.page-template-plus-d2c #pricing #pricing-special .price-benefit-annual img.logo {
  width: 155px;
  height: 29px;
}

.page-template-plus-d2c #pricing #pricing-special .price-benefit-annual p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 0;
  max-width: 232px;
}

.page-template-plus-d2c #pricing #pricing-special .price-benefit-annual img.newspaper {
  width: 220px;
  height: 199px;
  margin: 20px auto 0;
}

.page-template-plus-d2c #pricing #pricing-special .price-benefit-name {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 36px;
  text-align: center;
}

.page-template-plus-d2c #faq,
.page-template-plus-d2c #subscribe {
  margin-top: 40px;
}

.page-template-plus-d2c #faq .title-bg {
  font-size: 80px;
}

.page-template-plus-d2c #faq h2.title {
  margin-top: -30px;
}

.page-template-plus-d2c #faq .faq-title {
  margin-top: 15px;
}

.page-template-plus-d2c #faq .panel {
  display: none;
}

.page-template-plus-d2c #subscribe {
  margin-bottom: 40px;
}

.page-template-plus-d2c #subscribe .title {
  color: #000000;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-plus-d2c #subscribe .gform_wrapper {
  max-width: 550px;
  margin: 0 auto;
}

.page-template-plus-d2c #subscribe .gform_wrapper .ginput_container_email input {
  background-color: rgba(255, 229, 229, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #A44954;
  border-radius: 30px;
  height: 50px;
  text-align: center;
}

.page-template-plus-d2c #subscribe .gform_wrapper .ginput_container_email input:focus {
  outline: none;
}

.page-template-plus-d2c #subscribe .gform_wrapper .gform_footer {
  text-align: center;
}

.page-template-plus-d2c #subscribe .gform_wrapper .gform_footer .gform_button.button {
  width: 130px;
  height: 45px;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#531D23), to(#A44954));
  background: -webkit-linear-gradient(right, #531D23 0%, #A44954 100%);
  background: linear-gradient(270deg, #531D23 0%, #A44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  border-radius: 50px;
}

.page-template-plus-d2c .trigger-plus-link-register {
  color: #fff;
}

.page-template-plus-d2c .trigger-plus-link-register .lity-container {
  border-radius: 10px;
  overflow: hidden;
}

.page-template-plus-d2c .trigger-plus-link-register .lity-container .lity-content {
  background: #000;
  padding: 20px 15px;
  height: auto;
}

.page-template-plus-d2c .trigger-plus-link-register .lity-container .lity-content h3.gform_title {
  font-size: 1.5rem !important;
  max-width: 300px;
  line-height: 2.2rem;
  margin: 25px 0 !important;
}

.page-template-plus-d2c .trigger-plus-link-register input[type=text],
.page-template-plus-d2c .trigger-plus-link-register input[type=email],
.page-template-plus-d2c .trigger-plus-link-register input[type=number],
.page-template-plus-d2c .trigger-plus-link-register input[type=tel],
.page-template-plus-d2c .trigger-plus-link-register select {
  display: block;
  width: 100% !important;
  min-width: 300px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  font-size: 14px !important;
  margin-top: 26px !important;
  padding: 10px 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-bottom: 0;
  border-radius: 20px !important;
  color: #fff !important;
  font-weight: 500;
  outline: none;
  text-transform: none;
  text-align: left;
  height: 40px;
}

.page-template-plus-d2c .trigger-plus-link-register input[type=submit] {
  width: 100% !important;
  height: 50px;
  margin-top: 0 !important;
  border-radius: 2rem;
}

.page-template-plus-d2c .trigger-plus-link-register .gform_wrapper select option {
  padding: 2px;
  display: block;
  background: #404040;
}

.page-template-plus-d2c .trigger-plus-link-register .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.page-template-plus-d2c .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page-template-plus-d2c .inc42-plus__image.add {
  height: 73px;
  width: 73px;
}

.page-template-plus-d2c #upcoming-masterclass {
  margin-bottom: 105px;
}

.page-template-plus-d2c #upcoming-masterclass .title {
  margin-bottom: 80px;
}

.page-template-plus-d2c #upcoming-masterclass h4 {
  font-size: 30px;
}

.page-template-plus-d2c #upcoming-masterclass p {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
}

.page-template-plus-d2c #upcoming-masterclass .video-desc a {
  display: block;
  font-size: 20px;
  color: #A44954;
  text-transform: uppercase;
  margin-top: 30px;
}

.page-template-plus-d2c #upcoming-masterclass .video-desc a h4 {
  font-size: 20px;
  color: #A44954;
  text-transform: uppercase;
}

.page-template-plus-d2c #attend-d2c {
  margin-top: 90px;
}

.page-template-plus-d2c .hero-title-image {
  margin-bottom: 20px;
}

.page-template-plus-d2c .highlight {
  color: #A44954;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: bold;
}

.text-line-through > span {
  text-decoration: line-through;
}

.read-more-mobile .read-more-link {
  display: none;
}

.inc-d2c-videos {
  background-color: #f0ded5;
}

.site-inc42-plus.inc-d2c-videos .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#a44954), to(#531d23));
  background: -webkit-linear-gradient(left, #a44954 0%, #531d23 100%);
  background: linear-gradient(90deg, #a44954 0%, #531d23 100%);
  -webkit-box-shadow: 0px 10px 15px 0px #c09b9b;
  box-shadow: 0px 10px 15px 0px #c09b9b;
}

.inc-d2c-videos .session-recoring.row.expanded {
  padding: 1.5rem 0;
}

.inc-d2c-videos .site-header .site-branding img {
  max-height: 28px;
}

.inc-d2c-videos .site-header:before {
  background-color: #f0ded5 !important;
  background-image: none;
}

.inc-d2c-videos .site-content {
  background-color: #f0ded5;
}

.inc-d2c-videos .button.inc42-plus__cta {
  height: 45px;
  overflow: visible;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#531d23), to(#a44954));
  background: -webkit-linear-gradient(right, #531d23 0%, #a44954 100%);
  background: linear-gradient(270deg, #531d23 0%, #a44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
}

.inc-d2c-videos .sessions-container {
  max-height: 1135px;
  overflow: scroll;
}

.inc-d2c-videos .inc42-plus_hr {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  width: 100%;
}

.inc-d2c-videos #spinner {
  display: none;
  text-align: center;
}

.inc-d2c-videos .video-thumbnail img,
.inc-d2c-videos .video-thumbnail-2 img {
  border: 2px solid #a24853;
}

.inc-d2c-videos .inc42-main-navigation ul ul a,
.inc-d2c-videos .inc42-main-navigation ul a {
  color: #fff;
}

.inc-d2c-videos .inc42-main-navigation ul li.search a {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.inc-d2c-videos .playvideo {
  cursor: pointer;
}

.inc-d2c-videos h2.article-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.inc-d2c-videos .content-summary {
  margin-bottom: 4rem;
}

.inc-d2c-videos .video {
  margin-bottom: 40px;
}

.inc-d2c-videos .video div#media-container {
  margin: 0 !important;
}

.inc-d2c-videos .section h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.inc-d2c-videos .section .column {
  color: #000;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 300;
}

.inc-d2c-videos .sidebar-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 72px;
}

.inc-d2c-videos .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
  max-height: 280px;
  overflow: hidden;
}

.inc-d2c-videos .video-thumbnail a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-d2c-videos .video-desc h4 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
}

.inc-d2c-videos .sidebar-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 25px 0 0;
}

.inc-d2c-videos .speaker-image img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
}

.inc-d2c-videos .section.summary {
  margin-bottom: 30px;
}

.inc-d2c-videos p.speaker-name {
  color: #222;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.inc-d2c-videos p.speaker-desig {
  color: #222;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.inc-d2c-videos a.recording-link {
  width: 100%;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#531d23), to(#a44954));
  background: -webkit-linear-gradient(right, #531d23 0%, #a44954 100%);
  background: linear-gradient(270deg, #531d23 0%, #a44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  line-height: 2;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 0;
}

.inc-d2c-videos .video-thumbnail-2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-d2c-videos .recording-secondary {
  padding: 0 40px;
}

.inc-d2c-videos .section.cta {
  margin: 40px 0;
}

.inc-d2c-videos .cta a {
  margin: 20px 0;
}

.inc-d2c-videos.site-inc42-plus .header-sticky-wrapper {
  height: auto;
  background-color: #f0ded5 !important;
}

.inc-d2c-videos.site-inc42-plus .site-header:before {
  height: auto;
}

.inc-d2c-videos.page {
  background-color: #f0ded5;
}

.inc-d2c-videos.single .mashsb-container .icon {
  color: #222;
}

.inc-d2c-videos.single .mashsb-container .icon:before {
  float: none;
  width: 2.5rem;
  font-size: 30px;
  line-height: 2.5rem;
  margin: 0;
}

.inc-d2c-videos.single .mashsb-container .mashsb-box .mashsb-buttons a.mash-small {
  background: #f0ded5;
}

.inc-d2c-videos.single .single-featured-thumb {
  margin: 0;
  border-radius: 0;
}

.inc-d2c-videos.single .single-featured-thumb img {
  border-radius: 0;
}

.inc-d2c-videos {
  background-color: #f0ded5;
}

.site-inc42-plus.inc-d2c-videos .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#a44954), to(#531d23));
  background: -webkit-linear-gradient(left, #a44954 0%, #531d23 100%);
  background: linear-gradient(90deg, #a44954 0%, #531d23 100%);
  -webkit-box-shadow: 0px 10px 15px 0px #c09b9b;
  box-shadow: 0px 10px 15px 0px #c09b9b;
}

.inc-d2c-videos .session-recoring.row.expanded {
  padding: 1.5rem 0;
}

.inc-d2c-videos .site-header .site-branding img {
  max-height: 28px;
}

.inc-d2c-videos .site-header:before {
  background-color: #f0ded5 !important;
  background-image: none;
}

.inc-d2c-videos .site-content {
  background-color: #f0ded5;
}

.inc-d2c-videos .button.inc42-plus__cta {
  height: 45px;
  overflow: visible;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#531d23), to(#a44954));
  background: -webkit-linear-gradient(right, #531d23 0%, #a44954 100%);
  background: linear-gradient(270deg, #531d23 0%, #a44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
}

.inc-d2c-videos .sessions-container {
  max-height: 1135px;
  overflow: scroll;
}

.inc-d2c-videos .inc42-plus_hr {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  width: 100%;
}

.inc-d2c-videos #spinner {
  display: none;
  text-align: center;
}

.inc-d2c-videos .video-thumbnail img,
.inc-d2c-videos .video-thumbnail-2 img {
  border: 2px solid #a24853;
}

.inc-d2c-videos .inc42-main-navigation ul ul a,
.inc-d2c-videos .inc42-main-navigation ul a {
  color: #fff;
}

.inc-d2c-videos .inc42-main-navigation ul li.search a {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.inc-d2c-videos .playvideo {
  cursor: pointer;
}

.inc-d2c-videos h2.article-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.inc-d2c-videos .content-summary {
  margin-bottom: 4rem;
}

.inc-d2c-videos .video {
  margin-bottom: 40px;
}

.inc-d2c-videos .video div#media-container {
  margin: 0 !important;
}

.inc-d2c-videos .section h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.inc-d2c-videos .section .column {
  color: #000;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 300;
}

.inc-d2c-videos .sidebar-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 72px;
}

.inc-d2c-videos .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
  max-height: 280px;
  overflow: hidden;
}

.inc-d2c-videos .video-thumbnail a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-d2c-videos .video-desc h4 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
}

.inc-d2c-videos .sidebar-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 25px 0 0;
}

.inc-d2c-videos .speaker-image img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
}

.inc-d2c-videos .section.summary {
  margin-bottom: 30px;
}

.inc-d2c-videos p.speaker-name {
  color: #222;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.inc-d2c-videos p.speaker-desig {
  color: #222;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.inc-d2c-videos a.recording-link {
  width: 100%;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#531d23), to(#a44954));
  background: -webkit-linear-gradient(right, #531d23 0%, #a44954 100%);
  background: linear-gradient(270deg, #531d23 0%, #a44954 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  line-height: 2;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 0;
}

.inc-d2c-videos .video-thumbnail-2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-d2c-videos .recording-secondary {
  padding: 0 40px;
}

.inc-d2c-videos .section.cta {
  margin: 40px 0;
}

.inc-d2c-videos .cta a {
  margin: 20px 0;
}

.inc-d2c-videos.site-inc42-plus .header-sticky-wrapper {
  height: auto;
  background-color: #f0ded5 !important;
}

.inc-d2c-videos.site-inc42-plus .site-header:before {
  height: auto;
}

.inc-d2c-videos.page {
  background-color: #f0ded5;
}

.inc-d2c-videos.single .mashsb-container .icon {
  color: #222;
}

.inc-d2c-videos.single .mashsb-container .icon:before {
  float: none;
  width: 2.5rem;
  font-size: 30px;
  line-height: 2.5rem;
  margin: 0;
}

.inc-d2c-videos.single .mashsb-container .mashsb-box .mashsb-buttons a.mash-small {
  background: #f0ded5;
}

.inc-d2c-videos.single .single-featured-thumb {
  margin: 0;
  border-radius: 0;
}

.inc-d2c-videos.single .single-featured-thumb img {
  border-radius: 0;
}

.page-template-plus-d2c-v2 main#main {
  position: relative;
}

.page-template-plus-d2c-v2 div#d2c-masterclass .page-template-plus-d2c #show-sessions {
  font-size: 14px;
}

.page-template-plus-d2c-v2 h4.sponsor-type-title {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 3rem 0 1rem;
}

.page-template-plus-d2c-v2 .single-sponsor-container {
  margin: 20px 0;
}

.page-template-plus-d2c-v2 .become-sponsor {
  color: #000;
  margin: 20px 0;
  font-size: 1.1rem;
}

.page-template-plus-d2c-v2 .become-sponsor a {
  text-decoration: underline;
}

.page-template-plus-d2c-v2 #speaker-carousel {
  margin: 45px 0;
}

.page-template-plus-d2c-v2 #speaker-carousel .slick-slider {
  display: none;
}

.page-template-plus-d2c-v2 #speaker-carousel .slick-slider.slick-initialized {
  display: block;
}

.page-template-plus-d2c-v2 #speaker-carousel .slides-five .slick-slide,
.page-template-plus-d2c-v2 #speaker-carousel .slides-five .speaker-avatar {
  height: 327px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-box-shadow: inset 0px -100px 40px 0px #000000;
  box-shadow: inset 0px -100px 40px 0px #000000;
  border-radius: 9px;
  text-align: center;
  background-size: 100%;
}

.page-template-plus-d2c-v2 #speaker-carousel .speaker-name {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.page-template-plus-d2c-v2 #speaker-carousel .speaker-designation {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.page-template-plus-d2c-v2 #speaker-carousel .speaker-company {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}

.page-template-plus-d2c-v2 .speaker {
  position: relative;
  height: 327px;
  background-size: cover;
  border-radius: 9px;
}

.page-template-plus-d2c-v2 .speaker-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.page-template-plus-d2c-v2 .mobile-carousel-plus .session h4 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 700;
}

.page-template-plus-d2c-v2 .mobile-carousel-plus .session .count {
  font-size: 48px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 25px;
}

.page-template-plus-d2c-v2 .mobile-carousel-plus .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-plus-d2c-v2 .mobile-carousel-plus .slick-slide {
  height: inherit !important;
}

.page-template-plus-d2c-v2 .slick-arrow {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-d2c-v2 .slick-prev:before,
.page-template-plus-d2c-v2 .slick-next:before {
  font-size: 52px;
  background-color: #A44954;
  background-image: none;
}

.page-template-plus-d2c-v2 .slick-prev {
  left: -4rem;
}

.page-template-plus-d2c-v2 .slick-next {
  right: -4rem;
}

.page-template-plus-d2c-v2 .button.inc42-plus__cta {
  max-width: 300px;
  line-height: 70px;
  font-size: 1.2rem;
  height: 70px;
}

.page-template-plus-d2c-v2 .section {
  margin-bottom: 75px;
}

.page-template-plus-d2c-v2 img.hero-title-image {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v2 .front-container p {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: left;
  opacity: 0.7;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 .left-line {
  width: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(164, 73, 84, 0.53)), to(#531d23));
  background: -webkit-linear-gradient(right, rgba(164, 73, 84, 0.53) 0%, #531d23 100%);
  background: linear-gradient(270deg, rgba(164, 73, 84, 0.53) 0%, #531d23 100%);
  left: 80px;
  position: absolute;
  right: 50px;
  height: 100%;
}

.page-template-plus-d2c-v2 img.circle-arrow-down {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 65px;
}

.page-template-plus-d2c-v2 img.title-img {
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 p.hero-desc {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 299;
  opacity: 0.7;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v2 p.point-desc.description {
  margin-left: 30px;
}

.page-template-plus-d2c-v2 p.event-date {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 699;
  margin-bottom: 50px;
}

.page-template-plus-d2c-v2 .support-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 .point span {
  width: 100%;
}

.page-template-plus-d2c-v2 .button.inc42-plus__cta {
  text-align: center;
  width: 90%;
  padding: 0;
  max-width: 360px;
  line-height: 83px;
  border-radius: 0;
  font-size: 1.5rem;
  height: 83px;
  overflow: visible;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  background: #893a43;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-plus-d2c-v2 .button.large.inc42-plus__cta:hover {
  background: #3c151b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-plus-d2c-v2 .front-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-plus-d2c-v2 h5.point-title {
  color: #000;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v2 .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-template-plus-d2c-v2 .speaker-image img {
  max-width: 300px;
  height: 300px;
}

.page-template-plus-d2c-v2 h6.speaker-name {
  color: #000;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-plus-d2c-v2 .speaker-designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 299;
}

.page-template-plus-d2c-v2 .speaker-company {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 299;
  font-weight: 700;
}

.page-template-plus-d2c-v2 .speakers-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 95px auto;
}

.page-template-plus-d2c-v2 .speakers-container .speaker {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 36px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-template-plus-d2c-v2 .animate-left {
  -webkit-animation: appear-in-left 0.6s cubic-bezier(0.41, 0, 0.07, 1);
  animation: appear-in-left 0.6s cubic-bezier(0.41, 0, 0.07, 1);
}

.page-template-plus-d2c-v2 .animate-right {
  -webkit-animation: appear-in-right 0.6s cubic-bezier(0.41, 0, 0.07, 1);
  animation: appear-in-right 0.6s cubic-bezier(0.41, 0, 0.07, 1);
}

.page-template-plus-d2c-v2 .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-plus-d2c-v2 .point.attend-section {
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 span.attend h5 {
  color: #7a323b;
}

.page-template-plus-d2c-v2 p.title-small {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
}

.page-template-plus-d2c-v2 ul.list-bullets li {
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 ul.list-bullets li:before {
  background: url(../png/diamond.png);
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.page-template-plus-d2c-v2 h5.point-title:before,
.page-template-plus-d2c-v2 .accordion_button_wrap:before {
  background: url(../png/diamond.png);
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.page-template-plus-d2c-v2 div#pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 72px;
  margin-top: 60px;
}

.page-template-plus-d2c-v2 .single-ticket {
  display: grid;
  grid-gap: 24px;
  border: 2px solid #8c5458;
  padding: 24px 28px;
  min-width: 312px;
  position: relative;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.page-template-plus-d2c-v2 .pricing-name.text-uppercase {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  width: 45%;
  float: left;
}

.page-template-plus-d2c-v2 .points {
  width: 100%;
  padding: 50px 0 0;
}

.page-template-plus-d2c-v2 .pricing-price {
  float: right;
  color: #000;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.page-template-plus-d2c-v2 #ticket .button.inc42-plus__cta {
  margin: 30px auto 0;
  font-size: 1.2rem;
  display: block;
}

.page-template-plus-d2c-v2 #pricing-plus {
  margin: 30px auto;
}

.page-template-plus-d2c-v2 #pricing-plus p {
  margin-bottom: 10px;
}

.page-template-plus-d2c-v2 .pricing-benefits {
  margin-top: 100px;
  min-height: 185px;
}

.page-template-plus-d2c-v2 .pricing-benefits p {
  margin: 0;
  color: #000;
}

.page-template-plus-d2c-v2 .large-text {
  text-transform: uppercase;
  color: #000;
  font-size: 7rem;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
}

.page-template-plus-d2c-v2 h3.extra-title {
  text-transform: uppercase;
}

.page-template-plus-d2c-v2 div#faq-container {
  margin-top: 40px;
}

.page-template-plus-d2c-v2 div#d2c-masterclass .cta-wrapper {
  text-align: center;
}

.page-template-plus-d2c-v2 .video-thumbnail img {
  border: 2px solid #6f383e;
}

.page-template-plus-d2c-v2 h5.point-title {
  text-indent: -35px;
  margin-left: 35px;
  padding-right: 15px;
}

.page-template-plus-d2c-v2 > img {
  display: none;
}

.page-template-plus-d2c-v2.page {
  background-color: #f0ded5;
}

.page-template-plus-d2c-v2 .site-header .site-branding img {
  max-height: 28px;
}

.page-template-plus-d2c-v2 .site-content {
  background-color: #f0ded5;
}

.page-template-plus-d2c-v2 .site-header:before {
  background-color: #f0ded5;
  background-image: none;
}

.page-template-plus-d2c-v2 .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#a44954), to(#531d23));
  background: -webkit-linear-gradient(left, #a44954 0%, #531d23 100%);
  background: linear-gradient(90deg, #a44954 0%, #531d23 100%);
  -webkit-box-shadow: 0px 10px 15px 0px #c09b9b;
  box-shadow: 0px 10px 15px 0px #c09b9b;
}

.page-template-plus-d2c-v2 .inc42-main-navigation a {
  color: #fff;
}

.page-template-plus-d2c-v2 .inc42-main-navigation ul li.search a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
}

.page-template-plus-d2c-v2 .inc42-main-navigation ul li.search a.icon-search:before {
  font-size: 18px;
  background-color: #a5a5a5;
  background-image: none;
}

.page-template-plus-d2c-v2 .inc42-main-navigation ul ul a {
  color: #000;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion {
  margin-bottom: 20px;
  position: relative;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion button {
  position: relative;
  width: 55%;
  text-align: left;
  background: transparent;
  color: #000;
  font-size: 16px;
  padding: 20px 12px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 2px solid #a44954;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion button:focus {
  outline: none;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion button.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: #843740;
  color: #fff;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion button:after {
  content: "\e802";
  font-family: "inc-font-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  height: 50%;
  width: 27px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-d2c-v2 #faq .inc42-plus_accordion_lead {
  margin-bottom: 10px;
}

.page-template-plus-d2c-v2 #lead {
  background-color: #f0ded5;
  margin-top: 5rem;
}

.page-template-plus-d2c-v2 #lead .inc42-plus__text_lead {
  color: #000;
  font-size: 72px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion button {
  position: relative;
  width: 100%;
  background-color: rgba(255, 229, 229, 0.5);
  background-image: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #a44954;
  border-radius: 6px;
  text-align: left;
  color: #000;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 12px;
  margin-bottom: 15px;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion button:focus {
  outline: none;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion button.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion button:after {
  content: "\e802";
  font-family: "inc-font-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  height: 50%;
  width: 27px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion .panel {
  position: relative;
  width: 100%;
  background-color: rgba(255, 229, 229, 0.5);
  background-image: none;
  border: 1px solid #a44954;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
  color: #000;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 12px;
  padding-top: 0;
  margin-bottom: 15px;
}

.page-template-plus-d2c-v2 #lead .inc42-plus_accordion_lead {
  margin-bottom: 10px;
}

.page-template-plus-d2c-v2 .title-bg {
  color: rgba(0, 0, 0, 0.06);
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}

.page-template-plus-d2c-v2 h2.title,
.page-template-plus-d2c-v2 .title-sep {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 25px;
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 1;
  position: relative;
}

.page-template-plus-d2c-v2 .description {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: left;
  opacity: 0.7;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v2 .cta-wrapper {
  margin-top: 50px;
}

.page-template-plus-d2c-v2 #speakers {
  margin-top: 25px;
}

.page-template-plus-d2c-v2 .speaker {
  position: relative;
  height: 327px;
  background-size: cover;
  border-radius: 9px;
}

.page-template-plus-d2c-v2 .speaker-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.page-template-plus-d2c-v2 #not-all {
  margin-top: 90px;
}

.page-template-plus-d2c-v2 #not-all .title {
  color: #000;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 500;
}

.page-template-plus-d2c-v2 #not-all .title-small {
  color: #000;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.page-template-plus-d2c-v2 .list-bullets {
  list-style: none;
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  margin-bottom: 50px;
}

.page-template-plus-d2c-v2 #plus-more {
  margin-top: 70px;
}

.page-template-plus-d2c-v2 #plus-more p {
  max-width: 685px;
  margin: 0 auto 1.875rem;
}

.page-template-plus-d2c-v2 #plus-more .cta-wrapper {
  margin-top: 45px;
}

.page-template-plus-d2c-v2 #pricing {
  margin-bottom: 50px;
}

.page-template-plus-d2c-v2 #pricing-container {
  margin-top: 40px;
}

.page-template-plus-d2c-v2 #faq,
.page-template-plus-d2c-v2 #subscribe {
  margin-top: 40px;
}

.page-template-plus-d2c-v2 #faq .title-bg {
  font-size: 80px;
}

.page-template-plus-d2c-v2 #faq .faq-title {
  margin-top: 15px;
}

.page-template-plus-d2c-v2 #faq .panel {
  display: none;
  width: 45%;
  border: 2px solid #a44954;
  text-align: left;
  color: #000;
  font-size: 15px;
  right: 0;
  position: absolute;
  padding: 20px;
  top: 0;
  height: 100%;
}

.page-template-plus-d2c-v2 .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page-template-plus-d2c-v2 .inc42-plus__image.add {
  height: 73px;
  width: 73px;
}

.page-template-plus-d2c-v2 #upcoming-masterclass {
  margin-bottom: 105px;
}

.page-template-plus-d2c-v2 #upcoming-masterclass .title {
  margin-bottom: 80px;
}

.page-template-plus-d2c-v2 #upcoming-masterclass h4 {
  font-size: 30px;
}

.page-template-plus-d2c-v2 #upcoming-masterclass p {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
}

.page-template-plus-d2c-v2 #upcoming-masterclass .video-desc a {
  display: block;
  font-size: 20px;
  color: #a44954;
  text-transform: uppercase;
  margin-top: 30px;
}

.page-template-plus-d2c-v2 #upcoming-masterclass .video-desc a h4 {
  font-size: 20px;
  color: #a44954;
  text-transform: uppercase;
}

.page-template-plus-d2c-v2 .highlight {
  color: #a44954;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: bold;
}

.page-template-plus-d2c-v2 .text-line-through {
  font-size: 20px;
  color: #444;
}

.page-template-plus-d2c-v2 .pricing-benefits li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.page-template-plus-d2c-v2 .text-line-through > span {
  text-decoration: line-through;
}

.page-template-plus-d2c-v2 .read-more-mobile .read-more-link {
  display: none;
}

/* D2C V3 */

.page-template-plus-d2c-v3.body {
  background-color: #fff;
}

.page-template-plus-d2c-v3.body > img {
  display: none;
}

.page-template-plus-d2c-v3 #content {
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 p {
  font-family: "freesans", sans-serif;
}

.page-template-plus-d2c-v3 .site-header:before {
  background: #fff;
}

.page-template-plus-d2c-v3 .inc42-main-navigation .primary-menu {
  background: #282828;
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
}

.page-template-plus-d2c-v3 .inc42-main-navigation ul li.search a {
  background: #000;
}

.page-template-plus-d2c-v3 .inc42-main-navigation ul li.search a:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#555), to(#555));
  background-image: -webkit-linear-gradient(left, #555 0%, #555 100%);
  background-image: linear-gradient(90deg, #555 0%, #555 100%);
}

.page-template-plus-d2c-v3 .inc42-main-navigation a {
  color: #fff;
}

.page-template-plus-d2c-v3 .inc42-main-navigation li .dropdown-menu li a {
  color: #000;
}

.page-template-plus-d2c-v3.dark {
  background: #fff;
}

.page-template-plus-d2c-v3 .dark .site-header a.subscribe {
  color: #000;
}

.page-template-plus-d2c-v3 #lead {
  padding-bottom: 65px;
  margin-top: 13px;
}

.page-template-plus-d2c-v3 #lead .co-present {
  margin-bottom: 7px;
}

.page-template-plus-d2c-v3 #lead .hero-img__2 {
  margin-right: 30px;
}

.page-template-plus-d2c-v3 #lead .hero-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  color: #000000;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #lead .hero-date {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
}

.page-template-plus-d2c-v3 #lead .row {
  background: url(../png/hero-bg-1.png) no-repeat 15% 5%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-2.png) no-repeat 90% 0%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-3.png) no-repeat 0% 100%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-4.png) no-repeat 100% 100%;
}

.page-template-plus-d2c-v3 .hero-img__1 {
  margin-bottom: 34px;
}

.page-template-plus-d2c-v3 .faded {
  color: #7f7f7f;
}

.page-template-plus-d2c-v3 .hero-co-presenters {
  margin-bottom: 40px;
}

.page-template-plus-d2c-v3 .inc42-plus__cta {
  width: 350px;
  height: 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  border: 3px solid #FC8A5C;
  border-radius: 0;
  white-space: pre;
  letter-spacing: 0.6px;
  line-height: 67px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "freesansmedium", sans-serif;
  color: #000000;
  padding: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-template-plus-d2c-v3 .inc42-plus__cta:hover {
  background: #FC8A5C;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-template-plus-d2c-v3 #numbers {
  padding: 33.5px 0;
}

.page-template-plus-d2c-v3 #numbers #number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-d2c-v3 #numbers .number {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.page-template-plus-d2c-v3 #numbers .number:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  bottom: 0;
  top: 0;
  background: #000;
}

.page-template-plus-d2c-v3 #numbers .number:last-child:after {
  content: "";
  width: 0;
  height: 0;
}

.page-template-plus-d2c-v3 #numbers .number .number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-plus-d2c-v3 #numbers .number-count {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #numbers .number-text {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
  font-family: "freesansmedium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #7F7F7F;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #about {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #about > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #about > .row:before {
  content: "";
  position: absolute;
  width: 133px;
  height: 118px;
  top: 0;
  left: -133px;
  background: url(../png/bg-deco-1.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #about > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-2.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #about .about-text {
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
  background-color: #f7f7f7;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  padding: 25px;
  margin-bottom: 25px;
}

.page-template-plus-d2c-v3 #about #about-cta {
  margin-top: 65px;
}

.page-template-plus-d2c-v3 .title {
  position: relative;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  margin-bottom: 3px;
}

.page-template-plus-d2c-v3 .title:after {
  content: " ";
  width: 65px;
  height: 1px;
  background-color: #000000;
  overflow: visible;
  position: absolute;
  margin: auto 15px;
  top: 0;
  bottom: 0;
}

.page-template-plus-d2c-v3 .title:before {
  content: " ";
  width: 65px;
  height: 1px;
  background-color: #000000;
  overflow: visible;
  position: absolute;
  margin: auto -81px;
  top: 0;
  bottom: 0;
}

.page-template-plus-d2c-v3 .description {
  max-width: 80%;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-family: "freesansmedium", sans-serif;
  color: #7f7f7f;
  margin: 0 auto 60px;
}

.page-template-plus-d2c-v3 #partners {
  padding: 33.5px 0;
}

.page-template-plus-d2c-v3 #partners .partner-images .column {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 .dark-bg {
  background-color: #f7f7f7;
}

.page-template-plus-d2c-v3 .shadow {
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
}

.page-template-plus-d2c-v3 #speakers {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #speakers > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #speakers > .row:before {
  content: "";
  position: absolute;
  width: 123px;
  height: 104px;
  top: 0;
  left: -123px;
  background: url(../png/bg-deco-3.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #speakers > .row:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 105px;
  bottom: -20px;
  right: -124px;
  background: url(../png/bg-deco-4.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #speakers .speaker-wrapper {
  display: inline-block;
  margin-bottom: 18px;
}

.page-template-plus-d2c-v3 #speakers .speaker {
  padding: 6px;
  border: 1px solid #000;
  margin-bottom: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-template-plus-d2c-v3 #speakers .speaker:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #FC8A5C;
}

.page-template-plus-d2c-v3 #speakers .speaker-name {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  margin-bottom: 7px;
}

.page-template-plus-d2c-v3 #speakers .speaker-name:after {
  content: " ";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65px;
  height: 1px;
  background-color: #fc8a5c;
  overflow: visible;
}

.page-template-plus-d2c-v3 #speakers .speaker-company {
  display: inline-block;
  margin-top: 11px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: "freesansmedium", sans-serif;
  font-size: 16px;
  color: #7F7F7F;
}

.page-template-plus-d2c-v3 #speakers #load-speakers {
  margin-top: 60px;
}

.page-template-plus-d2c-v3 #agenda {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #agenda > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #agenda > .row:before {
  content: "";
  position: absolute;
  width: 83px;
  height: 83px;
  top: 0;
  left: -83px;
  background: url(../png/bg-deco-7.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #agenda > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-8.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #agenda .title {
  margin-bottom: 60px;
}

.page-template-plus-d2c-v3 #agenda button.inc42-plus__cta {
  width: 100%;
}

.page-template-plus-d2c-v3 #agenda button.inc42-plus__cta.active {
  background: #FC8A5C;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-template-plus-d2c-v3 #agenda #agenda-buttons {
  margin-bottom: 55px;
}

.page-template-plus-d2c-v3 #agenda #agenda-timings-2 {
  display: none;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
  height: 45px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  overflow: visible;
  border: 2px solid #FC8A5C;
  letter-spacing: 0.6px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "freesansmedium", sans-serif;
  font-size: 16px;
  color: #FC8A5C;
  text-align: center;
  margin-bottom: 17px;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-time {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "freesansmedium", sans-serif;
  font-size: 15px;
  color: #000000;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-title-container {
  border-left: 1px solid #fff;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-title-wrapper {
  padding-left: 22px;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-author-name {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-author-info {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "freesansmedium", sans-serif;
  font-size: 16px;
  color: #7f7f7f;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-timings-container {
  border-bottom: 1px solid #7F7F7F;
  padding: 40px 20px 20px;
}

.page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-timings-container:last-child {
  border-bottom: none;
}

.page-template-plus-d2c-v3 #agenda .agenda-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #agenda .agenda-author-img {
  display: inline-block;
}

.page-template-plus-d2c-v3 #agenda .agenda-author-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-plus-d2c-v3 #agenda .agenda-author-info-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  text-align: left;
}

.page-template-plus-d2c-v3 #agenda #agenda-cta {
  margin-top: 45px;
}

.page-template-plus-d2c-v3 #attend {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #attend > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #attend > .row:before {
  content: "";
  position: absolute;
  width: 111px;
  height: 110px;
  top: 0;
  left: -111px;
  background: url(../png/bg-deco-5.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #attend > .row:after {
  content: "";
  position: absolute;
  width: 101px;
  height: 85px;
  bottom: -20px;
  right: -101px;
  background: url(../png/bg-deco-6.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #attend .about-text {
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
  background-color: #f7f7f7;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  padding: 25px;
  margin-bottom: 25px;
}

.page-template-plus-d2c-v3 #attend #about-cta {
  margin-top: 65px;
}

.page-template-plus-d2c-v3 #attend .attendees {
  padding: 35px 35px 20px;
  border: 3px solid #FC8A5C;
  margin-top: 30px;
}

.page-template-plus-d2c-v3 #attend .attendee {
  display: inline-block;
  background-color: #141414;
  overflow: visible;
  border-radius: 40px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "freesansbold", sans-serif;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 3px 15px;
}

.page-template-plus-d2c-v3 #guide {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #guide > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #guide > .row:before {
  content: "";
  position: absolute;
  width: 123px;
  height: 104px;
  top: 0;
  left: -123px;
  background: url(../png/bg-deco-3.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #guide > .row:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 105px;
  bottom: -20px;
  right: -124px;
  background: url(../png/bg-deco-4.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #guide #guide-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.page-template-plus-d2c-v3 #guide #guide-container > .column {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #guide .guide-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #guide .guide-list {
  margin-left: 0;
}

.page-template-plus-d2c-v3 #guide .guide-list-item {
  list-style: none;
  background: url(../png/tick.png) no-repeat left center;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #7f7f7f;
  padding: 3px 0 3px 40px;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #guide .guide-image {
  margin: 30px 0;
}

.page-template-plus-d2c-v3 #guide .guide-more-title {
  width: 100%;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
  margin-bottom: 6px;
}

.page-template-plus-d2c-v3 #guide .guide-more-description {
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 45px;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 10px 15px 0px #DEDEDE;
  box-shadow: 0px 10px 15px 0px #DEDEDE;
  background-color: #f7f7f7;
  padding: 20px;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper .guide-unlock {
  position: absolute;
  height: 20px;
  width: auto;
  right: 10px;
  top: 10px;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper .guide-unlock img {
  height: 20px;
  width: auto;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper .guide-label {
  width: 109px;
  height: 21px;
  background-color: #fc8a5c;
  margin: 0 auto;
  line-height: 21px;
  display: inline-block;
  line-height: 21px;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper .guide-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 18px;
  color: #282828;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-template-plus-d2c-v3 #guide .guide-wrapper .guide-description {
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
  color: #fc8a5c;
}

.page-template-plus-d2c-v3 #pricing {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #pricing > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #pricing > .row:before {
  content: "";
  position: absolute;
  width: 133px;
  height: 118px;
  top: 0;
  left: -133px;
  background: url(../png/bg-deco-1.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #pricing > .row:after {
  content: "";
  position: absolute;
  width: 123px;
  height: 104px;
  bottom: -20px;
  right: -123px;
  background: url(../png/bg-deco-3.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #pricing .price-box {
  width: 445px;
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
  background-color: #f7f7f7;
  padding: 30px;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000000;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-price {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "freesansbold", sans-serif;
  font-size: 24px;
  color: #000000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 0 30px 50px;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "freesansmedium", sans-serif;
  font-size: 16px;
  color: #7f7f7f;
  padding-right: 30px;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item.price-box-tick {
  background: url(../png/tick-orange.png) no-repeat right center;
}

.page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item.price-box-cross {
  background: url(../png/cross-orange.png) no-repeat right center;
}

.page-template-plus-d2c-v3 #pricing .price-box .inc42-plus__cta {
  width: 100%;
  margin-top: 20px;
}

.page-template-plus-d2c-v3 #pricing #price-1 .price-box {
  margin-left: auto;
}

.page-template-plus-d2c-v3 #pricing #price-2 .price-box {
  margin-right: auto;
}

.page-template-plus-d2c-v3 #pricing .price-free {
  text-align: center;
  color: #000;
  margin: 20px 0;
}

.page-template-plus-d2c-v3 #pricing .price-free a {
  color: #fc8a5c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-template-plus-d2c-v3 #pricing .price-free a:hover {
  color: #000;
}

.page-template-plus-d2c-v3 #sponsors {
  padding: 65px;
}

.page-template-plus-d2c-v3 #sponsors > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #sponsors > .row:before {
  content: "";
  position: absolute;
  width: 123px;
  height: 104px;
  top: 0;
  left: -123px;
  background: url(../png/bg-deco-3.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #sponsors > .row:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 105px;
  bottom: -20px;
  right: -124px;
  background: url(../png/bg-deco-4.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #sponsors .sponsor-text {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #sponsors .sponsor-wrapper {
  position: relative;
}

.page-template-plus-d2c-v3 #sponsors .sponsor-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fc8a5c;
}

.page-template-plus-d2c-v3 #sponsors .co-sponsor .sponsor-image {
  margin-right: 40px;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #sponsors #sponsor-cta {
  margin-top: 45px;
}

.page-template-plus-d2c-v3 #sponsors .associates-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-template-plus-d2c-v3 #sponsors .associates-wrapper .row .column {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #sponsors .wishers .sponsor-image {
  margin-right: 40px;
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3 #reviews {
  padding: 65px 0 40px;
}

.page-template-plus-d2c-v3 #reviews > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #reviews > .row:before {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  top: 0;
  left: -109px;
  background: url(../png/bg-deco-9.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #reviews > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-8.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #reviews .review {
  position: relative;
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 25px;
}

.page-template-plus-d2c-v3 #reviews .review .review-text {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansmedium", sans-serif;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #reviews .review .review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
}

.page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info p {
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info .review-user-name {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansbold", serif;
  font-size: 22px;
  color: #000000;
}

.page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info .review-username {
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "freesansmedium", serif;
  font-size: 18px;
  color: #7f7f7f;
}

.page-template-plus-d2c-v3 #reviews .review .review-user .review-user-avatar {
  width: 102px;
  height: 102px;
  background-color: #000000;
  overflow: visible;
  border-radius: 50%;
}

.page-template-plus-d2c-v3 #reviews .review .review-link {
  position: absolute;
  top: 12px;
  right: 15px;
}

.page-template-plus-d2c-v3 #faq {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 #faq > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #faq > .row:before {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  top: 0;
  left: -109px;
  background: url(../png/bg-deco-9.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #faq > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-8.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #faq .inc42-plus_accordion button {
  position: relative;
  width: 50%;
  text-align: left;
  background: 0 0;
  padding: 20px 10px 20px 0;
  text-transform: capitalize;
  border-radius: 0;
  border-bottom: 3px solid #FC8A5C;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "freesansmedium", sans-serif;
  color: #000000;
}

.page-template-plus-d2c-v3 #faq .panel {
  display: none;
  width: 50%;
  border: 3px solid #FC8A5C;
  right: 0;
  position: absolute;
  padding: 35px;
  top: 0;
  height: 100%;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-family: "freesans", sans-serif;
  color: #7f7f7f;
}

.page-template-plus-d2c-v3 #faq .panel p {
  margin-bottom: 10px;
}

.page-template-plus-d2c-v3 #faq #faq-container {
  position: relative;
  margin-top: 50px;
}

.page-template-plus-d2c-v3 .accordion .accordion_button_wrap {
  background: url(../png/square.png) no-repeat left center, url(https://inc42.com/wp-content/uploads/2021/05/plus.png) no-repeat right center;
  letter-spacing: 0px;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "freesansmedium", sans-serif;
  color: #000000;
  padding: 0 30px;
}

.page-template-plus-d2c-v3 .accordion.active .accordion_button_wrap {
  background: url(../png/square.png) no-repeat left center, url(https://inc42.com/wp-content/uploads/2021/05/minus.png) no-repeat right center;
}

.page-template-plus-d2c-v3 .title-alt {
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  color: #000000;
}

.page-template-plus-d2c-v3 .partner-images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.page-template-plus-d2c-v3 .speaker-hide {
  display: none;
}

.page-template-plus-d2c-v3 #pricing-plus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3e3e3e;
  border: 3px solid #fc8a5c;
  text-align: center;
  padding: 20px;
}

.page-template-plus-d2c-v3 #pricing-plus p {
  letter-spacing: 0.6px;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  margin-bottom: 10px;
}

.page-template-plus-d2c-v3 #pricing-plus a {
  letter-spacing: 0.6px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #fc8a5c;
  text-decoration: underline;
}

.page-template-plus-d2c-v3 .lity-content {
  height: auto !important;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 5px solid #FC8A5C;
  color: #cecece;
  max-width: 616px;
  padding: 20px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .column {
  padding: 0;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-image {
  border: 2px solid #FC8A5C;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-image img {
  padding: 20px;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-name {
  position: relative;
  display: block;
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-name:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 2px;
  background-color: #fc8a5c;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-company {
  display: block;
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Helvetica-Bold", sans-serif;
  color: #fc8a5c;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-description {
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
  margin-top: 20px;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-description p {
  margin-bottom: 10px;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-description .inc42-plus__cta {
  height: 50px;
  background-color: #fc8a5c;
  line-height: 44px;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #282828;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-description .inc42-plus__cta:hover {
  background-color: #fff;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup .speaker-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 0;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup .speaker-image img {
  padding: 0;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup .speaker-info .speaker-name {
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup .speaker-info .speaker-description .inc42-plus__cta {
  background: #f7f7f7;
  text-transform: uppercase;
  border: 2px solid #FC8A5C;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup .speaker-info .speaker-description .inc42-plus__cta:hover {
  background: #FC8A5C;
  color: #fff;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup ul {
  margin-left: 0;
}

.page-template-plus-d2c-v3 .lity-content .speaker-popup.guide-popup ul li {
  list-style: none;
  background: url(../png/tick.png) no-repeat left center;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #282828;
  padding: 3px 0 3px 40px;
  margin-bottom: 5px;
}

.page-template-plus-d2c-v3 .lity-container {
  height: auto !important;
}

.page-template-plus-d2c-v3 .lity-container .lity-close {
  position: absolute;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-shadow: none;
}

.page-template-plus-d2c-v3.dark-mode {
  background: #222;
}

.page-template-plus-d2c-v3.dark-mode .site-header:before,
.page-template-plus-d2c-v3.dark-mode .menu-primary-menu-container,
.page-template-plus-d2c-v3.dark-mode .menu-main-menu-container {
  background: #222;
}

.page-template-plus-d2c-v3.dark-mode .site-header .nav-follow a i {
  color: rgba(93, 93, 93, 0.6);
}

.page-template-plus-d2c-v3.dark-mode .site-header .nav-follow a:hover i {
  color: rgb(93, 93, 93);
}

.page-template-plus-d2c-v3.dark-mode .menu-primary-menu-container,
.page-template-plus-d2c-v3.dark-mode .menu-main-menu-container {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1215686275);
}

.page-template-plus-d2c-v3.dark-mode .faded {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .inc42-plus__cta {
  background: transparent;
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .inc42-plus__cta:hover {
  background: #FC8A5C;
}

.page-template-plus-d2c-v3.dark-mode .shadow {
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
}

.page-template-plus-d2c-v3.dark-mode .dark-bg {
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
  background-color: #282828;
}

.page-template-plus-d2c-v3.dark-mode .title,
.page-template-plus-d2c-v3.dark-mode .title-alt {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .title:before,
.page-template-plus-d2c-v3.dark-mode .title:after {
  background-color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #lead .hero-title {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #lead .hero-date {
  color: #FC8A5C;
}

.page-template-plus-d2c-v3.dark-mode #lead .inc42-plus__cta {
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
}

.page-template-plus-d2c-v3.dark-mode #lead .row {
  background: url(../png/hero-bg-1-dark.png) no-repeat 15% 5%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-2-dark.png) no-repeat 90% 0%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-3-dark.png) no-repeat 0% 100%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-4-dark.png) no-repeat 100% 100%;
}

.page-template-plus-d2c-v3.dark-mode #numbers .number-count {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #numbers .number-text {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #about .about-text {
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
  background-color: #282828;
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #about > .row:before {
  background: url(../png/bg-deco-1-dark.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3.dark-mode #about > .row:after {
  background: url(../png/bg-deco-2-dark.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3.dark-mode #partners {
  border: 3px solid #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #speakers .speaker {
  border: 2px solid #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #speakers .speaker-name {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #speakers .speaker-company {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #attend .attendee {
  color: #282828;
  background-color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #agenda .agenda-timings .agenda-title,
.page-template-plus-d2c-v3.dark-mode #agenda .agenda-timings .agenda-time,
.page-template-plus-d2c-v3.dark-mode #agenda .agenda-timings .agenda-author-name {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #agenda .agenda-timings .agenda-author-info {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #guide .guide-wrapper {
  -webkit-box-shadow: 0px 10px 15px 0px #1d1d1d;
  box-shadow: 0px 10px 15px 0px #1d1d1d;
  background-color: #222222;
}

.page-template-plus-d2c-v3.dark-mode #guide .guide-wrapper .guide-title {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #guide .guide-wrapper .guide-description {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #sponsors .sponsor-text {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #reviews .review {
  background-color: #222222;
}

.page-template-plus-d2c-v3.dark-mode #reviews .review .review-user .review-user-info .review-username {
  color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #reviews .review .review-user .review-user-info .review-user-name {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #reviews .review .review-text {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #pricing .price-box {
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
  background-color: #3e3e3e;
}

.page-template-plus-d2c-v3.dark-mode #pricing .price-box .price-box-title,
.page-template-plus-d2c-v3.dark-mode #pricing .price-box .price-box-list-item,
.page-template-plus-d2c-v3.dark-mode #pricing .price-box .price-box-price {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #pricing .price-box .price-box-price {
  border-color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #pricing #price-1 .price-box {
  background-color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #pricing #price-1 .price-box .price-box-list-item.price-box-tick {
  background: url(../png/tick-black.png) no-repeat right center;
}

.page-template-plus-d2c-v3.dark-mode #pricing #price-1 .inc42-plus__cta {
  border-color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #pricing #price-2 .price-box .price-box-price {
  border-color: #fc8a5c;
}

.page-template-plus-d2c-v3.dark-mode #faq .panel {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .accordion .accordion_button_wrap {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .accordion .accordion_button_wrap:before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  background: #fc8a5c;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup {
  background-color: #282828;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup.guide-popup .speaker-info .speaker-name {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup.guide-popup .speaker-info .speaker-description .inc42-plus__cta.inc42-plus__cta {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup.guide-popup ul li {
  color: #fff;
  background: url(../png/tick-dark.png) no-repeat left center;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup .speaker-info .speaker-name {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup .speaker-info .speaker-description {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode .lity-content .speaker-popup .speaker-info .speaker-description .inc42-plus__cta {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}

.page-template-plus-d2c-v3.dark-mode .lity-container .lity-close {
  color: #fff;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* D2C Academy */

.page-template-plus-d2c-v3 .d2c-section {
  padding: 65px 0;
}

.page-template-plus-d2c-v3 .hero-img__1 {
  max-width: 265px;
}

.page-template-plus-d2c-v3 #lead .inc42-plus__cta.cta-2 {
  background: #FC8A5C;
  color: #fff;
  margin-left: 20px;
}

.page-template-plus-d2c-v3 #lead .inc42-plus__cta.cta-2:hover {
  color: #282828;
}

.page-template-plus-d2c-v3 #courses > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #courses > .row:before {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  top: 0;
  left: -109px;
  background: url(../png/bg-deco-3.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #courses > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-4.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #courses .courses {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-d2c-v3 #courses .courses .course {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #fc8a5c;
  margin-bottom: 30px;
  padding: 30px;
}

.page-template-plus-d2c-v3 #courses .courses .course-icon {
  display: block;
  max-width: 90px;
  margin: 0 auto 10px;
}

.page-template-plus-d2c-v3 #courses .courses .course-title {
  display: block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 28.5px;
  font-family: "Helvetica-Bold", sans-serif;
  color: #282828;
}

.page-template-plus-d2c-v3 #courses .courses .course-desc {
  display: block;
  letter-spacing: 0.6px;
  line-height: 28.5px;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  color: #282828;
  margin-top: 30px;
}

.page-template-plus-d2c-v3 #courses #courses-cta .inc42-plus__cta {
  background: #FC8A5C;
  color: #fff;
  margin-top: 50px;
}

.page-template-plus-d2c-v3 #courses #courses-cta .inc42-plus__cta:hover {
  background: transparent;
  color: #282828;
}

.page-template-plus-d2c-v3 #sessions > .row {
  position: relative;
}

.page-template-plus-d2c-v3 #sessions > .row:before {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  top: 0;
  left: -109px;
  background: url(../png/bg-deco-9.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #sessions > .row:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  bottom: -20px;
  right: -109px;
  background: url(../png/bg-deco-8.png) no-repeat 0% 0%;
}

.page-template-plus-d2c-v3 #sessions #sessions-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-d2c-v3 #sessions .session-container {
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #sessions .session {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #sessions .session .session-wrapper {
  border: 3px solid #fc8a5c;
  height: 100%;
  padding: 15px 15px 0;
}

.page-template-plus-d2c-v3 #sessions .session .session-image-wrapper {
  position: relative;
  display: block;
}

.page-template-plus-d2c-v3 #sessions .session .session-image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../png/play%402x.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.page-template-plus-d2c-v3 #sessions .session .session-title {
  display: block;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 20px;
  color: #282828;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-template-plus-d2c-v3 #sessions .session .session-cta {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fc8a5c;
  letter-spacing: 0.6px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-template-plus-d2c-v3 #sessions .session .session-cta:hover {
  background: #fff;
  color: #fc8a5c;
}

.page-template-plus-d2c-v3 #sessions #sessions-cta {
  margin-top: 50px;
}

.page-template-plus-d2c-v3 #sessions .sessions-filter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3 #sessions .session-filter {
  font-size: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 47px;
  color: #282828;
  background-image: none;
  background: transparent;
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
  border: 2px solid #FC8A5C;
  margin-bottom: 15px;
  padding: 8px;
}

.page-template-plus-d2c-v3 #sessions .session-filter:hover,
.page-template-plus-d2c-v3 #sessions .session-filter.active {
  background: #fc8a5c;
  color: #fff;
}

.page-template-plus-d2c-v3 #pricing .price-pass {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  overflow: visible;
  border: 3px solid #fc8a5c;
  width: 100%;
  max-width: 445px;
  height: 67px;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-transform: uppercase;
  font-family: "Helvetica-Bold", sans-serif;
  color: #282828;
}

.page-template-plus-d2c-v3 #pricing .price-pass:hover {
  background: #fc8a5c;
  color: #fff;
}

.page-template-plus-d2c-v3 #pricing .price-pass.active {
  background: #fc8a5c;
  color: #fff;
}

.page-template-plus-d2c-v3 #pricing .individual-pass-toggle {
  text-align: right;
}

.page-template-plus-d2c-v3 #pricing .single-pricing-benefits {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  color: #fff;
}

.page-template-plus-d2c-v3 #pricing .single-pricing-benefits li {
  letter-spacing: 0px;
  font-size: 26px;
  font-family: "Helvetica", sans-serif;
  line-height: 32px;
  color: #282828;
  margin-bottom: 30px;
  background-size: 18px;
  padding-left: 30px;
}

.page-template-plus-d2c-v3 #pricing .single-pricing-benefits li:last-child {
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #pricing .single-pricing-benefits li img {
  height: auto;
  width: 14px;
  margin-right: 10px;
  margin-top: -4px;
}

.page-template-plus-d2c-v3 #pricing .single-price-boxes {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 80px;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-discount {
  color: #1d1d1d;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-title {
  line-height: 53px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-mrp {
  line-height: 1;
  margin-bottom: 0;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-price {
  line-height: 1.2;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 50px;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-cta {
  border: 3px solid #282828;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  background-color: #282828;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-users {
  width: 177px;
  height: 43px;
  background-color: #282828;
  margin: 20px auto;
}

.page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-cta {
  margin-bottom: 20px;
}

.page-template-plus-d2c-v3.dark-mode #courses .courses .course {
  background-color: #282828;
}

.page-template-plus-d2c-v3.dark-mode #courses .courses .course-title {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #courses .courses .course-desc {
  color: #ffffff;
}

.page-template-plus-d2c-v3.dark-mode #courses #courses-cta .inc42-plus__cta:hover {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #sessions .session {
  background-color: #282828;
  -webkit-box-shadow: 0px 10px 15px 0px #1f1f1f;
  box-shadow: 0px 10px 15px 0px #1f1f1f;
}

.page-template-plus-d2c-v3.dark-mode #sessions .session .session-title {
  color: #ffffff;
}

.page-template-plus-d2c-v3.dark-mode #sessions .session-filter {
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
}

.page-template-plus-d2c-v3.dark-mode #pricing .price-pass {
  color: #ffffff;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-pricing-benefits li {
  color: #fff;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box {
  max-width: 445px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 15px 0px #1F1F1F;
  box-shadow: 0px 10px 15px 0px #1F1F1F;
  background-color: #fc8a5c;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 30px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-discount {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-title {
  letter-spacing: 0.6px;
  line-height: 53px;
  text-transform: capitalize;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-mrp {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 32px;
  text-decoration: line-through;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-price {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 63px;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-cta {
  display: block;
  width: 100%;
  height: 67px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  border: 3px solid #282828;
  letter-spacing: 0.6px;
  line-height: 61px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-cta:hover {
  background: #fff;
  color: #282828;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-footer {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.page-template-plus-d2c-v3.dark-mode #pricing .single-price-box .single-price-box-users {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-d2c-v3.dark-mode #pricing #single-price-team-pass {
  display: none;
}

.page-template-plus-d2c-v3.dark-mode #pricing #single-price-team-pass .single-price-box .single-price-box-title {
  margin-bottom: 0px;
}

.page-template-plus-d2c-v3.d2c-academy .inc42-plus__cta {
  background: #FC8A5C;
  color: #fff;
}

.page-template-plus-d2c-v3.d2c-academy .inc42-plus__cta:hover {
  background: transparent;
}

.page-template-plus-d2c-v3.d2c-academy .title {
  color: #282828;
  max-width: 700px;
  margin: 0 auto 50px;
}

.page-template-plus-d2c-v3.d2c-academy .title:after,
.page-template-plus-d2c-v3.d2c-academy .title:before {
  display: none;
}

.page-template-plus-d2c-v3.d2c-academy .title-alt {
  font-size: 33px;
}

.page-template-plus-d2c-v3.d2c-academy #lead .row {
  background-size: 100px;
}

.page-template-plus-d2c-v3.d2c-academy #lead .inc42-plus__cta {
  background: transparent;
  color: #282828;
}

.page-template-plus-d2c-v3.d2c-academy #lead .inc42-plus__cta:hover {
  background: #fc8a5c;
  color: #fff;
}

.page-template-plus-d2c-v3.d2c-academy #lead .inc42-plus__cta.cta-2 {
  background: #FC8A5C;
  color: #fff;
  margin-left: 20px;
}

.page-template-plus-d2c-v3.d2c-academy #lead .inc42-plus__cta.cta-2:hover {
  color: #282828;
}

.page-template-plus-d2c-v3.d2c-academy #lead .hero-title {
  font-size: 36px;
}

.page-template-plus-d2c-v3.d2c-academy #lead .hero-date {
  text-transform: initial;
  color: #FC8A5C;
  margin-top: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.page-template-plus-d2c-v3.d2c-academy #numbers .number-text {
  color: #FC8A5C;
}

.page-template-plus-d2c-v3.d2c-academy #speakers .speaker {
  border: 1px solid #FC8A5C;
}

.page-template-plus-d2c-v3.d2c-academy #speakers .speaker-name:after {
  display: none;
}

.page-template-plus-d2c-v3.d2c-academy #speakers .speaker-company {
  margin-top: 0;
}

.page-template-plus-d2c-v3.d2c-academy.dark-mode .title {
  color: #FC8A5C;
}

.page-template-plus-d2c-v3.d2c-academy.dark-mode #lead .inc42-plus__cta {
  color: #fff;
}

.page-template-plus-d2c-v3.d2c-academy.dark-mode #lead .inc42-plus__cta:hover {
  background: #FC8A5C;
}

.page-template-plus-d2c-v3.d2c-academy.dark-mode #numbers .number:after {
  background: #7f7f7f;
}

/*--------------------------------------------------------------
## Recordings Template
--------------------------------------------------------------*/

.page-template-plus-recordings.page {
  background-color: #0d061d;
}

body.page-template-plus-recordings .header-sticky-wrapper {
  background-color: #0d061d !important;
}

.page-template-plus-recordings .site-header .site-branding img {
  max-height: 28px;
}

.page-template-plus-recordings .site-header:before {
  background-color: #0d061d !important;
  background-image: none;
}

.page-template-plus-recordings .site-content {
  background-color: #0d061d;
}

.page-template-plus-recordings .support-title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #fff;
  margin: 15px 0;
}

.page-template-plus-recordings #lead {
  background-color: #0d061d;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.page-template-plus-recordings #lead .inc42-plus__text_lead {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 799;
  text-transform: uppercase;
}

.page-template-plus-recordings .inc42-main-navigation a {
  color: #fff;
}

.page-template-plus-recordings .inc42-main-navigation ul li.search a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
}

.page-template-plus-recordings .inc42-main-navigation ul li.search a.icon-search:before {
  font-size: 18px;
  background-color: #a5a5a5;
  background-image: none;
}

.page-template-plus-recordings .inc42-main-navigation ul ul a {
  color: #000;
}

.page-template-plus-recordings .button {
  height: 45px;
  overflow: visible;
  border-radius: 50px;
  font-size: 12px;
  line-height: 45px;
  padding: 0 30px;
  margin: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.page-template-plus-recordings .button.inc42-plus__cta {
  background: -webkit-gradient(linear, right top, left top, from(#ec2554), to(#f68f4d));
  background: -webkit-linear-gradient(right, #ec2554 0%, #f68f4d 100%);
  background: linear-gradient(270deg, #ec2554 0%, #f68f4d 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
  padding: 0 30px;
}

.page-template-plus-recordings .included {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

.page-template-plus-recordings .included strong {
  font-size: 40px;
  letter-spacing: 1;
}

.page-template-plus-recordings .red {
  color: #fff;
  background: red;
  font-weight: 900;
  padding: 2px;
  font-size: 12px;
}

.page-template-plus-recordings p.summary {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2em;
  margin: 2rem 0;
  letter-spacing: 0;
  font-weight: 300;
  font-family: ".SFNSDisplay-Semibold", "SFProDisplay-Semibold", "SFUIDisplay-Semibold", ".SFUIDisplay-Semibold", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", sans-serif;
}

.page-template-plus-recordings p.summary strong {
  font-size: 40px;
  letter-spacing: 2px;
}

.page-template-plus-recordings .inc42-plus_hr {
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 45px;
}

.page-template-plus-recordings h2.title {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  position: relative;
  color: #ffffff;
}

.page-template-plus-recordings h2.title:after {
  content: "";
  width: 50px;
  height: 8px;
  overflow: visible;
  background-color: #6e42ff;
  border-radius: 30px;
  display: block;
  margin: 15px auto 0;
}

.page-template-plus-recordings .title-sep {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  position: relative;
  color: #ffffff;
}

.page-template-plus-recordings .title-sep:after {
  content: "";
  width: 50px;
  height: 8px;
  overflow: visible;
  background-color: #6e42ff;
  border-radius: 30px;
  display: block;
  margin: 15px auto 0;
}

.page-template-plus-recordings .description {
  overflow: hidden;
  color: #e6e6e6;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 35px;
}

.page-template-plus-recordings .note-desc-title h3 {
  font-size: 27px;
}

.page-template-plus-recordings .note-info img {
  max-height: 280px;
}

.page-template-plus-recordings .note-desc-title {
  margin: 30px 0;
}

.page-template-plus-recordings .note-desc ol {
  color: #e6e6e6;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  list-style: none;
}

.page-template-plus-recordings .note-desc ol li {
  margin-bottom: 20px;
}

.page-template-plus-recordings .note-desc-title h3:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 78px;
  height: 4px;
  overflow: visible;
  background-color: #6e42ff;
  border-radius: 30px;
}

.page-template-plus-recordings .single-landscape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-plus-recordings .note-info {
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 499;
  text-align: center;
  padding: 40px 10px;
  text-align: center;
}

.page-template-plus-recordings .note-desc {
  margin-top: 30px;
}

.page-template-plus-recordings .cta-wrapper {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.page-template-plus-recordings .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
  max-height: 500px;
  overflow: hidden;
}

.page-template-plus-recordings .video-thumbnail a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.page-template-plus-recordings .seperator {
  width: 1px;
  height: 85%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 10px auto;
}

.page-template-plus-recordings .video-desc h4 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.page-template-plus-recordings .video-speaker {
  color: #ff0000;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}

.page-template-plus-recordings .speaker-desig {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}

.page-template-plus-recordings p.video-info {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 300;
}

.page-template-plus-recordings .row.filter {
  text-align: center;
  display: block;
  overflow: hidden;
}

.page-template-plus-recordings .row.filter a.sort {
  display: inline-block;
  width: 17%;
  min-width: 200px;
  font-size: 14px;
  height: 45px;
  border: 1px solid #6e42ff;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  margin: 0 1% 2rem;
}

.page-template-plus-recordings .row.filter a.current {
  background: -webkit-gradient(linear, right top, left top, from(#321398), to(#6e42ff));
  background: -webkit-linear-gradient(right, #321398 0%, #6e42ff 100%);
  background: linear-gradient(270deg, #321398 0%, #6e42ff 100%);
  border: 1px solid #321398;
}

.page-template-plus-recordings .row.boxGroup {
  margin: 0 auto 3rem;
}

.page-template-plus-recordings .video-desc {
  margin-bottom: 30px;
  min-height: 50px;
}

.page-template-plus-recordings select#select-filter {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#321398), to(#6e42ff));
  background: -webkit-linear-gradient(right, #321398 0%, #6e42ff 100%);
  background: linear-gradient(270deg, #321398 0%, #6e42ff 100%);
  border: 1px solid #321398;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-template-plus-recordings #pricing-1 .pricing-column {
  text-align: center;
  padding: 50px 23px;
  margin: 30px auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 143, 77)), to(rgb(236, 37, 83)));
  background: -webkit-linear-gradient(top, rgb(246, 143, 77) 0%, rgb(236, 37, 83) 100%);
  background: linear-gradient(180deg, rgb(246, 143, 77) 0%, rgb(236, 37, 83) 100%);
  border-radius: 20px;
  width: 300px;
  max-width: 100%;
}

.page-template-plus-recordings #pricing-2 .pricing-column {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#080363), to(#5222f6));
  background: -webkit-linear-gradient(bottom, #080363 0%, #5222f6 100%);
  background: linear-gradient(0deg, #080363 0%, #5222f6 100%);
  border-radius: 20px;
  padding: 50px 23px;
  margin: 30px auto;
  width: 300px;
  max-width: 100%;
}

.page-template-plus-recordings .pricing-name {
  background: #fff;
  color: #ec2554;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0px 30px;
  margin-bottom: 15px;
}

.page-template-plus-recordings .pricing-price.text-line-through {
  color: rgba(255, 255, 255, 0.5019607843);
}

.page-template-plus-recordings .pricing-price.text-line-through > span {
  font-size: 2rem;
}

.page-template-plus-recordings .inc42-main-navigation ul ul a,
.page-template-plus-recordings .inc42-main-navigation ul a {
  color: #fff;
}

.page-template-plus-recordings .pricing-price {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 900;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-plus-recordings .pricing-price > span {
  font-size: 3rem;
}

.page-template-plus-recordings .video-thumbnail img {
  border: 2px solid #ffa500;
}

.page-template-plus-recordings .pricing-benefits {
  margin-top: 15px;
}

.page-template-plus-recordings .pricing-benefits p {
  color: rgba(255, 255, 255, 0.9019607843);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.page-template-plus-recordings .button-wraper {
  background: #fff;
  border-radius: 30px;
  margin: 30px 0 0;
}

.page-template-plus-recordings a#pricing-btn1,
.page-template-plus-recordings a#pricing-btn2 {
  background: -webkit-gradient(linear, right top, left top, from(#ec2554), to(#f68f4d));
  background: -webkit-linear-gradient(right, #ec2554 0%, #f68f4d 100%);
  background: linear-gradient(270deg, #ec2554 0%, #f68f4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-template-plus-recordings .pricing-name span {
  background: -webkit-gradient(linear, right top, left top, from(#ec2554), to(#f68f4d));
  background: -webkit-linear-gradient(right, #ec2554 0%, #f68f4d 100%);
  background: linear-gradient(270deg, #ec2554 0%, #f68f4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-plus-recordings div#pricing-container {
  margin-bottom: 30px;
}

.page-template-plus-recordings a.button.large.checkout-sessions__cta {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #666666;
}

.page-template-plus-recordings #lead .inc42-plus__text_lead {
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2rem !important;
}

.page-template-plus-recordings .inc42-plus .inc42-plus_accordion button.accordion {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #19191e;
  border: 1px solid #6e42ff;
}

.page-template-plus-recordings .inc42-plus_accordion button:after {
  content: "\e802";
  font-family: "inc-font-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  line-height: 2;
  height: 50%;
  width: 27px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-template-plus-recordings .inc42-plus_accordion button.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.page-template-plus-recordings .inc42-plus_accordion .panel {
  position: relative;
  width: 100%;
  background-color: #19191e;
  background-image: none;
  border: 1px solid #6e42ff;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-template-plus-recordings .boxGroup.active {
  max-height: 10000px;
}

.page-template-plus-recordings .boxGroup {
  max-height: 1040px;
  overflow: hidden;
}

.page-template-plus-recordings a#load-sessions {
  margin-bottom: 40px;
}

.page-template-plus-recordings #testimonials {
  margin-bottom: 1.5rem;
}

.page-template-plus-recordings #testimonials .single-tweet {
  margin-bottom: 1.5rem;
}

.page-template-plus-recordings #pricing #pricing-plus {
  margin-top: 75px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
}

.page-template-plus-recordings #pricing #pricing-plus p {
  margin-bottom: 15px;
}

.page-template-plus-recordings #pricing #pricing-plus .plus-link .plus-link-register {
  color: #7049f6;
  text-decoration: underline;
  font-weight: 700;
}

.page-template-plus-recordings #pricing #pricing-plus .plus-link {
  color: #ccc;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  font-weight: 400;
}

.page-template-plus-recordings #pricing .pricing-seperator {
  width: 1px;
  height: 100px;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 25px auto;
}

.page-template-plus-recordings #pricing #pricing-special-benefits {
  margin-top: 50px;
}

.page-template-plus-recordings .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page-template-plus-recordings #pricing #pricing-special .price-benefit-annual {
  width: 100%;
  height: 373px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#181b2b), to(#050506));
  background: -webkit-linear-gradient(top, #181b2b 0%, #050506 100%);
  background: linear-gradient(180deg, #181b2b 0%, #050506 100%);
  border-radius: 20px;
  padding: 30px;
}

.page-template-plus-recordings #pricing #pricing-special .no-background {
  background: none;
}

.page-template-plus-recordings #pricing #pricing-special .price-benefit-name {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 36px;
  text-align: center;
}

.page-template-plus-recordings #pricing #pricing-special .price-benefit-annual img.logo {
  width: 155px;
  height: 29px;
}

.page-template-plus-recordings #pricing #pricing-special .price-benefit-annual p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 0;
  max-width: 232px;
}

.page-template-plus-recordings #attend-by,
.page-template-plus-recordings #speakers {
  margin-bottom: 1.5rem;
}

.page-template-plus-recordings div#speakers .title-sep,
.page-template-plus-recordings div#attend-by .title-sep {
  margin-bottom: 2rem;
}

.page-template-plus-recordings .companies {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-recordings .single-speaker {
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #7049f6;
  margin: 10px 0 20px;
}

.page-template-plus-recordings .single-speaker img {
  width: 100%;
}

.page-template-plus-recordings .session_speaker-name {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-template-plus-recordings .session_speaker-info {
  min-height: 90px;
  padding: 10px;
}

.page-template-plus-recordings .inc42-plus__image.add {
  height: 73px;
  width: 73px;
}

.page-template-plus-recordings .single-company {
  padding: 20px;
  text-align: center;
}

.page-template-plus-recordings .price-benefit-annual.no-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-recordings .price-benefit-annual.no-text img {
  max-width: 250px;
}

.page-template-plus-recordings .row.access-button.align-center {
  margin-top: 20px;
}

.page-template-plus-recordings .single-company img {
  max-height: 80px;
}

.page-template-plus-recordings .header-sticky-wrapper {
  background-color: #0d061d !important;
}

.page-template-plus-recordings a.button.large.cehckout-sessions__cta {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #666666;
}

.inc-session-recordings {
  background-color: #0d061d;
}

.inc-session-recordings .session-recoring.row.expanded {
  padding: 1.5rem 0;
}

.inc-session-recordings .site-header .site-branding img {
  max-height: 28px;
}

.inc-session-recordings .site-header:before {
  background-color: #0d061d !important;
  background-image: none;
}

.inc-session-recordings .site-content {
  background-color: "#0d0d0d";
}

.inc-session-recordings .button.inc42-plus__cta {
  height: 45px;
  overflow: visible;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#ec2554), to(#f68f4d));
  background: -webkit-linear-gradient(right, #ec2554 0%, #f68f4d 100%);
  background: linear-gradient(270deg, #ec2554 0%, #f68f4d 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
}

.inc-session-recordings .inc42-plus_hr {
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0;
  width: 100%;
}

.inc-session-recordings #spinner {
  display: none;
  text-align: center;
}

.inc-session-recordings .video-thumbnail img,
.inc-session-recordings .video-thumbnail-2 img {
  border: 2px solid #ffa500;
}

.inc-session-recordings .inc42-main-navigation ul ul a,
.inc-session-recordings .inc42-main-navigation ul a {
  color: #fff;
}

.inc-session-recordings .playvideo {
  cursor: pointer;
}

.inc-session-recordings h2.article-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.inc-session-recordings .content-summary {
  margin-bottom: 4rem;
}

.inc-session-recordings .video {
  margin-bottom: 40px;
}

.inc-session-recordings .video div#media-container {
  margin: 0 !important;
}

.inc-session-recordings .section h4 {
  color: #ff0000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.inc-session-recordings .section .column {
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 300;
}

.inc-session-recordings .sidebar-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 72px;
}

.inc-session-recordings .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
  max-height: 280px;
  overflow: hidden;
}

.inc-session-recordings .video-thumbnail a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-session-recordings .video-desc h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
}

.inc-session-recordings .sidebar-article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 0 0;
}

.inc-session-recordings .speaker-image img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
}

.inc-session-recordings .section.summary {
  margin-bottom: 30px;
}

.inc-session-recordings p.speaker-name {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.inc-session-recordings p.speaker-desig {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.inc-session-recordings a.recording-link {
  width: 100%;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#ec2554), to(#f68f4d));
  background: -webkit-linear-gradient(right, #ec2554 0%, #f68f4d 100%);
  background: linear-gradient(270deg, #ec2554 0%, #f68f4d 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(203, 52, 52, 0.5);
  line-height: 2;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 0;
}

.inc-session-recordings .video-thumbnail-2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-session-recordings .recording-secondary {
  padding: 0 40px;
}

.inc-session-recordings .section.cta {
  margin: 40px 0;
}

.inc-session-recordings .cta a {
  margin: 20px 0;
}

.inc-session-recordings.site-inc42-plus .header-sticky-wrapper {
  height: auto;
  background-color: #0d061d !important;
}

.inc-session-recordings.site-inc42-plus .site-header:before {
  height: auto;
}

.inc-session-recordings.page {
  background-color: #0d061d;
}

.inc-session-recordings.single .mashsb-container .icon:before {
  float: none;
  width: 2.5rem;
  font-size: 30px;
  line-height: 2.5rem;
  margin: 0;
}

.inc-session-recordings.single .mashsb-container .mashsb-box .mashsb-buttons a.mash-small {
  background: #0d061d;
}

.inc-session-recordings.single .single-featured-thumb {
  margin: 0;
  border-radius: 0;
}

.inc-session-recordings.single .single-featured-thumb img {
  border-radius: 0;
}

/*--------------------------------------------------------------
## Tms Sessions Template
--------------------------------------------------------------*/

:root {
  --background: #000;
  --text: #fff;
  --accent: #fdb61b;
  --d2c: #fc8a5c;
  --crypto: #AFEB9B;
}

/* header footer code starts */

.page-template-tms-sessions #numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singular.page-template-tms-sessions #reports-bar .search-form .filters select {
  color: #fff;
}

.page-template-tms-sessions .single-session-innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.page-template-tms-sessions .video-desc {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.page-template-tms-sessions .speaker-company img {
  height: auto;
}

.page-template-tms-sessions #pricing ul li:not(:last-child):before {
  display: none;
}

.singular.page-template-tms-sessions #reports-bar .search-form .filters select option {
  background: #000;
}

.page-template-tms-sessions .boxGroup {
  max-height: 1017px;
}

/* header footer code ends */

.page-template-tms-sessions {
  color: var(--text);
}

.page-template-tms-sessions .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-tms-sessions .p-2 {
  padding: 2rem 0;
}

.page-template-tms-sessions .summary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.page-template-tms-sessions .makers-logo {
  max-width: 360px;
  margin-bottom: 2rem;
}

.page-template-tms-sessions .p-5 {
  padding: 5rem 0;
}

.page-template-tms-sessions .video-title {
  color: var(--text);
}

.page-template-tms-sessions .old-price {
  font-size: 2rem;
  color: #4e4e4e;
  text-decoration: line-through;
}

.page-template-tms-sessions .boxGroup {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
}

.page-template-tms-sessions a.sort {
  padding: 0px 20px;
}

.page-template-tms-sessions .single-session {
  display: none;
}

.page-template-tms-sessions .speaker-company img {
  margin-bottom: 20px;
  max-height: 20px;
  height: auto;
  max-width: 100px;
}

.page-template-tms-sessions .round-button-fill {
  background: var(--accent);
  border-radius: 50px;
  color: var(--text);
  min-width: 250px;
  line-height: 50px;
  display: inline-block;
  font-weight: 600;
  padding: 0px 25px;
  text-align: center;
  margin: 0 10px 10px;
  text-transform: uppercase;
}

.page-template-tms-sessions a:hover {
  color: var(--text);
}

.page-template-tms-sessions .column-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.page-template-tms-sessions .load-sessions {
  min-width: 300px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-template-tms-sessions .lity-wrap .ebook-description-wrapper p {
  min-width: 272px;
  min-height: 50px;
}

.page-template-tms-sessions .summary {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 22px;
}

.page-template-tms-sessions .single-number {
  text-align: center;
  padding: 0;
}

.page-template-tms-sessions .hero-desc {
  margin: 0 auto;
}

.page-template-tms-sessions .border-right {
  border-right: 1px solid var(--accent);
}

.page-template-tms-sessions .border-button {
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 50px;
}

.page-template-tms-sessions .feature-logo {
  width: 50px;
  margin-bottom: 15px;
}

.page-template-tms-sessions .single-number-head {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 5px;
}

.page-template-tms-sessions .speaker-wrapper {
  text-align: center;
}

.page-template-tms-sessions .single-number-info {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.page-template-tms-sessions .single-session-innner {
  border: 1px solid #e8a83e;
  border-radius: 20px;
  overflow: hidden;
}

.page-template-tms-sessions img.company-logo {
  max-height: 50px;
  margin: 10px auto;
}

.page-template-tms-sessions .video-desc {
  padding: 10px;
}

.page-template-tms-sessions .section-title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.1;
}

.page-template-tms-sessions .single-program {
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--accent);
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 256px;
}

.page-template-tms-sessions .single-program-head {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.page-template-tms-sessions .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
}

.page-template-tms-sessions .feature-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.page-template-tms-sessions .feature-desc h3 {
  margin-bottom: 0;
}

.page-template-tms-sessions .filter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.page-template-tms-sessions .left-feature {
  border-right: 2px solid #262626;
}

.page-template-tms-sessions .single-features {
  margin: 2rem 0px;
}

.page-template-tms-sessions a.sort {
  color: var(--text);
  padding: 2px 20px;
  border: 1px solid var(--accent);
  border-radius: 50px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 2px 20px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  border-radius: 30px;
  border: 1px solid var(--text);
  overflow: visible;
  letter-spacing: 0px;
  color: var(--accent);
}

.page-template-tms-sessions a.video-title {
  font-weight: 699;
  font-size: 1.4rem;
  color: var(--text);
  line-height: 1.2;
  display: block;
  margin: 10px 0 15px;
  min-height: 78px;
}

.page-template-tms-sessions a.view-video-but {
  display: block;
  text-align: center;
  background-color: var(--accent);
  border-radius: 25px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.page-template-tms-sessions .single-session {
  margin-bottom: 1rem;
  position: relative;
  padding: 1.5rem;
}

.page-template-tms-sessions .mashsb-box .mashsb-buttons a.mash-small {
  padding: 10px;
}

.page-template-tms-sessions [class^=mashicon-] .icon:before {
  font-size: 21px;
}

.page-template-tms-sessions .social-container a {
  background: var(--accent);
  border-radius: 30px;
}

.page-template-tms-sessions .single-session .summary {
  margin-bottom: 10px;
}

.page-template-tms-sessions .video-thumbnail {
  position: relative;
}

.page-template-tms-sessions .video-thumbnail:after {
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: var(--accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  text-align: center;
  bottom: 10px;
  right: 10px;
  padding-left: 4px;
}

.page-template-tms-sessions .speaker {
  margin-bottom: 30px;
}

.page-template-tms-sessions #content {
  padding-bottom: 50px;
}

.page-template-tms-sessions h6.speaker-name {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-template-tms-sessions .speaker-avatar {
  position: relative;
  background-color: var(--accent);
  overflow: hidden;
  border-radius: 20px;
  max-width: 202px;
}

.page-template-tms-sessions select#select-filter {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--text);
  border-radius: 20px;
  padding: 0 10px;
}

.page-template-tms-sessions.site-inc42-plus .inc42-plus .slick-prev:before,
.page-template-tms-sessions.site-inc42-plus .inc42-plus .slick-next:before {
  font-size: 3rem;
  font-weight: 700;
  background-color: var(--accent);
}

.page-template-tms-sessions button.lity-close.ebook-pop-close {
  background: var(--accent);
  margin: 10px;
  font-size: 20px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 30px;
  color: var(--background);
}

.page-template-tms-sessions button.slick-prev.slick-arrow {
  left: -4rem;
  top: 40%;
}

.page-template-tms-sessions .slick-next {
  right: -4rem;
  top: 40%;
}

.page-template-tms-sessions .speaker-company img {
  margin-bottom: 20px;
  max-height: 20px;
  height: auto;
  max-width: 100px;
}

.page-template-tms-sessions #pricing ul li:not(:last-child):before {
  display: none;
}

.page-template-tms-sessions .page-template-tms-sessions a:hover {
  color: #fff;
}

.page-template-tms-sessions .speaker-company img {
  margin: 0 auto;
}

.page-template-tms-sessions .inc42-plus__desc_modal .ebook-title {
  color: #fff;
  font-size: 2.5rem !important;
  font-weight: bold;
  line-height: 1.1;
}

.page-template-tms-sessions .border-button {
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 50px;
  height: 50px;
  padding: 0;
  min-width: 250px;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 25px;
  text-align: center;
}

.page-template-tms-sessions .speaker-company img {
  margin-bottom: 20px;
  height: 20px;
  max-width: 100px;
}

.page-template-tms-sessions a.sort {
  padding: 0px 20px;
}

.page-template-tms-sessions #speakers .speaker-company {
  height: 30px;
  overflow: hidden;
}

.page-template-tms-sessions img.session_speaker {
  width: 40px;
  margin-bottom: 1rem;
  border-radius: 40px;
  margin-right: 3px;
}

.page-template-tms-sessions .single-company {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  margin: 0 auto;
  text-align: center;
}

.page-template-tms-sessions .companies {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-tms-sessions .inner-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin-top: -15px;
}

.page-template-tms-sessions #pricing ul li span img {
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.page-template-tms-sessions img.inc42-plus__lead_image {
  margin-bottom: 20px;
}

.page-template-tms-sessions #pricing ul {
  margin-top: 1rem;
  margin-left: 10px;
}

.page-template-tms-sessions #pricing li {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  list-style: none;
}

.page-template-tms-sessions #pricing .pricing-card {
  text-align: center;
  padding: 1rem;
  width: 370px;
  height: 420px;
  background-color: var(--accent);
  border-radius: 20px;
}

.page-template-tms-sessions #pricing .upper-head {
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 699;
  text-transform: uppercase;
  color: var(--background);
}

.page-template-tms-sessions #pricing a#tms-buy-button {
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: visible;
  border-radius: 25px;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-template-tms-sessions #pricing .price-content {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
  margin: 5px auto 30px;
}

.page-template-tms-sessions #pricing .price-content strong {
  font-size: 4rem;
}

.page-template-tms-sessions #pricing .card-footer {
  color: #222;
}

.page-template-tms-sessions .ebook-description-thumb-wrapper {
  background: var(--accent);
}

.page-template-tms-sessions .lity-wrap {
  background: rgba(38, 37, 37, 0.7215686275);
}

.page-template-tms-sessions .lity-content {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.page-template-tms-sessions .super-head {
  font-size: 16px;
  font-weight: 599;
  line-height: 22px;
  color: var(--accent);
}

.page-template-tms-sessions .hero-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.7rem;
  margin-bottom: 2rem;
}

.page-template-tms-sessions .sub-head {
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 299;
  color: var(--text);
  margin-bottom: 20px;
}

.page-template-tms-sessions .single-session-innner {
  border: 1px solid var(--accent);
  border-radius: 20px;
  overflow: hidden;
}

.page-template-tms-sessions .video-desc {
  padding: 10px;
}

.page-template-tms-sessions .ebook-description-container.columns.small-12.large-6 {
  background: #000;
}

.page-template-tms-sessions .inc42-plus__desc_modal .ebook-description-thumb-wrapper {
  position: relative;
  padding: 0;
}

.page-template-tms-sessions .inc42-plus__desc_modal .ebook-modal-thumb {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
}

/* speaker section */

/* Companies */

/* Pricing */

/* Popup */

.inc-makers-academy.single,
.inc-d2c-academy.single,
.inc-crypto-academy.single,
.inc-fintech-academy.single {
  color: var(--text);
}

.inc-makers-academy img.video-speaker,
.inc-d2c-academy img.video-speaker,
.inc-crypto-academy img.video-speaker,
.inc-fintech-academy img.video-speaker {
  max-width: 50px;
}

.inc-makers-academy .video-main-title,
.inc-d2c-academy .video-main-title,
.inc-crypto-academy .video-main-title,
.inc-fintech-academy .video-main-title {
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  font-size: 2rem;
  color: var(--text);
  margin-bottom: 20px;
}

.inc-makers-academy img.promote-banner,
.inc-d2c-academy img.promote-banner,
.inc-crypto-academy img.promote-banner,
.inc-fintech-academy img.promote-banner {
  margin-bottom: 30px;
}

.inc-makers-academy .single-session-innner,
.inc-d2c-academy .single-session-innner,
.inc-crypto-academy .single-session-innner,
.inc-fintech-academy .single-session-innner {
  border: 1px solid var(--accent);
  border-radius: 20px;
  overflow: hidden;
}

.inc-makers-academy .video-desc,
.inc-d2c-academy .video-desc,
.inc-crypto-academy .video-desc,
.inc-fintech-academy .video-desc {
  padding: 10px;
}

.inc-makers-academy .p-0,
.inc-d2c-academy .p-0,
.inc-crypto-academy .p-0,
.inc-fintech-academy .p-0 {
  padding: 0;
}

.inc-makers-academy .event-videos,
.inc-d2c-academy .event-videos,
.inc-crypto-academy .event-videos,
.inc-fintech-academy .event-videos {
  padding: 90px 0;
}

.inc-makers-academy .inc-makers-academy article,
.inc-d2c-academy .inc-makers-academy article,
.inc-crypto-academy .inc-makers-academy article,
.inc-fintech-academy .inc-makers-academy article {
  padding: 0;
}

.inc-makers-academy .banner-content,
.inc-d2c-academy .banner-content,
.inc-crypto-academy .banner-content,
.inc-fintech-academy .banner-content {
  max-width: 300px;
}

.inc-makers-academy img.banner-image,
.inc-d2c-academy img.banner-image,
.inc-crypto-academy img.banner-image,
.inc-fintech-academy img.banner-image {
  margin-bottom: 20px;
  border-radius: 20px;
  clear: both;
}

.inc-makers-academy img.video-speaker,
.inc-d2c-academy img.video-speaker,
.inc-crypto-academy img.video-speaker,
.inc-fintech-academy img.video-speaker {
  margin-bottom: 20px;
}

.inc-makers-academy a#play-tms-video,
.inc-makers-academy a#play-d2ca-video,
.inc-d2c-academy a#play-tms-video,
.inc-d2c-academy a#play-d2ca-video,
.inc-crypto-academy a#play-tms-video,
.inc-crypto-academy a#play-d2ca-video,
.inc-fintech-academy a#play-tms-video,
.inc-fintech-academy a#play-d2ca-video {
  margin-bottom: 20px;
}

.inc-makers-academy img.promote-banner,
.inc-d2c-academy img.promote-banner,
.inc-crypto-academy img.promote-banner,
.inc-fintech-academy img.promote-banner {
  border-radius: 20px;
}

.inc-makers-academy .banner-tagline,
.inc-d2c-academy .banner-tagline,
.inc-crypto-academy .banner-tagline,
.inc-fintech-academy .banner-tagline {
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #000000;
}

.inc-makers-academy a#banner-cta,
.inc-d2c-academy a#banner-cta,
.inc-crypto-academy a#banner-cta,
.inc-fintech-academy a#banner-cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
  background-color: #ffffff;
  overflow: visible;
  border-radius: 25px;
  border: 1px solid #000000;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

.inc-makers-academy .related-title,
.inc-d2c-academy .related-title,
.inc-crypto-academy .related-title,
.inc-fintech-academy .related-title {
  margin: 0;
}

.inc-makers-academy hr,
.inc-d2c-academy hr,
.inc-crypto-academy hr,
.inc-fintech-academy hr {
  width: 770px;
  height: 2px;
  background-color: #ffffff;
  overflow: visible;
  opacity: 0.15;
}

.inc-makers-academy .section.sharing,
.inc-d2c-academy .section.sharing,
.inc-crypto-academy .section.sharing,
.inc-fintech-academy .section.sharing {
  margin-bottom: 30px;
}

.inc-makers-academy .inc-makers-academy .event-button,
.inc-d2c-academy .inc-makers-academy .event-button,
.inc-crypto-academy .inc-makers-academy .event-button,
.inc-fintech-academy .inc-makers-academy .event-button {
  background-color: var(--accent);
  overflow: visible;
  border-radius: 25px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 35px;
}

.inc-makers-academy ul.academy-list li,
.inc-d2c-academy ul.academy-list li,
.inc-crypto-academy ul.academy-list li,
.inc-fintech-academy ul.academy-list li {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.inc-makers-academy ul.academy-list,
.inc-d2c-academy ul.academy-list,
.inc-crypto-academy ul.academy-list,
.inc-fintech-academy ul.academy-list {
  list-style: none;
  /* Remove default bullets */
}

.inc-makers-academy ul.academy-list li::before,
.inc-d2c-academy ul.academy-list li::before,
.inc-crypto-academy ul.academy-list li::before,
.inc-fintech-academy ul.academy-list li::before {
  content: "•";
  color: var(--accent);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.inc-makers-academy .mb-1,
.inc-d2c-academy .mb-1,
.inc-crypto-academy .mb-1,
.inc-fintech-academy .mb-1 {
  margin-bottom: 1rem;
}

.inc-makers-academy .accent-color,
.inc-d2c-academy .accent-color,
.inc-crypto-academy .accent-color,
.inc-fintech-academy .accent-color {
  color: var(--accent);
}

.inc-makers-academy .accent-bg,
.inc-d2c-academy .accent-bg,
.inc-crypto-academy .accent-bg,
.inc-fintech-academy .accent-bg {
  background-color: var(--accent);
}

.inc-makers-academy .sharing .icon:before,
.inc-d2c-academy .sharing .icon:before,
.inc-crypto-academy .sharing .icon:before,
.inc-fintech-academy .sharing .icon:before {
  font-size: 1.8rem;
  color: var(--accent);
}

.inc-makers-academy .sharing a,
.inc-d2c-academy .sharing a,
.inc-crypto-academy .sharing a,
.inc-fintech-academy .sharing a {
  background: transparent;
}

.inc-makers-academy img.video-speaker,
.inc-d2c-academy img.video-speaker,
.inc-crypto-academy img.video-speaker,
.inc-fintech-academy img.video-speaker {
  max-width: 50px;
  border-radius: 50px;
}

.inc-makers-academy .speakers-container img.session_speaker,
.inc-d2c-academy .speakers-container img.session_speaker,
.inc-crypto-academy .speakers-container img.session_speaker,
.inc-fintech-academy .speakers-container img.session_speaker {
  width: 40px;
  margin-bottom: 1rem;
  border-radius: 40px;
  margin-right: 3px;
}

.inc-makers-academy .single-session,
.inc-d2c-academy .single-session,
.inc-crypto-academy .single-session,
.inc-fintech-academy .single-session {
  margin-bottom: 1rem;
  position: relative;
  padding: 1.5rem;
}

.inc-makers-academy .play-tms-video,
.inc-makers-academy .play-d2c-academy-video,
.inc-d2c-academy .play-tms-video,
.inc-d2c-academy .play-d2c-academy-video,
.inc-crypto-academy .play-tms-video,
.inc-crypto-academy .play-d2c-academy-video,
.inc-fintech-academy .play-tms-video,
.inc-fintech-academy .play-d2c-academy-video {
  cursor: pointer;
}

.inc-makers-academy .video .play-tms-video:after,
.inc-d2c-academy .video .play-tms-video:after,
.inc-crypto-academy .video .play-tms-video:after,
.inc-fintech-academy .video .play-tms-video:after {
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: var(--accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  text-align: center;
  bottom: 10px;
  right: 10px;
  padding-left: 4px;
}

.inc-makers-academy .event-button,
.inc-d2c-academy .event-button,
.inc-crypto-academy .event-button,
.inc-fintech-academy .event-button {
  background-color: var(--accent);
  overflow: visible;
  border-radius: 25px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 35px;
}

.inc-makers-academy .hero-heading,
.inc-d2c-academy .hero-heading,
.inc-crypto-academy .hero-heading,
.inc-fintech-academy .hero-heading {
  line-height: 1.1;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}

.inc-makers-academy h3.sub-head,
.inc-d2c-academy h3.sub-head,
.inc-crypto-academy h3.sub-head,
.inc-fintech-academy h3.sub-head {
  margin-bottom: 20px;
}

.inc-makers-academy ul.academy-list,
.inc-d2c-academy ul.academy-list,
.inc-crypto-academy ul.academy-list,
.inc-fintech-academy ul.academy-list {
  list-style: none;
  margin: 0 1rem;
}

.inc-makers-academy a.video-title,
.inc-d2c-academy a.video-title,
.inc-crypto-academy a.video-title,
.inc-fintech-academy a.video-title {
  font-weight: 699;
  font-size: 1.4rem;
  color: var(--text);
  line-height: 1.2;
  display: block;
  margin: 10px 0 15px;
  min-height: 78px;
}

.inc-makers-academy a.view-video-but,
.inc-d2c-academy a.view-video-but,
.inc-crypto-academy a.view-video-but,
.inc-fintech-academy a.view-video-but {
  display: block;
  text-align: center;
  background-color: var(--accent);
  border-radius: 25px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.inc-makers-academy .inc-event-video-card,
.inc-d2c-academy .inc-event-video-card,
.inc-crypto-academy .inc-event-video-card,
.inc-fintech-academy .inc-event-video-card {
  margin-bottom: 1rem;
  position: relative;
  padding: 1.5rem;
}

.inc-makers-academy .align-center,
.inc-d2c-academy .align-center,
.inc-crypto-academy .align-center,
.inc-fintech-academy .align-center {
  margin: 0 auto;
}

.inc-makers-academy .inc-makers-academy .mashsb-container .mashsb-box .mashsb-buttons a.mash-small,
.inc-d2c-academy .inc-makers-academy .mashsb-container .mashsb-box .mashsb-buttons a.mash-small,
.inc-crypto-academy .inc-makers-academy .mashsb-container .mashsb-box .mashsb-buttons a.mash-small,
.inc-fintech-academy .inc-makers-academy .mashsb-container .mashsb-box .mashsb-buttons a.mash-small {
  padding: 10px;
}

.inc-makers-academy .inc-event-video-card [class^=mashicon-] .icon:before,
.inc-d2c-academy .inc-event-video-card [class^=mashicon-] .icon:before,
.inc-crypto-academy .inc-event-video-card [class^=mashicon-] .icon:before,
.inc-fintech-academy .inc-event-video-card [class^=mashicon-] .icon:before {
  font-size: 21px;
}

.inc-makers-academy.single .mashicon-whatsapp,
.inc-d2c-academy.single .mashicon-whatsapp,
.inc-crypto-academy.single .mashicon-whatsapp,
.inc-fintech-academy.single .mashicon-whatsapp {
  background: transparent;
}

.inc-makers-academy.single .inc-event-video-card .social-container a,
.inc-d2c-academy.single .inc-event-video-card .social-container a,
.inc-crypto-academy.single .inc-event-video-card .social-container a,
.inc-fintech-academy.single .inc-event-video-card .social-container a {
  background: var(--accent);
  border-radius: 30px;
}

.inc-makers-academy .inc-event-video-card .summary,
.inc-d2c-academy .inc-event-video-card .summary,
.inc-crypto-academy .inc-event-video-card .summary,
.inc-fintech-academy .inc-event-video-card .summary {
  margin-bottom: 10px;
}

.inc-makers-academy .video-thumbnail,
.inc-d2c-academy .video-thumbnail,
.inc-crypto-academy .video-thumbnail,
.inc-fintech-academy .video-thumbnail {
  position: relative;
}

.inc-makers-academy div#spinner,
.inc-d2c-academy div#spinner,
.inc-crypto-academy div#spinner,
.inc-fintech-academy div#spinner {
  display: none;
  text-align: center;
}

.inc-makers-academy .video-thumbnail:after,
.inc-d2c-academy .video-thumbnail:after,
.inc-crypto-academy .video-thumbnail:after,
.inc-fintech-academy .video-thumbnail:after {
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: var(--accent);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  text-align: center;
  bottom: 10px;
  right: 10px;
  padding-left: 4px;
}

.inc-makers-academy .mashsb-container .icon:before,
.inc-d2c-academy .mashsb-container .icon:before,
.inc-crypto-academy .mashsb-container .icon:before,
.inc-fintech-academy .mashsb-container .icon:before {
  width: auto;
}

.inc-makers-academy .section.sharing,
.inc-d2c-academy .section.sharing,
.inc-crypto-academy .section.sharing,
.inc-fintech-academy .section.sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.inc-makers-academy img.promote-banner,
.inc-d2c-academy img.promote-banner,
.inc-crypto-academy img.promote-banner,
.inc-fintech-academy img.promote-banner {
  margin-bottom: 30px;
}

.inc-makers-academy.single .mashsb-container,
.inc-d2c-academy.single .mashsb-container,
.inc-crypto-academy.single .mashsb-container,
.inc-fintech-academy.single .mashsb-container {
  margin: 0;
}

.inc-makers-academy .section-title,
.inc-d2c-academy .section-title,
.inc-crypto-academy .section-title,
.inc-fintech-academy .section-title {
  font-weight: 700;
  font-size: 2rem;
}

.inc-d2c-academy .round-button-fill {
  background: var(--accent);
}

.inc-d2c-academy .border-right {
  border-right: 1px solid var(--accent);
}

.inc-d2c-academy .border-button {
  border: 1px solid var(--accent);
}

.inc-d2c-academy .single-number-head {
  color: var(--accent);
}

.inc-d2c-academy .single-program {
  border: 1px solid var(--accent);
}

.inc-d2c-academy a.sort {
  border: 1px solid var(--accent);
  color: var(--accent);
}

.inc-d2c-academy a.view-video-but {
  background-color: var(--accent);
}

.inc-d2c-academy .social-container a {
  background: var(--accent);
}

.inc-d2c-academy .video-thumbnail:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

.inc-d2c-academy .speaker-avatar {
  background-color: var(--accent);
}

.inc-d2c-academy select#select-filter {
  border: 1px solid var(--accent);
}

.inc-d2c-academy.site-inc42-plus .inc42-plus .slick-prev:before,
.inc-d2c-academy.site-inc42-plus .inc42-plus .slick-next:before {
  background-color: var(--accent);
}

.inc-d2c-academy button.lity-close.ebook-pop-close {
  background: var(--accent);
}

.inc-d2c-academy .border-button {
  border: 1px solid var(--accent);
}

.inc-d2c-academy #pricing .pricing-card {
  background-color: var(--accent);
}

.inc-d2c-academy .ebook-description-thumb-wrapper {
  background: var(--accent);
}

.inc-d2c-academy .super-head {
  color: var(--accent);
}

.inc-d2c-academy .single-session-innner {
  border: 1px solid var(--accent);
}

.inc-d2c-academy .single-session-innner {
  border: 1px solid var(--accent);
}

.inc-d2c-academy .inc-makers-academy .event-button {
  background-color: var(--accent);
}

.inc-d2c-academy ul.academy-list li::before {
  color: var(--accent);
}

.inc-d2c-academy .accent-color {
  color: var(--accent);
}

.inc-d2c-academy .accent-bg {
  background-color: var(--accent);
}

.inc-d2c-academy .sharing .icon:before {
  color: var(--accent);
}

.inc-d2c-academy .video .play-d2c-academy-video:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

.inc-d2c-academy .event-button {
  background-color: var(--accent);
}

.inc-d2c-academy a.view-video-but {
  background-color: var(--accent);
}

.inc-d2c-academy.single .inc-event-video-card .social-container a {
  background: var(--accent);
}

.inc-d2c-academy .video-thumbnail:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

.inc-crypto-academy .round-button-fill {
  background: var(--accent);
}

.inc-crypto-academy .border-right {
  border-right: 1px solid var(--accent);
}

.inc-crypto-academy .border-button {
  border: 1px solid var(--accent);
}

.inc-crypto-academy .single-number-head {
  color: var(--accent);
}

.inc-crypto-academy .single-program {
  border: 1px solid var(--accent);
}

.inc-crypto-academy a.sort {
  border: 1px solid var(--accent);
  color: var(--accent);
}

.inc-crypto-academy a.view-video-but {
  background-color: var(--accent);
}

.inc-crypto-academy .social-container a {
  background: var(--accent);
}

.inc-crypto-academy .video-thumbnail:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

.inc-crypto-academy .speaker-avatar {
  background-color: var(--accent);
}

.inc-crypto-academy select#select-filter {
  border: 1px solid var(--accent);
}

.inc-crypto-academy.site-inc42-plus .inc42-plus .slick-prev:before,
.inc-crypto-academy.site-inc42-plus .inc42-plus .slick-next:before {
  background-color: var(--accent);
}

.inc-crypto-academy button.lity-close.ebook-pop-close {
  background: var(--accent);
}

.inc-crypto-academy .border-button {
  border: 1px solid var(--accent);
}

.inc-crypto-academy #pricing .pricing-card {
  background-color: var(--accent);
}

.inc-crypto-academy .ebook-description-thumb-wrapper {
  background: var(--accent);
}

.inc-crypto-academy .super-head {
  color: var(--accent);
}

.inc-crypto-academy .single-session-innner {
  border: 1px solid var(--accent);
}

.inc-crypto-academy .single-session-innner {
  border: 1px solid var(--accent);
}

.inc-crypto-academy .inc-makers-academy .event-button {
  background-color: var(--accent);
}

.inc-crypto-academy ul.academy-list li::before {
  color: var(--accent);
}

.inc-crypto-academy .accent-color {
  color: var(--accent);
}

.inc-crypto-academy .accent-bg {
  background-color: var(--accent);
}

.inc-crypto-academy .sharing .icon:before {
  color: var(--accent);
}

.inc-crypto-academy .video .play-crypto-academy-video:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

.inc-crypto-academy .event-button {
  background-color: var(--accent);
}

.inc-crypto-academy a.view-video-but {
  background-color: var(--accent);
}

.inc-crypto-academy.single .inc-event-video-card .social-container a {
  background: var(--accent);
}

.inc-crypto-academy .video-thumbnail:after {
  background: var(--accent);
  border: 1px solid var(--accent);
}

/*--------------------------------------------------------------
## Event Single Video Template
--------------------------------------------------------------*/

.inc-wtf-startup-equity-sessions {
  background-color: #f0ded5;
}

.site-inc42-plus.inc-wtf-startup-equity-sessions .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#494c95), to(#1e2144));
  background: -webkit-linear-gradient(left, #494c95 0%, #1e2144 100%);
  background: linear-gradient(90deg, #494c95 0%, #1e2144 100%);
  -webkit-box-shadow: 0px 10px 15px 0px #c09b9b;
  box-shadow: 0px 10px 15px 0px #c09b9b;
}

.inc-wtf-startup-equity-sessions .session-recoring.row.expanded {
  padding: 1.5rem 0;
}

.inc-wtf-startup-equity-sessions .site-header .site-branding img {
  max-height: 28px;
}

.inc-wtf-startup-equity-sessions .site-header:before {
  background-color: #f0ded4 !important;
  background-image: none;
}

.inc-wtf-startup-equity-sessions .site-content {
  background-color: #f0ded4;
}

.inc-wtf-startup-equity-sessions .button.inc42-plus__cta {
  height: 45px;
  overflow: visible;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#1e2144), to(#494c95));
  background: -webkit-linear-gradient(right, #1e2144 0%, #494c95 100%);
  background: linear-gradient(270deg, #1e2144 0%, #494c95 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
}

.inc-wtf-startup-equity-sessions .sessions-container {
  max-height: 1135px;
  overflow: scroll;
}

.inc-wtf-startup-equity-sessions .inc42-plus_hr {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  width: 100%;
}

.inc-wtf-startup-equity-sessions #spinner {
  display: none;
  text-align: center;
}

.inc-wtf-startup-equity-sessions .video-thumbnail img,
.inc-wtf-startup-equity-sessions .video-thumbnail-2 img {
  border: 2px solid #1e2144;
}

.inc-wtf-startup-equity-sessions .inc42-main-navigation ul ul a,
.inc-wtf-startup-equity-sessions .inc42-main-navigation ul a {
  color: #fff;
}

.inc-wtf-startup-equity-sessions .inc42-main-navigation ul li.search a {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.inc-wtf-startup-equity-sessions .playvideo {
  cursor: pointer;
}

.inc-wtf-startup-equity-sessions h2.article-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.inc-wtf-startup-equity-sessions .content-summary {
  margin-bottom: 4rem;
}

.inc-wtf-startup-equity-sessions .video {
  margin-bottom: 40px;
}

.inc-wtf-startup-equity-sessions .video div#media-container {
  margin: 0 !important;
}

.inc-wtf-startup-equity-sessions .section h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.inc-wtf-startup-equity-sessions .section .column {
  color: #000;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 300;
}

.inc-wtf-startup-equity-sessions .sidebar-title {
  color: #000;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 72px;
}

.inc-wtf-startup-equity-sessions .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
  max-height: 280px;
  overflow: hidden;
}

.inc-wtf-startup-equity-sessions .video-thumbnail a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-wtf-startup-equity-sessions .video-desc h4 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 600;
}

.inc-wtf-startup-equity-sessions .sidebar-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 25px 0 0;
}

.inc-wtf-startup-equity-sessions .speaker-image img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
}

.inc-wtf-startup-equity-sessions .section.summary {
  margin-bottom: 30px;
}

.inc-wtf-startup-equity-sessions p.speaker-name {
  color: #222;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.inc-wtf-startup-equity-sessions p.speaker-desig {
  color: #222;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.inc-wtf-startup-equity-sessions a.recording-link {
  width: 100%;
  overflow: visible;
  background: -webkit-gradient(linear, right top, left top, from(#1e2144), to(#494c95));
  background: -webkit-linear-gradient(right, #1e2144 0%, #494c95 100%);
  background: linear-gradient(270deg, #1e2144 0%, #494c95 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  box-shadow: 0px 15px 30px 0px rgba(212, 110, 110, 0.5);
  line-height: 2;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 0;
}

.inc-wtf-startup-equity-sessions .video-thumbnail-2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e807";
  font-family: inc-font-icons;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: #ed3833;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ed3833;
  text-align: center;
  padding-left: 6px;
  -webkit-filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
  filter: drop-shadow(0px 15px 9px rgba(195, 55, 55, 0.5));
}

.inc-wtf-startup-equity-sessions .recording-secondary {
  padding: 0 40px;
}

.inc-wtf-startup-equity-sessions .section.cta {
  margin: 40px 0;
}

.inc-wtf-startup-equity-sessions .cta a {
  margin: 20px 0;
}

.inc-wtf-startup-equity-sessions.site-inc42-plus .header-sticky-wrapper {
  height: auto;
  background-color: #f0ded5 !important;
}

.inc-wtf-startup-equity-sessions.site-inc42-plus .site-header:before {
  height: auto;
}

.inc-wtf-startup-equity-sessions.page {
  background-color: #f0ded5;
}

.inc-wtf-startup-equity-sessions.single .mashsb-container .icon {
  color: #222;
}

.inc-wtf-startup-equity-sessions.single .mashsb-container .icon:before {
  float: none;
  width: 2.5rem;
  font-size: 30px;
  line-height: 2.5rem;
  margin: 0;
}

.inc-wtf-startup-equity-sessions.single .mashsb-container .mashsb-box .mashsb-buttons a.mash-small {
  background: #f0ded5;
}

.inc-wtf-startup-equity-sessions.single .single-featured-thumb {
  margin: 0;
  border-radius: 0;
}

.inc-wtf-startup-equity-sessions.single .single-featured-thumb img {
  border-radius: 0;
}

/*--------------------------------------------------------------
## Crypto Template
--------------------------------------------------------------*/

/* Crypto Summit */

.page-template-plus-crypto.body {
  background-color: #111;
}

.page-template-plus-crypto.dark .site-header .nav-follow a {
  color: #fff 80;
}

.page-template-plus-crypto .menu-main-menu-container {
  background: #222;
}

.page-template-plus-crypto main#main {
  max-width: 1500px;
  margin: 0 auto;
}

.page-template-plus-crypto .about-image {
  padding: 30px;
}

.page-template-plus-crypto.body > img {
  display: none;
}

.page-template-plus-crypto #content {
  margin-bottom: 0;
}

.page-template-plus-crypto p {
  font-family: "Karla", sans-serif;
}

.page-template-plus-crypto .sub-event-title {
  font-family: "GT Walsheim Pro Condensed Bold", sans-serif;
  color: #fe8f91;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 30px 0;
}

.page-template-plus-crypto .sub-section-il {
  margin: 30px 0;
}

.page-template-plus-crypto .single-track-wrapper {
  min-height: 520px;
}

.page-template-plus-crypto .site-header:before {
  background: #111;
}

.page-template-plus-crypto .inc42-main-navigation .primary-menu {
  background: #0040ff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.page-template-plus-crypto .inc42-main-navigation ul li.search a {
  background: #000;
}

.page-template-plus-crypto .inc42-main-navigation ul li.search a:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#555), to(#555));
  background-image: -webkit-linear-gradient(left, #555 0%, #555 100%);
  background-image: linear-gradient(90deg, #555 0%, #555 100%);
}

.page-template-plus-crypto .inc42-main-navigation a {
  color: #fff;
}

.page-template-plus-crypto .inc42-main-navigation li .dropdown-menu li a {
  color: #000;
}

.page-template-plus-crypto.dark {
  background: #111;
  color: #fff;
}

.page-template-plus-crypto .dark .site-header a.subscribe {
  color: #000;
}

.page-template-plus-crypto #lead {
  padding-bottom: 65px;
  position: relative;
  background: url(../png/big-hexa.png) no-repeat -6% 80%, url(../png/dots.png) no-repeat 10% 50%, url(../png/big-hexa.png) no-repeat 110% 15%, url(../png/dots.png) no-repeat 94% 35%, url(../png/small-hexa.png) no-repeat 10% 10%, url(../png/small-hexa.png) no-repeat 90% 80%;
}

.page-template-plus-crypto #lead .co-present {
  margin-bottom: 7px;
}

.page-template-plus-crypto #lead .hero-img__2 {
  margin-right: 30px;
}

.page-template-plus-crypto #lead .hero-title {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  letter-spacing: 1.5px;
  line-height: 52px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 44px;
  color: #fff;
}

.page-template-plus-crypto #lead .hero-date {
  overflow: visible;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-family: "Karla", sans-serif;
  font-size: 30px;
  color: #fe8b4d;
  margin-bottom: 50px;
}

.page-template-plus-crypto .hero-img__1 {
  margin-bottom: 34px;
}

.page-template-plus-crypto .faded {
  color: #7f7f7f;
}

.page-template-plus-crypto .hero-co-presenters {
  margin-bottom: 40px;
}

.page-template-plus-crypto .inc42-plus__cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  font-family: "GT Walsheim Pro Black", serif;
  padding: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 280px;
  height: 70px;
  background: #0040ff;
  color: #fff;
}

.page-template-plus-crypto .inc42-plus__cta:hover {
  background: #0040ff;
  color: #fff;
}

.page-template-plus-crypto #numbers {
  padding: 33.5px 0;
}

.page-template-plus-crypto #numbers #number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-crypto #numbers .number {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.page-template-plus-crypto #numbers .number .number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-plus-crypto #numbers .number-count {
  line-height: 1.1;
  font-size: 44px;
  font-family: "GT Walsheim Pro Black", serif;
  letter-spacing: 1px;
  color: #900ec4;
  text-align: center;
  margin-bottom: 10px;
}

.page-template-plus-crypto #numbers .number-text {
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-family: "Karla", sans-serif;
  font-size: 20px;
}

.page-template-plus-crypto #about > .row {
  position: relative;
  padding: 65px 0;
  background: url(../png/hexa-3d.png) no-repeat 0% 5%, url(../png/hexa-3d.png) no-repeat 100% 7%, url(../png/hexa-3d.png) no-repeat 0% 92%, url(../png/hexa-3d.png) no-repeat 100% 85%;
}

.page-template-plus-crypto #about .inc42-plus__cta {
  background: #ed20a2;
}

.page-template-plus-crypto #pricing > .row {
  padding-bottom: 50px;
}

.page-template-plus-crypto #pricing > .row,
.page-template-plus-crypto #faq > .row,
.page-template-plus-crypto #reviews > .row {
  position: relative;
  background: url(../png/hexa-3d.png) no-repeat 0% 0%, url(../png/hexa-3d.png) no-repeat 100% 0%, url(../png/hexa-3d.png) no-repeat 0% 90%, url(../png/hexa-3d.png) no-repeat 100% 90%;
}

.page-template-plus-crypto #about .about-text {
  background-color: #000;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: "Karla", sans-serif;
  color: #fff;
  padding: 25px;
  margin-bottom: 40px;
}

.page-template-plus-crypto #about .border-1 {
  border: 1px solid #fe8b4d;
}

.page-template-plus-crypto #about .border-2 {
  border: 1px solid #ed20a2;
}

.page-template-plus-crypto #about .border-3 {
  border: 1px solid #0040ff;
}

.page-template-plus-crypto #about #about-cta {
  margin-top: 65px;
}

.page-template-plus-crypto #about #about-cta .inc42-plus__cta {
  background: #afeb9b;
}

.page-template-plus-crypto #track > .row {
  padding: 65px 0;
}

.page-template-plus-crypto #track-cta {
  margin-top: 65px;
}

.page-template-plus-crypto .single-track-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  min-height: 580px;
  background-color: #000000;
  overflow: visible;
  border: 1px solid #fe8b4d;
}

.page-template-plus-crypto .single-track-wrapper.border-2 {
  border-color: #900ec4;
}

.page-template-plus-crypto .single-track-wrapper.border-2 .single-track-title {
  color: #900ec4;
}

.page-template-plus-crypto .single-track-wrapper.border-2 .single-track-title:before {
  background-color: #900ec4;
}

.page-template-plus-crypto .single-track-wrapper.border-2 .single_track_points li:before {
  color: #900ec4;
}

.page-template-plus-crypto .sub-head {
  text-align: center;
  line-height: 40px;
  font-family: "GT Walsheim Pro Medium", serif;
  font-size: 34px;
  color: #ffffff;
}

.page-template-plus-crypto .sub-head:before,
.page-template-plus-crypto .sub-head:after {
  content: "";
  display: inline-block;
  background: url(../png/hexa.png);
  width: 18px;
  margin: 0 10px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-plus-crypto #why-attend > .row,
.page-template-plus-crypto #courses > .row {
  padding: 65px 0;
}

.page-template-plus-crypto .why-attend-text {
  line-height: 50px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Karla", serif;
  color: #ffffff;
  margin: 25px 0;
  padding-left: 50px;
  position: relative;
}

.page-template-plus-crypto .why-attend-text-1:before {
  background: url(../png/why-attend-1.png);
}

.page-template-plus-crypto .why-attend-text-2:before {
  background: url(../png/why-attend-2.png);
}

.page-template-plus-crypto .why-attend-text-3:before {
  background: url(../png/why-attend-3.png);
}

.page-template-plus-crypto .why-attend-text:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 35%;
}

.page-template-plus-crypto #why-attend,
.page-template-plus-crypto #courses {
  background: url(../png/big-hexa.png) no-repeat 0% 5%/172px, url(../png/dots.png) no-repeat -8% 57%, url(../png/big-hexa.png) no-repeat 100% 95%/180px, url(../png/dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto #track {
  background: url(../png/big-hexa.png) no-repeat 0% 5%/172px, url(../png/dots.png) no-repeat -8% 57%, url(../png/big-hexa.png) no-repeat 100% 98%/180px, url(../png/dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto .single-track-wrapper.border-2 .single-track-title:after {
  background-color: #900ec4;
}

.page-template-plus-crypto .single-track-wrapper.border-3 {
  border-color: #ed20a2;
}

.page-template-plus-crypto .single-track-wrapper.border-3 .single-track-title {
  color: #ed20a2;
}

.page-template-plus-crypto .single-track-wrapper.border-3 .single-track-title:before {
  background-color: #ed20a2;
}

.page-template-plus-crypto .single-track-wrapper.border-3 .single_track_points li:before {
  color: #ed20a2;
}

.single-track-wrapper.border-3 .single-track-title:after {
  background-color: #ed20a2;
}

.page-template-plus-crypto .single-track-wrapper.border-4 {
  border-color: #0040ff;
}

.page-template-plus-crypto .single-track-wrapper.border-4 .single-track-title {
  color: #0040ff;
}

.page-template-plus-crypto .single-track-wrapper.border-4 .single-track-title:before {
  background-color: #0040ff;
}

.page-template-plus-crypto .single-track-wrapper.border-4 .single_track_points li:before {
  color: #0040ff;
}

.single-track-wrapper.border-4 .single-track-title:after {
  background-color: #0040ff;
}

.page-template-plus-crypto .single-track-title:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 15px;
  background: #f28a4b;
  border-radius: 10px;
  vertical-align: middle;
}

.page-template-plus-crypto .single-track-title:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  background: #f28a4b;
  border-radius: 10px;
  vertical-align: middle;
}

.page-template-plus-crypto .single_track_points {
  margin-top: 20px;
  list-style: none;
}

.page-template-plus-crypto .single_track_points li:before {
  content: "⬢";
  color: #f28a4b;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: -1em;
  margin-right: 0.8em;
}

.page-template-plus-crypto #track,
.page-template-plus-crypto #attend,
.page-template-plus-crypto #sponsors {
  background: url(../png/big-hexa.png) no-repeat 0% 5%/172px, url(../png/dots.png) no-repeat -8% 57%, url(../png/big-hexa.png) no-repeat 100% 95%/180px, url(../png/dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto .single-track-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  line-height: 31px;
  text-align: center;
  font-size: 40px;
  color: #fe8b4d;
}

.page-template-plus-crypto .single_track_desc {
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 26px;
  text-align: left;
  font-weight: 500;
  font-style: normal;
  font-family: "Karla", sans-serif;
  color: #ffffff;
  margin-top: 25px;
}

.page-template-plus-crypto .single_track_points li {
  margin-top: 0px;
  font-size: 20px;
  line-height: 34px;
  font-family: "Karla", sans-serif;
  color: #bcc2cf;
  letter-spacing: 1px;
  text-align: left;
}

.page-template-plus-crypto .title {
  text-transform: uppercase;
  font-size: 96px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  letter-spacing: 1.4px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.page-template-plus-crypto .description {
  max-width: 80%;
  margin: 0 auto 60px;
  text-align: center;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 600;
  font-family: "Karla", sans-serif;
  color: #fe8b4d;
}

.page-template-plus-crypto #partners > .row {
  padding: 65px 0;
}

.page-template-plus-crypto .dark-bg:before {
  content: "";
  max-width: 1200px;
  height: 1px;
  background: #f19f80;
  display: block;
  margin: 0px auto 50px;
}

.page-template-plus-crypto .shadow {
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
}

.page-template-plus-crypto #speakers > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #speakers .speaker-wrapper {
  margin-bottom: 18px;
}

.page-template-plus-crypto #speakers .speaker {
  margin-bottom: 35px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #0c1e27;
  border: none;
  padding: 0;
}

.page-template-plus-crypto #speakers .speaker:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #bdff00;
}

.page-template-plus-crypto #speakers .speaker-name {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0px;
  font-size: 30px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  color: #fff;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.page-template-plus-crypto #speakers .speaker-company {
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Karla", sans-serif;
  font-size: 23px;
  margin-top: 5px;
  color: #bcc2cf;
  font-weight: 400;
}

.page-template-plus-crypto #speakers #load-speakers {
  margin-top: 60px;
}

.page-template-plus-crypto #agenda > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #agenda .title {
  margin-bottom: 60px;
}

.page-template-plus-crypto #agenda button.inc42-plus__cta {
  width: 100%;
  margin-bottom: 30px;
}

.page-template-plus-crypto #agenda button.inc42-plus__cta.active {
  -webkit-box-shadow: 0px 5px 10px 0px #bdff00 80;
  box-shadow: 0px 5px 10px 0px #bdff00 80;
  background-color: #bdfe00;
  overflow: visible;
  color: #0c1e28;
}

.page-template-plus-crypto #agenda #agenda-buttons {
  margin-bottom: 55px;
}

.page-template-plus-crypto #agenda #agenda-timings-2 {
  display: none;
}

.page-template-plus-crypto #sub-event {
  background: url(../png/hexa-3d.png) no-repeat 0% 10%, url(../png/green-dots.png) no-repeat 100% 10%/120px, url(../png/green-dots.png) no-repeat 0% 90%/120px, url(../png/hexa-3d.png) no-repeat 100% 90%;
}

.page-template-plus-crypto #sub-event:before {
  content: "";
  max-width: 1200px;
  height: 1px;
  background: #f19f80;
  display: block;
  margin: 0 auto 50px;
}

.page-template-plus-crypto .agenda-label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  line-height: 45px;
  text-align: center;
  margin-bottom: 15px;
  background-color: #bdff00;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  color: #0c1e27;
  max-width: 300px;
}

.page-template-plus-crypto .single-timing {
  padding: 10px;
}

.page-template-plus-crypto #agenda .single-timing > a.agenda-pop > .row {
  border: 1px solid #bdff00;
  padding: 15px;
}

.page-template-plus-crypto .agenda-popup {
  background: #000;
  padding: 20px;
  border: 3px solid #baf547;
}

.page-template-plus-crypto .agenda-time {
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-family: "Karla", sans-serif;
  letter-spacing: 0px;
  font-size: 18px;
  color: #bcc2cf;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-title-container {
  border-left: 1px solid #fff;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-title-wrapper {
  padding-left: 22px;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-title {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  color: #fff;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-author-name {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "freesansmedium", sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-author-info {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "freesansmedium", sans-serif;
  font-size: 16px;
  color: #7f7f7f;
  margin-bottom: 0;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-timings-container {
  border-bottom: 1px solid #7f7f7f;
  padding: 40px 20px 20px;
}

.page-template-plus-crypto #agenda .agenda-timings .agenda-timings-container:last-child {
  border-bottom: none;
}

.page-template-plus-crypto #agenda .agenda-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.page-template-plus-crypto #agenda .agenda-author-img {
  display: inline-block;
}

.page-template-plus-crypto #agenda .agenda-author-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  text-align: left;
}

.page-template-plus-crypto #agenda #agenda-cta {
  margin-top: 45px;
}

.page-template-plus-crypto #attend > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #attend .about-text {
  -webkit-box-shadow: 0px 10px 15px 0px #dedede;
  box-shadow: 0px 10px 15px 0px #dedede;
  background-color: #f7f7f7;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #000;
  padding: 25px;
  margin-bottom: 25px;
}

.page-template-plus-crypto #attend #about-cta {
  margin-top: 65px;
}

.page-template-plus-crypto #attend .attendee {
  display: block;
  margin: 40px 0;
  padding: 30px 15px;
  background: #000;
  border: 1px solid #fe8b4d;
  line-height: 1.3;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-family: "Karla", sans-serif;
  color: #fff;
}

.page-template-plus-crypto #attend .border-2 {
  border: 1px solid #ed20a2;
}

.page-template-plus-crypto #attend .border-3 {
  border: 1px solid #0040ff;
}

.page-template-plus-crypto #pricing > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #pricing #price-2 .price-box-sub-title {
  text-align: center;
  font-size: 24px !important;
  font-weight: bold;
}

.page-template-plus-crypto #pricing .offer-timer {
  display: block;
  background: #f7b84b;
  padding: 10px;
  margin-top: -53px;
  height: 53px;
}

.page-template-plus-crypto #pricing .counter-text {
  font-weight: bold;
  width: 50%;
  float: left;
}

.page-template-plus-crypto #pricing .counter-img {
  max-width: 160px;
  width: 50%;
  margin-left: 10px;
  float: right;
}

.page-template-plus-crypto #pricing .price-box {
  max-width: 445px;
  padding: 30px 10px;
  background-color: #000;
  border: 1px solid #ed20a2;
  overflow: visible;
  margin-bottom: 30px;
}

.page-template-plus-crypto #pricing .price-box .price-box-title {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.page-template-plus-crypto #pricing .price-box .price-box-sub-title {
  font-family: "Karla", serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  min-height: 45px;
  display: block;
  text-align: center;
}

.page-template-plus-crypto #pricing .price-box .price-box-offer-price {
  font-size: 40px;
  text-transform: uppercase;
  margin-right: 20px;
}

.page-template-plus-crypto #pricing .price-box .price-box-old-price {
  font-size: 30px;
  font-family: "Karla";
  text-decoration: line-through;
}

.page-template-plus-crypto #pricing .price-box .price-box-price {
  text-align: center;
  font-family: "GT Walsheim Pro Black", serif;
  margin-bottom: 10px;
}

.page-template-plus-crypto #pricing .price-box #price-2 .price-box-sub-title {
  text-align: center;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 28px;
}

.page-template-plus-crypto #pricing .price-box .price-box-list {
  list-style: none;
  padding: 0 15px;
  margin-left: 0;
  margin-bottom: 20px;
}

.page-template-plus-crypto #pricing .price-box .price-box-coupon-text {
  text-align: center;
  font-family: "karla", sans-serif;
  color: #ffb84c;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  min-height: 21px;
  display: block;
}

.page-template-plus-crypto #pricing .price-box .price-box-list-item {
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: left;
  font-family: "Karla", serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
  padding-right: 30px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.page-template-plus-crypto #pricing .price-box .price-box-list-item.price-box-tick {
  background: url(../png/tick-orange.png) no-repeat right center;
}

.page-template-plus-crypto #pricing .price-box .price-box-list-item.price-box-cross {
  background: url(../png/cross-orange.png) no-repeat right center;
}

.page-template-plus-crypto #pricing .price-box .inc42-plus__cta {
  margin: 20px auto;
  max-width: 270px;
  width: 100%;
  display: block;
  height: 70px;
  color: #fff;
  background-color: #ea209f;
}

.page-template-plus-crypto #pricing #price-2 .price-box-title,
.page-template-plus-crypto #pricing #price-2 .price-box-list-item {
  color: #fff;
}

.page-template-plus-crypto #pricing #price-2 .price-box-price {
  color: #0040ff;
}

.page-template-plus-crypto #pricing #price-2 .inc42-plus__cta {
  background-color: #0040ff;
}

.page-template-plus-crypto #pricing #price-1 .price-box {
  margin-left: auto;
}

.page-template-plus-crypto #pricing #price-2 .price-box {
  margin-right: auto;
  border-color: #0040ff;
}

.page-template-plus-crypto #pricing .price-free {
  text-align: center;
  color: #000;
  margin: 20px 0;
}

.page-template-plus-crypto #pricing .price-free a {
  color: #fc8a5c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-template-plus-crypto #pricing .price-free a:hover {
  color: #000;
}

.page-template-plus-crypto #pricing .member-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.page-template-plus-crypto #pricing .member-offer {
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #f28b45;
  padding: 20px;
}

.page-template-plus-crypto #pricing .member-offer p {
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
}

.page-template-plus-crypto #pricing .member-offer a {
  font-size: 22px;
  display: block;
  color: #fe8b4d;
  text-decoration: underline;
  background: transparent;
  border: none;
}

.page-template-plus-crypto #sponsors > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #sponsors .inc42-plus__cta {
  background: #900ec4;
  width: 300px;
}

.page-template-plus-crypto #sponsors .sponsor-text {
  margin-bottom: 20px;
  overflow: visible;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}

.page-template-plus-crypto #sponsors .sponsor-wrapper {
  position: relative;
}

.page-template-plus-crypto #sponsors .sponsor-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #eb459f;
}

.page-template-plus-crypto #sponsors .associates-wrapper img {
  border-color: #ec8148;
}

.page-template-plus-crypto #sponsors .sponsor.wishers img {
  border-color: #900ec4;
}

.page-template-plus-crypto #sponsors .co-sponsor .sponsor-image {
  margin-right: 40px;
}

.page-template-plus-crypto #sponsors .co-sponsor .sponsor-image:last-child {
  margin-right: 0;
}

.page-template-plus-crypto #sponsors #sponsor-cta {
  margin-top: 65px;
}

.page-template-plus-crypto #reviews {
  padding: 65px 0 40px;
}

.page-template-plus-crypto #reviews > .row {
  position: relative;
}

.page-template-plus-crypto #reviews .review {
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #900ec4;
}

.page-template-plus-crypto .reviews {
  margin-bottom: 100px;
}

.page-template-plus-crypto #reviews .review .review-text {
  margin-top: 25px;
  margin-bottom: 0;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  font-family: "Karla", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  font-size: 22px;
  color: #fff;
}

.page-template-plus-crypto #reviews .review .review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-template-plus-crypto #reviews .review .review-user .review-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
}

.page-template-plus-crypto #reviews .review .review-user .review-user-info p {
  margin-bottom: 0;
}

.page-template-plus-crypto #reviews .review .review-user .review-user-info .review-user-name {
  line-height: 1;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 25px;
  color: #fff;
}

.page-template-plus-crypto #reviews .review .review-user .review-user-info .review-username {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-family: "Karla", sans-serif;
  letter-spacing: 0px;
  font-size: 20px;
  color: #900ec4;
}

.page-template-plus-crypto #reviews .review .review-user .review-user-avatar {
  width: 102px;
  height: 102px;
  background-color: #000;
  overflow: visible;
  border-radius: 50%;
}

.page-template-plus-crypto #reviews .review .review-link {
  position: absolute;
  top: 12px;
  right: 15px;
}

.page-template-plus-crypto #faq > .row {
  position: relative;
  padding: 65px 0;
}

.page-template-plus-crypto #faq .column {
  padding-bottom: 30px;
}

.page-template-plus-crypto .inc42-plus__accordion_button.accordion.active .accordion_button_wrap {
  background: url(../png/minus-white.png) no-repeat 99%;
  background-color: #000;
}

.page-template-plus-crypto #sponsors img {
  max-width: 150px;
  background: #000;
  padding: 10px;
  border: 1px solid #baf547;
}

.page-template-plus-crypto #sponsors .sponsor-image {
  border-color: #ea209f;
}

.page-template-plus-crypto #faq .inc42-plus_accordion button {
  position: relative;
  width: 100%;
  background: transparent;
  text-align: left;
  padding: 20px 0px 15px 0;
  text-transform: capitalize;
  border-radius: 0;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "GT Walsheim Pro Medium", serif;
  color: #fff;
  margin-top: 15px;
}

.page-template-plus-crypto #faq .panel {
  display: none;
  width: 100%;
  background: #000;
  padding: 10px 35px;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-family: "Karla", sans-serif;
  color: #fff;
  border: 1px solid #f28b45;
  border-top: none;
}

.page-template-plus-crypto #faq .panel p {
  margin-bottom: 10px;
}

.page-template-plus-crypto #faq #faq-container {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-template-plus-crypto .accordion .accordion_button_wrap {
  background: url(../png/plus-sign-white.png) no-repeat 99% center;
  text-transform: capitalize;
  padding: 10px 30px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0px;
  font-size: 32px;
  font-family: "GT Walsheim Pro Medium", serif;
  color: #fff;
  background-color: #000;
  border: 1px solid #f28b45;
}

.page-template-plus-crypto .accordion.active .accordion_button_wrap {
  border-bottom: none;
}

.page-template-plus-crypto .inc42-plus__accordion_button.accordion.active {
  padding-bottom: 0 !important;
}

.page-template-plus-crypto .partner-images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.page-template-plus-crypto .speaker-hide {
  display: none;
}

.page-template-plus-crypto #speakers .speaker-wrapper {
  display: inline-block;
}

.page-template-plus-crypto .lity-content {
  height: auto !important;
}

.page-template-plus-crypto .lity-content .speaker-popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 5px solid #fc8a5c;
  color: #cecece;
  max-width: 616px;
  padding: 20px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #0c1e27;
}

.page-template-plus-crypto .lity-content .speaker-popup .column {
  padding: 0;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-image {
  border: 2px solid #fc8a5c;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-image img {
  padding: 20px;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-name {
  position: relative;
  display: block;
  letter-spacing: 0px;
  font-size: 24px;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #0c1e27;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-name:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 2px;
  background-color: #fc8a5c;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-company {
  display: block;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 23px;
  margin-top: 5px;
  color: #bcc2cf;
  font-weight: 400;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-description {
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #0c1e27;
  margin-top: 20px;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-description p {
  margin-bottom: 10px;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-description .inc42-plus__cta {
  height: 50px;
  background-color: #fc8a5c;
  line-height: 44px;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 4px;
  color: #0c1e27;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.page-template-plus-crypto .lity-content .speaker-popup .speaker-info .speaker-description .inc42-plus__cta:hover {
  background-color: #fff;
}

.page-template-plus-crypto .lity-container {
  position: relative;
  height: auto !important;
}

.page-template-plus-crypto .lity-container .lity-close {
  position: absolute;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-shadow: none;
}

.page-template-plus-crypto .partner-images .column img {
  padding: 10px;
  background-color: #000;
  border: 1px solid #f2894b;
  margin-bottom: 20px;
}

.page-template-plus-crypto #sponsors .associates-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-template-plus-crypto #sponsors .associates-wrapper .row .column {
  margin-bottom: 20px;
}

.page-template-plus-crypto #sponsors #sponsor-cta {
  margin-top: 45px;
}

.page-template-plus-crypto .agenda-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 10px 0px #bdff00 80;
  box-shadow: 0px 5px 10px 0px #bdff00 80;
  overflow: visible;
  border: 1px solid #bdff00;
  background: transparent;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  color: #bdff00;
}

.page-template-plus-crypto.dark {
  background: #111;
}

.page-template-plus-crypto.dark .site-header:before,
.page-template-plus-crypto.dark .menu-primary-menu-container,
.page-template-plus-crypto.dark .menu-main-menu-container {
  background: #111;
}

.page-template-plus-crypto.dark .site-header .nav-follow a {
  color: rgba(255, 255, 255, 0.7);
}

.page-template-plus-crypto.dark .site-header .nav-follow a i {
  color: rgba(93, 93, 93, 0.6);
}

.page-template-plus-crypto.dark .site-header .nav-follow a:hover i {
  color: rgb(93, 93, 93);
}

.page-template-plus-crypto.dark .faded {
  color: #fff;
}

.page-template-plus-crypto #sponsors .associates-wrapper {
  margin-bottom: 40px;
}

.page-template-plus-crypto #sponsors .wishers .sponsor-image {
  margin-right: 40px;
  margin-bottom: 20px;
}

.page-template-plus-crypto #sponsors .co-sponsor .sponsor-image {
  margin-bottom: 20px;
}

.page-template-plus-crypto #sponsors .co-sponsor .sponsor-image:last-child {
  margin-right: 40px;
}

.page-template-plus-crypto #pricing-plus {
  padding: 20px;
}

.page-template-plus-crypto #pricing-plus p {
  line-height: 1.2;
}

.page-template-plus-crypto #sponsors .sponsor.gifting-partner img {
  border-color: #0040ff;
}

.page-template-plus-crypto .lity p.agenda-title {
  letter-spacing: 1px;
  line-height: 35px;
  text-align: left;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  font-size: 28px;
  color: #bdff00;
}

.page-template-plus-crypto .lity .agenda-time {
  text-align: left;
}

.page-template-plus-crypto .lity-container .lity-close {
  font-size: 30px;
  color: #baf547;
}

.page-template-plus-crypto .lity .agenda-author-img {
  padding: 6px 6px 0;
  background-color: #0c1e27;
  border: 1px solid #bdff00;
  text-align: center;
}

.page-template-plus-crypto .lity p.agenda-author-name {
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 5px 0 0;
  line-height: 1.2;
}

.page-template-plus-crypto .lity p.agenda-author-info {
  font-weight: 600;
  font-family: "Karla", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 32px;
  color: #bdff00;
}

.page-template-plus-crypto #lead .hero-img__1 {
  max-width: 350px;
  width: 100%;
}

.page-template-plus-crypto #why-attend .about-image {
  padding: 0;
  padding-bottom: 40px;
}

.page-template-plus-crypto #sponsors .associates-wrapper > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-crypto #agenda .inc42-plus__cta {
  background-color: transparent;
  border-color: #afeb9b;
  color: #afeb9b;
  line-height: 1.2;
}

.page-template-plus-crypto #agenda .inc42-plus__cta.active {
  background-color: #afeb9b;
}

.page-template-plus-crypto #agenda .single-timing > a.agenda-pop > .row {
  border: 1px solid #fe9091;
  background-color: #000;
}

.page-template-plus-crypto #agenda .agenda-label {
  background-color: #afeb9b;
}

.page-template-plus-crypto #agenda .single-timing > a.agenda-pop > .row,
.page-template-plus-crypto #agenda .agenda-popup {
  border: 1px solid #fe9091;
  background-color: #000;
}

.page-template-plus-crypto #agenda .agenda-label {
  background-color: #afeb9b;
}

.page-template-plus-crypto #agenda .agenda-author-info {
  padding: 0 20px;
  font-size: 18px !important;
}

.page-template-plus-crypto #agenda .agenda-popup {
  max-height: 500px !important;
  overflow: scroll;
}

.page-template-plus-crypto #agenda .single-timing .row {
  min-height: 240px;
}

.page-template-plus-crypto .lity-container .lity-close {
  color: #afeb9b;
}

.page-template-plus-crypto .lity .agenda-title,
.page-template-plus-crypto .lity .agenda-author-info {
  color: #afeb9b;
}

.page-template-plus-crypto .lity .agenda-author-img {
  background-color: transparent;
  border: none;
}

.page-template-plus-crypto .lity .agenda-author-img img {
  max-height: 150px;
}

.page-template-plus-crypto.mode_green {
  background: #101319;
}

.page-template-plus-crypto.mode_green .site-header:before {
  background: #101319;
}

.page-template-plus-crypto.mode_green .inc42-main-navigation .primary-menu {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-template-plus-crypto.mode_green .why-attend-text-1:before {
  background: url(../png/wte-1.png);
  background-repeat: no-repeat !important;
}

.page-template-plus-crypto.mode_green .why-attend-text-2:before {
  background: url(../png/wte-2.png);
  background-repeat: no-repeat !important;
}

.page-template-plus-crypto.mode_green .why-attend-text-3:before {
  background: url(../png/wte-3.png);
  background-repeat: no-repeat !important;
}

.page-template-plus-crypto.mode_green #why-attend,
.page-template-plus-crypto.mode_green #courses {
  background: url(../png/green-big-hexa.png) no-repeat 0% 5%/172px, url(../png/green-dots.png) no-repeat -8% 57%, url(../png/green-big-hexa.png) no-repeat 100% 95%/180px, url(../png/green-dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto.mode_green #lead {
  background: url(../png/green-big-hexa.png) no-repeat -6% 80%, url(../png/green-dots.png) no-repeat 10% 50%, url(../png/green-big-hexa.png) no-repeat 110% 15%, url(../png/green-dots.png) no-repeat 94% 35%, url(../png/green-small-hexa.png) no-repeat 10% 10%, url(../png/green-small-hexa.png) no-repeat 90% 80%;
}

.page-template-plus-crypto.mode_green #attend,
.page-template-plus-crypto.mode_green #sponsors {
  background: url(../png/green-big-hexa.png) no-repeat 0% 5%/172px, url(../png/green-dots.png) no-repeat -8% 57%, url(../png/green-big-hexa.png) no-repeat 100% 95%/180px, url(../png/green-dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto.mode_green #track {
  background: url(../png/green-big-hexa.png) no-repeat 0% 5%/172px, url(../png/green-dots.png) no-repeat -8% 57%, url(../png/green-big-hexa.png) no-repeat 100% 98%/180px, url(../png/green-dots.png) no-repeat 104% 5%;
}

.page-template-plus-crypto.mode_green .inc42-plus__cta {
  background: #afeb9b;
  color: #1b2028;
}

.page-template-plus-crypto.mode_green #lead .hero-date,
.page-template-plus-crypto.mode_green #numbers .number-count,
.page-template-plus-crypto.mode_green .description {
  color: #afeb9b;
}

.page-template-plus-crypto.mode_green #about .about-text,
.page-template-plus-crypto.mode_green .single-track-wrapper,
.page-template-plus-crypto.mode_green #sponsors img,
.page-template-plus-crypto.mode_green #attend .attendee {
  background-color: transparent;
  border-color: #f19f80;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-2 {
  border-color: #afeb9b;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-2 .single-track-title {
  color: #afeb9b;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-2 .single-track-title:before,
.page-template-plus-crypto.mode_green .single-track-wrapper.border-2 .single-track-title:after {
  background-color: #afeb9b;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-2 .single_track_points li:before {
  color: #afeb9b;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-3 {
  border-color: #f6fe8e;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-3 .single-track-title {
  color: #f6fe8e;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-3 .single-track-title:before,
.page-template-plus-crypto.mode_green .single-track-wrapper.border-3 .single-track-title:after {
  background-color: #f6fe8e;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-3 .single_track_points li:before {
  color: #f6fe8e;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-4 {
  border-color: #ffb84c;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-4 .single-track-title {
  color: #ffb84c;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-4 .single-track-title:before,
.page-template-plus-crypto.mode_green .single-track-wrapper.border-4 .single-track-title:after {
  background-color: #ffb84c;
}

.page-template-plus-crypto.mode_green .single-track-wrapper.border-4 .single_track_points li:before {
  color: #ffb84c;
}

.page-template-plus-crypto.mode_green #pricing .price-box {
  background-color: transparent;
  border-color: #afeb9b;
}

.page-template-plus-crypto.mode_green #pricing .price-box .price-box-price {
  color: #afeb9b;
}

.page-template-plus-crypto.mode_green #pricing .price-box .inc42-plus__cta {
  background: #afeb9b;
  color: #1b2028;
}

.page-template-plus-crypto.mode_green #pricing #price-2 .price-box {
  background-color: transparent;
  border-color: #ffb84c;
}

.page-template-plus-crypto.mode_green #pricing #price-2 .price-box .price-box-price {
  color: #ffb84c;
}

.page-template-plus-crypto.mode_green #pricing #price-2 .price-box .inc42-plus__cta {
  background: #ffb84c;
  color: #1b2028;
}

.page-template-plus-crypto.mode_green #pricing #price-3 .price-box {
  background-color: transparent;
  border-color: #f19f80;
}

.page-template-plus-crypto.mode_green #pricing #price-3 .price-box .price-box-price {
  color: #f19f80;
}

.page-template-plus-crypto.mode_green #pricing #price-3 .price-box .inc42-plus__cta {
  background: #f19f80;
  color: #1b2028;
}

.page-template-plus-crypto.mode_green #reviews .review {
  border: 1px solid #afeb9b;
}

.page-template-plus-crypto.mode_green #reviews .review .review-user .review-user-info .review-username {
  color: #f19f80;
}

.page-template-plus-crypto.mode_green #sponsors .sponsor-wrapper:after {
  background-color: #afeb9b;
}

.page-template-plus-crypto.mode_green #sponsors .inc42-plus__cta {
  background: #afeb9b;
}

.page-template-plus-crypto.mode_green #sponsors .sponsor.wishers img,
.page-template-plus-crypto.mode_green #sponsors .gifting-partner img {
  border-color: #afeb9b;
}

.page-template-plus-crypto.mode_green #sponsors .sponsor.wishers:after,
.page-template-plus-crypto.mode_green #sponsors .gifting-partner:after {
  background-color: #afeb9b;
}

.page-template-plus-crypto.mode_green #sponsors .sponsor-image,
.page-template-plus-crypto.mode_green #sponsors .co-sponsor img {
  border-color: #afeb9b;
}

.page-template-plus-crypto.mode_green .accordion .accordion_button_wrap,
.page-template-plus-crypto.mode_green .dark-bg {
  border-color: #f19f80;
  background-color: transparent;
}

.page-template-plus-crypto.mode_green #faq .panel {
  background: transparent;
}

.page-template-plus-crypto.crypto-academy .hero-img__1 {
  max-width: 265px;
}

.page-template-plus-crypto.crypto-academy .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy #lead .inc42-plus__cta {
  background: transparent;
  width: 100%;
  max-width: 350px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #afeb9b;
  font-size: 22px;
  font-family: "Karla";
}

.page-template-plus-crypto.crypto-academy #lead .inc42-plus__cta.cta-2 {
  background: #afeb9b;
  color: #000;
  font-size: 20px;
  width: 100%;
  max-width: 350px;
  margin-left: 20px;
}

.page-template-plus-crypto.crypto-academy #lead .inc42-plus__cta.cta-2:hover {
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #courses .courses {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-crypto.crypto-academy #courses .courses .course {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #f19f80;
  margin-bottom: 30px;
  padding: 30px;
}

.page-template-plus-crypto.crypto-academy #courses .courses .course-icon {
  display: block;
  max-width: 90px;
  margin: 0 auto 10px;
}

.page-template-plus-crypto.crypto-academy #courses .courses .course-title {
  display: block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 28.5px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  color: #afeb9b;
}

.page-template-plus-crypto.crypto-academy #courses .courses .course-desc {
  display: block;
  letter-spacing: 0.6px;
  line-height: 28.5px;
  text-align: center;
  font-family: "Karla", serif;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.page-template-plus-crypto.crypto-academy #courses #courses-cta .inc42-plus__cta {
  background: #afeb9b;
  color: #000;
  margin-top: 50px;
  width: auto;
  padding: 0 15px;
}

.page-template-plus-crypto.crypto-academy #courses #courses-cta .inc42-plus__cta:hover {
  background: transparent;
  border: 1px solid #afeb9b;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #sessions #sessions-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-crypto.crypto-academy #sessions .session-container {
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy #sessions .session {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-wrapper {
  border: 2px solid #afeb9b;
  height: 100%;
  padding: 15px 15px 0;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-image-wrapper {
  position: relative;
  display: block;
  border: 1px solid #afeb9b;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../png/play%402x.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-title {
  display: block;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-cta {
  display: block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  letter-spacing: 0.6px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  font-size: 20px;
  border: 2px solid #afeb9b;
  border-top: none;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-cta:hover {
  background: #afeb9b;
  color: #000;
}

.page-template-plus-crypto.crypto-academy #sessions #sessions-cta {
  margin-top: 50px;
}

.page-template-plus-crypto.crypto-academy #sessions .sessions-filter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy #sessions .session-filter {
  font-size: 10px;
  width: 100%;
  height: 47px;
  margin-bottom: 15px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #afeb9b;
  padding: 8px;
}

.page-template-plus-crypto.crypto-academy #sessions .session-filter:hover,
.page-template-plus-crypto.crypto-academy #sessions .session-filter.active {
  background: #afeb9b;
  color: #000;
}

.page-template-plus-crypto.crypto-academy #pricing .price-pass {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  overflow: visible;
  border: 3px solid #afeb9b;
  width: 100%;
  max-width: 445px;
  height: 67px;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #pricing .price-pass:hover {
  background: #afeb9b;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #pricing .price-pass.active {
  background: #afeb9b;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #pricing .individual-pass-toggle {
  text-align: right;
}

.page-template-plus-crypto.crypto-academy #pricing .single-pricing-benefits {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #pricing .single-pricing-benefits li {
  letter-spacing: 0px;
  font-size: 26px;
  font-family: "GT Walsheim Pro Condensed Bold", serif;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
  background-size: 18px;
  padding-left: 30px;
}

.page-template-plus-crypto.crypto-academy #pricing .single-pricing-benefits li:last-child {
  margin-bottom: 0;
}

.page-template-plus-crypto.crypto-academy #pricing .single-pricing-benefits li img {
  height: auto;
  width: 14px;
  margin-right: 10px;
  margin-top: -4px;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-boxes {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 80px;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-discount {
  color: #1d1d1d;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-title {
  line-height: 53px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-mrp {
  line-height: 1;
  margin-bottom: 0;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-price {
  line-height: 1.2;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 50px;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-cta {
  border: 3px solid #282828;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  background-color: #282828;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-users {
  width: 177px;
  height: 43px;
  background-color: #282828;
  margin: 20px auto;
}

.page-template-plus-crypto.crypto-academy #pricing .single-price-box .single-price-box-cta {
  margin-bottom: 20px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #courses .courses .course {
  background-color: #282828;
}

.page-template-plus-crypto.crypto-academy.dark-mode #courses .courses .course-title {
  color: #fff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #courses .courses .course-desc {
  color: #ffffff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #courses #courses-cta .inc42-plus__cta:hover {
  color: #fff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #sessions .session {
  background-color: #282828;
  -webkit-box-shadow: 0px 10px 15px 0px #1f1f1f;
  box-shadow: 0px 10px 15px 0px #1f1f1f;
}

.page-template-plus-crypto.crypto-academy.dark-mode #sessions .session .session-title {
  color: #ffffff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #sessions .session-filter {
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px #1f1f1f;
  box-shadow: 0px 10px 15px 0px #1f1f1f;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .price-pass {
  color: #ffffff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-pricing-benefits li {
  color: #fff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box {
  max-width: 445px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 15px 0px #1f1f1f;
  box-shadow: 0px 10px 15px 0px #1f1f1f;
  background-color: #fc8a5c;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 30px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-discount {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-title {
  letter-spacing: 0.6px;
  line-height: 53px;
  text-transform: capitalize;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-mrp {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 32px;
  text-decoration: line-through;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-price {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 63px;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-cta {
  display: block;
  width: 100%;
  height: 67px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(252, 138, 92, 0.2);
  border: 3px solid #282828;
  letter-spacing: 0.6px;
  line-height: 61px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-cta:hover {
  background: #fff;
  color: #282828;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-footer {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing .single-price-box .single-price-box-users {
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing #single-price-team-pass {
  display: none;
}

.page-template-plus-crypto.crypto-academy.dark-mode #pricing #single-price-team-pass .single-price-box .single-price-box-title {
  margin-bottom: 0px;
}

.page-template-plus-crypto.crypto-academy.crypto-academy #lead .hero-title {
  font-size: 50px;
  text-transform: uppercase;
}

.page-template-plus-crypto.crypto-academy.crypto-academy #lead .hero-date {
  font-size: 26px;
  text-transform: inherit;
}

/* header footer code starts*/

.page-template-plus-crypto .community-wrapper .wishers:after {
  display: none;
}

.page-template-plus-crypto .inc42-plus__lead_content {
  max-width: 750px;
  margin: 0 auto;
}

.page-template-plus-crypto #agenda button.inc42-plus__cta {
  background-color: transparent;
  border-color: #afeb9b;
  color: #afeb9b;
  line-height: 1.2;
}

.page-template-plus-crypto .lity p.agenda-title,
.page-template-plus-crypto .lity p.agenda-author-info {
  color: #afeb9b;
}

.page-template-plus-crypto #agenda button.inc42-plus__cta.active {
  background-color: #afeb9b;
}

.page-template-plus-crypto #agenda .single-timing > a.agenda-pop > .row,
.page-template-plus-crypto .agenda-popup {
  border: 1px solid #fe9091;
  background-color: #000;
}

.page-template-plus-crypto .agenda-label {
  background-color: #afeb9b;
}

.page-template-plus-crypto .lity .agenda-author-img {
  background-color: transparent;
  border: none;
}

.page-template-plus-crypto .lity .agenda-author-img img {
  max-height: 150px;
}

.page-template-plus-crypto .agenda-author-info {
  padding: 0 20px;
  font-size: 18px !important;
}

.page-template-plus-crypto .agenda-popup {
  max-height: 500px !important;
  overflow: scroll;
}

.page-template-plus-crypto .single-timing .row {
  min-height: 240px;
}

.page-template-plus-crypto .lity-container .lity-close {
  color: #afeb9b;
}

.page-template-plus-crypto #pricing > .row > .column > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*  Crypto Academy*/

.crypto-academy #pricing-plus {
  display: none;
}

.page-template-plus-crypto.crypto-academy #lead .inc42-plus__cta {
  background: #afeb9b;
  color: #000;
}

.page-template-plus-crypto.crypto-academy .title {
  max-width: 1100px;
  margin: 0 auto 30px;
}

.page-template-plus-crypto.crypto-academy #sessions .session .session-image-wrapper:after {
  background: url("../png/round.png");
}

.page-template-plus-crypto.crypto-academy #lead .inc42-plus__cta.cta-2 {
  background: transparent;
  color: #fff;
}

.page-template-plus-crypto.crypto-academy #speakers .speaker-company {
  color: #afeb9b;
}

/* header footer code ends */

/*--------------------------------------------------------------
## D2C Tracker Template
--------------------------------------------------------------*/

/* unicorn tracker tables */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 td.column-key-investors {
  overflow-x: scroll;
  max-width: 500px;
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td {
  overflow: auto;
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar {
  height: 5px;
}

/* Track */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
  box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 10px;
}

/* Handle */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}

/* Handle on hover */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead {
  padding-top: 3rem;
}

.page-template-d2c-tracker-v2 #apply {
  padding-top: 70px;
  padding-bottom: 100px;
}

.page-template-d2c-tracker-v2 #tracker #tracker-container .column:first-child {
  position: relative;
}

.page-template-d2c-tracker #tracker {
  overflow: hidden;
}

.page-id-261220.page-template-d2c-tracker #lead .hero-subtitle {
  color: #45C182;
}

.page-id-261220.page-template-d2c-tracker #lead .hero-button {
  color: #45C182;
  border-color: #45C182;
}

.page-id-261220.page-template-d2c-tracker #numbers #number-container .number,
.page-id-261220.page-template-d2c-tracker #numbers #number-container .number:after,
.page-id-261220.page-template-d2c-tracker #numbers #number-container .number:before {
  border-color: #45C182;
}

.page-id-261220.page-template-d2c-tracker #numbers #number-container .number .number-text {
  color: #45C182;
}

.page-id-261220.page-template-d2c-tracker #numbers #number-container:after {
  background: #45C182;
}

.page-id-261220.page-template-d2c-tracker .wpdt-c a {
  color: #000;
}

.page-id-261220.page-template-d2c-tracker #tracker .arrow {
  background: #45C182;
}

.page-id-261220.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:first-child {
  color: #45C182;
}

.page-id-261220.page-template-d2c-tracker #apply .apply-wrapper {
  -webkit-box-shadow: 0px 4px 20px 10px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 20px 10px rgba(51, 51, 51, 0.05);
  background: -webkit-linear-gradient(11deg, #93cd9c 0%, #f8fd9c 100%);
  background: linear-gradient(79deg, #93cd9c 0%, #f8fd9c 100%);
}

.page-id-261220.page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#77b687), to(hsl(79, 49%, 27%)));
  background: -webkit-linear-gradient(top, #77b687 0%, hsl(79, 49%, 27%) 100%);
  background: linear-gradient(180deg, #77b687 0%, hsl(79, 49%, 27%) 100%);
  border: 2px solid #629373;
}

.page-id-261220.page-template-d2c-tracker #apply .apply-wrapper .apply-right .apply-cta {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(196, 203, 87, 0.7);
  box-shadow: 0px 5px 10px 0px rgba(196, 203, 87, 0.7);
  background: -webkit-linear-gradient(190deg, #536b29 0%, #75b383 100%);
  background: linear-gradient(260deg, #536b29 0%, #75b383 100%);
}

.page-id-261220.page-template-d2c-tracker #apply .apply-wrapper .apply-left-title {
  color: #000;
}

.page-id-261220.page-template-d2c-tracker #apply .apply-wrapper .apply-left-desc {
  color: #333;
}

/* unicorn tracker tables */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 td.column-key-investors {
  overflow-x: scroll;
  max-width: 500px;
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td {
  overflow: auto;
  text-overflow: clip;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar {
  height: 5px;
}

/* Track */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
  box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 10px;
}

/* Handle */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}

/* Handle on hover */

.page-template-d2c-tracker-v2 .wpDataTablesWrapper table.wpDataTable td::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .bootstrap-select .btn-default {
  padding: 10px !important;
  border-bottom: 2px solid #030303 !important;
  font-style: normal;
  font-family: noto sans, sans-serif;
  font-size: 18px !important;
  line-height: 1.42857143;
  min-height: 50px;
  color: #777575;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 185px;
  height: 43px !important;
  border-radius: 5px !important;
  border: 2px solid #030303 !important;
  margin-top: -5px !important;
}

.page-template-d2c-tracker-v2 .full-height {
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  padding-top: 0px;
  margin-bottom: 0px;
}

.page-template-d2c-tracker-v2 .view_more {
  display: none;
}

.page-template-d2c-tracker-v2 .hero-description.w-dyn-list {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.page-template-d2c-tracker-v2.site-inc42-plus.page-id-385358 #lead .hero-subtitle {
  color: #ee3c3c !important;
}

.page-template-d2c-tracker-v2.site-inc42-plus.page-id-385358 #numbers {
  background-color: #ee3c3c;
}

.page-template-d2c-tracker-v2.site-inc42-plus.page-id-385358 #numbers .number-container:after {
  height: 118px;
  top: 45%;
}

.page-template-d2c-tracker-v2.site-inc42-plus.page-id-262300 #lead .hero-subtitle {
  color: #ed91aa !important;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable thead tr th {
  text-align: left !important;
  padding-left: 10px;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .bootstrap-select > .btn-default:before {
  height: -webkit-calc(100% - 8px) !important;
  height: calc(100% - 8px) !important;
}

.page-template-d2c-tracker.site-inc42-plus #lead {
  background: #222;
}

.page-template-d2c-tracker.site-inc42-plus .site-header:before {
  background: #222 !important;
}

.page-template-d2c-tracker.site-inc42-plus .header-sticky-wrapper {
  background: #222 !important;
}

.page-template-d2c-tracker.site-inc42-plus .inc42-main-navigation .primary-menu {
  background: #333;
}

.page-template-d2c-tracker.site-inc42-plus .inc42-main-navigation ul ul.dropdown-menu {
  background: #333;
}

.page-template-d2c-tracker.site-inc42-plus .inc42-main-navigation a {
  color: #fff;
}

.page-template-d2c-tracker.site-inc42-plus .inc42-main-navigation a:hover {
  color: #ffa785;
}

.page-template-d2c-tracker.site-inc42-plus .inc-mega-menu-wrapper {
  background: #333;
}

.page-template-d2c-tracker.site-inc42-plus .site-footer {
  background: #030303;
}

.page-template-d2c-tracker #lead .hero-title {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 800;
  font-family: "Inter-ExtraBold", "Inter", sans-serif;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 70px;
  margin-bottom: 10px;
}

.page-template-d2c-tracker #lead .hero-subtitle {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 300;
  font-family: "Inter-Light", "Inter", sans-serif;
  color: #ffc8b3;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 10px;
}

.page-template-d2c-tracker #lead .hero-description {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 300;
  font-family: "Inter-Light", "Inter", sans-serif;
  color: #c4c4c4;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}

.page-template-d2c-tracker #lead .hero-button {
  background: transparent;
  font-weight: 700;
  font-family: "Inter-Bold", "Inter", sans-serif;
  color: #ffa785;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  overflow: visible;
  border-radius: 25px;
  border: 2px solid #ffa684;
}

.page-template-d2c-tracker #lead .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-d2c-tracker #lead .hero-wrapper .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-d2c-tracker #numbers {
  background-color: #333333;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-template-d2c-tracker #numbers .row .column {
  position: relative;
}

.page-template-d2c-tracker #numbers #number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-d2c-tracker #numbers #number-container:after {
  content: " ";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #ffa785;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
  overflow: hidden;
}

.page-template-d2c-tracker #numbers #number-container .number {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  z-index: 1;
  background: #333333;
  border: 3px solid #ffa785;
}

.page-template-d2c-tracker #numbers #number-container .number .number-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.page-template-d2c-tracker #numbers #number-container .number .number-count {
  font-weight: 700;
  font-family: "Inter-Bold", "Inter", sans-serif;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 0;
}

.page-template-d2c-tracker #numbers #number-container .number .number-text {
  font-weight: 500;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #ffa785;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.page-template-d2c-tracker #numbers #number-container .number:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 9px;
  border: 2px solid #ffa785;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9px;
}

.page-template-d2c-tracker #numbers #number-container .number:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 9px;
  border: 2px solid #ffa785;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9px;
}

.page-template-d2c-tracker #numbers #number-container .number:first-child:before {
  content: "";
  display: none;
}

.page-template-d2c-tracker #numbers #number-container .number:last-child:after {
  content: "";
  display: none;
}

.page-template-d2c-tracker #tracker {
  background: #fff;
}

.page-template-d2c-tracker #tracker #tracker-container {
  position: relative;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper {
  margin-bottom: 0;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead {
  height: 80px;
  background-color: #cacaca;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  font-weight: 500;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
  font-weight: 600;
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:first-child {
  font-weight: 600;
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  color: #fe1919;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper .wdtscroll {
  overflow-x: scroll;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox:before {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  left: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox:after {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  right: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection label {
  display: none;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 120px;
  padding: 0;
  margin: 0;
}

.page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
  padding: 10px 30px !important;
  font-size: 1.25rem;
  border-radius: 30px;
  line-height: 1.42857143;
  min-height: 50px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 167, 133, 0.65) !important;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper div.dt-buttons {
  display: none;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper .dataTables_filter {
  float: none;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper .dataTables_filter label {
  font-size: 0;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable > thead:before {
  content: " ";
  width: 9999px;
  height: 80px;
  background: #cacaca;
  position: absolute;
  left: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable > thead:after {
  content: " ";
  width: 9999px;
  height: 80px;
  background: #cacaca;
  position: absolute;
  right: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  background: #cacaca;
  height: 80px;
  text-align: center;
  border: 0;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
  text-align: left !important;
  height: 67px;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.dataTables_empty:first-child {
  line-height: 67px;
  color: #fe1919;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable tr.odd td {
  background-color: #fff;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.wpDataTable tr.even td {
  background-color: #f5f5f5;
}

.page-template-d2c-tracker #tracker .wpDataTablesWrapper table.scroll {
  width: 100% !important;
}

.page-template-d2c-tracker #tracker .site-inc42-plus .inc42-plus input[type=search] {
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 167, 133, 0.65);
  border-radius: 40px;
  border-width: 2px;
  font-size: 18px;
}

.page-template-d2c-tracker #tracker .powered_by_link {
  display: none;
}

.page-template-d2c-tracker #tracker .dataTables_filter:before {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  left: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .dataTables_filter:after {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  right: -9999px;
  top: 0;
}

.page-template-d2c-tracker #tracker .notes {
  margin-top: 20px;
}

.page-template-d2c-tracker #tracker .arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: #ffa785;
  padding: 12px 15px 9px;
  border-radius: 4px;
  font-family: wpDataTablesIcons !important;
}

.page-template-d2c-tracker #tracker #arrow-left {
  left: -40px;
}

.page-template-d2c-tracker #tracker #arrow-left:before {
  content: "\e002" !important;
  display: inline-block;
}

.page-template-d2c-tracker #tracker #arrow-right {
  right: -40px;
}

.page-template-d2c-tracker #tracker #arrow-right:before {
  content: "\e001" !important;
  display: inline-block;
}

.page-template-d2c-tracker #apply {
  background: #222;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-d2c-tracker #apply .apply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 20px 10px rgba(51, 51, 51, 0.05);
  background: -webkit-linear-gradient(169deg, #f8f3f1 0%, hsl(17, 71%, 93%) 100%);
  background: linear-gradient(281deg, #f8f3f1 0%, hsl(17, 71%, 93%) 100%);
  border-radius: 16px;
  border: 5px solid #ffffff;
  padding: 60px 80px;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left,
.page-template-d2c-tracker #apply .apply-wrapper .apply-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left-title {
  font-weight: 800;
  font-family: "Inter-ExtraBold", "Inter", sans-serif;
  color: #76381e;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left-desc {
  font-weight: 500;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #b3806b;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 0;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-right .apply-cta {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 60px;
  background: -webkit-linear-gradient(214deg, #cc6661 0%, hsl(7, 100%, 87%) 100%);
  background: linear-gradient(236deg, #cc6661 0%, hsl(7, 100%, 87%) 100%);
  border-radius: 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-weight: 800;
  font-family: "Inter-ExtraBold", "Inter", sans-serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  line-height: 58px;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdfd1), to(hsl(18, 100%, 76%)));
  background: -webkit-linear-gradient(top, #ffdfd1 0%, hsl(18, 100%, 76%) 100%);
  background: linear-gradient(180deg, #ffdfd1 0%, hsl(18, 100%, 76%) 100%);
  border-radius: 60px;
  border: 2px solid #ffd7c7;
  margin-right: 33px;
}

.page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-icon img {
  position: relative;
  top: 28px;
}

.page-template-d2c-tracker #reports {
  padding: 70px 0;
  background: #222;
}

.page-template-d2c-tracker #reports .title {
  font-weight: 700;
  font-family: "Inter-Bold", "Inter", sans-serif;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.page-template-d2c-tracker #reports .description {
  font-weight: 500;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #cccccc;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 80px;
}

.page-template-d2c-tracker #reports .report-wrapper {
  position: relative;
  background: #fff;
  display: block;
  padding: 20px;
  margin-bottom: 25px;
}

.page-template-d2c-tracker #reports .report-unlock {
  position: relative;
  display: block;
  padding: 20px;
}

.page-template-d2c-tracker #reports .report-unlock img {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.page-template-d2c-tracker #reports .report-image {
  width: 250px;
  margin: 0 auto 20px;
  display: block;
}

.page-template-d2c-tracker #reports .report-label {
  display: block;
  text-align: center;
}

.page-template-d2c-tracker #reports .report-label span {
  height: 21px;
  background-color: #fc8a5c;
  font-family: "Helvetica-Bold", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  width: 109px;
  height: 21px;
  display: inline-block;
}

.page-template-d2c-tracker #reports .report-description {
  font-family: "Helvetica", sans-serif;
  color: #fc8a5c;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.page-template-d2c-tracker #reports .report-title {
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}

.page-template-d2c-tracker #reports #reports-cta a.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  height: 67px;
  border-radius: 34px;
  background: transparent;
  border: 3px solid #fc8a5c;
  font-family: "Helvetica-Bold", sans-serif;
  color: #ffa785;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 61px;
  text-transform: uppercase;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 0;
}

.page-template-d2c-tracker #disclaimer {
  margin-top: 50px;
}

.page-template-d2c-tracker #disclaimer a {
  font-family: "Inter", sans-serif;
  color: #cccccc;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## D2C Tracker Template V2
--------------------------------------------------------------*/

.page-template-d2c-tracker-v2.site-inc42-plus #lead {
  background: #0d0d0d;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-title {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 0px;
  line-height: 110%;
  margin-bottom: 17px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-subtitle {
  font-family: "Noto Sans", sans-serif;
  color: #ed91aa;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 120%;
  margin-bottom: 25px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-description {
  font-family: "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  width: 530px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-button {
  text-transform: uppercase;
  padding: 0;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 239px;
  height: 55px;
  aspect-ratio: 4.3454545455/1;
  border-radius: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 53px;
  text-align: center;
  background-color: #ef0000;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-image {
  width: 451px;
  height: 451px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-wrapper .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-d2c-tracker-v2.site-inc42-plus .site-header:before {
  background: #0d0d0d !important;
}

.page-template-d2c-tracker-v2.site-inc42-plus .header-sticky-wrapper {
  background: #0d0d0d !important;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-main-navigation .primary-menu {
  background: -webkit-gradient(linear, left top, right top, from(#2a2d38), to(#1a1a1d));
  background: -webkit-linear-gradient(left, #2a2d38 0%, #1a1a1d 100%);
  background: linear-gradient(90deg, #2a2d38 0%, #1a1a1d 100%);
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-main-navigation ul ul.dropdown-menu {
  background: #333;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-main-navigation a {
  color: #fff;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-main-navigation a:hover {
  color: #ffa785;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc-mega-menu-wrapper {
  background: #333;
}

.page-template-d2c-tracker-v2.site-inc42-plus .site-footer {
  background: #030303;
  margin-top: 0;
}

.page-template-d2c-tracker-v2.site-inc42-plus #faqs .inc42-plus_accordion {
  margin: 75px 0 0;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #030303;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion svg {
  margin: 0 20px -3px 0;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion .minus svg {
  vertical-align: super;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion .minus {
  display: none;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion.active .plus {
  display: none;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion.active .minus {
  display: inline-block;
}

.page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .panel {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #030303;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  padding-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts {
  padding: 75px 0;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container {
  scrollbar-face-color: #ef0000;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 16px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container::-webkit-scrollbar-thumb {
  background: #ef0000;
  border-radius: 16px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts #chart-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 202px;
  background-color: #0d0d0d;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ef0000;
  padding: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label:hover,
.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label.active {
  background: #ef0000;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label-text {
  max-width: 130px;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  margin-right: 10px;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label-icon {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(239, 0, 0, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(239, 0, 0, 0.3);
  background-color: #ef0000;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label:hover .chart-label-icon,
.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label.active .chart-label-icon {
  background-color: #fff;
}

.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label:hover .chart-label-icon svg path,
.page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label.active .chart-label-icon svg path {
  fill: #ef0000;
}

.page-template-d2c-tracker-v2 #numbers {
  background-color: #ef0000;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-template-d2c-tracker-v2 #numbers .row .column {
  position: relative;
}

.page-template-d2c-tracker-v2 #numbers .number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-d2c-tracker-v2 #numbers .number-container .number {
  position: relative;
  width: 100%;
}

.page-template-d2c-tracker-v2 #numbers .number-container:after {
  width: 1px;
  height: 88px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.368627451);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -44px;
}

.page-template-d2c-tracker-v2 #numbers .number-container:last-child:after {
  display: none;
}

.page-template-d2c-tracker-v2 #numbers .number-container .number .number-count {
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 55px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 13px;
}

.page-template-d2c-tracker-v2 #numbers .number-container .number .number-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
}

.page-template-d2c-tracker-v2 #tracker {
  background: #fff;
  padding-top: 35px;
}

.page-template-d2c-tracker-v2 #tracker #tracker-container {
  position: relative;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper {
  margin-bottom: 0;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead {
  height: 80px;
  background-color: #cacaca;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  font-weight: 700;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:first-child {
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  color: #fe1919;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper .wdtscroll {
  overflow-x: scroll;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTableFilterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  background: #fff;
  background: #fff;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTableFilterBox .wpDataTableFilterSection label {
  display: none;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 120px;
  width: auto;
  padding: 0;
  margin: 0;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
  padding: 10px 10px !important;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  min-height: 50px;
  background: transparent;
  color: #777575;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  height: 43px !important;
  border-radius: 5px;
  border: 2px solid #030303 !important;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper div.dt-buttons {
  display: none;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper .dataTables_filter {
  float: none;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper .dataTables_filter label {
  font-size: 0;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  background: #000;
  color: #fff;
  height: 80px;
  text-align: center;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
  text-align: left !important;
  height: 67px;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.dataTables_empty:first-child {
  line-height: 67px;
  color: #fe1919;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable tr.odd td {
  background-color: #fff;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.wpDataTable tr.even td {
  background-color: #ebebeb;
}

.page-template-d2c-tracker-v2 #tracker .wpDataTablesWrapper table.scroll {
  width: 100% !important;
}

.page-template-d2c-tracker-v2 #tracker .site-inc42-plus .inc42-plus input[type=search] {
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 167, 133, 0.65);
  border-radius: 40px;
  border-width: 2px;
  font-size: 18px;
}

.page-template-d2c-tracker-v2 #tracker .powered_by_link {
  display: none;
}

.page-template-d2c-tracker-v2 #tracker .dataTables_filter:before {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  left: -9999px;
  top: 0;
}

.page-template-d2c-tracker-v2 #tracker .dataTables_filter:after {
  content: " ";
  width: 9999px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(180deg, #222222 0%, #666666 100%);
  position: absolute;
  right: -9999px;
  top: 0;
}

.page-template-d2c-tracker-v2 #tracker .notes {
  margin-top: 20px;
}

.page-template-d2c-tracker-v2 #tracker .arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: #fff;
  padding: 12px 15px 9px;
  border-radius: 4px;
  font-family: wpDataTablesIcons !important;
  width: 60px;
  height: 60px;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 9px rgba(174, 174, 174, 0.3607843137);
  box-shadow: 0px 2px 9px rgba(174, 174, 174, 0.3607843137);
  border-radius: 50%;
}

.page-template-d2c-tracker-v2 #tracker #arrow-left {
  left: -20px;
}

.page-template-d2c-tracker-v2 #tracker #arrow-left:before {
  content: "\e002" !important;
  display: inline-block;
  color: #d6322e;
}

.page-template-d2c-tracker-v2 #tracker #arrow-right {
  right: -20px;
}

.page-template-d2c-tracker-v2 #tracker #arrow-right:before {
  content: "\e001" !important;
  display: inline-block;
  color: #d6322e;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
.page-template-d2c-tracker-v2 #tracker .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
  border-bottom-color: #fff;
}

.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th:first-child,
.page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: -1px;
}

.page-template-d2c-tracker-v2 #apply {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ec2124;
  border-radius: 8px;
  border: 1.5px solid #000;
  padding: 22px 45px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left-title {
  font-weight: 800;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 475px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left-desc {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #b3806b;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 0;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-right .apply-cta {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 239px;
  height: 55px;
  background: #fff;
  border-radius: 27.5px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon {
  margin-right: 75px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon img {
  width: 80px;
  min-width: 80px;
}

.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left,
.page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-d2c-tracker-v2 #reports {
  padding: 70px 0;
  background: #0d0d0d;
}

.page-template-d2c-tracker-v2 #reports .title {
  font-weight: 700;
  font-family: "Inter-Bold", "Inter", sans-serif;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.page-template-d2c-tracker-v2 #reports .description {
  font-weight: 500;
  font-family: "Inter-Medium", "Inter", sans-serif;
  color: #cccccc;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 80px;
}

.page-template-d2c-tracker-v2 #reports .report-wrapper {
  position: relative;
  background: #fff;
  display: block;
  padding: 20px;
  margin-bottom: 25px;
}

.page-template-d2c-tracker-v2 #reports .report-unlock {
  position: relative;
  display: block;
  padding: 20px;
}

.page-template-d2c-tracker-v2 #reports .report-unlock img {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.page-template-d2c-tracker-v2 #reports .report-image {
  width: 250px;
  margin: 0 auto 20px;
  display: block;
}

.page-template-d2c-tracker-v2 #reports .report-label {
  display: block;
  text-align: center;
}

.page-template-d2c-tracker-v2 #reports .report-label span {
  height: 21px;
  background-color: #fc8a5c;
  font-family: "Helvetica-Bold", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  width: 109px;
  height: 21px;
  display: inline-block;
}

.page-template-d2c-tracker-v2 #reports .report-description {
  font-family: "Helvetica", sans-serif;
  color: #fc8a5c;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.page-template-d2c-tracker-v2 #reports .report-title {
  font-weight: 700;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
  color: #282828;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}

.page-template-d2c-tracker-v2 #reports #reports-cta a.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  height: 67px;
  border-radius: 34px;
  background: transparent;
  border: 3px solid #fc8a5c;
  font-family: "Helvetica-Bold", sans-serif;
  color: #ffa785;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 61px;
  text-transform: uppercase;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 0;
}

.page-template-d2c-tracker-v2 #disclaimer {
  margin-top: 50px;
}

.page-template-d2c-tracker-v2 #disclaimer a {
  font-family: "Inter", sans-serif;
  color: #cccccc;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  text-decoration: underline;
}

.page-template-d2c-tracker-v2 #disclaimer a:empty {
  display: none;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper .dataTables_info {
  font-size: 16px;
}

.page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button {
  min-width: 1.5em;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 32px;
  margin-right: 5px;
}

.page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
.page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  background-color: #fe0000;
}

.page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .paginate_button.next:before {
  margin-top: -5px;
}

.page-template-d2c-tracker-v2 .wpDataTablesWrapper .paginate_button:before {
  font-size: 12px;
  line-height: 1em;
}

.page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate {
  font-size: 16px !important;
}

.page-template-d2c-tracker-v2 #faqs {
  background: #fff;
  padding: 70px 0 0;
}

.page-template-d2c-tracker-v2 #faqs h4 {
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #030303;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
}

.page-template-d2c-tracker-v2 #faqs h4:after {
  width: 102px;
  height: 8px;
  content: "";
  background: #ef0000;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 8px;
}

/*--------------------------------------------------------------
## Pitch42 Template
--------------------------------------------------------------*/

.page-template-plus-pitch42 {
  background-color: #101319;
  color: #fff;
}

.page-template-plus-pitch42 .site-header:before {
  background: #101319;
}

.page-template-plus-pitch42 #lead {
  background: url(../png/green-big-hexa.png) no-repeat -3% 90%/200px, url(../png/green-dots.png) no-repeat 5% 75%/150px, url(../png/green-big-hexa.png) no-repeat 105% 15%/200px, url(../png/green-dots.png) no-repeat 98% 25%/150px, url(../png/green-small-hexa.png) no-repeat 10% 40%/50px, url(../png/green-small-hexa.png) no-repeat 90% 55%/50px;
}

.page-template-plus-pitch42 .inc42-main-navigation ul li.search a {
  background: #000;
}

.page-template-plus-pitch42 ul#primary-menu {
  background: #000;
}

.page-template-plus-pitch42 ul#primary-menu ul {
  background: #000;
}

.page-template-plus-pitch42 ul#primary-menu li a {
  color: #fff;
}

.page-template-plus-pitch42 .partner-images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-pitch42 .partner-images img {
  border: 1px solid #F19F80;
  padding: 10px;
  background: #000;
}

.page-template-plus-pitch42 #main > div {
  padding: 30px 0;
}

.page-template-plus-pitch42 #main > div:before {
  content: "";
  max-width: 1200px;
  height: 1px;
  background: #c3f0b2;
  display: block;
  margin: 0 auto 50px;
}

.page-template-plus-pitch42 #main > div:first-child:before,
.page-template-plus-pitch42 #main > div:last-child:before {
  display: none;
}

.page-template-plus-pitch42 .hero-title {
  font-weight: 500;
  font-family: "Karla", serif;
  font-size: 32px;
  letter-spacing: 2.6px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
}

.page-template-plus-pitch42 .hero-subhead {
  font-family: "GT Walsheim Pro Bold", sans-serif;
  color: #fe8f91;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-template-plus-pitch42 .button.large.inc42-plus__cta {
  max-width: 280px;
  width: 100%;
  background: #b0eb9b;
  border-radius: 100px;
  padding: 20px;
  font-family: "GT Walsheim Pro Condensed Bold", sans-serif;
  color: #101318;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 60px auto 20px;
  display: block;
}

.page-template-plus-pitch42 .title {
  font-family: "GT Walsheim Pro Bold", sans-serif;
  color: #b0eb9b;
  font-size: 70px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.page-template-plus-pitch42 .reason-title {
  font-weight: 700;
  font-family: "Karla", serif;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 29px;
  text-align: left;
  margin: 15px 0;
}

.page-template-plus-pitch42 #apply-now {
  background: #C3F0B2;
  color: #101319;
}

.page-template-plus-pitch42 #apply-now .title {
  color: #101319;
}

.page-template-plus-pitch42 #apply-now .apply-now-button {
  margin: 50px 0 20px;
  background: #101319;
  color: #c3f0b2;
}

.page-template-plus-pitch42 .benefit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.page-template-plus-pitch42 .benefit-image {
  margin-right: 20px;
}

.page-template-plus-pitch42 .benefit-text {
  font-weight: 700;
  font-style: normal;
  font-family: "Karla", serif;
  color: #101318;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 33px;
}

.page-template-plus-pitch42 .speaker-container {
  margin-bottom: 30px;
}

.page-template-plus-pitch42 .speaker-wrapper {
  position: relative;
}

.page-template-plus-pitch42 .speaker {
  width: 100%;
}

.page-template-plus-pitch42 .speakers-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-plus-pitch42 .speaker-info {
  padding: 10px;
  width: 100%;
}

.page-template-plus-pitch42 .speaker-name {
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Bold", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-template-plus-pitch42 .speaker-company {
  font-weight: 400;
  font-family: "Karla", serif;
  color: #afeb9b;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

.page-template-plus-pitch42 #faq .inc42-plus_accordion button {
  position: relative;
  width: 100%;
  background: transparent;
  text-align: left;
  padding: 20px 0px 0 0;
  text-transform: capitalize;
  border-radius: 0;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "GT Walsheim Pro Medium", serif;
  color: #fff;
  margin-top: 15px;
}

.page-template-plus-pitch42 #faq .panel {
  display: none;
  width: 100%;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-family: "Karla", sans-serif;
  border: 1px solid #B0EB9B;
  border-top: none;
}

.page-template-plus-pitch42 #faq .panel p {
  margin-bottom: 10px;
}

.page-template-plus-pitch42 #faq #faq-container {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-template-plus-pitch42 .accordion .accordion_button_wrap,
.page-template-plus-pitch42 .dark-bg {
  border-color: #B0EB9B;
  background-color: transparent;
}

.page-template-plus-pitch42 .accordion .accordion_button_wrap {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAAkUlEQVRYhe2XQQqAIBBFx+paXaS94J0Cl12kc8lvIyVDomKWxLzVgDI+/DAikfBXAFgA9msJjQtd02uodBkj9esijyEiHBHhiAhnii34AZWaDXNYA0id55RSa6bbObZbcfscdBONii0URLP4eiOiPbG/LJpcAJjgyk1Nr26iERGOiHBEhFMr4iL1+3TxnRBacgDhAZxno+H4zwAAAABJRU5ErkJggg==) no-repeat 99% center;
  text-transform: capitalize;
  padding: 10px 30px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
  font-family: gt walsheim pro medium, serif;
  border: 1px solid #B0EB9B;
}

.page-template-plus-pitch42 .timeline-image {
  margin-bottom: 50px;
}

.page-template-plus-pitch42 .inc42-plus__accordion_button.accordion.active .accordion_button_wrap {
  background: url(../png/minus-white.png) no-repeat 99%;
}

/*--------------------------------------------------------------
## Events Template
--------------------------------------------------------------*/

/* Events */

.page.page-template-events .events .event-card {
  height: 445px;
}

.page.page-template-events .hero-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#D81757), to(#E4381B));
  background: -webkit-linear-gradient(left, #D81757 0%, #E4381B 100%);
  background: linear-gradient(90deg, #D81757 0%, #E4381B 100%);
  height: 90%;
}

.page.page-template-events .site-content {
  background-color: #fff;
}

.page.page-template-events .hero-wrapper .hero-text:before {
  border-left: 0px;
}

.page.page-template-events .hero-wrapper .hero-text:after {
  border-left: 0px;
}

.page.page-template-events .inc-42-live {
  width: 135px;
  height: 28px;
  overflow: hidden;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
}

.page.page-template-events .hero-wrapper .hero-text h1.entry-title {
  width: 651px;
  height: auto;
  overflow: hidden;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  margin-bottom: 15px;
}

.page.page-template-events .hero-wrapper .hero-text .entry-subtitle {
  width: 368px;
  height: auto;
  /* 73px */
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
  max-width: 580px;
}

.page.page-template-events .hero-btn {
  margin-top: 20px;
  width: 239px;
  height: 55px;
  display: block;
  background-image: none;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  border-radius: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #d6322e;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 300%;
  text-align: center;
}

.page.page-template-events .events .event-card .event-button {
  background-color: #fff;
  color: #d6322e;
  border: 1px solid #d6322e;
}

.page.page-template-events .brands,
.speakers,
.newsletter {
  background-color: #fff;
}

.page.page-template-events .entry-content {
  background-color: #fff;
}

.page.page-template-events .brands .title {
  margin-bottom: 70px;
  margin-top: 70px;
  color: #000;
}

.page.page-template-events .speakers .title {
  margin-bottom: 70px;
  color: #000;
}

.page.page-template-events .speakers .speaker-image {
  border: 1px solid red;
}

.page.page-template-events button:hover {
  color: #fff;
}

.page.page-template-events .c1 {
  background-color: #d6322e;
  padding: 40px 20px;
  border-right: 1px solid rgba(255, 221, 255, 0.8666666667);
  border-radius: 6px;
  margin: 0 10px;
}

.page.page-template-events .entry-content .large-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}

.page.page-template-events .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page.page-template-events .mob-carousel {
  display: none;
}

.page.page-template-events .events-cta {
  display: inline-block;
}

.page.page-template-events .banner-img {
  margin-bottom: -100px;
}

.page.page-template-events .site-content {
  margin: 0;
}

.page.page-template-events .inc42-primary {
  padding: 0;
}

.page.page-template-events .hentry {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: -2rem;
}

.page.page-template-events .entry-header {
  height: 682px;
  background-size: cover;
}

.page.page-template-events .hero-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page.page-template-events .hero-wrapper .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page.page-template-events .hero-wrapper .hero-text {
  position: relative;
  max-width: 600px;
  color: #fff;
}

.page.page-template-events .hero-wrapper .hero-text .entry-container {
  position: relative;
}

.page.page-template-events .hero-wrapper .hero-text .hero-box {
  display: block;
  position: absolute;
  width: 442px;
  height: 496px;
  border: 6px solid #fff;
  border-left: 0;
  top: -147px;
  left: 170px;
  z-index: 0;
}

.page.page-template-events .hero-wrapper .hero-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 120px;
  border-left: 0px solid #fff;
  top: -147px;
  left: 170px;
  z-index: 0;
}

.page.page-template-events .hero-wrapper .hero-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 135px;
  border-left: 0px solid #fff;
  top: 214px;
  left: 170px;
  z-index: 0;
}

.page.page-template-events .entry-content {
  background-color: #fff;
  margin: 0;
}

.page.page-template-events .section {
  padding: 70px 0;
}

.page.page-template-events h2.title {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 50px;
}

.page.page-template-events .numbers .numbers-amount {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  font-size: 48px;
}

.page.page-template-events .numbers .numbers-text {
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
}

.page.page-template-events hr {
  margin: 0;
  background-color: #fff;
}

.page.page-template-events .speakers {
  padding-bottom: 30px;
}

.page.page-template-events .speakers .title {
  margin-bottom: 70px;
}

.page.page-template-events .speakers .speaker-image {
  width: 200px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}

.page.page-template-events .speakers .speaker-name {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
}

.page.page-template-events .speakers .speaker-designation {
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: rgba(3, 3, 3, 0.5);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}

.page.page-template-events .brands {
  padding-top: 0;
}

.page.page-template-events .brands .title {
  margin-bottom: 70px;
}

.page.page-template-events .brands .brand-image {
  width: auto;
  max-height: 53px;
  margin-bottom: 40px;
}

.page.page-template-events .events-cta {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 265px;
  height: 55px;
  background-color: #d6322e;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 55px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 0;
}

.page.page-template-events .site-footer {
  background-color: #000;
}

.page.page-template-events .section.newsletter {
  padding: 0;
}

.page.page-template-events .home-subscribe {
  border-radius: 8px;
  padding: 30px;
}

.page.page-template-events .home-subscribe .section-text p {
  margin-bottom: 0;
}

.page.page-template-events .upcoming-events {
  padding-bottom: 20px;
}

.page.page-template-events .upcoming-events h2.title {
  margin-bottom: 70px;
}

.page.page-template-events .events .event-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #e6e6e6;
  background-color: #fcfcfc;
  margin-bottom: 50px;
}

.page.page-template-events .events .event-card .event-image {
  max-height: 276px;
  height: auto;
  width: 100%;
}

.page.page-template-events .events .event-card .event-card-content {
  padding: 20px;
}

.page.page-template-events .events .event-card .event-date {
  font-family: "Noto Sans", sans-serif;
  color: #030303;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 5px;
}

.page.page-template-events .events .event-card .event-name {
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #030303;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 130%;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}

.page.page-template-events .events .event-card .event-description {
  font-family: "Noto Sans", sans-serif;
  color: rgba(3, 3, 3, 0.5);
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: center;
}

.page.page-template-events .events .event-card .event-button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 239px;
  height: 55px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #d6322e;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #d6322e;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 55px;
  text-align: center;
  margin: 15px auto 0;
}

.page.page-template-events .section.past-events {
  padding-top: 20px;
}

.page.page-template-events .past-events .events .column {
  display: none;
}

.page.page-template-events .past-events .events .column:nth-child(-n+3) {
  display: block;
}

.page.page-template-events .past-events.visible .events .column {
  display: block;
}

.page.page-template-events .mob-carousel1 {
  display: none;
}

/*--------------------------------------------------------------
## Newsletter Template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Inc42 Newsletters-v2 Page Styles
	--------------------------------------------------------------*/

.page.page-template-newsletters-v2 .entry-header {
  color: #fff;
  background-color: #d6322e;
  padding: 75px 0;
  background: url("../png/mockup-2x%402x.png"), -webkit-gradient(linear, left top, right top, from(#d81757), to(#e4381b));
  background: url("../png/mockup-2x%402x.png"), -webkit-linear-gradient(left, #d81757 0%, #e4381b 100%);
  background: url("../png/mockup-2x%402x.png"), linear-gradient(90deg, #d81757 0%, #e4381b 100%);
  background-repeat: no-repeat;
  background-size: contain;
}

.page.page-template-newsletters-v2 .entry-content .home-subscribe p {
  max-width: 400px;
}

.page.page-template-newsletters-v2 .hero-image1 {
  display: none;
}

.page.page-template-newsletters-v2 .entry-header .hero-text .entry-subtitle {
  max-width: 400px;
}

.page.page-template-newsletters-v2 .card-wrapper .card-content,
.popup-card-wrapper .card-content {
  height: 115px;
}

.page.page-template-newsletters-v2 .entry-content .leaders .leader-thumb {
  width: 160px;
  height: 35px;
  margin-bottom: 60px;
}

.page.page-template-newsletters-v2 #om-nuaglmhwjpdthewf32wz-optin > div > div > div > div {
  margin: 0px !important;
}

.page.page-template-newsletters-v2 .entry-stats {
  margin-top: 10px;
}

.page.page-template-newsletters-v2 #om-nuaglmhwjpdthewf32wz-success {
  margin-left: -184px;
}

/*--------------------------------------------------------------
	## Inc42 Startup Submission Page Styles
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Inc42 Startup Submission Page Styles
	--------------------------------------------------------------*/

.page.page-template-startup-submission .inc42-primary {
  padding: 0;
}

.page.page-template-startup-submission .inc42-primary {
  padding: 0;
}

.page.page-template-startup-submission .hentry {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: -3rem;
  margin-bottom: -2rem;
}

.page.page-template-startup-submission .entry-header {
  height: 550px;
  background-size: cover;
}

.page.page-template-startup-submission .hero-wrapper {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D81757), to(#E4381B));
  background: -webkit-linear-gradient(left, #D81757 0%, #E4381B 100%);
  background: linear-gradient(90deg, #D81757 0%, #E4381B 100%);
}

.page.page-template-startup-submission .hero-wrapper > .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page.page-template-startup-submission .featured-slider {
  overflow: visible;
}

.page.page-template-startup-submission .slick-prev {
  left: -22px;
}

.page.page-template-startup-submission .slick-next {
  right: -22px;
}

.page.page-template-startup-submission .hero-wrapper .hero-text {
  position: relative;
  max-width: 600px;
  color: #fff;
}

.page.page-template-startup-submission .hero-wrapper .hero-text .entry-container {
  position: relative;
}

.page.page-template-startup-submission .hero-wrapper .hero-text h1.entry-title {
  width: 651px;
  height: auto;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 110%;
  text-align: left;
}

.page.page-template-startup-submission .entry-subtitle {
  width: 435px;
  height: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 130%;
  text-align: left;
}

.page.page-template-startup-submission .entry-subtitle-blk {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.page.page-template-startup-submission .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page.page-template-startup-submission .home-feature-stories .title-with-more .entry-title {
  margin-bottom: 0px;
}

.page.page-template-startup-submission .home-feature-stories .entry-subtitle {
  text-align: center;
  line-height: 21px;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 476px;
}

.page.page-template-startup-submission .hero-btn {
  margin-top: 50px;
  width: 230px;
  height: 55px;
  display: block;
  background-image: none;
  background-color: #ffffff;
  border-radius: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #d6322e;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 300%;
  text-align: center;
}

.page.page-template-startup-submission .banner-img {
  position: absolute;
  top: 16%;
  right: 5%;
  bottom: 0%;
  width: 550px;
  height: auto;
}

.page.page-template-startup-submission .featured-row {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page.page-template-startup-submission .left-head {
  text-align: left;
}

.page.page-template-startup-submission #readers .reader {
  margin: 10px 0px;
}

.page.page-template-startup-submission .entry-content {
  text-align: center;
  padding-top: 30px;
}

.page.page-template-startup-submission .row.newsletter {
  padding-top: 50px;
}

.page.page-template-startup-submission #readers .reader img {
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 6px;
}

.page.page-template-startup-submission div#readers {
  text-align: center;
  padding: 50px 0px;
}

.page.page-template-startup-submission .home-subscribe {
  border-radius: 8px;
  padding: 30px;
}

.page.page-template-startup-submission .home-subscribe p.entry-subtitle {
  font-size: 18px;
  width: 550px;
}

.page.page-template-startup-submission .home-subscribe .hero-btn {
  margin: 0px;
  width: 260px;
  height: 50px;
  display: block;
  background-image: none;
  background-color: #ffffff;
  overflow: hidden;
  position: inherit;
  border-radius: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  color: #d6322e;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 50px;
  text-align: center;
}

.page.page-template-startup-submission .title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.page.page-template-startup-submission .hero-wrapper > .row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.page.page-template-startup-submission .large-3.medium-3.small-11.column.pink-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 29%;
}

.page.page-template-startup-submission .pink-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  width: 394.5px;
  height: 264px;
  background: #FEF3F3;
  border-radius: 8px;
  margin: 20px;
}

.page.page-template-startup-submission .pink-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px;
  margin: 5px;
  max-width: 280px;
  height: 320px;
  background: #FEF3F3;
  border-radius: 20px;
  margin-bottom: 50px;
}

.page.page-template-startup-submission .numbers-amount {
  width: 330.5px;
  height: 77px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #E70105;
}

.page.page-template-startup-submission .numbers-text {
  width: 157px;
  height: 68px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.page.page-template-startup-submission #benefit {
  padding: 50px 0px;
}

.page.page-template-startup-submission .benefit-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.page.page-template-startup-submission .benefit-head {
  width: 240px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;
}

.page.page-template-startup-submission .benefit-desciption {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}

.page.page-template-startup-submission .mob-carousel {
  display: none;
}

.page.page-template-startup-submission .desktop-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page.page-template-startup-submission .entry-title a {
  color: #000 !important;
}

/*--------------------------------------------------------------
## Inc42 Startup Hotline Styles
--------------------------------------------------------------*/

/*
	Startup Hotline Page Template Styling
 */

.gradient-cta {
  min-width: 250px;
  text-align: center;
  text-transform: capitalize;
  background-image: -webkit-linear-gradient(45deg, #ff2500 0%, #ff0055 100%);
  background-image: linear-gradient(45deg, #ff2500 0%, #ff0055 100%);
  padding: 12px 27px;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}

.gradient-cta:hover {
  background-image: -webkit-linear-gradient(45deg, #ff0055 0%, #ff2500 100%);
  background-image: linear-gradient(45deg, #ff0055 0%, #ff2500 100%);
}

hr.dashed {
  background: transparent;
  border-bottom: 1px dashed #ccc;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page.page-template-startup-hotline .entry-content a.button {
  color: #fff;
}

.page.page-template-startup-hotline .entry-content .card-content a {
  color: #000;
}

.page.page-template-startup-hotline h4 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.page.page-template-startup-hotline h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.page.page-template-startup-hotline p {
  color: #333;
  line-height: 1.4;
}

.page.page-template-startup-hotline hr {
  margin: 0;
}

.page.page-template-startup-hotline .slick-sliderv.slick-dotted {
  margin-bottom: 0;
}

.page.page-template-startup-hotline .site-content {
  margin-top: -29px;
  margin-bottom: 0;
}

.page.page-template-startup-hotline .site-content #primary.column {
  -ms-flex: 0 0 100% !important;
  -webkit-box-flex: 0 !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.page.page-template-startup-hotline .entry-content {
  margin-top: 0;
}

.page.page-template-startup-hotline .hentry {
  background: white;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page.page-template-startup-hotline header.entry-header {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.page.page-template-startup-hotline header.entry-header .row > .column {
  padding-top: 5rem;
}

.page.page-template-startup-hotline header.entry-header .entry-title {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page.page-template-startup-hotline header.entry-header .entry-subtitle {
  display: block;
  margin-bottom: 0.5rem;
}

.page.page-template-startup-hotline .hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
}

.page.page-template-startup-hotline .hero-image .attachment-post-thumbnail {
  max-height: 540px;
  width: auto;
}

.page.page-template-startup-hotline #sections {
  padding: 2rem 0;
}

.page.page-template-startup-hotline #sections .section-anchor {
  color: #000;
  line-height: 1.2;
  max-width: 285px;
  padding: 1rem;
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}

.page.page-template-startup-hotline #sections .section-anchor:hover {
  background: #efefef;
}

.page.page-template-startup-hotline #sections .section-anchor img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto 1rem;
}

.page.page-template-startup-hotline #tech-impact {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #tech-impact .row {
  margin-top: 3rem;
}

.page.page-template-startup-hotline #tech-impact .row:first-child {
  margin-top: 0;
}

.page.page-template-startup-hotline .heading {
  position: relative;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.page.page-template-startup-hotline #tech-impact-updates {
  padding-top: 3rem;
}

.page.page-template-startup-hotline #tech-reset {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #tech-reset-updates {
  padding-top: 3rem;
}

.page.page-template-startup-hotline .card-wrapper .meta-wrapper {
  font-size: 0.75rem;
}

.page.page-template-startup-hotline .slick-slider.slick-dotted {
  margin-bottom: 3rem;
}

.page.page-template-startup-hotline .heading-icon {
  width: auto;
  height: 34px;
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  bottom: 4px;
}

.page.page-template-startup-hotline .heading-icon-absolute {
  position: absolute;
  left: -45px;
  top: 7px;
}

.page.page-template-startup-hotline #tech-reset.row {
  padding-bottom: 2rem;
}

.page.page-template-startup-hotline #ask-me-anything {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #mini-report,
.page.page-template-startup-hotline #crusaders {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #framework {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #framework-updates,
.page.page-template-startup-hotline #crusaders-updates {
  padding-top: 3rem;
}

.page.page-template-startup-hotline #startup-hotline {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #startup-hotline-contribute {
  padding-top: 3rem;
}

.page.page-template-startup-hotline #startup-hotline-contribute h5 {
  margin-bottom: 0.5rem;
}

.page.page-template-startup-hotline #crowdsourced {
  padding: 5rem 0;
}

.page.page-template-startup-hotline #crowdsourced-updates {
  padding-top: 3rem;
}

.page.page-template-startup-hotline #crowdsourced-contribute h5 {
  margin-bottom: 1rem;
}

.page.page-template-startup-hotline .inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page.page-template-startup-hotline .inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.22222rem;
  margin-right: 0.5rem;
  padding: 0;
}

.page.page-template-startup-hotline .inline-list li a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.page.page-template-startup-hotline .inline-list li.current a {
  color: #F42534;
}

.page.page-template-startup-hotline .tab-content {
  display: none;
  margin: 3rem 0 0;
}

.page.page-template-startup-hotline .tab-content.current {
  display: block;
}

.page.page-template-startup-hotline .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.page.page-template-startup-hotline .slick-track .slick-slide {
  height: inherit;
}

.page.page-template-startup-hotline .slick-track .slick-slide > div {
  height: 100%;
}

.page.page-template-startup-hotline .slick-track .slick-slide .column {
  height: 100%;
  max-width: 100%;
  padding: 0;
}

.page.page-template-startup-hotline .slick-track .slick-slide .card-wrapper,
.page.page-template-startup-hotline .slick-track .slick-slide .popup-card-wrapper {
  height: 100%;
}

.page.page-template-startup-hotline .slides-four,
.page.page-template-startup-hotline .slides-three {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.page.page-template-startup-hotline .slides-four.slick-initialized,
.page.page-template-startup-hotline .slides-three.slick-initialized {
  opacity: 1;
}

.page.page-template-startup-hotline .entry-footer {
  padding-bottom: 5rem;
}

.page.page-template-startup-hotline .ask-me-anything-cta {
  padding-top: 5rem;
}

/* Medium only */

/* Small only */

/*--------------------------------------------------------------
## Inc42 Startup Spotlight Page Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Inc42 Startup Spotlight Page Styles
	--------------------------------------------------------------*/

.page-template-startup-spotlight #primary {
  margin: 0;
  padding: 0;
}

.page-template-startup-spotlight #page-406501.hentry {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.page-template-startup-spotlight .site-content {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-startup-spotlight .page .site-content {
  margin-bottom: 0;
}

.page-template-startup-spotlight .page .hentry {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.page-template-startup-spotlight .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 10px;
  border: 2px solid #ffe0e0;
  background: rgba(255, 239, 239, 0.5019607843);
  border-radius: 12px;
  padding: 30px 20px;
  min-height: 336px;
  text-align: center;
}

.page-template-startup-spotlight .section {
  text-align: center;
  padding: 50px 0;
  font-family: "Noto Sans", sans-serif;
}

.page-template-startup-spotlight .hero-wrapper {
  padding: 40px;
}

.page-template-startup-spotlight .banner-img {
  position: absolute;
  top: 11%;
  right: 0;
  bottom: 0;
  width: 590px;
  height: auto;
}

.page-template-startup-spotlight .hero-text h1.title {
  width: 651px;
  height: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 81px;
  text-align: left;
}

.page-template-startup-spotlight .hero-text .description {
  width: 435px;
  height: auto;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 27px;
  text-align: left;
}

.page-template-startup-spotlight .hero-text .hero-btn {
  margin-top: 30px;
  width: 255px;
  padding: 13px 0;
  display: block;
  background-image: none;
  background-color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  color: #d6322e;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 27px;
  text-align: center;
}

.page-template-startup-spotlight p.label {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.page-template-startup-spotlight .hero-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#D81757), to(#E4381B));
  background-image: -webkit-linear-gradient(left, #D81757 0%, #E4381B 100%);
  background-image: linear-gradient(90deg, #D81757 0%, #E4381B 100%);
  padding: 12px 30px;
  font-size: 20px;
  border-radius: 10px;
  line-height: 38px;
  color: #FEFEFE;
  margin-top: 30px;
}

.page-template-startup-spotlight .slider-column {
  text-align: left;
  border-radius: 24px;
  border: 1px solid #B5B5B5;
  padding: 20px;
  margin: 10px 0;
}

.page-template-startup-spotlight .slider-column.active {
  background: #E13128;
  color: #fff;
}

.page-template-startup-spotlight .discover-slider button.slick-arrow {
  display: none !important;
}

.page-template-startup-spotlight .section-title {
  font-size: 45px;
  line-height: 60px;
  max-width: 750px;
  font-weight: 700;
  margin: 0 auto;
}

.page-template-startup-spotlight p.section-subtitle {
  line-height: 27px;
  font-size: 20px;
  margin-top: 10px;
  max-width: 800px;
  margin: 10px auto;
}

.page-template-startup-spotlight .product img.icon {
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
}

.page-template-startup-spotlight .product.gray {
  background: #fff;
  border: 1px solid #B5B5B5;
  min-height: 290px;
}

.page-template-startup-spotlight .product.gray .head {
  font-size: 30px;
  line-height: 54px;
  font-weight: 700;
}

.page-template-startup-spotlight .product.gray .desciption {
  color: #4E4D4D;
  font-size: 16px;
  line-height: 24px;
}

.page-template-startup-spotlight .slider-column h4.title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}

.page-template-startup-spotlight p.desc {
  font-size: 16px;
  color: #4E4D4D;
  line-height: 21px;
}

.page-template-startup-spotlight .slider-column.active p.desc {
  color: #fff;
}

.page-template-startup-spotlight .slider-image img.benefit-icon {
  height: 600px;
}

.page-template-startup-spotlight .discover-slider {
  margin-left: 30px;
}

.page-template-startup-spotlight .product .head {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.page-template-startup-spotlight .product .desciption {
  color: #4E4D4D;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.page-template-startup-spotlight .row.bg-red {
  background-image: -webkit-gradient(linear, left top, right top, from(#D81757), to(#E4381B));
  background-image: -webkit-linear-gradient(left, #D81757 0%, #E4381B 100%);
  background-image: linear-gradient(90deg, #D81757 0%, #E4381B 100%);
  padding: 70px 50px;
  color: #fff;
  border-radius: 48px;
}

.page-template-startup-spotlight #success-story h2.section-title {
  max-width: 700px;
}

.page-template-startup-spotlight .testimonial-block.row {
  text-align: left;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-startup-spotlight .testimonial-block.row:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-template-startup-spotlight .message {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.page-template-startup-spotlight .name {
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
}

.page-template-startup-spotlight .m-b-50 {
  margin-bottom: 50px;
}

.page-template-startup-spotlight .m-b-180 {
  margin-bottom: 180px;
}

.page-template-startup-spotlight .value {
  padding: 10px 20px;
  border: 0.5px solid rgba(137, 137, 137, 0.4705882353);
  margin: 8px 0;
  border-radius: 12px;
  text-align: left;
}

.page-template-startup-spotlight .que {
  font-size: 18px;
  line-height: 30px;
}

.page-template-startup-spotlight .ans {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 900px;
  color: rgba(0, 0, 0, 0.7803921569);
}

.page-template-startup-spotlight .faq-icon-blk {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.page-template-startup-spotlight img.faq-icon {
  width: 15px;
  height: 15px;
}

.page-template-startup-spotlight .value-toggle.open .faq-icon {
  rotate: 130deg;
}

.page-template-startup-spotlight .sponsor-logo {
  margin: 10px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-startup-spotlight .ptb-5 {
  padding: 50px 0;
}

.page-template-startup-spotlight .recent-articles ul.slick-dots {
  display: none !important;
}

.page-template-startup-spotlight .recent-articles .slick-prev {
  left: -2%;
  top: 40%;
}

.page-template-startup-spotlight .recent-articles .slick-next {
  right: -2%;
  top: 40%;
}

.page-template-startup-spotlight .recent-articles .slides-three.slick-initialized.slick-slider.slick-dotted {
  margin-top: -200px;
}

.page-template-startup-spotlight .large-12.medium-12.small-12.article-slider {
  max-width: 890px;
  margin: 0 auto;
}

.page-template-startup-spotlight .recent-articles .card-content {
  min-height: 200px;
}

.page-template-startup-spotlight .cta-block {
  text-align: left;
}

.page-template-startup-spotlight .cta-block h4.title {
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 10px;
}

.page-template-startup-spotlight .cta-block p.desc {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  max-width: 515px;
  margin: 0;
}

.page-template-startup-spotlight .timeline ul .add-verticle-line {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -12%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #DF2A34;
  border-radius: 50%;
  -webkit-transform: rotate(46.01deg);
  -ms-transform: rotate(46.01deg);
  transform: rotate(46.01deg);
}

.page-template-startup-spotlight .timeline ul .add-verticle-line.line-1 {
  top: 15%;
}

.page-template-startup-spotlight .timeline ul .add-verticle-line.line-2 {
  top: 50%;
}

.page-template-startup-spotlight .timeline ul .add-verticle-line.line-3 {
  top: 84%;
}

.page-template-startup-spotlight .timeline ul .item-count:before {
  content: "";
  position: absolute;
  left: 57px;
  margin: auto;
  height: 115px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 99%;
  -webkit-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  transform: rotate(134deg);
  background-image: url(../svg/rectangle-505.svg);
  top: 10px;
}

.page-template-startup-spotlight .timeline ul .line-3 .item-count:before {
  left: 48px;
  height: 100px;
}

.page-template-startup-spotlight .timeline {
  position: relative;
}

.page-template-startup-spotlight .timeline .card.content {
  text-align: left;
  border: 1px solid #898989;
  border-radius: 16px;
  background: white;
  margin: 25px 10px;
  padding: 20px 40px;
}

.page-template-startup-spotlight .timeline h4.card-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.page-template-startup-spotlight .timeline ul.tabs {
  list-style: none;
}

.page-template-startup-spotlight .timeline p.card-text.text-black.m-0 {
  font-size: 20px;
  line-height: 29px;
  margin: 12px 0;
  color: #2E2E2E;
}

.page-template-startup-spotlight img.bottom-arrow.lazyloaded {
  margin-left: 127px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-template-startup-spotlight .large-4.medium-4.column.test-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.page-template-startup-spotlight .large-4.medium-4.column.test-img:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-template-startup-spotlight .mob-block {
  display: none;
}

.page-template-startup-spotlight #slider-block ul.slick-dots {
  display: none !important;
}

.page-template-startup-spotlight .mob-none {
  display: block;
}

/*--------------------------------------------------------------
## D2CX Community landing page Styles
--------------------------------------------------------------*/

.page-template-d2cx-community {
  background: #fff;
}

/* hero section css */

.page-template-d2cx-community section#banner {
  padding: 0;
}

.page-template-d2cx-community #banner .label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.page-template-d2cx-community #banner .main-title {
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
}

.page-template-d2cx-community #banner p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.page-template-d2cx-community .hero-btn {
  color: #DA1C4D;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  border-radius: 48px;
  padding: 15px 45px;
  background: #FFF;
}

.page-template-d2cx-community #banner .row {
  position: relative;
  padding: 100px 0;
}

.page-template-d2cx-community #banner img {
  position: absolute;
  width: 700px;
  height: 450px;
  bottom: 0;
  right: 0;
}

/* about us css */

.page-template-d2cx-community .about-us .row {
  border-radius: 24px;
  border: 2px solid #FFDCE0;
  background: #FEF3F3;
  padding: 66px 45px;
}

.page-template-d2cx-community section.about-us {
  padding: 90px 0 36px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #DE2836));
  background: -webkit-linear-gradient(top, #fff 50%, #DE2836 50%);
  background: linear-gradient(180deg, #fff 50%, #DE2836 50%);
}

.page-template-d2cx-community .about-us .about-img {
  height: inherit;
  border-radius: 24px;
  border: 2px solid #FFDCE0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.page-template-d2cx-community .column.medium-1 {
  max-width: 50px;
}

.page-template-d2cx-community .about-img img {
  height: 100%;
  width: 100%;
}

.page-template-d2cx-community .about-us h4.section-title {
  color: #D91B4F;
  font-size: 58px;
  font-weight: 500;
  line-height: 62px;
  text-transform: uppercase;
}

.page-template-d2cx-community .about-us p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* why join css */

.page-template-d2cx-community section#why-join {
  padding: 20px 0 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DE2836), to(#D91B4F));
  background: -webkit-linear-gradient(top, #DE2836 0%, #D91B4F 100%);
  background: linear-gradient(180deg, #DE2836 0%, #D91B4F 100%);
}

.page-template-d2cx-community section#why-join .row.title {
  border-radius: 24px;
  background: #FEF3F3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 30px;
}

.page-template-d2cx-community section#why-join h4.section-title {
  width: 100%;
  margin: 0;
  color: #D91B4F;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  text-transform: uppercase;
}

.page-template-d2cx-community .join {
  border-radius: 24px;
  border: 2px solid #FFDCE0;
  background: #FEF3F3;
  padding: 30px 40px;
  margin: 10px 0;
  min-height: 430px;
}

.page-template-d2cx-community .join img {
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

.page-template-d2cx-community p.join-title {
  color: #000;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
  max-width: 199px;
  margin: 0 0 10px;
}

.page-template-d2cx-community .join-content {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.page-template-d2cx-community #why-join .hero-btn {
  margin: 60px auto 0;
  width: 300px;
  text-align: center;
}

.page-template-d2cx-community #guidline .row {
  padding: 80px 0;
  border-bottom: 1px solid #000;
}

.page-template-d2cx-community #guidline h4.section-title {
  color: #DE2836;
  font-size: 43px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}

.page-template-d2cx-community ul {
  list-style: none;
}

.page-template-d2cx-community #guidline li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.page-template-d2cx-community #guidline img.list-icon {
  width: 18px !important;
  height: 18px;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  margin-left: -35px !important;
  margin-right: 15px !important;
}

/* who should join */

.page-template-d2cx-community #who-should-join .row {
  border-radius: 24px;
  border: 1px solid #E4E4E4;
  background: #FEF3F3;
  margin: 80px auto;
  padding: 50px;
}

.page-template-d2cx-community #who-should-join h4.section-title {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  text-transform: uppercase;
  max-width: 200px;
  margin-bottom: 80px;
}

.page-template-d2cx-community #who-should-join a.hero-btn {
  border-radius: 48px;
  background: #E23125;
  color: #fff;
}

.page-template-d2cx-community #who-should-join .fit-block {
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D91B4F), to(#E23125));
  background: -webkit-linear-gradient(top, #D91B4F 0%, #E23125 100%);
  background: linear-gradient(180deg, #D91B4F 0%, #E23125 100%);
  padding: 80px;
}

.page-template-d2cx-community #who-should-join .fit-block h5 {
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 49px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  text-transform: capitalize;
}

.page-template-d2cx-community #who-should-join .fit-block li {
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}

.page-template-d2cx-community #who-should-join img.list-icon {
  width: 18px;
  height: 18px;
  background: #fff;
  margin-right: 20px;
  margin-left: -27px;
}

/* members section css */

.page-template-d2cx-community section#members {
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DDD));
  background: -webkit-linear-gradient(top, #F1F1F1 0%, #DDD 100%);
  background: linear-gradient(180deg, #F1F1F1 0%, #DDD 100%);
  padding: 100px 0;
}

.page-template-d2cx-community section#members h4.section-title {
  color: #D91B4F;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  text-transform: uppercase;
}

.page-template-d2cx-community section#members .speaker-block .speaker-img {
  border-radius: 29px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E23125), to(#DA1B4E));
  background: -webkit-linear-gradient(top, #E23125 0%, #DA1B4E 100%);
  background: linear-gradient(180deg, #E23125 0%, #DA1B4E 100%);
  min-height: 280px;
  width: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-template-d2cx-community section#members .speaker-block .speaker-img img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 29px;
}

.page-template-d2cx-community section#members p.name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin: 10px 0 0;
}

.page-template-d2cx-community section#members .company {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.page-template-d2cx-community .speaker-block {
  margin: 20px 0;
}

.page-template-d2cx-community section#faqs {
  padding: 100px 0;
  text-align: center;
}

.page-template-d2cx-community section#faqs h4.section-title {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}

.page-template-d2cx-community .divider {
  border-radius: 12px;
  border: 1px solid #E23125;
  background: #FFF;
  padding: 5px;
  width: 50px;
  margin: 0 auto;
}

.page-template-d2cx-community .faqs-container {
  text-align: left;
  padding: 60px 0;
  /* width: 100%; */
}

.page-template-d2cx-community button.inc42-plus__accordion_button.accordion {
  border-radius: 12px;
  background: #FEF3F3;
  color: #000;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 10px 0;
}

.page-template-d2cx-community .accordion .minus {
  display: none;
}

.page-template-d2cx-community .accordion.active .minus {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 15px;
  height: 15px;
}

.page-template-d2cx-community .inc42-plus_accordion .panel {
  padding: 10px;
}

.page-template-d2cx-community .accordion .plus {
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
}

.page-template-d2cx-community .accordion.active .plus {
  display: none;
}

.page-template-d2cx-community .mob-display {
  display: none;
}

.page-template-d2cx-community .mob-none {
  display: inline-block;
}

/*--------------------------------------------------------------
## Startup Booster landing page Styles
--------------------------------------------------------------*/

body.page-template-startup-booster {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F0F1D), to(#272737));
  background: -webkit-linear-gradient(top, #0F0F1D 0%, #272737 100%);
  background: linear-gradient(180deg, #0F0F1D 0%, #272737 100%);
  color: #fff;
}

body.page-template-startup-booster h1.main-title {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

body.page-template-startup-booster section p {
  color: #F6F6F6;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 650px;
  text-align: center;
  margin: 10px auto;
}

body.page-template-startup-booster #banner a.hero-btn {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#DB2243), to(#DB2C2F));
  background: -webkit-linear-gradient(left, #DB2243 0%, #DB2C2F 100%);
  background: linear-gradient(90deg, #DB2243 0%, #DB2C2F 100%);
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  padding: 18px 50px;
}

body.page-template-startup-booster section#banner {
  padding: 50px 0;
  position: relative;
}

body.page-template-startup-booster section#banner p {
  text-align: left;
  margin-bottom: 40px;
}

body.page-template-startup-booster nav.navBarLayoutStyled.navbar {
  background: #0F0F1D;
}

body.page-template-startup-booster #banner img {
  position: absolute;
  right: 0;
  top: -60px;
  width: 580px;
}

body.page-template-startup-booster section {
  padding: 50px 0;
}

body.page-template-startup-booster h2.sub-title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

body.page-template-startup-booster span.red {
  color: #DB2046;
}

body.page-template-startup-booster section#why-startup {
  padding-top: 150px;
  text-align: center;
  color: #fff;
}

body.page-template-startup-booster .card {
  border-radius: 24px;
  background: #FFF;
  padding: 30px;
  color: #1B1B28;
  min-height: 315px;
  margin-top: 50px;
}

body.page-template-startup-booster .card h3.title {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 10px;
}

body.page-template-startup-booster .card p {
  font-size: 14px;
  color: #1B1B28;
  text-align: center;
  margin: 0;
}

body.page-template-startup-booster .black-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B3B), to(#000));
  background: -webkit-linear-gradient(top, #2B2B3B 0%, #000 100%);
  background: linear-gradient(180deg, #2B2B3B 0%, #000 100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  min-height: 315px;
  text-align: center;
}

body.page-template-startup-booster .black-card h3.title {
  font-size: 22px;
  margin: 40px 0 0;
  max-width: 160px;
}

body.page-template-startup-booster .black-card p {
  font-size: 16px;
}

body.page-template-startup-booster section#case-study {
  border-radius: 44px;
  background: #e22f28 url("../png/startup-booster-case-study-background-2.png");
  padding: 100px 0;
  margin: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-template-startup-booster section#case-study .card {
  border-radius: 24px;
  border: 1.339px solid rgba(255, 255, 255, 0.5);
  background: #FFF;
  padding: 7px;
  height: 350px;
}

body.page-template-startup-booster section#case-study h3.title {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  max-width: 245px;
  margin: 20px auto 10px;
}

body.page-template-startup-booster section#shadow-host-companion {
  padding: 0;
}

body.page-template-startup-booster section#case-study .card p {
  color: #626262;
  padding: 0 35px 30px;
}

body.page-template-startup-booster section#case-study .card {
  border-radius: 24px;
  border: 1.339px solid rgba(255, 255, 255, 0.5);
  background: #FFF;
  padding: 7px;
}

body.page-template-startup-booster section#case-study h3.title {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  max-width: 245px;
  margin: 20px auto 10px;
  cursor: pointer;
}

body.page-template-startup-booster section#case-study .card p {
  color: #626262;
  padding: 0 35px 30px;
}

body.page-template-startup-booster section#calling-cta .row {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#D91B4F), to(#E23323));
  background: -webkit-linear-gradient(left, #D91B4F 0%, #E23323 100%);
  background: linear-gradient(90deg, #D91B4F 0%, #E23323 100%);
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.page-template-startup-booster #calling-cta .main-title {
  font-size: 34px;
  margin: 0;
}

body.page-template-startup-booster #calling-cta p {
  text-align: left;
  margin: 10px 0 0;
  line-height: 23px;
}

body.page-template-startup-booster a.hero-btn {
  border-radius: 12px;
  background: #FFF;
  font-size: 22px;
  color: #E12F2A;
  font-weight: 700;
  padding: 15px 40px;
}

body.page-template-startup-booster #client .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 60px;
  -webkit-column-gap: 85px;
  -moz-column-gap: 85px;
  column-gap: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0 50px;
}

body.page-template-startup-booster .large-12.medium-12.small-12.column.img-block img {
  width: 150px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.page-template-startup-booster section#inc42-effect {
  background-size: contain !important;
  padding: 100px 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url("../png/startup-booster-inc42-affect-background-2.png");
}

body.page-template-startup-booster section#inc42-effect .card {
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DA1B4D), to(#E23225));
  background: -webkit-linear-gradient(top, #DA1B4D 0%, #E23225 100%);
  background: linear-gradient(180deg, #DA1B4D 0%, #E23225 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  min-height: auto;
}

body.page-template-startup-booster section#inc42-effect .card h3.title {
  font-size: 44px;
}

body.page-template-startup-booster section#inc42-effect .card p {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}

body.page-template-startup-booster .row.twitter-block {
  margin-top: 80px;
}

body.page-template-startup-booster .popup-overlay {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6980392157);
  position: fixed;
  z-index: 999;
}

body.page-template-startup-booster .popup-outer {
  overflow: hidden;
  width: 640px;
  border-radius: 24px;
  background: #FFF;
  margin: 100px auto 0;
  height: 576px;
  position: relative;
  padding-top: 12px;
}

body.page-template-startup-booster .popup {
  width: 640px;
  border-radius: 24px;
  background: #FFF;
  margin: 10px 0;
  height: 572px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 20px 20px;
  position: relative;
}

body.page-template-startup-booster .popup-header.d-flex {
  border-radius: 12px;
  background: #DA1C4B;
  padding: 10px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

body.page-template-startup-booster button.casestudypopup-close {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 26px;
  background: none;
  color: #000;
}

body.page-template-startup-booster .popup .content p {
  color: #717171;
  font-size: 14px;
  margin-bottom: 30px;
}

body.page-template-startup-booster .popup h3.title {
  font-size: 24px !important;
  text-align: left !important;
  margin: 0 !important;
  max-width: 100% !important;
}

body.page-template-startup-booster .popup .content p.title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

body.page-template-startup-booster .popup p {
  font-size: 16px;
  text-align: left;
}

body.page-template-startup-booster .popup-header.d-flex img {
  width: 188px;
}

body.page-template-startup-booster .popup .content {
  border-radius: 12px;
  border: 1px solid #E1E1E1;
  background: #F8F8F8;
  margin-top: 10px;
  padding: 30px;
}

body.page-template-startup-booster .stats {
  border-radius: 12px;
  background: #FFDAD9;
  padding: 20px;
  min-width: 165px;
  margin: 0px 10px 10px 0;
}

body.page-template-startup-booster .popup::-webkit-scrollbar {
  width: 11px;
}

/* Track */

body.page-template-startup-booster .popup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  padding: 15px;
  border-radius: 0;
  overflow: hidden;
}

/* Handle */

body.page-template-startup-booster .popup::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background-color: #E02D2E;
}

/* Handle on hover */

body.page-template-startup-booster .popup::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

body.page-template-startup-booster .popup-header.d-flex img {
  width: 188px;
  height: 179px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

body.page-template-startup-booster .popup .content .stats p.nos {
  color: #FF2500;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

body.page-template-startup-booster .popup .content .stats p {
  color: #000000;
  font-size: 12px;
  margin: 0;
  line-height: 26px;
}

body.page-template-startup-booster .d-flex.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

body.page-template-startup-booster .popup-btn1 {
  cursor: pointer;
}

body.page-template-startup-booster .popup,
body.page-template-startup-booster .popup-overlay {
  display: none;
}

body.page-template-startup-booster .popup.active,
body.page-template-startup-booster .popup-overlay.active {
  display: block;
}

body.page-template-startup-booster .large-4.medium-12.small-12.column.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

body.page-template-startup-booster #why-startup .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.page-template-startup-booster .black-card img {
  width: 170px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.page-template-startup-booster .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000;
}

body.page-template-startup-booster .column.about-formdiv.bg-white {
  padding: 0;
}

body.page-template-startup-booster div#contact-form {
  border-radius: 0 0 16px 16px;
  background: #FFF;
  padding: 30px;
  width: 450px;
}

body.page-template-startup-booster .lity-close {
  display: block !important;
  width: 40px;
  font-size: 27px;
  line-height: 25px;
}

body.page-template-startup-booster .columns.contact-us-header.large-12.medium-12.small-12 {
  padding: 20px;
  border-radius: 12px 12px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DF2D49), to(#EF3E3B));
  background: -webkit-linear-gradient(top, #DF2D49 0%, #EF3E3B 100%);
  background: linear-gradient(180deg, #DF2D49 0%, #EF3E3B 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

body.page-template-startup-booster .gform_heading {
  display: none;
}

body.page-template-startup-booster .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body.page-template-startup-booster div#GIT-popup {
  margin-top: 60px;
  width: 450px;
  overflow: scroll;
}

body.page-template-startup-booster section#client {
  padding: 0 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F0F1D), to(#272737));
  background: -webkit-linear-gradient(top, #0F0F1D 0%, #272737 100%);
  background: linear-gradient(180deg, #0F0F1D 0%, #272737 100%);
}

body.page-template-startup-booster section#calling-cta.bg-change {
  background: #0F0F1D;
  margin-top: -72px;
  padding: 100px 0;
  position: relative;
  z-index: -1;
}

body.page-template-startup-booster .row.mob-scroll {
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

body.page-template-startup-booster #banner .large-6.medium-12.small-12.column {
  padding: 0;
}

body.page-template-startup-booster section#case-study h3.title {
  margin: 30px auto 10px;
}

body.page-template-startup-booster #case-study .large-4.medium-6.small-10.column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.333333%;
  flex: 0 0 28.333333%;
}

body.page-template-startup-booster section#inc42-effect {
  padding: 100px 0 50px;
}

body.page-template-startup-booster section#case-study .card img {
  border-radius: 16px;
}

/*--------------------------------------------------------------
## GenAI Moments landing page Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Inc42 GenAI Moments Page Styles
	--------------------------------------------------------------*/

body.page-template-genai-moment {
  background: url("https://inc42-stage.thed2csummit.co/wp-content/themes/inc42/img/gen ai moment background.svg");
  background-size: cover !important;
}

body.page-template-genai-moment img.main-logo-image.image-class {
  display: none;
}

button.desktop-view.plus-member-header-btn img.main-logo-image.image-class {
  display: inline !important;
}

body.page-template-genai-moment .lighttheme-logo.d-none {
  display: block !important;
  width: 92px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.page-template-genai-moment .hamburger .line {
  height: 2px;
  background-color: #000;
}

body.page-template-genai-moment i.icon-ic_search_white.white-color.user-profile-info {
  color: #000;
}

body.page-template-genai-moment .MenuItemList ul li a {
  color: #000 !important;
}

body.page-template-genai-moment nav.navBarLayoutStyled.navbar {
  background: transparent;
}

body.page-template-genai-moment i.icon-down-open-big.arrowStyle-submenu {
  color: #000;
}

body.page-template-genai-moment #menu-main-header-menu-left .main-header-submenu .sub-menu {
  background: #fff;
  height: 429px;
}

body.page-template-genai-moment .powered-by p {
  color: #0842EF;
  margin: 10px 10px 0 0;
}

body.page-template-genai-moment .d-flex.powered-by {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.page-template-genai-moment .d-flex.powered-by img {
  width: 118px;
}

body.page-template-genai-moment p.content {
  color: #000;
  max-width: 400px;
}

body.page-template-genai-moment .mob-cta {
  margin: 50px 0;
}

body.page-template-genai-moment img.banner-img {
  position: absolute;
  right: 40px;
  z-index: 10;
  width: 800px;
  top: -5px;
}

body.page-template-genai-moment section#banner {
  margin-top: 65px;
  position: relative;
}

body.page-template-genai-moment img.logo-unit {
  width: 315px;
}

body.page-template-genai-moment .hero-btn {
  border-radius: 10px;
  background: #002698;
  padding: 20px 45px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 12.787px;
  letter-spacing: 1.827px;
  text-transform: uppercase;
}

body.page-template-genai-moment div#about {
  border-radius: 24px;
  border: 2px solid #E0E5FA;
  background: #002592;
  color: #fff;
  padding: 60px;
  position: relative;
  z-index: 11;
}

body.page-template-genai-moment #about .large-7.medium-12.small-12.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  max-width: 503px;
  margin-right: 70px;
}

body.page-template-genai-moment #about .large-5.medium-12.small-12.column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 50px;
}

body.page-template-genai-moment p {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

body.page-template-genai-moment .stats-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-genai-moment .stats h6 {
  letter-spacing: 1px;
  min-width: 200px;
  color: #B895D5;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

body.page-template-genai-moment .stats p {
  color: #FFF;
  /* font-family: Inter; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

body.page-template-genai-moment .card-wrapper.common-card.card_big_4\:3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.page-template-genai-moment figure.card-image {
  width: 295px;
}

body.page-template-genai-moment input#input_107_1 {
  color: #fff;
}

body.page-template-genai-moment .card-wrapper.common-card figure img {
  min-height: 114px;
  height: 100% !important;
}

body.page-template-genai-moment .tabs-content {
  padding: 75px 60px;
}

body.page-template-genai-moment .tabs-content {
  padding: 75px 60px;
  border-radius: 0px 0px 14.994px 14.994px;
  border: 1.874px solid #DAE2F1 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#EDF0F6), to(#EDF0F6)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25))), radial-gradient(106.89% 105.33% at 18.86% 0%, #FBE6E4 0%, #F6F9FF 100%) !important;
  background: -webkit-linear-gradient(bottom, #EDF0F6 0%, #EDF0F6 100%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), -webkit-radial-gradient(18.86% 0%, 106.89% 105.33%, #FBE6E4 0%, #F6F9FF 100%) !important;
  background: linear-gradient(0deg, #EDF0F6 0%, #EDF0F6 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), radial-gradient(106.89% 105.33% at 18.86% 0%, #FBE6E4 0%, #F6F9FF 100%) !important;
  margin-bottom: 70px;
}

body.page-template-genai-moment section.stay-updated .row {
  padding: 50px 0 20px;
  border-top: 1px solid #fff;
}

body.page-template-genai-moment ul#tabs_example {
  border-radius: 10px;
  border: 2px solid #DAE2F1;
  background: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: -5px;
}

body.page-template-genai-moment .tab-icon {
  width: 68px;
  height: 68px;
  margin-bottom: -10px;
  background: #fff;
  padding: 16px 20px 20px;
  border-radius: 50%;
}

body.page-template-genai-moment li.tabs-title a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.page-template-genai-moment li.tabs-title {
  margin: 0 40px;
}

body.page-template-genai-moment li.tabs-title a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.page-template-genai-moment .tabs-title > a:focus,
body.page-template-genai-moment .tabs-title > a:hover,
body.page-template-genai-moment .tabs-title > a[aria-selected=true] {
  background: 0 0 !important;
  color: #fff !important;
  border-bottom: 6px solid #0842ef;
  margin-bottom: 3px;
}

body.page-template-genai-moment .tab-section .large-12.medium-12.small-12.column {
  padding: 0;
}

body.page-template-genai-moment .stayupdated-block {
  background: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border-radius: 24px;
  border: 2px solid #E0E5FA;
}

body.page-template-genai-moment .stayupdated-block .large-6.medium-12.small-12.column {
  padding: 0;
}

body.page-template-genai-moment .stayupdated-block .large-6.medium-12.small-12.column img.ls-is-cached.lazyloaded {
  border-radius: 24px;
  border-right: 2px solid #E0E5FA;
}

body.page-template-genai-moment .large-6.medium-12.small-12.column.content {
  padding: 0 90px;
}

body.page-template-genai-moment .large-6.medium-12.small-12.column.content h2 {
  color: #FFF;
  max-width: 250px;
  margin-bottom: 15px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  text-transform: uppercase;
}

body.page-template-genai-moment h2.entry-title.recommended-block-head {
  max-width: 450px;
  /* color: #030303; */
  font-family: "Noto Sans";
  font-size: 26.477px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.177px;
}

body.page-template-genai-moment h2.entry-title.recommended-block-head a {
  color: #030303;
}

body.page-template-genai-moment .my-inc42-header-btn button {
  background: #e12f2a !important;
  color: #fff;
}

body.page-template-genai-moment .gform_heading {
  display: none;
}

body.page-template-genai-moment input#gform_submit_button_107 {
  border-radius: 6px;
  background: #0842EF;
  font-size: 18px;
  height: 49px;
}

body.page-template-genai-moment input#input_107_1 {
  border-radius: 6px;
  border: 1px solid #B9B9B9;
  background: transparent;
  height: 49px;
}

body.page-template-genai-moment h2#about1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

body.page-template-genai-moment header.headerLayout.scrolled {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
}

body.page-template-genai-moment button#load-more-feed {
  margin-bottom: 0;
}

body.page-template-genai-moment figure.card-image img {
  width: 295px !important;
  height: 220px !important;
}

body.page-template-genai-moment figure.card-image {
  max-width: 295px !important;
  max-height: 220px !important;
}

body.page-template-genai-moment .card-wrapper.horizontal-card .card-content,
.popup-card-wrapper.horizontal-card .card-content {
  padding: 20px;
  width: 100%;
}

body.page-template-genai-moment button#load-more-feed1,
body.page-template-genai-moment button#load-more-feed2,
body.page-template-genai-moment button#load-more-feed3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 265px;
  height: 55px;
  background-color: #d6322e;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 35px;
}

body.page-template-genai-moment a.hero-btn.git-popup-btn:hover {
  color: #fff;
}

/*--------------------------------------------------------------
## moneyball Page landing page Styles
--------------------------------------------------------------*/

.page.page-template-moneyball .site-content {
  margin: 0;
}

.page.page-template-moneyball .entry-header {
  color: #fff;
  padding: 100px 0;
  background: #29055C;
}

.page.page-template-moneyball .entry-content {
  padding: 40px 0;
}

.page.page-template-moneyball nav.navBarLayoutStyled.navbar {
  background: #29055C;
}

.page.page-template-moneyball img.inc42-logo {
  width: 90px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 24px;
}

.page.page-template-moneyball img.moneyball-logo {
  width: 438px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page.page-template-moneyball h1.title {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px;
  margin: 12px 0;
}

.page.page-template-moneyball p.subtitle {
  color: #919191;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  max-width: 400px;
}

.page.page-template-moneyball button.subscribe-btn {
  border-radius: 4px;
  background: #E58920;
  padding: 12px 26px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.page.page-template-moneyball div#primary {
  padding: 0;
}

.page.page-template-moneyball .hentry {
  background: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.page.page-template-moneyball .home-subscribe {
  border-radius: 8px;
  background: #29055C;
  padding: 50px;
  width: 100%;
}

.page.page-template-moneyball img.hero-image1 {
  width: 615px !important;
  right: 25px;
  top: 110px;
  position: absolute;
}

.page.page-template-moneyball .leaders.text-center .row {
  padding: 0 50px;
}

.page.page-template-moneyball .home-subscribe p {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}

.page.page-template-moneyball div#subscribe {
  background: transparent;
}

.page.page-template-moneyball .entry-header .hero-text .entry-subtitle {
  max-width: 400px;
}

.page.page-template-moneyball .card-wrapper .card-content,
.page.page-template-moneyball .popup-card-wrapper .card-content {
  height: 115px;
}

.page.page-template-moneyball input#input_109_4:focus-visible {
  outline: 0;
}

.page.page-template-moneyball .entry-content .leaders .leader-thumb {
  width: 160px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 40px;
}

.page.page-template-moneyball .leaders.text-center .title {
  margin-bottom: 60px;
}

.page.page-template-moneyball .taxonomy-wrap {
  display: none;
}

.page.page-template-moneyball .page .entry-content a {
  color: #000;
}

.page.page-template-moneyball h2.entry-title.recommended-block-head {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}

.page.page-template-moneyball #om-nuaglmhwjpdthewf32wz-optin > div > div > div > div {
  margin: 0px !important;
}

.page.page-template-moneyball .entry-stats {
  margin-top: 30px;
}

.page.page-template-moneyball button#load-more-feed {
  background: #29055C;
}

.page.page-template-moneyball #om-nuaglmhwjpdthewf32wz-success {
  margin-left: -184px;
}

.page.page-template-moneyball h2.gform_title {
  display: none;
}

.page.page-template-moneyball .gform_wrapper.gravity-theme #field_submit input {
  -ms-flex-item-align: center;
  align-self: center;
  background: #fff;
  color: #000;
}

.page.page-template-moneyball p.text-muted {
  text-align: center;
  font-size: 20px;
}

.page.page-template-moneyball form input[type=email] {
  line-height: 33px;
}

.page.page-template-moneyball form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  height: 3.5rem;
  max-width: 27.1875rem;
  padding: 0.5rem;
  width: 100%;
}

.page.page-template-moneyball input#input_109_4 {
  height: 40px;
  background: transparent;
  border: 0;
  color: #fff;
}

.page.page-template-moneyball .small-12.medium-4.small-4.column.hidden {
  display: none;
}

@media print, screen and (min-width: 46.0625em) {
  .page.page-template-events .speakers .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1024px) {
  .page-template-plus-d2c-v2 .speakers-container .speaker:nth-child(odd) {
    margin-top: -20px;
  }

  .page-template-plus-d2c-v2 .wraper {
    margin-right: 80px;
    width: 100%;
  }

  .page-template-plus-d2c-v2 .speakers-container .speaker:nth-child(even),
  .page-template-plus-d2c-v2 .speakers-grid .speaker-cell:nth-child(even) {
    margin-top: 50%;
    direction: rtl;
  }
}

@media print, screen and (min-width: 64em) {
  .page.page-template-events .speakers .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .page-template-plus-recordings .single-company {
    max-width: 12.5%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .page-template-plus-recordings .session-single-speaker {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 20%;
  }
}

@media (max-width: 1168px) {
  .page-template-plus-d2c-v2 .speakers-container .speaker {
    grid-template-columns: 1fr 3fr;
    height: auto;
  }

  .page-template-plus-d2c-v2 .left-line,
  .page-template-plus-d2c-v2 .circle-arrow-down {
    display: none;
  }

  .page-template-plus-d2c-v2 div#pricing-container {
    grid-template-columns: 312px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-template-plus-d2c-v2 .cta-wrapper {
    text-align: center;
  }

  .page-template-plus-d2c-v2 .large-text {
    font-size: 3.2rem;
  }

  .page-template-plus-d2c-v2 h3.extra-title {
    margin-top: 30px;
  }

  .page-template-plus-d2c-v2 .inc42-plus_accordion button {
    width: 100% !important;
  }

  .page-template-plus-d2c-v2 #faq .panel {
    width: 100%;
    position: relative;
  }

  .page-template-plus-d2c-v2 .speakers-container .speaker h6.speaker-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 4px;
  }

  .page-template-plus-d2c-v2 .speaker-image img {
    max-width: 100px;
    height: auto;
  }

  .page-template-plus-d2c-v2 .speaker {
    height: auto !important;
  }

  .page-template-plus-d2c-v2 .speakers-container {
    margin: 35px auto;
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 24px;
  }

  .page-template-plus-d2c-v2 .speakers-container .speaker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }

  .page-template-plus-d2c-v2 .single-ticket {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .inc-d2c-videos .session-recoring.row.expanded {
    padding: 2rem 0;
  }

  .inc-d2c-videos .sidebar-title {
    margin: 50px 0 0;
    font-weight: bold;
  }

  .inc-d2c-videos .recording-secondary {
    padding: 0 0.75rem;
  }

  .inc-d2c-videos .video-thumbnail-2:after {
    padding: 9px 0 0 9px;
  }

  .inc-d2c-videos .session-recoring.row.expanded {
    padding: 2rem 0;
  }

  .inc-d2c-videos .sidebar-title {
    margin: 50px 0 0;
    font-weight: bold;
  }

  .inc-d2c-videos .recording-secondary {
    padding: 0 0.75rem;
  }

  .inc-d2c-videos .video-thumbnail-2:after {
    padding: 9px 0 0 9px;
  }

  .inc-session-recordings .session-recoring.row.expanded {
    padding: 2rem 0;
  }

  .inc-session-recordings .sidebar-title {
    margin: 50px 0 0;
    font-weight: bold;
  }

  .inc-session-recordings .recording-secondary {
    padding: 0 0.75rem;
  }

  .inc-session-recordings .video-thumbnail-2:after {
    padding: 9px 0 0 9px;
  }

  .inc-wtf-startup-equity-sessions .session-recoring.row.expanded {
    padding: 2rem 0;
  }

  .inc-wtf-startup-equity-sessions .sidebar-title {
    margin: 50px 0 0;
    font-weight: bold;
  }

  .inc-wtf-startup-equity-sessions .recording-secondary {
    padding: 0 0.75rem;
  }

  .inc-wtf-startup-equity-sessions .video-thumbnail-2:after {
    padding: 9px 0 0 9px;
  }
}

@media screen and (max-width: 768px) {
  .page.page-template-newsletters-v2 .entry-header {
    background-size: 600px !important;
    padding-bottom: 300px;
    background-position-y: bottom !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page.page-template-newsletters-v2 div.entry-header.lazyloaded {
    background-position-y: bottom !important;
    padding-bottom: 300px;
    background-size: 600px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page.page-template-newsletters-v2 .entry-stats {
    text-align: center;
  }

  .page.page-template-newsletters-v2 .entry-content .leaders .leader-thumb {
    width: 160px;
    height: 30px;
    margin-bottom: 20px;
  }

  .page.page-template-newsletters-v2 .column {
    padding: 0px;
  }

  .page.page-template-newsletters-v2 .leaders .column {
    padding: 10px;
  }

  .page.page-template-newsletters-v2 .entry-content .home-subscribe {
    margin: 40px 10px;
  }

  .page.page-template-newsletters-v2 div.entry-content.clearfix div.editions {
    margin: 10px;
  }

  .page.page-template-newsletters-v2 #om-nuaglmhwjpdthewf32wz-success {
    margin-left: 0px;
  }

  .page.page-template-moneyball .entry-header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page.page-template-moneyball img.hero-image1 {
    display: none;
    width: 100% !important;
    position: static;
  }

  .page.page-template-moneyball .entry-stats {
    text-align: center;
  }

  .page.page-template-moneyball .entry-content .leaders .leader-thumb {
    width: 160px;
    height: 30px;
    margin-bottom: 0px;
  }

  .page.page-template-moneyball .column {
    padding: 0px;
  }

  .page.page-template-moneyball .leaders .column {
    padding: 10px;
  }

  .page.page-template-moneyball .entry-content .home-subscribe {
    margin: 40px 10px;
  }

  .page.page-template-moneyball div.entry-content.clearfix div.editions {
    margin: 10px;
  }

  .page.page-template-moneyball #om-nuaglmhwjpdthewf32wz-success {
    margin-left: 0px;
  }

  .page.page-template-moneyball .gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
    grid-column: span 7 !important;
    -ms-grid-column-span: 7;
  }

  .page.page-template-moneyball .gform_wrapper.gravity-theme #field_submit input {
    margin-top: -6px;
  }

  .page.page-template-moneyball .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: none;
  }
}

@media (max-width: 767px) {
  .page-template-plus-recordings .row.filter a.sort {
    width: 48%;
    float: left;
    min-width: auto;
    font-size: 12px;
  }

  .page-template-plus-recordings #lead .inc42-plus__text_lead {
    font-size: 2.5rem;
    margin: 30px 0 !important;
  }

  .page-template-plus-recordings .video-thumbnail:before {
    top: 40%;
    left: 40%;
  }
}

@media only screen and (max-width: 600px) {
  /* unicorn tracker tables */

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .bootstrap-select .btn-default {
    width: 150px;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    font-size: 0.9rem;
  }

  .page.page-template-events .mob-carousel {
    display: block;
  }

  .page.page-template-events .speakers-row {
    display: none;
  }

  .page.page-template-events .mob-carousel1 .slick-slide {
    width: 185px !important;
  }

  .page.page-template-events .mob-carousel1 .small-6 {
    max-width: 100%;
    text-align: center;
  }

  .page.page-template-events .mob-carousel1 .slick-track {
    padding-bottom: 25px;
  }

  .page.page-template-events .events {
    display: none;
  }

  .page.page-template-events .events-cta {
    display: none;
  }

  .page.page-template-events .mob-carousel1 {
    display: block;
  }

  .page.page-template-events .mob-carousel1 .slick-slide {
    width: 185px !important;
  }

  .page.page-template-events .mob-carousel1 .slick-track {
    margin-left: 60px;
  }

  .page.page-template-events .mob-events {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 299px;
    height: 340px;
    display: block;
    background-color: #fcfcfc;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
  }

  .page.page-template-events .mob-events .column,
  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page.page-template-events .numbers .numbers-amount {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 150%;
    text-align: center;
  }

  .page.page-template-events .c1 {
    background-color: #d6322e;
    padding: 20px 20px;
    margin: 5px;
    border-right: 1px solid rgba(255, 221, 255, 0.8666666667);
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    height: auto;
  }

  .page.page-template-events .mob-events {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page.page-template-events .hero-wrapper .hero-text h1.entry-title {
    width: auto;
    height: auto;
    overflow: hidden;
    font-weight: 700;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 130%;
    text-align: left;
  }

  .page.page-template-events .m1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
  }

  .page.page-template-events .m2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
  }

  .page.page-template-events .entry-header {
    height: 990px;
  }

  .page.page-template-events .hero-wrapper {
    background-color: #ec1f23;
    height: 100%;
  }

  .page.page-template-events .banner-img {
    margin-bottom: 0px;
  }

  .page.page-template-events .home-subscribe .section-text p {
    margin-bottom: 20px;
  }

  .page.page-template-events .brands .brand-image {
    width: 150px;
  }

  .page.page-template-events .brands {
    margin-left: 15px;
  }

  .page.page-template-events .event-date {
    font-weight: 400;
    color: #030303;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 130%;
    text-align: center;
    margin: 5px 0px;
  }

  .page.page-template-events .event-name {
    font-weight: 700;
    color: #030303;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
    margin: 5px 0px;
  }

  .page.page-template-events .event-description {
    font-weight: 400;
    color: rgba(3, 3, 3, 0.5);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 130%;
    text-align: center;
    margin: 5px 0px;
  }

  .page.page-template-events .event-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    display: block;
    border-radius: 4px;
    border: 1px solid #d6322e;
    text-align: center;
    color: #d6322e;
    margin: auto;
    padding-top: 5px;
  }

  .page.page-template-events .brands .events-cta {
    display: block;
    margin: auto;
  }

  .page.page-template-events .event-card-content {
    padding: 10px;
  }

  .page.page-template-events .entry-content .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .page.page-template-startup-submission .hero-wrapper .hero-text .entry-container {
    padding-top: 78px;
  }

  .page.page-template-startup-submission .hero-wrapper {
    height: 100%;
  }

  .page.page-template-startup-submission .banner-img {
    margin-top: 30px;
    margin-bottom: 10px;
    position: static;
  }

  .page.page-template-startup-submission .hero-wrapper .hero-text h1.entry-title {
    width: 100%;
    font-size: 40px;
  }

  .page.page-template-startup-submission .entry-header {
    height: auto;
  }

  .page.page-template-startup-submission .entry-subtitle {
    width: 398px;
    font-size: 16px;
  }

  .page.page-template-startup-submission .title {
    font-size: 35px;
    line-height: 100%;
  }

  .page.page-template-startup-submission .entry-subtitle-blk {
    font-size: 16px;
    line-height: 110%;
  }

  .page.page-template-startup-submission .entry-subtitle-blk {
    font-size: 16px;
    line-height: 110%;
  }

  .page.page-template-startup-submission .title {
    font-size: 35px;
    line-height: 100%;
  }

  .page.page-template-startup-submission .pink-box {
    width: 50%;
    height: 150px;
    margin: 10px 10px;
  }

  .page.page-template-startup-submission .numbers-amount {
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 120%;
  }

  .page.page-template-startup-submission .numbers-text {
    width: 157px;
    height: auto;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-top: 10px;
  }

  .page.page-template-startup-submission .left-head {
    text-align: center;
    font-size: 20px;
  }

  .page.page-template-startup-submission .home-subscribe p.entry-subtitle {
    font-size: 16px;
    width: auto;
    text-align: center;
  }

  .page.page-template-startup-submission .home-subscribe .hero-btn {
    margin: 0 auto;
    font-size: 16px;
  }

  .page.page-template-startup-submission .home-feature-stories .entry-subtitle {
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 100%;
  }

  .page.page-template-startup-submission .slick-slide .benefit-icon.lazyloaded {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .page.page-template-startup-submission .mob-carousel {
    display: block;
  }

  .page.page-template-startup-submission .desktop-no {
    display: none;
  }

  .page.page-template-startup-submission .large-3.medium-3.small-11.column.pink-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .page.page-template-startup-submission #readers .reader img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 250px !important;
  }

  .page.page-template-startup-submission .slick-slide .benefit-icon {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .page.page-template-startup-submission .slick-slide img {
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .page-template-startup-spotlight .site-content,
  .page .site-content {
    margin-top: 0;
  }

  .page-template-startup-spotlight .hero-wrapper {
    padding: 0px;
  }

  .page-template-startup-spotlight .hero-text {
    text-align: center;
    padding: 0px;
  }

  .page-template-startup-spotlight p.label {
    font-size: 14px;
    line-height: 19px;
  }

  .page-template-startup-spotlight .hero-text h1.title {
    width: 100%;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
  }

  .page-template-startup-spotlight .hero-text .description {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .page-template-startup-spotlight .hero-text .hero-btn {
    margin: 30px auto;
    width: 199px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .page-template-startup-spotlight .hero-wrapper .large-6.medium-12.small-12.column.m1 {
    padding: 0;
  }

  .page-template-startup-spotlight .banner-img {
    position: inherit;
    width: 100%;
  }

  .page-template-startup-spotlight .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .page-template-startup-spotlight p.section-subtitle {
    line-height: 19px;
    font-size: 14px;
    max-width: 287px;
  }

  .page-template-startup-spotlight .product img.icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .page-template-startup-spotlight .product.gray .head {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }

  .page-template-startup-spotlight .product.gray .desciption {
    color: #4E4D4D;
    font-size: 14px;
    line-height: 19px;
  }

  .page-template-startup-spotlight .product {
    margin: 10px 0;
    padding: 20px 10px;
    min-height: 160px;
  }

  .page-template-startup-spotlight .product.gray {
    min-height: 208px;
  }

  .page-template-startup-spotlight .product.gray .desciption {
    display: block !important;
  }

  .page-template-startup-spotlight .slider-column {
    display: none;
  }

  .page-template-startup-spotlight .section {
    padding: 20px 0;
  }

  .page-template-startup-spotlight .slider-image img.benefit-icon {
    height: auto;
  }

  .page-template-startup-spotlight .mob-block {
    display: block;
  }

  .page-template-startup-spotlight #slider-block ul.slick-dots {
    display: block !important;
  }

  .page-template-startup-spotlight .slick-list.draggable {
    height: 400px !important;
  }

  .page-template-startup-spotlight .discover-slider {
    margin-left: 0px;
  }

  .page-template-startup-spotlight h4.title.mob-block {
    margin: 10px;
  }

  .page-template-startup-spotlight .slick-list {
    padding: 0 !important;
  }

  .page-template-startup-spotlight .product .head {
    font-size: 14px;
    line-height: 19px;
  }

  .page-template-startup-spotlight .product .desciption {
    display: none;
  }

  .page-template-startup-spotlight .row.bg-red {
    padding: 30px 10px;
    border-radius: 0;
  }

  .page-template-startup-spotlight #articles .slick-initialized .slick-slide {
    width: 220px !important;
  }

  .page-template-startup-spotlight .que {
    font-size: 14px;
    line-height: 20px;
  }

  .page-template-startup-spotlight .ans {
    font-size: 12px;
    line-height: 16px;
  }

  .page-template-startup-spotlight .ptb-5 {
    padding: 20px 0;
  }

  .page-template-startup-spotlight .hero-btn {
    font-size: 16px;
    width: 199px;
    margin: 0 auto;
    border-radius: 6px;
  }

  .page-template-startup-spotlight .mob-none {
    display: none !important;
  }

  .page-template-startup-spotlight .testimonial-block.row {
    text-align: center;
    padding: 30px 0;
  }

  .page-template-startup-spotlight .timeline ul .add-verticle-line {
    display: none !important;
  }

  .page-template-startup-spotlight .timeline h4.card-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .page-template-startup-spotlight .timeline p.card-text.text-black.m-0 {
    font-size: 14px;
    line-height: 19px;
    margin: 5px 0;
  }

  .page-template-startup-spotlight .timeline ul.tabs {
    margin: 0;
  }

  .page-template-startup-spotlight .timeline .card.content {
    margin: 15px 0px;
    padding: 20px;
  }

  .page-template-startup-spotlight .sponsor-logo {
    margin: 10px 0px;
  }

  .page-template-startup-spotlight .sponsor-logo img {
    width: 73px;
    height: 40px;
  }

  .page-template-startup-spotlight #Application a.hero-btn.mob-block {
    padding: 5px;
  }

  .page-template-startup-spotlight img.faq-icon {
    width: 20px;
    height: 20px;
  }

  .page-template-startup-spotlight .recent-articles ul.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 95px;
  }

  .page-template-startup-spotlight .testimonial-block .slick-list.draggable {
    height: 450px !important;
  }

  .page-template-startup-spotlight .testimonial-block .large-12.medium-12.small-12.column {
    padding: 0;
  }

  .page-template-startup-spotlight .testimonial-block .slick-dots li.slick-active button {
    background: #fff;
  }

  .page-template-startup-spotlight .message {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .page-template-startup-spotlight .name {
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
  }

  .page-template-startup-spotlight .designation {
    font-size: 14px;
  }

  .page-template-startup-spotlight #success-story .slick-slide img {
    display: block;
    width: 200px;
    margin-bottom: 25px;
    margin-left: 85px;
  }
}

@media (max-width: 498px) {
  .page-template-plus-d2c-v2 .accordion_button_wrap {
    margin-left: 30px;
    padding-right: 10px;
  }

  .page-template-plus-d2c-v2 .accordion_button_wrap:before {
    position: absolute;
    left: 10px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .page-template-plus-d2c #lead .inc42-plus__lead_image {
    margin-bottom: 4rem;
  }

  .page-template-plus-d2c #numbers {
    margin-bottom: 45px;
  }

  .page-template-plus-d2c .inc42-plus__image.add {
    margin-bottom: 1.5rem;
  }

  .page-template-plus-d2c #pricing #pricing-1 .pricing-column,
  .page-template-plus-d2c #pricing #pricing-2 .pricing-column,
  .page-template-plus-d2c #pricing #pricing-3 .pricing-column {
    height: 100%;
  }

  .page-template-plus-d2c #pricing #pricing-2 .pricing-column,
  .page-template-plus-d2c #pricing #pricing-3 .pricing-column {
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-plus-d2c #pricing #pricing-btn1,
  .page-template-plus-d2c #pricing #pricing-btn2,
  .page-template-plus-d2c #pricing #pricing-btn3 {
    max-width: 100%;
  }

  .column-reverse-medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .page-template-plus-d2c-v2 #lead .inc42-plus__lead_image {
    margin-bottom: 4rem;
  }

  .page-template-plus-d2c-v2 #numbers {
    margin-bottom: 45px;
  }

  .page-template-plus-d2c-v2 .inc42-plus__image.add {
    margin-bottom: 1.5rem;
  }

  .page-template-plus-d2c-v3 #numbers {
    padding: 33.5px 0 8.5px;
  }

  .page-template-plus-d2c-v3 #numbers #number-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-plus-d2c-v3 .number {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
  }

  .page-template-plus-d2c-v3 .number:nth-child(2n):after {
    content: "";
    width: 0;
    height: 0;
  }

  .page-template-plus-d2c-v3 .number-count {
    font-size: 30px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-time {
    font-size: 14px;
  }

  .page-template-plus-d2c-v3 #pricing #price-1 .price-box {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .page-template-plus-d2c-v3 #pricing #price-2 .price-box {
    margin-left: auto;
  }

  .page-template-plus-d2c-v3 #sponsors .co-sponsor .sponsor-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #mobile-menu-trigger {
    color: #fff;
  }

  .page-template-plus-recordings .hide-for-small-only {
    display: none;
  }

  .page-template-plus-recordings .inc42-plus__image.add {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-tms-sessions h6.speaker-name {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 1.1rem;
    margin-bottom: 2px;
    min-height: 39px;
  }

  .page-template-tms-sessions .p-2 {
    padding: 2rem 1rem;
  }

  .page-template-tms-sessions .slick-next {
    right: -2rem;
    top: 35%;
  }

  .page-template-tms-sessions button.slick-prev.slick-arrow {
    left: -2rem;
    top: 35%;
  }

  .page-template-tms-sessions .slick-list {
    padding: 0 !important;
  }

  .page-template-tms-sessions #pricing ul li {
    font-size: 1rem;
  }

  .page-template-tms-sessions .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .page-template-tms-sessions .p-5 {
    padding: 2rem 0;
  }

  .page-template-tms-sessions .border-right {
    border: none !important;
  }

  .page-template-tms-sessions .border-bottom-mobile {
    border-bottom: 1px solid var(--accent) !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }

  .page-template-tms-sessions .lity-wrap .ebook-description-wrapper {
    margin-top: 0;
  }

  .page-template-tms-sessions .lity-wrap h6.ebook-title {
    text-align: left !important;
    margin-top: 20px;
  }

  .page-template-tms-sessions h1.hero-heading {
    font-size: 3rem;
    line-height: 1.1;
  }

  .page-template-tms-sessions .single-company {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin: 0 auto;
    text-align: center;
  }

  .inc-makers-academy .event-videos,
  .inc-d2c-academy .event-videos,
  .inc-crypto-academy .event-videos {
    padding: 20px 0;
  }

  .inc-d2c-academy .border-bottom-mobile {
    border-bottom: 1px solid var(--accent) !important;
  }

  .inc-crypto-academy .border-bottom-mobile {
    border-bottom: 1px solid var(--accent) !important;
  }

  .flip-columns-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page.page-template-startup-hotline .site-content {
    margin-top: 0;
  }

  .page.page-template-startup-hotline header.entry-header .row > .column {
    padding-top: 2rem;
  }

  .page.page-template-startup-hotline .startupvscovid-logo {
    width: 150px;
  }

  .page.page-template-startup-hotline header.entry-header {
    background-size: 710px 412px;
    padding: 0;
    background-position: right top;
  }

  .page.page-template-startup-hotline header.entry-header .entry-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1rem;
  }

  .page.page-template-startup-hotline header.entry-header .entry-subtitle {
    line-height: 1.3;
  }

  .page.page-template-startup-hotline .hero-image .attachment-post-thumbnail {
    height: 380px;
  }

  .page.page-template-startup-hotline .hero-text,
  .page.page-template-startup-hotline .tech-impact,
  .page.page-template-startup-hotline .tech-impact-updates-text,
  .page.page-template-startup-hotline .tech-reset-text,
  .page.page-template-startup-hotline .tech-reset-updates-text,
  .page.page-template-startup-hotline .ask-me-anything-text,
  .page.page-template-startup-hotline .mini-report-text,
  .page.page-template-startup-hotline .framework-text,
  .page.page-template-startup-hotline .framework-updates-text,
  .page.page-template-startup-hotline .crusaders-text,
  .page.page-template-startup-hotline .crusaders-updates-text,
  .page.page-template-startup-hotline .startup-hotline-text,
  .page.page-template-startup-hotline .startup-hotline-contribute-text,
  .page.page-template-startup-hotline .crowdsourced-text {
    text-align: center;
  }

  .page.page-template-startup-hotline #tech-impact,
  .page.page-template-startup-hotline #tech-reset,
  .page.page-template-startup-hotline #ask-me-anything,
  .page.page-template-startup-hotline #mini-report,
  .page.page-template-startup-hotline #framework,
  .page.page-template-startup-hotline #crusaders,
  .page.page-template-startup-hotline #startup-hotline,
  .page.page-template-startup-hotline #crowdsourced {
    padding: 3rem 0;
  }

  .page.page-template-startup-hotline .tech-impact-hero,
  .page.page-template-startup-hotline .tech-reset-text,
  .page.page-template-startup-hotline .mini-report-hero,
  .page.page-template-startup-hotline .framework-hero,
  .page.page-template-startup-hotline .crusaders-hero,
  .page.page-template-startup-hotline .startup-hotline-hero,
  .page.page-template-startup-hotline .startup-hotline-contribute-hero,
  .page.page-template-startup-hotline .crowdsourced-hero {
    margin-bottom: 3rem;
  }

  .page.page-template-startup-hotline .crusaders-text p {
    margin-bottom: 0;
  }

  .page.page-template-startup-hotline .card-wrapper .card-content {
    padding: 0.75rem;
  }

  .page.page-template-startup-hotline .heading {
    font-size: 1.5rem;
  }

  .page.page-template-startup-hotline .heading .heading-icon {
    height: 22px;
  }

  .page.page-template-startup-hotline h4 {
    font-size: 1.3rem;
  }

  .page.page-template-startup-hotline .inline-list.inc-tabs {
    display: block;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .page.page-template-startup-hotline .inline-list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page.page-template-startup-hotline .tab-content.current {
    margin-top: 0;
  }

  .page.page-template-startup-hotline .entry-footer {
    padding-bottom: 3rem;
  }

  .page.page-template-startup-hotline .ask-me-anything-cta {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 39.9375em) {
  .page.page-template-events .hero-wrapper .hero-text {
    max-width: 90%;
  }

  .page.page-template-events .hero-wrapper .hero-text .entry-subtitle {
    font-size: 18px;
    max-width: 280px;
  }

  .page.page-template-events .hero-wrapper .hero-text .hero-box {
    width: 250px;
    height: 234px;
    top: -68px;
    left: 30px;
  }

  .page.page-template-events .hero-wrapper .hero-text:before {
    height: 60px;
    top: -68px;
    left: 30px;
  }

  .page.page-template-events .hero-wrapper .hero-text:after {
    height: 55px;
    top: 111px;
    left: 30px;
  }

  .page.page-template-events h2.title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .page.page-template-events .section {
    padding: 40px 0;
  }

  .page.page-template-events .numbers.section {
    padding-bottom: 15px;
  }

  .page.page-template-events .numbers .numbers-text {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .page.page-template-events .site-footer {
    margin-top: 0;
  }

  .page.page-template-events .speakers .title {
    margin-bottom: 30px;
  }

  .page.page-template-events .speakers {
    padding-bottom: 0;
  }

  .page.page-template-events .brands {
    padding-top: 0;
  }

  .page.page-template-events .brands .title {
    margin-bottom: 40px;
  }

  .page.page-template-events .newsletter {
    padding-bottom: 0;
  }

  .page.page-template-events .home-subscribe {
    margin-bottom: 0;
  }

  .page.page-template-events .home-subscribe .section-text {
    text-align: center;
    margin-bottom: 0;
  }

  .page.page-template-events .upcoming-events h2.title {
    margin-bottom: 30px;
  }

  .page.page-template-events .events .event-card .event-image {
    width: 100%;
    height: auto;
  }

  .page.page-template-events .events .event-card .event-date {
    font-size: 12px;
  }

  .page.page-template-events .events .event-card .event-name {
    font-size: 18px;
  }

  .page.page-template-events .events .event-card .event-description {
    font-size: 15px;
  }

  .page.page-template-events .events .event-card .event-button {
    width: 152px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-top: 5px !important;
  }

  .page.page-template-events .events .event-card {
    margin-bottom: 15px;
  }

  .page.page-template-events .section.upcoming-events {
    padding-bottom: 15px;
  }

  .page.page-template-events .section.past-events {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 33.9375em) {
  body.page-template-about-us header#headd {
    padding: 0;
  }

  body.page-template-about-us #our-story h3.section-title.red {
    margin-bottom: 12px;
  }

  body.page-template-about-us div#our-story {
    margin: 40px 0px;
    padding: 20px 10px;
  }

  body.page-template-about-us #products {
    padding: 0px;
  }

  #contact-popup {
    width: 380px;
  }

  body.page-template-about-us .main-title {
    font-size: 34px;
    line-height: 46px;
    text-align: center;
  }

  body.page-template-about-us .section-title {
    font-size: 28px;
    margin-bottom: 27px;
    text-align: center;
  }

  body.page-template-about-us #our-story p {
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0;
  }

  body.page-template-about-us .product img {
    width: 35px;
    height: 29px;
    margin-bottom: 10px;
  }

  body.page-template-about-us #products .product-title {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }

  body.page-template-about-us #products .product-content {
    margin-top: 10px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
  }

  body.page-template-about-us #products .product {
    margin: 10px 0px;
    padding: 20px 10px;
    min-height: 180px;
  }

  body.page-template-about-us #values {
    margin: 40px 0;
    padding: 30px 10px;
  }

  body.page-template-about-us #values .value {
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  body.page-template-about-us #values .value-icon {
    max-width: 39px;
    height: 39px;
  }

  body.page-template-about-us #values img.caret-icon {
    max-width: 8px !important;
  }

  body.page-template-about-us #values div.callout {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px;
    text-align: initial;
  }

  body.page-template-about-us #readers {
    border-top: 0;
    padding: 0;
  }

  body.page-template-about-us #explore .card {
    margin: 10px;
    text-align: center;
  }

  body.page-template-about-us #explore .card button {
    font-size: 13px;
  }

  body.page-template-about-us #explore .card h4.title {
    font-size: 28px;
  }

  body.page-template-about-us #our-story .small-12 {
    text-align: center;
  }

  body.page-template-about-us .site-footer .small-12 {
    text-align: initial;
  }

  body.page-template-about-us #readers .reader {
    max-height: 120px;
  }

  body.page-template-about-us div#explore {
    margin-top: 40px;
    padding: 0;
  }

  .column-reverse-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .page-template-plus-d2c #lead {
    margin-top: 1rem;
  }

  .page-template-plus-d2c #lead .inc42-plus__text_lead {
    font-size: 48px;
  }

  .page-template-plus-d2c #lead .inc42-plus__lead_image {
    margin-bottom: 2rem;
  }

  .page-template-plus-d2c #numbers {
    margin-bottom: 47.5px;
  }

  .page-template-plus-d2c #numbers .number-wrapper {
    margin-bottom: 2rem;
  }

  .page-template-plus-d2c #numbers .row .column,
  .page-template-plus-d2c #numbers .row .columns {
    border-right: 0;
  }

  .page-template-plus-d2c #numbers .column:last-child .number-wrapper {
    margin-bottom: 0;
  }

  .page-template-plus-d2c #numbers #numbers-cta {
    display: block;
    margin-top: 2rem;
  }

  .page-template-plus-d2c .title-bg {
    font-size: 38px;
  }

  .page-template-plus-d2c .inc42-plus_hr {
    margin-bottom: 22.5px;
  }

  .page-template-plus-d2c #sessions {
    margin-top: 45px;
  }

  .page-template-plus-d2c #not-all {
    margin-top: 45px;
  }

  .page-template-plus-d2c #not-all .inc42-plus__image {
    margin-bottom: 2rem;
  }

  .page-template-plus-d2c #not-all .title,
  .page-template-plus-d2c #not-all .title-small,
  .page-template-plus-d2c #not-all p {
    text-align: center;
  }

  .page-template-plus-d2c #plus-more {
    margin-top: 35px;
  }

  .page-template-plus-d2c #pricing {
    margin-top: 1rem;
    margin-bottom: 25px;
  }

  .page-template-plus-d2c #pricing #pricing-1 .pricing-column {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }

  .page-template-plus-d2c #pricing #pricing-2 .pricing-column {
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-plus-d2c #pricing #pricing-3 .pricing-column {
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-plus-d2c #pricing #pricing-plus {
    margin-top: 37.5px;
  }

  .page-template-plus-d2c #pricing-container {
    margin-top: 20px;
  }

  .page-template-plus-d2c #faq,
  .page-template-plus-d2c #subscribe {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .page-template-plus-d2c .inc42-plus__image.add {
    margin-bottom: 1.5rem;
  }

  .page-template-plus-d2c .event-date {
    text-align: center;
  }

  .page-template-plus-d2c .text-center-tablet-down {
    text-align: center;
  }

  .page-template-plus-d2c .read-more-mobile .read-more-text {
    display: none;
  }

  .page-template-plus-d2c .read-more-mobile.show .read-more-text {
    display: inline;
  }

  .page-template-plus-d2c .read-more-mobile .read-more-link {
    display: inline-block;
    color: #A44954;
    text-decoration: underline;
  }

  .page-template-plus-d2c #upcoming-masterclass,
  .page-template-plus-d2c #sessions {
    text-align: center;
    margin-bottom: 50px;
  }

  .page-template-plus-d2c #upcoming-masterclass h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .page-template-plus-d2c #d2c-masterclass .video-desc a h4 {
    font-size: 18px;
  }

  .page-template-plus-d2c #d2c-masterclass .cta-wrapper {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c #sessions {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c #pricing #pricing-1,
  .page-template-plus-d2c #pricing #pricing-2,
  .page-template-plus-d2c #pricing #pricing-3 {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c #pricing #pricing-2 .pricing-column,
  .page-template-plus-d2c #pricing #pricing-3 .pricing-column {
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-plus-d2c-v2 #lead {
    margin-top: 1rem;
  }

  .page-template-plus-d2c-v2 #lead .inc42-plus__text_lead {
    font-size: 48px;
  }

  .page-template-plus-d2c-v2 #lead .inc42-plus__lead_image {
    margin-bottom: 2rem;
  }

  .page-template-plus-d2c-v2 .title-bg {
    font-size: 38px;
  }

  .page-template-plus-d2c-v2 .inc42-plus_hr {
    margin-bottom: 22.5px;
  }

  .page-template-plus-d2c-v2 #sessions {
    margin-top: 45px;
  }

  .page-template-plus-d2c-v2 #not-all {
    margin-top: 45px;
  }

  .page-template-plus-d2c-v2 #not-all .inc42-plus__image {
    margin-bottom: 2rem;
  }

  .page-template-plus-d2c-v2 #not-all .title,
  .page-template-plus-d2c-v2 #not-all .title-small,
  .page-template-plus-d2c-v2 #not-all p {
    text-align: center;
  }

  .page-template-plus-d2c-v2 #plus-more {
    margin-top: 35px;
  }

  .page-template-plus-d2c-v2 #pricing-container {
    margin-top: 20px;
  }

  .page-template-plus-d2c-v2 #faq,
  .page-template-plus-d2c-v2 #subscribe {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .page-template-plus-d2c-v2 .inc42-plus__image.add {
    margin-bottom: 1.5rem;
  }

  .page-template-plus-d2c-v2 .event-date,
  .page-template-plus-d2c-v2 .text-center-tablet-down {
    text-align: center;
  }

  .page-template-plus-d2c-v2 .read-more-mobile .read-more-text {
    display: none;
  }

  .page-template-plus-d2c-v2 .read-more-mobile.show .read-more-text {
    display: inline;
  }

  .page-template-plus-d2c-v2 .read-more-mobile .read-more-link {
    display: inline-block;
    color: #a44954;
    text-decoration: underline;
  }

  .page-template-plus-d2c-v2 #sessions {
    text-align: center;
    margin-bottom: 50px;
  }

  .page-template-plus-d2c-v2 #d2c-masterclass .video-desc a h4 {
    font-size: 18px;
  }

  .page-template-plus-d2c-v2 #d2c-masterclass .cta-wrapper {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v2 #sessions {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #lead {
    padding-bottom: 40px;
  }

  .page-template-plus-d2c-v3 #lead .hero-img__1 {
    max-width: 75%;
  }

  .page-template-plus-d2c-v3 #lead .hero-img__2 {
    margin-right: 15px;
  }

  .page-template-plus-d2c-v3 #lead .co-present {
    font-size: 15px;
    margin-bottom: 0;
  }

  .page-template-plus-d2c-v3 #lead .hero-img__2,
  .page-template-plus-d2c-v3 #lead .hero-img__3 {
    width: 70px;
  }

  .page-template-plus-d2c-v3 #lead .row {
    background: url(../png/hero-bg-1m.png) no-repeat 5% 15%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-2m.png) no-repeat 95% 5%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-3m.png) no-repeat 0% 50%, url(https://inc42.com/wp-content/uploads/2021/05/hero-bg-4m.png) no-repeat 100% 40%;
  }

  .page-template-plus-d2c-v3 #lead .hero-title {
    font-size: 18px;
  }

  .page-template-plus-d2c-v3 #lead .hero-date {
    font-size: 14px;
  }

  .page-template-plus-d2c-v3 .inc42-plus__cta {
    width: 100%;
    height: 47px;
    font-size: 14px;
    line-height: 47px;
    padding: 0;
  }

  .page-template-plus-d2c-v3 #numbers {
    padding: 33.5px 0 8.5px;
  }

  .page-template-plus-d2c-v3 #numbers #number-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-plus-d2c-v3 #numbers .number {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
  }

  .page-template-plus-d2c-v3 #numbers .number:nth-child(2n):after {
    content: "";
    width: 0;
    height: 0;
  }

  .page-template-plus-d2c-v3 #numbers .number:last-child {
    display: none;
  }

  .page-template-plus-d2c-v3 #numbers .number-count {
    font-size: 20px;
  }

  .page-template-plus-d2c-v3 #about {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #about .about-image {
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #about .about-text {
    font-size: 11px;
  }

  .page-template-plus-d2c-v3 #about #about-cta {
    margin-top: 15px;
  }

  .page-template-plus-d2c-v3 #about #about-cta .inc42-plus__cta {
    width: 80%;
  }

  .page-template-plus-d2c-v3 .title {
    font-size: 20px;
  }

  .page-template-plus-d2c-v3 .title:before,
  .page-template-plus-d2c-v3 .title:after {
    width: 0;
    height: 0;
  }

  .page-template-plus-d2c-v3 .description {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #partners {
    padding: 33.5px 0 13.5px;
  }

  .page-template-plus-d2c-v3 #partners .partner-images img {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #speakers {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #speakers .speaker-name {
    font-size: 14px;
  }

  .page-template-plus-d2c-v3 #speakers .speaker-company {
    font-size: 10px;
  }

  .page-template-plus-d2c-v3 #load-speakers {
    width: 80%;
    margin-top: 0;
  }

  .page-template-plus-d2c-v3 #attend {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #attend .attendees {
    margin-top: 15px;
    padding: 15px 15px 0;
  }

  .page-template-plus-d2c-v3 #attend .attendee {
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }

  .page-template-plus-d2c-v3 #attend #about-cta {
    margin-top: 40px;
  }

  .page-template-plus-d2c-v3 #agenda {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #agenda .title {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #agenda #agenda-buttons {
    margin-bottom: 0;
  }

  .page-template-plus-d2c-v3 #agenda #agenda-buttons .button {
    font-size: 11px;
    white-space: pre-wrap;
    height: 100%;
    line-height: 1.5;
    width: 100%;
    padding: 3px 5px 0;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-timings-container {
    padding: 30px 0 10px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-label {
    display: inline-block;
    font-size: 13px;
    width: 138px;
    height: 29px;
    line-height: 29px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-time {
    font-size: 11px;
    text-align: right;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-title-wrapper {
    padding-left: 0;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-author-name {
    font-size: 9px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-timings .agenda-author-info {
    font-size: 8px;
  }

  .page-template-plus-d2c-v3 #agenda .agenda-author-img img {
    width: 33px;
    height: 33px;
  }

  .page-template-plus-d2c-v3 #agenda #agenda-cta {
    margin-top: 15px;
  }

  .page-template-plus-d2c-v3 #guide {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #guide .guide-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #guide .guide-list-item {
    font-size: 14px;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #guide #guide-container {
    margin-bottom: 30px;
  }

  .page-template-plus-d2c-v3 #guide .guide-image {
    margin-top: 0;
  }

  .page-template-plus-d2c-v3 #guide .guide-more-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .page-template-plus-d2c-v3 .guide-wrapper .column {
    padding: 0;
  }

  .page-template-plus-d2c-v3 #pricing {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #pricing .price-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #pricing .price-box .price-box-price {
    margin-bottom: 30px;
  }

  .page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item.price-box-tick,
  .page-template-plus-d2c-v3 #pricing .price-box .price-box-list-item.price-box-cross {
    background-size: 20px;
  }

  .page-template-plus-d2c-v3 #sponsors {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #sponsors .sponsor-text {
    font-size: 16px;
  }

  .page-template-plus-d2c-v3 #sponsors .sponsor-wrapper {
    margin-bottom: 30px;
  }

  .page-template-plus-d2c-v3 #sponsors .sponsor-wrapper:after {
    width: 0;
    height: 0;
  }

  .page-template-plus-d2c-v3 #sponsors img {
    width: auto;
  }

  .page-template-plus-d2c-v3 #sponsors .sponsor .sponsor-deskera,
  .page-template-plus-d2c-v3 #sponsors .sponsor .sponsor-shipway {
    width: 105px;
  }

  .page-template-plus-d2c-v3 #sponsors .co-sponsor .sponsor-image {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto 20px;
  }

  .page-template-plus-d2c-v3 #sponsors #sponsor-cta {
    margin-top: 20px;
  }

  .page-template-plus-d2c-v3 #sponsors .associates-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #sponsors .wishers .sponsor-image {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .page-template-plus-d2c-v3 #reviews {
    padding: 40px 0 25px;
  }

  .page-template-plus-d2c-v3 #reviews .review {
    padding: 15px;
  }

  .page-template-plus-d2c-v3 #reviews .review .review-user .review-user-avatar {
    width: 37px;
    height: 37px;
  }

  .page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info .review-user-name {
    font-size: 12px;
  }

  .page-template-plus-d2c-v3 #reviews .review .review-user .review-user-info .review-username {
    font-size: 9px;
  }

  .page-template-plus-d2c-v3 #reviews .review .review-text {
    font-size: 12px;
  }

  .page-template-plus-d2c-v3 #faq {
    padding: 40px 0;
  }

  .page-template-plus-d2c-v3 #faq .inc42-plus_accordion button {
    width: 100%;
  }

  .page-template-plus-d2c-v3 #faq .inc42-plus_accordion button.active {
    border: 0;
    padding-bottom: 0;
  }

  .page-template-plus-d2c-v3 #faq .panel {
    position: relative;
    width: 100%;
    font-size: 14px;
    border: 0;
    padding: 15px 0;
  }

  .page-template-plus-d2c-v3 .accordion .accordion_button_wrap {
    font-size: 16px;
    line-height: 1.3;
    background-size: 15px;
    padding: 0 20px;
  }

  .page-template-plus-d2c-v3 .accordion.active .accordion_button_wrap {
    background-size: 15px;
  }

  .page-template-plus-d2c-v3 #about > .row:before {
    width: 27px;
    height: 24px;
    top: -24px;
    left: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #about > .row:after {
    width: 27px;
    height: 27px;
    right: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #speakers > .row:before {
    width: 27px;
    height: 23px;
    top: -27px;
    left: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #speakers > .row:after {
    width: 27px;
    height: 23px;
    bottom: -20px;
    right: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #speakers #load-speakers {
    margin-top: 30px;
  }

  .page-template-plus-d2c-v3 #attend > .row:before {
    width: 27px;
    height: 27px;
    top: -27px;
    left: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #attend > .row:after {
    width: 27px;
    height: 23px;
    bottom: -30px;
    right: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #agenda > .row:before {
    width: 27px;
    height: 27px;
    top: -27px;
    left: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #agenda > .row:after {
    width: 27px;
    height: 27px;
    bottom: -20px;
    right: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #guide > .row:before {
    width: 27px;
    height: 23px;
    top: -27px;
    left: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #guide > .row:after {
    width: 27px;
    height: 23px;
    bottom: -30px;
    right: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #pricing > .row:before {
    width: 7px;
    height: 24px;
    top: -27px;
    left: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #pricing > .row:after {
    width: 27px;
    height: 23px;
    bottom: -20px;
    right: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #sponsors > .row:before {
    width: 27px;
    height: 23px;
    top: -27px;
    left: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #sponsors > .row:after {
    width: 27px;
    height: 23px;
    bottom: -30px;
    right: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #reviews > .row:before {
    width: 27px;
    height: 27px;
    top: -27px;
    left: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #reviews > .row:after {
    width: 27px;
    height: 27px;
    bottom: -20px;
    right: 0;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #faq > .row:before {
    width: 27px;
    height: 27px;
    top: -27px;
    left: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #faq > .row:after {
    width: 27px;
    height: 27px;
    bottom: -30px;
    right: 10px;
    background-size: contain;
  }

  .page-template-plus-d2c-v3 #pricing-plus p {
    font-size: 22px;
  }

  .page-template-plus-d2c-v3 #pricing-plus a {
    font-size: 18px;
  }

  .page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-image {
    max-width: 200px;
    margin: 0 auto 10px;
  }

  .page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-name-wrapper {
    text-align: center;
  }

  .page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info {
    padding-left: 0;
  }

  .page-template-plus-d2c-v3 .lity-content .speaker-popup .speaker-info .speaker-name:after {
    right: 0;
    margin: 0 auto;
  }

  .page-template-plus-d2c-v3.dark-mode #lead .row {
    background: url(../png/hero-bg-1m-dark-e1625143744610.png) no-repeat 5% 15%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-2m-dark-e1625143728158.png) no-repeat 95% 5%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-4m-dark-e1625143759361.png) no-repeat 0% 50%, url(https://inc42.com/wp-content/uploads/2021/07/hero-bg-3m-dark-e1625143770219.png) no-repeat 100% 40%;
  }

  .page-template-plus-d2c-v3 .d2c-section {
    padding: 20px 0;
  }

  .page-template-plus-d2c-v3 #sessions .session .session-title {
    font-size: 12px;
  }

  .page-template-plus-d2c-v3 #sessions .session .session-cta {
    font-size: 16px;
  }

  .page-template-plus-d2c-v3 #sessions #sessions-cta {
    margin-top: 0;
  }

  .page-template-plus-d2c-v3 #courses #courses-cta .inc42-plus__cta {
    margin-top: 0;
  }

  .page-template-plus-d2c-v3 #pricing .individual-pass-toggle {
    margin-bottom: 10px;
  }

  .page-template-plus-d2c-v3 #pricing .single-pricing-benefits {
    margin-bottom: 20px;
  }

  .page-template-plus-d2c-v3 #pricing .single-pricing-benefits li {
    font-size: 14px;
    line-height: 21px;
    background-size: 14px !important;
    margin-bottom: 10px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-boxes {
    margin-top: 30px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box {
    padding: 15px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box .single-price-box-discount {
    font-size: 21px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box-title {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box-price {
    font-size: 49px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box-cta {
    font-size: 18px;
    line-height: 54px;
    height: 60px;
    margin-bottom: 25px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box-footer {
    font-size: 13px;
  }

  .page-template-plus-d2c-v3 #pricing .single-price-box-users {
    margin-bottom: 15px;
  }

  .page-template-plus-d2c-v3.d2c-academy .title {
    margin-bottom: 30px;
  }

  .page-template-plus-d2c-v3.d2c-academy .title,
  .page-template-plus-d2c-v3.d2c-academy .title-alt {
    font-size: 16px;
  }

  .page-template-plus-d2c-v3.d2c-academy #lead .hero-title {
    font-size: 28px;
  }

  .page-template-plus-d2c-v3.d2c-academy #lead .hero-img__1 {
    max-width: 70%;
  }

  .page-template-plus-d2c-v3.dark-mode #lead .inc42-plus__cta.cta-2 {
    margin-top: 15px;
    margin-left: 0;
  }

  .page-template-plus-recordings #lead {
    margin-bottom: 0;
  }

  .page-template-plus-recordings #lead .inc42-plus__text_lead {
    font-size: 32px;
  }

  .page-template-plus-recordings .single-company img {
    max-height: 35px;
  }

  .page-template-plus-recordings .single-company {
    padding: 20px;
  }

  .page-template-plus-recordings .page-template-plus-recordings .pricing-benefits p {
    color: #fff;
    font-size: 13px;
  }

  .page-template-tms-sessions .boxGroup {
    max-height: 2837px;
  }

  .page-template-plus-crypto #lead {
    background: url(../png/big-hexa.png) no-repeat -36% 0%/125px, url(../png/dots.png) no-repeat -20% 0%/100px, url(../png/big-hexa.png) no-repeat 135% 96%/125px, url(../png/dots.png) no-repeat 120% 96%/100px, url(../png/small-hexa.png) no-repeat 100% 0%/35px, url(../png/small-hexa.png) no-repeat 5% 94%/35px;
  }

  .page-template-plus-crypto .number:nth-child(5) {
    display: none !important;
  }

  .page-template-plus-crypto #sub-event .left-section {
    text-align: center;
  }

  .page-template-plus-crypto .single-track-wrapper {
    min-height: 1020px;
  }

  .page-template-plus-crypto .hero-img__1 {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .page-template-plus-crypto #track,
  .page-template-plus-crypto #attend,
  .page-template-plus-crypto #sponsors,
  .page-template-plus-crypto #sub-event {
    background: none;
  }

  .page-template-plus-crypto #track .small-12 {
    max-width: 85%;
  }

  .page-template-plus-crypto #track > .row .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .page-template-plus-crypto #lead .text-center {
    padding: 70px 20px;
  }

  .page-template-plus-crypto .accordion .accordion_button_wrap {
    font-size: 20px;
  }

  .page-template-plus-crypto #faq #faq-container {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .page-template-plus-crypto #number-container .number {
    max-width: 45%;
  }

  .page-template-plus-crypto #about #about-cta {
    margin-top: 25px;
  }

  .page-template-plus-crypto .sub-head {
    font-size: 26px;
  }

  .page-template-plus-crypto .why-attend-text {
    line-height: 37px;
    font-size: 20px;
  }

  .page-template-plus-crypto #sponsors img {
    width: auto;
  }

  .page-template-plus-crypto #sponsors .wishers .sponsor-image {
    margin-right: 20px;
  }

  .page-template-plus-crypto #sponsors .co-sponsor .sponsor-image {
    margin-right: 20px;
  }

  .page-template-plus-crypto #sponsors .co-sponsor .sponsor-image:last-child {
    margin-right: 20px;
  }

  .page-template-plus-crypto #lead .hero-date {
    font-size: 24px;
    line-height: 30px;
  }

  .page-template-plus-crypto #numbers .number-count {
    font-size: 34px;
  }

  .page-template-plus-crypto #numbers #number-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-template-plus-crypto .title {
    font-size: 58px;
    line-height: 75px;
  }

  .page-template-plus-crypto #attend .attendee {
    font-size: 18px;
    line-height: 45px;
  }

  .page-template-plus-crypto .description {
    font-size: 18px;
    margin: 20px 0 60px;
    max-width: 100%;
  }

  .page-template-plus-crypto #about .about-text {
    font-size: 18px;
    line-height: 45px;
  }

  .page-template-plus-crypto #pricing .offer-timer {
    margin-top: 0;
  }

  .page-template-plus-crypto #pricing .counter-text {
    font-size: 14px;
    width: auto;
  }

  .page-template-plus-crypto #pricing .counter-img {
    max-width: 150px;
  }

  .page-template-plus-crypto #pricing .price-box .price-box-list-item {
    font-size: 20px;
  }

  .page-template-plus-crypto #pricing .price-box .price-box-offer-price {
    font-size: 35px;
  }

  .page-template-plus-crypto #pricing .price-box .price-box-old-price {
    font-size: 24px;
  }

  .page-template-plus-crypto #pricing .price-box .price-box-sub-title {
    min-height: auto;
  }

  .page-template-plus-crypto #reviews .review .review-user .review-user-avatar {
    width: 70px;
    height: 70px;
  }

  .page-template-plus-crypto #reviews .review .review-text {
    font-size: 18px;
  }

  .page-template-plus-crypto #reviews .reviews {
    margin-bottom: 40px;
  }

  .page-template-plus-crypto .single_track_desc {
    font-size: 18px;
    line-height: 40px;
  }

  .page-template-plus-crypto .single_track_points li {
    font-size: 18px;
    line-height: 34px;
  }

  .page-template-plus-crypto .speakers-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-template-plus-crypto .sponsor-image {
    margin-bottom: 30px;
  }

  .page-template-plus-crypto #sponsors .sponsor-wrapper:after {
    display: none;
  }

  .page-template-plus-crypto #lead .hero-title {
    letter-spacing: 1.5px;
    line-height: 45px;
    font-family: "GT Walsheim Pro Condensed Bold", serif;
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
  }

  .page-template-plus-crypto #sponsors .associates-wrapper {
    margin-top: 10px;
  }

  .page-template-plus-crypto #track,
  .page-template-plus-crypto #why-attend,
  .page-template-plus-crypto #courses {
    background: none;
  }

  .page-template-plus-crypto #about > .row,
  .page-template-plus-crypto #pricing > .row,
  .page-template-plus-crypto #faq > .row,
  .page-template-plus-crypto #reviews > .row {
    background: none;
    padding: 0 0 60px;
  }

  .page-template-plus-crypto #reviews .review .review-user .review-user-info .review-user-name {
    font-size: 22px;
  }

  .page-template-plus-crypto #reviews .review .review-user .review-user-info .review-username {
    font-size: 18px;
  }

  .page-template-plus-crypto.mode_green #lead {
    background: url(../png/green-big-hexa.png) no-repeat -36% 0%/125px, url(../png/green-dots.png) no-repeat -20% 0%/100px, url(../png/green-big-hexa.png) no-repeat 135% 96%/125px, url(../png/green-dots.png) no-repeat 120% 96%/100px, url(../png/green-small-hexa.png) no-repeat 100% 0%/35px, url(../png/green-small-hexa.png) no-repeat 5% 94%/35px;
  }

  .page-template-plus-crypto.mode_green #track,
  .page-template-plus-crypto.mode_green #attend,
  .page-template-plus-crypto.mode_green #sponsors,
  .page-template-plus-crypto.mode_green #why-attend,
  .page-template-plus-crypto.mode_green #courses {
    background: none;
  }

  .page-template-plus-crypto #track {
    background: none;
  }

  .page-template-plus-crypto div#primary {
    padding: 0;
  }

  .page-template-plus-crypto #track .small-12 {
    max-width: 90%;
  }

  .page-template-plus-crypto .single_track_points {
    margin-left: 10px;
  }

  .page-template-plus-crypto .single-track-wrapper {
    min-height: 850px;
  }

  .page-template-plus-crypto h4.sub-head {
    margin: 20px 0;
    font-size: 24px;
  }

  .page-template-plus-crypto .flex-center {
    height: auto;
  }

  .page-template-plus-crypto .why-attend-text:before {
    top: 10%;
  }

  .page-template-plus-crypto .inc42-plus__accordion_button.accordion .accordion_button_wrap {
    background-size: 24px !important;
  }

  .page-template-plus-crypto .sub-head {
    margin: 20px 0;
    font-size: 22px;
  }

  .page-template-plus-crypto .single-track-wrapper {
    min-height: 750px;
  }

  .page-template-plus-crypto #why-attend,
  .page-template-plus-crypto #courses {
    background: none;
  }

  .page-template-plus-crypto #track {
    background: none;
  }

  .crypto-academy .title {
    font-size: 40px;
    line-height: 55px;
  }

  .crypto-academy #lead .hero-date {
    font-size: 18px;
  }

  .page-template-d2c-tracker #lead .hero-image {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .page-template-d2c-tracker #lead .hero-title {
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 110%;
    text-align: center;
  }

  .page-template-d2c-tracker #lead .hero-subtitle {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
  }

  .page-template-d2c-tracker #lead .hero-description {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
  }

  .page-template-d2c-tracker #lead .hero-button {
    display: block;
    width: 100%;
  }

  .page-template-d2c-tracker #mobile-cta {
    display: none !important;
  }

  .page-template-d2c-tracker #numbers #number-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-template-d2c-tracker #numbers #number-container:after {
    display: none;
  }

  .page-template-d2c-tracker #numbers #number-container .number {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    margin-right: 0;
    min-width: 150px;
    margin-bottom: 20px;
  }

  .page-template-d2c-tracker #numbers #number-container .number:last-child {
    margin-bottom: 0;
  }

  .page-template-d2c-tracker #numbers #number-container .number:after {
    display: none;
  }

  .page-template-d2c-tracker #numbers #number-container .number:before {
    display: none;
  }

  .page-template-d2c-tracker #numbers #number-container .number .number-count {
    font-size: 24px;
  }

  .page-template-d2c-tracker #numbers #number-container .number .number-text {
    font-size: 12px;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox:before {
    height: 165px;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTableFilterBox:after {
    height: 165px;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 20px;
    min-height: 100%;
    height: 100%;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    font-size: 1.25rem;
  }

  .page-template-d2c-tracker #tracker .wpdt-c .wpDataTablesWrapper div.wdtscroll {
    overflow-x: scroll;
  }

  .page-template-d2c-tracker #tracker #arrow-left {
    left: 0;
    z-index: 9;
  }

  .page-template-d2c-tracker #tracker #arrow-right {
    right: 0;
    z-index: 9;
  }

  .page-template-d2c-tracker #apply .apply-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 26px;
  }

  .page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-icon {
    width: 86px;
    height: 86px;
  }

  .page-template-d2c-tracker #apply .apply-wrapper .apply-left .apply-left-icon img {
    width: 48px;
    height: 48px;
    top: 14px;
  }

  .page-template-d2c-tracker #apply .apply-wrapper .apply-left-title {
    font-size: 24px;
  }

  .page-template-d2c-tracker #apply .apply-wrapper .apply-left-desc {
    font-size: 16px;
  }

  .page-template-d2c-tracker #apply .apply-wrapper .apply-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
  }

  .page-template-d2c-tracker #reports {
    padding: 35px 0;
  }

  .page-template-d2c-tracker #reports .title {
    font-size: 32px;
  }

  .page-template-d2c-tracker #reports .description {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .page-template-d2c-tracker #reports #reports-cta a.button {
    width: 310px;
    height: 60px;
    font-size: 18px;
    line-height: 54px;
    margin-top: 35px;
  }

  .page-template-plus-pitch42 .title {
    font-size: 54px;
    line-height: 1.2;
  }

  .page-template-plus-pitch42 #lead {
    background: none;
  }

  .page-template-plus-pitch42 .hero-subhead {
    font-size: 26px;
  }

  .page-template-plus-pitch42 .single-reason,
  .page-template-plus-pitch42 .reason-title {
    text-align: center;
  }

  .page-template-plus-pitch42 .apply-now-image {
    margin-bottom: 50px;
  }

  .page-template-plus-pitch42 #apply-now .apply-now-button {
    margin: 50px auto;
  }

  .page-template-plus-pitch42 .accordion .accordion_button_wrap {
    font-size: 22px;
  }
}

@media screen and (max-width: 33.9375em) {
  .page-template-d2c-tracker-v2 #tracker .wpdt-c .bootstrap-select .btn-default {
    width: 150px;
  }

  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(3):before,
  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(4):before {
    width: 75px;
    height: 1px;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -37.5px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-wrapper .hero-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 370px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    padding: 10px 10px !important;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 50px;
    background: transparent;
    color: #777575;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
    height: 43px !important;
    border-radius: 5px;
    border: 2px solid #030303 !important;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .accordion {
    font-weight: 700;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    color: #030303;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 130%;
    text-align: left;
    padding: 0;
    border: 0;
    margin-bottom: 25px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus .inc42-plus #faqs .inc42-plus_accordion .panel {
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    color: #030303;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 130%;
    text-align: left;
    padding-left: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .page-template-d2c-tracker-v2 #faqs h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 130%;
    margin-top: 50px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th:first-child {
    position: relative;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:first-child {
    position: relative;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .bootstrap-select .btn-default {
    font-size: 14px !important;
    position: relative;
    width: 164px;
    border-bottom: 2px solid #030303 !important;
    border: 2px solid #030303 !important;
  }

  .page-template-d2c-tracker-v2 #table_5_2_filter span div div.dropdown-menu.open {
    margin-left: -50px;
    z-index: 99;
  }

  .page-template-d2c-tracker-v2 #faqs {
    margin: -1px 0px;
  }

  .page-template-d2c-tracker-v2 .hero-description.w-dyn-list {
    max-height: 70px;
    overflow: hidden;
  }

  .page-template-d2c-tracker-v2 .hero-description.full-height {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .page-template-d2c-tracker-v2 .view_more {
    display: block;
    font-family: "Noto Sans", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    background: none;
    margin-top: -20px;
  }

  .page-template-d2c-tracker-v2 #mobile-cta {
    display: none !important;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container:after {
    display: none;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    margin-right: 0;
    min-width: 150px;
    margin-bottom: 20px;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number:last-child {
    margin-bottom: 0;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number:after {
    display: none;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number:before {
    display: none;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number .number-count {
    font-size: 24px;
  }

  .page-template-d2c-tracker-v2 #numbers #number-container .number .number-text {
    font-size: 12px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTableFilterBox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTableFilterBox:before {
    height: 165px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTableFilterBox:after {
    height: 165px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 20px;
    min-height: 100%;
    height: 100%;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    font-size: 14px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesWrapper div.wdtscroll {
    overflow-x: scroll;
  }

  .page-template-d2c-tracker-v2 #tracker #arrow-left {
    left: 0;
    z-index: 9;
  }

  .page-template-d2c-tracker-v2 #tracker #arrow-right {
    right: 0;
    z-index: 9;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 26px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon {
    width: 86px;
    height: 86px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon img {
    width: 48px;
    height: 48px;
    top: 14px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left-title {
    font-size: 24px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left-desc {
    font-size: 16px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
  }

  .page-template-d2c-tracker-v2 #reports {
    padding: 35px 0;
  }

  .page-template-d2c-tracker-v2 #reports .title {
    font-size: 32px;
  }

  .page-template-d2c-tracker-v2 #reports .description {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .page-template-d2c-tracker-v2 #reports #reports-cta a.button {
    width: 310px;
    height: 60px;
    font-size: 18px;
    line-height: 54px;
    margin-top: 35px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-image {
    width: 316px;
    max-width: 100%;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-title {
    font-weight: 700;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
    font-size: 40px !important;
    letter-spacing: 0px;
    line-height: 110%;
    margin-bottom: 17px;
    max-width: 370px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-subtitle {
    text-align: center;
    color: #ed91aa;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 120%;
    margin-bottom: 25px;
    width: auto;
    max-width: 370px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-description {
    font-family: "Noto Sans", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 140%;
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-image {
    width: 451px;
    height: auto;
    margin: 20px 10px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-button {
    width: 100%;
    margin: auto;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #charts {
    padding: 30px 0;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #charts #charts-container {
    overflow-x: scroll;
    padding: 15px;
  }

  .page-template-d2c-tracker-v2.site-inc42-plus #charts .chart-label {
    min-width: 202px;
    margin-right: 15px;
  }

  .page-template-d2c-tracker-v2 #numbers {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .page-template-d2c-tracker-v2 #numbers .number-container .number .number-count {
    font-size: 32px;
    line-height: 130%;
  }

  .page-template-d2c-tracker-v2 #numbers .number-container .number .number-text {
    font-size: 12px;
    line-height: 130%;
  }

  .page-template-d2c-tracker-v2 #numbers .row .column {
    margin-bottom: 30px;
  }

  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(3),
  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(4) {
    margin-bottom: 0;
  }

  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(3):before,
  .page-template-d2c-tracker-v2 #numbers .row .column:nth-child(4):before {
    width: 75px;
    height: 1px;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -37.5px;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    width: 49%;
    min-width: 48%;
  }

  .page-template-d2c-tracker-v2 #tracker .wpdt-c .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    width: 100%;
  }

  .page-template-d2c-tracker-v2 #tracker .notes {
    margin-top: 40px;
  }

  .page-template-d2c-tracker-v2 #faqs {
    padding: 35px 0 0;
  }

  .page-template-d2c-tracker-v2 #faqs h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 130%;
  }

  .page-template-d2c-tracker-v2 #faqs h4:after {
    height: 4px;
    bottom: -16px;
  }

  .page-template-d2c-tracker-v2 #faqs .inc42-plus_accordion {
    margin: 35px 0;
  }

  .page-template-d2c-tracker-v2 .inc42-plus #faqs .inc42-plus_accordion .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .page-template-d2c-tracker-v2 .inc42-plus #faqs .inc42-plus_accordion .accordion svg {
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform: scale(0.83);
    margin: 0 5px -5px 0;
  }

  .page-template-d2c-tracker-v2 .inc42-plus #faqs .inc42-plus_accordion .panel {
    padding: 0 0 0 30px;
  }

  .page-template-d2c-tracker-v2 .inc42-plus #faqs .inc42-plus_accordion .panel {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 130%;
  }

  .page-template-d2c-tracker-v2 .inc42-plus #faqs .inc42-plus_accordion .accordion .minus svg {
    margin: 0 5px -3px 0;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left,
  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-right,
  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-wrapper {
    display: block;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon {
    text-align: center;
    width: 100%;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left .apply-left-icon img {
    min-width: 50px;
    width: 50px;
    height: auto;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-left-title {
    text-align: center;
    margin-bottom: 0;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper .apply-right {
    text-align: center;
    margin-top: 15px;
  }

  .page-template-d2c-tracker-v2 #apply .apply-wrapper {
    padding: 15px;
  }

  .page-template-d2c-tracker-v2 .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  body.page-template-about-us .main-title {
    text-align: center;
    max-width: 100%;
  }

  body.page-template-about-us .slider-item {
    margin-left: 100px;
  }

  body.page-template-about-us #products {
    padding: 0 10px;
  }

  body.page-template-about-us div#our-story {
    margin: 30px 10px;
    padding: 50px 30px 22px;
  }

  body.page-template-about-us #our-story p {
    font-size: 16px;
    line-height: 25px;
  }

  body.page-template-about-us #products .product {
    margin: 10px 0;
    padding: 40px 15px;
    min-height: 309px;
  }

  body.page-template-about-us #products .product-title {
    font-size: 20px;
    line-height: 25px;
  }

  body.page-template-about-us #values {
    margin: 40px 10px;
    padding: 40px 20px;
  }

  body.page-template-about-us #values .value {
    font-size: 16px;
  }

  body.page-template-about-us #values div.callout {
    font-size: 14px;
    padding: 15px;
  }

  body.page-template-about-us #readers {
    padding: 0 10px;
  }

  body.page-template-about-us div#explore {
    padding: 40px 10px;
  }

  body.page-template-about-us #explore .card {
    padding: 30px 10px;
  }

  .page.page-template-startup-submission .hero-wrapper {
    padding: 30px;
  }

  .page.page-template-startup-submission .pink-box {
    width: 33%;
    margin: 10px;
    height: 180px;
  }

  .page.page-template-startup-submission .banner-img {
    display: none;
  }

  .page.page-template-startup-submission .numbers-amount {
    font-size: 40px;
    line-height: 80px;
    height: auto;
  }

  .page.page-template-startup-submission .numbers-text {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .page.page-template-startup-submission .home-subscribe p.entry-subtitle {
    width: auto;
  }

  .page.page-template-startup-submission .pink-box2 {
    margin: 20px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .page-template-d2c-tracker-v2.site-inc42-plus #lead .hero-image {
    display: none;
  }

  .page-template-d2c-tracker-v2 #numbers .number-container .number .number-count {
    font-size: 35px;
  }

  .page-template-d2c-tracker-v2 .chart-label {
    margin: 7px;
  }

  .page-template-d2c-tracker-v2 div#table_5_0_filter_sections {
    height: 88px;
  }

  .page-template-d2c-tracker-v2 .wdtscroll {
    margin-top: 30px;
  }

  .page-template-d2c-tracker-v2 div#filterBox_table_5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-template-d2c-tracker .hero-image {
    display: none;
  }

  .page-template-d2c-tracker #apply .apply-wrapper {
    padding: 40px 20px;
  }

  .page.page-template-newsletters-v2 .entry-header {
    background: -webkit-gradient(linear, left top, right top, from(#d81757), to(#e4381b));
    background: -webkit-linear-gradient(left, #d81757 0%, #e4381b 100%);
    background: linear-gradient(90deg, #d81757 0%, #e4381b 100%);
    background-size: 100% !important;
    padding-bottom: 50px;
  }

  .page.page-template-newsletters-v2 p.entry-stats {
    text-align: left;
  }

  .page.page-template-moneyball .entry-header {
    background: -webkit-gradient(linear, left top, right top, from(#d81757), to(#e4381b));
    background: -webkit-linear-gradient(left, #d81757 0%, #e4381b 100%);
    background: linear-gradient(90deg, #d81757 0%, #e4381b 100%);
    background-size: 100% !important;
    padding-bottom: 50px;
  }

  .page.page-template-moneyball p.entry-stats {
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page.page-template-startup-hotline .site-content {
    margin-top: 0;
  }

  .page.page-template-startup-hotline header.entry-header {
    background-size: 835px 520px;
    padding: 0;
    background-position: right top;
  }

  .page.page-template-startup-hotline header.entry-header .entry-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1rem;
  }

  .page.page-template-startup-hotline header.entry-header .entry-subtitle {
    line-height: 1.3;
  }

  .page.page-template-startup-hotline header.entry-header .row > .column {
    padding-top: 2rem;
  }

  .page.page-template-startup-hotline .startupvscovid-logo {
    width: 150px;
  }

  .page.page-template-startup-hotline .hero-image .attachment-post-thumbnail {
    height: 485px;
    max-height: 485px;
  }

  .page.page-template-startup-hotline .inline-list {
    overflow: auto;
    display: block;
    margin-left: 0;
    position: relative;
    white-space: nowrap;
    float: none;
  }

  .page.page-template-startup-hotline .inline-list > li {
    display: inline-block;
    float: none;
  }

  .page.page-template-startup-hotline .inline-list > li:first-child {
    margin-left: 0;
  }

  .page.page-template-startup-hotline .tech-impact-text .button,
  .page.page-template-startup-hotline .tech-reset-text .button,
  .page.page-template-startup-hotline .framework-text .button,
  .page.page-template-startup-hotline .crusaders-text .button,
  .page.page-template-startup-hotline .crowdsourced-text .button {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-template-d2cx-community #banner .row {
    padding: 100px 0 0;
    text-align: center;
  }

  .page-template-d2cx-community #banner .label {
    font-size: 19px;
  }

  .page-template-d2cx-community #banner .main-title {
    font-size: 51px;
    line-height: 53px;
    max-width: 330px;
    margin: 10px auto;
  }

  .page-template-d2cx-community #banner p {
    font-size: 17px;
    line-height: 25px;
  }

  .page-template-d2cx-community #banner a.hero-btn {
    display: none;
  }

  .page-template-d2cx-community #banner img {
    position: relative;
    width: 100%;
    height: 270px;
  }

  .page-template-d2cx-community section.about-us {
    padding: 20px;
  }

  .page-template-d2cx-community .about-us .row {
    padding: 20px;
    text-align: center;
  }

  .page-template-d2cx-community .about-us h4.section-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }

  .page-template-d2cx-community .about-us p {
    font-size: 16px;
    line-height: 26px;
  }

  .page-template-d2cx-community .about-img img {
    height: 350px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-template-d2cx-community section#why-join {
    padding: 20px;
  }

  .page-template-d2cx-community section#why-join h4.section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-template-d2cx-community section#why-join .row.title {
    padding: 30px;
  }

  .page-template-d2cx-community .join {
    min-height: auto;
  }

  .page-template-d2cx-community .mob-display {
    display: block;
  }

  .page-template-d2cx-community .mob-none {
    display: none;
  }

  .page-template-d2cx-community .column.medium-5.small-12.guidline-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-d2cx-community #guidline h4.section-title {
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 20px;
  }

  .page-template-d2cx-community #guidline .row {
    padding: 20px;
    border: 0;
  }

  .page-template-d2cx-community #guidline li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .page-template-d2cx-community section#faqs {
    padding: 50px 0;
  }

  .page-template-d2cx-community .column.medium-6.small-12.content-block {
    margin-top: 20px;
  }

  .page-template-d2cx-community #who-should-join .row {
    margin: 20px;
    text-align: center;
    padding: 40px 20px;
  }

  .page-template-d2cx-community #who-should-join h4.section-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0px auto 40px;
  }

  .page-template-d2cx-community #who-should-join .fit-block {
    padding: 40px;
    text-align: left;
    margin-bottom: 30px;
  }

  .page-template-d2cx-community #who-should-join .fit-block h5 {
    font-size: 23px;
    line-height: 28px;
  }

  .page-template-d2cx-community #who-should-join .fit-block li {
    font-size: 13px;
    line-height: 33px;
  }

  .page-template-d2cx-community #who-should-join img.list-icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-left: -15px;
  }

  .page-template-d2cx-community #who-should-join a.hero-btn {
    margin: 0 auto;
  }

  .page-template-d2cx-community section#members {
    padding: 40px 20px;
  }

  .page-template-d2cx-community section#members h4.section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .page-template-d2cx-community section#members .speaker-block .speaker-img {
    min-height: 175px;
  }

  .page-template-d2cx-community section#members p.name {
    font-size: 16px;
    line-height: 24px;
  }

  .page-template-d2cx-community section#members .company {
    font-size: 10px;
    line-height: 15px;
  }

  .page-template-d2cx-community button.inc42-plus__accordion_button.accordion {
    padding: 15px;
    font-size: 13px;
    padding-right: 30px;
    margin: 6px 0;
  }

  .page-template-d2cx-community button.inc42-plus__accordion_button.accordion svg {
    width: 15px;
    margin-left: 10px;
  }

  .page-template-d2cx-community .faqs-container {
    padding: 20px 0;
  }

  .page-template-d2cx-community .speaker-block {
    margin: 10px 0;
  }

  .page-template-d2cx-community .guidline-img img {
    height: 380px;
  }

  body.page-template-startup-booster div#GIT-popup {
    width: 100%;
  }

  body.page-template-startup-booster div#contact-form {
    width: 100%;
  }

  body.page-template-startup-booster #why-startup .card p {
    display: none;
  }

  body.page-template-startup-booster .lity-close {
    display: none !important;
  }

  body.page-template-startup-booster button.lity-close.popup-close {
    display: block !important;
  }

  body.page-template-startup-booster #why-startup .card {
    min-height: auto;
  }

  body.page-template-startup-booster h1.main-title {
    font-size: 34px;
    text-align: center;
  }

  body.page-template-startup-booster section#banner p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  body.page-template-startup-booster #banner a.hero-btn {
    width: 100%;
    text-align: center;
    padding: 15px 50px;
    text-transform: uppercase;
  }

  body.page-template-startup-booster .popup .content {
    padding: 20px;
  }

  body.page-template-startup-booster .popup .content .d-flex.flex-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.page-template-startup-booster .mob-cta {
    position: fixed;
    bottom: 0;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
  }

  body.page-template-startup-booster #banner .large-6.medium-12.small-12.column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.page-template-startup-booster section#banner {
    overflow: hidden;
  }

  body.page-template-startup-booster #banner img {
    position: relative;
    right: -12px;
    top: 0px;
    width: 100%;
  }

  body.page-template-startup-booster section#why-startup {
    padding-top: 50px;
  }

  body.page-template-startup-booster .card {
    padding: 30px 20px;
    min-height: 248px;
    margin-top: 20px;
  }

  body.page-template-startup-booster .card img {
    width: 30px;
  }

  body.page-template-startup-booster .card h3.title {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 10px;
  }

  body.page-template-startup-booster .card p {
    font-size: 10px;
  }

  body.page-template-startup-booster h2.sub-title {
    font-size: 28px;
  }

  body.page-template-startup-booster section p {
    font-size: 16px;
    max-width: 350px;
  }

  body.page-template-startup-booster .row.mob-scroll {
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  body.page-template-startup-booster .black-card h3.title {
    text-align: center;
    font-size: 18px;
    margin: 30px 0 0;
  }

  body.page-template-startup-booster section#case-study {
    border-radius: 44px;
    background: #e22f28 url("../png/sbp-casestudy-background-1.png");
    padding: 65px 0;
    margin: 30px 0;
    background-size: contain;
    background-repeat: no-repeat;
  }

  body.page-template-startup-booster #case-study .card img {
    width: 100%;
  }

  body.page-template-startup-booster .popup {
    width: 340px;
  }

  body.page-template-startup-booster .popup-outer {
    width: 340px;
  }

  body.page-template-startup-booster .popup .content p {
    font-size: 12px;
  }

  body.page-template-startup-booster .popup-header.d-flex img {
    width: 100%;
  }

  body.page-template-startup-booster .popup h3.title {
    font-size: 20px !important;
    text-align: center !important;
    margin: 20px !important;
    max-width: 100% !important;
  }

  body.page-template-startup-booster .popup p {
    font-size: 12px;
    text-align: center;
  }

  body.page-template-startup-booster .popup-header.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.page-template-startup-booster #client .img-block {
    row-gap: 25px;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    margin: 50px 0 0;
  }

  body.page-template-startup-booster .large-12.medium-12.small-12.column.img-block img {
    width: 90px;
    height: 30px;
  }

  body.page-template-startup-booster .large-4.medium-12.small-12.column.flex-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.page-template-startup-booster a.hero-btn {
    font-size: 17px;
    padding: 12px 30px;
  }

  body.page-template-startup-booster #calling-cta .main-title {
    font-size: 20px;
    margin: 10px auto;
    text-align: center;
  }

  body.page-template-startup-booster #calling-cta p {
    text-align: center;
    margin: 0 0 30px;
    line-height: 14px;
  }

  body.page-template-startup-booster section#calling-cta .row {
    padding: 40px 20px;
  }

  body.page-template-startup-booster section#inc42-effect .card h3.title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
  }

  body.page-template-startup-booster section#inc42-effect .card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  body.page-template-startup-booster section#inc42-effect .card {
    padding: 20px;
  }

  body.page-template-startup-booster .row.twitter-block {
    margin-top: 40px;
  }

  body.page-template-startup-booster .footer-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  body.page-template-startup-booster section#inc42-effect {
    padding: 50px 0 0;
  }

  body.page-template-startup-booster #why-startup .card img {
    width: 35px;
    height: 35px;
  }

  body.page-template-startup-booster .popup .content .stats p {
    font-size: 10px;
    line-height: 14px;
  }

  body.page-template-startup-booster .popup .content .stats p.nos {
    font-size: 16px;
    line-height: 25px;
  }

  body.page-template-startup-booster .stats {
    padding: 17px;
    width: 110px;
    min-width: 110px;
    margin: 0px 5px 10px 0;
  }

  body.page-template-startup-booster #case-study .large-4.medium-6.small-10.column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
  }

  body.page-template-startup-booster #banner img {
    top: 20px;
  }

  body.page-template-genai-moment img.logo-unit {
    width: 229px !important;
  }

  body.page-template-genai-moment section#banner {
    padding-bottom: 220px;
  }

  body.page-template-genai-moment section#banner img.banner-img {
    right: auto;
    width: 100%;
    top: auto;
    bottom: -70px;
  }

  body.page-template-genai-moment section#banner .large-6.medium-12.small-12.column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.page-template-genai-moment section.trusted-section-layout.linear-gradient-color {
    padding: 15px;
  }

  body.page-template-genai-moment div#about {
    padding: 40px;
  }

  body.page-template-genai-moment h2#about1 {
    font-size: 28px;
    font-weight: 500;
  }

  body.page-template-genai-moment #about .large-7.medium-12.small-12.column {
    row-gap: 25px;
    max-width: 100%;
    margin-right: 0;
  }

  body.page-template-genai-moment #about .large-5.medium-12.small-12.column {
    row-gap: 40px;
  }

  body.page-template-genai-moment .stats-data {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  body.page-template-genai-moment .stats p {
    font-size: 14px !important;
    line-height: 160%;
  }

  body.page-template-genai-moment .stats h6 {
    min-width: 140px;
    font-size: 28px;
    line-height: 120%;
  }

  body.page-template-genai-moment .tabs-content {
    padding: 20px 0;
  }

  body.page-template-genai-moment li.tabs-title a {
    font-size: 14px;
    line-height: 140%;
  }

  body.page-template-genai-moment ul#tabs_example {
    padding-top: 20px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  body.page-template-genai-moment li.tabs-title {
    margin: 0;
    width: 50%;
  }

  body.page-template-genai-moment li.tabs-title a {
    margin: 0 0px 5px;
    min-height: auto;
    border-bottom: 6px solid #000;
  }

  body.page-template-genai-moment .tab-icon {
    width: 48px;
    height: 48px;
    padding: 13px;
  }

  body.page-template-genai-moment p.content {
    font-size: 16px;
    text-align: center;
  }

  body.page-template-genai-moment li.tabs-title.is-active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body.page-template-genai-moment .meta-wrapper.entry-meta.clearfix {
    display: none;
  }

  body.page-template-genai-moment h2.entry-title.recommended-block-head {
    font-size: 15px;
    line-height: 20px;
  }

  body.page-template-genai-moment .card-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px !important;
  }

  body.page-template-genai-moment .taxonomy-wrap {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
  }

  body.page-template-genai-moment h2.entry-title.recommended-block-head {
    max-width: 100%;
    font-size: 14px;
    line-height: 19.177px;
  }

  body.page-template-genai-moment .tabs-content {
    padding: 20px 0;
    margin-bottom: 40px;
  }

  body.page-template-genai-moment section.stay-updated {
    padding: 15px;
  }

  body.page-template-genai-moment .large-6.medium-12.small-12.column.content {
    padding: 0;
  }

  body.page-template-genai-moment .stayupdated-block .large-6.medium-12.small-12.column img.ls-is-cached.lazyloaded {
    border: 2px solid #E0E5FA;
  }

  body.page-template-genai-moment .stayupdated-block .large-6.medium-12.small-12.column {
    padding: 0;
  }

  body.page-template-genai-moment .stayupdated-block {
    display: block;
    padding: 10px;
  }

  body.page-template-genai-moment .large-6.medium-12.small-12.column.content h2 {
    text-align: center;
    margin: 20px auto;
    font-size: 40px;
  }

  body.page-template-genai-moment section.stay-updated p {
    text-align: center;
    font-size: 14px !important;
  }

  body.page-template-genai-moment .form-div {
    padding: 20px;
  }

  body.page-template-genai-moment .gform_wrapper.gravity-theme .gform_footer,
  body.page-template-genai-moment .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 5px 0;
  }

  body.page-template-genai-moment figure.card-image {
    min-width: 152px;
    width: 152px;
    height: 114px;
  }

  body.page-template-genai-moment figure.card-image img {
    width: 152px !important;
    height: 114px !important;
  }

  body.page-template-genai-moment button#load-more-feed,
  body.page-template-genai-moment button#load-more-feed1,
  body.page-template-genai-moment button#load-more-feed2,
  body.page-template-genai-moment button#load-more-feed3 {
    margin-top: 15px;
    width: 140px;
    height: 40px;
    font-weight: 700;
    font-style: normal;
    font-family: noto sans, sans-serif;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 1150px) {
  body.page-template-startup-booster #banner img {
    top: 20px;
    width: 400px;
  }

  body.page-template-startup-booster #banner h1.main-title {
    font-size: 43px;
    max-width: 281px;
  }

  body.page-template-startup-booster section#banner p {
    max-width: 300px;
    margin: 10px 0 40px;
  }

  body.page-template-startup-booster #calling-cta .large-4.medium-12.small-12.column.flex-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }

  body.page-template-startup-booster #calling-cta p {
    text-align: center;
  }

  body.page-template-startup-booster #calling-cta h3.main-title {
    text-align: center;
  }
}