body {
  background: #efefef; }

body * h1, body * h2, body * h3, body * h4, body * h5 {
  font-family: "Poppins", sans-serif; }

.main-container {
  max-width: 1680px;
  background: #fff;
  margin: 0 auto;
  position: relative; }

nav {
  display: flex !important;
  justify-content: center !important; }

.nav-container .nav-bar {
  box-shadow: none;
  width: 100%;
  max-width: 1680px; }

.nav-container .nav-bar.nav--fixed {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  margin: 0 auto !important;
  width: 100%;
  max-width: 2680px; }

.nav-container .nav-bar a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff; }

.nav-container .nav-bar a:hover {
  color: #e81f8a !important;
  opacity: 1; }

.nav-container .nav-bar.nav--fixed a {
  color: #333;
  border-top: 3px solid #fff; }

.nav-container .menu-module {
  padding-right: 60px;
  background: 0; }

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: 0; }
  .nav-container nav {
    transition: .3s background; }
  @media screen and (max-width: 990px) {
    .nav-container .nav-mobile-toggle {
      position: absolute;
      top: 0;
      right: 0; }
      .nav-container .nav-mobile-toggle * {
        color: #e81f8a !important;
        background: #fff;
        padding: 8px;
        border-radius: 4px; }
    .nav-container .nav--fixed.nav-bar ~ .nav-mobile-toggle * {
      color: #e81f8a !important;
      padding: 0; }
    .nav-container nav.nav-open {
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.85);
      text-align: center; }
      .nav-container nav.nav-open .nav-bar {
        text-align: center; }
        .nav-container nav.nav-open .nav-bar .nav-module {
          text-align: center;
          padding: 0; }
      .nav-container nav.nav-open .nav-mobile-toggle {
        position: absolute;
        top: 0;
        right: 0; }
        .nav-container nav.nav-open .nav-mobile-toggle * {
          color: #e81f8a !important; }
      .nav-container nav.nav-open a {
        display: block;
        padding: 16px 0; } }

