.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #e2e3e2;
  background-color: #1b1c1d;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 900;
  line-height: 75px;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #dadada;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.hero-section {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 100px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section.casting-calls, .section.casting-calls-members {
  position: static;
}

.casting-call-wrap {
  flex: 1;
}

.casting-call-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.casting-call-card {
  cursor: pointer;
  background-color: #252729;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(73, 78, 80, .06);
}

.casting-call-card:hover {
  background-color: #35383b;
  border: 2px #af0;
  transform: translate(0, -5px);
}

.casting-call-card-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.casting-call-production-company {
  color: #a3a3a3;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.category-collection {
  z-index: auto;
  position: relative;
}

.category-list {
  align-items: center;
  display: flex;
}

.category_item {
  margin-right: 8px;
}

.category-name {
  z-index: 5;
  color: #82c300;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.nav-light {
  height: 80px;
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  position: static;
}

.nav.nav-light:hover {
  color: #f0f1f0;
}

.nav-container {
  height: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__brand-link {
  font-weight: 900;
}

.nav__brand-link.light {
  color: #fff;
  cursor: pointer;
  padding-left: 0;
  font-size: 32px;
  line-height: 36px;
}

.nav__brand-link.light:hover {
  text-decoration: none;
}

.nav__brand-link.light {
  color: #fff;
  cursor: pointer;
  padding-left: 0;
  font-size: 32px;
  line-height: 36px;
}

.nav__brand-link.light:hover {
  text-decoration: none;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  margin-right: 0;
  padding: 6px .8vw;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 1vw;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 1vw;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, .3);
  text-decoration: none;
}

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

.search-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.search-form {
  width: 100%;
  font-weight: 300;
  display: flex;
}

.search-form.blur {
  border-radius: 5px;
  display: block;
}

.search-form-block {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 0;
}

