@media (min-width: 1600px) {
  .home-nav .brand-logo {
    float: left;
  }
}
@media (max-width: 1799px) {
  nav i.right {
    margin-left: 0;
  }
  nav ul a {
    padding: 0 17px;
  }
}
@media (max-width: 1599px) {
  nav {
    height: 30px;
  }
  nav .brand-logo {
    float: none;
  }
  nav ul a,
  nav ul li {
    line-height: 50px;
  }
  nav .nav-wrapper i {
    line-height: 50px;
    height: 50px;
  }
  nav .menu-wrap > ul.left > li:first-of-type > a {
    padding-left: 0;
  }
  .double-hero .left h1 {
    font-size: 44px;
    line-height: 57px;
  }
  .double-hero .left h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .vertical .vertical-hero h1 {
    font-size: 72px;
  }
  .vertical .vertical-hero .inner {
    margin-top: 30px;
  }
  .vertical .the-gradient {
    min-height: 800px;
  }
}
@media (max-width: 1499px) {
  .two-points.two-points-video .inner {
    flex-wrap: wrap;
  }
  .two-points.two-points-video .inner .the-video {
    flex: 1 0 100%;
  }
  .two-points.two-points-video .inner .the-text {
    text-align: center;
    flex: 1 0 100%;
  }
  .two-points.two-points-video .inner .the-text h1, .two-points.two-points-video .inner .the-text .button-wrap {
    width: 100%;
  }
  .two-points.two-points-video .inner .the-text h4 {
    margin-left: auto;
    margin-right: auto;
  }
  .two-points.two-points-video .inner .the-video video {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    aspect-ratio: 16/6;
  }
  .one-col.account {
    padding-left: 60px;
    padding-right: 60px;
  }
  .one-col.announce h1 {
    font-size: 55px;
  }
  .vertical .one-col h2 {
    font-size: 55px;
  }
  .vertical .creator-economy h1 {
    font-size: 45px;
  }
  .vertical .what-is-curios h1 {
    font-size: 55px;
    line-height: 1.4;
  }
  .vertical .get-started h1 {
    font-size: 55px;
    line-height: 1.2;
  }
  .vertical .two-points h2 {
    font-size: 40px;
  }
  .vertical .two-points.the-quote .right {
    padding: 100px 80px 100px 100px;
  }
  .vertical .two-points.the-quote .the-content h4 {
    font-size: 27px;
  }
  .vertical .two-points.text-points .left:first-of-type {
    padding-left: 80px;
    padding-right: 60px;
  }
  .vertical .two-points.text-points .left:nth-of-type(2) {
    background: #fff;
    padding-left: 60px;
    padding-right: 60px;
  }
  .vertical .two-points.text-points .left:last-of-type {
    padding-left: 60px;
    padding-right: 80px;
  }
  .vertical .one-col .the-stats h1 {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .home-nav .nav-wrapper {
    padding: 0 60px;
  }
  .double-hero .left, .double-hero .right {
    flex: 0 0 50%;
  }
  .double-hero .left h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .double-hero .left h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .double-hero .left,
  .double-hero .right {
    padding-left: 60px;
    padding-right: 60px;
  }
  .big-point {
    padding: 100px 60px;
  }
  .big-point h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .creators-unleashed-hero .the-content .the-title {
    flex-wrap: wrap;
  }
  .creators-unleashed-hero .the-content .the-title .sponsor {
    flex: 1 0 100%;
    justify-content: center;
  }
  .creators-unleashed-hero .the-content .the-title .logo-unleashed {
    margin-top: -20px;
  }
  .creators-unleashed-hero .the-content .the-title {
    margin-bottom: 40px;
  }
  .creators-unleashed-hero .the-content .the-time h3 {
    margin-bottom: 10px;
  }
  .creators-unleashed .the-pics {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
  .creators-unleashed .speakers-panel {
    padding: 80px 10%;
  }
  .creators-unleashed .speakers-panel .the-details {
    flex-wrap: wrap;
  }
  .creators-unleashed .speakers-panel .the-details .title-details {
    width: 100%;
  }
  .creators-unleashed .other-event {
    flex-wrap: wrap;
  }
  .creators-unleashed .other-event .event-info {
    width: 100%;
    margin-bottom: 50px;
  }
  .creators-unleashed .other-event .button-wrap {
    text-align: center;
    width: 100%;
  }
  .creators-unleashed-hero .the-content .the-text {
    gap: 70px;
  }
  .creators-unleashed-hero .button-wrap {
    margin-top: 0;
  }
  .creators-unleashed-hero .the-content .the-time {
    text-align: center;
    margin-bottom: 30px;
  }
  .creators-unleashed-hero .the-content .the-details {
    padding: 30px 0 20px;
  }
}
@media (min-width: 993px) and (max-width: 1599px) {
  .home-nav.sticky {
    height: auto;
  }
  .home-nav.sticky .nav-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto;
  }
  .home-nav .nav-wrapper .brand-logo img {
    height: 25px;
  }
  .home-nav.sticky .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-nav.sticky ul.left {
    margin-bottom: -10px;
  }
  .home-nav.sticky ul.left a {
    font-size: 15px;
  }
  .home-nav.sticky i {
    line-height: 50px;
    height: 50px;
  }
  .home-nav.sticky .btn-navy {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .nav-search input[type=text] {
    width: 40px;
    min-width: 0;
  }
}
@media (max-width: 1099px) {
  nav ul a {
    font-size: 15px;
    padding: 0 15px;
  }
  .vertical .two-points.text-points .inner {
    flex-wrap: wrap;
  }
  .vertical .two-points.text-points .left {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .vertical .two-points.text-points .left ul {
    text-align: center;
    max-width: 600px;
  }
  .vertical .two-points h2 {
    width: 100%;
  }
  .vertical .two-points .left li {
    margin-bottom: 20px;
  }
}
@media (min-width: 993px) {
  .creators-unleashed .speakers-panel .speakers .speaker {
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .sidenav li > a.btn-small {
    font-size: 13px;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    margin: 10px 20px !important;
  }
  .sidenav li > a.btn-small.btn-outline {
    line-height: 42px;
  }
  .sidenav li .the-search {
    margin: 10px 20px !important;
  }
  .nav-search input[type=text] {
    width: 100%;
  }
  .home-nav .nav-wrapper {
    padding: 0 30px;
  }
  nav > ul li:first-of-type a {
    margin-top: 10px;
    padding-left: 32px;
  }
  .home-nav .nav-wrapper {
    margin-top: 15px;
  }
  .home-nav .brand-logo {
    position: absolute;
  }
  .home-nav .nav-wrapper .brand-logo img {
    height: 18px;
  }
  .double-hero .inner {
    flex-wrap: wrap;
  }
  .double-hero .left, .double-hero .right {
    flex: 1 0 100%;
  }
  .double-hero .left {
    padding: 80px 60px;
  }
  .double-hero .left .the-details {
    text-align: center;
  }
  .double-hero .left h1 {
    margin-bottom: 30px;
  }
  .double-hero .left h3 {
    margin-bottom: 30px;
  }
  .one-col {
    padding: 80px 30px;
  }
  .one-col h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .one-col h2 {
    font-size: 43px;
    line-height: 1.2;
  }
  .one-col h4 {
    margin-bottom: 40px;
    max-width: 700px;
  }
  .one-col h4 strong {
    margin-top: 20px;
    display: inline-block;
  }
  .one-col.announce h1 {
    font-size: 43px;
  }
  .big-point .inner {
    text-align: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  .big-point .left {
    width: 100%;
  }
  .big-point .right {
    width: 100%;
  }
  .home .big-point.lighter-navy .inner {
    flex-direction: column-reverse;
  }
  .our-top-creators .creator-page-list .single-item {
    width: calc(33.33% - 16px);
  }
  .two-points .inner {
    flex-wrap: wrap;
  }
  .home .two-points .inner .left,
  .home .two-points .inner .right {
    text-align: center;
    padding: 80px;
    width: 100%;
    justify-content: center;
  }
  .two-points.two-points-video .inner .the-video {
    padding: 0;
  }
  .two-points h2 {
    font-size: 43px;
    line-height: 1.2;
  }
  .creators-unleashed .speakers-panel .speakers {
    flex-wrap: wrap;
    gap: 30px;
  }
  .creators-unleashed .speakers-panel .speakers .speaker {
    width: calc(50% - 15px);
  }
  .creators-unleashed .other-event {
    padding-left: 10%;
    padding-right: 10%;
  }
  .creators-unleashed .other-event .event-info {
    margin-bottom: 20px;
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .creators-unleashed .other-event .event-info .the-details {
    text-align: center;
    width: 100%;
  }
  .creators-unleashed .event-subtitle {
    margin-bottom: 10px;
  }
  .creators-unleashed .other-event img {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .vertical .vertical-hero h1 {
    font-size: 55px;
  }
  .vertical .vertical-hero h4 {
    font-size: 27px;
  }
  .vertical .the-gradient {
    min-height: 600px;
  }
  .vertical .what-is-curios h1 {
    font-size: 55px;
  }
  .one-col.announce h1 {
    font-size: 45px;
  }
  .vertical .one-col h2 {
    font-size: 40px;
  }
  .vertical .one-col h3 {
    font-size: 27px;
  }
  .vertical .one-col li {
    font-size: 21px;
  }
  .vertical .one-col i {
    font-size: 30px;
    width: 35px;
  }
  .vertical .creator-economy h1 {
    font-size: 40px;
  }
  .vertical .what-is-curios h1 {
    font-size: 45px;
    line-height: 1.4;
  }
  .vertical .get-started h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .vertical .two-points h2 {
    font-size: 40px;
  }
  .vertical .two-points.the-quote .right {
    padding: 100px 80px 100px 100px;
  }
  .vertical .two-points.the-quote .the-content h4 {
    font-size: 27px;
  }
  .vertical .one-col .the-stats {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .vertical .one-col .the-stats > div {
    flex: 0 0 50%;
  }
  .vertical .one-col .the-stats h1 {
    font-size: 40px;
  }
  .vertical .two-points.the-quote .left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .brand-logo img {
    height: 18px;
  }
  .creators-unleashed-hero .brand-logo img {
    height: 27px;
  }
  .creators-unleashed-hero .the-content .the-logo span,
  .creators-unleashed-hero .the-content .the-title span {
    font-size: 14px;
  }
  .creators-unleashed-hero .the-content .the-logo {
    margin-bottom: 0;
    gap: 0;
  }
  .creators-unleashed-hero .the-content {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .creators-unleashed-hero .the-content .the-details {
    padding-top: 0;
  }
  .creators-unleashed-hero .the-content .the-title .logo-unleashed {
    height: auto;
    max-width: 100%;
  }
  .creators-unleashed-hero .the-content .the-title .logo-unleashed {
    margin-top: 0;
  }
  .creators-unleashed-hero .the-content .the-title .sponsored-by {
    height: 45px;
  }
  .creators-unleashed-hero .the-content .the-time {
    margin-bottom: 15px;
  }
  .creators-unleashed-hero .the-content .the-time h4 {
    margin-bottom: 0;
  }
  .creators-unleashed-hero .the-content .the-text {
    flex-wrap: wrap;
  }
  .creators-unleashed-hero .the-content .the-title {
    margin-bottom: 30px;
  }
  .creators-unleashed-hero .the-content .the-time h3 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .creators-unleashed-hero .the-content .the-time h4 {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .creators-unleashed-hero .the-content .the-text {
    padding: 30px 0;
    gap: 20px;
  }
  .creators-unleashed-hero .the-content .the-text p {
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .creators-unleashed-hero .the-content .the-title .sponsor {
    margin-top: -10px;
  }
  .creators-unleashed .one-col h2 {
    font-size: 24px;
  }
  .creators-unleashed .one-col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .creators-unleashed .the-pics {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    justify-content: center;
    gap: 30px;
    gap: 0;
    flex-wrap: wrap;
  }
  .creators-unleashed .one-col h2 {
    margin-bottom: 30px;
  }
  .creators-unleashed .one-col .button-wrap {
    margin-bottom: 50px;
  }
  .creators-unleashed .the-pics .pic {
    width: 90%;
  }
  .creators-unleashed .the-pics .pic.bigger {
    width: 100%;
    z-index: 2;
  }
  .creators-unleashed .the-pics div.pic:first-of-type {
    margin-left: -20px;
  }
  .creators-unleashed .the-pics div.pic:last-of-type {
    margin-top: -20px;
    margin-left: -20px;
    width: 85%;
  }
  .creators-unleashed .the-pics .pic.bigger {
    width: 100%;
    margin-top: -31px;
    margin-right: -16%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }
  .creators-unleashed p {
    font-size: 17px;
  }
  .creators-unleashed .event-time {
    font-size: 30px;
  }
  .creators-unleashed .event-title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .creators-unleashed .event-subtitle {
    font-size: 18px;
  }
  .creators-unleashed .event-subtitle span {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .creators-unleashed .speakers-panel .speakers .speaker h5 {
    font-size: 16px;
  }
  .creators-unleashed .speakers-panel .speakers .speaker p {
    font-size: 14px;
  }
  .creators-unleashed .speakers-panel .speakers {
    gap: 20px;
  }
  .creators-unleashed .other-event img {
    width: 175px;
  }
  .creators-unleashed .event-acjc {
    padding-bottom: 0;
  }
  .creators-unleashed .event-publishing {
    padding-top: 50px;
  }
  .creators-unleashed .speakers-panel {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .creators-unleashed .one-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .creators-unleashed .event-subtitle {
    margin-bottom: 10px;
  }
}
@media (min-width: 601px) {
  nav .nav-wrapper .sidenav-trigger i {
    height: 62px;
    line-height: 62px;
  }
}
@media (max-width: 599px) {
  .double-hero .left {
    padding: 80px 30px 60px;
  }
  .double-hero .right {
    padding: 150px 0 0;
  }
  .double-hero .right .the-credits {
    text-align: center;
    width: 100%;
    padding: 20px 40px;
    background: rgba(15, 15, 38, 0.5);
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .double-hero .right .the-credits p {
    color: #fff;
    font-size: 13px;
  }
  .double-hero .right .button-wrap {
    margin-top: 10px;
  }
  .one-col {
    padding: 60px 30px;
  }
  .one-col h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .one-col h2 {
    font-size: 33px;
  }
  .one-col h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .one-col h4 strong:first-of-type {
    margin-top: 0;
  }
  .big-point {
    padding: 60px 60px;
  }
  .big-point .inner {
    gap: 15px;
  }
  .big-point h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .big-point h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .our-top-creators {
    padding: 60px 30px 40px;
    gap: 0;
  }
  .our-top-creators .creator-page-list .single-item {
    width: calc(50% - 24px);
  }
  .home .two-points .inner .left,
  .home .two-points .inner .right {
    padding: 60px 30px;
  }
  .two-points.two-points-video .inner .the-video {
    padding: 0;
    aspect-ratio: 16/9;
  }
  .two-points h2 {
    font-size: 36px;
  }
  .two-points h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .one-col .button-wrap {
    flex-wrap: wrap;
  }
  .section-home-features {
    padding: 30px 0;
  }
  .section-home-features h2 {
    font-size: 27px;
    margin-bottom: 50px;
  }
  .section-home-features .the-features .col.s6.m3 {
    text-align: center;
    padding: 0 5%;
  }
  .section-home-features .the-features .col .the-icon {
    margin-left: auto;
    margin-right: auto;
  }
  nav .nav-wrapper .sidenav-trigger i {
    line-height: 62px;
    height: 62px;
  }
  .vertical .vertical-hero h1 {
    font-size: 45px;
    line-height: 1.1;
  }
  .vertical .the-gradient {
    padding: 80px 30px;
    height: auto;
  }
  .vertical .vertical-hero h4 {
    font-size: 24px;
  }
  .vertical .one-col.what-is-curios li {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .vertical .what-is-curios h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .vertical .one-col h3 {
    font-size: 21px;
  }
  .vertical .one-col li {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .vertical .one-col li i {
    width: 100%;
  }
  .vertical .creator-economy h1 {
    font-size: 35px;
  }
  .one-col.announce h1 {
    font-size: 35px;
  }
  .vertical .two-points h2 {
    font-size: 30px;
  }
  .vertical .two-points.text-points .left ul li:last-of-type {
    margin-bottom: 0;
  }
  .vertical .two-points.text-points .left:first-of-type,
  .vertical .two-points.text-points .left:nth-of-type(2),
  .vertical .two-points.text-points .left:nth-of-type(3),
  .vertical .two-points.text-points .left:last-of-type {
    padding-left: 50px;
    padding-right: 50px;
  }
  .vertical .two-points .left li {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .vertical .one-col .the-stats {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .vertical .one-col .the-stats > div {
    flex: 0 0 100%;
  }
  .vertical .two-points.the-quote .left {
    padding: 0;
    min-height: 300px;
    aspect-ratio: 1;
  }
  .vertical .two-points.the-quote .the-content h4 {
    font-size: 21px;
  }
  .vertical .two-points.the-quote .the-content h3 {
    font-size: 27px;
  }
  .vertical .one-col li i {
    margin-right: 0;
  }
  .vertical .get-started li span {
    display: none;
  }
  .vertical .get-started li {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .vertical .two-points.text-points h2 br {
    display: none;
  }
}
@media (max-width: 399px) {
  .double-hero .left h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=newhome-responsive.css.map */