@keyframes slide-gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes shiny-text-gradient {
  0%, 40% {
    background: radial-gradient(ellipse at center, #FFCE34, #feb454);
    background-size: 125% 100%;
  }
  75% {
    background: radial-gradient(ellipse at center, #FFCE34, #feb454);
    background-size: 125% 200%;
  }
  100% {
    background: radial-gradient(ellipse at center, #FFCE34, #feb454);
    background-size: 125% 100%;
  }
}
@keyframes brighten-unbrighten {
  0% {
    filter: brightness(1) saturate(1.15);
  }
  40% {
    filter: brightness(1) saturate(1);
  }
  80% {
    filter: brightness(1.08) saturate(1);
  }
  100% {
    filter: brightness(1) saturate(1.15);
  }
}
@keyframes iconColorRotate {
  0%, 45%, 75%, 100% {
    fill: #FFCE34;
  }
  60% {
    fill: #ffe079;
  }
}
@keyframes fadeInLi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateMarker {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.999deg);
  }
}
@keyframes revealChar {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
div.cq-placeholder, div.new.section {
  height: 0 !important;
  margin: 0 !important;
}

.hero-bg h1 {
  position: relative;
}
@media (max-width: 1200px) {
  .hero-bg h1 {
    font-size: 54px !important;
  }
}
@media (max-width: 768px) {
  .hero-bg h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 540px) {
  .hero-bg h1 {
    font-size: 40px !important;
    width: 272px;
    max-width: 100%;
  }
}
.hero-bg h1 span {
  display: inline !important;
  position: relative;
}
.hero-bg h1 span div.word:nth-of-type(4) {
  background: radial-gradient(ellipse at center, #FFCE34, #feb454);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  transition: filter 1s ease, text-shadow 1s ease, transform 1s ease, background 1s ease;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1) translateZ(0);
  text-shadow: 0px 0px 8px rgba(255, 206, 52, 0);
  will-change: transform;
}
.hero-bg h1 span div.word:nth-of-type(4):hover {
  filter: brightness(1.16);
  text-shadow: 0px 0px 8px rgba(255, 206, 52, 0.25);
  transform: scale(1.025) translateZ(0);
  cursor: default;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-bg h1 span div.word:nth-of-type(4) div.char {
  color: inherit;
  background: inherit;
  -webkit-background-clip: inherit;
  display: inline;
}
.hero-bg h1 div.char {
  position: relative;
}
.hero-bg h1 div.char::after {
  display: none;
}
.hero-bg h1 + p.lead {
  transform: translateY(-4px);
  margin-bottom: 20px;
}

.reveal-chars div.char {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
}
.reveal-chars div.char:nth-child(1)::after {
  animation-delay: 0.072s !important;
}
.reveal-chars div.char:nth-child(2)::after {
  animation-delay: 0.144s !important;
}
.reveal-chars div.char:nth-child(3)::after {
  animation-delay: 0.216s !important;
}
.reveal-chars div.char:nth-child(4)::after {
  animation-delay: 0.288s !important;
}
.reveal-chars div.char:nth-child(5)::after {
  animation-delay: 0.36s !important;
}
.reveal-chars div.char:nth-child(6)::after {
  animation-delay: 0.432s !important;
}
.reveal-chars div.char:nth-child(7)::after {
  animation-delay: 0.504s !important;
}
.reveal-chars div.char:nth-child(8)::after {
  animation-delay: 0.576s !important;
}
.reveal-chars div.char:nth-child(9)::after {
  animation-delay: 0.648s !important;
}
.reveal-chars div.char:nth-child(10)::after {
  animation-delay: 0.72s !important;
}
.reveal-chars div.char:nth-child(11)::after {
  animation-delay: 0.792s !important;
}
.reveal-chars div.char:nth-child(12)::after {
  animation-delay: 0.864s !important;
}
.reveal-chars div.char:nth-child(13)::after {
  animation-delay: 0.936s !important;
}
.reveal-chars div.char:nth-child(14)::after {
  animation-delay: 1.008s !important;
}
.reveal-chars div.char:nth-child(15)::after {
  animation-delay: 1.08s !important;
}
.reveal-chars div.char:nth-child(16)::after {
  animation-delay: 1.152s !important;
}
.reveal-chars div.char:nth-child(17)::after {
  animation-delay: 1.224s !important;
}
.reveal-chars div.char:nth-child(18)::after {
  animation-delay: 1.296s !important;
}
.reveal-chars div.char:nth-child(19)::after {
  animation-delay: 1.368s !important;
}
.reveal-chars div.char:nth-child(20)::after {
  animation-delay: 1.44s !important;
}
.reveal-chars div.char:nth-child(21)::after {
  animation-delay: 1.512s !important;
}
.reveal-chars div.char:nth-child(22)::after {
  animation-delay: 1.584s !important;
}
.reveal-chars div.char:nth-child(23)::after {
  animation-delay: 1.656s !important;
}
.reveal-chars div.char:nth-child(24)::after {
  animation-delay: 1.728s !important;
}
.reveal-chars div.char:nth-child(25)::after {
  animation-delay: 1.8s !important;
}
.reveal-chars div.char::after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: initial;
}

.glow-chars div.char {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.glow-chars div.char:before {
  content: attr(data-char);
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 20%, rgb(0, 0, 0) 200%), radial-gradient(circle, rgba(0, 0, 0, 0.2) 20%, rgb(0, 0, 0) 200%), radial-gradient(circle, rgba(0, 0, 0, 0.2) 20%, rgb(0, 0, 0) 200%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.glow-chars div.char:after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 64, 203, 0.5019607843), rgba(255, 206, 52, 0.568627451), rgba(0, 64, 203, 0.5098039216));
  background-size: 300% 100%;
  animation: rotateGradient 20s linear infinite;
  width: 100%;
  height: 100%;
  filter: blur(8px);
}

@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
h3.reveal-chars {
  transform: translateY(6px);
}
h3.reveal-chars.active div.char::after {
  animation: revealChar 0.36s ease forwards;
}

div.char::after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.articleTitle {
  display: none;
}

.aem-AuthorLayer-Edit body.benefits #bd > div > div > div {
  display: flex;
  flex-direction: column;
}
.aem-AuthorLayer-Edit body.benefits #bd > div > div > div .acsBreadcrumb {
  order: 1;
}
.aem-AuthorLayer-Edit body.benefits #bd > div > div > div #modals-wrapper {
  order: 3;
}
.aem-AuthorLayer-Edit body.benefits #bd > div > div > div .articleContent {
  order: 2;
}
.aem-AuthorLayer-Edit div.cq-placeholder, .aem-AuthorLayer-Edit div.new.section {
  height: 32px !important;
  margin: 0 8px !important;
}
.aem-AuthorLayer-Edit .cq-Overlay--placeholder {
  min-height: 24px !important;
}
.aem-AuthorLayer-Edit .hero-bg > div {
  opacity: 1 !important;
}
.aem-AuthorLayer-Edit .hero-bg > div:before, .aem-AuthorLayer-Edit .hero-bg > div:after {
  display: none !important;
}
.aem-AuthorLayer-Edit .hero-bg > div div {
  opacity: 1 !important;
}
.aem-AuthorLayer-Edit .header-area:after {
  opacity: 1 !important;
  transition: none !important;
}
.aem-AuthorLayer-Edit .header-area .container .row {
  opacity: 1 !important;
  transition: none !important;
  transition-delay: 0s !important;
}
.aem-AuthorLayer-Edit #main-pricing-table {
  transition: none !important;
  opacity: 1 !important;
}
.aem-AuthorLayer-Edit .intro-cards-wrapper .container > .row > div {
  opacity: 1 !important;
  pointer-events: auto !important;
  filter: blur(0) !important;
  transform: translateZ(0) !important;
  transition: none !important;
}
.aem-AuthorLayer-Edit .intro-cards-wrapper > div {
  display: block;
}
.aem-AuthorLayer-Edit .testimonial-area .section {
  opacity: 1;
}
.aem-AuthorLayer-Edit body.membership .community-row * {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) {
  height: auto;
  max-height: none;
  z-index: 2;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer {
  height: auto;
  max-height: none;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div {
  height: auto;
  max-height: none;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div {
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div > div {
  width: 1300px;
  max-width: 100%;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div > div .container {
  margin-left: 0;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(2) {
  z-index: 2;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(4) {
  position: relative;
  z-index: 3;
}
.aem-AuthorLayer-Edit body.membership.landing .articleContent > div:nth-of-type(5) {
  position: relative;
  z-index: 2;
}
.aem-AuthorLayer-Edit .articleContent > div:nth-of-type(1) {
  min-height: 0;
}
.aem-AuthorLayer-Edit .articleContent > div:nth-of-type(1) .herocontainer {
  min-height: 0;
}
.aem-AuthorLayer-Edit .articleContent > div:nth-of-type(1) .herocontainer > div {
  min-height: 0;
}
.aem-AuthorLayer-Edit .articleContent > div:nth-of-type(1) .herocontainer > div > div {
  min-height: 0;
}
.aem-AuthorLayer-Edit .community-row .row {
  display: block;
}
.aem-AuthorLayer-Edit #modals-wrapper {
  position: relative !important;
  display: block !important;
}
.aem-AuthorLayer-Edit #modals-wrapper .table-modal {
  background: #fff;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(2, 2, 2, 0.2);
  padding: 24px;
  min-height: 0;
  min-height: 600px;
  display: block !important;
  position: relative !important;
}
.aem-AuthorLayer-Edit #modals-wrapper .table-modal .section > .container {
  width: calc(100% - 32px);
}
.aem-AuthorLayer-Edit #modals-wrapper .table-modal .section > .container .image {
  margin-top: 20px;
  width: 360px !important;
}
@media (max-width: 1024px) {
  .aem-AuthorLayer-Edit #modals-wrapper .table-modal .section > .container .image {
    margin-top: 24px;
  }
}
.aem-AuthorLayer-Edit #modals-wrapper .table-modal .section > .container .column0 .text {
  margin-top: 20px;
}
.aem-AuthorLayer-Edit #modals-wrapper:hover {
  z-index: 100;
}
.aem-AuthorLayer-Edit #modals-wrapper:before {
  content: "MODAL CONTAINERS BELOW";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  background: #0064EB;
  color: #fff;
  border-radius: 8px;
  width: 500px;
  text-align: center;
}
.aem-AuthorLayer-Edit #main-pricing-table .row {
  display: block;
}
.aem-AuthorLayer-Edit #main-pricing-table .row .col-md-4 {
  position: static;
}
.aem-AuthorLayer-Edit #main-pricing-table .row .col-md-4 > div {
  height: auto;
}
.aem-AuthorLayer-Edit #main-pricing-table .row .col-md-4 > div > div {
  height: auto;
}
.aem-AuthorLayer-Edit #main-pricing-table .row .col-md-4 > div > div > div {
  height: auto;
}

