@charset "UTF-8";
/**** VARIABLES ****/
/**** GLOBAL SITE VARIABLES ****/
/**** BREAKPOINT VARIABLES ****/
/**** LINK VARIABLES ****/
/**** DESIGN ELEMENT VARIABLES ****/
/**** FONT VARIABLES ****/
/**** HEADER AND NAVIGATION VARIABLES ****/
/**** FOOTER VARIABLES ****/
/**** HERO VARIABLES ****/
/**** VIP BOX VARIABLES ****/
/**** EVENT BOX VARIABLES ****/
/**** QUOTE VARIABLES ****/
/**** IMAGE VARIABLES ****/
/**** TYPOGRAPHY ****/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center;
  line-height: 1.1;
  text-wrap: balance;
  color: #000;
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 400;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: 700;
}

h1, .h1 {
  padding-bottom: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 1.65rem;
}
h1.huge, .h1.huge {
  font-size: 2.475rem;
  line-height: 1;
}
h1 strong, .h1 strong {
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 1.55rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  letter-spacing: 0;
}

h3, .h3 {
  font-size: 1.4rem;
  margin: 5px 0 25px 0;
}
h3.ribbon-heading, h3.ribbon-heading-alt, .h3.ribbon-heading, .h3.ribbon-heading-alt {
  padding: 10px 30px;
  background: #f29e3a;
  color: #fff;
  font-size: 1.35rem;
  margin: 5px 0 25px 0;
}
h3.ribbon-heading .h6, h3.ribbon-heading-alt .h6, .h3.ribbon-heading .h6, .h3.ribbon-heading-alt .h6 {
  color: #fff;
}

h4, .h4 {
  font-size: 1.35rem;
  margin: 5px 0 25px 0;
}

h5, .h5 {
  font-size: 1.3rem;
  margin-bottom: 25px;
}

h6, .h6 {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 1.7325rem;
  }
  h2, .h2 {
    font-size: 1.6275rem;
  }
  h3, .h3 {
    font-size: 1.47rem;
  }
  h3.ribbon-heading, h3.ribbon-heading-alt, .h3.ribbon-heading, .h3.ribbon-heading-alt {
    font-size: 1.4175rem;
  }
  h4, .h4 {
    font-size: 1.4175rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.475rem;
  }
  h2, .h2 {
    font-size: 2.015rem;
  }
  h3, .h3 {
    font-size: 1.54rem;
  }
  h3.ribbon-heading, h3.ribbon-heading-alt, .h3.ribbon-heading, .h3.ribbon-heading-alt {
    font-size: 1.485rem;
  }
  h3.ribbon-heading-alt, .h3.ribbon-heading-alt {
    padding: 10px 60px 10px 100px;
    display: inline-block;
    margin-left: -100px;
    overflow: hidden;
    position: relative;
  }
  h3.ribbon-heading-alt:after, .h3.ribbon-heading-alt:after {
    content: " ";
    display: block;
    background: #fff;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -35px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  h4, .h4 {
    font-size: 1.485rem;
  }
  h5, .h5 {
    font-size: 1.43rem;
  }
  h6, .h6 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.9865rem;
  }
  h2, .h2 {
    font-size: 2.635rem;
  }
  h3, .h3 {
    font-size: 2.1rem;
  }
  h3.ribbon-heading, h3.ribbon-heading-alt, .h3.ribbon-heading, .h3.ribbon-heading-alt {
    font-size: 1.755rem;
  }
  h4, .h4 {
    font-size: 1.755rem;
  }
  h5, .h5 {
    font-size: 1.69rem;
  }
  h6, .h6 {
    font-size: 1.5rem;
  }
}
a {
  color: #f29e3a;
}
a:hover, a:focus {
  color: #7889ff;
}
a.sm-link, a .sm-link {
  font-size: 1.2rem;
}

b, strong {
  font-weight: 700;
}

p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
}

.fa-check {
  margin-right: 15px;
}

