@import url(https://fonts.googleapis.com/css?family=Poppins:200,400,600&display=swap);
@import url(https://use.typekit.net/xgp4opy.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@keyframes fadeUp{from{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes leftSlideIn{from{transform:translate(-30px, 30px);opacity:0}to{transform:translate(0, 0);opacity:1}}@keyframes rightSlideIn{from{transform:translate(30px, 30px);opacity:0}to{transform:translate(0, 0);opacity:1}}@keyframes centerSlideUp{from{transform:translate(0px, 30px);opacity:0}to{transform:translate(0, 0);opacity:1}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes letterUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes letterLine{from{width:0}to{width:100%}}*{box-sizing:border-box;outline:0}html{overflow-y:scroll}body{font-family:"Poppins", sans-serif;font-size:14px;letter-spacing:.08em;background:#151929;color:#f1f1f1}.wrapper{max-width:1250px;padding:0 50px;margin:auto}@media (max-width: 650px){.wrapper{padding:0 25px}}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0}input{font-family:"Poppins", sans-serif;font-size:14px;border:0;border-radius:100px;padding:5px 10px}ul{margin:0;padding:0;list-style-type:none}p{margin:0}.btn,a.btn:link{display:inline-block;background-image:linear-gradient(to right, #35c090, #0093ff) !important;font-weight:600;letter-spacing:.065em;padding:5px 30px;color:#fff !important;border:0;border-radius:100px;line-height:normal;cursor:pointer;position:relative;opacity:1;background-size:auto;background-clip:inherit;animation:none;transition:box-shadow .25s ease !important;text-align:center;background-clip:border-box !important;animation:none !important;background-size:auto !important}.btn:hover,a.btn:link:hover{box-shadow:0px 2px 10px 0px rgba(255,255,255,0.35),0px 3px 20px 2px rgba(0,147,255,0.45)}.btn:after,a.btn:link:after{display:none}.btn.full-width,a.btn:link.full-width{display:block;width:100%}.btn.disabled,a.btn:link.disabled{background-image:none;background-color:#272D43;color:#888 !important;cursor:auto}.btn.disabled:hover,a.btn:link.disabled:hover{box-shadow:none}.btn.left-arrow:before,a.btn:link.left-arrow:before{content:'';width:0;height:0;border:5px solid transparent;border-right-color:#fff;display:inline-block;margin-right:5px}.btn.right-arrow:after,a.btn:link.right-arrow:after{content:'';width:0;height:0;border:5px solid transparent;border-left-color:#fff;display:inline-block;margin-left:5px}.btn.transparent,a.btn:link.transparent{background-image:none;background:transparent;border:1px solid white}a:link,a:active,a:visited{display:inline-block;font-weight:600;position:relative;color:#f1f1f1;text-decoration:none}a:link:not(.no-decorate),a:active:not(.no-decorate),a:visited:not(.no-decorate){background-image:linear-gradient(to right, #35c090, #B268EB, #0093ff);background-size:200% 200%;animation:linkHover 2s ease-in-out infinite;background-clip:text;-webkit-background-clip:text;color:#f1f1f1;transition:color .2s ease-in-out;text-decoration:none}a:hover:not(.no-decorate){color:rgba(0,0,0,0)}a:after{content:'';display:block;position:absolute;left:0;right:0;margin:auto;width:100%;bottom:-5px;height:1px;border-radius:100px;background-image:linear-gradient(to right, #35c090, #0093ff) }a.no-default-line:after{width:0}a.no-default-line.active:after{width:100%}a.no-line:after{display:none}.has-sidebar{margin-left:300px}@keyframes linkHover{0%{background-position:left}50%{background-position:right}100%{background-position:left}}.landing .intro h2{font-family:alternate-gothic-no-3-d, sans-serif;text-transform:uppercase;font-size:72px;letter-spacing:normal}@media (max-width: 1120px){.landing .intro h2{font-size:50px;line-height:auto}}@media (max-width: 675px){.landing .intro h2{font-size:40px}}@media (max-width: 560px){.landing .intro h2{font-size:35px;margin-bottom:50px}}@media (max-width: 400px){.landing .intro h2{font-size:18px}}@media (max-width: 1000px){.landing section{margin-top:50px;width:100% !important;position:static !important;text-align:center !important}}.landing section .tag{font-size:14px;letter-spacing:.3em;color:#ccc;width:250px;position:relative;padding-bottom:7px;text-align:right;margin-bottom:50px}@media (max-width: 1000px){.landing section .tag{margin:0 auto 25px !important;text-align:center !important}}.landing section .tag .letters{text-transform:uppercase;overflow:hidden}.landing section .tag .letters span{display:inline-block;transform:translateY(15px);opacity:0;transition:opacity 0.2s,transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)}.landing section .tag .letters span:nth-child(1){transition-delay:.05s}.landing section .tag .letters span:nth-child(2){transition-delay:.1s}.landing section .tag .letters span:nth-child(3){transition-delay:.15s}.landing section .tag .letters span:nth-child(4){transition-delay:.2s}.landing section .tag .letters span:nth-child(5){transition-delay:.25s}.landing section .tag .letters span:nth-child(6){transition-delay:.3s}.landing section .tag .letters span:nth-child(7){transition-delay:.35s}.landing section .tag .letters span:nth-child(8){transition-delay:.4s}.landing section .tag .letters span:nth-child(9){transition-delay:.45s}.landing section .tag .letters span:nth-child(10){transition-delay:.5s}.landing section .tag .letters span:nth-child(11){transition-delay:.55s}.landing section .tag .letters span:nth-child(12){transition-delay:.6s}.landing section .tag .letters span:nth-child(13){transition-delay:.65s}.landing section .tag .letters span:nth-child(14){transition-delay:.7s}.landing section .tag .letters span:nth-child(15){transition-delay:.75s}.landing section .tag .letters span:nth-child(16){transition-delay:.8s}.landing section .tag .letters span:nth-child(17){transition-delay:.85s}.landing section .tag .letters span:nth-child(18){transition-delay:.9s}.landing section .tag .letters span:nth-child(19){transition-delay:.95s}.landing section .tag .letters span:nth-child(20){transition-delay:1s}.landing section .tag .letters span:nth-child(21){transition-delay:1.05s}.landing section .tag .letters span:nth-child(22){transition-delay:1.1s}.landing section .tag .letters span:nth-child(23){transition-delay:1.15s}.landing section .tag .letters span:nth-child(24){transition-delay:1.2s}.landing section .tag .letters span:nth-child(25){transition-delay:1.25s}.landing section .tag .letters span:nth-child(26){transition-delay:1.3s}.landing section .tag .letters span:nth-child(27){transition-delay:1.35s}.landing section .tag .letters span:nth-child(28){transition-delay:1.4s}.landing section .tag .letters span:nth-child(29){transition-delay:1.45s}.landing section .tag .letters span:nth-child(30){transition-delay:1.5s}.landing section .tag .letters span:nth-child(31){transition-delay:1.55s}.landing section .tag .letters span:nth-child(32){transition-delay:1.6s}.landing section .tag .letters span:nth-child(33){transition-delay:1.65s}.landing section .tag .letters span:nth-child(34){transition-delay:1.7s}.landing section .tag .letters span:nth-child(35){transition-delay:1.75s}.landing section .tag .letters span:nth-child(36){transition-delay:1.8s}.landing section .tag .letters span:nth-child(37){transition-delay:1.85s}.landing section .tag .letters span:nth-child(38){transition-delay:1.9s}.landing section .tag .letters span:nth-child(39){transition-delay:1.95s}.landing section .tag .letters span:nth-child(40){transition-delay:2s}.landing section .tag .letters span:nth-child(41){transition-delay:2.05s}.landing section .tag .letters span:nth-child(42){transition-delay:2.1s}.landing section .tag .letters span:nth-child(43){transition-delay:2.15s}.landing section .tag .letters span:nth-child(44){transition-delay:2.2s}.landing section .tag .letters span:nth-child(45){transition-delay:2.25s}.landing section .tag .letters span:nth-child(46){transition-delay:2.3s}.landing section .tag .letters span:nth-child(47){transition-delay:2.35s}.landing section .tag .letters span:nth-child(48){transition-delay:2.4s}.landing section .tag .letters span:nth-child(49){transition-delay:2.45s}.landing section .tag .letters span:nth-child(50){transition-delay:2.5s}.landing section .tag .letters .space{width:10px}.landing section .tag .line{position:absolute;bottom:0;left:0;width:0%;height:3px;display:block;background-image:linear-gradient(to right, #35c090, #0093ff) ;box-shadow:0px 4px 25px 2px rgba(255,255,255,0.35),0px 2px 5px 0px rgba(0,147,255,0.45);transition:width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)}.landing section .description{font-size:16px;letter-spacing:.13em;line-height:35px;color:rgba(255,255,255,0.9);font-weight:400}@media (max-width: 1000px){.landing section .description{font-size:14px;line-height:30px}}.landing section .description>span{display:block;transform:translateY(50px);opacity:0;transition:opacity 0.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1)}@media (max-width: 1125px){.landing section .description>span{display:inline}}.landing section .description>span:nth-child(1){transition-delay:.6s}.landing section .description>span:nth-child(2){transition-delay:.7s}.landing section .description>span:nth-child(3){transition-delay:.8s}.landing section .description>span:nth-child(4){transition-delay:.9s}.landing section .description>span:nth-child(5){transition-delay:1s}.landing section .description>span:nth-child(6){transition-delay:1.1s}.landing section .description>span:nth-child(7){transition-delay:1.2s}.landing section .description>span:nth-child(8){transition-delay:1.3s}.landing section .description>span:nth-child(9){transition-delay:1.4s}.landing section .description>span:nth-child(10){transition-delay:1.5s}.landing section.right{text-align:right}@media (max-width: 1000px){.landing section.right{text-align:left}}.landing section.right .tag{display:inline-block;text-align:left}@media (max-width: 1000px){.landing section.right .tag{text-align:right}}@media (min-width: 1000px){.landing section.right .tag .line{left:auto;right:0}}.landing .animate section h2>div>span{transform:translateY(0)}.landing .animate section .description>span{opacity:1;transform:translateY(0)}.landing .animate section .tag .letters span{opacity:1;transform:translateY(0)}.landing .animate section .tag .line{width:100%}header{position:fixed;z-index:10;top:0;left:0;width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;background-color:#151824}@media (max-width: 650px){header{padding:0 25px}}header.transparent{background-color:transparent}header:before{background:linear-gradient(0deg, rgba(21,25,41,0) 0%, #151929 100%);position:absolute;width:100%;height:100%;top:0;left:0;content:'';display:block;z-index:-1;transition:transform 1s ease}header.active:before{transform:translateY(0%)}header .logo{width:200px;position:relative;z-index:1;cursor:pointer;line-height:0;margin-left:30px}@media (max-width: 500px){header .logo{width:150px}}@media (max-width: 425px){header .logo{width:200px}}header .logo img{width:200px;height:auto}@media (max-width: 500px){header .logo img{width:150px}}@media (max-width: 425px){header .logo img{width:200px}}header .cta{width:125px;margin-right:30px}@media (max-width: 850px){header .cta{width:calc(100% - 200px);display:flex;justify-content:flex-end;align-items:center}}@media (max-width: 500px){header .cta{width:calc(100% - 150px)}}header .cta .btn{font-weight:600;font-size:11px;width:100%;text-align:center;padding:5px}@media (max-width: 850px){header .cta .btn{width:auto;padding:5px 30px}}@media (max-width: 450px){header .cta .btn{padding:2px 15px}}@media (max-width: 425px){header .cta .btn{display:none}}header .cta .hamburger{margin-left:25px;width:27px;height:25px;justify-content:space-between;flex-direction:column;position:relative;cursor:pointer;display:none}@media (max-width: 850px){header .cta .hamburger{display:flex}}header .cta .hamburger .bar{width:100%;height:3px;position:relative}header .cta .hamburger .bar:before,header .cta .hamburger .bar:after{content:'';display:block;width:100%;height:100%;background:#fff;position:absolute;top:0;transition:transform .3s ease, opacity .3s ease;opacity:1}header .cta .hamburger .bar:before{left:0;transform-origin:center left}header .cta .hamburger .bar:after{right:0;transform-origin:center right}header nav{width:calc(100% - 325px);max-width:1000px;display:flex;justify-content:space-between;color:#fff;padding:0 30px}@media (max-width: 850px){header nav{position:fixed;top:0px;right:-100%;width:100%;height:100vh;flex-direction:column;justify-content:center;align-items:flex-start;background:#101010;transition:right .3s ease}}header nav .mobile-nav-title{display:none;margin-bottom:30px;font-size:18px;font-weight:600;background-image:linear-gradient(to right, #35c090, #0093ff) ;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 850px){header nav .mobile-nav-title{display:inline-block}}@media (max-width: 1000px){header nav a{font-size:12px}}@media (max-width: 850px){header nav a{display:block;font-size:50px;letter-spacing:.05em;margin:0 0 30px 0}}@media (max-width: 400px){header nav a{font-size:30px}}header.nav-open nav{right:0}header.nav-open .hamburger .bar:nth-child(1):before{transform:rotate(45deg);left:2px}header.nav-open .hamburger .bar:nth-child(1):after{transform:rotate(-45deg);right:3px}header.nav-open .hamburger .bar:nth-child(2):before{transform:translateX(-100%);opacity:0}header.nav-open .hamburger .bar:nth-child(2):after{transform:translateX(100%);opacity:0}header.nav-open .hamburger .bar:nth-child(3):before{transform:rotate(-45deg);left:2px}header.nav-open .hamburger .bar:nth-child(3):after{transform:rotate(45deg);right:3px}header .header-profile{background-image:linear-gradient(to right, #35c090, #0093ff) ;width:300px;height:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 15px}header .header-profile .notification{width:110px;text-align:center}header .header-profile .notification .number{padding:2px 6px;border-radius:100px;background:#fff;color:#303030;display:inline-block;font-weight:700;font-size:10px;margin-bottom:3px}header .header-profile .notification .label{font-weight:700;font-size:12px}header .header-profile .divider{width:1px;height:100%;background:#fff;margin:0 10px}header .header-profile .photo{width:50px;display:flex;justify-content:center}header .header-profile .photo .avatar{width:35px;height:35px;background:#272D43;border-radius:100%;display:flex;justify-content:center;align-items:center}.sidebar{position:fixed;left:0;top:70px;background:#272D43;width:75px;height:calc(100vh - 70px);transform:translateX(-300px);transition:transform .3s ease, width .3s ease;display:flex;flex-direction:column;justify-content:space-between;animation:sidebarSlideIn .3s ease forwards;z-index:10}.sidebar .sidebar-avatar{display:flex;justify-content:center;align-items:center;padding:15px 0}.sidebar .sidebar-avatar .avatar .avatar-icon{width:50px;height:50px;font-size:22px}.sidebar .section-link{align-items:center;opacity:.5;transition:opacity .15s ease;position:relative;font-weight:400;padding:15px 0;margin:15px 0;display:block}.sidebar .section-link:first-of-type{margin-top:0}.sidebar .section-link:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;transform:translateX(-100%);transition:transform .3s ease;background-color:rgba(255,255,255,0.15)}.sidebar .section-link:hover{opacity:1}.sidebar .section-link.active{opacity:1}.sidebar .section-link.active:before{transform:translateX(0)}.sidebar .section-link .icon{width:35px;margin:auto;text-align:center}.sidebar .section-link .icon img{max-width:18px}.sidebar .section-link .label{font-size:10px;text-align:center;margin-top:3px}.sidebar .logout{align-items:center;opacity:.5;padding:10px 0;cursor:pointer}@keyframes sidebarSlideIn{from{transform:translateX(-300px)}to{transform:translateX(0)}}.page404{padding:150px 50px;min-height:100vh}.page404 h1{font-size:24px;text-align:center;font-weight:300}.page404 .subtitle{text-align:center;padding:30px 0}.page404 h2{font-size:18px}.page404 a:link,.page404 a:active,.page404 a:visited{display:block;color:#fff !important;width:500px;max-width:calc(100% - 50px);margin:auto;padding:10px;border:1px solid #ccc !important;margin-bottom:10px;border-radius:5px}.page404 a:hover{background-image:linear-gradient(to right, #35c090, #0093ff) }.artist-landing{display:flex;align-items:flex-start;height:100vh;width:100%;background-image:url(/artist-landing-bg.png);background-size:cover;background-position:center;caret-color:white}@media (max-width: 850px){.artist-landing{flex-direction:column;background-position:39%}}.artist-landing .content-sec-1{width:100%;height:100%;padding:50px;display:flex;flex-direction:column;justify-content:flex-start}@media (max-width: 850px){.artist-landing .content-sec-1{backdrop-filter:brightness(0.6)}}@media (max-width: 400px){.artist-landing .content-sec-1{padding:45px}}@media (max-width: 330px){.artist-landing .content-sec-1{padding:25px}}.artist-landing .content-sec-1 .free{font-size:40px;font-weight:bold;line-height:50px;padding-bottom:40px}@media (max-width: 950px){.artist-landing .content-sec-1 .free{font-size:30px}}@media (max-width: 850px){.artist-landing .content-sec-1 .free{font-size:23px;line-height:38px}}@media (max-width: 400px){.artist-landing .content-sec-1 .free{font-size:18px}}.artist-landing .content-sec-1 .description{line-height:36px;font-size:16px;max-width:730px}@media (max-width: 850px){.artist-landing .content-sec-1 .description{line-height:32px;font-size:14px;padding-bottom:20px}}.artist-landing .content-sec-1 .link{opacity:0.7;font-weight:normal;margin-top:auto}.artist-landing .content-sec-1 .link:hover{opacity:0.9;cursor:pointer}.artist-landing .content-sec-1 .logo{width:200px;position:relative;z-index:1;cursor:pointer;line-height:0;padding:165px 0 100px}@media (max-width: 850px){.artist-landing .content-sec-1 .logo{padding:5px 0 50px}}@media (max-width: 500px){.artist-landing .content-sec-1 .logo{width:150px}}@media (max-width: 425px){.artist-landing .content-sec-1 .logo{width:200px}}@media (max-height: 700px){.artist-landing .content-sec-1 .logo{padding:5px 0 50px}}.artist-landing .content-sec-1 .logo img{width:200px;height:auto;padding-bottom:6px}@media (max-width: 500px){.artist-landing .content-sec-1 .logo img{width:150px}}@media (max-width: 425px){.artist-landing .content-sec-1 .logo img{width:200px}}.artist-landing .content-sec-2{display:flex;flex-direction:column;justify-content:center;height:100%;backdrop-filter:blur(20px);width:700px;padding:50px}@media (max-width: 1000px){.artist-landing .content-sec-2{width:550px;padding:35px}}@media (max-width: 850px){.artist-landing .content-sec-2{width:100%;backdrop-filter:blur(20px) brightness(0.6)}}.artist-landing .content-sec-2 .register-title{font-size:20px;font-weight:100}.artist-landing .content-sec-2 input{background-color:transparent !important;border-color:white !important}.artist-landing .content-sec-2 input:-webkit-autofill{-webkit-text-fill-color:transparent !important;background-color:transparent !important;-webkit-background-clip:text;-webkit-box-shadow:0 0 0 50px transparent inset !important}.artist-landing .content-sec-2 .button-widget .btn{padding:5px 50px;margin-top:35px}@media (max-width: 1500px){.artist-landing .content-sec-2 .button-widget .btn{margin-top:50px}}.artist-landing .input.field{margin-top:22px;max-width:400px}@media (max-width: 1500px){.artist-landing .input.field{margin-top:27px}}.artist-landing .field .error{left:unset;right:calc(100% + 20px);background-color:rgba(255,255,255,0.15)}@media (max-width: 1500px){.artist-landing .field .error{right:calc(50% - 135px);top:117%;padding:7px}}.artist-landing .field .error:before{border-right-color:transparent;border-left-color:rgba(255,255,255,0.15);position:absolute;right:-20px;left:unset;top:8px}@media (max-width: 1500px){.artist-landing .field .error:before{right:50%;top:-20px;border-left-color:transparent;border-bottom-color:rgba(255,255,255,0.15)}}.artist-profile .artist-profile-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 800px){.artist-profile .artist-profile-buttons{margin:auto}}@media (max-width: 600px){.artist-profile .artist-profile-buttons{width:140px}}.artist-profile .artist-profile-buttons .btn{width:100%;margin-top:20px;font-size:12px;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.artist-profile .artist-profile-buttons .triangle{border:5px solid transparent;border-left:8px solid white}.artist-profile .artist-profile-buttons .sec-button.btn{background:#151929;border:1px solid white;width:100%}.artist-profile .artist-profile-buttons .artist-button-container{display:flex;justify-content:space-between;width:100%}@media (max-width: 500px){.artist-profile .artist-profile-buttons .artist-button-container{flex-direction:column}}.artist-profile .artist-profile-buttons .artist-button-container .btn{width:45%}@media (max-width: 500px){.artist-profile .artist-profile-buttons .artist-button-container .btn{width:100%}}@media (max-width: 600px){.artist-profile .artist-profile-buttons .btn{font-size:11px;padding:10px}}.artist-profile .artist-profile-buttons .match-bar{margin-top:35px;height:3px;background-color:#707070;border-radius:5px;width:100%;position:relative}.artist-profile .artist-profile-buttons .match-bar .match-label{position:absolute;top:-20px;left:0;text-align:right;font-weight:bold}.artist-profile .artist-profile-buttons .match-percent{position:absolute;height:3px;bottom:0;border-radius:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.artist-profile .share{position:absolute;right:70px;top:120px;height:20px;width:180px;text-transform:uppercase;font-size:12px}@media (max-width: 800px){.artist-profile .share{top:20px;right:20px}}.artist-profile .share .social{color:white;height:40px;display:flex;margin-top:18px;justify-content:space-evenly;position:relative}.artist-profile .share .social:after{content:'';border-radius:10px;opacity:0.2;background-color:white;position:absolute;top:0;left:0;width:100%;height:100%}.artist-profile .share .social:hover{cursor:pointer;opacity:1}.artist-profile .share .social a{display:flex;align-items:center}.artist-profile .share .social a:after{content:'';opacity:0}.artist-profile.dashboard-profile.profile .image-widget .image-container:hover{cursor:pointer}@media (max-width: 300px){.artist-profile.dashboard-profile.profile{max-width:100%}}@media (max-width: 800px){.artist-profile.dashboard-profile.profile .profile-container{width:95vw;padding:0 0 0 10px}}@media (max-width: 800px){.artist-profile.dashboard-profile.profile .profile-container .profile-sidebar{width:100%}}.artist-profile .photo-modal .modal-widget .contents{padding:0;width:auto;margin-top:30px;max-width:calc(100% - 100px);max-height:90vh;position:relative}.artist-profile .photo-modal .modal-widget .contents .close{top:-25px;right:-25px}.artist-profile .photo-modal .modal-widget img{max-width:100%;height:auto;max-height:90vh;border-radius:5px;object-fit:contain;background-color:black;width:1200px}.artist-profile .photo-modal .modal-widget .photo-btn{position:absolute;color:white;font-size:50px;top:50%;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.artist-profile .photo-modal .modal-widget .photo-btn:hover{cursor:pointer}.artist-profile .photo-modal .modal-widget .photo-btn.prev{left:-50px}.artist-profile .photo-modal .modal-widget .photo-btn.next{right:-50px}.artist-profile .message-popup{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.artist-profile .message-popup.active{display:flex}.artist-profile .message-popup.active .scrim{animation:showScrim .7s ease .1s forwards}.artist-profile .message-popup.active .content{animation:slideContent .7s ease .1s forwards}.artist-profile .message-popup .scrim{position:absolute;width:100%;height:100%;background:transparent;transition:background .3s ease}.artist-profile .message-popup .content{width:700px;max-width:calc(100% - 50px);border-radius:7px;position:relative;z-index:1;opacity:0;transition:all .3s ease .5s;padding:50px;color:#101010;text-align:center;background-color:#3D4664}@media (max-width: 550px){.artist-profile .message-popup .content{padding:25px}}.artist-profile .message-popup .content h3{font-size:30px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:10px;position:relative;color:white}@media (max-width: 550px){.artist-profile .message-popup .content h3{font-size:22px}}@media (max-width: 450px){.artist-profile .message-popup .content h3{font-size:18px}}.artist-profile .message-popup .content h3:after{content:'';width:500px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.artist-profile .message-popup .content textarea{resize:none;width:100%;height:150px;margin-bottom:20px}.artist-profile .message-popup .content form{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:500px;margin:30px auto 0}.artist-profile .message-popup .content form button{font-size:16px;width:150px}@media (max-width: 600px){.artist-profile .message-popup .content form button{margin:auto;width:100%;margin-top:30px}}.artist-profile .message-popup .content .form-wrap{position:relative}.artist-profile .message-popup .content .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:#3D4664;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px;color:white}.artist-profile .message-popup .content .form-wrap .success.active{opacity:1;visibility:visible}.artist-profile .message-popup .content .close{width:30px;height:30px;position:absolute;right:-35px;top:-35px;cursor:pointer}@media (max-width: 750px){.artist-profile .message-popup .content .close{top:15px;right:15px}}.artist-profile .message-popup .content .close:before,.artist-profile .message-popup .content .close:after{content:'';width:100%;height:2px;display:block;background:#fff;position:absolute;top:15px}.artist-profile .message-popup .content .close:after{transform:rotate(45deg)}.artist-profile .message-popup .content .close:before{transform:rotate(-45deg)}.artist-profile .modal-widget .contents{padding:0;width:auto;max-width:calc(100% - 100px);background:transparent}.artist-profile .modal-widget .contents .close{top:-25px;right:-25px}.artist-profile .modal-widget video{width:1200px;max-width:100%;height:auto;max-height:100%;border-radius:5px}.artist .hero{height:100vh;width:100%;overflow:hidden;position:relative}@media (max-width: 1000px){.artist .hero{height:auto}}.artist .hero .image{position:relative;z-index:0;background-size:contain;overflow:hidden;max-height:100vh}.artist .hero .image .mask{position:absolute;bottom:0;left:0;width:100%;height:300px;background:linear-gradient(0deg, #151929 0%, rgba(21,25,41,0) 100%)}@media (max-width: 1000px){.artist .hero .image .mask{height:30%}}.artist .hero .intro{width:calc(100% - 500px);z-index:2;position:absolute;top:calc(50% - 193px);left:50px}@media (max-width: 1000px){.artist .hero .intro{padding:0 25px}}.artist .hero .intro .tag{width:auto;text-align:left;margin-bottom:0;text-transform:uppercase}@media (max-width: 1000px){.artist .hero .intro .tag{text-align:center}}.artist .hero .intro .tag .letters{font-size:14px;font-weight:400;opacity:0;transition:opacity 2s ease}@media (max-width: 400px){.artist .hero .intro .tag .letters{font-size:12px}}.artist .hero .intro .btn{margin-top:30px}@media (max-width: 1125px){.artist .hero .intro .cta-wrap{display:block}}.artist .hero.animate .intro .letters{opacity:1}@media (max-width: 1000px){.artist .feature{height:auto;padding:100px 0}}.casting-calls{display:flex;padding-top:70px;position:relative}.casting-calls .gradient{position:absolute;height:calc(100% - 70px);width:calc(100vw - 17px);z-index:0;background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png)}.casting-calls .scrim.active{position:absolute;animation:none;transition:background-color 0.3s;z-index:2;width:100vw;background-color:#181c2b8f;height:100%}.casting-calls .search-parameters{background-color:#272D43;z-index:5;min-height:100vh;width:300px;display:flex;flex-direction:column}@media (max-width: 900px){.casting-calls .search-parameters{display:none;position:absolute;animation:sidebarSlideIn .3s ease forwards}}@media (max-width: 330px){.casting-calls .search-parameters{width:215px}}.casting-calls .search-parameters.active{display:flex}.casting-calls .search-parameters .section{border-bottom:1px solid rgba(255,255,255,0.1);margin:30px 20px 0px 20px;padding-bottom:20px}.casting-calls .search-parameters .section .title{font-size:12px;text-transform:uppercase;opacity:1}@media (max-width: 600px){.casting-calls .search-parameters .section .title{font-size:10px}}.casting-calls .search-parameters .section p{font-family:Poppins, sans-serif;font-size:14px;line-height:18px;color:#f1f1f1;opacity:0.5;padding-bottom:10px}@media (max-width: 600px){.casting-calls .search-parameters .section p{font-size:11px}}.casting-calls .search-parameters .search-btns{padding:90px 20px;display:flex;justify-content:space-between}@media (max-width: 600px){.casting-calls .search-parameters .search-btns{padding:10px}}.casting-calls .search-parameters .search-btns button{color:#aaa;font-style:italic;font-size:14px;background:transparent;border:none}@media (max-width: 600px){.casting-calls .search-parameters .search-btns button{font-size:12px}}.casting-calls .content{display:flex;flex-direction:column;min-height:100vh;z-index:1;width:100%;padding:50px 75px 75px;margin:0 auto;width:1200px;max-width:calc(100% - 75px)}@media (max-width: 1100px){.casting-calls .content{padding:50px;margin:0;max-width:unset;width:auto}}@media (max-width: 600px){.casting-calls .content{padding:20px}}@media (max-width: 900px){.casting-calls .content .content-header{display:flex;align-items:center;justify-content:space-between}}@media (max-width: 350px){.casting-calls .content .content-header{align-items:flex-start;flex-direction:column}}.casting-calls .content .update-search{display:none}.casting-calls .content .update-search:hover{cursor:pointer}@media (max-width: 900px){.casting-calls .content .update-search{display:flex}}@media (max-width: 350px){.casting-calls .content .update-search{align-self:flex-end;margin-bottom:10px;font-size:12px}}.casting-calls .content .projects{min-height:350px}.casting-calls .content .projects .no-results{padding-top:50px}.casting-calls .content h1{font-size:38px;line-height:57px;font-weight:normal;letter-spacing:4px;padding-bottom:20px}.casting-calls .content .bar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);padding:10px 0}.casting-calls .content .bar.sort .sort-by .dropdown .sort-dropdown div{padding-top:10px}.casting-calls .search-popup{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.casting-calls .search-popup.active{display:flex}.casting-calls .search-popup.active .scrim{animation:showScrim .7s ease .1s forwards}.casting-calls .search-popup.active .content{animation:slideContent .7s ease .1s forwards}.casting-calls .search-popup .scrim{position:absolute;width:100%;height:100%;background:transparent;transition:background .3s ease}.casting-calls .search-popup .content{width:700px;max-width:calc(100% - 50px);border-radius:7px;position:relative;z-index:1;opacity:0;transition:all .3s ease .5s;padding:50px;color:#101010;text-align:center;background-color:#3D4664;min-height:auto}@media (max-width: 550px){.casting-calls .search-popup .content{padding:25px}}.casting-calls .search-popup .content h3{font-size:30px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:10px;position:relative;color:white}@media (max-width: 550px){.casting-calls .search-popup .content h3{font-size:22px}}@media (max-width: 450px){.casting-calls .search-popup .content h3{font-size:18px}}.casting-calls .search-popup .content h3:after{content:'';width:315px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.casting-calls .search-popup .content input{resize:none;width:100%;margin-bottom:20px}.casting-calls .search-popup .content form{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:500px;margin:30px auto 0}.casting-calls .search-popup .content form button{font-size:16px;width:150px}@media (max-width: 600px){.casting-calls .search-popup .content form button{margin:auto;width:100%;margin-top:30px}}.casting-calls .search-popup .content form .input.field{margin-top:0}.casting-calls .search-popup .content form div{color:white;padding-bottom:10px}.casting-calls .search-popup .content .form-wrap{position:relative}.casting-calls .search-popup .content .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:#3D4664;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px;color:white}.casting-calls .search-popup .content .form-wrap .success.active{opacity:1;visibility:visible}.casting-calls .search-popup .content .form-wrap .errors{width:100%;padding-left:0;margin-top:15px;color:#f8a7a7;text-align:center;font-size:12px;opacity:0;transition:opacity .5s ease}.casting-calls .search-popup .content .form-wrap .errors.active{opacity:1}.casting-calls .search-popup .content .close{width:30px;height:30px;position:absolute;right:-35px;top:-35px;cursor:pointer}@media (max-width: 750px){.casting-calls .search-popup .content .close{top:15px;right:15px}}.casting-calls .search-popup .content .close:before,.casting-calls .search-popup .content .close:after{content:'';width:100%;height:2px;display:block;background:#fff;position:absolute;top:15px}.casting-calls .search-popup .content .close:after{transform:rotate(45deg)}.casting-calls .search-popup .content .close:before{transform:rotate(-45deg)}@media (min-width: 450px){.casting-calls .desktop-hidden{display:none}}@media (max-width: 450px){.casting-calls .mobile-hidden{display:none}}@media (max-width: 350px){.casting-calls .mobile-hide-btn{display:none}}.casting-post{color:#f1f1f1;height:100%}.casting-post .project-header{background-color:#272D43;height:75px;width:calc(100% - 75px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:fixed;top:70px;left:75px;z-index:1}@media (max-width: 500px){.casting-post .project-header{flex-direction:column;padding-bottom:10px;height:95px}}.casting-post .project-header .url{font-size:12px}.casting-post .project-header .actions .btn{font-size:12px}.casting-post .content-bg{background-image:url(/dot-wide.png);display:flex;width:100%;padding-top:200px}.casting-post .cover{position:relative;background-color:grey;height:90vh;background-size:cover;padding-top:100px}.casting-post .cover::after{content:'';position:absolute;width:100%;bottom:0;height:30%;background-image:linear-gradient(180deg, transparent, transparent, #151929)}.casting-post .project-background-image{width:100%;min-height:500px;background-position:center center;background-size:cover;position:absolute;top:70px;left:0;opacity:.5}.casting-post .project-background-image .mask-bottom{width:100%;height:400px;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom, rgba(21,25,41,0), #151929)}.casting-post .content{padding-top:200px;display:flex;margin-top:-100px;position:relative}.casting-post .content .casting-sidebar{display:flex;flex-direction:column;width:300px;margin-top:-210px}@media (max-width: 900px){.casting-post .content .casting-sidebar{margin-top:0;margin-top:20px;width:100%;align-items:center}.casting-post .content .casting-sidebar.mobile-hidden{display:none}}@media (min-width: 900px){.casting-post .content .casting-sidebar.desktop-hidden{display:none}}.casting-post .content .casting-sidebar h4{text-transform:uppercase;font-size:12px;margin-top:30px;font-weight:normal;color:#aaa}.casting-post .content .casting-sidebar p{font-size:18px;line-height:30px}.casting-post .content .casting-sidebar img{width:100%;margin-top:-50px;height:40vh;border-radius:10px;background-color:#bdbdbd}.casting-post .content .casting-container{display:flex;margin-top:-210px;flex-direction:column;width:75%;padding-left:40px}@media (max-width: 900px){.casting-post .content .casting-container{padding-left:0;width:100%}}@media (max-width: 700px){.casting-post .content .casting-container{width:calc(100vw - 135px)}}.casting-post .content .casting-container h2{font-size:26px}.casting-post .content .casting-container .heading{display:flex}.casting-post .content .casting-container .heading .title{display:flex;flex-direction:column;margin-right:auto}.casting-post .content .casting-container .heading .title h1{font-size:54px;letter-spacing:4px;padding:15px 0}.casting-post .content .casting-container .heading .title p{margin:10px 0;font-size:18px}.casting-post .content .casting-container .heading .title .posted{color:#aaa;font-size:16px;margin:0}.casting-post .share{width:200px;display:flex;flex-direction:column;margin-bottom:-30px;margin-right:10px;justify-content:center;right:0;position:absolute}.casting-post .share p{text-transform:uppercase;font-size:12px}.casting-post .share .social{color:white;height:40px;display:flex;margin-top:18px;justify-content:space-evenly;border-radius:10px;background:rgba(185,185,185,0.22);background:rgba(255,255,255,0.2)}.casting-post .share .social:hover{cursor:pointer}.casting-post .share .social a{display:flex;align-items:center}.casting-post .share .social a:after{content:'';opacity:0}.casting-post .role-container{margin-top:40px}.casting-preview-role{display:flex;flex-direction:column;position:relative;background-color:#555A6D;padding:10px;border-radius:5px;margin:10px 0}.casting-preview-role .title{font-size:14px;font-weight:700}.casting-preview-role .detail{font-size:12px;letter-spacing:0.5px}.casting-preview-role .percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.casting-preview{background:#272D43;border-radius:5px;width:100%;display:flex;padding:30px 0;margin-top:80px;align-self:center}@media (max-width: 750px){.casting-preview{flex-direction:column}}.casting-preview .production-type{display:flex;flex-direction:column;padding-left:10px;min-width:250px;margin-top:-30px;align-items:center}@media (max-width: 1600px){.casting-preview .production-type{min-width:200px}}@media (max-width: 750px){.casting-preview .production-type{padding-left:0;min-width:150px}}@media (max-width: 400px){.casting-preview .production-type{min-width:125px}}.casting-preview .production-type img{height:250px;width:175px;margin-top:-45px;border-radius:5px;margin-bottom:10px}@media (max-width: 850px){.casting-preview .production-type img{margin-top:45px;width:150px;height:190px}}@media (max-width: 750px){.casting-preview .production-type img{margin-top:-45px}}@media (max-width: 400px){.casting-preview .production-type img{width:125px;height:170px}}.casting-preview .production-type .item{margin:0 10px 10px 0;line-height:25px;font-weight:900}.casting-preview.no-image{flex-direction:column-reverse}.casting-preview.no-image .production-type{flex-direction:row;margin-top:0px;padding-left:20px}.casting-preview.no-image .production-type .item{margin-bottom:0px}@media (max-width: 800px){.casting-preview.no-image .production-type .item{margin-top:10px}}.casting-preview .main-content{display:flex}@media (max-width: 850px){.casting-preview .main-content{flex-direction:column;align-items:center}}.casting-preview .sub-content{display:flex;flex-direction:column;padding:10px;width:100%;padding:0 20px}.casting-preview .sub-content .title{font-size:25px;font-weight:bold;line-height:38px}.casting-preview .sub-content .locations{display:flex;font-size:12px}@media (max-width: 400px){.casting-preview .sub-content .locations{flex-direction:column}}.casting-preview .sub-content .locations .location{border-left:2px solid white;padding:0 8px}@media (max-width: 400px){.casting-preview .sub-content .locations .location{border-left:none;border-top:1px solid white;width:120px;padding:3px 0}}.casting-preview .sub-content .locations .location:first-child{border-left:none;padding:0 8px 0 0}@media (max-width: 400px){.casting-preview .sub-content .locations .location:first-child{border-top:none;padding:3px 0}}.casting-preview .sub-content .posted{font-size:12px;color:#aaa;margin:5px 0px 20px}.casting-preview .sub-content .description{font-size:14px;letter-spacing:0.8px;line-height:28px;height:200px;overflow:hidden}@media (max-width: 850px){.casting-preview .sub-content .description{height:auto}}.casting-preview .roles{display:flex;flex-direction:column;min-width:265px;padding-right:30px}@media (max-width: 850px){.casting-preview .roles{margin-top:10px;padding-right:0}}@media (max-width: 400px){.casting-preview .roles{min-width:auto;padding:10px}}.casting-preview .roles .match{align-self:flex-end;font-size:12px}@media (max-width: 1600px){.casting-preview .roles .match{font-size:11px}}.casting-preview .roles .view-all{position:relative;display:flex;padding:20px 0 0px 0;font-size:12px;letter-spacing:0.5px;align-self:center;border-bottom-width:2px;font-weight:normal}.casting-preview .roles .view-all:hover{cursor:pointer}.casting-preview .roles .view-all .triangle{margin-left:5px;border:4px solid transparent;border-left:4px solid white;border-right:none;height:8px;align-self:flex-end;margin-bottom:2px}.casting-preview .roles .view-all .underline{background-image:linear-gradient(to right, #35c090, #0093ff) ;height:2px;width:100%;border-radius:5px;position:absolute;bottom:0}@media (min-width: 1300px){.dashboard-applications{padding:75px 150px}}.dashboard-applications .top-bar{display:flex;width:100%;padding-bottom:75px;background:transparent;justify-content:space-between}@media (max-width: 750px){.dashboard-applications .top-bar{flex-direction:column;padding-bottom:50px}}.dashboard-applications .top-bar .title{font-size:26px;font-weight:700}.dashboard-applications .top-bar .tools{display:flex;align-items:center}@media (max-width: 750px){.dashboard-applications .top-bar .tools{flex-wrap:wrap;padding-top:10px}}.dashboard-applications .top-bar .tools .search-icon{background-image:url(/icon-search.png);min-width:20px;min-height:20px;background-size:contain;background-repeat:no-repeat}.dashboard-applications .top-bar .tools .btn{margin:5px 0}.dashboard-applications .app-list{z-index:1}.dashboard-applications .app-list .headings{width:100%;display:flex;justify-content:space-between;padding:0 20px 10px}.dashboard-applications .app-list .headings p{width:20%;min-width:170px}@media (max-width: 1100px){.dashboard-applications .app-list .headings p{width:25%}}@media (max-width: 950px){.dashboard-applications .app-list .headings p{min-width:146px}}@media (max-width: 550px){.dashboard-applications .app-list .headings p{min-width:64px;text-align:right}}.dashboard-applications .app-list .headings .production{width:55%}@media (max-width: 1100px){.dashboard-applications .app-list .headings .production{width:50%}}@media (max-width: 950px){.dashboard-applications .app-list .headings .production{width:170px}}@media (max-width: 550px){.dashboard-applications .app-list .headings .production{text-align:left}}@media (max-width: 350px){.dashboard-applications .app-list .headings .production{width:100%}}@media (max-width: 420px){.dashboard-applications .app-list .headings .date{display:none}}.dashboard-applications .app-list .app{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:5px;border-bottom:none;width:100%;min-height:75px;background:#272D43;padding:20px;margin-bottom:15px}.dashboard-applications .app-list .app:after{background-image:none}.dashboard-applications .app-list .app:hover{background:#2f3651}.dashboard-applications .app-list .app .production{width:55%}@media (max-width: 1100px){.dashboard-applications .app-list .app .production{width:50%}}@media (max-width: 1100px){.dashboard-applications .app-list .app .production{width:50%}}@media (max-width: 950px){.dashboard-applications .app-list .app .production{width:170px}}.dashboard-applications .app-list .app .title{font-size:14px;font-weight:700;line-height:20px}.dashboard-applications .app-list .app .role{font-size:12px}@media (max-width: 950px){.dashboard-applications .app-list .app .role{font-size:10px}}.dashboard-applications .app-list .app .date{display:flex;flex-direction:column;align-items:flex-start;width:20%;min-width:170px;font-size:12px}@media (max-width: 1100px){.dashboard-applications .app-list .app .date{width:25%}}@media (max-width: 950px){.dashboard-applications .app-list .app .date{min-width:146px;font-size:10px}}@media (max-width: 550px){.dashboard-applications .app-list .app .date{min-width:64px;text-align:right}}@media (max-width: 420px){.dashboard-applications .app-list .app .date{width:100%;text-align:left;padding-top:20px}}.dashboard-applications .app-list .app .date .time{padding-top:5px}.dashboard-applications .app-list .app .status{width:20%;min-width:170px;font-size:12px;line-height:18px}@media (max-width: 1100px){.dashboard-applications .app-list .app .status{width:25%}}@media (max-width: 950px){.dashboard-applications .app-list .app .status{min-width:146px;font-size:10px}}@media (max-width: 625px){.dashboard-applications .app-list .app .status{margin-top:10px}}.dashboard-applications .app-list .app .status .audition{background-image:linear-gradient(to right, #35c090, #0093ff) ;border-radius:25px;width:180px;height:25px;display:flex;align-items:center;justify-content:center}@media (max-width: 950px){.dashboard-applications .app-list .app .status .audition{width:160px}}.dashboard-applications .app-list .app.archived{opacity:0.5}.dashboard-applications .app-list .app .message{font-style:italic;font-size:12px;font-weight:700;letter-spacing:0.6px;color:#aaa;display:flex;align-items:center}@media (max-width: 950px){.dashboard-applications .app-list .app .message{font-size:10px}}.dashboard-applications .app-list .app .message .circle{width:6px;max-width:6px;height:6px;margin-right:5px;background:#78DB16;border-radius:50%}@media (max-width: 625px){.dashboard-applications .mobile-hidden{display:none}}.dashboard-messages{display:flex;height:calc(100vh - 70px);overflow:hidden}.dashboard-messages .side-bar{display:flex;flex-direction:column;background-color:#3D4664;min-width:325px;height:100%;overflow-y:auto}@media (max-width: 900px){.dashboard-messages .side-bar{min-width:220px}}@media (max-width: 700px){.dashboard-messages .side-bar{min-width:175px}}.dashboard-messages .side-bar .input-container{padding:0 20px}.dashboard-messages .side-bar .show{justify-content:space-between;padding:20px 0 20px 20px;position:relative;margin-left:0}.dashboard-messages .side-bar .show p{color:white}.dashboard-messages .side-bar .show .preview-dropdown{right:20px;z-index:1;background-color:#3D4664;width:100%;left:0}.dashboard-messages .side-bar .show .preview-dropdown div{padding:10px}.dashboard-messages .side-bar .message-preview{display:flex;width:100%;padding:10px;font-size:12px;border-bottom:1px solid rgba(255,255,255,0.171);max-height:80px;opacity:0.7}.dashboard-messages .side-bar .message-preview:hover{cursor:pointer;backdrop-filter:brightness(1.1)}.dashboard-messages .side-bar .message-preview .content{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:255px;padding-left:10px}.dashboard-messages .side-bar .message-preview .content .heading{font-size:14px;line-height:20px;display:flex;justify-content:space-between}@media (max-width: 900px){.dashboard-messages .side-bar .message-preview .content .heading .lastMsgSent{display:none}}@media (max-width: 700px){.dashboard-messages .side-bar .message-preview .content .heading .lastMsgSent{font-size:12px}}.dashboard-messages .side-bar .message-preview .content p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dashboard-messages .side-bar .message-preview.newMsg{background-color:rgba(255,255,255,0.226);opacity:1}.dashboard-messages .side-bar .message-preview.activeMsg{backdrop-filter:brightness(1.1)}.dashboard-messages .side-bar .message-preview.archiveStyles{opacity:0.4}.dashboard-messages .messages-container{height:100%;width:100%;padding:20px;display:flex;flex-direction:column;overflow:hidden}.dashboard-messages .messages-container .recipient{position:relative;display:flex;align-items:center;padding:20px;background:#272D43;margin-bottom:20px;border-radius:5px;font-weight:700}.dashboard-messages .messages-container .recipient .user-icon{justify-self:flex-start}.dashboard-messages .messages-container .recipient .details{justify-self:flex-start;display:flex;flex-direction:column;padding-left:20px}.dashboard-messages .messages-container .recipient .details .recipient-name{font-size:26px;line-height:39px}@media (max-width: 700px){.dashboard-messages .messages-container .recipient .details .recipient-name{font-size:20px}}.dashboard-messages .messages-container .recipient .details .application span{color:#aaa}.dashboard-messages .messages-container .recipient .menu-icon{display:none;margin-left:auto;padding-right:25px}@media (max-width: 1250px){.dashboard-messages .messages-container .recipient .menu-icon{display:block}}.dashboard-messages .messages-container .recipient .toolbar{display:flex;background-color:#272D43;margin-left:auto}@media (max-width: 1250px){.dashboard-messages .messages-container .recipient .toolbar{display:none}}.dashboard-messages .messages-container .recipient .toolbar .container{opacity:0.5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:30px;font-size:12px;font-weight:normal}.dashboard-messages .messages-container .recipient .toolbar .container:hover{cursor:pointer}@media (max-width: 1250px){.dashboard-messages .messages-container .recipient .toolbar.toolbar-menu{opacity:0;margin-top:-20px;position:absolute;right:0;z-index:10;top:70px;flex-direction:column;padding:10px;display:flex;animation:slideDown .5s ease .1s forwards}.dashboard-messages .messages-container .recipient .toolbar.toolbar-menu .container{padding:10px}}.dashboard-messages .messages-container .recipient .toolbar img{padding-bottom:5px}.dashboard-messages .messages-container .messages{margin-top:auto;overflow-y:auto}.dashboard-messages .messages-container .messages .message-bubble{padding:10px 20px;margin:0 20px 20px 20px;border-radius:5px;max-width:65%;background:#3D4664;display:flex;flex-direction:column;align-self:flex-end;margin-left:auto}@media (max-width: 900px){.dashboard-messages .messages-container .messages .message-bubble{max-width:75%}}.dashboard-messages .messages-container .messages .message-bubble img{margin-right:10px;opacity:0.7}.dashboard-messages .messages-container .messages .message-bubble .heading{display:flex;justify-content:space-between;padding-bottom:20px;font-weight:300}.dashboard-messages .messages-container .messages .message-bubble.recipient-message{align-self:flex-start;margin-left:20px}.dashboard-messages .messages-container .messages .message-bubble .text{font-size:14px;line-height:28px}@media (max-width: 700px){.dashboard-messages .messages-container .messages .message-bubble .text{font-size:12px}}.dashboard-messages .messages-container .input-container{display:flex;align-items:center;margin-top:20px}.dashboard-messages .messages-container .input-container .input{width:100%}.dashboard-messages .messages-container .input-container .input.field{margin-top:0 !important;padding-top:0 !important}.dashboard-messages .messages-container .input-container .btn{background:#4F5467;margin-left:10px;padding:5px 60px}@media (max-width: 700px){.dashboard-messages .messages-container .input-container .btn{padding:5px 20px}}.dashboard-messages .user-icon{position:relative;background:grey;border-radius:50%;height:50px;width:50px;min-width:50px}@media (max-width: 700px){.dashboard-messages .user-icon{height:25px;width:25px;min-width:25px}}.dashboard-messages .user-icon .status{position:absolute;bottom:0;right:0;width:15px;height:15px;background-color:#78DB16;border:2px solid white;border-radius:50%}.dashboard-messages .report-popup{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.dashboard-messages .report-popup.active{display:flex}.dashboard-messages .report-popup.active .scrim{animation:showScrim .7s ease .1s forwards}.dashboard-messages .report-popup.active .content{animation:slideContent .7s ease .1s forwards}.dashboard-messages .report-popup .scrim{position:absolute;width:100%;height:100%;background:transparent;transition:background .3s ease}.dashboard-messages .report-popup .content{width:700px;max-width:calc(100% - 50px);border-radius:7px;position:relative;z-index:1;opacity:0;transition:all .3s ease .5s;padding:50px;color:#101010;text-align:center;background-color:#3D4664}@media (max-width: 550px){.dashboard-messages .report-popup .content{padding:25px}}.dashboard-messages .report-popup .content h3{font-size:30px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:10px;position:relative;color:white}@media (max-width: 550px){.dashboard-messages .report-popup .content h3{font-size:22px}}@media (max-width: 450px){.dashboard-messages .report-popup .content h3{font-size:18px}}.dashboard-messages .report-popup .content h3:after{content:'';width:250px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.dashboard-messages .report-popup .content textarea{resize:none;width:100%;height:150px;margin-bottom:20px}.dashboard-messages .report-popup .content form{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:500px;margin:30px auto 0}.dashboard-messages .report-popup .content form button{font-size:16px;width:150px}@media (max-width: 600px){.dashboard-messages .report-popup .content form button{margin:auto;width:100%;margin-top:30px}}.dashboard-messages .report-popup .content .form-wrap{position:relative}.dashboard-messages .report-popup .content .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:#3D4664;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px;color:white}.dashboard-messages .report-popup .content .form-wrap .success.active{opacity:1;visibility:visible}.dashboard-messages .report-popup .content .close{width:30px;height:30px;position:absolute;right:-35px;top:-35px;cursor:pointer}@media (max-width: 750px){.dashboard-messages .report-popup .content .close{top:15px;right:15px}}.dashboard-messages .report-popup .content .close:before,.dashboard-messages .report-popup .content .close:after{content:'';width:100%;height:2px;display:block;background:#fff;position:absolute;top:15px}.dashboard-messages .report-popup .content .close:after{transform:rotate(45deg)}.dashboard-messages .report-popup .content .close:before{transform:rotate(-45deg)}@keyframes showScrim{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,0.5)}}@keyframes slideContent{from{margin-top:50px;opacity:0}to{margin-top:0;opacity:1}}.dashboard-messages ::-webkit-scrollbar{width:8px}.dashboard-messages ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #272D43;border-radius:5px}.dashboard-messages ::-webkit-scrollbar-thumb{background:#3D4664;border-radius:5px}.dashboard-messages ::-webkit-scrollbar-thumb:hover{background:#485275}@keyframes slideDown{from{margin-top:-20px;opacity:0}to{margin-top:0;opacity:1}}.dashboard-profile-create{background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png);min-height:calc(100vh - 75px)}.dashboard-profile-create .intro{padding-top:100px;text-align:center}@media (max-width: 1000px){.dashboard-profile-create .intro{padding:0 25px}}.dashboard-profile-create .intro .tag{width:auto;text-align:center;margin-bottom:0;text-transform:uppercase;font-size:14px;letter-spacing:.3em;color:#ccc;padding-bottom:7px}.dashboard-profile-create .intro h1{font-family:alternate-gothic-no-3-d, sans-serif;font-size:72px;text-transform:uppercase;letter-spacing:normal;font-weight:normal}.dashboard-profile-create .intro .description{font-size:16px;letter-spacing:.13em;line-height:35px;color:rgba(255,255,255,0.9);font-weight:400;width:700px;max-width:100%;margin:auto}.dashboard-profile-create form{padding-top:50px;width:500px;max-width:100%;margin:auto}.dashboard-profile-create form .btn-wrap{padding-top:50px;display:flex;justify-content:center}.dashboard-profile-create form .slug{position:relative}.dashboard-profile-create form .slug .static-label{font-size:12px;padding-bottom:3px}.dashboard-profile-create form .slug .domain{opacity:.5;position:absolute;top:46px;left:10px}.dashboard-profile-create form .slug .error{top:34px}.dashboard-profile-create form .slug input{padding-left:160px}.dashboard-profile.profile{min-height:calc(100% - 75px);width:100%;padding-bottom:50px;padding-top:75px;position:relative;background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png);overflow-x:hidden}@media (max-width: 300px){.dashboard-profile.profile{max-width:70vw}}.dashboard-profile.profile.has-edit .edit{opacity:.1;user-select:none}.dashboard-profile.profile.has-edit .edit:hover{background-color:transparent}.dashboard-profile.profile.has-edit .edit:hover .edit-icon{opacity:0}.dashboard-profile.profile.has-edit .is-editing{opacity:1;user-select:auto}.dashboard-profile.profile .edit{border-radius:5px;padding:10px;background-color:transparent;transition:background-color .15s ease;position:relative;opacity:1;transition:opacity .3s ease}.dashboard-profile.profile .edit:hover{background-color:rgba(39,45,67,0.8)}.dashboard-profile.profile .edit:hover .edit-icon{opacity:1;visibility:visible}.dashboard-profile.profile .edit.is-editing:hover{background-color:transparent}.dashboard-profile.profile .edit .edit-icon{cursor:pointer;width:20px;height:20px;background-image:linear-gradient(to right, #35c090, #0093ff) ;border-radius:3px;position:absolute;right:5px;top:5px;opacity:0;visibility:hidden;transition:opacity .15s ease, visibility .15s ease}.dashboard-profile.profile .edit .edit-icon:hover{box-shadow:0px 2px 10px 0px rgba(255,255,255,0.35),0px 3px 20px 2px rgba(0,147,255,0.45)}.dashboard-profile.profile .edit .edit-icon:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:55%;height:55%;background:url(/icon-edit.svg);background-size:contain}.dashboard-profile.profile .profile-background-image{width:100%;min-height:500px;background-position:center center;background-size:cover;position:absolute;top:75px;left:0;opacity:.5}.dashboard-profile.profile .profile-background-image .mask-bottom{width:100%;height:400px;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom, rgba(21,25,41,0), #151929)}.dashboard-profile.profile .profile-background-image .mask-left{width:300px;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to right, #151929, rgba(21,25,41,0))}.dashboard-profile.profile .profile-background-image .mask-right{width:300px;height:100%;position:absolute;top:0;right:0;background:linear-gradient(to right, rgba(21,25,41,0), #151929)}.dashboard-profile.profile .profile-header{background-color:#272D43;height:75px;width:calc(100% - 75px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:fixed;top:70px;left:75px;z-index:1}@media (max-width: 400px){.dashboard-profile.profile .profile-header{flex-direction:column;padding-bottom:10px;height:95px}}.dashboard-profile.profile .profile-header .url{font-size:12px}.dashboard-profile.profile .profile-header .actions .btn{font-size:12px}.dashboard-profile.profile .profile-container{margin:auto;padding:0 25px;max-width:1200px;position:relative;display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 800px){.dashboard-profile.profile .profile-container{width:80vw;padding:0 10px}}@media (max-width: 400px){.dashboard-profile.profile .profile-container{width:70vw}}.dashboard-profile.profile .profile-container .profile-sidebar{width:250px}@media (max-width: 800px){.dashboard-profile.profile .profile-container .profile-sidebar{width:70vw;display:flex;flex-wrap:wrap}}.dashboard-profile.profile .profile-container .profile-sidebar .stats{margin-top:30px;min-height:300px}.dashboard-profile.profile .profile-container .profile-sidebar .stats .label{font-size:12px;color:#B5B6BB}.dashboard-profile.profile .profile-container .profile-contents{width:calc(100% - 300px);padding-top:125px}@media (max-width: 800px){.dashboard-profile.profile .profile-container .profile-contents{width:80vw;margin:auto;padding-top:25px}}.dashboard-profile.profile .profile-container .profile-contents section{margin-bottom:30px}.dashboard-profile.profile .profile-container .profile-contents section .section-title{font-size:26px;font-weight:600;margin-bottom:15px}@media (max-width: 600px){.dashboard-profile.profile .profile-container .profile-contents section .section-title{font-size:18px}}.dashboard-profile.profile .profile-background-credit{text-align:center;margin-top:150px}.dashboard-profile.profile .profile-background-credit a:link{font-size:9px;font-weight:400;opacity:.4}@media (min-width: 800px){.dashboard-profile.profile .desktop-hidden{display:none;margin:auto}}@media (max-width: 800px){.dashboard-profile.profile .mobile-hidden{display:none}}.dashboard-project-checkout .title{font-size:26px;font-weight:700}.dashboard-project-checkout .top-bar{display:flex;justify-content:space-between;align-items:flex-end;width:100%;padding-bottom:25px;background:transparent;border-bottom:1px solid grey}@media (max-width: 750px){.dashboard-project-checkout .top-bar{padding-bottom:50px;align-items:flex-start}}@media (max-width: 500px){.dashboard-project-checkout .top-bar{flex-direction:column}}.dashboard-project-checkout .top-bar .title{font-size:20px;color:#aaa;font-weight:400}@media (max-width: 550px){.dashboard-project-checkout .top-bar .title{font-size:16px}}.dashboard-project-checkout .top-bar .project{font-size:54px;font-weight:bold}@media (max-width: 550px){.dashboard-project-checkout .top-bar .project{margin-bottom:10px;font-size:40px}}.dashboard-project-checkout .top-bar .details{display:flex}@media (max-width: 750px){.dashboard-project-checkout .top-bar .details{flex-direction:column}}@media (max-width: 500px){.dashboard-project-checkout .top-bar .details{flex-wrap:wrap;flex-direction:row}}.dashboard-project-checkout .top-bar .sub-title{color:#aaa;font-size:12px;line-height:18px}.dashboard-project-checkout .top-bar .info{display:flex;flex-direction:column;font-size:27px;line-height:40px;margin-left:20px}@media (max-width: 750px){.dashboard-project-checkout .top-bar .info{font-size:20px}}@media (max-width: 500px){.dashboard-project-checkout .top-bar .info{margin-left:0;margin-right:10px}}.dashboard-project-checkout .posting{border-bottom:1px solid grey;display:flex;justify-content:space-between;padding:30px 0}.dashboard-project-checkout .posting .sub-title{font-size:20px;line-height:30px;display:flex;align-items:center}.dashboard-project-checkout .posting .sub-title input{width:14px;margin-right:10px}.dashboard-project-checkout .posting p{font-size:14px;line-height:28px;margin:0 0 0 20px}.dashboard-project-checkout .posting .price{font-size:18px}.dashboard-project-checkout .posting.featured .sub-title{cursor:pointer}.dashboard-project-checkout .posting.featured p{margin-left:40px}.dashboard-project-checkout .btn-wrap{margin-top:30px}.dashboard-project-checkout .total{font-size:20px;align-self:flex-end;padding:30px 0}.dashboard-project-checkout .payment{width:450px;max-width:100%}.dashboard-project-checkout .row{display:flex}.dashboard-project-checkout .hide{display:none}.dashboard-project-checkout .label{position:absolute;pointer-events:none;top:29px;left:10px;transition:0.2s ease all;opacity:.5;z-index:10}.dashboard-project-checkout .label-top{top:0px;left:0;font-size:12px;opacity:1}.dashboard-project-checkout .input-container{position:relative;padding-top:7px;margin-top:10px}.dashboard-project-checkout .container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dashboard-project-checkout .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.dashboard-project-checkout .checkmark{position:absolute;top:0;left:0;position:absolute;top:0;left:0;margin:6px;height:15px;width:15px;background-color:#151a2b;border:1px solid white}.dashboard-project-checkout .container:hover input ~ .checkmark{background-color:#555A6D}.dashboard-project-checkout .container input:checked ~ .checkmark{background-color:#151929}.dashboard-project-checkout .checkmark:after{content:"";position:absolute;display:none}.dashboard-project-checkout .container input:checked ~ .checkmark:after{display:block}.dashboard-project-checkout .container .checkmark:after{left:4px;top:-2px;width:3px;height:9px;border:solid white;border-width:0 2.5px 2.5px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dashboard-project-create{background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png);min-height:calc(100vh - 75px)}.dashboard-project-create .intro{padding-top:100px;text-align:center}@media (max-width: 1000px){.dashboard-project-create .intro{padding:0 25px}}.dashboard-project-create .intro .tag{width:auto;text-align:center;margin-bottom:0;text-transform:uppercase;font-size:14px;letter-spacing:.3em;color:#ccc;padding-bottom:7px}.dashboard-project-create .intro h1{font-family:alternate-gothic-no-3-d, sans-serif;font-size:72px;text-transform:uppercase;letter-spacing:normal;font-weight:normal}.dashboard-project-create .intro .description{font-size:16px;letter-spacing:.13em;line-height:35px;color:rgba(255,255,255,0.9);font-weight:400;width:700px;max-width:100%;margin:auto}.dashboard-project-create form{padding-top:50px;width:500px;max-width:90%;margin:auto}.dashboard-project-create form .btn-wrap{padding-top:50px;display:flex;justify-content:center}.dashboard-project-create form .slug{position:relative}.dashboard-project-create form .slug .static-label{font-size:12px;padding-bottom:3px}.dashboard-project-create form .slug .domain{opacity:.5;position:absolute;top:46px;left:10px}.dashboard-project-create form .slug .error{top:34px}.dashboard-project-create form .slug input{padding-left:160px}.dashboard-project-edit{color:#f1f1f1;height:100%}.dashboard-project-edit .project-header{background-color:#272D43;height:75px;width:calc(100% - 75px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:fixed;top:70px;left:75px;z-index:1}@media (max-width: 500px){.dashboard-project-edit .project-header{flex-direction:column;padding-bottom:10px;height:95px}}.dashboard-project-edit .project-header .url{font-size:12px}.dashboard-project-edit .project-header .actions .btn{font-size:12px}.dashboard-project-edit .content-bg{background-image:url(/dot-wide.png);display:flex;width:100%}.dashboard-project-edit .cover{position:relative;background-color:grey;height:90vh;background-size:cover;padding-top:100px}.dashboard-project-edit .cover::after{content:'';position:absolute;width:100%;bottom:0;height:30%;background-image:linear-gradient(180deg, transparent, transparent, #151929)}.dashboard-project-edit .project-background-image{width:calc(100% - 75px);min-height:500px;background-position:center center;background-size:cover;position:absolute;top:70px;margin-left:75px;left:0;opacity:.5}.dashboard-project-edit .project-background-image .mask-bottom{width:100%;height:400px;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom, rgba(21,25,41,0), #151929)}.dashboard-project-edit .content{padding-top:200px;display:flex;margin-top:-100px;position:relative}.dashboard-project-edit .content .casting-sidebar{display:flex;flex-direction:column;width:300px;margin-top:-210px}@media (max-width: 900px){.dashboard-project-edit .content .casting-sidebar{margin-top:0;margin-top:20px;width:100%;align-items:center}.dashboard-project-edit .content .casting-sidebar.mobile-hidden{display:none}}@media (min-width: 900px){.dashboard-project-edit .content .casting-sidebar.desktop-hidden{display:none}}.dashboard-project-edit .content .casting-sidebar h4{text-transform:uppercase;font-size:12px;margin-top:30px;font-weight:normal;color:#aaa}.dashboard-project-edit .content .casting-sidebar p{font-size:18px;line-height:30px}.dashboard-project-edit .content .casting-sidebar img{width:100%;margin-top:-50px;height:40vh;border-radius:10px;background-color:#bdbdbd}.dashboard-project-edit .content .casting-container{display:flex;margin-top:-210px;flex-direction:column;width:75%;padding-left:40px}@media (max-width: 900px){.dashboard-project-edit .content .casting-container{padding-left:0;width:100%}}@media (max-width: 700px){.dashboard-project-edit .content .casting-container{width:calc(100vw - 135px)}}.dashboard-project-edit .content .casting-container h2{font-size:26px}.dashboard-project-edit .content .casting-container .heading{display:flex}.dashboard-project-edit .content .casting-container .heading .title{display:flex;flex-direction:column;margin-right:auto}.dashboard-project-edit .content .casting-container .heading .title h1{font-size:54px;letter-spacing:4px;padding:15px 0}.dashboard-project-edit .content .casting-container .heading .title p{margin:10px 0;font-size:18px}.dashboard-project-edit .content .casting-container .heading .title .posted{color:#aaa;font-size:16px;margin:0}.dashboard-project-edit .content .description{margin-top:50px;line-height:30px;font-size:14px}.dashboard-project-edit .content .roles{display:flex;flex-direction:column}.dashboard-project-edit .content .roles.reverse{flex-direction:column-reverse}.dashboard-project-edit .content .notes{padding-bottom:80px;line-height:30px}.dashboard-project-edit.has-edit .edit{opacity:.1;user-select:none}.dashboard-project-edit.has-edit .edit:hover{background-color:transparent}.dashboard-project-edit.has-edit .edit:hover .edit-icon,.dashboard-project-edit.has-edit .edit:hover .add-icon{opacity:0}.dashboard-project-edit.has-edit .is-editing{opacity:1;user-select:auto}@media (max-width: 900px){.dashboard-project-edit.has-edit .is-editing{justify-content:center}}.dashboard-project-edit .edit{border-radius:5px;padding:10px;background-color:transparent;transition:background-color .15s ease;position:relative;opacity:1;transition:opacity .3s ease}.dashboard-project-edit .edit:hover{background-color:rgba(39,45,67,0.8)}.dashboard-project-edit .edit:hover .edit-icon,.dashboard-project-edit .edit:hover .add-icon{opacity:1;visibility:visible}.dashboard-project-edit .edit.is-editing:hover{background-color:transparent}.dashboard-project-edit .edit .edit-icon{cursor:pointer;width:20px;height:20px;background-image:linear-gradient(to right, #35c090, #0093ff) ;border-radius:3px;position:absolute;right:5px;top:5px;opacity:0;visibility:hidden;transition:opacity .15s ease, visibility .15s ease}.dashboard-project-edit .edit .edit-icon:hover{box-shadow:0px 2px 10px 0px rgba(255,255,255,0.35),0px 3px 20px 2px rgba(0,147,255,0.45)}.dashboard-project-edit .edit .edit-icon:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:55%;height:55%;background:url(/icon-edit.svg);background-size:contain}.dashboard-project-edit .edit .edit-icon.add{top:calc(50% - 10px) !important;left:92px !important}.dashboard-project-edit .edit .edit-icon.add:after{background:url(/icon-add.svg) !important;width:68% !important;height:68% !important}.dashboard-project-edit .edit .edit-icon.arrows{top:calc(50% - 10px) !important}.dashboard-project-edit .edit .edit-icon.arrows:after{background:url(/icon-arrows.svg) !important}.dashboard-project-edit .error{color:#ca8181;margin-top:5px}.dashboard-projects .top-bar{display:flex;width:100%;padding-bottom:75px;background:transparent;justify-content:space-between}@media (max-width: 750px){.dashboard-projects .top-bar{flex-direction:column;padding-bottom:50px}}.dashboard-projects .top-bar .title{font-size:26px;font-weight:700}.dashboard-projects .top-bar .tools{display:flex;align-items:center}@media (max-width: 750px){.dashboard-projects .top-bar .tools{flex-wrap:wrap;padding-top:10px}}.dashboard-projects .top-bar .tools .search-icon{background-image:url(/icon-search.png);min-width:20px;min-height:20px;background-size:contain;background-repeat:no-repeat}.dashboard-projects .top-bar .tools .btn{margin:5px 0}.dashboard-projects .project-list{z-index:1}.dashboard-projects .project-list .headings{width:100%;display:flex;padding:0 20px 10px;justify-content:space-between}.dashboard-projects .project-list .headings p{width:20%;min-width:170px}@media (max-width: 1100px){.dashboard-projects .project-list .headings p{width:25%}}@media (max-width: 950px){.dashboard-projects .project-list .headings p{min-width:146px}}@media (max-width: 550px){.dashboard-projects .project-list .headings p{min-width:64px;text-align:right}}.dashboard-projects .project-list .headings .production{width:55%}@media (max-width: 1100px){.dashboard-projects .project-list .headings .production{width:50%}}@media (max-width: 550px){.dashboard-projects .project-list .headings .production{text-align:left}}.dashboard-projects .project-list .project{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:5px;border-bottom:none;width:100%;min-height:75px;background:#272D43;padding:20px;margin-bottom:15px;transition:background 0.3s}.dashboard-projects .project-list .project:after{background-image:none}.dashboard-projects .project-list .project:hover{background:#2f3651}.dashboard-projects .project-list .project .production{width:55%}@media (max-width: 1100px){.dashboard-projects .project-list .project .production{width:50%}}.dashboard-projects .project-list .project .title{font-size:14px;font-weight:700;line-height:20px}.dashboard-projects .project-list .project .applications{color:#aaa;font-size:12px}@media (max-width: 950px){.dashboard-projects .project-list .project .applications{font-size:10px}}.dashboard-projects .project-list .project .expires{width:20%;min-width:170px;font-size:12px}@media (max-width: 1100px){.dashboard-projects .project-list .project .expires{width:25%}}@media (max-width: 950px){.dashboard-projects .project-list .project .expires{min-width:146px;font-size:10px}}@media (max-width: 550px){.dashboard-projects .project-list .project .expires{min-width:64px;text-align:right}}.dashboard-projects .project-list .project .status{width:20%;min-width:170px;font-size:12px;line-height:18px}@media (max-width: 1100px){.dashboard-projects .project-list .project .status{width:25%}}@media (max-width: 950px){.dashboard-projects .project-list .project .status{min-width:146px;font-size:10px}}@media (max-width: 650px){.dashboard-projects .project-list .project .status{margin-top:10px}}.dashboard-projects .project-list .project.archived{opacity:0.5}.dashboard-projects .project-list .project .new-apps{font-style:italic;font-size:12px;font-weight:700;letter-spacing:0.6px;color:#aaa;display:flex;align-items:center}@media (max-width: 950px){.dashboard-projects .project-list .project .new-apps{font-size:10px}}.dashboard-projects .project-list .project .new-apps .circle{width:6px;max-width:6px;height:6px;margin-right:5px;background:#78DB16;border-radius:50%}@media (max-width: 750px){.dashboard-projects .mobile-hidden{display:none}}.dashboard-settings{background-color:red;min-height:calc(100vh - 70px);background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png);padding:50px}.dashboard-settings h2{font-size:28px;margin-bottom:30px}.dashboard-settings form{max-width:450px;margin:auto}.dashboard-settings section{margin-bottom:100px}.dashboard-settings .email label{font-size:12px}.dashboard-settings .email .value{font-size:18px;opacity:.5}.dashboard-settings .btn-wrap{display:flex;justify-content:center}@media (min-width: 1300px){.dashboard-single-application{padding:75px 150px}}.dashboard-single-application .title{font-size:26px;font-weight:700}.dashboard-single-application .top-bar{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;position:relative;width:100%;padding-bottom:75px;background:transparent;border-bottom:1px solid grey}@media (max-width: 750px){.dashboard-single-application .top-bar{padding-bottom:50px;align-items:flex-start}}.dashboard-single-application .top-bar .title{font-size:20px;color:#aaa;font-weight:400}@media (max-width: 550px){.dashboard-single-application .top-bar .title{font-size:16px}}.dashboard-single-application .top-bar .project{font-size:54px;font-weight:bold}@media (max-width: 750px){.dashboard-single-application .top-bar .project{font-size:45px}}@media (max-width: 500px){.dashboard-single-application .top-bar .project{margin-bottom:10px;font-size:40px}}@media (max-width: 450px){.dashboard-single-application .top-bar .project{font-size:30px}}@media (max-width: 400px){.dashboard-single-application .top-bar .view-casting{margin:20px 0 0 0}}.dashboard-single-application .audition{border-bottom:1px solid grey;display:flex;justify-content:space-between;padding:30px 0;position:relative}@media (max-width: 750px){.dashboard-single-application .audition{flex-direction:column}}.dashboard-single-application .audition img{margin-right:5px}.dashboard-single-application .audition .title{padding-bottom:25px;display:flex;align-items:center}@media (max-width: 500px){.dashboard-single-application .audition .title{font-size:20px}}.dashboard-single-application .audition .info{display:flex;flex-direction:column;font-size:26px;width:450px;max-width:100%;margin-right:auto}.dashboard-single-application .audition .info .details{display:flex;flex-wrap:wrap;justify-content:space-between;line-height:40px;padding-left:43px}@media (max-width: 750px){.dashboard-single-application .audition .info .details{padding-bottom:20px}}@media (max-width: 500px){.dashboard-single-application .audition .info .details{padding-left:0}}.dashboard-single-application .audition .info .details .location .loc-title{margin-bottom:10px;margin-right:10px;font-weight:bold}@media (max-width: 450px){.dashboard-single-application .audition .info .details .location .loc-title{font-size:20px}}.dashboard-single-application .audition .info .details .time .time-title{font-size:20px;font-weight:bold}.dashboard-single-application .audition .info .details p{font-size:18px;line-height:25px}@media (max-width: 450px){.dashboard-single-application .audition .info .details p{font-size:14px}}.dashboard-single-application .audition .audition-btns{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:300px;max-width:100%}.dashboard-single-application .audition .audition-btns .confirm{margin-bottom:10px}.dashboard-single-application .audition .audition-btns .btn-container{display:flex;flex-direction:column;justify-content:flex-end;width:200px;font-size:12px}.dashboard-single-application .audition .audition-btns .btn-container img{margin-right:10px}.dashboard-single-application .audition .audition-btns .btn{margin-bottom:10px;min-width:200px}.dashboard-single-application .status{background:#272D43;position:relative;width:100%;padding:20px;display:flex;margin-top:150px;flex-wrap:wrap;margin-bottom:30px}.dashboard-single-application .status .headshot{display:flex;flex-direction:column;align-items:center}.dashboard-single-application .status .headshot img{margin-top:-115px;height:250px;width:200px}@media (max-width: 450px){.dashboard-single-application .status .headshot img{margin-top:-100px;width:160px;height:200px}}@media (max-width: 350px){.dashboard-single-application .status .headshot img{margin-top:-60px;width:120px;height:160px}}.dashboard-single-application .status .headshot .reel{padding:10px}.dashboard-single-application .status .info{display:flex;flex-direction:column;flex-grow:1;padding:0 20px}@media (max-width: 450px){.dashboard-single-application .status .info{padding:0}}.dashboard-single-application .status .info .sub-title{color:#aaa;font-size:12px;line-height:18px}@media (max-width: 400px){.dashboard-single-application .status .info .sub-title{font-size:11px}}.dashboard-single-application .status .info p{font-size:18px;line-height:27px;margin-bottom:15px}@media (max-width: 400px){.dashboard-single-application .status .info p{font-size:14px}}.dashboard-single-application .status .edit{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:240px}@media (max-width: 985px){.dashboard-single-application .status .edit{flex-direction:row;width:100%}}@media (max-width: 600px){.dashboard-single-application .status .edit{flex-direction:column}}.dashboard-single-application .status .edit .warning{color:#aaa;font-size:12px;line-height:18px;width:240px;min-width:240px;max-width:100%;text-align:right}@media (max-width: 985px){.dashboard-single-application .status .edit .warning{margin-right:10px}}@media (max-width: 600px){.dashboard-single-application .status .edit .warning{margin-bottom:20px}}@media (max-width: 400px){.dashboard-single-application .status .edit .warning{min-width:auto}}.dashboard-single-application .status .edit .btn{min-width:200px;font-size:12px}@media (max-width: 400px){.dashboard-single-application .status .edit .btn{min-width:auto;padding:5px 15px}}.dashboard-single-application .textarea.field{margin-top:0;padding-top:0}.dashboard-single-application .textarea.field .max-chars{top:-10px}.dashboard-single-application .field-title{margin:40px 0 20px}.dashboard-single-application .photos .app-photo{width:160px;height:200px;margin-right:10px;margin-bottom:10px;border:2px solid transparent;transition:all 0.5s}.dashboard-single-application .photos .app-photo.active{border:2px solid white;box-shadow:0px 4px 25px 2px rgba(255,255,255,0.35),0px 2px 5px 0px rgba(0,147,255,0.45)}.dashboard-single-application .videos .app-video{width:200px;height:114px;margin-right:10px;margin-bottom:10px;border:2px solid transparent;transition:all 0.5s}.dashboard-single-application .videos .app-video.active{border:2px solid white;box-shadow:0px 4px 25px 2px rgba(255,255,255,0.35),0px 2px 5px 0px rgba(0,147,255,0.45)}.dashboard-single-application form button{margin-right:20px;margin-top:20px}.dashboard-single-application .btn-group-edit{display:flex}.dashboard-single-application .delete,.dashboard-single-application .archive{opacity:0.5;margin-left:auto}.dashboard-single-project .top-bar{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 650px){.dashboard-single-project .top-bar{flex-direction:column}}.dashboard-single-project .top-bar .title{font-size:20px;color:#aaa}.dashboard-single-project .top-bar .project{font-size:54px;font-weight:bold}@media (max-width: 550px){.dashboard-single-project .top-bar .project{margin-bottom:10px;font-size:40px}}.dashboard-single-project .details{display:flex;justify-content:flex-start;margin:40px 0 60px 0;font-size:18px}@media (max-width: 450px){.dashboard-single-project .details{flex-direction:column}}.dashboard-single-project .details .title{color:#aaa;font-size:12px}.dashboard-single-project .details .status{display:flex;flex-direction:column}.dashboard-single-project .details .expires{display:flex;flex-direction:column;margin-left:30px}@media (max-width: 450px){.dashboard-single-project .details .expires{margin-top:10px;margin-left:0}}.dashboard-single-project .roles{display:flex;flex-direction:column}.dashboard-single-project .roles .role{display:flex;padding:30px 30px 30px 0;border-bottom:1px solid gray}@media (max-width: 1050px){.dashboard-single-project .roles .role{flex-direction:column}}@media (max-width: 600px){.dashboard-single-project .roles .role{padding-right:0}}.dashboard-single-project .roles .role:first-child{border-top:1px solid gray}.dashboard-single-project .roles .role .info{min-width:180px;width:25%}.dashboard-single-project .roles .role .info .role-name{font-size:24px;font-weight:bold;line-height:20px}.dashboard-single-project .roles .role .info .apps{color:#aaa;font-size:12px;letter-spacing:0.5px;margin:10px 0}.dashboard-single-project .roles .role .applicants{display:flex}@media (max-width: 600px){.dashboard-single-project .roles .role .applicants{flex-wrap:wrap}}.dashboard-subscription .title{font-size:26px;font-weight:700}.dashboard-subscription .top-bar{display:flex;flex-direction:column;width:100%;padding-bottom:50px;background:transparent;justify-content:flex-start}@media (max-width: 750px){.dashboard-subscription .top-bar{flex-direction:column;padding-bottom:50px}}.dashboard-subscription .top-bar .sub-title{color:#aaa;font-size:12px;line-height:18px}.dashboard-subscription .top-bar .info{display:flex;flex-direction:column;font-size:18px;line-height:27px;margin-top:35px}.dashboard-subscription .btn-wrap{margin-top:30px}.dashboard-subscription .payment{width:450px;max-width:100%}.dashboard-subscription .row{display:flex}.dashboard-subscription .success{margin-top:20px}.dashboard-subscription .update-subscription{display:flex;justify-content:space-between;color:#aaa;font-size:12px;margin-top:50px;flex-wrap:wrap;width:530px;max-width:100%}.dashboard-subscription .update-subscription .update{z-index:10;margin-top:20px;margin-right:20px;color:#aaa;font-size:12px;font-weight:normal}.dashboard-subscription .update-subscription .update:hover{cursor:pointer}.dashboard-subscription .update-subscription .update:after{background-image:none}.dashboard-subscription .label{position:absolute;pointer-events:none;top:29px;left:10px;transition:0.2s ease all;opacity:.5;z-index:10}.dashboard-subscription .label-top{top:0px;left:0;font-size:12px;opacity:1}.dashboard-subscription .input-container{position:relative;padding-top:7px;margin-top:10px}.view-applications{display:flex;position:relative}.view-applications .scrim.active{position:absolute;animation:none;transition:background-color 0.3s;z-index:2;width:100vw;background-color:#181c2b8f;height:100%}.view-applications .search-parameters{background-color:#3D4664;z-index:5;min-height:100vh;min-width:325px;display:flex;flex-direction:column}@media (max-width: 900px){.view-applications .search-parameters{display:none;position:absolute;animation:sidebarSlideIn .3s ease forwards}}@media (max-width: 450px){.view-applications .search-parameters{min-width:200px}}.view-applications .search-parameters.active{display:flex}.view-applications .search-parameters .view-status{width:100%;padding:30px 20px;border-bottom:1px solid rgba(255,255,255,0.2);cursor:pointer}.view-applications .search-parameters .view-status.active{background-color:#475173}.view-applications .search-parameters .view-status.new{margin-top:50px;border-top:1px solid rgba(255,255,255,0.2)}.view-applications .search-parameters .select.field{margin:30px 10px 0}.view-applications .content{display:flex;flex-direction:column;min-height:100vh;width:calc(100% - 325px);padding:50px 75px 20px;margin:0 auto;width:1200px;max-width:calc(100% - 325px)}@media (max-width: 1100px){.view-applications .content{padding:50px;margin:0;width:auto}}@media (max-width: 900px){.view-applications .content{max-width:100%}}@media (max-width: 600px){.view-applications .content{padding:20px}}.view-applications .content .heading{display:flex;justify-content:space-between}@media (max-width: 1250px){.view-applications .content .heading{flex-direction:column}}.view-applications .content .heading .title-container{display:flex;flex-direction:column}.view-applications .content .heading .title-container h2{font-size:20px;color:#aaa}@media (max-width: 500px){.view-applications .content .heading .title-container h2{font-size:16px}}.view-applications .content .heading .title-container h1{font-size:54px;line-height:57px;font-weight:600;letter-spacing:4px;padding-bottom:20px}@media (max-width: 500px){.view-applications .content .heading .title-container h1{font-size:40px}}@media (max-width: 350px){.view-applications .content .heading .title-container h1{font-size:30px}}.view-applications .content .heading .single{width:16px;height:16px;border:2px solid white;color:transparent}.view-applications .content .heading .display-group{display:flex;align-items:center}.view-applications .content .heading .display{margin-right:20px;min-width:16px;cursor:pointer}@media (max-width: 450px){.view-applications .content .heading .display{margin:0 10px}}.view-applications .content .heading .display.list{min-width:20px}.view-applications .content .update-search{display:none;position:absolute;right:30px}.view-applications .content .update-search:hover{cursor:pointer}@media (max-width: 900px){.view-applications .content .update-search{display:flex}}@media (max-width: 500px){.view-applications .content .update-search{position:unset}}@media (max-width: 350px){.view-applications .content .update-search{margin-bottom:10px;font-size:12px}}.view-applications .content .applications{min-height:350px;position:relative;display:flex;justify-content:center;flex-wrap:wrap;width:100%;max-width:100%;min-height:350px;margin:30px auto 0}@media (max-width: 1250px){.view-applications .content .applications{min-height:275px}}@media (max-width: 760px){.view-applications .content .applications{min-height:200px}}@media (max-width: 300px){.view-applications .content .applications{margin-top:35px}}.view-applications .content .applications .no-results{padding-bottom:50px}.view-applications .content .bar{display:flex;align-items:center;justify-content:flex-end;padding:10px 0}@media (max-width: 500px){.view-applications .content .bar.sort{flex-direction:column-reverse}}.view-applications .content .single-switch-pages{display:flex;justify-content:space-between}.view-applications .content .single-switch-pages button{display:flex;align-items:center;font-size:10px;background:transparent;color:white;opacity:0.5;transition:opacity 0.5s;border:none}.view-applications .content .single-switch-pages button:hover{cursor:pointer;opacity:0.8}.view-applications .content .single-switch-pages button span{font-size:30px;margin:0 10px}.view-applications .applicant{min-width:200px;max-width:200px}@media (max-width: 1250px){.view-applications .applicant{min-width:144px;max-width:144px}}@media (max-width: 760px){.view-applications .applicant{min-width:100px;max-width:100px}}.view-applications .applicant img{height:250px}@media (max-width: 1250px){.view-applications .applicant img{height:180px}}@media (max-width: 760px){.view-applications .applicant img{height:125px}}@media (min-width: 450px){.view-applications .desktop-hidden{display:none}}@media (max-width: 450px){.view-applications .mobile-hidden{display:none}}@media (max-width: 350px){.view-applications .mobile-hide-btn{display:none}}.reel-btn{display:flex;align-items:center;color:white;background:transparent;border:2px solid white;border-radius:5px;padding:8px 35px;margin:15px}.reel-btn:hover{cursor:pointer;box-shadow:0px 4px 25px 2px rgba(255,255,255,0.35),0px 2px 5px 0px rgba(0,147,255,0.45)}.reel-btn .triangle{border:7px solid transparent;border-left:10px solid white}.dashboard{margin-top:70px;min-height:calc(100vh - 70px);padding-left:75px}.dashboard .db-main{display:flex;flex-direction:column;min-height:100vh;position:relative;padding:75px}@media (max-width: 1050px){.dashboard .db-main{padding:40px}}@media (max-width: 850px){.dashboard .db-main{padding:20px}}.dashboard .gradient{position:absolute;height:calc(100% - 70px);width:100%;z-index:-5;top:0;left:0;background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png)}.dashboard .content-wrapper{margin:0 auto;width:1000px;max-width:calc(100% - 75px)}@media (max-width: 1000px){.dashboard .content-wrapper{margin:0;max-width:unset;width:auto}}.dashboard .show{display:flex;min-width:150px;align-items:center;color:#aaa;border-left:1px solid #aaa;margin-left:20px;padding-left:20px}@media (max-width: 400px){.dashboard .show{justify-content:center;padding-left:5px;min-width:110px}}.dashboard .show p{color:#aaa;font-size:14px}@media (max-width: 700px){.dashboard .show p{font-size:12px}}.dashboard .show .dropdown-btn{display:flex;align-items:center;background:transparent;border:none;margin:0 30px;font-size:14px;color:#f1f1f1;position:relative}@media (max-width: 700px){.dashboard .show .dropdown-btn{font-size:12px;margin:0 10px}}@media (max-width: 400px){.dashboard .show .dropdown-btn{margin:0}}.dashboard .show .dropdown-btn:hover{cursor:pointer}.dashboard .show .triangle{border:6px solid transparent;border-top:7px solid white;margin:7px 0 0 40px}@media (max-width: 400px){.dashboard .show .triangle{margin:7px 0 0 10px}}.dashboard .show .preview-dropdown{top:52px;position:absolute;display:flex;flex-direction:column;z-index:5;border-radius:5px;overflow:hidden;background-color:#272D43;box-shadow:2px 2px 5px #00000038;margin-top:-20px;opacity:0;animation:slideDown .5s ease .1s forwards;top:32px;width:200px;right:-27px;text-align:left}.dashboard .show .preview-dropdown div{padding:15px 10px;transition:background 0.3s}.dashboard .show .preview-dropdown div:hover{cursor:pointer;background:#dbdbff2b}.find-talent-artist{position:relative;overflow:hidden;background:#272D43;margin:0 17px 35px;border-radius:5px}@media (max-width: 1150px){.find-talent-artist{margin:0 10px 35px}}@media (max-width: 500px){.find-talent-artist{margin:0 5px 20px}}.find-talent-artist .artist-link{display:flex;flex-direction:column;justify-content:space-between;width:200px;height:100%}@media (max-width: 1150px){.find-talent-artist .artist-link{width:140px}}@media (max-width: 500px){.find-talent-artist .artist-link{width:100px}}.find-talent-artist img{width:100%;height:250px}@media (max-width: 1150px){.find-talent-artist img{height:175px}}@media (max-width: 500px){.find-talent-artist img{height:125px}}.find-talent-artist .name{font-size:14px;padding:10px 15px 0}@media (max-width: 500px){.find-talent-artist .name{font-size:12px;padding:10px 5px 0}}.find-talent-artist .location{color:#ffffff73;font-weight:normal;font-size:12px;padding:5px 0 0 15px;min-height:18px;margin-bottom:10px}@media (max-width: 500px){.find-talent-artist .location{font-size:11px;padding:5px 0 0 5px}}.find-talent-artist .percent{color:#aaa;text-align:right;padding:20px 0 10px 0;font-size:10px;min-width:70px}.find-talent-artist .percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.find-talent-artist link{width:100%}.find-talent{display:flex;padding-top:70px;position:relative}.find-talent .gradient{position:absolute;height:calc(100% - 70px);width:100%;z-index:0;background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot-wide.png)}.find-talent .scrim.active{position:absolute;animation:none;transition:background-color 0.3s;z-index:2;width:100vw;background-color:#181c2b8f;height:100%}.find-talent .search-parameters{background-color:#272D43;z-index:5;min-height:100vh;width:300px;display:flex;flex-direction:column}@media (max-width: 900px){.find-talent .search-parameters{display:none;position:absolute;animation:sidebarSlideIn .3s ease forwards}}@media (max-width: 330px){.find-talent .search-parameters{width:215px}}.find-talent .search-parameters.active{display:flex}.find-talent .search-parameters .profile-personality-widget{margin:auto;margin-top:10px;margin:30px 20px 0px 20px}.find-talent .search-parameters .profile-personality-widget .title{color:#f1f1f1;font-size:10px}.find-talent .search-parameters .profile-personality-widget .personality-chart-widget{width:90%;margin-top:0}.find-talent .search-parameters .section{border-bottom:1px solid rgba(255,255,255,0.1);margin:30px 20px 0px 20px;padding-bottom:20px}.find-talent .search-parameters .section .title{font-size:12px;text-transform:uppercase;opacity:1}@media (max-width: 600px){.find-talent .search-parameters .section .title{font-size:10px}}.find-talent .search-parameters .section p{font-family:Poppins, sans-serif;font-size:14px;line-height:18px;color:#f1f1f1;opacity:0.5;padding-bottom:10px}@media (max-width: 600px){.find-talent .search-parameters .section p{font-size:11px}}.find-talent .content{display:flex;flex-direction:column;min-height:100vh;z-index:1;width:calc(100vw - 317px);padding:50px 75px 75px;margin:0 auto;width:1200px;max-width:calc(100% - 320px)}@media (max-width: 1200px){.find-talent .content{padding:50px;margin:0;width:auto}}@media (max-width: 900px){.find-talent .content{max-width:100%}}@media (max-width: 600px){.find-talent .content{padding:30px}}@media (max-width: 500px){.find-talent .content{padding:20px}}@media (max-width: 900px){.find-talent .content .find-talent-header{display:flex;align-items:center;justify-content:space-between}}@media (max-width: 350px){.find-talent .content .find-talent-header{align-items:flex-start;flex-direction:column}}.find-talent .content .update-search{display:none}.find-talent .content .update-search:hover{cursor:pointer}@media (max-width: 900px){.find-talent .content .update-search{display:flex}}@media (max-width: 350px){.find-talent .content .update-search{align-self:flex-end;margin-bottom:10px;font-size:12px}}.find-talent .content h1{font-size:38px;line-height:57px;font-weight:normal;letter-spacing:4px;padding-bottom:20px}@media (max-width: 500px){.find-talent .content h1{font-size:24px;padding-bottom:0;letter-spacing:2px}}.find-talent .content .talent{position:relative;display:flex;justify-content:center;flex-wrap:wrap;width:100%;width:1000px;max-width:100%;min-height:350px;margin-top:75px;margin:75px auto 0}@media (max-width: 300px){.find-talent .content .talent{margin-top:35px}}.find-talent .content .talent .no-results{padding-bottom:50px}.find-talent .content .talent .loader{width:15px;height:15px;position:absolute;z-index:1;right:50%;top:50%;border-radius:100%;border:2px solid #fff;border-top-color:transparent;animation:spin 1s linear infinite;opacity:1;transition:opacity .3s ease}.find-talent .content .bar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);padding:10px 0}@media (max-width: 400px){.find-talent .content .bar.sort .sort-by{margin-top:0}}.find-talent .content .bar.sort .sort-by .dropdown .sort-dropdown div{padding-top:10px}.find-talent .content .bar.sort .sort-by .triangle{border:6px solid transparent;border-top:7px solid white;margin:7px 0 0 40px}@media (max-width: 400px){.find-talent .content .bar.sort .sort-by .triangle{margin:7px 0 0 10px}}.find-talent .search-popup{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.find-talent .search-popup.active{display:flex}.find-talent .search-popup.active .scrim{animation:showScrim .7s ease .1s forwards}.find-talent .search-popup.active .content{animation:slideContent .7s ease .1s forwards}.find-talent .search-popup .scrim{position:absolute;width:100%;height:100%;background:transparent;transition:background .3s ease}.find-talent .search-popup .content{width:700px;max-width:calc(100% - 50px);border-radius:7px;position:relative;z-index:1;opacity:0;transition:all .3s ease .5s;padding:50px;color:#101010;text-align:center;background-color:#3D4664;min-height:auto}@media (max-width: 550px){.find-talent .search-popup .content{padding:25px}}.find-talent .search-popup .content h3{font-size:30px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:10px;position:relative;color:white}@media (max-width: 550px){.find-talent .search-popup .content h3{font-size:22px}}@media (max-width: 450px){.find-talent .search-popup .content h3{font-size:18px}}.find-talent .search-popup .content h3:after{content:'';width:315px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.find-talent .search-popup .content input{resize:none;width:100%;margin-bottom:20px}.find-talent .search-popup .content form{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:500px;margin:30px auto 0}.find-talent .search-popup .content form button{font-size:16px;width:150px}@media (max-width: 600px){.find-talent .search-popup .content form button{margin:auto;width:100%;margin-top:30px}}.find-talent .search-popup .content form .input.field{margin-top:0}.find-talent .search-popup .content form div{color:white;padding-bottom:10px}.find-talent .search-popup .content .form-wrap{position:relative}.find-talent .search-popup .content .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:#3D4664;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px;color:white}.find-talent .search-popup .content .form-wrap .success.active{opacity:1;visibility:visible}.find-talent .search-popup .content .form-wrap .errors{width:100%;padding-left:0;margin-top:15px;color:#f8a7a7;text-align:center;font-size:12px;opacity:0;transition:opacity .5s ease}.find-talent .search-popup .content .form-wrap .errors.active{opacity:1}.find-talent .search-popup .content .close{width:30px;height:30px;position:absolute;right:-35px;top:-35px;cursor:pointer}@media (max-width: 750px){.find-talent .search-popup .content .close{top:15px;right:15px}}.find-talent .search-popup .content .close:before,.find-talent .search-popup .content .close:after{content:'';width:100%;height:2px;display:block;background:#fff;position:absolute;top:15px}.find-talent .search-popup .content .close:after{transform:rotate(45deg)}.find-talent .search-popup .content .close:before{transform:rotate(-45deg)}@media (min-width: 450px){.find-talent .desktop-hidden{display:none}}@media (max-width: 450px){.find-talent .mobile-hidden{display:none}}@media (max-width: 350px){.find-talent .mobile-hide-btn{display:none}}.forgot-password{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:100vh}.forgot-password .contents{text-align:center;width:350px;max-width:100%}.forgot-password .contents .btn{margin-top:30px}.home{display:flex;justify-content:flex-start;align-items:center;height:100vh;background-size:cover}@media (max-width: 800px){.home{display:block}}.home .background{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden}@media (max-width: 800px){.home .background{height:70vw}}.home .background:after{display:none;content:'';position:absolute;z-index:1;bottom:0;left:0;width:100%;height:30%;max-height:200px;background:linear-gradient(to top, #151929, rgba(21,25,41,0))}@media (max-width: 800px){.home .background:after{display:block}}.home .background .mask-animation-widget{min-width:100%;min-height:100%}.home .intro{padding:75px 125px;background:rgba(0,0,0,0.7)}@media (max-width: 1125px){.home .intro{text-align:center;padding:75px}}@media (max-width: 800px){.home .intro{background:transparent;padding:250px 25px 75px}}@media (max-width: 600px){.home .intro{padding-top:200px}}.home .intro .tag{width:auto;text-align:left;margin-bottom:5px;font-size:14px;font-weight:400;opacity:0;transition:opacity 1s ease;text-transform:uppercase;letter-spacing:.3em;color:#ccc;padding-bottom:7px}@media (max-width: 1125px){.home .intro .tag{text-align:center}}@media (max-width: 800px){.home .intro .tag{line-height:normal}}@media (max-width: 400px){.home .intro .tag{font-size:12px}}.home .intro .section-title-widget{font-family:alternate-gothic-no-3-d, sans-serif;text-transform:uppercase;font-size:72px;line-height:72px;letter-spacing:normal}@media (max-width: 800px){.home .intro .section-title-widget{font-size:50px;line-height:normal}}@media (max-width: 600px){.home .intro .section-title-widget{font-size:36px}}.home .intro .description{font-size:16px;line-height:30px;color:#f1f1f1;font-weight:400}@media (max-width: 1000px){.home .intro .description{font-size:14px;line-height:30px}}.home .intro .description>span{display:block;transform:translateY(50px);opacity:0;transition:opacity 0.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1)}@media (max-width: 1125px){.home .intro .description>span{display:inline}}.home .intro .description>span:nth-child(1){transition-delay:.6s}.home .intro .description>span:nth-child(2){transition-delay:.7s}.home .intro .description>span:nth-child(3){transition-delay:.8s}.home .intro .description>span:nth-child(4){transition-delay:.9s}.home .intro .description>span:nth-child(5){transition-delay:1s}.home .intro .description>span:nth-child(6){transition-delay:1.1s}.home .intro .description>span:nth-child(7){transition-delay:1.2s}.home .intro .description>span:nth-child(8){transition-delay:1.3s}.home .intro .description>span:nth-child(9){transition-delay:1.4s}.home .intro .description>span:nth-child(10){transition-delay:1.5s}.home .actions{padding-top:100px;display:flex;justify-content:space-between;max-width:450px;opacity:0;transform:translateY(50px);transition:opacity 0.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition-delay:.5s}@media (max-width: 1125px){.home .actions{margin:auto}}@media (max-width: 450px){.home .actions{display:block;padding-top:50px}}.home .actions .item{width:calc(50% - 30px);text-align:center}@media (max-width: 450px){.home .actions .item{width:100%;max-width:195px;margin:0 auto 50px}}.home .actions .item .btn{width:100%}.home .actions .item .sub{font-size:11px;opacity:.5;padding-top:8px}.home.animate .intro .tag{opacity:1}.home.animate h2>div>span{transform:translateY(0)}.home.animate .description>span,.home.animate .actions{opacity:1;transform:translateY(0)}.home.animate .tag .letters span{opacity:1;transform:translateY(0)}.home.animate .tag .line{width:100%}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh}.login-page .contents{padding-top:100px;width:350px;max-width:100%}.login-page .contents h1{text-align:center}.login-page .contents form{margin:auto}.login-page .contents form .btn{margin-top:30px}.login-page .contents .forgot{margin-top:100px;text-align:center;font-size:12px}.maker{padding-top:70px}.maker .brand-bg{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100vh}.maker .hero{padding-top:100px;padding-bottom:100px}@media (max-width: 850px){.maker .hero{padding-bottom:0}}.maker .hero .intro{text-align:center}@media (max-width: 1000px){.maker .hero .intro{padding:0 25px}}.maker .hero .intro .tag{width:auto;text-align:center;margin-bottom:0;text-transform:uppercase}.maker .hero .intro .tag .letters{font-size:14px;font-weight:400;opacity:0;transition:opacity 1s ease}@media (max-width: 400px){.maker .hero .intro .tag .letters{font-size:12px}}.maker .hero .intro .btn{margin-top:30px}@media (max-width: 1125px){.maker .hero .intro .cta-wrap{display:block}}.maker .hero .description{max-width:1100px;margin:auto;opacity:0;transform:translateY(50px);transition:opacity 0.75s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition-delay:.5s}.maker .hero .screen-wrap{max-width:800px;margin:auto;margin-top:100px;position:relative;background:#f1f1f1;border-radius:15px;padding:20px 6px 6px;box-shadow:0px 7px 35px 2px rgba(255,255,255,0.15),0px 2px 10px 2px rgba(0,147,255,0.35)}.maker .hero .screen-wrap .controls{display:flex;justify-content:space-between;width:40px;position:absolute;top:6px;left:15px}.maker .hero .screen-wrap .controls .dot{width:8px;height:8px;border-radius:10px;background:#aaa}.maker .hero .screen-wrap .controls .dot.red{background:#fb645a}.maker .hero .screen-wrap .controls .dot.orange{background:#feae40}.maker .hero .screen-wrap .controls .dot.green{background:#27c840}.maker .hero .screen-wrap .screen img{width:100%;border-radius:15px;background-size:cover;background-position:left top}.maker .hero.animate .intro .letters{opacity:1}.maker .hero.animate .description{transform:translateY(0);opacity:1}.maker .features{padding-top:100px;padding-bottom:100px}.maker .features .head{width:100%;text-align:center}@media (max-width: 700px){.maker .features .head{margin-bottom:30px}}.maker .features .head h2{font-size:36px;font-weight:200;letter-spacing:.12em;margin-bottom:15px;line-height:normal}@media (max-width: 900px){.maker .features .head h2{font-size:32px}}@media (max-width: 720px){.maker .features .head h2{font-size:24px}}.maker .features .feature-description{max-width:900px;margin:auto;font-size:16px;letter-spacing:.13em;line-height:35px;color:rgba(255,255,255,0.9);font-weight:400;text-align:center;margin-bottom:50px}.maker .features .list{display:flex;justify-content:space-between;text-align:center;flex-wrap:wrap}.maker .features .list .feature{width:calc(25% - 15px);background-color:#272D43;border-radius:5px;padding:30px 15px}@media (max-width: 1000px){.maker .features .list .feature{width:calc(50% - 15px);margin-bottom:30px}}@media (max-width: 500px){.maker .features .list .feature{width:100%}}.maker .features .list .feature img{height:30px;margin:auto;display:block}.maker .features .list .feature h3{margin:15px 0;color:#0093ff;text-transform:uppercase;font-size:14px;letter-spacing:.25em}.maker .features .list .feature .description{letter-spacing:.1em;line-height:1.5em}.maker .features .more{margin-top:100px;width:100%;text-align:center;font-size:18px;font-weight:200;letter-spacing:.15em;line-height:normal}.register-subscription{display:flex;align-items:center;flex-direction:column;min-height:100vh;padding-top:200px}.register-subscription .subscriptions{display:flex;justify-content:space-between;margin:50px 0;width:800px;max-width:100%}.register-subscription .subscriptions .item{width:calc(33.33% - 15px);border-radius:5px;background:#272D43;padding:30px 15px;text-align:center;cursor:pointer;transition:box-shadow .15s ease;border:2px solid transparent;position:relative}.register-subscription .subscriptions .item:nth-of-type(1){animation:leftSlideIn .7s ease forwards}.register-subscription .subscriptions .item:nth-of-type(2){animation:centerSlideUp .7s ease forwards}.register-subscription .subscriptions .item:nth-of-type(3){animation:rightSlideIn .7s ease forwards}.register-subscription .subscriptions .item:hover{box-shadow:0px 2px 15px 0px rgba(255,255,255,0.12),0px 3px 70px 1px rgba(0,147,255,0.25)}.register-subscription .subscriptions .item:before{position:absolute;left:-3px;top:-3px;content:'';width:calc(100% + 6px);height:calc(100% + 6px);border-radius:5px;z-index:-2;background-image:linear-gradient(to right, #35c090, #0093ff) ;opacity:0;transition:opacity .15s ease}.register-subscription .subscriptions .item:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#272D43;border-radius:5px;z-index:-1}.register-subscription .subscriptions .item.selected:before{opacity:1}.register-subscription .subscriptions .item h2{font-size:18px;margin:0}.register-subscription .subscriptions .item .discount{font-weight:600;display:inline-block;height:50px;font-size:18px;letter-spacing:normal;background-image:linear-gradient(to right, #35c090, #0093ff) ;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.register-subscription .subscriptions .item .price{font-size:46px;font-weight:600}.register-subscription .subscriptions .item .billing{font-size:12px}.register-subscription .subscriptions .item .description{padding-top:25px;font-size:12px}.register-subscription .actions{position:relative;width:500px;max-width:100%;animation:centerSlideUp .5s ease forwards}.register-subscription .actions .payment .row{display:flex;justify-content:space-between}.register-subscription .actions .payment .row .input-widget{width:calc(50% - 12px)}.register-subscription .actions .btn-wrap{padding-top:50px;text-align:center}.register-subscription .actions .btn-wrap .btn{padding-right:100px;padding-left:100px}.register-subscription .label{position:absolute;pointer-events:none;top:29px;left:10px;transition:0.2s ease all;opacity:.5;z-index:10}.register-subscription .label-top{top:0px;left:0;font-size:12px;opacity:1}.register-subscription .input-container{position:relative;padding-top:7px;margin-top:10px}.register-type{display:flex;align-items:center;flex-direction:column;min-height:100vh;padding-top:200px}.register-type .types{display:flex;justify-content:space-between;margin:50px 0 100px;width:600px;max-width:100%}.register-type .types .type{width:calc(50% - 15px);border-radius:5px;background:#272D43;padding:30px 15px;text-align:center;cursor:pointer;transition:box-shadow .15s ease;border:2px solid transparent;position:relative}.register-type .types .type:nth-of-type(1){animation:leftSlideIn .7s ease forwards}.register-type .types .type:nth-of-type(2){animation:rightSlideIn .7s ease forwards}.register-type .types .type:hover{box-shadow:0px 2px 15px 0px rgba(255,255,255,0.12),0px 3px 70px 1px rgba(0,147,255,0.25)}.register-type .types .type:before{position:absolute;left:-3px;top:-3px;content:'';width:calc(100% + 6px);height:calc(100% + 6px);border-radius:5px;z-index:-2;background-image:linear-gradient(to right, #35c090, #0093ff) ;opacity:0;transition:opacity .15s ease}.register-type .types .type:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#272D43;border-radius:5px;z-index:-1}.register-type .types .type.selected:before{opacity:1}.register-type .types .type h2{font-size:32px;margin:0}.register-type .types .type .tag{font-size:12px;color:#aaa}.register-type .types .type .description{padding:30px 0}.register-type .types .type .description p{margin:5px 0}.register-type .actions{height:35px}.register-type .actions .btn.next{padding-right:100px;padding-left:100px;animation:centerSlideUp .5s ease forwards}.register{display:flex;justify-content:center;align-items:center;min-height:100vh}.register .brand-bg{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100vh}.register .contents{padding-top:100px;width:350px;max-width:100%}.register .contents h1{text-align:center}.register .contents form{margin:auto}.register .contents form .btn{margin-top:30px}.register .contents .terms{color:#aaa;font-size:12px;margin-top:30px}.register .contents .sign-in{margin-top:100px;text-align:center;font-size:12px}.applicant-list{background:#272D43;position:relative;width:100%;padding:20px;display:flex;margin-top:70px;margin-bottom:30px;border-radius:5px}@media (max-width: 1250px){.applicant-list{flex-direction:column}}.applicant-list .headshot{display:flex;flex-direction:column;align-items:center}@media (max-width: 500px){.applicant-list .headshot{align-items:unset}}.applicant-list .headshot img{margin-top:-65px;height:250px;width:200px;border-radius:5px}@media (max-width: 450px){.applicant-list .headshot img{margin-top:-40px;width:160px;height:200px}}@media (max-width: 350px){.applicant-list .headshot img{margin-top:-30px;width:120px;height:160px}}.applicant-list .headshot .reel{padding:10px}.applicant-list .info{display:flex;flex-direction:column;flex-grow:1;padding:0 20px}@media (max-width: 500px){.applicant-list .info{padding:0}}.applicant-list .info .photos{display:flex}@media (max-width: 450px){.applicant-list .info .photos{flex-wrap:wrap}}.applicant-list .info .photos img{width:80px;height:100px;margin-right:10px;border-radius:5px}@media (max-width: 450px){.applicant-list .info .photos img{width:60px;height:75px;margin-bottom:5px}}@media (max-width: 450px){.applicant-list .info .photos img.mobile-hidden{display:none}}.applicant-list .info .sub-title{color:white;font-size:26px;line-height:39px;font-weight:600;margin-bottom:10px}@media (max-width: 400px){.applicant-list .info .sub-title{font-size:18px}}.applicant-list .message{font-size:14px;line-height:27px;margin-bottom:15px;margin-right:20px}@media (max-width: 600px){.applicant-list .message{font-size:12px;line-height:20px}}.applicant-list .message .read{cursor:pointer;white-space:nowrap;opacity:0.6}.applicant-list .change-status{position:absolute;top:0;right:0;width:200px;height:75px;padding:20px;position:absolute;bottom:0;display:flex;justify-content:space-between}@media (max-width: 1200px){.applicant-list .change-status{flex-direction:column-reverse;width:110px;height:150px}}@media (max-width: 400px){.applicant-list .change-status{position:unset;flex-direction:row;width:100%;min-width:145px;padding:0;height:75px}}.applicant-list .change-status .icon-group{display:flex;flex-direction:column;align-items:center;font-size:10px;opacity:0.5;transition:opacity 0.5s}.applicant-list .change-status .icon-group img{margin-bottom:10px;width:20px;height:20px}.applicant-list .change-status .icon-group:hover{opacity:0.8;cursor:pointer}.applicant-list .percent{position:absolute;bottom:15px;left:0;color:#aaa;text-align:right;padding:20px 0 0 0;font-size:10px}.applicant-list .percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.applicant-single{position:relative;width:100%;min-height:600px;padding:20px;display:flex;flex-direction:column;align-items:center;margin-top:0px;border-radius:5px}.applicant-single .headshot{display:flex;flex-direction:column;align-items:center}.applicant-single .headshot img{height:450px;width:360px;border-radius:5px}@media (max-width: 450px){.applicant-single .headshot img{margin-top:-40px;width:160px;height:200px}}@media (max-width: 350px){.applicant-single .headshot img{margin-top:-30px;width:120px;height:160px}}.applicant-single .headshot .reel{padding:10px}.applicant-single .photos{display:flex;padding:25px 0 15px;position:relative;min-width:360px}@media (max-width: 450px){.applicant-single .photos{flex-wrap:wrap;min-width:160px}}@media (max-width: 350px){.applicant-single .photos{min-width:120px}}.applicant-single .photos img{width:60px;height:75px;margin:0 5px;border-radius:5px}@media (max-width: 450px){.applicant-single .photos img{margin-bottom:5px}}.applicant-single .info{display:flex;flex-direction:column;align-items:center;flex-grow:1;padding-top:45px;min-width:100%}.applicant-single .info .sub-title{color:white;font-size:26px;line-height:39px;font-weight:600}@media (max-width: 400px){.applicant-single .info .sub-title{font-size:18px}}.applicant-single .info p{font-size:14px;line-height:27px;margin-bottom:15px}@media (max-width: 400px){.applicant-single .info p{font-size:12px;line-height:20px}}.applicant-single .edit{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:240px}@media (max-width: 985px){.applicant-single .edit{flex-direction:row;width:100%}}@media (max-width: 600px){.applicant-single .edit{flex-direction:column}}.applicant-single .change-status{position:absolute;bottom:-45px;left:calc(50% - 100px);width:200px;height:75px;padding:20px;display:flex;justify-content:space-between}@media (max-width: 900px){.applicant-single .change-status{position:unset}}.applicant-single .change-status .icon-group{display:flex;flex-direction:column;align-items:center;font-size:10px;opacity:0.5;transition:opacity 0.5s}.applicant-single .change-status .icon-group img{margin-bottom:10px;width:20px;height:20px}.applicant-single .change-status .icon-group:hover{opacity:0.8;cursor:pointer}.applicant-single .percent{color:#aaa;text-align:right;padding:20px 0 10px 0;font-size:10px;position:absolute;bottom:-30px;left:0}.applicant-single .percent-bar{position:absolute;bottom:-30px;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.applicant{position:relative;min-width:144px;max-width:144px;background:#272D43;margin:0 10px 20px;border-radius:5px;overflow:hidden}@media (max-width: 760px){.applicant{min-width:100px}}@media (max-width: 325px){.applicant{margin:0 0 35px}}.applicant .photo-container{position:relative}.applicant .photo-container .change-status{width:100%;padding:20px;position:absolute;bottom:0;display:flex;opacity:0;background:rgba(0,0,0,0.7);justify-content:space-between;transition:opacity 0.5s}@media (max-width: 1250px){.applicant .photo-container .change-status{padding:10px}}@media (max-width: 760px){.applicant .photo-container .change-status{padding:7px 5px}}.applicant .photo-container .change-status .icon-group{display:flex;flex-direction:column;align-items:center;font-size:10px}@media (max-width: 760px){.applicant .photo-container .change-status .icon-group{font-size:9px;text-align:center;width:40px}}.applicant .photo-container .change-status .icon-group img{margin-bottom:10px;width:20px;height:20px}@media (max-width: 760px){.applicant .photo-container .change-status .icon-group img{width:15px;height:15px;margin-bottom:5px}}.applicant img{width:100%;height:180px;border-top-right-radius:5px;border-top-left-radius:5px}@media (max-width: 760px){.applicant img{height:125px}}.applicant:hover .change-status{opacity:1}.applicant:hover .change-status:hover{cursor:pointer}.applicant .name{font-size:14px;padding:10px 5px 0 15px}@media (max-width: 760px){.applicant .name{font-size:11px}}.applicant .location{color:#aaa;font-size:12px;padding:5px 0 0 15px}.applicant .percent{color:#aaa;text-align:right;padding:20px 0 10px 0;font-size:10px}.applicant .percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.modal-widget .contents{padding:0;width:auto;max-width:calc(100% - 100px);background:transparent}.modal-widget .contents .close{top:-25px;right:-25px}.modal-widget video{width:1200px;max-width:100%;height:auto;max-height:100%;border-radius:5px}.modal-widget .scrim{z-index:6}.avatar .avatar-icon{width:100px;height:100px;border-radius:100%;font-size:50px;font-weight:700;display:flex;justify-content:center;align-items:center;background:#0093ff;margin:auto}.avatar .avatar-name{font-weight:600;font-size:18px;text-align:center;margin-top:15px}.brand-bg{overflow:hidden;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100vh}.brand-bg.no-fade:after{display:none}.brand-bg:after{display:block;content:'';position:absolute;z-index:1;bottom:0;left:0;width:100%;height:30vh;max-height:200px;background:linear-gradient(to top, #151929, rgba(21,25,41,0));animation:fadeIn 1s ease forwards}.brand-bg .spotlight{width:100%;height:100vw;background-image:radial-gradient(circle at 50% -50%, #3E445D 0%, rgba(62,68,93,0) 50%);background-repeat:no-repeat}.brand-bg .gradient{position:absolute;top:0;left:0;width:100%;height:100vh;background:radial-gradient(1000px 1000px at 50% -5%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot.png)}.brand-bg .wings{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.brand-bg .wings svg{width:100%;height:100%;position:absolute;top:0;left:0}.brand-bg .wings svg polygon{fill:rgba(255,255,255,0.01)}.button-widget{position:relative;display:inline-block}.button-widget.is-loading .btn .loading{opacity:1}.button-widget.is-loading .btn .button-widget-contents{opacity:0}.button-widget.is-complete .btn{opacity:0;visibility:hidden}.button-widget.full-width{display:block}.button-widget.full-width .btn{width:100%}.button-widget.line-theme .btn{background:transparent;border:1px solid #fff}.button-widget.line-theme .btn:hover{box-shadow:0px 2px 8px 0px rgba(255,255,255,0.2),0px 3px 15px 2px rgba(0,147,255,0.3)}.button-widget.arrow-back .button-widget-contents:before{content:'';width:0;height:0;display:inline-block;border:5px solid transparent;border-right-color:#fff;margin-right:8px}.button-widget.arrow-next .button-widget-contents:after{content:'';width:0;height:0;display:inline-block;border:5px solid transparent;border-left-color:#fff;margin-left:8px}.button-widget .btn{opacity:1;visibility:visible;transition:opacity .3s ease, visibility .3s ease}.button-widget .btn[disabled]{cursor:auto;box-shadow:none}.button-widget .btn .loading{opacity:0;width:15px;height:15px;border:2px solid #fff;border-top-color:transparent;border-radius:100%;animation:spin .7s linear infinite;transition:opacity .3s ease;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.button-widget .btn .button-widget-contents{opacity:1;transition:opacity .3s ease}.button-widget .button-widget-complete{font-size:14px;letter-spacing:.3em;text-align:center;position:relative;display:inline-block;margin:auto;position:absolute;left:0;right:0;top:0;bottom:0}.button-widget .button-widget-complete .button-widget-complete-container{display:inline-block;position:relative;padding-bottom:7px}.button-widget .button-widget-complete .letters{text-transform:uppercase;overflow:hidden}.button-widget .button-widget-complete .letters span{display:inline-block;transform:translateY(15px);opacity:0;animation:letterUp 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards}.button-widget .button-widget-complete .letters span:nth-child(1){animation-delay:.05s}.button-widget .button-widget-complete .letters span:nth-child(2){animation-delay:.1s}.button-widget .button-widget-complete .letters span:nth-child(3){animation-delay:.15s}.button-widget .button-widget-complete .letters span:nth-child(4){animation-delay:.2s}.button-widget .button-widget-complete .letters span:nth-child(5){animation-delay:.25s}.button-widget .button-widget-complete .letters span:nth-child(6){animation-delay:.3s}.button-widget .button-widget-complete .letters span:nth-child(7){animation-delay:.35s}.button-widget .button-widget-complete .letters span:nth-child(8){animation-delay:.4s}.button-widget .button-widget-complete .letters span:nth-child(9){animation-delay:.45s}.button-widget .button-widget-complete .letters span:nth-child(10){animation-delay:.5s}.button-widget .button-widget-complete .letters span:nth-child(11){animation-delay:.55s}.button-widget .button-widget-complete .letters span:nth-child(12){animation-delay:.6s}.button-widget .button-widget-complete .letters span:nth-child(13){animation-delay:.65s}.button-widget .button-widget-complete .letters span:nth-child(14){animation-delay:.7s}.button-widget .button-widget-complete .letters span:nth-child(15){animation-delay:.75s}.button-widget .button-widget-complete .letters .space{width:10px}.button-widget .button-widget-complete .line{position:absolute;bottom:0;left:0;right:0;margin:auto;width:0%;height:3px;display:block;transform-origin:center center;background-image:linear-gradient(to right, #35c090, #0093ff) ;box-shadow:0px 4px 25px 2px rgba(255,255,255,0.35),0px 2px 5px 0px rgba(0,147,255,0.45);animation:letterLine 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards}.exit-popup-widget{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.exit-popup-widget.active{display:flex}.exit-popup-widget.active .scrim{animation:showScrim .7s ease .1s forwards}.exit-popup-widget.active .content{animation:slideContent .7s ease .1s forwards}.exit-popup-widget .scrim{position:absolute;width:100%;height:100%;background:transparent;transition:background .3s ease}.exit-popup-widget .content{width:700px;max-width:calc(100% - 50px);background-color:#f1f1f1;border-radius:7px;position:relative;z-index:1;opacity:0;transition:all .3s ease .5s;padding:50px;color:#101010;text-align:center}@media (max-width: 550px){.exit-popup-widget .content{padding:25px}}.exit-popup-widget .content h3{font-size:30px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:30px;position:relative}@media (max-width: 550px){.exit-popup-widget .content h3{font-size:22px}}@media (max-width: 450px){.exit-popup-widget .content h3{font-size:18px}}.exit-popup-widget .content h3:after{content:'';width:250px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.exit-popup-widget .content .description{font-size:14px;letter-spacing:.13em;line-height:30px}.exit-popup-widget .content form{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:500px;margin:30px auto 0}.exit-popup-widget .content form input{font-size:16px;width:calc(100% - 175px);padding:3px 15px;letter-spacing:.05em}@media (max-width: 600px){.exit-popup-widget .content form input{display:block;width:100%;padding:10px 15px}}.exit-popup-widget .content form button{font-size:16px;width:150px}@media (max-width: 600px){.exit-popup-widget .content form button{margin:auto;width:100%;margin-top:30px}}.exit-popup-widget .content .form-wrap{position:relative}.exit-popup-widget .content .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#f1f1f1;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px}.exit-popup-widget .content .form-wrap .success.active{opacity:1;visibility:visible}.exit-popup-widget .content .form-wrap .errors{width:100%;padding-left:0;margin-top:15px;color:red;text-align:center;font-size:12px;opacity:0;transition:opacity .5s ease}.exit-popup-widget .content .form-wrap .errors.active{opacity:1}.exit-popup-widget .content .close{width:30px;height:30px;position:absolute;right:-35px;top:-35px;cursor:pointer}@media (max-width: 750px){.exit-popup-widget .content .close{top:15px;right:15px}}.exit-popup-widget .content .close:before,.exit-popup-widget .content .close:after{content:'';width:100%;height:2px;display:block;background:#fff;position:absolute;top:15px}@media (max-width: 750px){.exit-popup-widget .content .close:before,.exit-popup-widget .content .close:after{background-color:#151929}}.exit-popup-widget .content .close:after{transform:rotate(45deg)}.exit-popup-widget .content .close:before{transform:rotate(-45deg)}@keyframes showScrim{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,0.5)}}@keyframes slideContent{from{margin-top:50px;opacity:0}to{margin-top:0;opacity:1}}.field label{position:absolute;pointer-events:none;top:29px;left:10px;transition:0.2s ease all;opacity:.5}.field input:focus ~ label,.field input:not([value='']) ~ label,.field textarea:focus ~ label,.field textarea:not([value='']) ~ label{top:0px;left:0;font-size:12px;opacity:1}.field .error{position:absolute;left:calc(100% + 20px);top:20px;width:275px;font-size:12px;text-align:left;padding:10px;border-radius:3px;background:rgba(255,255,255,0.1);backdrop-filter:blur(1px);color:#fff;animation:fadeUp .35s ease forwards;line-height:1.5em}.field .error:before{content:'';display:block;width:0;height:0;backdrop-filter:blur(1px);border:10px solid transparent;border-right-color:rgba(255,255,255,0.1);position:absolute;left:-20px;top:6px}.input.field{position:relative;display:block;padding-top:17px;margin-top:13px}.input.field input{background:#272D43;border:2px solid #313A5B;border-radius:5px;color:#fff;padding:10px;width:100%}.input.field input:-webkit-autofill{-webkit-text-fill-color:#fff !important;background-color:transparent !important;-webkit-box-shadow:0 0 0 50px #272d43 inset}input{width:100%;background:#e1e1e1;padding:15px;border:0;border-radius:5px;font-size:16px}input.error{background:#D9AEAE}.cvc-wrap{width:100%;margin-left:10px}.card-expiry-wrap{margin-right:10px;width:100%}.card-number-wrap{margin-top:10px}.StripeElement{position:relative;background-color:#272D43;border:2px solid #313A5B;margin:10px 0 0 0;padding:10px;border-radius:5px}.location.field{margin-top:15px}.location.field .label{font-size:12px;margin-bottom:5px;display:block}.multiinput.field{margin-top:15px}.multiinput.field .label{font-size:12px;margin-bottom:5px;display:block}.multiselect.field .label{font-size:12px;margin-bottom:5px;display:block}.select.field{margin-top:11px}.select.field .label{font-size:12px;margin-bottom:5px;display:block}.textarea.field{position:relative;display:block;padding-top:17px;margin-top:13px}.textarea.field textarea{background:#272D43;border:2px solid #313A5B;border-radius:5px;color:#fff;padding:10px;width:100%;min-height:150px;line-height:1.5em}.textarea.field textarea:-webkit-autofill{-webkit-text-fill-color:#fff !important;background-color:transparent !important;-webkit-box-shadow:0 0 0 50px #272d43 inset}.textarea.field .max-chars{position:absolute;top:0;right:0;font-size:10px;opacity:.7}.textarea.field .max-chars.reached-max{opacity:1}.toggle-switch-widget{background:#f1f1f1;border-radius:100px;padding:3px;display:flex;position:relative}.toggle-switch-widget .option{width:50%;padding:3px 0;position:relative;z-index:2;font-weight:700;letter-spacing:.01em;color:#303030;text-align:center;cursor:pointer;transition:color .3s ease, opacity .15s ease}.toggle-switch-widget .option.selected{color:#fff}.toggle-switch-widget .option:not(.selected):hover{opacity:.7}.toggle-switch-widget .marker{position:absolute;z-index:1;width:50%;height:calc(100% - 6px);top:3px;left:3px;border-radius:100px;transition:left .3s ease;background-image:linear-gradient(to right, #35c090, #0093ff) }.toggle-switch-widget .marker.selected-0{left:3px}.toggle-switch-widget .marker.selected-1{left:calc(50% - 3px)}.image-widget{position:relative;background:#272D43;max-height:100%}.image-widget.loaded .image-container img{opacity:1}.image-widget.loaded .loading{opacity:0}.image-widget .image-container{border-radius:5px;max-height:100%;position:relative;overflow:hidden}.image-widget .image-container img{border-radius:5px;height:100%;width:100%;opacity:0;transition:opacity .5s ease}.image-widget .loading{opacity:1;width:15px;height:15px;border:2px solid rgba(255,255,255,0.5);border-top-color:transparent;border-radius:100%;animation:spin .7s linear infinite;transition:opacity .3s ease;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.mask-animation-widget{opacity:0;transform:translateY(30px);transition:opacity 3s ease, transform 3s ease}.mask-animation-widget.ready{opacity:1;transform:translateY(0)}.percent{color:#aaa;text-align:right;padding:20px 0 5px 0;font-size:10px;min-width:70px;left:0;bottom:5px;position:absolute}.percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }@keyframes finishSlide{from{right:0}to{left:0}}@keyframes lowMatchSlide{from{transform:translate(0, 0)}to{transform:translate(68%, 0)}}.match-widget{width:0%;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;transition:width 5s ease}.match-widget .match-text{position:absolute;bottom:5px;font-size:10px;opacity:.7;width:100%;min-width:70px;right:0;text-align:right}.match-widget .match-text.low-match{animation:lowMatchSlide 2.5s forwards;animation-delay:2s}.modal-widget{position:fixed;top:0;left:0;z-index:12;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.modal-widget.active{display:flex}.modal-widget.active .scrim{animation:fadeIn .3s ease forwards}.modal-widget.active .contents{animation:fadeUp .3s ease .1s forwards}.modal-widget .scrim{background:rgba(0,0,0,0.7);position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;opacity:0}.modal-widget .contents{border-radius:10px;position:relative;z-index:1;padding:25px;background:#272D43;width:650px;max-width:calc(100% - 50px);opacity:0;text-align:center}.modal-widget .contents .close{width:20px;height:20px;position:absolute;top:15px;right:15px;background:url(/icon-close.svg);background-size:cover;cursor:pointer}.modal-widget .contents .close:hover{opacity:.7}.personality-chart-widget{text-align:center;position:relative}.personality-chart-widget svg{overflow:visible;width:100%;height:100%}.personality-chart-widget svg .grid{fill:transparent}.personality-chart-widget svg .label{color:#fff;fill:#fff;font-size:12px;text-anchor:middle}.personality-chart-widget svg .value-line{fill-opacity:.25}.personality-chart-widget svg .value-points{fill:rgba(255,255,255,0.5)}.personality-chart-widget svg .grid{stroke:rgba(255,255,255,0.5)}.profile-background-widget{width:100%;height:175px}@media (max-width: 800px){.profile-background-widget{width:100%;height:100px}}.profile-background-widget .edit-container{position:absolute !important;top:50px;right:50px;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:5px;padding:10px}.profile-background-widget .edit-container .edit-icon{position:relative !important;top:auto !important;right:auto !important;margin-left:10px}.profile-background-widget .profile-background-modal .contents{width:calc(100% - 150px);max-width:1000px;min-height:250px;height:calc(100% - 150px);display:flex;flex-direction:column}@media (max-width: 400px){.profile-background-widget .profile-background-modal .contents{min-width:90%;height:auto}}.profile-background-widget .profile-background-modal h2{font-weight:200;font-size:24px}.profile-background-widget .profile-background-modal .description{text-align:center;max-width:550px;line-height:1.6em;margin:10px auto}.profile-background-widget .toggle-switch-widget{width:500px;margin:50px auto}.profile-background-widget .preview .photo{width:calc(100% - 50px);height:500px;max-height:40vh;background:#555A6D;background-size:cover;border-radius:10px;margin:25px auto}.profile-background-widget .preview .change-wrapper{text-align:center;margin-bottom:50px}@media (max-width: 400px){.profile-background-widget .preview .change-wrapper{margin-bottom:20px}}.profile-background-widget .preview .change-wrapper a:link{margin:0 30px}@media (max-width: 400px){.profile-background-widget .preview .change-wrapper a:link.change{margin-bottom:20px}}.profile-background-widget .stock{width:100%;margin:auto;flex-grow:1}.profile-background-widget .upload-widget .dropzone{background:#555A6D}.profile-background-widget .upload-widget .dropzone .upload-container{height:300px}.profile-credits-widget.is-editing .credits .title{display:none}.profile-credits-widget.is-adding .done-btn{opacity:.1}.profile-credits-widget .done-btn{opacity:1;transition:opacity .3s ease}.profile-credits-widget .tabs{display:flex;border-bottom:1px solid #0093ff}.profile-credits-widget .tabs .tab{width:200px;max-width:calc(33.33% - 15px);margin-right:15px;background:#272D43;border-radius:5px 5px 0 0;padding:5px 10px;cursor:pointer;border:1px solid transparent;border-bottom-width:0;transition:border .15s ease, background .15s ease;text-transform:uppercase;font-size:12px}.profile-credits-widget .tabs .tab.active{background:#0093ff}.profile-credits-widget .tabs .tab:hover{border-color:#0093ff;box-shadow:0px 2px 8px 0px rgba(255,255,255,0.2),0px 3px 15px 2px rgba(0,147,255,0.3)}.profile-credits-widget .add-request{text-align:center;padding:30px 0}.profile-credits-widget .add-new{background:rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:10px;margin:15px 0}.profile-credits-widget .add-new .row{display:flex;justify-content:space-between}.profile-credits-widget .add-new .row .field{width:calc(33.33%  - 15px)}.profile-credits-widget .add-new .actions{display:flex;justify-content:flex-end;padding-top:30px}.profile-credits-widget .add-new .actions .button-widget{margin-left:15px}.profile-credits-widget .add-new .actions .cancel{background:#555A6D}.profile-credits-widget .add-new .has-error input,.profile-credits-widget .add-new .has-error .react-select-field-dropdown__control{border-color:#F67878}.profile-credits-widget .credits .title{background:#272D43;color:#fff;font-size:12px;padding:5px 10px;border-radius:5px}.profile-credits-widget .credits .credit{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;position:relative;user-select:none}@media (max-width: 600px){.profile-credits-widget .credits .credit{padding:12px 10px}}@media (max-width: 400px){.profile-credits-widget .credits .credit{flex-direction:column}}.profile-credits-widget .credits .credit .col{width:33.33%}@media (max-width: 600px){.profile-credits-widget .credits .credit .col{font-size:12px}}@media (max-width: 400px){.profile-credits-widget .credits .credit .col{width:100%;margin-bottom:10px}}.profile-credits-widget .credits .credit span{display:block;font-size:11px;color:#B5B6BB}.profile-credits-widget .credits .credit:hover .edit-credit-icon{opacity:1}.profile-credits-widget .credits .credit .edit-credit-icon{width:15px;height:15px;background:url(/icon-edit-box.svg);background-size:contain;background-repeat:no-repeat;position:absolute;z-index:1;top:calc(50% - 10px);right:10px;opacity:0;transition:opacity .15s ease;cursor:pointer}.profile-credits-widget .display-credits .credits{margin-bottom:30px}.profile-credits-widget .display-credits .credits:last-of-type{margin-bottom:0}.credit-sort-item{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;cursor:move}.credit-sort-item .col{width:33.33%}.credit-sort-item span{display:block;font-size:11px;color:#B5B6BB}.profile-education-widget.is-adding .done-btn{opacity:.1}.profile-education-widget .done-btn{opacity:1;transition:opacity .3s ease}.profile-education-widget .add-request{text-align:center;padding:30px 0}.profile-education-widget .add-new{background:rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:10px;margin:15px 0}.profile-education-widget .add-new .row{display:flex;justify-content:space-between}.profile-education-widget .add-new .row .field{width:calc(33.33%  - 15px)}.profile-education-widget .add-new .row.last{justify-content:flex-end}.profile-education-widget .add-new .actions{display:flex;justify-content:flex-end;padding-top:30px}.profile-education-widget .add-new .actions .button-widget{margin-left:15px}.profile-education-widget .add-new .actions .cancel{background:#555A6D}.profile-education-widget .add-new .has-error input,.profile-education-widget .add-new .has-error .react-select-field-dropdown__control{border-color:#F67878}.profile-education-widget .edu-item,.profile-education-widget .edu-sort-item{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;position:relative;user-select:none}@media (max-width: 400px){.profile-education-widget .edu-item,.profile-education-widget .edu-sort-item{font-size:12px}}.profile-education-widget .edu-item.artist-edu-item,.profile-education-widget .edu-sort-item.artist-edu-item{cursor:auto}.profile-education-widget .edu-item .col,.profile-education-widget .edu-sort-item .col{width:33.33%}.profile-education-widget .edu-item span,.profile-education-widget .edu-sort-item span{display:block;font-size:11px;color:#B5B6BB}@media (max-width: 400px){.profile-education-widget .edu-item span,.profile-education-widget .edu-sort-item span{font-size:10px}}.profile-education-widget .edu-item:hover .edit-edu-icon,.profile-education-widget .edu-sort-item:hover .edit-edu-icon{opacity:1}.profile-education-widget .edu-item .edit-edu-icon,.profile-education-widget .edu-sort-item .edit-edu-icon{width:15px;height:15px;background:url(/icon-edit-box.svg);background-size:contain;background-repeat:no-repeat;position:absolute;z-index:1;top:calc(50% - 10px);right:10px;opacity:0;transition:opacity .15s ease;cursor:pointer}.edu-sort-item{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;cursor:move}.edu-sort-item .col{width:33.33%}.edu-sort-item span{display:block;font-size:11px;color:#B5B6BB}.profile-headshot-widget{padding:0 !important}.profile-headshot-widget .edit-icon{z-index:1}.profile-headshot-widget .empty{width:250px;height:313px;border-radius:5px;background-color:#272D43 !important;display:flex;justify-content:center;align-items:center}.profile-headshot-widget .headshot{width:250px;max-width:50vw;max-height:313px;overflow:hidden;border-radius:5px}.profile-headshot-widget .headshot .image-widget{max-width:250px}.profile-headshot-widget .headshot-upload{position:relative}.profile-headshot-widget .headshot-upload .upload-widget .list{z-index:1;position:absolute;top:0;left:0;width:100%;margin:0;padding:0 5px}.profile-headshot-widget .headshot-upload .upload-widget .dropzone{width:250px;height:313px}.profile-headshot-widget .headshot-upload .upload-widget .dropzone .upload-container{height:100%}.profile-headshot-widget .headshot-upload .upload-widget .dropzone .upload-container .label{text-align:center;padding:0 15px}.profile-headshot-widget .headshot-preview{width:250px;max-height:313px;overflow:hidden;border-radius:5px}.profile-headshot-widget .headshot-preview .image-widget{max-width:250px;min-height:313px}.profile-headshot-widget .actions{margin-top:15px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 400px){.profile-headshot-widget .actions{flex-direction:column}}.profile-headshot-widget .actions .button-widget.change-btn{width:calc(50% - 10px)}@media (max-width: 400px){.profile-headshot-widget .actions .button-widget.change-btn{min-width:120px;margin-bottom:10px}}.profile-headshot-widget .actions .button-widget.change-btn .btn{font-size:12px;text-align:center;padding:5px 0}.profile-headshot-widget .actions .button-widget{text-align:center;width:calc(50% - 10px)}@media (max-width: 400px){.profile-headshot-widget .actions .button-widget{min-width:120px}}.profile-headshot-widget .actions .button-widget .btn{width:100%;font-size:12px}.profile-intro-widget .name{font-size:54px}@media (max-width: 600px){.profile-intro-widget .name{font-size:35px}}.profile-intro-widget .tag,.profile-intro-widget .location{font-size:16px;font-weight:400}.profile-intro-widget .location{margin-top:7px}.profile-intro-widget .description{margin-top:30px;line-height:1.8em}.profile-intro-widget .row{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px}.profile-intro-widget .row .entry{width:calc(100% - 350px);min-width:400px}@media (max-width: 600px){.profile-intro-widget .row .entry{min-width:100%}}.profile-intro-widget .row .hint{width:300px;font-size:12px;line-height:1.6em;position:absolute;top:35px;right:0;opacity:0}.profile-intro-widget .row:focus-within .hint{animation:centerSlideUp .5s ease forwards}.profile-personality-widget{margin-top:35px}.profile-personality-widget:hover{background-color:transparent !important}.profile-personality-widget .modal-widget .contents{text-align:center}.profile-personality-widget .modal-widget .contents h3{font-size:22px;margin-bottom:15px}.profile-personality-widget .modal-widget .contents .description{line-height:1.6em}.profile-personality-widget .personality-wrapper-header{font-size:12px;display:flex;justify-content:space-between}.profile-personality-widget .personality-wrapper-header .title{color:#b5b5b5}.profile-personality-widget .personality-wrapper-header .info{width:15px;height:15px;background:url(/icon-info.svg);background-size:cover;opacity:.7;cursor:pointer}.profile-personality-widget .personality-chart-widget{width:225px;height:225px;margin:30px auto 0;max-width:60vw}.profile-personality-widget .personality-chart-widget:hover .label{opacity:1}.profile-personality-widget .personality-chart-widget .label{font-size:11px;font-weight:300;opacity:0;transition:opacity .3s ease}.profile-personality-widget .personality-chart-widget svg .grid{stroke:rgba(255,255,255,0.25)}.profile-photos-widget.is-editing .image-widget:hover{cursor:move}.profile-photos-widget .upload{position:relative}.profile-photos-widget .btn{margin-top:30px}.profile-photos-widget .photos .image-widget{display:inline-block}.profile-photos-widget .photos .image-widget:hover .delete{opacity:1}.profile-photos-widget .photos .image-widget .delete{width:20px;height:20px;background:rgba(0,0,0,0.7);border-radius:100%;position:absolute;top:-10px;right:-10px;opacity:0;transition:opacity .15s ease;cursor:pointer}.profile-photos-widget .photos .image-widget .delete:before,.profile-photos-widget .photos .image-widget .delete:after{width:calc(100% - 7px);height:1px;background:rgba(255,255,255,0.7);content:'';position:absolute;top:9px;left:3px}.profile-photos-widget .photos .image-widget .delete:before{transform:rotate(45deg)}.profile-photos-widget .photos .image-widget .delete:after{transform:rotate(-45deg)}.profile-search-widget{margin-top:50px;border-radius:5px;padding:10px;background-color:transparent;transition:background-color .15s ease;position:relative;opacity:1;transition:opacity .3s ease;width:300px}@media (max-width: 330px){.profile-search-widget{width:215px}}.profile-search-widget .block{margin-bottom:20px}.profile-search-widget .block:last-of-type{margin-bottom:0}.profile-search-widget .block .title{font-size:12px;margin-bottom:15px;color:#b5b5b5}.profile-search-widget .block .row{display:flex;justify-content:space-between;margin-bottom:8px}.profile-search-widget .block .row:last-of-type{margin-bottom:0}.profile-search-widget .block .row .label{margin-right:10px}.profile-search-widget .label-group{margin-bottom:10px}.profile-search-widget .label-group .label{font-size:13px}.profile-search-widget .double-select{position:relative;display:flex;justify-content:space-between}@media (max-width: 300px){.profile-search-widget .double-select{flex-direction:column}}.profile-search-widget .double-select .select.field{width:110px;margin-top:5px}.profile-search-widget .double-select .react-select-field{width:110px}.profile-search-widget .react-select-field{margin-bottom:10px}.profile-search-widget .multiselect.field{margin-top:15px}.profile-search-widget .search-btns{padding:40px 20px;display:flex;justify-content:space-between}.profile-search-widget .search-btns button{color:#aaa;font-style:italic;font-size:14px;background:transparent;border:none}@media (max-width: 600px){.profile-search-widget .search-btns button{font-size:12px}}.profile-search-widget .search-btns button:hover{cursor:pointer}.profile-search-widget .saved-search{padding-bottom:180px}.profile-search-widget .saved-search .title{margin-bottom:5px}.profile-search-widget .error{color:#ca8181;font-size:12px}.profile-skills-widget.is-adding .done-btn{opacity:.1}.profile-skills-widget .done-btn{opacity:1;transition:opacity .3s ease}.profile-skills-widget .add-request{text-align:center;padding:30px 0}.profile-skills-widget .add-new{background:rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:10px;margin:15px 0}.profile-skills-widget .add-new .row{display:flex;justify-content:space-between}.profile-skills-widget .add-new .row .field.input{width:calc(66.66%  - 15px)}.profile-skills-widget .add-new .row .field.select{width:calc(33.33% - 15px)}.profile-skills-widget .add-new .actions{display:flex;justify-content:flex-end;padding-top:30px}.profile-skills-widget .add-new .actions .button-widget{margin-left:15px}.profile-skills-widget .add-new .actions .cancel{background:#555A6D}.profile-skills-widget .add-new .has-error input,.profile-skills-widget .add-new .has-error .react-select-field-dropdown__control{border-color:#F67878}.profile-skills-widget .skill-item,.profile-skills-widget .skill-sort-item{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;position:relative;user-select:none}.profile-skills-widget .skill-item .col.name,.profile-skills-widget .skill-sort-item .col.name{width:calc(66.66%  - 15px)}.profile-skills-widget .skill-item .col.level,.profile-skills-widget .skill-sort-item .col.level{width:calc(33.33% - 15px)}.profile-skills-widget .skill-item span,.profile-skills-widget .skill-sort-item span{display:block;font-size:11px;color:#B5B6BB}.profile-skills-widget .skill-item:hover .edit-skill-icon,.profile-skills-widget .skill-sort-item:hover .edit-skill-icon{opacity:1}.profile-skills-widget .skill-item .edit-skill-icon,.profile-skills-widget .skill-sort-item .edit-skill-icon{width:15px;height:15px;background:url(/icon-edit-box.svg);background-size:contain;background-repeat:no-repeat;position:absolute;z-index:1;top:calc(50% - 10px);right:10px;opacity:0;transition:opacity .15s ease;cursor:pointer}.skill-sort-item{display:flex;justify-content:space-between;padding:12px 40px 12px 10px;border-bottom:1px solid rgba(255,255,255,0.2);flex-wrap:wrap;cursor:move}.skill-sort-item .col.name{width:calc(66.66%  - 15px)}.skill-sort-item .col.level{width:calc(33.33% - 15px)}.skill-sort-item span{display:block;font-size:11px;color:#B5B6BB}.profile-stats-widget{margin-top:50px}@media (max-width: 800px){.profile-stats-widget{display:flex;flex-wrap:wrap;justify-content:space-between;width:70vw}}.profile-stats-widget .block{margin-bottom:50px}.profile-stats-widget .block:last-of-type{margin-bottom:0}.profile-stats-widget .block .title{font-size:12px;margin-bottom:15px;color:#b5b5b5}.profile-stats-widget .block .row{display:flex;justify-content:space-between;margin-bottom:8px}.profile-stats-widget .block .row:last-of-type{margin-bottom:0}.profile-stats-widget .block .row .label{margin-right:10px}.profile-stats-widget .double-select{position:relative;display:flex;justify-content:space-between}@media (max-width: 300px){.profile-stats-widget .double-select{flex-direction:column}}.profile-stats-widget .double-select .select.field{width:110px}.profile-stats-widget .edit-section{margin-bottom:15px}@media (max-width: 300px){.profile-stats-widget .edit-section{max-width:85%}}.profile-videos-widget .btn{margin-top:30px}.profile-videos-widget .videos,.profile-videos-widget .videos-sort-container{display:flex;justify-content:space-between;align-items:flex-start}.profile-videos-widget .videos .video-container,.profile-videos-widget .videos-sort-container .video-container{width:calc(50% - 10px);min-width:250px;min-height:150px;padding-bottom:calc(56.25% * .5 - 5px);position:relative;background:rgba(0,0,0,0.5);border-radius:5px;cursor:pointer}.profile-videos-widget .videos .video-container:hover:before,.profile-videos-widget .videos-sort-container .video-container:hover:before{opacity:1}.profile-videos-widget .videos .video-container:hover .delete,.profile-videos-widget .videos-sort-container .video-container:hover .delete{opacity:1}.profile-videos-widget .videos .video-container:before,.profile-videos-widget .videos-sort-container .video-container:before{content:'';width:75px;height:75px;background:url(/icon-play.svg);background-size:contain;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:2;opacity:0;transition:opacity .3s ease}.profile-videos-widget .videos .video-container:after,.profile-videos-widget .videos-sort-container .video-container:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.profile-videos-widget .videos .video-container.preview,.profile-videos-widget .videos-sort-container .video-container.preview{cursor:auto}.profile-videos-widget .videos .video-container.preview:before,.profile-videos-widget .videos-sort-container .video-container.preview:before{display:none}.profile-videos-widget .videos .video-container .delete,.profile-videos-widget .videos-sort-container .video-container .delete{width:20px;height:20px;background:rgba(0,0,0,0.7);border-radius:100%;position:absolute;z-index:1;top:-10px;right:-10px;opacity:0;transition:opacity .15s ease;cursor:pointer}.profile-videos-widget .videos .video-container .delete:before,.profile-videos-widget .videos .video-container .delete:after,.profile-videos-widget .videos-sort-container .video-container .delete:before,.profile-videos-widget .videos-sort-container .video-container .delete:after{width:calc(100% - 7px);height:1px;background:rgba(255,255,255,0.7);content:'';position:absolute;top:9px;left:3px}.profile-videos-widget .videos .video-container .delete:before,.profile-videos-widget .videos-sort-container .video-container .delete:before{transform:rotate(45deg)}.profile-videos-widget .videos .video-container .delete:after,.profile-videos-widget .videos-sort-container .video-container .delete:after{transform:rotate(-45deg)}.profile-videos-widget .videos .video-container video,.profile-videos-widget .videos-sort-container .video-container video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px}.profile-videos-widget .modal-widget .contents{padding:0;width:auto;max-width:calc(100% - 100px);background:transparent}.profile-videos-widget .modal-widget .contents .close{top:-25px;right:-25px}.profile-videos-widget .modal-widget video{width:1200px;max-width:100%;height:auto;max-height:100%;border-radius:5px}.video-container.preview{width:350px;height:197px;position:relative;background:rgba(0,0,0,0.5);border-radius:5px}.video-container.preview video{width:100%;height:100%;border-radius:5px}.project-background-widget{width:100%;height:285px;position:relative;background-size:cover;padding-top:100px}@media (max-width: 800px){.project-background-widget{width:100%}}.project-background-widget .edit-container{position:absolute !important;top:90px;right:50px;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:5px;padding:10px}.project-background-widget .edit-container .edit-icon{position:relative !important;top:auto !important;right:auto !important;margin-left:10px}.project-background-widget .project-background-modal .contents{width:calc(100% - 150px);max-width:1000px;min-height:250px;height:calc(100% - 150px);display:flex;flex-direction:column}@media (max-width: 400px){.project-background-widget .project-background-modal .contents{min-width:90%;height:auto}}.project-background-widget .project-background-modal h2{font-weight:200;font-size:24px}.project-background-widget .project-background-modal .description{text-align:center;max-width:550px;line-height:1.6em;margin:10px auto}.project-background-widget .toggle-switch-widget{width:500px;max-width:100%;margin:50px auto;align-items:center}@media (max-width: 600px){.project-background-widget .toggle-switch-widget{margin:20px auto;font-size:12px}}.project-background-widget .preview .photo{width:calc(100% - 50px);height:500px;max-height:40vh;background:#555A6D;background-size:cover;border-radius:10px;margin:25px auto}.project-background-widget .preview .change-wrapper{text-align:center;margin-bottom:50px}@media (max-width: 400px){.project-background-widget .preview .change-wrapper{margin-bottom:20px}}.project-background-widget .preview .change-wrapper a:link{margin:0 30px}@media (max-width: 400px){.project-background-widget .preview .change-wrapper a:link.change{margin-bottom:20px}}.project-background-widget .stock{width:100%;margin:auto;flex-grow:1}.project-background-widget .upload-widget .dropzone{background:#555A6D}.project-details-widget{margin-top:50px}@media (max-width: 900px){.project-details-widget{display:flex;flex-wrap:wrap;justify-content:space-between;width:70vw}}.project-details-widget .block{margin-bottom:30px;min-width:160px}.project-details-widget .block:last-of-type{margin-bottom:0}.project-details-widget .block .title{font-size:12px;margin-bottom:5px;color:#b5b5b5}.project-details-widget .block .row{display:flex;justify-content:space-between;margin-bottom:8px}.project-details-widget .block .row:last-of-type{margin-bottom:0}.project-details-widget .block .row .label{margin-right:10px}.project-details-widget .double-input{position:relative;display:flex;justify-content:space-between}@media (max-width: 300px){.project-details-widget .double-input{flex-direction:column}}.project-details-widget .double-input .select.field{width:110px}.project-details-widget .edit-section{margin-bottom:15px}@media (max-width: 300px){.project-details-widget .edit-section{max-width:85%}}.project-details-widget .dates{display:flex;flex-wrap:wrap;align-items:center}.project-details-widget .date{display:flex;justify-content:space-between;background-color:#0093ff;color:white;min-width:64px;margin:3px;text-align:center;font-size:11px;border-radius:2px}.project-details-widget .date .text{padding:3px}.project-details-widget .date .remove-date{line-height:22px;width:20px;height:20px;font-size:16px;border-radius:2px}.project-details-widget .date .remove-date:hover{background:#FFBDAD;color:#DE350B;cursor:pointer}.project-details-widget .rmdp-container{width:100%}.project-details-widget .rmdp-input{background:#272D43;color:#272D43;border:2px solid #313A5B;min-height:38px;width:100%}.project-details-widget .input.field{margin-top:0;padding-top:0}.project-intro-widget .name{font-size:54px}@media (max-width: 600px){.project-intro-widget .name{font-size:35px}}.project-intro-widget .tag,.project-intro-widget .location{font-size:16px;font-weight:400}.project-intro-widget .location{margin-top:7px}.project-intro-widget .description{margin-top:30px;line-height:1.8em}.project-intro-widget .row{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px}@media (max-width: 800px){.project-intro-widget .row{margin-bottom:70px}}.project-intro-widget .row .entry{width:calc(100% - 350px);min-width:350px}@media (max-width: 600px){.project-intro-widget .row .entry{min-width:100%}}.project-intro-widget .row .hint{width:300px;font-size:12px;line-height:1.6em;position:absolute;top:35px;left:460px;opacity:0}@media (max-width: 1300px){.project-intro-widget .row .hint{left:375px}}@media (max-width: 1100px) and (min-width: 900px){.project-intro-widget .row .hint{left:-300px}}@media (max-width: 900px){.project-intro-widget .row .hint{left:370px}}@media (max-width: 800px){.project-intro-widget .row .hint{left:0;top:100%}}.project-intro-widget .row:focus-within .hint{animation:centerSlideUp .5s ease forwards}.project-intro-widget .overdue-warning{width:fit-content;background:#C82222;text-transform:uppercase;padding:15px 20px;margin-bottom:20px;font-size:14px;text-align:center;border-radius:5px}.project-intro-widget .error{position:absolute;bottom:-20px}.project-notes-widget{margin:20px 0}.project-notes-widget .title{font-size:54px;font-size:26px;margin-top:20px}@media (max-width: 600px){.project-notes-widget .title{font-size:20px}}.project-notes-widget .tag,.project-notes-widget .location{font-size:16px;font-weight:400}.project-notes-widget .location{margin-top:7px}.project-notes-widget .notes{margin-top:30px;line-height:1.8em}.project-notes-widget .row{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px}.project-notes-widget .row .entry{width:calc(100% - 350px);min-width:400px}@media (max-width: 600px){.project-notes-widget .row .entry{min-width:100%}}.project-notes-widget .row .hint{width:200px;font-size:12px;line-height:1.6em;position:absolute;top:35px;right:0;opacity:0}.project-notes-widget .row:focus-within .hint{animation:centerSlideUp .5s ease forwards}.project-poster-widget{padding:0 !important}.project-poster-widget .edit-icon{z-index:1}.project-poster-widget .empty{width:250px;height:313px;border-radius:5px;background-color:#272D43 !important;display:flex;justify-content:center;align-items:center}.project-poster-widget .empty.viewing{height:220px;background-color:transparent !important}.project-poster-widget .poster{width:250px;max-width:50vw;max-height:313px;overflow:hidden;border-radius:5px}.project-poster-widget .poster .image-widget{max-width:250px}.project-poster-widget .poster-upload{position:relative}.project-poster-widget .poster-upload .upload-widget .list{z-index:1;position:absolute;top:0;left:0;width:100%;margin:0;padding:0 5px}.project-poster-widget .poster-upload .upload-widget .dropzone{width:250px;height:313px}.project-poster-widget .poster-upload .upload-widget .dropzone .upload-container{height:100%}.project-poster-widget .poster-upload .upload-widget .dropzone .upload-container .label{text-align:center;padding:0 15px}.project-poster-widget .poster-preview{width:250px;max-height:313px;overflow:hidden;border-radius:5px}.project-poster-widget .poster-preview .image-widget{max-width:250px;min-height:313px}.project-poster-widget .actions{margin-top:15px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 400px){.project-poster-widget .actions{flex-direction:column}}.project-poster-widget .actions .button-widget.change-btn{width:calc(50% - 10px)}@media (max-width: 400px){.project-poster-widget .actions .button-widget.change-btn{min-width:120px;margin-bottom:10px}}.project-poster-widget .actions .button-widget.change-btn .btn{font-size:12px;text-align:center;padding:5px 0}.project-poster-widget .actions .button-widget{text-align:center;width:calc(50% - 10px)}@media (max-width: 400px){.project-poster-widget .actions .button-widget{min-width:120px}}.project-poster-widget .actions .button-widget .btn{width:100%;font-size:12px}.project-role-widget .role{display:flex;position:relative;background:#272D43;border-radius:5px;padding:20px;margin-top:30px;max-height:1000px;min-height:85px;overflow:hidden}.project-role-widget .role .role-content{display:flex;transition:max-height 0.5s;max-height:0;overflow:hidden;flex-direction:column}@media (max-width: 950px){.project-role-widget .role .role-content{flex-direction:column}}@media (max-width: 700px){.project-role-widget .role .role-content{flex-direction:row}}@media (max-width: 450px){.project-role-widget .role .role-content{flex-direction:column}}.project-role-widget .role .role-content.expanded{max-height:1000px}.project-role-widget .role .role-content.collapsed{pointer-events:none}.project-role-widget .role .name-container{display:flex;align-items:center}.project-role-widget .role .role-name{margin-top:0;font-size:24px;font-weight:bold;margin-right:10px}.project-role-widget .role .general-require{font-size:18px}.project-role-widget .role .description{margin:20px 0;line-height:30px;font-size:16px;max-width:750px;margin-right:30px}@media (max-width: 700px){.project-role-widget .role .description{margin-right:-160px}}@media (max-width: 450px){.project-role-widget .role .description{margin-right:0;font-size:14px;line-height:25px}}.project-role-widget .role .requirements-cont{display:flex}@media (max-width: 700px){.project-role-widget .role .requirements-cont{flex-direction:column}}.project-role-widget .role .requirements-cont .require{min-width:132px;padding:0 20px;margin:20px 0;border-right:1px solid grey}@media (max-width: 700px){.project-role-widget .role .requirements-cont .require{text-align:left;padding-left:0;border-right:none}}.project-role-widget .role .requirements-cont .require h4{text-transform:uppercase;color:#aaa;font-weight:normal;font-size:12px;margin-bottom:5px}.project-role-widget .role .requirements-cont .require p{font-size:18px;line-height:24px}@media (max-width: 1300px){.project-role-widget .role .requirements-cont .require p{font-size:14px;line-height:20px}}.project-role-widget .role .requirements-cont .require:last-child{border-right:none}.project-role-widget .role .requirements-cont .require:first-child{padding-left:0px}.project-role-widget .role .role-footer{display:flex;align-items:center;bottom:0;margin:20px 0 10px}.project-role-widget .role .role-footer button{padding:4px 40px;margin-right:35px}.project-role-widget .role .role-footer p{margin-left:10px}.project-role-widget .role .role-footer .download-sides{display:flex;align-items:center;cursor:pointer}.project-role-widget .role .role-diagram{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.project-role-widget .role .role-diagram .diagram{margin:auto;height:150px;width:150px}.project-role-widget .role .show-info{position:absolute;padding:20px;top:0;right:0;color:#aaa;background:transparent;border:none;display:flex;align-items:center}.project-role-widget .role .show-info:hover{cursor:pointer}.project-role-widget .role .show-info div{width:0;height:0;margin-left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #aaa}.project-role-widget .role .match-container{text-align:right;font-size:10px;color:#aaa;position:absolute;bottom:0;left:0;padding-bottom:10px}.project-role-widget .title{margin-top:20px}.project-role-widget .block{display:flex;flex-wrap:wrap;justify-content:space-between}.project-role-widget .block .group{width:250px}.project-role-widget .block.block-personality{margin-bottom:30px}.project-role-widget .block.block-personality .select{width:18%;min-width:127px}.project-role-widget .block.block-personality .select .label{font-size:11ps}.project-role-widget .double-select{position:relative;display:flex;justify-content:space-between}@media (max-width: 300px){.project-role-widget .double-select{flex-direction:column}}.project-role-widget .double-select.age{width:250px}.project-role-widget .double-select .select.field{width:110px;max-width:40%;margin-right:10px}.project-role-widget .button-widget:last-child{margin-left:50px}.project-role-widget .edit-icon{position:relative !important;right:auto !important;top:auto !important}.project-role-widget .edit-icon:after{background-repeat:no-repeat !important;width:53% !important}.project-role-widget .delete{opacity:0.6}.project-role-widget .percent{color:#aaa;text-align:right;padding:20px 0 5px 0;font-size:10px;min-width:70px;left:0;bottom:5px;position:absolute}.project-role-widget .percent-bar{position:absolute;bottom:0;left:0;border-radius:5px;border-top-left-radius:0;height:5px;background-image:linear-gradient(to right, #35c090, #0093ff) }.project-search-widget{margin-top:30px;border-radius:5px;padding:10px;background-color:transparent;transition:background-color .15s ease;position:relative;opacity:1;transition:opacity .3s ease;width:300px}@media (max-width: 330px){.project-search-widget{width:215px}}.project-search-widget .section-title{color:#b5b5b5;margin-bottom:10px;padding-top:20px}.project-search-widget .block{margin-bottom:10px}.project-search-widget .block:last-of-type{margin-bottom:0}.project-search-widget .block .title{font-size:12px;margin-bottom:5px;color:white}.project-search-widget .block .row{display:flex;justify-content:space-between;margin-bottom:8px}.project-search-widget .block .row:last-of-type{margin-bottom:0}.project-search-widget .block .row .label{margin-right:10px}.project-search-widget .label-group{margin-bottom:10px}.project-search-widget .label-group .label{font-size:13px}.project-search-widget .double-select{position:relative;display:flex;justify-content:space-between}@media (max-width: 330px){.project-search-widget .double-select{flex-direction:column}}.project-search-widget .double-select .select.field{width:110px;margin-top:5px}.project-search-widget .double-select .react-select-field{width:110px}.project-search-widget .react-select-field{margin-bottom:10px}.project-search-widget .location.field{margin-top:0}.project-search-widget .search-btns{padding:40px 20px;display:flex;justify-content:space-between}.project-search-widget .search-btns button{color:#aaa;font-style:italic;font-size:14px;background:transparent;border:none}@media (max-width: 600px){.project-search-widget .search-btns button{font-size:12px}}.project-search-widget .search-btns button:hover{cursor:pointer}.project-search-widget .saved-search{padding-bottom:180px}.project-search-widget .saved-search .title{margin-bottom:5px}.project-search-widget .error{color:#ca8181;font-size:12px}.react-select-field .react-select-field-dropdown__control{background:#272D43;border:2px solid #313A5B;border-radius:5px;color:#fff;padding:7px;width:100%;box-shadow:inset 0px 1px 0px #272d43}.react-select-field .react-select-field-dropdown__control--is-focused{background:#272d43}.react-select-field .react-select-field-dropdown__control:hover{border-color:#313A5B}.react-select-field .react-select-field-dropdown__placeholder{letter-spacing:normal}.react-select-field .react-select-field-dropdown__value-container{padding:0}.react-select-field .react-select-field-dropdown__value-container input{color:#fff !important}.react-select-field .react-select-field-dropdown__indicator{padding:0}.react-select-field .react-select-field-dropdown__indicator svg{width:16px;height:16px}.react-select-field .react-select-field-dropdown__indicator-separator{display:none}.react-select-field .react-select-field-dropdown__multi-value{background:#0093ff;color:#fff}.react-select-field .react-select-field-dropdown__multi-value__label{color:#fff;letter-spacing:.02em}.react-select-field .react-select-field-dropdown__multi-value__remove{margin-left:10px}.react-select-field .react-select-field-dropdown__single-value{color:#fff}.react-select-field .react-select-field-dropdown__menu{background:#272D43;border:1px solid rgba(0,147,255,0.5);margin-top:0;border-radius:0 0 5px 5px}.react-select-field .react-select-field-dropdown__menu-list{color:#fff}.react-select-field .react-select-field-dropdown__menu-option{color:#fff;cursor:pointer}.react-select-field .react-select-field-dropdown__option{cursor:pointer}.react-select-field .react-select-field-dropdown__option--is-focused{color:#fff;background:rgba(0,147,255,0.1)}.react-select-field .react-select-field-dropdown__option--is-selected{background:rgba(0,147,255,0.5)}.scrollbars-widget .scrollbars-widget-view{padding-right:5px}.scrollbars-widget .track-vertical{right:0;height:100%;background:rgba(0,0,0,0.3);border-radius:10px}.scrollbars-widget .thumb-vertical{background:#0093ff;border-radius:10px;cursor:pointer;background-image:linear-gradient(to right, #35c090, #0093ff) }.section-title-widget{font-size:50px;font-weight:400;letter-spacing:.08em;margin-bottom:10px}@media (max-width: 1120px){.section-title-widget{font-size:30px}}@media (max-width: 675px){.section-title-widget{font-size:26px}}@media (max-width: 460px){.section-title-widget{font-size:22px}}.section-title-widget>div{overflow:hidden;padding-bottom:5px}.section-title-widget>div:nth-child(1) span{transition-delay:.2s}.section-title-widget>div:nth-child(2) span{transition-delay:.4s}.section-title-widget>div:nth-child(3) span{transition-delay:.6s}.section-title-widget>div>span{display:block;transform:translateY(100%);transition:opacity 0.5s,transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1)}.section-title-widget>div .bold{font-weight:700}@media (max-width: 500px){.sort{flex-direction:column}}.sort .sort-by{display:flex;min-width:150px;align-items:center}@media (max-width: 500px){.sort .sort-by{justify-content:center;margin-top:10px}}.sort .sort-by p{color:#aaa;font-size:14px}@media (max-width: 700px){.sort .sort-by p{font-size:12px}}.sort .sort-by .dropdown{position:relative;display:flex;align-items:center;background:transparent;border:none;margin:0 30px;font-size:14px;color:#f1f1f1}@media (max-width: 700px){.sort .sort-by .dropdown{font-size:12px;margin:0 10px}}@media (max-width: 400px){.sort .sort-by .dropdown{margin:0}}.sort .sort-by .dropdown:hover{cursor:pointer}.sort .sort-by .dropdown .sort-dropdown{top:52px;position:absolute;right:20px;display:flex;flex-direction:column;z-index:1;background-color:#1b2842;box-shadow:2px 2px 5px #00000038;padding:0 20px 20px 20px;margin-top:-20px;opacity:0;animation:slideDown .5s ease .1s forwards;top:33px;width:100%;left:0;text-align:left}.sort .sort-by .dropdown .sort-dropdown div{padding-top:20px}.sort .sort-by .dropdown .sort-dropdown div:hover{cursor:pointer}.sort .sort-by .triangle{border:6px solid transparent;border-top:7px solid white;margin:7px 0 0 40px}@media (max-width: 400px){.sort .sort-by .triangle{margin:7px 0 0 10px}}.sort .sort-by .found{margin-left:auto;font-size:12px;color:#aaa}@media (max-width: 700px){.sort .sort-by .found{text-align:right;font-size:12px}}@media (max-width: 400px){.sort .sort-by .found{margin-left:0;margin-top:10px}}.stock-photo-widget{position:relative;height:100%;display:flex;flex-direction:column}.stock-photo-widget.loading .search-bar .loader{opacity:1}.stock-photo-widget .search-bar{position:relative}.stock-photo-widget .search-bar .loader{width:15px;height:15px;position:absolute;z-index:1;right:12px;top:40px;border-radius:100%;border:2px solid #fff;border-top-color:transparent;animation:spin 1s linear infinite;opacity:0;transition:opacity .3s ease}.stock-photo-widget .search-bar .input.field input{background-color:#555A6D;border:0}.stock-photo-widget .results{margin-top:15px;flex-grow:50;position:relative}.stock-photo-widget .results .no-photos{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:rgba(255,255,255,0.7)}.stock-photo-widget .nav{padding-top:10px;display:flex;justify-content:space-between;align-items:center}.stock-photo-widget .nav a.credit:link{font-size:11px;font-weight:400;opacity:.5}.stock-photo-widget .nav .btn{width:145px}.stock-photo-widget .image-widget .image-container img{cursor:pointer;border:2px solid transparent}.stock-photo-widget .image-widget .image-container img:hover{border:2px solid #0093ff}.switch-pages{justify-content:space-between;margin-top:30px;color:#aaa;padding:0}@media (max-width: 450px){.switch-pages{flex-direction:column}}.switch-pages .first-last{display:flex}@media (max-width: 450px){.switch-pages .first-last{justify-content:space-between;width:100%}}.switch-pages p{padding:10px 0;cursor:pointer}.switch-pages .button-container{display:flex;align-items:center}.switch-pages .button-container button{background:transparent;color:#aaa;border:none}.switch-pages .button-container button:hover{cursor:pointer}.switch-pages .button-container .num-btn{margin:0 5px;height:24px;width:20px;font-size:14px}.switch-pages .button-container .num-btn:hover{background-image:linear-gradient(to right, #35c090, #0093ff) ;border-radius:5px;color:white}@media (max-width: 600px){.switch-pages .button-container .num-btn{font-size:12px;margin:0 2px}}.switch-pages .button-container .num-btn.active{background-image:linear-gradient(to right, #35c090, #0093ff) ;border-radius:5px;color:white}.switch-pages .button-container .arrow{font-size:35px;margin:0 20px}@media (max-width: 600px){.switch-pages .button-container .arrow{margin:0;font-size:25px}}.switch-pages .button-container .ellipsis{align-self:flex-end;margin:0 5px;padding-bottom:10px}.upload-item-widget{padding:7px 0;margin:5px 0;width:100%;position:relative}.upload-item-widget .name{padding:0 5px}.upload-item-widget .progress-bar{overflow:hidden;position:absolute;left:0;bottom:0;height:100%;z-index:-1;transition:width .1s ease}.upload-item-widget .progress-bar:before{content:'';display:block;position:absolute;left:0;width:100%;height:100%;opacity:.2;border-radius:3px;background-image:linear-gradient(to right, #35c090, #0093ff) }.upload-item-widget .progress-bar .percent{width:100px;text-align:right;font-size:12px;font-weight:400;position:absolute;right:5px;top:8px;z-index:1;opacity:.7}.upload-widget .dropzone{background:#272D43;border:1px solid transparent;border-radius:5px;transition:border-color .15s ease;cursor:pointer}.upload-widget .dropzone:hover{border-color:#0093ff}.upload-widget .dropzone.drag{color:#35c090;border-color:#35c090}.upload-widget .dropzone .upload-container{height:125px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-widget .dropzone .upload-container .icon{width:30px;height:30px;background:url(/icon-upload.svg);background-size:contain;background-repeat:no-repeat;margin-bottom:10px;opacity:.7}.upload-widget .dropzone .upload-container .label{opacity:.7;font-size:12px}.upload-widget .list{margin-bottom:15px}.best-parts{height:750px;position:relative;background:radial-gradient(80% 40% at 90% 50%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%),url(/dot.png)}.best-parts .wrapper{position:relative;width:100%;height:100%}.best-parts section{width:calc(100% - 500px);position:absolute;top:calc(50% - 190px);left:50px}@media (max-width: 1000px){.best-parts .headshots-wrapper{width:400px;height:400px;margin:auto;overflow:hidden}}@media (max-width: 600px){.best-parts .headshots-wrapper{width:250px;height:250px}}.best-parts .headshots{position:absolute;right:25px;top:calc(50% - 250px);width:500px;height:500px;max-height:100vh}@media (max-width: 1000px){.best-parts .headshots{position:relative;right:auto;top:auto;margin:auto;transform:scale(0.8);transform-origin:top left}}@media (max-width: 600px){.best-parts .headshots{transform:scale(0.5)}}.best-parts .headshots img{max-width:200px;border-radius:5px}.best-parts .headshots .item{position:absolute;width:200px;height:250px;opacity:0}.best-parts .headshots .item.active{animation:inOut 5s ease forwards}.best-parts .headshots .item .percent{opacity:.7;font-size:10px;margin-top:3px}.best-parts .headshots .item .headshot{position:relative;line-height:0}.best-parts .headshots .item .headshot .line{background-image:linear-gradient(to right, #35c090, #0093ff) ;width:0%;height:3px;position:absolute;left:0;bottom:0;border-radius:0 5px 5px 5px;transition:width 3s ease}.best-parts .headshots .item-0{top:0;left:0}.best-parts .headshots .item-1{bottom:0;right:0}.best-parts .headshots .item-2{top:0;right:0;bottom:0;left:0;margin:auto}.best-parts .headshots .item-2.active{animation:fadeIn 3s ease forwards}@keyframes inOut{0%{opacity:0}60%{opacity:1}100%{opacity:.4}}@keyframes fadeIn{0%{opacity:0}60%{opacity:1}100%{opacity:1}}.database{height:750px;position:relative}.database .wrapper{position:relative;width:100%;height:100%}.database section{width:calc(100% - 500px);position:absolute;top:calc(50% - 190px);right:50px}.database .backdrops{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0;z-index:0;overflow:hidden}.database .backdrops:after{content:'';display:block;position:absolute;top:0;right:0;width:70%;height:100%;background:linear-gradient(90deg, rgba(21,25,41,0) 0%, #151929 75%)}@media (max-width: 1000px){.database .backdrops:after{background:linear-gradient(90deg, #151929 0%, rgba(21,25,41,0) 75%);left:0;right:auto;width:100%}}.database .backdrops .row{display:flex;justify-content:space-between;width:100%;margin-bottom:10px;transition:transform .15s linear}.database .backdrops .row.odd{transform:translate(100%)}.database .backdrops .row.even{transform:translate(-100%)}.database .backdrops .row.even .item{transform:translateX(-50%)}.database .backdrops .item{width:calc(16vw - 5px);height:9vw;background-size:cover;border-radius:5px;opacity:.2;transition:opacity 3.5s ease}.database .backdrops .item.item-1{background:url(/1.jpg)}.database .backdrops .item.item-2{background:url(/2.jpg)}.database .backdrops .item.item-3{background:url(/3.jpg)}.database .backdrops .item.item-4{background:url(/4.jpg)}.database .backdrops .item.item-5{background:url(/5.jpg)}.database .backdrops .item.item-6{background:url(/6.jpg)}.database .backdrops .item.item-7{background:url(/7.jpg)}.database .backdrops .item.item-8{background:url(/8.jpg)}.database .backdrops .item.item-9{background:url(/9.jpg)}.database .backdrops .item.item-10{background:url(/10.jpg)}.database .backdrops .item.item-11{background:url(/11.jpg)}.database .backdrops .item.item-12{background:url(/12.jpg)}.database .backdrops .item.item-13{background:url(/13.jpg)}.database .backdrops .item.item-14{background:url(/14.jpg)}.database .backdrops .item.item-15{background:url(/15.jpg)}.database .backdrops .item.item-16{background:url(/16.jpg)}.database .backdrops .item.item-17{background:url(/17.jpg)}.database .backdrops .item.item-18{background:url(/18.jpg)}.database .backdrops .item.item-19{background:url(/19.jpg)}.database .backdrops .item.item-20{background:url(/20.jpg)}.database .backdrops .item.item-21{background:url(/21.jpg)}.database .backdrops .item.item-22{background:url(/22.jpg)}.database .backdrops .item.item-23{background:url(/23.jpg)}.database .backdrops .item.item-24{background:url(/24.jpg)}.database .backdrops .item.item-25{background:url(/25.jpg)}.database .backdrops .item.item-26{background:url(/26.jpg)}.database .backdrops .item.item-27{background:url(/27.jpg)}.database .backdrops .item.item-28{background:url(/28.jpg)}.database .backdrops .item.item-29{background:url(/29.jpg)}.database .backdrops .item.item-30{background:url(/30.jpg)}.database .backdrops .item.active{opacity:.85}@media (max-width: 1000px){.database .backdrops .item.active{opacity:.5}}.face{height:750px;position:relative;overflow:hidden;background:radial-gradient(50% 40% at 10% 50%, rgba(0,126,255,0.1) 0%, rgba(14,17,26,0) 100%)}.face .wrapper{position:relative;width:100%;height:100%}.face .wrapper .headshot{width:1000px;height:592px;position:absolute;z-index:1;right:-200px;bottom:100px;opacity:1;animation:floating 5s ease-in-out infinite}@media (max-width: 1250px){.face .wrapper .headshot{width:700px;height:415px;right:-100px}}@media (max-width: 1000px){.face .wrapper .headshot{position:static;display:block;margin:auto}}@media (max-width: 700px){.face .wrapper .headshot{max-width:100%;height:54vw}}.face .wrapper .headshot .photo{background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0}.face .wrapper .headshot .mask{background-image:url(/headshot-perspective-mask.png);background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.face .wrapper .headshot .mask .label{position:absolute}.face .wrapper .headshot .mask .label span{display:block;border-radius:5px;background-image:linear-gradient(to right, #35c090, #0093ff) ;padding:5px 15px;text-align:center;font-size:14px;opacity:0;transition:opacity .5s ease-in-out}@media (max-width: 630px){.face .wrapper .headshot .mask .label span{font-size:11px}}.face .wrapper .headshot .mask .label:before{content:'';display:block;width:20px;height:20px;border:2px solid #fff;position:absolute;border-radius:100%;bottom:-200px;left:0;right:0;margin:auto;opacity:0;transition:opacity .5s ease-in-out}@media (max-width: 1000px){.face .wrapper .headshot .mask .label:before{bottom:-100px}}.face .wrapper .headshot .mask .label:after{content:'';display:block;width:2px;height:0;position:absolute;bottom:-176px;background:#fff;left:0;right:0;margin:auto;transition:height .5s ease-in-out}@media (max-width: 1000px){.face .wrapper .headshot .mask .label:after{bottom:-76px}}.face .wrapper .headshot .mask .approachable{left:180px;top:-50px}@media (max-width: 1250px){.face .wrapper .headshot .mask .approachable{left:40px;top:-90px}}@media (max-width: 1000px){.face .wrapper .headshot .mask .approachable{top:10px}}.face .wrapper .headshot .mask .approachable:before{transition-delay:1s}.face .wrapper .headshot .mask .approachable:after{transition-delay:1.5s}.face .wrapper .headshot .mask .approachable span{transition-delay:2s}.face .wrapper .headshot .mask .happy{left:500px;top:40px}@media (max-width: 1250px){.face .wrapper .headshot .mask .happy{top:-20px;left:310px}}@media (max-width: 1000px){.face .wrapper .headshot .mask .happy{top:70px}}@media (max-width: 630px){.face .wrapper .headshot .mask .happy{left:240px;top:40px}}.face .wrapper .headshot .mask .happy:before{transition-delay:2s}.face .wrapper .headshot .mask .happy:after{transition-delay:2.5s}.face .wrapper .headshot .mask .happy span{transition-delay:3s}.face .wrapper .headshot .mask .lead{top:-20px;left:670px}@media (max-width: 1250px){.face .wrapper .headshot .mask .lead{top:-80px;left:450px}}@media (max-width: 1000px){.face .wrapper .headshot .mask .lead{top:20px}}@media (max-width: 630px){.face .wrapper .headshot .mask .lead{left:350px}}@media (max-width: 450px){.face .wrapper .headshot .mask .lead{display:none}}.face .wrapper .headshot .mask .lead:before{transition-delay:3s}.face .wrapper .headshot .mask .lead:after{transition-delay:3.5s}.face .wrapper .headshot .mask .lead span{transition-delay:4s}.face .wrapper section{width:calc(100% - 500px);position:absolute;bottom:150px;left:50px;z-index:1}.face.animate .headshot .mask{opacity:1}.face.animate .headshot .mask .label span{opacity:1}.face.animate .headshot .mask .label:before{opacity:1}.face.animate .headshot .mask .label:after{height:175px}@media (max-width: 1000px){.face.animate .headshot .mask .label:after{height:76px}}@keyframes pulse{0%{box-shadow:0 0 5px #fff,-10px 0 8px #b316b3,10px 0 10px #00bae9}50%{box-shadow:0 0 15px #fff,-10px 0 25px #b316b3,10px 0 30px #00bae9}100%{box-shadow:0 0 5px #fff,-10px 0 8px #b316b3,10px 0 10px #00bae9}}@keyframes floating{0%{transform:translate(0, 0)}50%{transform:translate(0, 15px)}100%{transition:translate(0, 0)}}.knowbiz{height:750px;position:relative;background:radial-gradient(70% 50% at 30% 50%, rgba(0,126,255,0.08) 0%, rgba(14,17,26,0) 100%)}.knowbiz .wrapper{position:relative;width:100%;height:100%}.knowbiz section{width:calc(100% - 550px);position:absolute;top:calc(50% - 140px);left:50px;z-index:1}@media (max-width: 1000px){.knowbiz .screener-wrap{width:250px;height:250px;margin:auto;overflow:hidden}}.knowbiz .screener{position:absolute;right:25px;top:calc(50% - 250px);width:500px;height:500px;opacity:1;transition:opacity 1s ease}@media (max-width: 1000px){.knowbiz .screener{position:relative;margin:auto;transform:scale(0.5);transform-origin:top left;right:auto;top:auto}}.knowbiz .screener.show-headshot .headshot,.knowbiz .screener.populate-casting .castings .cast{opacity:1;transform:none}.knowbiz .screener.scroll-to-0 .castings .casting-wrap{transform:translateY(0px)}.knowbiz .screener.scroll-to-1 .castings .casting-wrap{transform:translateY(-80px)}.knowbiz .screener.scroll-to-2 .castings .casting-wrap{transform:translateY(-160px)}.knowbiz .screener.scroll-to-3 .castings .casting-wrap{transform:translateY(-240px)}.knowbiz .screener.scroll-to-4 .castings .casting-wrap{transform:translateY(-320px)}.knowbiz .screener.scroll-to-5 .castings .casting-wrap{transform:translateY(-400px)}.knowbiz .screener.scroll-to-6 .castings .casting-wrap{transform:translateY(-480px)}.knowbiz .screener.scroll-to-7 .castings .casting-wrap{transform:translateY(-560px)}.knowbiz .screener.scroll-to-8 .castings .casting-wrap{transform:translateY(-640px)}.knowbiz .screener.scroll-to-9 .castings .casting-wrap{transform:translateY(-720px)}.knowbiz .screener.scroll-to-10 .castings .casting-wrap{transform:translateY(-800px)}.knowbiz .screener.scroll-to-11 .castings .casting-wrap{transform:translateY(-880px)}.knowbiz .screener.scroll-to-12 .castings .casting-wrap{transform:translateY(-960px)}.knowbiz .screener.scroll-to-13 .castings .casting-wrap{transform:translateY(-1040px)}.knowbiz .screener.scroll-to-14 .castings .casting-wrap{transform:translateY(-1120px)}.knowbiz .screener.scroll-to-15 .castings .casting-wrap{transform:translateY(-1200px)}.knowbiz .screener.flash-casting .castings .cast.selected{animation:flash .3s ease 3}.knowbiz .screener.expand-casting .castings .cast.selected .contents{height:150px}.knowbiz .screener.slide-headshot .headshot{transform:translateX(160px)}.knowbiz .screener.slide-headshot .castings .cast.selected .contents{width:calc(100% - 145px);margin-left:145px}.knowbiz .screener.show-role .castings .cast .contents .role{opacity:1}.knowbiz .screener.hide{opacity:0}.knowbiz .screener .headshot{width:130px;height:160px;background-size:cover;border-radius:5px;overflow:hidden;position:absolute;left:0;top:calc(50% - 80px);opacity:0;transform:translateY(15px);transition:opacity 1.5s ease, transform 1.5s ease;z-index:1}.knowbiz .screener .castings{overflow:hidden;width:calc(100% - 150px);height:100%;margin-left:150px;position:relative}.knowbiz .screener .castings:before,.knowbiz .screener .castings:after{width:100%;height:50px;content:'';display:block;position:absolute;left:0;background:linear-gradient(0deg, rgba(21,25,41,0) 0%, #151929 75%);z-index:1}@media (max-width: 1000px){.knowbiz .screener .castings:before,.knowbiz .screener .castings:after{display:none}}.knowbiz .screener .castings:before{top:0}.knowbiz .screener .castings:after{bottom:0;transform:rotate(180deg)}.knowbiz .screener .castings .casting-wrap{position:relative;transform:translateY(0);transition:transform 5s ease}.knowbiz .screener .castings .cast{width:100%;margin-bottom:15px;background:#272D43;border-radius:5px;padding:15px;transform:translateY(50px);opacity:0;transition:opacity .7s ease, transform .7s ease, height .5s ease;position:relative}.knowbiz .screener .castings .cast:nth-child(0){transition-delay:0s}.knowbiz .screener .castings .cast:nth-child(1){transition-delay:.25s}.knowbiz .screener .castings .cast:nth-child(2){transition-delay:.5s}.knowbiz .screener .castings .cast:nth-child(3){transition-delay:.75s}.knowbiz .screener .castings .cast:nth-child(4){transition-delay:1s}.knowbiz .screener .castings .cast:nth-child(5){transition-delay:1.25s}.knowbiz .screener .castings .cast:nth-child(6){transition-delay:1.5s}.knowbiz .screener .castings .cast:nth-child(7){transition-delay:1.75s}.knowbiz .screener .castings .cast:nth-child(8){transition-delay:2s}.knowbiz .screener .castings .cast:nth-child(9){transition-delay:2.25s}.knowbiz .screener .castings .cast:nth-child(10){transition-delay:2.5s}.knowbiz .screener .castings .cast:nth-child(11){transition-delay:2.75s}.knowbiz .screener .castings .cast:nth-child(12){transition-delay:3s}.knowbiz .screener .castings .cast:nth-child(13){transition-delay:3.25s}.knowbiz .screener .castings .cast:nth-child(14){transition-delay:3.5s}.knowbiz .screener .castings .cast:nth-child(15){transition-delay:3.75s}.knowbiz .screener .castings .cast .contents-headshot{width:130px;height:160px;background-size:cover;border-radius:5px;overflow:hidden;position:absolute;top:10px;left:10px}.knowbiz .screener .castings .cast .contents{height:35px;transition:height 1s ease, width 1.5s ease, margin-left 1.5s ease}.knowbiz .screener .castings .cast .contents .title{display:inline-block;height:10px;background:rgba(255,255,255,0.3);border-radius:100px}.knowbiz .screener .castings .cast .contents .role{position:absolute;bottom:15px;opacity:0;transition:opacity .5s ease}@keyframes flash{0%{background:#272D43}50%{background:rgba(255,255,255,0.5)}100%{background:#272D43}}.personality{height:750px;overflow:hidden;position:relative}@media (max-width: 1000px){.personality{height:auto;padding:100px 0}}.personality .background{position:absolute;z-index:0}.personality section{width:calc(100% - 500px);position:absolute;top:calc(50% - 125px);right:50px}.personality .wrapper{z-index:1;position:relative;width:100%;height:100%}.personality .wrapper .personality-chart-wrapper{position:relative;width:350px;left:50px;top:calc(50% - 200px);opacity:0;transition:opacity 2.5s ease .5s}@media (max-width: 1000px){.personality .wrapper .personality-chart-wrapper{width:250px;max-width:calc(100% - 50px);position:relative;margin:auto;left:auto;right:auto;text-align:center}}.personality .wrapper .personality-chart-wrapper .personality-chart-widget{width:100%;height:100%}.personality .wrapper .personality-chart-wrapper .tagline{width:100%;text-align:center;font-size:11px;font-weight:100;font-style:italic;transform:translateY(15px);opacity:0;transition:all 1s ease;transition-delay:2s;margin-top:50px}.personality .wrapper .personality-chart-wrapper .label{transform:translateY(15px);opacity:0;transition:all .5s ease}.personality .wrapper .personality-chart-wrapper .label.label-0{transition-delay:.5s}.personality .wrapper .personality-chart-wrapper .label.label-1{transition-delay:.75s}.personality .wrapper .personality-chart-wrapper .label.label-2{transition-delay:1s}.personality .wrapper .personality-chart-wrapper .label.label-3{transition-delay:1.25s}.personality .wrapper .personality-chart-wrapper .label.label-4{transition-delay:1.5s}.personality.animate .personality-chart-wrapper{opacity:1}.personality.animate .personality-chart-wrapper .label,.personality.animate .personality-chart-wrapper .tagline{opacity:1;transform:translateY(0)}.plx-profile{padding:50px 0 100px;margin-bottom:100px;height:100vh;min-height:1080px;background:radial-gradient(50% 50% at 50% 50%, rgba(0,126,255,0.15) 0%, rgba(14,17,26,0) 100%);position:relative}@media (max-width: 950px){.plx-profile{min-height:0;height:auto}}.plx-profile .wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 950px){.plx-profile .wrapper{align-items:flex-start;justify-content:space-between}}.plx-profile.animate .profile-container .auditions .audition{transform:none;opacity:1}.plx-profile .head{width:100%;text-align:center;margin-bottom:75px}@media (max-width: 1000px){.plx-profile .head{order:2;margin-bottom:25px}}@media (max-width: 700px){.plx-profile .head{margin-bottom:30px}}@media (max-width: 600px){.plx-profile .head{margin-top:50px}}.plx-profile .head h2{font-size:36px;font-weight:200;letter-spacing:.12em;margin-bottom:15px}@media (max-width: 900px){.plx-profile .head h2{font-size:32px}}@media (max-width: 720px){.plx-profile .head h2{font-size:24px}}@media (max-width: 550px){.plx-profile .head h2{font-size:18px}}.plx-profile .head .description{max-width:700px;margin:auto;font-size:14px;letter-spacing:.1em;line-height:2em}@media (max-width: 1000px){.plx-profile .head .description{max-width:none}}.plx-profile .profile-container{background:#272D43;width:500px;min-height:600px;border-radius:10px;padding:30px;text-align:center}@media (max-width: 1200px){.plx-profile .profile-container{width:40%;margin-bottom:50px;margin-top:50px}}@media (max-width: 1000px){.plx-profile .profile-container{order:1;width:100%;min-height:0;display:flex;justify-content:space-between}}@media (max-width: 600px){.plx-profile .profile-container{display:block;max-width:450px;margin:auto}}@media (max-width: 950px){.plx-profile .profile-container .contents{width:250px}}@media (max-width: 600px){.plx-profile .profile-container .contents{width:100%}}.plx-profile .profile-container .url{background:rgba(255,255,255,0.1);border-radius:100px;padding:5px 30px;text-align:center;font-size:12px;color:rgba(255,255,255,0.7);display:inline-block}.plx-profile .profile-container .photo{width:175px;height:175px;border-radius:100%;background-size:cover;margin:50px auto 30px}@media (max-width: 950px){.plx-profile .profile-container .photo{width:100px;height:100px}}.plx-profile .profile-container .name{font-size:28px;letter-spacing:.08em;margin-bottom:5px}.plx-profile .profile-container .title,.plx-profile .profile-container .location{font-size:12px;color:rgba(255,255,255,0.7);line-height:1.3em;letter-spacing:.08em}.plx-profile .profile-container .auditions{padding-top:50px}@media (max-width: 950px){.plx-profile .profile-container .auditions{width:calc(100% - 350px);padding-top:0}}@media (max-width: 600px){.plx-profile .profile-container .auditions{width:100%;padding-top:30px}}.plx-profile .profile-container .auditions-title{text-align:center;font-size:12px;padding-bottom:10px;opacity:.5}.plx-profile .profile-container .auditions .audition{background:#414860;border-radius:5px;padding:10px 10px 30px;margin-bottom:10px;position:relative;overflow:hidden;transform:translateY(30px);opacity:0;transition:transform 1.5s ease, opacity 1.5s ease}.plx-profile .profile-container .auditions .audition:nth-of-type(1){transition-delay:.5s}.plx-profile .profile-container .auditions .audition:nth-of-type(1) .audition-match{transition-delay:1s}.plx-profile .profile-container .auditions .audition:nth-of-type(2){transition-delay:1s}.plx-profile .profile-container .auditions .audition:nth-of-type(2) .audition-match{transition-delay:1.5s}.plx-profile .profile-container .auditions .audition:nth-of-type(3){transition-delay:1.5s}.plx-profile .profile-container .auditions .audition:nth-of-type(3) .audition-match{transition-delay:2s}.plx-profile .profile-container .auditions .audition:last-of-type{margin-bottom:0}.plx-profile .profile-container .auditions .audition-header{display:flex;justify-content:space-between}.plx-profile .profile-container .auditions .audition-title{font-size:18px}@media (max-width: 1200px){.plx-profile .profile-container .auditions .audition-title{font-size:14px}}.plx-profile .profile-container .auditions .audition-type,.plx-profile .profile-container .auditions .audition-role{font-size:11px;opacity:.7}.plx-profile .profile-container .auditions .audition-role{text-align:left;padding-top:5px}.plx-profile .profile-container .auditions .audition-match{width:0%;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;transition:width 5s ease}.plx-profile .profile-container .auditions .audition-match .match{position:absolute;right:0;bottom:5px;font-size:10px;opacity:.7;width:70px;text-align:right}.plx-profile .features{width:calc((100% - 500px) / 2);max-width:350px}@media (max-width: 1200px){.plx-profile .features{width:30%}}@media (max-width: 950px){.plx-profile .features{padding-top:50px;width:calc(50% - 15px);max-width:none}}@media (max-width: 600px){.plx-profile .features{width:100%;padding-top:0}}.plx-profile .features.left{text-align:right}@media (max-width: 950px){.plx-profile .features.left{text-align:left}}.plx-profile .features.left .item{padding-right:50px;padding-left:0}@media (max-width: 950px){.plx-profile .features.left .item{padding:0}}.plx-profile .features.left .item:after{right:0;left:auto;background:linear-gradient(89.91deg, #0093ff 0%, #35c090 100%)}@media (min-width: 601px){.plx-profile .features.left .item h3{background:linear-gradient(89.91deg, #0093ff 0%, #35c090 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media (max-width: 950px){.plx-profile .features.left{order:3}.plx-profile .features.right{order:3}}.plx-profile .features .item{margin-bottom:75px;padding-left:50px;position:relative}@media (max-width: 950px){.plx-profile .features .item{padding:0}}@media (max-width: 600px){.plx-profile .features .item{background:#272D43;border-radius:5px;padding:15px !important;line-height:normal;text-align:center;max-width:400px;margin:0 auto 25px}}.plx-profile .features .item:after{content:'';width:40px;height:2px;display:block;position:absolute;top:7px;left:0;background-image:linear-gradient(to right, #35c090, #0093ff) ;box-shadow:0px 2px 15px 2px rgba(255,255,255,0.35),0px 1px 3px 0px rgba(0,147,255,0.45)}@media (max-width: 950px){.plx-profile .features .item:after{display:none}}.plx-profile .features .item h3{font-weight:600;font-size:14px;letter-spacing:.3em;text-transform:uppercase;color:#0093ff;background-image:linear-gradient(to right, #35c090, #0093ff) ;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 600px){.plx-profile .features .item h3{display:inline-block}}.plx-profile .features .item .description{line-height:1.7em;font-size:14px;font-weight:200}.plx-profile .more{position:absolute;bottom:35px;width:100%;text-align:center;font-size:18px;font-weight:200;padding:0 25px;letter-spacing:.15em}.subscribe{height:100vh;min-height:600px;display:flex;justify-content:center;align-items:center;background:#f1f1f1;color:#101010;position:relative}.subscribe .wrapper{max-width:850px;text-align:center}.subscribe .wrapper h3{font-size:50px;font-weight:400;letter-spacing:.08em;margin-bottom:30px;padding-bottom:30px;position:relative}@media (max-width: 900px){.subscribe .wrapper h3{font-size:30px}}@media (max-width: 450px){.subscribe .wrapper h3{font-size:26px}}@media (max-width: 430px){.subscribe .wrapper h3{font-size:24px}}.subscribe .wrapper h3:after{content:'';width:250px;height:3px;background-image:linear-gradient(to right, #35c090, #0093ff) ;position:absolute;bottom:0;left:0;right:0;margin:auto}.subscribe .wrapper .description{font-size:16px;letter-spacing:.13em;line-height:35px}.subscribe .wrapper form{margin-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap}.subscribe .wrapper form input{font-size:20px;width:calc(100% - 200px);padding:15px 25px;letter-spacing:.05em}@media (max-width: 600px){.subscribe .wrapper form input{display:block;width:100%}}.subscribe .wrapper form button{font-size:20px;width:175px}@media (max-width: 600px){.subscribe .wrapper form button{margin:auto;width:100%;margin-top:50px}}.subscribe .form-wrap{position:relative}.subscribe .form-wrap .success{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#f1f1f1;justify-content:center;align-items:center;opacity:0;visibility:hidden;display:flex;transition:opacity .5s ease, visibility .5s ease;font-size:16px;letter-spacing:.13em;line-height:35px}.subscribe .form-wrap .success.active{opacity:1;visibility:visible}.subscribe .form-wrap .errors{margin-top:10px;color:red;text-align:left;font-size:12px;padding-left:30px;opacity:0;transition:opacity .5s ease}.subscribe .form-wrap .errors.active{opacity:1}.subscribe .contact{font-size:12px;position:absolute;bottom:50px;color:rgba(0,0,0,0.7)}.subscribe .contact a:link,.subscribe .contact a:active,.subscribe .contact a:visited{text-decoration:none;color:rgba(0,0,0,0.7)}.multiselect.field .label{font-size:12px;margin-bottom:5px;display:block}