.cover {
  position: relative;
  height: 94vh;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  max-height: 960px; }
  .cover * {
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  .cover .cover-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 100%;
    width: 50%;
    margin-left: 8%; }
    @media screen and (max-width: 768px) {
      .cover .cover-content div {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .cover .cover-content {
        width: 100%;
        margin: 0; } }
    .cover .cover-content svg.logo {
      max-width: 560px;
      margin-bottom: 0px;
      padding: 36px;
      padding-left: 0;
      fill: #fff;
      /*fill: #fff;*/
      filter: drop-shadow(0 0 20px rgba(232, 31, 138, 0.15));
      /*filter: drop-shadow(3px 2px 0 #fff);*/ }
      @media screen and (max-width: 1280px) {
        .cover .cover-content svg.logo {
          max-width: 460px;
          padding-top: 0;
          padding-bottom: 16px; } }
      @media screen and (max-width: 768px) {
        .cover .cover-content svg.logo {
          max-width: 400px;
          text-align: center;
          padding: 0;
          margin: 0 64px;
          margin-bottom: 32px; } }
      @media screen and (max-width: 468px) {
        .cover .cover-content svg.logo {
          margin: 0 32px;
          margin-bottom: 16px; } }
    .cover .cover-content h3 {
      color: #fff;
      font-size: 48px;
      max-width: 640px;
      font-weight: 500;
      line-height: 64px;
      padding-top: 24px !important;
      margin-bottom: 24px !important;
      text-transform: none;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .cover .cover-content h3 {
          font-size: 36px;
          line-height: 48px;
          padding-top: 0 !important;
          margin-bottom: 36px !important; } }
      @media screen and (max-width: 768px) {
        .cover .cover-content h3 {
          font-size: 32px;
          line-height: 42px;
          padding-top: 0 !important;
          margin-bottom: 64px !important; } }
      @media screen and (max-width: 468px) {
        .cover .cover-content h3 {
          padding: 0 24px; } }
      .cover .cover-content h3:before {
        display: block;
        content: '';
        height: 2px;
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        background: #e81f8a;
        border-radius: 2px;
        display: none; }
    .cover .cover-content h4 {
      color: #fff; }     
    .cover .cover-content a {
      display: inline-block;
      border-radius: 60px;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 !important;
      transition: .2s all;
      color: #fff;
      border: 2px solid #e81f8a;
      padding: 18px 32px 16px 32px; }
      .cover .cover-content a:hover {
        background: #e81f8a;
        color: #fff; }
      .cover .cover-content a:active {
        opacity: .8; }
      @media screen and (max-width: 1280px) {
        .cover .cover-content a {
          padding: 20px 20px 16px 20px;
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .cover .cover-content a {
          padding: 18px 32px 16px 32px;
          font-size: 20px; } }
  .cover .phone-hand {
    z-index: 999 !important;
    position: absolute;
    height: 100%;
    top: 24%;
    left: 46%;
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden; }
    .cover .phone-hand img {
      margin: 0;
      max-width: 540px;
      z-index: 1; }
    .cover .phone-hand .phone-video {
      background: #ddd;
      width: 202px;
      height: 356px;
      z-index: 0;
      position: absolute;
      left: 50%;
      top: 60px;
      transform: translate(-50.5%, 0);
      overflow: hidden; }
      .cover .phone-hand .phone-video .slide-contain {
        height: 100%;
        width: 400%;
        background: #fff;
        position: relative;
        animation: 15s slidy infinite; }
        .cover .phone-hand .phone-video .slide-contain img {
          display: inline-block;
          height: 100%;
          width: 25%;
          box-sizing: border-box;
          margin: 0 !important;
          padding: 0; }
    @media screen and (max-width: 1440px) {
      .cover .phone-hand {
        top: 20%;
        left: 50%; } }
    @media screen and (max-width: 1280px) {
      .cover .phone-hand {
        top: 16%;
        left: 50%; } }
    @media screen and (max-width: 850px) {
      .cover .phone-hand {
        display: none; } }
  .cover .bg-contain {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #232323;
    top: 0;
    left: 0;
    z-index: -1; }
    .cover .bg-contain .gradient-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1 !important;
      opacity: .7;
      background: -moz-linear-gradient(left, #e81f8a 0%, #fc6b1d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #e81f8a 0%, #fc6b1d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #e81f8a 0%, #fc6b1d 100%); }
    .cover .bg-contain .background-img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: url("../img/crowd3.jpg");
      background-size: cover;
      background-position: 50% 50%;
      transition: 0.3s linear;
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      opacity: 1;
      z-index: 0 !important;
      filter: brightness(0.25) saturate(0.1); }
      @media screen and (max-width: 1024px) {
        .cover .bg-contain .background-img {
          background-size: cover; } }

.logo-slider .owl-nav {
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none; }
  .logo-slider .owl-nav .owl-prev, .logo-slider .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    cursor: pointer !important;
    background: #fff !important;
    pointer-events: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    opacity: 0; }
    .logo-slider .owl-nav .owl-prev:before, .logo-slider .owl-nav .owl-next:before {
      font-size: 2em !important;
      color: #e81f8a;
      display: block !important;
      cursor: pointer !important; }
  .logo-slider .owl-nav .owl-prev:before {
    margin-left: -5px; }
  .logo-slider .owl-nav .owl-next:before {
    margin-right: -5px; }
.logo-slider:hover .owl-nav .owl-prev, .logo-slider:hover .owl-nav .owl-next {
  opacity: 1; }

.logo-slider {
  background: #fff;
  padding: 0;
  border-top: 2px solid #e81f8a;
  top: -32px;
  position: relative;
  margin-bottom: 0 !important;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.1); }
  .logo-slider:after {
    content: 'Examples of Socialladder Clients';
    position: absolute;
    display: block;
    font-size: 14px;
    color: #fff;
    right: 160px;
    top: -36px;
    font-family: "Poppins", sans-serif;
    background: #e81f8a;
    padding: 4px 12px; }
  @media screen and (max-width: 1024px) {
    .logo-slider:after {
      right: 86px;
      top: -30px; } }
  @media screen and (max-width: 768px) {
    .logo-slider:after {
      right: 50%;
      transform: translate(50%, 0);
      top: auto;
      bottom: -30px; } }
  .logo-slider .item {
    margin: 6px 16px;
    height: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .logo-slider .item img {
      max-height: 75px;
      max-width: 120px;
      margin: 0; }
    .logo-slider .item.taller img {
      max-height: 85px;
      max-width: 140px;
      margin: 0; }
    @media screen and (max-width: 1280px) {
      .logo-slider .item {
        height: 120px;
        margin: 10px 16px; }
        .logo-slider .item img {
          max-width: 90px; } }

.quotes {
  margin: 0;
  margin-top: 0px;
  width: 100%;
  padding: 64px;
  background: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .quotes {
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .quotes {
      border-bottom: 1px solid #ccc;
      padding-bottom: 64px; } }
  .quotes .container {
    padding-bottom: 32px !important; }
    @media screen and (max-width: 768px) {
      .quotes .container {
        padding-bottom: 0 !important;
        margin: 0; } }
  .quotes .elements--title {
    text-align: center; }
  .quotes h3 {
    display: inline-block;
    margin: 0;
    margin-top: 32px; }
  .quotes .testimonial {
    background: none !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 15, 50, 0.15); }
    @media screen and (max-width: 768px) {
      .quotes .testimonial {
        box-shadow: none; }
        .quotes .testimonial p br {
          display: none; }
        .quotes .testimonial h3 {
          margin-bottom: 0; } }
    .quotes .testimonial .img-contain {
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .quotes .testimonial .img-contain {
          height: auto;
          max-height: 120px; } }
    .quotes .testimonial img {
      max-width: 180px;
      display: block;
      margin: 0; }
    .quotes .testimonial p {
      font-family: "Poppins", sans-serif;
      color: #343434;
      font-weight: 600;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .quotes .testimonial h5 {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      color: #e81f8a;
      margin: 0;
      display: none; }
    .quotes .testimonial span {
      font-family: "Poppins", sans-serif; }

.ambassador-map {
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  margin-bottom: 128px;
  max-width: 100%; }
  @media screen and (max-width: 1280px) {
    .ambassador-map {
      padding-top: 0;
      padding-bottom: 64px; } }
  @media screen and (max-width: 768px) {
    .ambassador-map {
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 480px) {
    .ambassador-map {
      padding-bottom: 0;
      margin-bottom: -64px; } }
  .ambassador-map .text {
    display: inline-block;
    padding: 64px;
    z-index: 1;
    position: relative; }
    .ambassador-map .text h3 {
      font-size: 32px;
      font-weight: 500;
      line-height: 48px;
      padding: 0 32px 0px 32px;
      border-radius: 80px;
      display: inline-block;
      margin-top: 100px; }
      .ambassador-map .text h3 i:first-child {
        display: inline-block;
        line-height: 20px;
        color: #e81f8a; }
      .ambassador-map .text h3 i:last-child {
        display: inline-block;
        line-height: 20px;
        color: #fc6b1d; }
      @media screen and (max-width: 1280px) {
        .ambassador-map .text h3 {
          margin-top: 32px; } }
      @media screen and (max-width: 1024px) {
        .ambassador-map .text h3 {
          font-size: 28px;
          line-height: 40px;
          margin-bottom: 16px; } }
      @media screen and (max-width: 768px) {
        .ambassador-map .text h3 {
          font-size: 22px;
          box-shadow: none;
          background: none;
          padding-left: 0;
          padding-right: 0;
          padding: 0; } }
    .ambassador-map .text .stand-out {
      margin: 0px 0 32px 0;
      text-align: center; }
      .ambassador-map .text .stand-out .worldwide-text {
        text-transform: uppercase;
        color: #343434;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 6px;
        padding-top: 16px;
        position: relative; }
        .ambassador-map .text .stand-out .worldwide-text:after {
          content: '';
          display: block;
          position: absolute;
          width: 32px;
          height: 1px;
          background: #ddd;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0); }
    .ambassador-map .text h5 {
      font-size: 64px;
      text-transform: uppercase;
      font-weight: 600;
      color: #e81f8a;
      margin: 0;
      background: -webkit-linear-gradient(0deg, #e81f8a, #fc6b1d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1280px) {
        .ambassador-map .text h5 {
          font-size: 56px; } }
    @media screen and (max-width: 1024px) {
      .ambassador-map .text {
        padding-top: 32px; }
        .ambassador-map .text h5 {
          font-size: 48px;
          line-height: 54px;
          margin-bottom: 16px; } }
    @media screen and (max-width: 768px) {
      .ambassador-map .text {
        padding-left: 0;
        padding-right: 0; }
        .ambassador-map .text .stand-out {
          margin: 128px 0 164px 0; }
        .ambassador-map .text h5 {
          font-size: 48px;
          line-height: 48px;
          margin-bottom: 8px; }
          .ambassador-map .text h5 span {
            display: block;
            padding: 6px 0; } }
    @media screen and (max-width: 640px) {
      .ambassador-map .text .stand-out {
        margin: 100px 0 86px 0; } }
    @media screen and (max-width: 480px) {
      .ambassador-map .text .stand-out {
        margin: 86px 0 86px 0; }
      .ambassador-map .text h5 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 8px; }
        .ambassador-map .text h5 span {
          display: block;
          padding: 6px 0; } }
    .ambassador-map .text .world-wide {
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .ambassador-map .text .world-wide object {
        height: 24px;
        width: 24px;
        margin: 0 8px; }
      .ambassador-map .text .world-wide span {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100px; }
        .ambassador-map .text .world-wide span:first-child {
          text-align: right; }
        .ambassador-map .text .world-wide span:last-child {
          text-align: left; }
  .ambassador-map .map-bg {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translate(-50%, 0%);
    width: 100%;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      .ambassador-map .map-bg {
        top: 160px; } }
  .ambassador-map .map-bg img {
    position: relative;
    max-width: 120%;
    transform: translate(-8%, 0%); }
    @media screen and (max-width: 1280px) {
      .ambassador-map .map-bg img {
        transform: translate(-7%, 0%); } }
    @media screen and (max-width: 1024px) {
      .ambassador-map .map-bg img {
        transform: translate(-14%, 0%);
        max-width: 140%;
        top: -0px; } }
    @media screen and (max-width: 768px) {
      .ambassador-map .map-bg img {
        transform: translate(-14%, 0%);
        max-width: 140%; } }
    .ambassador-map .map-bg img img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -8%);
      width: 100%;
      padding: 0 !important; }
    .ambassador-map .map-bg img .world-map {
      opacity: .06;
      z-index: 0;
      width: 100%;
      border: 1px solid #fff; }

.insta-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 120px;
  position: relative;
  margin-top: 0px !important; }
  .insta-content .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 114%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center; }
    .insta-content .overlay-text h4 {
      display: inline-block;
      background: #fff;
      font-size: 24px;
      font-weight: 500;
      color: #e81f8a;
      text-align: center;
      padding: 18px 32px 14px 32px;
      border-radius: 80px;
      margin-bottom: 0;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }
      .insta-content .overlay-text h4:first-child {
        margin-left: 140px; }
      .insta-content .overlay-text h4:last-child {
        margin-right: 140px; }
    @media screen and (max-width: 767px) {
      .insta-content .overlay-text h4 {
        font-size: 22px;
        padding: 16px 28px 12px 28px; }
        .insta-content .overlay-text h4 svg {
          display: inline; } }
  @media screen and (max-width: 1024px) {
    .insta-content {
      margin-bottom: 96px; } }
  @media screen and (max-width: 768px) {
    .insta-content {
      margin-bottom: 48px; } }
  @media screen and (max-width: 480px) {
    .insta-content {
      margin-bottom: 16px; } }
  .insta-content .insta-callout {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    background: #fff;
    font-family: "Poppins", sans-serif;
    color: #aaa;
    text-align: center; }
  .insta-content .col-sm-1 {
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
    z-index: 1; }
    .insta-content .col-sm-1 img {
      width: 100%;
      height: 100%;
      max-height: 100px;
      margin: 0 !important; }

.prod-features {
  background: #f5f6f6; }
  .prod-features .feature-list {
    margin-top: 64px; }
    .prod-features .feature-list div > div {
      background: none !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 10px 0; }
      .prod-features .feature-list div > div span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 124px;
        height: 124px;
        border-radius: 100px;
        position: relative;
        z-index: 1; }
        .prod-features .feature-list div > div span:after {
          width: 100%;
          height: 100%;
          display: block;
          content: '';
          position: absolute;
          background: #fff;
          bottom: 0;
          left: 0;
          z-index: 0;
          border-radius: 100px; }
      .prod-features .feature-list div > div h4 {
        padding-top: 20px;
        font-weight: 600;
        font-size: 18px; }
      .prod-features .feature-list div > div object {
        position: relative;
        z-index: 1; }
      .prod-features .feature-list div > div .choice-ticketing {
        height: 64px;
        width: 64px; }
      .prod-features .feature-list div > div .manage-fees {
        height: 68px;
        width: 68px; }
      .prod-features .feature-list div > div .social-icon {
        height: 78px;
        width: 78px; }
      .prod-features .feature-list div > div .mobile-100 {
        height: 70px;
        width: 70px; }
      .prod-features .feature-list div > div .messaging-icon {
        height: 64px;
        width: 64px; }
      .prod-features .feature-list div > div:hover {
        box-shadow: none; }

.transition {
  position: relative;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 0 32px 0; }
  @media screen and (max-width: 768px) {
    .transition {
      padding: 64px 0 32px 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .transition {
      padding: 48px 16px; } }
  .transition h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    font-size: 42px;
    padding-top: 64px; }
    @media screen and (max-width: 768px) {
      .transition h3 {
        font-size: 32px; } }
    @media screen and (max-width: 600px) {
      .transition h3 {
        font-size: 26px; } }
    @media screen and (max-width: 480px) {
      .transition h3 {
        font-size: 22px; } }
    .transition h3 span {
      display: block; }
      @media screen and (max-width: 480px) {
        .transition h3 span {
          display: inline; } }
.transition h4 span {
    display: block;
}

.video-spot {
  margin: 128px 0 32px 0;
  text-align: center; }
  .video-spot iframe {
    max-width: 630px;
    max-height: 354px; }

.info-block {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  padding: 64px 0 !important;
  align-items: center; }
  .info-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eee;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    display: none; }
  .info-block.last-info-block {
    padding-bottom: 128px !important; }
  .info-block.last-info-block:after {
    display: block;
    width: 100%;
    height: 32px;
    background: #eee;
    bottom: -32px; }
  @media screen and (max-width: 1440px) {
    .info-block {
      padding: 0 32px;
      justify-content: space-around; } }
  @media screen and (max-width: 1024px) {
    .info-block {
      padding: 100px 0;
      padding-top: 100px !important;
      flex-direction: column;
      align-items: space-between;
      justify-content: space-between;
      align-content: center;
      height: auto; }
      .info-block:after {
        width: 100%;
        display: block; } }
  @media screen and (max-width: 480px) {
    .info-block {
      padding: 50px 0; } }
  .info-block > div {
    width: 50%;
    align-self: center; }
    @media screen and (max-width: 1440px) {
      .info-block > div {
        width: initial;
        padding: 0 32px; } }
    @media screen and (max-width: 768px) {
      .info-block > div {
        padding: 0 24px; } }
  .info-block .content-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .info-block .content-half > div {
      text-align: center; }
    .info-block .content-half .icon-head object {
      height: 64px;
      margin-bottom: 16px; }
    .info-block .content-half .icon-head.social-horiz object {
      width: 120px; }
    .info-block .content-half h4 {
      text-transform: uppercase;
      font-size: 28px;
      letter-spacing: 1px;
      max-width: 400px; }
    .info-block .content-half p {
      text-align: center;
      max-width: 320px;
      margin: 0 auto;
      padding: 0;
      font-size: 17px;
      line-height: 34px; }
      @media screen and (max-width: 1024px) {
        .info-block .content-half p {
          font-size: 15px !important;
          line-height: 24px; } }
    .info-block .content-half ul {
      margin-top: 16px; }
      .info-block .content-half ul li {
        font-family: "Poppins", sans-serif;
        list-style-type: bullet;
        text-align: center;
        color: #e81f8a; }
        .info-block .content-half ul li:after {
          content: '';
          display: block;
          width: 16px;
          height: 1px;
          background: #eee;
          margin: 4px auto;
          text-align: center; }
        .info-block .content-half ul li:last-child:after {
          display: none; }
    @media screen and (max-width: 1024px) {
      .info-block .content-half {
        margin-bottom: 64px; } }
  .info-block .graphic-half {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%; }
    .info-block .graphic-half img {
      max-width: 100%;
      margin: 0; }
    .info-block .graphic-half.quick-setup {
      text-align: center; }
      .info-block .graphic-half.quick-setup img {
        max-height: 450px;
        align-self: center; }
        @media screen and (max-width: 1024px) {
          .info-block .graphic-half.quick-setup img {
            margin: 0 auto;
            max-height: 400px; } }
        @media screen and (max-width: 768px) {
          .info-block .graphic-half.quick-setup img {
            max-height: 350px; } }
    .info-block .graphic-half.easy-onboarding img {
      max-width: 360px;
      max-height: 520px; }
      @media screen and (max-width: 1024px) {
        .info-block .graphic-half.easy-onboarding img {
          max-height: 480px; } }
      @media screen and (max-width: 768px) {
        .info-block .graphic-half.easy-onboarding img {
          max-height: 420px; } }
      @media screen and (max-width: 480px) {
        .info-block .graphic-half.easy-onboarding img {
          max-height: 380px; } }
    .info-block .graphic-half.ticket-vendor-bg {
      justify-content: center;
      flex-direction: column;
      align-content: center;
      align-items: center;
      text-align: center; }
      .info-block .graphic-half.ticket-vendor-bg span {
        display: block;
        height: 1px;
        width: 100%;
        background: none;
        position: relative; }
        .info-block .graphic-half.ticket-vendor-bg span:before {
          content: 'and more';
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          color: #000;
          font-size: 14px;
          font-family: 'Poppins', sans-serif;
          padding: 8px 16px;
          transform: translate(-50%, -50%);
          border-radius: 80px;
          background: #fff;
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }
      .info-block .graphic-half.ticket-vendor-bg img {
        align-self: center;
        max-width: 460px;
        background: #e81f8a;
        border-radius: 16px;
        margin: 0;
        padding: 0 32px 16px 32px;
        display: block;
        position: relative; }
        @media screen and (max-width: 768px) {
          .info-block .graphic-half.ticket-vendor-bg img {
            max-width: 380px; } }
        @media screen and (max-width: 480px) {
          .info-block .graphic-half.ticket-vendor-bg img {
            max-width: 90%;
            margin: 0 auto; } }
    .info-block .graphic-half.share-asset img {
      max-width: 360px;
      max-height: 520px; }
      @media screen and (max-width: 1024px) {
        .info-block .graphic-half.share-asset img {
          max-height: 480px; } }
      @media screen and (max-width: 768px) {
        .info-block .graphic-half.share-asset img {
          max-height: 420px; } }
      @media screen and (max-width: 480px) {
        .info-block .graphic-half.share-asset img {
          max-height: 380px; } }
    .info-block .graphic-half.leaderboard img {
      max-height: 400px;
      align-self: center; }
      @media screen and (max-width: 1024px) {
        .info-block .graphic-half.leaderboard img {
          margin: 0 auto;
          max-height: 380px; } }
      @media screen and (max-width: 768px) {
        .info-block .graphic-half.leaderboard img {
          max-height: 340px;
          margin-bottom: 64px; } }
  .info-block.graphic-left .content-half {
    order: 2; }
    .info-block.graphic-left .content-half > div {
      margin-left: -200px; }
  .info-block.graphic-left .graphic-half {
    justify-content: center;
    order: 1; }
  @media screen and (max-width: 1024px) {
    .info-block.graphic-left .content-half {
      order: 1; }
      .info-block.graphic-left .content-half > div {
        margin-left: 0; }
    .info-block.graphic-left .graphic-half {
      order: 2; } }

.pricing-zero-risk {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 128px 0;
  padding: 0; }
  .pricing-zero-risk h4 {
    font-size: 48px;
    margin: 0;
    color: #e81f8a;
    background: -webkit-linear-gradient(0deg, #e81f8a, #fc6b1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .pricing-zero-risk ul {
    padding: 24px 0; }
  .pricing-zero-risk a {
    display: inline-block;
    padding: 18px 32px 16px 32px;
    border: 2px solid #e81f8a;
    color: #e81f8a;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s all;
    font-weight: 600;
    border-radius: 32px; }
    .pricing-zero-risk a:hover {
      background: #e81f8a;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .pricing-zero-risk {
      margin: 64px 0 86px 0; }
      .pricing-zero-risk h4 {
        font-size: 36px; }
      .pricing-zero-risk ul {
        padding: 18px 0; }
      .pricing-zero-risk a {
        padding: 14px 32px 12px 32px; } }

footer {
  background: #222;
  font-family: "Poppins", sans-serif;
  padding: 64px 0; }
  footer .footer-nav {
    text-align: center;
    margin: 16px 0 32px 0; }
    footer .footer-nav ul {
      margin: 0;
      padding: 0; }
    footer .footer-nav li {
      display: inline-block;
      margin: 0 16px; }
      footer .footer-nav li a {
        display: block;
        color: #fff;
        font-size: 12px; }
        footer .footer-nav li a:hover {
          color: #e81f8a; }
    @media screen and (max-width: 768px) {
      footer .footer-nav ul li {
        display: block; }
        footer .footer-nav ul li a {
          font-size: 14px; } }
  footer .footer-social-media {
    text-align: center; }
    footer .footer-social-media ul {
      margin: 0;
      padding: 0; }
    footer .footer-social-media li {
      display: inline-block;
      margin: 0 16px; }
      footer .footer-social-media li a {
        display: block;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        transition: .3s opacity; }
        footer .footer-social-media li a object {
          pointer-events: none;
          height: 32px;
          width: 32px;
          cursor: pointer; }
        footer .footer-social-media li a:hover {
          opacity: .6; }
  footer .footer-logo * {
    fill: #fff;
    opacity: .5; }
  footer .footer-policy {
    text-align: center;
    margin-top: 16px; }
    footer .footer-policy ul li {
      display: inline-block; }
      footer .footer-policy ul li a {
        color: #888;
        font-size: 11px;
        text-decoration: underline; }

.underlined {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: inline-block; }
  .underlined:after {
    display: block;
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    background: #e81f8a;
    margin-top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 2px; }

.underlined-2 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: inline-block; }
  .underlined-2:after {
    display: block;
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    background: #e81f8a;
    margin-top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 2px; }

@-webkit-keyframes gradSlide {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes gradSlide {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradSlide {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes slidy {
  0% {
    left: 0%; }
  20% {
    left: 0%; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: -200%; }
  85% {
    left: -200%; }
  90% {
    left: -300%; }
  100% {
    left: -300%; } }

/*# sourceMappingURL=custom-style.css.map */