.fa-check-circle {
  margin-right: 10px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.fa-arrow-right {
  margin-right: 15px;
}

/**** BUTTONS ****/
.btn {
  padding: 10px 20px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 150ms;
  transition: all 150ms;
  vertical-align: baseline;
}
.btn:active {
  outline: 0;
}
.btn .lg-text {
  font-size: 3.5rem;
}
.btn.small {
  font-size: 50%;
}

.btn-primary {
  background-color: #f29e3a;
  color: #031320;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(243.5785714286, 169.7785714286, 81.9214285714);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #031320;
}

.btn-secondary {
  background-color: #f29e3a;
  color: #031320;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(243.5785714286, 169.7785714286, 81.9214285714);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  color: #031320;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #f29e3a;
}

.btn-tertiary {
  background-color: #7889ff;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: rgb(43.5, 70.1333333333, 255);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.btn-tertiary:not(:disabled):not(.disabled):active {
  background-color: #7889ff;
}

/**** GLOBAL STYLES ****/
html {
  position: relative;
  font-size: inherit;
  height: 100%;
}

body {
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 400;
  background: #f7f7f7;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  position: relative;
  color: #000;
  position: relative;
}
@media (min-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

.table-wrapper {
  overflow: auto;
  margin-bottom: 30px;
}

table {
  border: 1px solid #000;
  margin: 30px auto;
}
table th, table td {
  border: 1px solid #000;
  padding: 10px 20px;
  text-align: center;
}
table th {
  background: #fff;
  color: #031320;
}
table td {
  font-weight: 700;
}

.osano-cm-window {
  display: none;
}

/**** HEADER/NAVBAR ****/
header {
  background: #fff;
  background: url(https://assets1.tradesmith.com/mkt/2026/TTS/louie-ai/lighter-background-tts-louie-ai.webp);
  background-attachment: fixed;
  background-position: center;
  margin-bottom: 0;
  top: 0;
  z-index: 1;
  padding-top: 0;
}
header.light {
  background: #fff;
}
header > div {
  width: 100%;
}
header.sticky {
  padding-top: 120px;
}
header p {
  text-align: center;
}
header .guru {
  max-width: 250px;
}
header .logo {
  max-width: 400px;
}
@media (max-width: 575px) {
  header {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  header p {
    font-size: 1.3rem;
    line-height: 1.875rem;
  }
}
header .disclaimer {
  font-size: 1rem;
  line-height: 1.2;
  font-style: italic;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header p,
header .h1,
header .h2,
header .h3,
header .h4,
header .h5,
header .h6 {
  color: #031320;
}
header p {
  text-align: center;
}

.navbar {
  padding: 0;
  width: 100%;
  background: #031320;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  z-index: 1;
  position: relative;
}
.navbar .activeLink,
.navbar .contentNavLink:hover {
  color: #031320;
  background: #f29e3a;
  border-bottom: 5px solid rgb(245.1571428571, 181.5571428571, 105.8428571429);
  text-decoration: none;
}
.navbar .disabledNav {
  color: rgba(193, 193, 193, 0.75);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}
.navbar .disabledNav i {
  margin-bottom: 3px;
}
.navbar .disabledNav:hover {
  border-top-color: transparent;
  cursor: default;
  color: rgba(193, 193, 193, 0.75);
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: transparent;
}
@media only screen and (max-width: 900px) {
  .navbar .contentNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar .contentNavLink {
    padding: 5px 10px 10px;
    width: 100%;
  }
}

.floated {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.floated .navbar {
  background: #031320;
  border-radius: 8px;
}
.floated .navbar .activeLink,
.floated .navbar .contentNavLink:hover {
  background: #031320;
  color: #fff;
  border-bottom: 5px solid #f29e3a;
  text-decoration: none;
}

.sticky #navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 15px;
}

/**** INTRO BLOCK ****/
.intro-block {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding: 10px 0;
  position: relative;
}
.intro-block .intro-inner {
  max-width: 800px;
  margin: auto;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-toggler {
  margin: 10px auto;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    margin-top: 10px;
  }
  header .contentNavLink {
    padding: 10px 0;
    display: block;
  }
}
.navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  background-color: hsl(206.8965517241, 82.8571428571%, -3.137254902%);
}

.nav-link {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}

.contentNavLink {
  color: #fff;
  padding: 10px 23px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .contentNavLink {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  header {
    padding-bottom: 6em;
  }
}
@media (max-width: 991px) {
  header .contentNav .logoNav {
    margin: 0 auto 20px;
    text-align: center;
  }
  header .contentNav .logoNav img {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .contentNav {
    display: block;
    text-align: center;
  }
}
@media (max-width: 700px) {
  header .contentNav .logoNav {
    margin: 0 auto 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }
  header .contentNav .logoNav img {
    margin-top: 0;
    width: 90%;
  }
}
/**** FOOTER ****/
footer {
  width: 100%;
  margin: auto;
  padding: 35px 25px 15px;
  background: #031320;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 3px rgba(0, 0, 0, 0.5) inset;
}
footer p {
  font-weight: 400;
  font-family: "basic-sans", Helvetica, sans-serif;
  font-size: 0.8rem !important;
  line-height: 1.125rem;
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-inner {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 576px) {
  footer .footer-inner {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  footer .footer-inner {
    padding: 0 35px;
  }
}
footer a {
  color: rgb(251.4714285714, 228.6714285714, 201.5285714286);
}
footer a:hover, footer a:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .fixed-footer {
    height: 100%;
  }
  .fixed-footer body {
    height: 100%;
  }
  .fixed-footer footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

footer#ipm_footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #212121;
}
footer#ipm_footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1170px + 3em);
  margin: 0 auto;
  padding: 5em 2.5em;
}
@media (max-width: 640px) {
  footer#ipm_footer > div {
    display: block;
  }
}
footer#ipm_footer > div > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
footer#ipm_footer > div > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 300px) {
  footer#ipm_footer > div > div:last-child {
    display: block;
  }
}
@media (max-width: 640px) {
  footer#ipm_footer > div > div:first-child {
    margin-bottom: 2em;
  }
}
@media (max-width: 640px) {
  footer#ipm_footer > div > div,
  footer#ipm_footer > div > div:last-child {
    border: 0;
    padding: 0;
    text-align: center;
  }
}
footer#ipm_footer * {
  font: 14px/1.25em "basic-sans", Helvetica, sans-serif, sans-serif;
  color: #bfbdbd;
  margin: 0;
  padding: 0;
}
@media (max-width: 850px) {
  footer#ipm_footer * {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  footer#ipm_footer * {
    font-size: 11px;
  }
}
footer#ipm_footer .logo {
  width: 261px;
  position: relative;
  margin-bottom: 0.75em;
}
@media (max-width: 850px) {
  footer#ipm_footer .logo {
    max-width: 196px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer#ipm_footer .logo {
    margin: 0 auto 0.75em;
  }
}
footer#ipm_footer .logo::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 12.26%;
}
footer#ipm_footer .logo svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer#ipm_footer .logo svg path {
  fill: #fff;
}
footer#ipm_footer ul {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer#ipm_footer ul li {
  margin: 0.75em 0;
}
@media (max-width: 640px) {
  footer#ipm_footer ul li {
    display: inline-block;
    padding: 0 0.65em;
    text-align: left;
  }
}
footer#ipm_footer ul li:first-child {
  margin-top: 0;
}
footer#ipm_footer ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  footer#ipm_footer ul li li:first-child,
  footer#ipm_footer ul li li:last-child {
    margin: 0.75em 0;
  }
}
footer#ipm_footer a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
footer#ipm_footer a:focus, footer#ipm_footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer#ipm_footer a:focus {
  outline: #777 dotted 1px;
}
@supports (text-decoration-color: #fff) {
  footer#ipm_footer a {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0);
    -webkit-transition: text-decoration-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: text-decoration-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  footer#ipm_footer a:focus, footer#ipm_footer a:hover {
    text-decoration-color: rgb(255, 255, 255);
  }
}

