.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-link {
  color: #bdbbbf;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #403d40;
}

.icon {
  margin-right: 10px;
}

.nav-link {
  color: #fff;
  border-radius: 20px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #2a262b;
}

.view-all-link {
  width: 100%;
  color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 10px 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.view-all-link:hover {
  color: #fff;
  text-decoration: none;
}

.page-button {
  cursor: pointer;
  background-color: #8036e0;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 16px;
}

.page-button:hover {
  background-color: rgba(128, 54, 224, .9);
}

.page-button.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #817a8a;
  border-radius: 30px;
  padding: 12px 25px;
}

.page-button.outline:hover {
  background-color: rgba(242, 241, 243, .08);
}

.page-button.outline.nav {
  padding: 10px 20px;
}

.page-button.outline.hero {
  background-color: #8036e0;
  border-style: none;
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-button.outline.hero:hover {
  background-color: rgba(128, 54, 224, .8);
}

.dropdown-column {
  padding-right: 30px;
}

.nav-dropdown-toggle {
  color: #fff;
  border-radius: 20px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  font-weight: 700;
}

.nav-dropdown-toggle:hover {
  background-color: #2a262b;
}

.nav-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #413d40;
  border-radius: 8px;
  padding: 9px 12px 9px 15px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.nav-button:hover {
  background-color: #070003;
}

.brand-logo {
  width: 80px;
  height: 20px;
}

.navlogo-group {
  align-items: center;
  display: flex;
}

.dropdownlist {
  padding-top: 10px;
}

.dropdownlist.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.nav-bar {
  z-index: 100;
  height: 75px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding: 18px 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block {
  display: none;
}

.div-block-3 {
  text-align: right;
  flex: 1;
}

.mobile-menu-section {
  display: none;
}

.dropdown-list {
  background-color: #1d1b1e;
  border-radius: 10px;
  padding: 25px;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #1d1b1e;
  border-radius: 10px;
  padding: 25px;
}

.nav-contain {
  height: 38px;
  max-width: 1600px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cameo-logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.view-all-arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.nav-menu {
  float: left;
  padding-left: 20px;
}

.section {
  padding: 60px 20px 80px;
}

.section.gray {
  background-color: #201e23;
  font-weight: 600;
}

.container {
  height: 100%;
  max-width: 1265px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.purple-highlight {
  color: #be8dfc;
}

.number {
  font-size: 20px;
  line-height: 28px;
}

.number-border {
  width: 42px;
  height: 42px;
  border: 1px solid #3f3b45;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-text-wrap {
  max-width: 90%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.connector-line {
  height: 1px;
  border-top: 2px dashed #3f3b45;
  flex: 1;
}

.paragraph {
  color: #bfbac4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-xsmall {
  font-size: 20px;
  line-height: 28px;
}

.heading-medium {
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.number-connector-wrap {
  align-items: center;
  display: flex;
}

.hero-section {
  height: auto;
  min-height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .7) 34%, rgba(250, 2, 91, .4)), url('../images/WWE-BG.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.wwe-logo {
  width: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-logo-wrap {
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-5 {
  width: 3px;
  background-color: #fff;
  margin-left: 60px;
  margin-right: 60px;
}

.image {
  width: 190px;
}

.body {
  color: #fff;
  background-color: #121114;
  font-family: Cerebri Sans, sans-serif;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.talent-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(#000, #000);
  border-radius: 15px;
  margin-bottom: 1rem;
}

.talent-name {
  font-size: 18px;
  font-weight: 600;
}

.talent-linkblock {
  color: #fff;
  text-decoration: none;
  display: block;
}

.hero-subheading {
  max-width: 800px;
  color: #f2f1f3;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 20px;
  line-height: 32px;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #21cfe6;
  font-size: 1rem;
}

.footer-section {
  padding: 80px 20px 120px;
}

.footer-section.gray {
  background-color: #201e23;
}

.footer-icon {
  width: 20px;
}

.ot-sdk-show-settings {
  color: #fff;
  margin-bottom: 15px;
  margin-right: 5px;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
}

.ot-sdk-show-settings:hover {
  color: #02f1e6;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.text-block-2 {
  color: #adaeb5;
  font-size: 17px;
}

.footer-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.footer-button:hover {
  border-color: rgba(255, 255, 255, .6);
}

.footer-button.inline {
  margin-left: 10px;
}

.html-embed-5 {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-wrap.right {
  text-align: right;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #02f1e6;
}

.footer-social-link {
  margin-right: 10px;
}

.div-block-199 {
  display: inline-block;
}

.container-2 {
  height: 100%;
  max-width: 1250px;
}

.social-wrap {
  margin-bottom: 45px;
}

.text-block-3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.div-block-200 {
  display: inline;
}

.privacy-icon {
  height: 15px;
  margin-top: -4px;
}

.copyright-text {
  color: #adaeb5;
  font-size: 17px;
  font-weight: 400;
}

.privacy-choice-wrap {
  margin-bottom: 20px;
  display: inline-block;
}

.section-footer {
  background-color: #201e23;
  padding: 80px 20px 120px;
}

.section-footer.absolute {
  background-color: #201e23;
}

.social-wrap-2 {
  margin-top: 12px;
  margin-bottom: 45px;
}

.container-3 {
  height: 100%;
  max-width: 1200px;
}

.div-block-201 {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nav-link, .nav-dropdown-toggle {
    margin-left: 6px;
    margin-right: 6px;
  }

  .nav-button {
    display: none;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .talent-image {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-2 {
    background-color: #101010;
    padding: 20px 20px 40px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-dropdown {
    display: block;
  }

  .x-icon {
    width: 20px;
    height: 20px;
  }

  .menu-section-title {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-dropdown-toggle {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-menu-link {
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
  }

  .mobile-menu-link.last {
    margin-bottom: 30px;
  }

  .nav-button {
    display: block;
  }

  .brand-logo {
    margin-bottom: 1px;
  }

  .div-block {
    background-color: #101010;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 30px 20px 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .desktop-menu-section {
    display: none;
  }

  .mobile-menu-section {
    text-align: left;
    display: block;
  }

  .link-block-6 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #101010;
    padding: 80px 20px 150px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .link-block-4 {
    flex: 0 auto;
    align-self: stretch;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .talent-image {
    height: 210px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 26px;
  }

  .heading {
    text-align: center;
  }

  .grid-4 {
    grid-template-columns: 2.5fr;
  }

  .footer-wrap.right {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .div-block-2 {
    position: fixed;
  }

  .page-button {
    text-align: center;
  }

  .page-button.outline.hero {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .nav-dropdown {
    display: block;
  }

  .x-icon {
    width: 14px;
    height: 14px;
    float: right;
  }

  .nav-dropdown-toggle {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .nav-dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    display: block;
  }

  .nav-button {
    display: block;
  }

  .brand-logo {
    width: auto;
    height: 20px;
    margin-bottom: 2px;
  }

  .navlogo-group {
    position: relative;
  }

  .nav-bar {
    padding: 18px 0;
  }

  .div-block {
    width: 100%;
    background-color: #101010;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 30px 20px 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-contain {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    padding: 80px 20px 150px 30px;
  }

  .link-block-4 {
    text-align: left;
    flex: 1;
    display: block;
  }

  .number-wrap {
    display: flex;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .connector-line {
    height: auto;
    border-top-style: none;
    border-left: 2px dashed #3f3b45;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-xsmall {
    margin-top: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-medium {
    font-size: 24px;
    line-height: 32px;
  }

  .number-connector-wrap {
    flex-direction: column;
    margin-right: 15px;
  }

  .wwe-logo {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    width: 120px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .talent-image {
    height: 170px;
  }

  .hero-subheading {
    margin-bottom: 20px;
  }

  .header-wrap {
    flex-wrap: wrap;
  }

  .link.hide-on-mobile {
    display: none;
  }

  .ot-sdk-show-settings {
    font-size: 14px;
  }

  .grid-4 {
    grid-template-columns: 2.5fr;
  }

  .footer-wrap.right {
    text-align: left;
  }

  .footer-link, .text-block-3 {
    font-size: 16px;
  }
}

#w-node-_7c53016f-4d3e-ffa4-e727-f4a3c01c1304-7658af04, #w-node-_7c53016f-4d3e-ffa4-e727-f4a3c01c130f-7658af04, #w-node-_4cc1cea1-3abd-f9b4-0e3e-e667d9e14f97-7658af04, #w-node-_7c53016f-4d3e-ffa4-e727-f4a3c01c1325-7658af04, #w-node-c037bac4-a2a3-6e46-a502-da0959d814b2-7658af04, #w-node-_82ff2123-b008-762c-808f-b466a07bf174-7658af04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_82ff2123-b008-762c-808f-b466a07bf174-7658af04 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c037bac4-a2a3-6e46-a502-da0959d814b2-7658af04, #w-node-_82ff2123-b008-762c-808f-b466a07bf174-7658af04 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Italic.ttf') format('truetype'), url('../fonts/CerebriSans-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-ExtraBold.ttf') format('truetype'), url('../fonts/CerebriSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Book.ttf') format('truetype'), url('../fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-BoldItalic.ttf') format('truetype'), url('../fonts/CerebriSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}