.search-form-block.bg-blur-white {
  z-index: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.search {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 1px #000;
  border-right: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
}

.search:focus {
  border-style: none solid none none;
  border-color: #000 rgba(255, 255, 255, .2) #000 #000;
}

.search::-ms-input-placeholder {
  color: #fff;
}

.search::placeholder {
  color: #fff;
}

.load-more-btn {
  color: #1b1c1d;
  background-color: #af0;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 16px 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.load-more-btn:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.footer {
  text-align: center;
  background-color: #1b1c1d;
  align-items: flex-start;
  padding: 40px 5%;
  font-weight: 300;
}

.card-categories {
  flex: none;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.categories-fade {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-1140 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-1140.freelancers-container {
  position: static;
}

.bg-blur-white {
  background-color: rgba(255, 255, 255, .4);
}

.search-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.cta-block {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.cta-form {
  height: 50px;
  border-radius: 5px;
  align-items: center;
  display: flex;
}

.cta-form.bg-blur-white.blur {
  background-color: rgba(255, 255, 255, .4);
}

.join-btn {
  color: #1b1c1d;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 10px 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.join-btn:hover {
  color: #fff;
  background-color: #252729;
  border: 2px rgba(170, 255, 0, .5);
  font-weight: 400;
}

.cta-text-field {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  display: none;
}

.cta-text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.cta-text-field::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.success-message, .error-message {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 5px;
}

.copyright-text {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 25px;
  display: inline;
}

.hidden {
  display: none;
}

.cta-fields-divider {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  display: none;
}

.filter-dropdown {
  color: #fff;
  display: block;
}

.search-container {
  flex: 1;
}

.showing-results-number {
  width: 30%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.results-text-block {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.results-number-text-block {
  color: #af0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.div-block {
  height: 350px;
  background-color: #252729;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.no-results-found-text-block {
  color: #fff;
  padding-top: 20px;
  font-size: 32px;
  line-height: 42px;
}

.text-span {
  color: #af0;
  cursor: pointer;
  font-weight: 400;
}

.div-block-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-3 {
  font-weight: 500;
}

.cta-text-field-email {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.cta-text-field-email::-ms-input-placeholder {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.cta-text-field-email::placeholder {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.page-count {
  display: none;
}

.hero-rich-text-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-rich-text-block h1 {
  margin-bottom: 40px;
  font-size: 82px;
  line-height: 92px;
}

.hero-rich-text-block h2 {
  font-size: 25px;
  font-weight: 400;
}

.hero-rich-text-block p {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px;
}

.hero-rich-text-block strong {
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.hero-rich-text-block.home {
  margin-bottom: 0;
  text-decoration: none;
}

.body {
  font-family: Roboto, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 45vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content._404 {
  width: 600px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  width: 100px;
  height: 100px;
}

.heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: inline;
}

.copyright-text-mobile {
  color: rgba(226, 227, 226, .6);
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.castingcalllinkblock2, .castingcallemailblock {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-rich-text-block-mobile {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.hero-rich-text-block-mobile h1 {
  margin-bottom: 40px;
  font-size: 82px;
  line-height: 92px;
  display: none;
}

.hero-rich-text-block-mobile h2 {
  font-size: 25px;
  font-weight: 400;
  display: none;
}

.hero-rich-text-block-mobile strong {
  font-size: 33px;
  display: none;
}

.div-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.fs-checkbox_row {
  min-height: 3rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.fs-checkbox_field-4 {
  color: #000;
  cursor: pointer;
  background-color: #af0;
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_field-4:hover {
  color: rgba(37, 39, 41, .85);
  border-color: #696969;
}

.fs-checkbox_field-4.is-active {
  color: #fff;
  background-color: #252729;
  border-color: rgba(170, 255, 0, .3);
  box-shadow: 6px 6px 40px rgba(170, 255, 0, .15);
}

.fs-checkbox_button-4 {
  width: 100%;
  height: 100%;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.fs-checkbox_button-4.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-color: rgba(170, 255, 0, .5);
}

.fs-checkbox_button-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs-checkbox_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-4 {
  z-index: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.div-block-6 {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-8, .div-block-9 {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  display: none;
}

.text-block-5 {
  font-weight: 400;
  line-height: 25px;
}

.text-block-6 {
  font-weight: 500;
}

.checkbox-field {
  margin-top: 15px;
}

.signup-checkbox-field {
  padding-left: 5px;
  font-weight: 400;
  line-height: 28px;
}

.signup-email-field, .signup-password-field {
  border-radius: 5px;
}

.login-submit-button {
  width: 100%;
  color: #252729;
  text-align: center;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  margin-top: 0;
  font-weight: 700;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.login-submit-button:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.login-submit-button.access-denied {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
}

.login-error-message {
  color: #252729;
  line-height: 28px;
}

.log-in-heading {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 68px;
}

.user-account-div {
  background-color: #1b1c1d;
  margin-top: 80px;
}

.block-header-div {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.block-content-div {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.user-account-email-field, .user-account-text-field {
  border-radius: 5px;
}

.user-account-checkbox {
  margin-top: 10px;
}

.user-account-checkbox-field {
  margin-left: 5px;
  font-weight: 400;
}

.user-account-save-changes-button {
  color: #252729;
  text-align: center;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.user-account-save-changes-button:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.user-account-cancel-button {
  color: #fff;
  cursor: pointer;
  background-color: #a3a3a3;
  border-radius: 5px;
}

.heading-3 {
  margin-top: 30px;
}

.checkbox-field-2 {
  margin-top: 40px;
}

.image-2 {
  display: none;
}

.access-denied-div {
  padding-left: 5px;
  padding-right: 5px;
}

.acess-denied-heading {
  color: #fff;
  font-size: 48px;
  line-height: 64px;
}

.access-denied-link {
  color: #af0;
  cursor: pointer;
}

.user-account-success-message {
  margin-top: 20px;
}

.user-account-error-message {
  color: #bb0003;
}

.user-account-error-div {
  margin-top: 40px;
}

.div-block-10 {
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-11, .div-block-12 {
  margin-top: 50px;
}

.user-account-2-column-field-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.update-password-password-field {
  border-radius: 5px;
}

.paragraph {
  margin-bottom: 20px;
  line-height: 28px;
}

.user-email-field {
  border-radius: 5px;
}

.reset-password-heading {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 64px;
}

.my-account-container {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
}

.div-block-13 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.log-in-form-footer {
  margin-top: 20px;
}

.user-account-name-field {
  border-radius: 5px;
}

.user-account-name-field-div {
  display: none;
}

.sign-up-heading {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 48px;
}

.update-password-heading {
  font-size: 48px;
  line-height: 64px;
}

.page-wrap, .page-wrap-2, .page-wrap-3, .page-wrap-4 {
  height: 75vh;
  max-width: 500px;
}

.page-wrap-5 {
  height: 60vh;
  max-width: 500px;
}

.sign-up-form-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

.body-2 {
  background-color: #1b1c1d;
}

.image-3, .image-4 {
  display: none;
}

.page-wrap-6 {
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sign-up-form {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.sign-up {
  color: #1b1c1d;
  background-color: #af0;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 16px 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.sign-up:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.sign-up.menu {
  margin-top: 0;
  margin-right: 1vw;
  line-height: 23px;
}

.log-out {
  color: #1b1c1d;
  background-color: #af0;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 16px 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.log-out:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.log-out.menu {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1vw;
  padding-left: 25px;
  padding-right: 25px;
}

.castingcalllinkblocknonmember, .castingcallemailblocknonmember {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.container-900 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-1140-members {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-embed-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.form-embed-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.form-embed-heading-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.form-html-embed-mobile {
  display: none;
}

.post-a-casting-call-rich-text-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.post-a-casting-call-rich-text-block h1 {
  margin-bottom: 40px;
  font-size: 82px;
  line-height: 92px;
}

.post-a-casting-call-rich-text-block h2 {
  font-size: 25px;
  font-weight: 400;
}

.post-a-casting-call-rich-text-block p {
  font-size: 24px;
  font-weight: 400;
}

.post-a-casting-call-rich-text-block strong {
  font-size: 33px;
}

.submission-email-address-div, .submission-application-form-link-div {
  display: none;
}

.email-embed-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.email-embed-submit-button {
  width: 100%;
  color: #252729;
  text-align: center;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  margin-top: 0;
  font-weight: 700;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.email-embed-submit-button:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.user-account-text-field-long {
  border-radius: 5px;
  padding-bottom: 100px;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.email-embed-form-field-div {
  padding-bottom: 20px;
}

.section-5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.container-900-post-a-casting-call {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.login-submit-button-sign-up-page {
  width: 604px;
  color: #252729;
  text-align: center;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  margin-top: 0;
  font-weight: 700;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.login-submit-button-sign-up-page:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.hero-section-mobile {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.hero-section-mobile.free-trial {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-section-mobile.light {
  background-image: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-rich-text-block-mobile-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.hero-rich-text-block-mobile-2 h1 {
  margin-bottom: 40px;
  font-size: 82px;
  line-height: 92px;
  display: none;
}

.hero-rich-text-block-mobile-2 h2 {
  font-size: 25px;
  font-weight: 400;
  display: none;
}

.hero-rich-text-block-mobile-2 strong {
  font-size: 33px;
  display: none;
}

.search-mobile {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 1px #000;
  border-right: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding-left: 60px;
  font-size: 16px;
}

.search-mobile:focus {
  border-style: none solid none none;
  border-color: #000 rgba(255, 255, 255, .2) #000 #000;
}

.search-mobile::-ms-input-placeholder {
  color: #fff;
}

.search-mobile::placeholder {
  color: #fff;
}

.results-number-text-block-mobile {
  color: #af0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-8-mobile, .div-block-9-mobile {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  display: none;
}

.rich-text-block-members-dashboard-hero {
  font-size: 24px;
}

.rich-text-block-members-dashboard-hero h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.rich-text-block-members-dashboard-hero h1 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
}

.rich-text-block-members-dashboard-hero p {
  font-size: 24px;
  font-weight: 400;
}

.section-5-mobile {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  display: none;
}

.section-6 {
  margin-top: 30px;
}

.paragraph-2 {
  font-size: 20px;
}

.acess-denied-heading-2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 70px;
}

.bold-text {
  font-weight: 500;
}

.login-submit-button-2 {
  width: 100%;
  color: #252729;
  text-align: center;
  cursor: pointer;
  background-color: #af0;
  border-radius: 5px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.login-submit-button-2:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.footer-2 {
  text-align: center;
  background-color: #1b1c1d;
  align-items: flex-start;
  padding: 30px 5%;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.container-900-post-a-casting-call-2 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-3 {
  display: block;
}

.div-block-18 {
  display: none;
}

.form-header {
  padding-bottom: 20px;
}

.text-block-9 {
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 64px;
}

.div-block-20 {
  display: flex;
}

.section-7 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.section-8 {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: block;
}

.rich-text-data-block li {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 25px;
}

.rich-text-data-block p {
  margin-bottom: 20px;
  line-height: 25px;
}

.rich-text-data-block h1 {
  font-size: 48px;
  line-height: 58px;
}

.rich-text-data-block h2 {
  margin-top: 35px;
  font-size: 38px;
  line-height: 48px;
}

.rich-text-data-block a {
  color: #af0;
}

.rich-text-data-block ul {
  margin-bottom: 20px;
}

.rich-text-data-block h3 {
  margin-top: 30px;
  line-height: 34px;
}

.castingcalllinkblocknonmembercastingcrane, .castingcalllinkblocknonmemberairtable, .castingcalllinkblocknonmemberformstack, .castingcalllinkblocknonmembergoogleform, .castingcalllinkblocknonmemberjotform, .castingcalllinkblocknonmembershortaudition, .castingcalllinkblocknonmemberwebsite, .castingcallblocknonmember, .castingcallblocknonmember-div, .castingcallwebsiteblock, .castingcallwebsiteblock2, .castingcallemailblock2, .castingcalllinkblock4, .castingcalllinkblock3 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link-2 {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.footer-link-2:hover {
  color: rgba(226, 227, 226, .8);
  text-decoration: none;
}

.copyright-text-copy {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 26px;
}

.copyright-text-mobile-2, .copyright-text-2-mobile {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

.loading-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-1141 {
  max-width: 225px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  line-height: 25px;
}

.footer-link-3 {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  cursor: pointer;
  border-left: 1px solid #5f6266;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 25px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.footer-link-3:hover {
  color: rgba(226, 227, 226, .8);
  text-decoration: none;
}

.footer-link-3.first {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-link-3.last {
  padding-right: 0;
  display: none;
}

.copyright-text-2 {
  color: rgba(226, 227, 226, .6);
  letter-spacing: 1px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 25px;
  display: inline;
}

.div-block-22-mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.post-a-casting-call-rich-text-block-mobile {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.post-a-casting-call-rich-text-block-mobile h1 {
  margin-bottom: 40px;
  font-size: 82px;
  line-height: 92px;
}

.post-a-casting-call-rich-text-block-mobile h2 {
  font-size: 25px;
  font-weight: 400;
}

.post-a-casting-call-rich-text-block-mobile p {
  font-size: 24px;
  font-weight: 400;
}

.post-a-casting-call-rich-text-block-mobile strong {
  font-size: 33px;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, 0);
  border: 2px solid #e2e3e2;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-11 {
  color: #e2e3e2;
}

.error-message-2 {
  background-color: rgba(221, 221, 221, 0);
  border: 2px solid #ff0004;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-non-member {
  text-align: center;
  background-color: #1b1c1d;
  align-items: flex-start;
  padding: 30px 5%;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.log-out-2 {
  color: #1b1c1d;
  background-color: #af0;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 16px 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.log-out-2:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}

.log-out-2.menu {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1vw;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-btn-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 1vw;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.nav-btn-2:hover {
  background-color: rgba(255, 255, 255, .3);
  text-decoration: none;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-html-embed-mobile-test {
  display: none;
}

.form-embed-container-test {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-embed-heading-1-test {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.form-embed-section-test {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.container-1141-test {
  max-width: 225px;
}

.loading-wrapper-test {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-html-embed-mobile-test-2 {
  display: none;
}

.container-1142 {
  flex-direction: column;
}

.hero-rich-text-block-free-trial {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-rich-text-block-free-trial h1 {
  margin-bottom: 20px;
  font-size: 82px;
  line-height: 92px;
}

.hero-rich-text-block-free-trial h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px;
}

.hero-rich-text-block-free-trial p {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px;
}

.hero-rich-text-block-free-trial strong {
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.hero-rich-text-block-free-trial.home, .hero-rich-text-block-free-trial.home-free-trial {
  margin-bottom: 0;
  text-decoration: none;
}

.form-embed-heading-2 {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 36px;
}

.link-block-2 {
  z-index: 2;
  justify-content: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 14vh;
  }

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

  .casting-call-card:hover {
    box-shadow: none;
    background-color: #252729;
    transform: none;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav__brand-link.light {
    padding-left: 0;
  }

  .nav-link {
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-menu {
    z-index: 999;
    width: 400px;
    height: 100vh;
    text-align: left;
    background-color: #1b1c1d;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    padding: 135px 40px 100px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
    box-shadow: -1px 0 100px rgba(0, 0, 0, .3);
  }

  .nav-btn {
    justify-content: center;
    margin: 15px 0 50px;
    display: flex;
  }

  .hero-content-wrap {
    text-align: center;
  }

  .search {
    font-weight: 400;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-block {
    margin-top: 30px;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 8px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #3b53fb;
  }

  .showing-results-number {
    width: 38%;
  }

  .results-text-block {
    line-height: 23px;
  }

  .results-number-text-block {
    font-size: 22px;
    line-height: 23px;
  }

  .hero-rich-text-block h1 {
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 80px;
  }

  .hero-rich-text-block h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .hero-rich-text-block p, .hero-rich-text-block strong {
    font-size: 20px;
    line-height: 34px;
  }

  .image {
    width: 100px;
    height: 100px;
  }

  .hero-rich-text-block-mobile h1 {
    font-size: 62px;
    line-height: 80px;
  }

  .hero-rich-text-block-mobile h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .hero-rich-text-block-mobile strong {
    font-size: 31px;
  }

  .div-block-4 {
    display: none;
  }

  .fs-checkbox_row {
    flex: 1;
  }

  .fs-checkbox_field-4.is-active {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-8, .div-block-9 {
    display: none;
  }

  .text-block-5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .user-account-2-column-field-div {
    grid-template-columns: 1fr 1fr;
  }

  .sign-up-heading {
    line-height: 48px;
  }

  .sign-up-form-footer {
    margin-top: 15px;
  }

  .div-block-14 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 50px;
    display: flex;
  }

  .page-wrap-6 {
    max-width: 760px;
  }

  .sign-up.menu {
    flex: 0 auto;
    align-items: stretch;
    margin-right: 0;
  }

  .sign-up.menu.w--current {
    flex-direction: row;
    align-items: stretch;
    margin-right: 0;
  }

  .log-out.menu {
    flex: 0 auto;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .form-embed-section {
    margin-top: 0;
    padding-top: 0;
  }

  .form-embed-heading-1 {
    font-size: 36px;
    line-height: 46px;
  }

  .post-a-casting-call-rich-text-block h1 {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .post-a-casting-call-rich-text-block h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .post-a-casting-call-rich-text-block p {
    font-size: 20px;
    line-height: 30px;
  }

  .post-a-casting-call-rich-text-block strong {
    font-size: 31px;
  }

  .section-5 {
    margin-top: 10px;
  }

  .hero-section-mobile {
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .hero-section-mobile.free-trial, .hero-section-mobile.light {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .hero-rich-text-block-mobile-2 h1 {
    font-size: 62px;
    line-height: 80px;
  }

  .hero-rich-text-block-mobile-2 h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .hero-rich-text-block-mobile-2 strong {
    font-size: 31px;
  }

  .results-number-text-block-mobile {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-8-mobile, .div-block-9-mobile {
    display: none;
  }

  .rich-text-block-members-dashboard-hero h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .account-html-embed, .log-in-form-html-embed, .sign-up-form-html-embed {
    z-index: 0;
    position: relative;
  }

  .form-header {
    padding-bottom: 20px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 42px;
    line-height: 52px;
  }

  .section-7 {
    margin-top: 0;
  }

  .section-8 {
    margin-top: 10px;
  }

  .castingcalllinkblock4 {
    z-index: 0;
  }

  .container-1141 {
    max-width: 200px;
  }

  .div-block-22-mobile {
    line-height: 25px;
  }

  .post-a-casting-call-rich-text-block-mobile h1 {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .post-a-casting-call-rich-text-block-mobile h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .post-a-casting-call-rich-text-block-mobile p {
    font-size: 20px;
    line-height: 30px;
  }

  .post-a-casting-call-rich-text-block-mobile strong {
    font-size: 31px;
  }

  .footer-non-member {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .log-out-2.menu {
    flex: 0 auto;
  }

  .nav-btn-2 {
    justify-content: center;
    margin: 15px 0 50px;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 999;
    width: 400px;
    height: 100vh;
    text-align: left;
    background-color: #1b1c1d;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    padding: 135px 40px 100px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
    box-shadow: -1px 0 100px rgba(0, 0, 0, .3);
  }

  .form-embed-heading-1-test {
    font-size: 36px;
    line-height: 46px;
  }

  .form-embed-section-test {
    margin-top: 0;
    padding-top: 0;
  }

  .container-1141-test {
    max-width: 200px;
  }

  .hero-rich-text-block-free-trial h1 {
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 80px;
  }

  .hero-rich-text-block-free-trial h2, .hero-rich-text-block-free-trial p, .hero-rich-text-block-free-trial strong {
    font-size: 20px;
    line-height: 34px;
  }

  .form-embed-heading-2 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 14vh;
    padding-bottom: 80px;
  }

  .section.casting-calls, .section.casting-calls-members {
    padding-left: 2%;
    padding-right: 2%;
  }

  .casting-call-wrap {
    top: -37px;
  }

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

  .nav__brand-link.light {
    font-size: 32px;
  }

  .nav-link {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .nav-menu {
    z-index: 999;
    max-width: 70%;
    margin-top: 0;
    padding-top: 135px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-btn {
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .hero-content-wrap {
    margin-bottom: 0;
  }

  .search-wrap {
    margin-bottom: 40px;
  }

  .search {
    height: 65px;
    font-size: 18px;
    font-weight: 400;
  }

  .footer {
    padding: 40px 20px;
  }

  .cta-block {
    flex-direction: row;
    justify-content: center;
  }

  .cta-form {
    height: auto;
    min-width: 400px;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .cta-form.bg-blur-white.blur {
    flex-direction: row;
    padding-bottom: 0;
  }

  .cta-text-field {
    margin-bottom: 8px;
  }

  .cta-text-field::-ms-input-placeholder {
    color: #fff;
  }

  .cta-text-field::placeholder {
    color: #fff;
  }

  .copyright-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .cta-fields-divider {
    width: 100%;
    height: 1px;
  }

  .showing-results-number {
    width: 100%;
    height: 50px;
    border-top: 1px solid #bdbdbd;
  }

  .results-text-block {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }

  .results-number-text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .cta-text-field-email {
    margin-bottom: 0;
  }

  .cta-text-field-email::-ms-input-placeholder {
    color: #fff;
  }

  .cta-text-field-email::placeholder {
    color: #fff;
  }

  .hero-rich-text-block h1 {
    margin-bottom: 25px;
    font-size: 52px;
    line-height: 60px;
  }

  .hero-rich-text-block h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-rich-text-block p, .hero-rich-text-block strong {
    font-size: 18px;
    line-height: 25px;
  }

  .copyright-text-mobile {
    text-align: center;
  }

  .hero-rich-text-block-mobile h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-rich-text-block-mobile h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-rich-text-block-mobile strong {
    font-size: 26px;
  }

  .fs-checkbox_row {
    flex: 1;
    grid-auto-flow: row;
  }

  .div-block-6 {
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-left: -2%;
    margin-right: -2%;
  }

  .div-block-8, .div-block-9 {
    display: none;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .access-denied-div {
    padding-bottom: 20px;
  }

  .log-in-form-footer {
    justify-content: center;
    margin-top: 30px;
  }

  .sign-up-heading {
    font-size: 48px;
    line-height: 48px;
  }

  .page-wrap, .page-wrap-2 {
    max-width: 480px;
  }

  .page-wrap-5 {
    height: auto;
    max-width: 480px;
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .sign-up-form-footer {
    margin-top: 5px;
  }

  .page-wrap-6 {
    max-width: 460px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .form-embed-section {
    margin-top: 0;
    padding-top: 0;
  }

  .form-embed-heading-1 {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .post-a-casting-call-rich-text-block h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }

  .post-a-casting-call-rich-text-block h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .post-a-casting-call-rich-text-block p {
    font-size: 18px;
    line-height: 25px;
  }

  .post-a-casting-call-rich-text-block strong {
    font-size: 26px;
  }

  .section-5 {
    margin-top: 10px;
  }

  .login-submit-button-sign-up-page {
    width: 364px;
  }

  .hero-section-mobile {
    background-repeat: repeat;
    background-size: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-mobile.free-trial, .hero-section-mobile.light {
    margin-bottom: 30px;
  }

  .hero-rich-text-block-mobile-2 h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-rich-text-block-mobile-2 h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-rich-text-block-mobile-2 strong {
    font-size: 26px;
  }

  .results-number-text-block-mobile {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-8-mobile, .div-block-9-mobile {
    display: none;
  }

  .rich-text-block-members-dashboard-hero h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rich-text-block-members-dashboard-hero h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .acess-denied-heading-2 {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 38px;
    line-height: 50px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .section-8 {
    margin-top: 10px;
  }

  .rich-text-data-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-data-block li, .rich-text-data-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text-data-block h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .rich-text-data-block h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .rich-text-data-block ul {
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text-data-block h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-link-2, .copyright-text-copy {
    text-align: center;
  }

  .copyright-text-mobile-2 {
    text-align: center;
    line-height: 25px;
    display: block;
  }

  .copyright-text-2-mobile {
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    line-height: 25px;
    display: flex;
  }

  .container-1141 {
    max-width: 200px;
  }

  .div-block-22 {
    display: none;
  }

  .footer-link-3 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-3.first {
    border-left-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

  .copyright-text-2 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .div-block-22-mobile {
    padding-top: 20px;
    font-size: 18px;
    display: flex;
  }

  .post-a-casting-call-rich-text-block-mobile h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }

  .post-a-casting-call-rich-text-block-mobile h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .post-a-casting-call-rich-text-block-mobile p {
    font-size: 18px;
    line-height: 25px;
  }

  .post-a-casting-call-rich-text-block-mobile strong {
    font-size: 26px;
  }

  .footer-non-member {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-btn-2 {
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 999;
    max-width: 70%;
    margin-top: 0;
    padding-top: 135px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-embed-heading-1-test {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .form-embed-section-test {
    margin-top: 0;
    padding-top: 0;
  }

  .container-1141-test {
    max-width: 200px;
  }

  .hero-rich-text-block-free-trial h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-rich-text-block-free-trial h2, .hero-rich-text-block-free-trial p, .hero-rich-text-block-free-trial strong {
    font-size: 18px;
    line-height: 25px;
  }

  .form-embed-heading-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: none;
    padding-top: 12vh;
    padding-bottom: 80px;
  }

  .section.casting-calls, .section.casting-calls-members {
    padding-bottom: 80px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .casting-call-list {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .nav__brand-link.light {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link {
    margin-bottom: 0;
  }

  .nav-menu {
    z-index: 999;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-btn {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .search-wrap {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .search-form.blur {
    border-radius: 0;
    flex-direction: column;
  }

  .search-form-block.bg-blur-white {
    border-radius: 0;
  }

  .search {
    height: 65px;
    color: #fff;
    background-position: 5px;
    background-size: 20px;
    border-style: none;
    border-color: #000;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1140.freelancers-container {
    max-width: 1140px;
  }

  .search-wrapper {
    border-radius: 0;
  }

  .cta-block {
    margin-top: 20px;
  }

  .cta-form {
    height: auto;
    min-width: 200px;
    flex-direction: column;
  }

  .cta-form.bg-blur-white {
    min-width: 250px;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-form.bg-blur-white.blur {
    min-width: 200px;
    flex-direction: column;
    align-items: center;
  }

  .join-btn {
    width: 100%;
    height: 50px;
    flex-direction: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
  }

  .join-btn:hover {
    font-size: 16px;
    font-weight: 500;
  }

  .copyright-text {
    font-size: 16px;
    display: none;
  }

  .showing-results-number {
    width: 100%;
    height: 50px;
    border-top: 1px solid #bdbdbd;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .results-text-block {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .results-number-text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .cta-text-field-email {
    text-align: center;
    margin-left: 0;
    font-size: 16px;
  }

  .cta-text-field-email::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
  }

  .cta-text-field-email::placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
  }

  .hero-rich-text-block {
    display: none;
  }

  .hero-rich-text-block h1 {
    font-size: 38px;
    line-height: 50px;
    display: none;
  }

  .hero-rich-text-block h2 {
    font-size: 18px;
    display: none;
  }

  .hero-rich-text-block strong {
    font-size: 20px;
    display: none;
  }

  .utility-page-wrap {
    height: 55vh;
  }

  .image {
    width: 80px;
    height: 80px;
  }

  .copyright-text-mobile {
    padding-bottom: 10px;
    display: block;
  }

  .copyright-text-mobile.last {
    padding-bottom: 0;
    display: block;
  }

  .hero-rich-text-block-mobile {
    margin-bottom: 0;
    display: flex;
  }

  .hero-rich-text-block-mobile h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 50px;
    display: block;
  }

  .hero-rich-text-block-mobile h2 {
    margin-top: 20px;
    font-size: 18px;
    display: block;
  }

  .hero-rich-text-block-mobile p {
    font-weight: 400;
  }

  .hero-rich-text-block-mobile strong {
    font-size: 20px;
    text-decoration: underline;
    display: inline;
  }

  .fs-checkbox_row {
    flex: 1;
  }

  .div-block-6 {
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    margin-left: -2%;
    margin-right: -2%;
    display: flex;
  }

  .div-block-8 {
    border-radius: 10px 10px 0 0;
    display: flex;
  }

  .div-block-9 {
    border-top: 1px solid #bfc0c0;
    border-radius: 0 0 10px 10px;
    display: flex;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .login-submit-button.access-denied {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .log-in-heading {
    font-size: 42px;
    line-height: 64px;
  }

  .user-account-div {
    padding-left: 0;
    padding-right: 0;
  }

  .block-content-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .access-denied-div {
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .acess-denied-heading {
    color: #fff;
    font-size: 38px;
    line-height: 48px;
  }

  .reset-password-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .sign-up-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .update-password-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .page-wrap {
    max-width: 340px;
  }

  .page-wrap-2 {
    max-width: 360px;
  }

  .page-wrap-3, .page-wrap-4 {
    max-width: 340px;
  }

  .page-wrap-5 {
    max-width: 340px;
    margin-top: 20px;
  }

  .sign-up-form-footer {
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrap-6 {
    max-width: 479px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .container-900 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-17 {
    flex-direction: column;
    display: block;
  }

  .form-embed-section {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .form-html-embed {
    display: none;
  }

  .form-embed-heading-1 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .form-html-embed-mobile {
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .post-a-casting-call-rich-text-block {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .post-a-casting-call-rich-text-block h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 50px;
    display: block;
  }

  .post-a-casting-call-rich-text-block h2 {
    font-size: 18px;
    display: none;
  }

  .post-a-casting-call-rich-text-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .post-a-casting-call-rich-text-block strong {
    font-size: 20px;
    display: none;
  }

  .section-5 {
    display: none;
  }

  .container-900-post-a-casting-call {
    padding-left: 0;
    padding-right: 0;
  }

  .login-submit-button-sign-up-page {
    width: 85%;
  }

  .hero-section-mobile {
    background-image: none;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-mobile.free-trial, .hero-section-mobile.light {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-rich-text-block-mobile-2 {
    margin-bottom: 0;
    display: flex;
  }

  .hero-rich-text-block-mobile-2 h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 46px;
    line-height: 56px;
    display: block;
  }

  .hero-rich-text-block-mobile-2 h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    display: block;
  }

  .hero-rich-text-block-mobile-2 p {
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .hero-rich-text-block-mobile-2 strong {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline;
  }

  .search-mobile {
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-attachment: scroll;
    border-style: none;
    border-color: #000;
    border-radius: 0;
    padding-left: 42px;
    font-size: 18px;
  }

  .results-number-text-block-mobile {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-8-mobile {
    border-radius: 0;
    margin-left: -2%;
    margin-right: -2%;
    display: flex;
  }

  .div-block-9-mobile {
    border-top: 1px solid #bfc0c0;
    border-radius: 0;
    margin-left: -2%;
    margin-right: -2%;
    display: flex;
  }

  .rich-text-block-members-dashboard-hero {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rich-text-block-members-dashboard-hero h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .rich-text-block-members-dashboard-hero h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .rich-text-block-members-dashboard-hero p {
    font-size: 22px;
  }

  .section-5-mobile {
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .acess-denied-heading-2 {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 44px;
  }

  .footer-2 {
    text-align: left;
    padding: 30px 20px;
  }

  .footer-2.form-embed {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .log-in-form-html-embed {
    margin-bottom: 5px;
  }

  .sign-up-form-html-embed {
    z-index: 0;
    margin-bottom: 5px;
    position: relative;
  }

  .container-900-post-a-casting-call-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    z-index: 1;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 21px;
    right: auto;
  }

  .div-block-19 {
    width: 100%;
    max-width: 300px;
  }

  .form-header {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .section-8 {
    margin-top: 10px;
  }

  .rich-text-data-block li {
    color: rgba(226, 227, 226, .9);
    line-height: 20px;
  }

  .rich-text-data-block p {
    color: rgba(226, 227, 226, .9);
    font-size: 16px;
    line-height: 20px;
  }

  .rich-text-data-block h1 {
    font-size: 32px;
  }

  .rich-text-data-block h2 {
    font-size: 22px;
  }

  .rich-text-data-block h3 {
    font-size: 16px;
    line-height: 30px;
  }

  .castingcallblocknonmember-div {
    z-index: auto;
  }

  .castingcalllinkblock4 {
    z-index: 0;
  }

  .div-block-21 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .footer-link {
    color: rgba(226, 227, 226, .6);
    cursor: pointer;
    font-size: 16px;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
  }

  .footer-link:hover {
    color: rgba(226, 227, 226, .8);
    text-decoration: none;
  }

  .footer-link-2, .copyright-text-copy {
    font-size: 16px;
    display: block;
  }

  .copyright-text-mobile-2 {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .copyright-text-2-mobile {
    justify-content: center;
    align-items: stretch;
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .container-1141 {
    max-width: 150px;
  }

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

  .copyright-text-2 {
    font-size: 16px;
    display: none;
  }

  .div-block-22-mobile {
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .post-a-casting-call-rich-text-block-mobile {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .post-a-casting-call-rich-text-block-mobile h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 50px;
    display: block;
  }

  .post-a-casting-call-rich-text-block-mobile h2 {
    font-size: 18px;
    display: none;
  }

  .post-a-casting-call-rich-text-block-mobile p {
    font-size: 16px;
    line-height: 22px;
  }

  .post-a-casting-call-rich-text-block-mobile strong {
    font-size: 20px;
    display: none;
  }

  .footer-non-member {
    text-align: left;
    padding: 30px 20px;
  }

  .footer-non-member.form-embed {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-btn-2 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-menu-2 {
    z-index: 999;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-html-embed-test {
    display: none;
  }

  .form-html-embed-mobile-test {
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

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

  .form-embed-heading-1-test {
    font-size: 22px;
    line-height: 32px;
  }

  .form-embed-section-test {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .container-1141-test {
    max-width: 150px;
  }

  .form-html-embed-mobile-test-2 {
    height: 80vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .html-embed {
    display: none;
  }

  .html-embed---application-form {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .div-block-23 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .hero-rich-text-block-free-trial {
    display: none;
  }

  .hero-rich-text-block-free-trial h1 {
    font-size: 38px;
    line-height: 50px;
    display: none;
  }

  .hero-rich-text-block-free-trial h2 {
    font-size: 18px;
    display: none;
  }

  .hero-rich-text-block-free-trial strong {
    font-size: 20px;
    display: none;
  }

  .form-embed-heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .form-html-embed-airtable {
    display: none;
  }
}

#w-node-_076e05ca-8838-cd34-6e44-bb800241b213-304fb561, #w-node-fc4b0834-b6d2-06dc-e258-2fe7a8bcaf75-304fb5b1, #w-node-_076e05ca-8838-cd34-6e44-bb800241b213-304fb5ba, #w-node-fc4b0834-b6d2-06dc-e258-2fe7a8bcaf75-304fb5bb, #w-node-_076e05ca-8838-cd34-6e44-bb800241b213-304fb5c3, #w-node-fc4b0834-b6d2-06dc-e258-2fe7a8bcaf75-304fb5cb, #w-node-fc4b0834-b6d2-06dc-e258-2fe7a8bcaf75-304fb5cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00f131eb-9fd8-2e46-bec2-9ac42d282ff6-304fb5f4 {
  justify-self: start;
}