.footerLinks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footerLinks a {
  border-right: 1px solid white;
}
.footerLinks a:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .footerLinks {
    grid-template-columns: repeat(4, 1fr);
  }
  .footerLinks a {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .footerLinks {
    grid-template-columns: repeat(3, 1fr);
  }
  .footerLinks a {
    margin-bottom: 20px;
  }
  .footerLinks a:nth-child(3) {
    border-right: none;
  }
  .footerLinks a:nth-child(6) {
    border-right: none;
  }
  .footerLinks a:last-child {
    border-right: none;
    grid-column: 2/3;
  }
}

/**********************
 - MAIN CONTENT
 - PRICE BOX
 - RISK FREE GUARANTEE
 - CALL TO ORDER

**********************/
/**** MAIN CONTENT ****/
.main-wrapper {
  padding: 0 0;
}

.main-content {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0 25px;
  max-width: 800px;
}
.main-content.vsl-container {
  max-width: calc(800px + 200px);
}
@media (min-width: 576px) {
  .main-content {
    border-radius: 8px;
  }
}
.main-content .clip-box {
  margin: 0 auto;
  background: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  position: relative;
  color: #031320;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .main-content .clip-box {
    margin: -77px auto 50px;
    border: 5px solid #000;
    border-bottom: none;
  }
}