body.membership.students .top-area h2, body.membership.industry .top-area h2, body.membership.enthusiast .top-area h2 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 32px;
  max-width: calc(100vw - 40px);
}
@media (max-width: 1200px) {
  body.membership.students .top-area h2, body.membership.industry .top-area h2, body.membership.enthusiast .top-area h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  body.membership.students .top-area h2, body.membership.industry .top-area h2, body.membership.enthusiast .top-area h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  body.membership.students .top-area h2, body.membership.industry .top-area h2, body.membership.enthusiast .top-area h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  body.membership.students .top-area h2 br, body.membership.industry .top-area h2 br, body.membership.enthusiast .top-area h2 br {
    display: none;
  }
}
@media (max-width: 1200px) {
  body.membership.benefits .acstopnav > div {
    min-width: 0 !important;
    width: calc(100vw - 64px) !important;
  }
}
body.membership.benefits .acsnav #membership a:after {
  opacity: 0;
}
body.membership.benefits .acsnav #member-benefits a:after {
  opacity: 1;
}
body.membership.benefits .acsBreadcrumb .container {
  width: 1300px;
  max-width: calc(100vw - 64px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  body.membership.benefits .acsBreadcrumb .container {
    min-width: 0 !important;
    width: calc(100vw - 64px) !important;
  }
}
body.membership.benefits .articleContent > div:nth-of-type(1) .container {
  width: 1300px;
  max-width: calc(100vw - 64px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  body.membership.benefits .articleContent > div:nth-of-type(1) .container {
    min-width: 0 !important;
    width: calc(100vw - 64px) !important;
  }
}
body.membership.benefits .articleContent > div:nth-of-type(6) {
  position: relative;
  z-index: 100;
}
body.membership.benefits .articleContent > div:not(:nth-of-type(6)) {
  position: relative;
  z-index: 2;
}
body.membership.landing .main-pricing-table-area h2 {
  margin-bottom: 32px;
}

.intro-cards-wrapper {
  padding: 128px 0 100px;
  padding: 100px 0 48px;
  position: relative;
  max-width: 100vw;
}
@media (max-width: 1200px) {
  .intro-cards-wrapper {
    padding: 100px 0 80px;
  }
}
@media (max-width: 991px) {
  .intro-cards-wrapper {
    padding: 80px 0 48px;
  }
}
@media (max-width: 480px) {
  .intro-cards-wrapper {
    padding: 48px 0 32px;
  }
}
.intro-cards-wrapper > .containerPar {
  position: relative;
  z-index: 1;
}
.intro-cards-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
  z-index: 0;
}
.intro-cards-wrapper.active .container .row > div {
  opacity: 1;
  transform: translateZ(0px);
  pointer-events: auto;
  filter: blur(0);
}
@media (max-width: 768px) {
  .intro-cards-wrapper.active .container .row > div {
    margin-bottom: 24px;
  }
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(1) {
  transition-delay: 0.312s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(2) {
  transition-delay: 0.384s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(3) {
  transition-delay: 0.456s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(4) {
  transition-delay: 0.528s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(5) {
  transition-delay: 0.6s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(6) {
  transition-delay: 0.672s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(7) {
  transition-delay: 0.744s;
}
.intro-cards-wrapper.active .container .row > div:nth-of-type(8) {
  transition-delay: 0.816s;
}
.intro-cards-wrapper.active .container .row > div .embed {
  height: 60px !important;
}
.intro-cards-wrapper .columnsBootstrap {
  width: 100%;
}
.intro-cards-wrapper .container {
  width: 1600px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.intro-cards-wrapper .container .row {
  display: flex;
  justify-content: space-between;
  perspective: 1000px;
  transform-style: preserve-3d;
  transform-origin: center center;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .intro-cards-wrapper .container .row {
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .intro-cards-wrapper .container .row {
    flex-wrap: wrap;
  }
  .intro-cards-wrapper .container .row > div {
    width: 50% !important;
    max-width: 50vw;
  }
  .intro-cards-wrapper .container .row > div .intro-card {
    margin: 0 auto;
  }
}
.intro-cards-wrapper .container .row > div {
  opacity: 0;
  pointer-events: none;
  transition: transform 0.74s, filter 0.74s, opacity 0.74s;
  transition-timing-function: cubic-bezier(0.26, 0.79, 0.42, 1);
  transform: translateZ(-64px);
  filter: blur(4px);
}
@media (max-width: 768px) {
  .intro-cards-wrapper .container .row > div {
    width: 100% !important;
    max-width: 100vw;
  }
}
.intro-cards-wrapper > div {
  display: flex;
  justify-content: center;
}
.intro-cards-wrapper > div .col-md-3 {
  max-width: 310px;
  padding: 0 24px;
}
.intro-cards-wrapper > div .intro-card {
  aspect-ratio: 1/1;
  width: 280px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .intro-cards-wrapper > div .intro-card {
    width: 400px;
    max-width: 100%;
    aspect-ratio: 2/1.25;
    aspect-ratio: auto;
    margin: 0 auto;
  }
}
.intro-cards-wrapper > div .intro-card svg {
  overflow: visible;
}
.intro-cards-wrapper > div .intro-card svg .color {
  animation: iconColorRotate 6s ease infinite;
  animation-play-state: paused;
}

body.membership .hero-bg {
  margin-top: -8px !important;
  min-height: 600px;
}
body.membership .hero-bg:before {
  z-index: 3;
  background: linear-gradient(101deg, rgb(0, 56, 165) 0%, rgb(0, 56, 165) 52%, rgba(0, 56, 165, 0) 66%, rgb(246, 194, 74) 100%);
}
@media (min-width: 1600px) {
  body.membership .hero-bg:before {
    background: linear-gradient(101deg, rgb(0, 56, 165) 0%, rgb(0, 56, 165) 54%, rgba(0, 56, 165, 0) 68%, rgba(0, 56, 165, 0) 78%, rgb(246, 194, 74) 100%);
  }
}
@media (max-width: 640px) {
  body.membership .hero-bg:before {
    background: linear-gradient(101deg, rgb(0, 56, 165) 0%, rgb(0, 56, 165) 32%, rgba(0, 56, 165, 0) 66%, rgb(246, 194, 74) 100%);
  }
}
@media (max-width: 540px) {
  body.membership .hero-bg .embed {
    overflow: visible;
  }
}
@media (max-width: 540px) {
  body.membership .hero-bg .embed .embed {
    display: flex;
    flex-direction: column;
    width: 240px !important;
    transform: translateX(-8px);
  }
}
@media (max-width: 540px) {
  body.membership .hero-bg .embed .embed .btn-link {
    margin-left: 0;
    margin-top: 16px;
  }
}
body.membership .hero-bg p {
  color: #fff;
  margin: 0;
}
body.membership .hero-bg p.lead {
  margin-bottom: 16px;
}
body.membership .hero-bg > div {
  min-height: 600px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
body.membership .hero-bg > div.loaded > div {
  opacity: 1;
  transition-delay: 0s;
}
body.membership .hero-bg > div.loaded:after {
  opacity: 1;
  transition-delay: 0.24s;
}
body.membership .hero-bg > div > div {
  z-index: 3;
  opacity: 0;
  transition: opacity 1s ease;
}
body.membership .hero-bg > div:before, body.membership .hero-bg > div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
body.membership .hero-bg > div:before {
  background: linear-gradient(101deg, rgb(1, 51, 124) 0%, rgb(15, 86, 190) 52%, rgb(246, 194, 74) 100%);
  background: linear-gradient(101deg, rgb(1, 51, 124) 0%, rgb(15, 86, 190) 52%, rgb(1, 51, 124) 100%);
  z-index: 1;
  opacity: 1;
}
body.membership .hero-bg > div:after {
  z-index: 2;
  opacity: 0;
  transition: opacity 1.4s, transform 1.4s;
  transition-timing-function: cubic-bezier(0.26, 0.79, 0.42, 1);
  background-position: right top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 1400px) {
  body.membership .hero-bg > div:after {
    background-size: auto 120% !important;
  }
}
@media (max-width: 768px) {
  body.membership .hero-bg > div:after {
    background-position: 77% top !important;
  }
}
body.membership .hero-bg .btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
}
body.membership .save-on-membership:before {
  position: absolute;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
body.membership .additional-numbers {
  padding: 64px 0 24px;
}
@media (max-width: 991px) {
  body.membership .additional-numbers {
    padding: 32px 0 24px;
  }
}
body.membership .additional-numbers h3,
body.membership .additional-numbers p {
  text-align: center;
}
body.membership .good-company {
  position: relative;
  z-index: 3;
  background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
}
body.membership .good-company h2 {
  margin-bottom: 0 !important;
}
body.membership .good-company:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
body.membership .good-company > div > .columnsBootstrap .columnOne,
body.membership .good-company > div > .columnsBootstrap .columnTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.membership .good-company > div > .columnsBootstrap .columnOne .column0 {
  width: 560px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .column0 {
    margin: 0 auto;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnOne .text > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text > div {
    flex-direction: row;
    justify-content: flex-end;
  }
  body.membership .good-company > div > .columnsBootstrap .columnOne .text > div > div {
    width: 400px;
    max-width: 100%;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnOne .text h3,
body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
  display: inline-block;
  margin: 0;
}
body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
  font-size: 300px;
  font-size: 180px;
  line-height: 300px;
  font-weight: 900;
  position: relative;
  transform: translateY(-34px);
}
@media (min-width: 1201px) and (max-width: 1450px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
    transform: translateX(32px) translateY(-34px);
  }
}
@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
    font-size: 128px;
    line-height: 128px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
    transform: translateY(-34px);
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
    transform: translateX(-8px) translateY(0px);
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text h3 {
    font-size: 100px;
    line-height: 100px;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
  font-size: 26px;
  font-weight: 300;
  transform: translateX(6px) translateY(-94px);
  line-height: 1.4;
}
@media (min-width: 1201px) and (max-width: 1450px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
    transform: translateX(38px) translateY(-94px);
  }
}
@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
    transform: translateX(6px) translateY(-26px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnOne .text p {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    transform: none;
    width: 258px;
    display: block;
    max-width: 100vw;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnTwo {
  position: relative;
  padding: 64px;
}
@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo {
    padding: 32px 0;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnTwo:before, body.membership .good-company > div > .columnsBootstrap .columnTwo:after {
  position: absolute;
  content: "";
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo .column1 {
    width: 534px;
    max-width: 100vw;
    margin: 0 auto;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section {
  overflow: visible;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div {
  transform: translateX(-8px);
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > .embed {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  overflow: visible;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div {
  display: flex;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div > div {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div > div span {
  font-style: italic;
  font-size: 16px;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div > div span b {
  font-weight: 600;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section img {
  width: 80px;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo .text {
  max-width: 100%;
}
body.membership .good-company > div > .columnsBootstrap .columnTwo p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo p {
    text-align: center;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnTwo h3 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo h3 {
    font-size: 28px;
  }
  body.membership .good-company > div > .columnsBootstrap .columnTwo h3 br {
    display: none;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo h3 {
    text-align: center;
    max-width: calc(100vw - 64px);
    margin: 0 auto;
  }
}
body.membership .good-company > div > .columnsBootstrap .columnTwo h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 8px 0 4px;
}
body.membership .good-company .additional-numbers {
  padding: 0 32px;
  background: #0F1011;
  margin-bottom: 32px;
}
body.membership .good-company .additional-numbers .columnsBootstrap > .container {
  width: 1300px;
  min-width: 0 !important;
  max-width: calc(100% - 64px) !important;
}
body.membership .good-company .additional-numbers .row {
  padding: 24px 64px;
  margin: 0 !important;
  margin-right: -15px !important;
}
body.membership .good-company .additional-numbers .col-md-4 {
  padding: 48px 32px 24px;
}
body.membership .good-company .additional-numbers .col-md-4 .container > div {
  display: flex;
  flex-direction: column;
}
body.membership .good-company .additional-numbers h3,
body.membership .good-company .additional-numbers p {
  text-align: center;
  color: #fff;
}
body.membership .good-company .additional-numbers h3 div.char:after,
body.membership .good-company .additional-numbers p div.char:after {
  color: #fff;
}
body.membership .good-company .additional-numbers h3 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  display: inline-block;
  align-self: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  body.membership .good-company .additional-numbers h3 {
    margin-bottom: 12px;
  }
}
body.membership .good-company .additional-numbers h3:after {
  height: 4px;
  background: linear-gradient(90deg, #0040CB, #FFCE34, #0040CB);
  background-size: 300% 100%;
  animation: rotateGradient 16s linear infinite;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  opacity: 0.8;
}
body.membership .good-company .additional-numbers p {
  font-size: 18px;
}
@media (max-width: 991px) {
  body.membership .good-company .additional-numbers p {
    transform: translateY(8px);
  }
}
body.membership .good-company > div > div > .container {
  width: 100vw;
  position: relative;
  z-index: 2;
}
body.membership .good-company > div > div > .container .row {
  display: flex;
  min-height: 524px;
}
body.membership .good-company h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 54px;
  max-width: calc(100vw - 40px);
}
@media (max-width: 480px) {
  body.membership .good-company h2 {
    font-size: 36px;
  }
}
body.membership .join-our-mission h2,
body.membership .main-pricing-table-area h2,
body.membership .compare-all-benefits h2,
body.membership .have-a-question h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 54px;
  max-width: calc(100vw - 40px);
}
@media (max-width: 640px) {
  body.membership .join-our-mission h2,
  body.membership .main-pricing-table-area h2,
  body.membership .compare-all-benefits h2,
  body.membership .have-a-question h2 {
    font-size: 28px;
  }
}
body.membership .join-our-mission {
  padding: 64px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
body.membership .join-our-mission .columnsBootstrap > .container {
  max-width: calc(100vw - 80px);
  margin-left: auto;
  margin-right: auto;
}
body.membership .join-our-mission .container > .row > div {
  transition: transform 0.4s ease;
}
body.membership .join-our-mission .container > .row > div:hover .tile-arrow {
  transform: translateX(0);
}
body.membership .join-our-mission .community-tile {
  position: relative;
  aspect-ratio: 1.5/1;
  transition: background 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
body.membership .join-our-mission .community-tile a > div {
  height: 100%;
  width: 100%;
}
body.membership .join-our-mission .community-tile a > div > div {
  height: 100%;
  width: 100%;
}
body.membership .join-our-mission .community-tile a > div > div > div {
  height: 100%;
  width: 100%;
}
body.membership .join-our-mission .community-tile .embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.membership .join-our-mission .community-tile.student {
  background: #0038b2;
}
body.membership .join-our-mission .community-tile.student:hover {
  background: #0040cb;
}
body.membership .join-our-mission .community-tile.student:hover .tile-arrow path {
  fill: #FFCE34;
}
body.membership .join-our-mission .community-tile.industry {
  background: #ffc81b;
}
body.membership .join-our-mission .community-tile.industry:hover {
  background: #ffce34;
}
body.membership .join-our-mission .community-tile.industry:hover .tile-arrow path {
  fill: #0040CB;
}
body.membership .join-our-mission .community-tile.industry h3 {
  color: #000;
}
body.membership .join-our-mission .community-tile.industry .tile-arrow path {
  fill: #000;
}
body.membership .join-our-mission .community-tile.enthusiast {
  background: #22211e;
}
body.membership .join-our-mission .community-tile.enthusiast:hover {
  background: #2f2e2a;
}
body.membership .join-our-mission .community-tile.enthusiast:hover .tile-arrow path {
  fill: #FFCE34;
}
body.membership .join-our-mission .community-tile h3 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
}
body.membership .join-our-mission .community-tile .tile-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transform: translateX(-8px);
  transition: transform 0.5s ease;
}
body.membership .join-our-mission .community-tile .tile-arrow path {
  transition: fill 0.5s ease;
}
body.membership .community-row {
  padding: 48px 0;
  background: #F5F7FB;
}
@media (max-width: 1300px) {
  body.membership .community-row body.membership .community-row.two .columnOne, body.membership .community-row body.membership .community-row.four .columnOne {
    padding-left: 64px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  body.membership .community-row body.membership .community-row.two .columnOne, body.membership .community-row body.membership .community-row.four .columnOne {
    padding: 0;
  }
}
body.membership .community-row.active .row > div {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
body.membership .community-row .section > .container {
  width: 1600px;
  max-width: 100%;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}
body.membership .community-row .row {
  display: flex;
}
body.membership .community-row .row > div {
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
body.membership .community-row .row > div:nth-of-type(2) {
  transition-delay: 0.18s;
}
body.membership .community-row .row > div .text .arrow-link {
  margin-bottom: 8px;
}
body.membership .community-row .row > div .text .arrow-link a {
  font-size: 18px;
}
body.membership .community-row .row > div .text .arrow-link a svg {
  transform: translateX(6px);
  transition: transform 0.24s ease;
}
body.membership .community-row .row > div .text .arrow-link a svg path {
  stroke: #0068ff;
}
body.membership .community-row .row > div .text .arrow-link a:hover svg {
  transform: translateX(9px);
}
body.membership .community-row .row > div .text .arrow-link a:hover svg path {
  stroke: #0053cc;
}
body.membership .community-row .image {
  overflow: visible;
}
body.membership .community-row .image-div img {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 100%;
}
body.membership .community-row .image-div:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-16px) translateY(16px);
  background: linear-gradient(90deg, #0040CB, #FFCE34, #0040CB);
  background-size: 300% 100%;
  animation: rotateGradient 12s linear infinite;
  z-index: 1;
  opacity: 0.68;
  filter: blur(24px);
}
body.membership .community-row h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  body.membership .community-row h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  body.membership .community-row h2 {
    font-size: 24px;
    width: 566px;
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  body.membership .community-row h2 br {
    display: none;
  }
}
body.membership .community-row p {
  font-size: 20px;
  margin-bottom: 16px;
}
body.membership .community-row ul {
  margin-left: 8px;
}
body.membership .community-row ul li {
  font-size: 20px;
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;
}
body.membership .community-row ul li:before {
  content: "";
  position: absolute;
  top: 12.5px;
  left: -22px;
  width: 10px;
  height: 10px;
  background: #0064EB;
  border-radius: 100%;
}
body.membership .community-row ul li:nth-child(1):before {
  animation-delay: 0.08s;
}
body.membership .community-row ul li:nth-child(2):before {
  animation-delay: 0.16s;
}
body.membership .community-row ul li:nth-child(3):before {
  animation-delay: 0.24s;
}
body.membership .community-row ul li:nth-child(4):before {
  animation-delay: 0.32s;
}
body.membership .community-row ul li:nth-child(5):before {
  animation-delay: 0.4s;
}
body.membership .community-row ul li:nth-child(6):before {
  animation-delay: 0.48s;
}
body.membership .community-row ul li:nth-child(7):before {
  animation-delay: 0.56s;
}
body.membership .community-row ul li:nth-child(8):before {
  animation-delay: 0.64s;
}
body.membership .community-row.one .columnOne .image, body.membership .community-row.three .columnOne .image, body.membership .community-row.five .columnOne .image {
  padding-left: 64px;
}
body.membership .community-row.one .columnTwo, body.membership .community-row.three .columnTwo, body.membership .community-row.five .columnTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 54px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  body.membership .community-row.one .columnTwo, body.membership .community-row.three .columnTwo, body.membership .community-row.five .columnTwo {
    padding-left: 32px;
    padding-right: 64px;
  }
}
@media (max-width: 991px) {
  body.membership .community-row.one .columnTwo, body.membership .community-row.three .columnTwo, body.membership .community-row.five .columnTwo {
    padding: 0;
  }
}
body.membership .community-row.one {
  background: #fff;
}
body.membership .community-row.two {
  background: linear-gradient(to bottom, #fff 0%, #F5F7FB 100%);
}
body.membership .community-row.two .image-div:after {
  transform: translateX(16px) translateY(16px);
}
body.membership .community-row.four .image-div:after {
  transform: translateX(16px) translateY(16px);
}
body.membership .community-row.two .columnOne, body.membership .community-row.four .columnOne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 54px;
  padding-right: 40px;
}
body.membership .community-row.two .columnTwo .image, body.membership .community-row.four .columnTwo .image {
  padding-right: 64px;
}
body.membership .community-row.last {
  padding-bottom: 100px;
}
body.membership .compare .columnsBootstrap + .columnsBootstrap {
  margin-top: 16px;
}
body.membership .compare-all-benefits {
  padding: 64px 0;
  background-size: cover !important;
}
body.membership .compare-all-benefits h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
body.membership .compare-all-benefits .column-local {
  margin: 0 !important;
}
body.membership .compare-all-benefits .row {
  margin: 0 !important;
  display: flex;
  padding: 0 16px !important;
}
body.membership .compare-all-benefits .row > div {
  padding: 0 8px !important;
}
body.membership .compare-all-benefits .button-wrapper {
  margin-bottom: 30px;
}
body.membership .compare-all-benefits .button-wrapper .containerPar {
  display: flex;
  width: 100%;
  justify-content: center;
}
body.membership .compare-all-benefits .button-wrapper .containerPar div {
  width: auto;
}
body.membership .compare-all-benefits .button-wrapper .containerPar .button {
  margin-right: 16px;
}
body.membership .compare-all-benefits .btn-secondary {
  background: #fff;
  color: #000;
}
body.membership .compare-all-benefits .btn-secondary:hover {
  filter: brightness(0.95);
}
body.membership .compare-all-benefits .embed {
  overflow: visible;
}
body.membership .compare-all-benefits .link-tile {
  width: 100%;
  aspect-ratio: 2/1;
  min-height: 154px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(2, 2, 2, 0.18);
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition: 0.4s ease;
}
body.membership .compare-all-benefits .link-tile h4 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body.membership .compare-all-benefits .link-tile h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
body.membership .compare-all-benefits .link-tile.linked-in-learning h4 {
  position: relative;
}
body.membership .compare-all-benefits .link-tile.linked-in-learning h4:before {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  content: "JUST ADDED";
  text-transform: uppercase;
  background: #008D19;
  border-radius: 40px;
  font-size: 14px;
  padding: 0 16px;
  color: #fff;
}
body.membership .compare-all-benefits .link-tile .tile-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transform: translateX(-8px);
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  body.membership .compare-all-benefits .link-tile .tile-arrow {
    bottom: 20px;
    right: 16px;
  }
}
body.membership .compare-all-benefits .link-tile .tile-arrow path {
  transition: fill 0.5s ease;
  fill: #000;
}
body.membership .compare-all-benefits .link-tile:hover {
  transform: scale(1.025);
  box-shadow: 0px 4px 16px rgba(2, 2, 2, 0.12);
}
body.membership .compare-all-benefits .link-tile:hover .tile-arrow {
  transform: translateX(0);
}
body.membership .compare-all-benefits .link-tile:hover .tile-arrow path {
  fill: #0068FF;
}
body.membership .common-questions #commonquestions {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1200px) {
  body.membership .common-questions #commonquestions {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  body.membership .common-questions #commonquestions {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
body.membership .common-questions > div {
  margin-bottom: 0 !important;
}
body.membership .have-a-question {
  background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
}
body.membership .have-a-question > div {
  margin: 0 !important;
  padding: 64px 16px !important;
}
body.membership .have-a-question h2,
body.membership .have-a-question p {
  text-align: center;
}
body.membership .have-a-question h2 {
  margin-bottom: 12px;
}
body.membership .have-a-question p {
  margin-bottom: 32px;
}
body.membership .have-a-question .button {
  margin: 0;
}
body.membership.landing .articleContent > div {
  width: 100%;
  max-width: 100vw;
}
body.membership.landing .articleContent > div:nth-of-type(1) {
  z-index: 2;
}
body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div > div {
  width: 1464px !important;
  max-width: calc(100vw - 64px) !important;
  min-width: 0 !important;
  margin: 0 auto;
}
body.membership.landing .articleContent > div:nth-of-type(1) .herocontainer > div > div > div .container {
  margin-left: 0;
}
body.membership.landing .articleContent > div:nth-of-type(2) {
  z-index: 2;
}
body.membership.landing .articleContent > div:nth-of-type(4) {
  position: relative;
  z-index: 3;
}
body.membership.landing .articleContent > div:nth-of-type(5) {
  position: relative;
  z-index: 2;
}
body.membership.benefits .acstopnav > div {
  width: 1300px;
  max-width: calc(100% - 64px);
}

@media (max-width: 1200px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > .embed {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > .columnsBootstrap .columnTwo .embed.section > div > div {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body.membership .good-company .additional-numbers {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  body.membership .good-company .additional-numbers .row {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  body.membership .good-company .additional-numbers .row {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company .additional-numbers .col-md-4 {
    padding: 0;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  body.membership .good-company > div > div > .container .row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  body.membership .good-company > div > div > .container .row > div {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  body.membership .good-company h2,
  body.membership .join-our-mission h2,
  body.membership .main-pricing-table-area h2,
  body.membership .compare-all-benefits h2,
  body.membership .have-a-question h2 {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  body.membership .good-company h2,
  body.membership .join-our-mission h2,
  body.membership .main-pricing-table-area h2,
  body.membership .compare-all-benefits h2,
  body.membership .have-a-question h2 {
    font-size: 32px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
  body.membership .good-company h2 br,
  body.membership .join-our-mission h2 br,
  body.membership .main-pricing-table-area h2 br,
  body.membership .compare-all-benefits h2 br,
  body.membership .have-a-question h2 br {
    display: none;
  }
}
@media (max-width: 1200px) {
  body.membership .join-our-mission {
    padding: 48px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission {
    padding: 32px 0 48px;
    margin-bottom: 32px;
    background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  body.membership .join-our-mission:after {
    bottom: calc(58px + 8.5vw);
  }
}
@media (max-width: 991px) {
  body.membership .join-our-mission:after {
    bottom: calc(94px + 4vw);
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  body.membership .join-our-mission .columnsBootstrap > .container {
    min-width: 0 !important;
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission .columnsBootstrap > .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission .container > .row {
    transform: translateX(8px);
    padding: 0 32px !important;
    width: 360px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission .container > .row > div {
    width: 100%;
    padding: 0 16px 0 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  body.membership .join-our-mission .container > .row > div:hover {
    transform: scale(1.025);
  }
}
@media (max-width: 768px) {
  body.membership .join-our-mission .community-tile {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  body.membership .join-our-mission .community-tile h3 {
    font-size: 20px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 991px) {
  body.membership .community-row {
    padding: 20px 0;
  }
}
@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
@media (max-width: 991px) {
  body.membership .community-row .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  body.membership .community-row .row > div {
    width: 640px !important;
    max-width: calc(100vw - 64px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 991px) {
  body.membership .community-row .row > div .image {
    padding: 0 !important;
    transform: translateX(-15px);
  }
}
@media (max-width: 991px) {
  body.membership .community-row .row > div .text {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  body.membership .community-row .row > div .text .arrow-link a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body.membership .community-row .image-div:after {
    filter: blur(16px);
  }
}
@media (max-width: 991px) {
  body.membership .community-row .image-div:after {
    transform: none;
  }
}
@media (max-width: 1200px) {
  body.membership .community-row p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body.membership .community-row ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body.membership .community-row ul li:before {
    left: -18px;
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 992px) {
  body.membership .community-row.two .columnOne .text .container, body.membership .community-row.four .columnOne .text .container {
    display: flex;
    justify-content: flex-end;
  }
  body.membership .community-row.two .columnOne .text .container > div, body.membership .community-row.four .columnOne .text .container > div {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  body.membership .community-row.two .row, body.membership .community-row.four .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  body.membership .community-row.last {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  body.membership .compare .columnsBootstrap + .columnsBootstrap {
    margin-top: 16px;
  }
}
@media (max-width: 1200px) {
  body.membership .compare-all-benefits .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body.membership .compare-all-benefits .row > div:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  body.membership .compare-all-benefits .button-wrapper .containerPar {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  body.membership .compare-all-benefits .benefits-cards > .row {
    min-width: 900px;
    margin-left: 0;
    margin-right: 0;
  }
  body.membership .compare-all-benefits .benefits-cards > .row > div {
    padding: 0px 8px !important;
    width: 33.333%;
  }
  body.membership .compare-all-benefits .benefits-cards > .row > div:nth-of-type(1) {
    padding-left: 15px !important;
  }
  body.membership .compare-all-benefits .benefits-cards > .row > div:nth-of-type(3) {
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  body.membership .articleContent > .herocontainer {
    margin-left: 0;
    margin-right: 0;
  }
}
.acstopnav {
  margin-bottom: 0;
}
.acstopnav.fixed-nav {
  z-index: 4 !important;
}
.acstopnav > div {
  width: 1464px;
  max-width: calc(100vw - 64px);
  min-width: 0 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 0 !important;
}
.acstopnav .acsnav {
  margin-left: 0;
}

@media (max-width: 991px) {
  body.membership .header-area h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 768px) {
  body.membership .header-area h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 480px) {
  body.membership .header-area h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 1024px) {
  body.membership .header-area:before {
    background: linear-gradient(to right, #153E99 15%, rgba(21, 62, 123, 0) 66%, rgba(250, 206, 53, 0) 90%, rgba(250, 206, 53, 0.2) 100%);
  }
}
@media (max-width: 768px) {
  body.membership .header-area p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.membership .header-area .container .row {
    max-width: calc(60vw - 32px);
  }
}
@media (max-width: 480px) {
  body.membership .header-area .button-area .parsys {
    flex-direction: column;
  }
}
body.membership.industry .header-area:after {
  background: url("/content/dam/acsorg/membership/2024/industry/industry-hero-membership.jpg");
  background-size: cover;
  background-position: right center;
}
body.membership.students .header-area:after {
  background: url("/content/dam/acsorg/membership/2024/students/students-hero-membership.jpg");
  background-size: cover;
  background-position: right center;
}
body.membership.enthusiast .header-area:after {
  background: url("/content/dam/acsorg/membership/2024/enthusiasts/chemistryenthusiats-hero-membership.jpg");
  background-size: cover;
  background-position: right center;
}
body.membership.students .toggle-wrapper li:nth-of-type(1) {
  order: 4 !important;
}
body.membership.students .toggle-wrapper li:nth-of-type(2) {
  order: 3 !important;
}
body.membership.students .toggle-wrapper li:nth-of-type(3) {
  order: 1 !important;
  border-left: 1px solid #ccc;
}
body.membership.students .toggle-wrapper li:nth-of-type(4) {
  order: 2 !important;
}
body.membership.students .table-column.standard .pricing-wrapper .text > .container > div {
  display: flex;
  flex-direction: column;
}
body.membership.students .table-column.standard .pricing-wrapper .text > .container > div h4:nth-of-type(1) {
  order: 2;
  transform: scale(0.85);
  color: #7c7c7c;
  align-self: center;
}
body.membership.students .table-column.standard .pricing-wrapper .text > .container > div h4:nth-of-type(1) b {
  line-height: 20px;
  transform: translateY(7px) !important;
}
body.membership.students .table-column.standard .pricing-wrapper .text > .container > div h4:nth-of-type(1):before {
  width: calc(100% + 8px);
  left: -4px;
  height: 1px;
  background: #7c7c7c;
  top: calc(50% + 4.5px);
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
body.membership.students .table-column.standard .pricing-wrapper .text > .container > div h4:nth-of-type(2) {
  order: 1;
}
body.membership.students .header-area > div > .section > .container {
  width: 1464px !important;
  max-width: calc(100vw - 64px) !important;
  min-width: 0 !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  body.membership.enthusiast .header-area .embed .embed, body.membership.industry .header-area .embed .embed, body.membership.students .header-area .embed .embed {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 1025px) {
  body.membership.enthusiast .header-area:after, body.membership.industry .header-area:after, body.membership.students .header-area:after {
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1600px) {
  body.membership.enthusiast .header-area:after, body.membership.industry .header-area:after, body.membership.students .header-area:after {
    background-size: auto 135%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
body.membership.enthusiast .header-area > div > .section > .container .container, body.membership.industry .header-area > div > .section > .container .container, body.membership.students .header-area > div > .section > .container .container {
  margin-left: 0;
}
body.membership.enthusiast .header-area > div > .section > .container, body.membership.industry .header-area > div > .section > .container {
  width: 1464px !important;
  max-width: calc(100vw - 64px) !important;
  min-width: 0 !important;
  margin: 0 auto;
}

.header-area {
  background: linear-gradient(to right, #153E99 34%, #FACE35 100%);
  background-size: cover;
  min-height: 474px;
  padding: 48px 16px;
  position: relative;
}
.header-area:before, .header-area:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header-area:before {
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to right, #153E99 50%, rgba(21, 62, 123, 0) 66%, rgba(250, 206, 53, 0) 90%, rgba(250, 206, 53, 0.2) 100%);
  z-index: 2;
}
.header-area:after {
  z-index: 1;
  opacity: 0;
  transition-delay: 0.24s;
  transition: opacity 0.8s ease;
}
.header-area.initialized {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-area.initialized:after {
  opacity: 1;
}
.header-area.initialized .container .row {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.header-area .subheading {
  margin: 0;
  line-height: 16px;
  display: inline-block;
}
.header-area h1 {
  margin: 0 auto 24px;
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .header-area h1 {
    font-size: 32px;
    line-height: 0.95em;
    letter-spacing: -1px;
  }
}
.header-area h1 + p {
  margin-top: -8px;
}
@media (max-width: 640px) {
  .header-area h1 + p {
    font-size: 1.8em;
  }
}
.header-area p {
  font-size: 20px;
}
.header-area h1,
.header-area p {
  color: #fff;
}
.header-area > div > .container {
  width: 1400px;
  max-width: calc(100% - 32px);
}
.header-area > div > .container .container {
  width: 100% !important;
}
.header-area .container .row {
  position: relative;
  z-index: 3;
  opacity: 0;
}
.header-area .button-membership .embed .embed {
  display: flex;
  gap: 16px;
}
.header-area .button-membership .embed .embed a.btn {
  margin: 0 !important;
}
@media (max-width: 640px) {
  .header-area .button-membership .embed .embed {
    flex-direction: column;
    gap: 12px;
  }
  .header-area .button-membership .embed .embed .button {
    width: 100%;
  }
}
.header-area .button-area {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.header-area .button-area div {
  width: auto !important;
}
.header-area .button-area .parsys {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.header-area .button-area .button {
  width: auto !important;
  margin: 0;
}
.header-area .button-area .button .container {
  width: auto !important;
}
.header-area .button-area .btn {
  margin-right: auto;
  height: 56px;
  line-height: 28px;
  white-space: nowrap;
}
.header-area .button-area .btn.btn-primary, .header-area .button-area .btn.btn-yellow {
  margin-right: 12px;
}
.header-area .button-area .btn.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  line-height: 26px;
}
.header-area .button-area .btn.btn-secondary-inverse {
  background: #fff;
  color: #000;
}
.header-area .button-area .btn.btn-secondary-inverse:hover {
  background: #E5E5E5;
}

.testimonial-area {
  background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  padding: 64px 0 72px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .testimonial-area {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .testimonial-area {
    margin-bottom: 48px;
    padding: 54px 0 64px;
  }
}
@media (max-width: 768px) {
  .testimonial-area {
    margin-bottom: 40px;
    padding: 40px 0 40px;
  }
}
.testimonial-area.active .section {
  transition-delay: 0.32s;
  opacity: 1;
}
.testimonial-area .section {
  opacity: 0;
  transition-delay: 0.24s;
  transition: opacity 0.72s ease;
}
.testimonial-area h4,
.testimonial-area h5,
.testimonial-area p {
  text-align: center;
}
.testimonial-area h4 {
  font-size: 24px;
  font-weight: 800;
  width: 840px;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 0 20px;
  position: relative;
}
.testimonial-area h4:before, .testimonial-area h4:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 27px;
}
.testimonial-area h4:before {
  top: -16px;
  left: -52px;
  background: url("/content/dam/acsorg/membership/2024/before-quotes.svg") no-repeat center center;
  background-size: cover;
}
.testimonial-area h4:after {
  right: -42px;
  bottom: -16px;
  background: url("/content/dam/acsorg/membership/2024/after-quotes.svg") no-repeat center center;
  background-size: cover;
}

#bd .acscontainer {
  margin: 0;
}
#bd > div > div > div {
  padding: 0;
  margin: 0 !important;
}

.why-join {
  background: linear-gradient(to bottom, #fff 0%, #F5F7FB 100%);
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .why-join {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .why-join .columnsBootstrap .row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .why-join .columnsBootstrap:nth-of-type(odd) .row {
    flex-direction: column-reverse;
  }
}
.why-join .top-area {
  margin-bottom: 64px;
}
.why-join .top-area p {
  margin-bottom: 0;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.why-join .row {
  display: flex;
}
.why-join .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.why-join .row > div .text {
  align-self: flex-center;
  padding: 32px;
}

.member-types-area {
  background: #f5f5f5;
}
.member-types-area .membership-types-header {
  width: 1310px;
  max-width: 100%;
  margin: 64px auto 0;
}
.member-types-area .membership-types-header h2 {
  font-size: 42px;
  width: 600px;
  max-width: 100%;
}

.toggle-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 1300px;
  margin: 0 auto;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  overflow-x: auto;
  position: relative;
}
.toggle-wrapper div {
  width: auto !important;
}
.toggle-wrapper .parsys {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.toggle-wrapper .button {
  width: auto !important;
}
.toggle-wrapper .button .container {
  width: auto !important;
}
.toggle-wrapper .button .container .btn {
  margin-right: auto;
}
.toggle-wrapper li:not(.active),
.toggle-wrapper li a:not(.active) {
  cursor: pointer;
}
.toggle-wrapper a.btn.btn-primary {
  position: relative;
  padding: 0 28px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-shadow: none !important;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 24px;
  color: #000;
  transition: border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
  margin-right: 16px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .toggle-wrapper a.btn.btn-primary {
    font-size: 14px;
  }
}
.toggle-wrapper a.btn.btn-primary:active {
  box-shadow: none !important;
}
.toggle-wrapper a.btn.btn-primary:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 2px solid #2664EB;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: 24px;
}
.toggle-wrapper a.btn.btn-primary.active {
  color: #2664EB;
  border: 1px solid #2664EB;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.18px;
  box-shadow: none !important;
}
.toggle-wrapper a.btn.btn-primary.active:after {
  opacity: 1;
}
.toggle-wrapper a.btn.btn-primary:not(.active):hover {
  color: #2664EB;
}

.memberships-types-table {
  width: 1310px;
  max-width: 100%;
  margin: 0 auto;
}
.memberships-types-table > div > div > .container {
  width: 100%;
}
.memberships-types-table > div > div > .container .row {
  display: flex;
  gap: 24px;
}
.memberships-types-table > div > div > .container .row > div {
  padding: 0;
}
.memberships-types-table > div > div > .container .row > div:nth-of-type(2) .acscontainer:nth-of-type(2) {
  margin-top: 24px !important;
}
.memberships-types-table > div .member-panel {
  border: 1px solid #000;
  padding: 32px;
}
.memberships-types-table > div .member-panel h3 {
  text-align: center;
}
.memberships-types-table > div .member-panel h4 {
  text-align: center;
}
.memberships-types-table > div .member-panel h4 + p {
  text-align: center;
}
.memberships-types-table > div .member-panel h3 {
  font-size: 32px;
  font-weight: 600;
}
.memberships-types-table > div .member-panel h4 {
  font-weight: 500;
  font-size: 18px;
}
.memberships-types-table > div .member-panel h4 b {
  font-size: 58px;
  font-weight: 700;
  margin: 0;
}
.memberships-types-table > div .member-panel.premium {
  border: 2px solid #0064EB;
  position: relative;
  padding-top: 80px;
}
.memberships-types-table > div .member-panel.premium:before {
  position: absolute;
  content: "Best Value";
  background: #0064EB;
  height: 48px;
  line-height: 48px;
  left: 0;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.table-toggle-wrapper {
  position: relative;
  display: flex;
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 0;
  overflow: visible;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .table-toggle-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0;
    min-width: 100vw;
    padding-left: 24px;
    transform: translateX(-32px);
    padding-right: 36px;
  }
}
.table-toggle-wrapper li {
  order: 0 !important;
}
@media (max-width: 767px) {
  .table-toggle-wrapper li {
    display: block;
  }
}
.table-toggle-wrapper li.active {
  order: 0 !important;
}
.table-toggle-wrapper li a {
  height: 100%;
}
.table-toggle-wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.table-toggle-wrapper li:not(.active) a {
  cursor: pointer;
}
.table-toggle-wrapper li.active a {
  background-color: none;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #f9f9f9 100%) !important;
}
.table-toggle-wrapper .parsys {
  display: flex;
  display: inline-block;
  float: left;
  width: auto;
}
.table-toggle-wrapper .button,
.table-toggle-wrapper .container {
  display: inline-block;
  float: left;
  width: auto;
}
.table-toggle-wrapper .btn.btn-primary {
  position: relative;
  padding: 0 28px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-shadow: none !important;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 24px;
  color: #000;
  transition: border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
  margin-right: 16px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .table-toggle-wrapper .btn.btn-primary {
    font-size: 14px;
    height: 40px;
    padding: 0 24px;
    line-height: 38px !important;
    margin-right: 8px;
  }
}
.table-toggle-wrapper .btn.btn-primary:active {
  box-shadow: none !important;
}
.table-toggle-wrapper .btn.btn-primary:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 2px solid #2664EB;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: 24px;
}
.table-toggle-wrapper .btn.btn-primary.active {
  color: #2664EB;
  border: 1px solid #2664EB;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.18px;
  box-shadow: none !important;
  cursor: default;
}
.table-toggle-wrapper .btn.btn-primary.active:after {
  opacity: 1;
}
.table-toggle-wrapper .btn.btn-primary:not(.active):hover {
  color: #2664EB;
}

.benefits-page-description {
  background: #f9f9f9;
  background: linear-gradient(to right, #EAF1FF 0%, #FEFBEE 100%);
  padding: 32px 32px 0 !important;
}
.benefits-page-description .embed {
  z-index: 1050;
  overflow: visible;
}
.benefits-page-description .columnTwo .container > div {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-description .columnTwo .container > div a {
  white-space: nowrap;
}
.benefits-page-description p {
  margin: 0;
}
.benefits-page-description p.lead {
  width: 754px;
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .benefits-page-description p.lead {
    margin-bottom: 20px !important;
  }
}
.benefits-page-description .download-link {
  min-width: 328px;
  display: inline-block;
}
.benefits-page-description a {
  color: #000;
}
.benefits-page-description .section > .container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.benefits-page-description i {
  margin-right: 8px;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 12px;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .table-wrapper {
    width: 100%;
    border-left: 4px solid #f9f9f9;
  }
}
.table-wrapper > .special-pricing-wrapper {
  transform: translateY(-24px);
}
.table-wrapper .fixed-label {
  display: flex;
  height: 38px;
  z-index: 50;
  position: fixed;
  box-shadow: 0px 0px 8px rgba(2, 2, 2, 0.2);
  top: 48px;
  left: 0;
  right: 0;
  opacity: 0;
  border-left: 4px solid #f9f9f9;
  pointer-events: none;
  transform: translateY(-64px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  background: #fff;
}
@media (min-width: 769px) {
  .table-wrapper .fixed-label {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: 0s !important;
  }
}
.table-wrapper .fixed-label.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.table-wrapper .fixed-label.past-table {
  opacity: 0 !important;
  pointer-events: none !important;
}
.table-wrapper .fixed-label > div:nth-of-type(1) {
  height: 38px;
  width: 240px;
  min-width: 240px;
  background: rgba(245, 245, 245, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 3;
}
@media (max-width: 480px) {
  .table-wrapper .fixed-label > div:nth-of-type(1) {
    width: 176px;
    min-width: 176px;
  }
}
@media (max-width: 400px) {
  .table-wrapper .fixed-label > div:nth-of-type(1) {
    width: 152px;
    min-width: 152px;
  }
}
.table-wrapper .fixed-label > div:nth-of-type(1):before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  right: 100%;
  background: #f9f9f9;
}
.table-wrapper .fixed-label > div h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 38px;
}
.table-wrapper .fixed-label > div.inner-wrapper {
  display: flex;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.table-wrapper .fixed-label > div.inner-wrapper > div {
  height: 38px;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}
@media (min-width: 728px) {
  .table-wrapper .fixed-label > div.inner-wrapper > div {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 1024px) {
  .table-wrapper .fixed-label > div.inner-wrapper > div {
    min-width: 160px;
    max-width: 160px;
  }
}
@media (min-width: 1280px) {
  .table-wrapper .fixed-label > div.inner-wrapper > div {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (max-width: 400px) {
  .table-wrapper .fixed-label > div.inner-wrapper > div {
    min-width: 140px;
    max-width: 140px;
  }
}
.table-wrapper .fixed-label > div.inner-wrapper > div:nth-of-type(1) {
  border-right: 3px solid #f9f9f9;
}
.table-wrapper .fixed-label > div.inner-wrapper > div:nth-of-type(2) {
  border-left: 3px solid #f9f9f9;
  border-right: 3px solid #f9f9f9;
}
.table-wrapper .fixed-label > div.inner-wrapper > div:nth-of-type(3) {
  border-left: 3px solid #f9f9f9;
}
.table-wrapper .fixed-label > div.inner-wrapper > div:not(:nth-of-type(1)) {
  background: #fff;
}

.table-notes {
  width: 1300px;
  max-width: calc(100vw - 64px);
  margin: 0 auto;
  transform: translateY(-32px);
}
@media (max-width: 768px) {
  .table-notes {
    max-width: calc(100% - 32px);
  }
}
.table-notes .text .container {
  width: 100%;
}
.table-notes span,
.table-notes p {
  color: #333;
  display: inline-block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .table-notes span,
  .table-notes p {
    font-size: 10px;
  }
}
.table-notes .embed.section {
  margin-top: 24px;
}

.benefits-table-area {
  background: #fff;
}
.benefits-table-area .reference {
  background: #f9f9f9;
}

.column-comparepackages.container {
  width: 1300px;
  max-width: 100%;
}
.column-comparepackages.container .column0 > .acscontainer {
  max-width: 100vw;
}

.main-pricing-table-area .embed {
  overflow: visible;
}
.main-pricing-table-area .toggle-wrapper {
  padding-bottom: 0;
  overflow: visible;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .main-pricing-table-area .toggle-wrapper {
    transform: translateX(8px);
  }
}
@media (max-width: 767px) {
  .main-pricing-table-area .toggle-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0;
    min-width: calc(100% + 15px);
    transform: translateX(15px);
    padding-right: 36px;
  }
}
.main-pricing-table-area .toggle-wrapper li {
  order: 0 !important;
}
@media (max-width: 767px) {
  .main-pricing-table-area .toggle-wrapper li {
    display: block;
  }
}
.main-pricing-table-area .toggle-wrapper li.active {
  order: 0 !important;
}
.main-pricing-table-area .toggle-wrapper li a {
  height: 100%;
}
.main-pricing-table-area > div > .section.text:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
}
.main-pricing-table-area > div > .section:nth-of-type(1), .main-pricing-table-area > div > .section:nth-of-type(2), .main-pricing-table-area > div > .section:nth-of-type(3) {
  background: #F5F7FB;
}
.main-pricing-table-area #main-pricing-table {
  padding-top: 48px;
  opacity: 0;
  transition: opacity 1s ease;
  background: #fff;
}
@media (min-width: 992px) {
  .main-pricing-table-area #main-pricing-table {
    min-width: 100%;
    padding-left: 16px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .main-pricing-table-area #main-pricing-table {
    padding-top: 32px;
  }
}
.main-pricing-table-area #main-pricing-table.premium-only .table-column.premium {
  transition-delay: 0.1s;
}
.main-pricing-table-area #main-pricing-table.premium-only .table-column.standard {
  transition-delay: 0s !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none !important;
}
.main-pricing-table-area #main-pricing-table.premium-only .table-column.standard * {
  pointer-events: none !important;
}
.main-pricing-table-area #main-pricing-table .table-column.standard {
  transition-delay: 0.6s !important;
  transition: opacity 0.4s ease;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table .table-column.standard {
    transition-delay: 0s !important;
  }
}
.main-pricing-table-area #main-pricing-table.active {
  opacity: 1;
}
.main-pricing-table-area #main-pricing-table.initialized > div > div > .container {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table.initialized > div > div > .container {
    overflow: auto;
    overflow-y: hidden;
    padding: 16px 0 0;
  }
}
.main-pricing-table-area #main-pricing-table.initialized .row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table.initialized .row {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 {
  position: relative;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 {
    width: 100%;
    padding: 0 0 8px 8px !important;
  }
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(2) {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(2) {
    margin-top: 24px;
  }
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(2) .btn-primary {
  background: #262525;
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(2) .btn-primary:hover {
  background: #000;
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(2) .btn {
  min-height: 60px;
  line-height: 38px;
}
.main-pricing-table-area #main-pricing-table.initialized .row .col-md-6:nth-of-type(3) p {
  width: 254px;
}
@media (min-width: 1366px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 > div {
    min-height: 675px;
  }
}
@media (min-width: 992px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 > div {
    height: 100%;
    min-height: 726px;
  }
}
@media (min-width: 992px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 > div > div:nth-of-type(1) {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .main-pricing-table-area #main-pricing-table.initialized .row .col-md-6 > div > div:nth-of-type(1) > div:nth-of-type(1) {
    height: 100%;
  }
}
.main-pricing-table-area #main-pricing-table.initialized .table-column.basic > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-pricing-table-area #main-pricing-table.initialized .table-column.basic > div > div:last-of-type {
  margin-bottom: 0;
  margin-top: auto;
}
.main-pricing-table-area #main-pricing-table.initialized .table-column > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-pricing-table-area #main-pricing-table.initialized .table-column > div > div:last-of-type,
.main-pricing-table-area #main-pricing-table.initialized .table-column > div .acscontainer:nth-of-type(4) {
  margin-bottom: 0;
  margin-top: auto;
  overflow: hidden;
}
.main-pricing-table-area #main-pricing-table .table-column {
  border: 1px solid #DFDFDF;
}
.main-pricing-table-area #main-pricing-table .table-column .btn {
  height: 64px;
}
@media (max-width: 640px) {
  .main-pricing-table-area #main-pricing-table .table-column .btn {
    height: 54px;
  }
}
.main-pricing-table-area #main-pricing-table .table-column > div > div.text:nth-of-type(1) {
  padding: 40px 40px 0;
}
.main-pricing-table-area #main-pricing-table .table-column > div > div:nth-of-type(2) {
  padding: 0 40px;
}
.main-pricing-table-area #main-pricing-table .table-column > div > div:nth-of-type(3) {
  padding: 0 40px;
  padding-bottom: 40px;
}
.main-pricing-table-area #main-pricing-table .table-column.standard > div > .acscontainer:nth-child(4), .main-pricing-table-area #main-pricing-table .table-column.basic > div > .acscontainer:nth-child(4) {
  margin-top: auto;
  margin-bottom: 0;
}
.main-pricing-table-area #main-pricing-table .table-column.standard .pricing-wrapper, .main-pricing-table-area #main-pricing-table .table-column.basic .pricing-wrapper {
  min-height: 96px;
}
.main-pricing-table-area #main-pricing-table .table-column.standard {
  border: 4px solid #000000;
}
.main-pricing-table-area #main-pricing-table .table-column.standard .perk-items {
  filter: saturate(0);
}
.main-pricing-table-area #main-pricing-table .table-column.premium {
  border: 8px solid #0029cf;
  box-shadow: 0px 4px 14px rgba(5, 24, 51, 0.2);
}
.main-pricing-table-area #main-pricing-table .table-column.premium.resizing {
  transition: 0s !important;
}
.main-pricing-table-area #main-pricing-table .table-column.premium:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  height: 32px;
  border-radius: 24px;
  background: #0029cf;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  content: "Best Value";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
}
.main-pricing-table-area #main-pricing-table .table-column.premium h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table .table-column.premium h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .main-pricing-table-area #main-pricing-table .table-column.premium h3 {
    font-size: 28px;
  }
}
.main-pricing-table-area #main-pricing-table .table-column.premium .pricing-wrapper {
  position: relative;
}
.main-pricing-table-area #main-pricing-table .table-column.premium .pricing-wrapper h4 {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transform: translateY(4px);
  width: 100%;
  display: block;
}
.main-pricing-table-area #main-pricing-table .table-column.premium .pricing-wrapper h4.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.18s;
  transform: translateY(0);
}
.main-pricing-table-area #main-pricing-table .table-column.premium .perk-items {
  background: #F7F8FA;
  padding: 40px;
}
.main-pricing-table-area #main-pricing-table .table-column.premium .perk-items ul {
  padding-bottom: 15px;
}
.main-pricing-table-area #main-pricing-table .table-column.premium .btn {
  height: 64px;
  line-height: 1;
}
.main-pricing-table-area #main-pricing-table .table-column h3,
.main-pricing-table-area #main-pricing-table .table-column p,
.main-pricing-table-area #main-pricing-table .table-column h4 {
  text-align: center;
}
.main-pricing-table-area #main-pricing-table .table-column h3 {
  font-size: 32px;
  font-weight: 700;
}
.main-pricing-table-area #main-pricing-table .table-column p {
  font-size: 15px;
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main-pricing-table-area #main-pricing-table .table-column .column-description {
  position: relative;
}
.main-pricing-table-area #main-pricing-table .table-column .column-description p {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.main-pricing-table-area #main-pricing-table .table-column .column-description p.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.main-pricing-table-area #main-pricing-table .table-column .column-description p.retired, .main-pricing-table-area #main-pricing-table .table-column .column-description p.emeritus {
  width: 460px;
}
.main-pricing-table-area #main-pricing-table .table-column .pricing-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.main-pricing-table-area #main-pricing-table .table-column .pricing-wrapper h4 {
  font-size: 18px;
  margin-bottom: 16px;
}
.main-pricing-table-area #main-pricing-table .table-column .pricing-wrapper h4 strong,
.main-pricing-table-area #main-pricing-table .table-column .pricing-wrapper h4 b {
  font-size: 36px;
  font-weight: 800;
  margin-right: 4px;
  transform: translateY(4px);
  display: inline-block;
}
.main-pricing-table-area #main-pricing-table .table-column .button:last-of-type {
  margin-bottom: 0;
}
.main-pricing-table-area #main-pricing-table .table-column .btn {
  width: 100%;
  min-height: 54px;
  font-size: 18px;
}
.main-pricing-table-area #main-pricing-table .table-column .btn.btn-secondary {
  line-height: 23px;
}
.main-pricing-table-area #main-pricing-table .table-column .perk-items {
  background: #F7F8FA;
  padding: 24px;
}
.main-pricing-table-area #main-pricing-table .table-column ul {
  margin-bottom: 0 !important;
}
.main-pricing-table-area #main-pricing-table .table-column ul li {
  list-style-type: none;
  line-height: 1.32;
  margin-bottom: 12px;
}
.main-pricing-table-area #main-pricing-table .table-column ul li:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  top: 3px;
  width: 18px;
  height: 14px;
  background: url("/content/dam/acsorg/membership/2024/checkmark-icon.svg") no-repeat center center;
  background-size: cover;
}
.main-pricing-table-area #main-pricing-table .basic-account {
  padding: 64px 16px;
  margin-top: 64px;
  position: relative;
  z-index: 2;
  min-width: calc(100vw - 16px);
}
@media (max-width: 991px) {
  .main-pricing-table-area #main-pricing-table .basic-account {
    margin-top: 32px;
  }
}
.main-pricing-table-area #main-pricing-table .basic-account:before, .main-pricing-table-area #main-pricing-table .basic-account:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 340px;
  width: 410px;
  max-width: 25vw;
  max-height: 20vw;
  z-index: -1;
}
.main-pricing-table-area #main-pricing-table .basic-account:before {
  left: 0;
  background: rgba(38, 93, 245, 0.1);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.main-pricing-table-area #main-pricing-table .basic-account:after {
  background: rgba(255, 206, 52, 0.1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 0;
}
.main-pricing-table-area #main-pricing-table .basic-account h3,
.main-pricing-table-area #main-pricing-table .basic-account p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-pricing-table-area #main-pricing-table .basic-account h3 {
  font-size: 32px;
  font-weight: 700;
}
.main-pricing-table-area #main-pricing-table .basic-account p {
  width: 658px;
  max-width: 100%;
}
.main-pricing-table-area #main-pricing-table .upgrade-note {
  margin-top: -8px;
  width: 100% !important;
  text-align: center;
  position: absolute;
  transform: translateY(8px);
}
.main-pricing-table-area #main-pricing-table .upgrade-note a {
  display: inline-block;
  cursor: pointer;
}

.benefits-table {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: separate;
}
@media (max-width: 768px) {
  .benefits-table {
    border-right: 4px solid #f9f9f9;
  }
}
@media (min-width: 769px) and (max-width: 1354px) {
  .benefits-table {
    max-width: calc(100% - 32px);
  }
}
.benefits-table thead {
  height: 178px;
  max-height: 178px;
}
@media (max-width: 400px) {
  .benefits-table thead {
    height: 128px;
    max-height: 128px;
  }
}
.benefits-table thead th {
  height: 178px;
  min-height: 178px;
  max-height: 178px;
  padding: 20px;
  position: relative;
}
@media (max-width: 400px) {
  .benefits-table thead th {
    height: 128px;
    max-height: 128px;
  }
}
.benefits-table thead th:nth-of-type(1) {
  position: relative;
  padding: 0 20px 20px 0;
  background: #f9f9f9 !important;
}
@media (max-width: 768px) {
  .benefits-table thead th:nth-of-type(1) {
    position: sticky;
  }
}
.benefits-table thead th:nth-of-type(1) .special-pricing-wrapper {
  position: relative;
  height: 100%;
}
.benefits-table thead th:nth-of-type(1) .special-pricing-wrapper > div.active {
  position: absolute;
}
.benefits-table thead th:nth-of-type(1) .special-pricing-wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.benefits-table thead th:nth-of-type(1) .special-pricing-wrapper p {
  font-size: 24px;
}
.benefits-table thead th:nth-of-type(1) .special-pricing-wrapper p span.number {
  font-weight: 800;
}
.benefits-table thead th:nth-of-type(1):before {
  left: -20px;
  right: 0px;
  bottom: calc(100% - 1px);
  position: absolute;
  content: "";
  height: 24px;
  background: #f9f9f9;
}
.benefits-table thead th:not(:nth-of-type(1)) {
  background-color: #fff !important;
}
.benefits-table thead th:not(:nth-of-type(1)) > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.benefits-table thead th:not(:nth-of-type(1)) > div h3,
.benefits-table thead th:not(:nth-of-type(1)) > div h4 {
  text-align: center;
}
.benefits-table thead th:not(:nth-of-type(1)) > div h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .benefits-table thead th:not(:nth-of-type(1)) > div h3 {
    font-size: 16px;
    margin-top: 4px;
  }
}
.benefits-table thead th:not(:nth-of-type(1)) > div h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 16px;
  color: #333;
}
@media (max-width: 400px) {
  .benefits-table thead th:not(:nth-of-type(1)) > div h4 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.benefits-table thead th:not(:nth-of-type(1)) > div .pricings {
  position: relative;
  overflow: hidden;
}
.benefits-table thead th:not(:nth-of-type(1)) > div .pricings > h4 {
  position: absolute;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 100%;
}
.benefits-table thead th:not(:nth-of-type(1)) > div .pricings > h4.active {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transition-delay: 0.24s;
}
.benefits-table thead th:not(:nth-of-type(1)) > div button {
  width: 140px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-shadow: none !important;
}
@media (max-width: 1024px) {
  .benefits-table thead th:not(:nth-of-type(1)) > div button {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .benefits-table thead th:not(:nth-of-type(1)) > div button {
    width: 112px;
  }
}
.benefits-table thead th:not(:nth-of-type(1)) > div button.btn-primary {
  background: #FFCE34;
  background: #0068ff;
  color: #000;
  color: #fff;
}
.benefits-table thead th:not(:nth-of-type(1)) > div button.btn-secondary {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.benefits-table thead th:nth-of-type(2) {
  border-right: 3px solid #f9f9f9;
  box-shadow: 0px 8px 16px -4px rgba(255, 206, 53, 0.32);
  position: relative;
  z-index: 3;
}
.benefits-table thead th:nth-of-type(2):before {
  position: absolute;
  content: "Best Value";
  height: 26px;
  width: 96px;
  width: 100%;
  background: linear-gradient(90deg, #ffce35 25%, #ffdf6b 50%, #ffce35 75%);
  background-size: 200% auto;
  animation: brighten-unbrighten 4s infinite ease-in-out, slide-gradient 5s linear infinite;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  color: #fff;
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 6px;
}
@media (max-width: 400px) {
  .benefits-table thead th:nth-of-type(2):before {
    font-size: 11px;
    width: 88px;
    height: 24px;
    line-height: 24px;
  }
}
.benefits-table thead th:nth-of-type(3) {
  border-left: 3px solid #f9f9f9;
  border-right: 3px solid #f9f9f9;
}
.benefits-table thead th:nth-of-type(4) {
  border-left: 3px solid #f9f9f9;
}
.benefits-table tr:not(.title-row) td:nth-of-type(2) {
  box-shadow: 0px 8px 16px -4px rgba(255, 206, 53, 0.15);
  position: relative;
  z-index: 3;
}
.benefits-table th,
.benefits-table td {
  text-align: left;
  padding: 8px;
}
.benefits-table th:first-child,
.benefits-table td:first-child {
  background-color: #f9f9f9;
  z-index: 1;
  width: 580px;
}
@media (max-width: 768px) {
  .benefits-table th:first-child,
  .benefits-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 240px;
    max-width: 240px;
  }
}
@media (max-width: 480px) {
  .benefits-table th:first-child,
  .benefits-table td:first-child {
    min-width: 176px;
    max-width: 176px;
  }
}
@media (max-width: 400px) {
  .benefits-table th:first-child,
  .benefits-table td:first-child {
    min-width: 152px;
    max-width: 152px;
  }
}
@media (max-width: 1024px) {
  .benefits-table th:nth-child(2), .benefits-table th:nth-child(3), .benefits-table th:nth-child(4),
  .benefits-table td:nth-child(2),
  .benefits-table td:nth-child(3),
  .benefits-table td:nth-child(4) {
    min-width: 160px;
    max-width: 160px;
  }
}
@media (min-width: 1280px) {
  .benefits-table th:nth-child(2), .benefits-table th:nth-child(3), .benefits-table th:nth-child(4),
  .benefits-table td:nth-child(2),
  .benefits-table td:nth-child(3),
  .benefits-table td:nth-child(4) {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (max-width: 400px) {
  .benefits-table th:nth-child(2), .benefits-table th:nth-child(3), .benefits-table th:nth-child(4),
  .benefits-table td:nth-child(2),
  .benefits-table td:nth-child(3),
  .benefits-table td:nth-child(4) {
    min-width: 140px;
    max-width: 140px;
  }
}
.benefits-table th:nth-child(2), .benefits-table th:nth-child(3), .benefits-table th:nth-child(4) {
  background-color: #fff;
  min-width: 188px;
  width: 188px;
  max-width: 188px;
}
@media (max-width: 480px) {
  .benefits-table th:nth-child(2), .benefits-table th:nth-child(3), .benefits-table th:nth-child(4) {
    min-width: 160px;
    width: 160px;
    max-width: 160px;
  }
}
.benefits-table td {
  height: 40px !important;
  max-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
}
.benefits-table td:nth-child(2), .benefits-table td:nth-child(3), .benefits-table td:nth-child(4) {
  background-color: #fff;
  min-width: 188px;
  width: 188px;
  max-width: 188px;
}
@media (max-width: 480px) {
  .benefits-table td:nth-child(2), .benefits-table td:nth-child(3), .benefits-table td:nth-child(4) {
    min-width: 160px;
    width: 160px;
    max-width: 160px;
  }
}
.benefits-table td:nth-of-type(1) {
  position: relative;
  padding: 0 0 0 20px;
  background: #f5f5f5;
  font-size: 14px;
}
@media (max-width: 768px) {
  .benefits-table td:nth-of-type(1) {
    background: rgba(245, 245, 245, 0.85);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    position: sticky !important;
    padding: 0 0 0 12px;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .benefits-table td:nth-of-type(1) {
    font-size: 10px;
  }
}
.benefits-table td:nth-of-type(1) a {
  font-size: inherit;
  color: #0029cf;
  display: flex;
  line-height: 16px;
  padding: 13px 30px 12px 0;
}
@media (max-width: 768px) {
  .benefits-table td:nth-of-type(1) a {
    padding: 13px 10px 12px 0;
    line-height: 14px;
  }
}
.benefits-table td:nth-of-type(1) a:hover, .benefits-table td:nth-of-type(1) a.active {
  cursor: pointer;
}
.benefits-table td:nth-of-type(1) a:hover svg, .benefits-table td:nth-of-type(1) a.active svg {
  opacity: 1;
  transform: translateY(-50%) scale(0.96);
}
.benefits-table td:nth-of-type(1) a svg {
  transition: opacity 0.08s ease, transform 0.08s ease;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  pointer-events: none;
}
@media (max-width: 768px) {
  .benefits-table td:nth-of-type(1) a svg {
    display: none;
  }
}
.benefits-table .title-row {
  background-color: #111;
}
.benefits-table .title-row span,
.benefits-table .title-row h2,
.benefits-table .title-row h3 {
  color: #fff;
  margin: 0;
}
.benefits-table .title-row h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 8.5px;
  left: 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .benefits-table .title-row h4 {
    left: 12px;
  }
}
.benefits-table .title-row td,
.benefits-table .title-row th {
  position: relative;
  background-color: #111;
}
.benefits-table tr:not(.title-row) td {
  border-bottom: 1px solid #CECFD0;
}
.benefits-table tr:not(.title-row) td:nth-of-type(2) {
  border-right: 3px solid #f9f9f9;
}
.benefits-table tr:not(.title-row) td:nth-of-type(3) {
  border-left: 3px solid #f9f9f9;
  border-right: 3px solid #f9f9f9;
}
.benefits-table tr:not(.title-row) td:nth-of-type(4) {
  border-left: 3px solid #f9f9f9;
}
.benefits-table tr:not(.title-row) td:not(:nth-of-type(1)) {
  padding: 8px 12px 12px;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .benefits-table tr:not(.title-row) td:not(:nth-of-type(1)) {
    font-size: 12px;
  }
}
.benefits-table tr:not(.title-row) td img {
  display: block;
  margin: 0 auto;
}
.benefits-table tr:not(.title-row) td.empty {
  position: relative;
}
.benefits-table tr:not(.title-row) td.empty:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #dfdfdf;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.benefits-table td:nth-of-type(1) a,
.benefits-table tr:not(.title-row) td {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.15px;
}
@media (max-width: 768px) {
  .benefits-table td:nth-of-type(1) a,
  .benefits-table tr:not(.title-row) td {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .benefits-table td:nth-of-type(1) a,
  .benefits-table tr:not(.title-row) td {
    font-size: 10px;
  }
}

.special-pricing-wrapper > div {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
@media (min-width: 769px) {
  .special-pricing-wrapper > div {
    border: 1px solid #c7c7c7;
  }
}
.special-pricing-wrapper > div.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.18s;
}
.special-pricing-wrapper > div > div:nth-of-type(1) {
  display: flex;
}
.special-pricing-wrapper > div h2 {
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
@media (max-width: 1354px) {
  .special-pricing-wrapper > div h2 {
    margin-right: 16px;
  }
}
.special-pricing-wrapper > div h2 span {
  font-size: 26px;
  font-weight: 300;
}
.special-pricing-wrapper > div h4 {
  font-size: 18px;
  font-weight: 600;
  align-self: flex-end;
  margin-bottom: 3px;
}
@media (max-width: 1354px) {
  .special-pricing-wrapper > div h4 {
    font-size: 16px;
  }
}
.special-pricing-wrapper > div p {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  margin: 8px 0 0;
}
@media (max-width: 1354px) {
  .special-pricing-wrapper > div p {
    font-size: 14px;
    width: 600px;
    max-width: 100%;
  }
}

html:not(.aem-AuthorLayer-Edit) #modals-wrapper:not(.initialized) {
  display: none;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: opacity 0.84s, background 0.84s, filter 0.84s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  width: 700px;
  max-width: calc(100% - 96px);
  min-height: 500px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(2, 2, 2, 0.4);
  padding: 48px 48px 156px;
  transition: opacity 0.72s ease, transform 0.72s ease;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  bottom: auto;
  display: block;
  opacity: 0;
  pointer-events: none;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal {
    min-height: 500px;
  }
}
@media (max-width: 1150px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal {
    padding: 48px 48px 206px;
  }
}
@media (max-width: 1024px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal {
    top: 32px;
    right: 32px;
    max-width: calc(100% - 64px);
    padding: 24px 24px 180px;
  }
}
@media (max-width: 768px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal {
    top: 16px;
    right: 16px;
    max-width: calc(100% - 32px);
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.32s;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .row {
  position: relative;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .row .col-md-6:nth-of-type(1) {
  width: 100%;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .row .col-md-6:nth-of-type(2) {
  width: 0;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div > .text {
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
  width: calc(100% - 64px);
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container {
  width: 100%;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .image {
  margin-top: 40px;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .embed {
  overflow: visible;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .benefits-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  cursor: default;
}
@media (max-width: 480px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .benefits-tags {
    max-width: 285px;
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .benefits-tags > div {
  background: #EDEBEB;
  border-radius: 32px;
  color: #636363;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 24px;
  font-weight: 700;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text {
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text {
    margin-top: 12px;
  }
}
@media (min-width: 1025px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text {
    width: 600px;
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text h4 {
  font-size: 32px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text h4 {
    font-size: 24px;
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .text p {
  margin-bottom: 8px;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal > div .section > .container .column0 .button {
  margin-top: 8px;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .text .container {
  margin-left: 0;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .containerPar > .embed.section,
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .containerPar > .reference.section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip {
  background: #0232A0;
  display: flex;
  justify-content: space-between;
  padding: 24px 48px;
}
@media (max-width: 1150px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip {
    padding: 24px;
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  transform: translateX(2px) translateY(2px);
}
@media (max-width: 1150px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) {
    transform: translateX(2px) translateY(-2px);
    margin-bottom: 24px;
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) p .subheading {
  color: #FACE35;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  transform: translateX(2.5px);
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) p:nth-of-type(1):not(.subheading) {
  font-size: 16px;
}
@media (min-width: 900px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(1) p:nth-of-type(1):not(.subheading) {
    transform: translateY(12px);
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 1150px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) {
    justify-content: flex-start;
    transform: translateY(-8px);
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) .arrow-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
  gap: 8px;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) .arrow-links a {
  position: relative;
  color: #fff;
  padding-right: 20px;
  align-self: flex-start;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) .arrow-links a:hover svg {
  transform: translateX(2px) translateY(-50%);
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) .arrow-links a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: 0.18s ease;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) .arrow-links a svg path {
  stroke: #fff;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) button {
  margin-top: auto;
  margin-bottom: auto;
  height: 52px;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) button:hover {
  filter: brightness(1.08);
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) button.btn-primary {
  background: #FACE35;
  color: #000;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal .join-strip > div:nth-of-type(2) button.btn-link {
  background: #0232A0;
  border-color: #fff;
  color: #fff;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal svg.close-modal {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal svg.close-modal {
    top: 20px;
    right: 20px;
    transform: scale(0.85);
  }
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal svg.close-modal path {
  transform: scale(0.9);
  transition: 0.24s ease;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.initialized .table-modal svg.close-modal:hover path {
  fill: #0064EB;
}
html:not(.aem-AuthorLayer-Edit) #modals-wrapper.active {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s, background 1s, filter 1s;
}/*# sourceMappingURL=main.css.map */