/**** COPY BLOCK ****/
.copy-block {
  margin: 20px auto;
  max-width: 90%;
  border-radius: 8px;
}

/**** SECTIONS ****/
.main-content > section, .section-normal {
  padding: 15px 20px;
}
@media (min-width: 576px) {
  .main-content > section, .section-normal {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .main-content > section, .section-normal {
    padding: 10px 35px;
  }
}

.section-highlight {
  background: var(--light-blue);
  padding: 15px 20px;
}
.section-highlight h3 {
  color: #fff !important;
}
@media (min-width: 576px) {
  .section-highlight {
    padding: 40px 40px 30px;
  }
}

.section-dark {
  background: #212b38;
  color: #fff;
  padding: 15px 20px;
}
@media (min-width: 576px) {
  .section-dark {
    padding: 40px 40px 30px 40px;
  }
}

.color-light {
  color: #fff;
}
.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6 {
  color: #fff;
}

.osano-cm-window {
  display: none;
}

/**** IMAGES ****/
img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: auto;
}
img.report {
  width: 15%;
  height: auto;
  margin-top: -40px;
}
img.rounded-img {
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
img.rounded-img.biopic {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
img.rounded-img.biopic.float-left {
  margin-right: 15px;
}
img.rounded-img.biopic.float-right {
  margin-left: 15px;
}
img.rounded-img.list-circle {
  height: 150px;
  width: 150px;
  background: #031320;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f29e3a), to(rgb(249.8928571429, 216.8928571429, 177.6071428571)));
  background: linear-gradient(180deg, #f29e3a 40%, rgb(249.8928571429, 216.8928571429, 177.6071428571) 100%);
  margin-bottom: 20px;
}
img.img-signature {
  width: 150px;
  margin-top: 15px;
  margin-left: 0;
}
img.sig-guarantee {
  max-width: 180px !important;
  margin: 20px auto 0;
  display: block;
}

.main-wrapper img {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.cc-icons {
  width: auto;
}

.image-wrap {
  width: 65%;
  padding: 0;
}
.image-wrap.left {
  float: left;
  margin-right: 20px;
}
.image-wrap.right {
  float: right;
  margin-left: 20px;
}

/* arrow */
.img-arrow {
  display: block;
  margin: 0 auto;
}

.img-arrow-left {
  display: none;
  position: absolute;
  top: 1.5em;
  z-index: 99;
  max-width: 100%;
}
@media (min-width: 991px) {
  .img-arrow-left {
    -webkit-animation: bump 0.8s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite alternate;
    animation: bump 0.8s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite alternate;
    left: -3em;
    width: 80px;
    display: block;
  }
}
@media (min-width: 1500px) {
  .img-arrow-left {
    left: -9em;
    top: 10px;
    width: 200px;
  }
}

.gseal-sm {
  max-width: 175px !important;
}

/**** LIST ITEMS ****/
header ul, .main-content ul {
  list-style: none;
  padding-left: 40px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-indent: -22px;
  text-align: left;
  margin: 15px 0 15px 15px;
}
header ul.no_bullet, .main-content ul.no_bullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header li, .main-content li {
  font-size: 1.2rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
header li:before, .main-content li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  color: #f29e3a;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (min-width: 992px) {
  header li, .main-content li {
    font-size: 1.125rem;
  }
}
header .crosses li:before, .main-content .crosses li:before {
  content: "\f00d";
  color: var(--red);
}
header .dots li:before, .main-content .dots li:before {
  content: "\f111";
}
header .arrows li:before, .main-content .arrows li:before {
  content: "\f061";
}
header .stars li:before, .main-content .stars li:before {
  content: "\f005";
}
header .light li:before, .main-content .light li:before {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
header ol:not(.carousel-indicators), .main-content ol:not(.carousel-indicators) {
  counter-reset: item;
  margin: 0;
  padding-left: 0;
  margin-bottom: 15px;
}
header ol:not(.carousel-indicators) > li, .main-content ol:not(.carousel-indicators) > li {
  counter-increment: item;
  list-style: none inside;
  margin: 10px 0 20px;
  overflow: visible;
  clear: both;
  padding-left: 50px;
}
header ol:not(.carousel-indicators) > li:before, .main-content ol:not(.carousel-indicators) > li:before {
  padding: 7px 8px 0 8px;
  content: counter(item);
  margin: 0 15px 10px 0;
  display: block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #031320;
  color: #fff;
  text-align: center;
  font: 1.25rem "basic-sans", Helvetica, sans-serif;
  font-weight: 700;
  z-index: 99;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0px;
}
header, .main-content {
  /**** LIST GROUPS ****/
}
header .list-group, .main-content .list-group {
  text-indent: 0;
  margin: 20px 0;
}
header .list-group-item, .main-content .list-group-item {
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
header .list-group-item:last-of-type, .main-content .list-group-item:last-of-type {
  border-bottom: none;
}
header .list-group-item:before, .main-content .list-group-item:before {
  background: none;
  display: none;
}
header .list-group-item img, .main-content .list-group-item img {
  margin: 0 20px 0 0;
  max-width: 100px;
}
@media (min-width: 576px) {
  header .column-list, .main-content .column-list {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

/**** BLOCKQUOTE ****/
blockquote {
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
  background-color: rgba(3, 19, 32, 0.05);
  color: #031320;
  border-radius: 8px;
  padding: 35px 50px;
  position: relative;
  border: none;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
blockquote strong {
  font-weight: 700;
}
blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 0.7em;
  font-style: normal;
}
blockquote:before, blockquote:after {
  position: absolute;
  font-size: 8rem;
  line-height: 4rem;
  opacity: 0.15;
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 700;
}
blockquote:before {
  content: "“";
  top: 40px;
  left: 0;
}
blockquote:after {
  content: "”";
  bottom: -15px;
  right: 30px;
}
blockquote.media-quote {
  text-align: left;
  border-left: 10px solid #031320;
  border-radius: 0;
  background: none;
  margin-left: 50px;
}
blockquote.media-quote img {
  max-width: 150px;
  margin: 0;
}
blockquote.media-quote:before, blockquote.media-quote:after {
  display: none;
}
@media screen and (max-width: 320px) {
  blockquote {
    padding: 25px 0 25px 0;
  }
  blockquote:before, blockquote:after {
    display: none;
  }
}
@media (min-width: 768px) {
  blockquote {
    font-size: 1.65rem;
  }
  blockquote p {
    font-size: 1.25rem !important;
  }
}

/**** QUOTE BOX ****/
.quotes {
  width: 100%;
  height: auto;
  background-size: contain;
  background-color: rgba(3, 19, 32, 0.05);
  margin-bottom: 25px;
  border-radius: 8px;
  padding: 35px;
  color: #031320;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.quotes blockquote {
  background: none;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 40px;
  padding: 0 30px 40px !important;
  border-bottom: 2px solid #031320;
  border-radius: 0;
}
.quotes blockquote:before {
  top: 5px;
  left: -30px;
}
.quotes blockquote:after {
  bottom: -20px;
  right: 0;
}
.quotes blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  border: none !important;
}
.quotes blockquote:last-child:after {
  bottom: -60px;
}
@media screen and (max-width: 320px) {
  .quotes {
    padding: 25px 0 25px 0;
  }
}

/**** MARKS/HIGHLIGHTS/CIRCLES ****/
.mark-circle-dark {
  background-image: url("https://d3bjnmbj12697.cloudfront.net/_/dazzle/marker-circled-dark.800x800.png");
}

/* Marks - oval */
.mark-oval {
  padding: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .mark-oval {
    padding: 20px;
  }
}

.mark-oval-dark {
  background-image: url("https://d3bjnmbj12697.cloudfront.net/_/dazzle/marker-oval-dark.1600x608.png");
}

/* Underlines */
.underline {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/TradeSmith/underline-dark.764x100.png");
  padding: 0 0.1em 0.25em 0.1em;
  background-repeat: no-repeat;
  background-position: center 95%;
  background-size: 100% 8px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .underline {
    background-size: 100% 12px;
  }
}
.underline.padded {
  background-position: center 100%;
}

.underline-lg {
  padding: 0 0.05em 0.15em 0.05em;
  background-position: 50% 100%;
  background-size: 100% 12px;
}
@media (min-width: 768px) {
  .underline-lg {
    background-size: 100% 16px;
  }
}

.underline-sm {
  padding: 0 0.05em 0.2em 0.05em;
  background-size: 100% 8px;
}
@media (min-width: 576px) {
  .underline-sm {
    padding: 0 0.05em 0.2em 0.05em;
  }
}

.underline-light {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/TradeSmith/underline-light.764x100.png");
}

.underline-red {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/TradeSmith/underline-red.png");
}

/* Marks - oval */
.mark-oval {
  padding: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 576px) {
  .mark-oval {
    padding: 20px;
  }
}

.mark-oval-dark {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/TradeSmith/marker-oval-dark.1600x608.png");
}

/* Marks - stroke */
.mark-stroke,
.mark-stroke-long {
  background-color: transparent;
  background-repeat: none;
  background-size: 100% 100%;
}

.mark-stroke {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/TradeSmith/marker-stroke-yellow-light.png");
}

.mark-stroke-long {
  background-image: url("https://s3.amazonaws.com/marketingassets.cloudsna.com/prod/images/tradestops/2108TSPTurningPoint2021/marker-stroke-yellow.5000x304.png");
}

.mark-stroke.orange,
.mark-stroke-long.orange {
  -webkit-filter: hue-rotate(338deg) saturate(360%) contrast(1);
  filter: hue-rotate(338deg) saturate(360%) contrast(1);
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.strike {
  position: relative;
  display: inline-block;
}
.strike::before {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 45%;
  border-bottom: 4px solid #f29e3a;
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 5px;
  width: 85%;
  border-top: 3px solid #031320;
}

.main-content > section hr, .section-normal hr {
  border-top: 2px solid #031320;
  width: 85%;
}

.byline {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 10px;
  width: 50%;
  margin: 20px auto 0;
}
.byline p {
  margin-bottom: 0;
}

/**** MODIFIER CLASSES ****/
.primary {
  color: #031320;
}

.secondary {
  color: #f29e3a;
}

.tertiary {
  color: #7889ff;
}

.primary-bkgd {
  background-color: #031320;
}

.secondary-bkgd {
  background-color: #f29e3a;
}

.tertiary-bkgd {
  background-color: #7889ff;
}

.highlight {
  background-color: #fffd00;
}

.red {
  color: #f29e3a !important;
}

.green {
  color: #00ae42;
}

.orange {
  color: #e56600;
}

.blue {
  color: #f29e3a;
}

ul.no-check {
  text-indent: 0;
  padding-left: 0;
}
ul.no-check li {
  padding-left: 0;
}
ul.no-check li:before {
  display: none;
}

@media (min-width: 321px) and (max-width: 576px) {
  .hide {
    display: none;
  }
}
.smalltext {
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
}

.img-fluid {
  display: block;
  margin: 0 auto;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

p.presented-by {
  font-size: 0.7em;
}

.text-black {
  color: #000 !important;
}

.main-content .disclaimer {
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: italic;
  font-family: "basic-sans", Helvetica, sans-serif;
}

.border-box {
  background: rgb(240, 240, 240);
  padding: 0 15px 15px;
}
.border-box h5 {
  margin-left: -15px;
  margin-right: -15px;
}

.callout {
  color: #000;
  padding: 10px 0;
  position: relative;
  border-radius: 8px;
  border: 3px solid #7889ff;
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  color: #000;
}
.callout h3 {
  margin: 0;
  text-align: left;
}
.callout.callout-warning {
  background: #fff;
  border-color: #f29e3a;
  color: #f29e3a;
}
.callout p:last-child {
  margin-bottom: 0;
}

.card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 29px 0px;
  border: none;
  background: rgb(240, 240, 240);
}

.countdown-timer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "basic-sans", Helvetica, sans-serif;
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  color: #f29e3a;
}
.countdown-timer > div {
  margin: 5px 5px 0;
  display: inline-block;
  width: 65px;
}
.countdown-timer div > span {
  display: inline-block;
  color: #f29e3a;
  font-family: "basic-sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.95rem;
  margin-bottom: 10px;
}
.countdown-timer .clockstring {
  font-size: 1.5rem;
  display: inline-block;
}
.countdown-timer.light {
  color: #f29e3a;
}
.countdown-timer.light div > span {
  color: #f29e3a;
}

.clock-wrapper h4 {
  color: #f29e3a;
}

.carousel-control-next, .carousel-control-prev {
  color: #031320 !important;
  background: none;
  font-size: 40px;
}

.carousel-control-next .fa-arrow-right {
  margin: 0;
}

.carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li {
  height: 5px;
  width: 45px;
  padding: 0;
  background: #031320;
  border-radius: 8px;
  border: none;
}
.carousel-indicators li:before {
  display: none;
}

.carousel blockquote {
  padding: 35px 55px;
}

/**** WISTIA STYLES ****/
.vidwrap {
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .vidwrap.small-video {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .vidwrap.small-video {
    max-width: 700px;
  }
}
.vidwrap .vjs-poster img {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: initial;
}
.vidwrap .video-js {
  border-radius: 8px;
  max-width: initial;
  margin: initial;
}
.vidwrap .video-js .vjs-dock-text {
  display: none;
}
.vidwrap .video-js .vjs-control-bar {
  background-color: transparent;
}
.vidwrap .video-js.vjs-mouse .vjs-big-play-button {
  background-color: #f29e3a;
  opacity: 0.9;
  border-radius: 8px;
  height: 100px;
  width: 125px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}
.vidwrap .video-js.no-playbar .vjs-progress-control.vjs-control {
  display: none;
}
.vidwrap .video-js .vjs-time-control {
  display: none;
}
.vidwrap .video-js .vjs-volume-level {
  background-color: #fff;
}
.vidwrap .bc-iframe, .vidwrap .bc-iframe body, .vidwrap .bc-player-default_default, .vidwrap .bc-player-default_default .vjs-poster {
  background: transparent;
}

.unmute {
  display: none;
  position: absolute;
  bottom: 40%;
  left: 0;
  height: 20%;
  width: 100%;
}
.unmute img {
  max-width: 8%;
  bottom: -150%;
  -webkit-transform: translateY(-50%) rotate(69deg) scale(1.9);
  -ms-transform: translateY(-50%) rotate(69deg) scale(1.9);
  transform: translateY(-50%) rotate(69deg) scale(1.9);
  position: absolute;
  left: 20%;
  display: none;
}
.unmute h2 {
  position: absolute;
  right: 0;
  color: white;
  text-shadow: 2px 2px black;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  width: 70%;
  max-width: 400px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 1em;
}
@media (min-width: 576px) {
  .unmute img {
    max-width: 15%;
    top: 100%;
    -webkit-transform: translateY(-50px) rotate(85deg) scale(1.7);
    -ms-transform: translateY(-50px) rotate(85deg) scale(1.7);
    transform: translateY(-50px) rotate(85deg) scale(1.7);
    position: absolute;
    left: 8%;
    display: block;
  }
  .unmute h2 {
    font-size: 1.5em;
    padding-bottom: 10px;
  }
}

.eventboxbg {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  height: auto;
  z-index: 1;
  background-attachment: fixed;
  background: #f7f7f7;
  position: relative;
  border-top: 5px solid #f29e3a;
}
.eventboxbg h2 {
  color: #000;
  background: #f7f7f7;
  width: 30%;
  margin: -28px auto 0;
}
.eventboxbg p {
  line-height: 1.3;
  color: #031320;
}
.eventboxbg a {
  color: #f29e3a;
  text-decoration: underline;
}
.eventboxbg i {
  color: #031320;
}

.vipBox {
  background: #031320;
  border: 0px solid #f29e3a;
  border-radius: 8px;
  color: #fff;
  padding: 20px 20px 0;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.vipBox.light {
  background: rgb(240, 240, 240);
  color: #000;
}
.vipBox.light h2, .vipBox.light h3, .vipBox.light h4, .vipBox.light h5, .vipBox.light h6 {
  color: #000;
}
.vipBox img {
  max-width: 170px;
  border: none;
}
.vipBox h2, .vipBox h3, .vipBox h4, .vipBox h5, .vipBox h6 {
  color: #fff;
  margin-bottom: 20px;
}
.vipBox .disclaimer {
  margin: 15px 20px 0 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.vipBox a {
  color: rgb(171, 181.5777777778, 255);
}
.vipBox a:hover {
  text-decoration: underline;
}
.vipBox a:link {
  color: rgb(171, 181.5777777778, 255);
  text-decoration: none;
}
.vipBox .form-group {
  margin-bottom: 0;
}
.vipBox input.phone {
  padding: 10px 8px;
  font-size: 18px;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0;
}
.vipBox input.phone:focus {
  border: 1px solid #031320;
  color: #000;
  outline: none;
  border-color: #031320;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.vipBox .submit-btn {
  text-transform: uppercase;
  margin-right: 10px;
  padding: 13px 12px 14px;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  width: 100%;
}

.hero {
  padding: 20px 0;
  padding-bottom: 0;
}
.hero.dark, .hero.video {
  padding: 40px 0;
  padding-bottom: 0;
  background: url(https://assets1.tradesmith.com/mkt/2026/TTS/louie-ai/lighter-background-tts-louie-ai.webp);
  background-attachment: fixed;
  background-position: top;
  position: relative;
  border-bottom: 5px solid #f29e3a;
  color: #fff;
}
.hero.dark h1,
.hero.dark h2,
.hero.dark h3,
.hero.dark h4,
.hero.dark h5,
.hero.dark h6, .hero.video h1,
.hero.video h2,
.hero.video h3,
.hero.video h4,
.hero.video h5,
.hero.video h6 {
  color: #fff;
  margin-bottom: 0;
}
.hero.video .vidwrap {
  margin-bottom: -100px;
}
.hero.video + .container {
  padding-top: 100px;
}

.hero-frame {
  width: 100%;
  overflow: hidden;
}

.hero-outer {
  background-color: #031320;
}

.hero-inner {
  margin: 0 auto;
  background-color: #031320;
  display: grid;
  grid-template-columns: auto 1fr auto; /* [left-img] [content] [right-img] */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; /* portraits anchor to bottom, like the design */
}

.left-speaker-image {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 175px; /* tune to taste */
  height: auto;
  z-index: 2;
}

.right-speaker-image {
  grid-column: 3;
  grid-row: 1;
  display: block;
  width: 175px; /* tune to taste */
  height: auto;
  z-index: 2;
}

.hero__content {
  max-width: 900px;
  margin: 0 auto;
  grid-column: 2;
  grid-row: 1;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 18px 16px 20px;
  z-index: 1;
  align-self: start; /* vertically center text while images anchor to bottom */
}

/* Gold headline */
.hero__headline {
  font-family: "aktiv-grotesk-condensed", serif;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.45;
  color: #f29e3a;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.mobile-speakers-image {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .left-speaker-image,
  .right-speaker-image {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero__content {
    grid-column: 1;
  }
  .mobile-speakers-image {
    display: block;
    grid-column: 1;
    grid-row: 2;
  }
}
.experts {
  margin-bottom: 40px;
}
.experts h2 {
  text-align: left;
}
.experts img {
  width: 90%;
  margin: 0 auto;
}
.experts img.style1 {
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.experts img.style2 {
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: none;
}
.experts img.style3 {
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(3, 19, 32, 0.3) 0px 0px 0px 3px;
  box-shadow: rgba(3, 19, 32, 0.3) 0px 0px 0px 3px;
}

.qa h2, .qa h3, .qa h4, .qa h5, .qa h6 {
  text-align: left;
  border-bottom: 8px solid #031320;
  padding-bottom: 8px;
}

@media print {
  /* All your print styles go here */
  header,
  footer,
  .btn,
  .eventboxbg {
    display: none !important;
  }
  h1 {
    color: #031320;
  }
}