/********************************************************************
* NEW HOME PAGE
*********************************************************************/
* {
  font-family: Roboto; }

body #wrapper {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: scroll; }

.my-header.transparent {
  webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)); }
  .my-header.transparent .logo img {
    display: block !important;
    padding-top: 5px; }

.home-header {
  position: relative;
  z-index: 11;
  list-style-type: none;
  display: flex;
  justify-content: space-between; }

#head-logo {
  padding-top: 5px; }
  #head-logo img {
    height: 44px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0; }

#head-right {
  padding-top: 2px;
  padding-right: 5px; }

.main-background {
  width: 100%;
  object-fit: cover;
  background: url(https://spotfields.com/images/SpotfieldsUT7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.our-partners {
  display: block; }

.partners-wrapper h2 {
  text-align: center;
  font-weight: 900;
  color: #1d3b64;
  text-transform: none; }

.main-background > .main-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgba(29, 59, 100, 0) 50%, rgba(0, 0, 0, 0));
  height: 100vh; }

.main-text-box {
  position: relative;
  /* height: 34%; */
  /* right: 0; */
  /* left: 0; */
  /* width: max-content; */
  z-index: 11;
  margin: 200px 0;
  /* top: 170px; */
  text-align: left; }
  .main-text-box h1 {
    font-size: 41px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(29, 59, 100, 0.8);
    text-align: center;
    text-transform: none;
    font-weight: 900;
    text-transform: uppercase; }
  .main-text-box h2 {
    text-transform: none;
    font-weight: 300;
    text-align: right;
    color: #FFFFFF;
    line-height: 45px;
    font-size: 29px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(29, 59, 100, 0.52); }
  .main-text-box h3 {
    color: white;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); }
    .main-text-box h3 b {
      color: #FFD350;
      text-shadow: 1px 1px 1px rgba(29, 59, 100, 0.45); }
  .main-text-box h2 > b {
    text-transform: capitalize;
    font-weight: 56; }

.text-wrapper {
  /* width: 50%; */
  padding-left: 15px; }

h1 {
  font-weight: bold;
  color: white; }

.text-box p {
  display: inline-block;
  color: white !important;
  line-height: 1.5;
  padding-top: 29px;
  font-size: 20px; }

.containerBox img.img-responsive {
  display: block;
  max-width: 100%;
  object-fit: cover; }

.img-responsive {
  width: 100%;
  height: 483px !important; }

.section-1 {
  border: none; }

.section-2 {
  position: relative; }

.white-box {
  margin-left: auto;
  margin-right: auto;
  bottom: 170px;
  z-index: 11;
  background: transparent;
  padding: 0;
  /* padding: 30px 0; */
  text-align: center;
  border-radius: 10px 10px 100% 100%;
  /* background: #1d3b64; */
  /* box-shadow: 0px -16px 20px 1px rgba(0, 0, 0, 0.3); */ }
  .white-box:before {
    content: '';
    height: 100%;
    vertical-align: middle; }
  .white-box h4 {
    color: #FFFFFF;
    font-weight: 300;
    padding: 0 0px;
    font-size: 30px;
    width: 80%;
    line-height: 40px;
    letter-spacing: 1px;
    display: inline-block;
    /* text-shadow: 1px 1px 0px rgb(29, 59, 100); */ }

.benefits-image-container img {
  height: 75px; }

.benefits {
  position: relative;
  text-align: center;
  font-size: 17px !important;
  left: 0;
  right: 0;
  color: #1D3B64;
  margin-top: 30px; }
  .benefits p {
    line-height: 24px;
    height: 60px;
    padding: 0 15px;
    margin-top: 30px;
    color: #FFFFFF;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */ }
    .benefits p b {
      font-weight: 500; }

.section-3 {
  height: auto;
  border: none;
  padding: 0px 0px;
  width: 100%;
  background: linear-gradient(to bottom, #EDF1F5 2%, #EDF1F5); }
  .section-3 .have-a {
    z-index: 10;
    position: relative; }
  .section-3 > img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px; }

.figure-wrapper {
  display: inline-flex;
  margin: auto; }

.figure {
  color: #1D3B64;
  background-color: white;
  border-radius: 200px 0 0 200px;
  padding: 0 50px;
  display: inline-flex;
  width: auto; }

.figure-2 {
  color: #1D3B64;
  background-color: white;
  border-radius: 0 200px 200px 0; }

.selector {
  font-size: 19px;
  color: #586E90;
  line-height: 51px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

.boxes-wrapper {
  padding-top: 50px; }

.box {
  background-color: #EDF1F5; }

.box-image-container {
  height: 300px;
  display: table;
  width: 100%; }

.box img {
  /* width : 90%; */ }

.section-4 {
  height: auto;
  background: white;
  border: none;
  background: linear-gradient(to bottom, #FFFFFF, #F5F8FA); }

.why-people {
  padding-bottom: 70px;
  padding-top: 70px; }

.section-4-header {
  font-size: 32px !important;
  color: #5E7390;
  height: auto;
  padding: 14px;
  font-weight: 900; }

.table {
  text-align: left; }
  .table img {
    width: 45px; }
  .table h4 {
    color: #142B4A;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 10px; }
  .table p {
    color: #4A6283;
    line-height: 34px;
    padding: 0 30px;
    font-size: 15px;
    /* line-height  : 25px; */ }

.text-container-footer {
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 20px; }
  .text-container-footer a {
    color: #FFFFFF;
    font-weight: bold; }
    .text-container-footer a:hover {
      color: #FFFFFF; }

.social-icon-container-footer {
  padding-top: 20px; }

.line-separator-footer {
  height: 1px;
  background: rgba(113, 113, 113, 0);
  border-bottom: 1px solid #E6E5E5;
  padding-top: 25px; }

.logo-container-footer img {
  height: 50px;
  width: 200px; }

.left-container-footer {
  display: flex;
  width: max-content; }

.left-text-container-footer p {
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-top: 19px; }

.footer-wrapper {
  padding-top: 25px; }

#header-section-4 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px; }

.section-5 {
  background: #4A6283; }

/**
GAME CARD
 */
#game-container {
  width: 100%;
  position: relative;
  margin-bottom: 200px;
  background: #EDF1F5;
  top: -40px; }
  #game-container h2 {
    text-align: left;
    font-weight: 900;
    letter-spacing: 2px;
    color: #22426E;
    font-size: 50px;
    margin-bottom: 50px; }
  #game-container:after {
    content: '';
    height: 500px;
    width: 200%;
    bottom: -47px;
    z-index: -1;
    right: 0;
    left: -12%;
    position: absolute;
    box-shadow: 0px 20px 12px -2px rgba(0, 0, 0, 0.1);
    transform: rotate(-7deg);
    background: #EDF1F5; }

.game-card-overlay {
  position: absolute !important;
  background: rgba(34, 66, 110, 0.48);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 9px; }

.fancy-game-card {
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 42px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 95%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px; }

.game-card-container {
  position: relative;
  width: 100%;
  background: url("https://spotfields.com/image/venue/481/1");
  border-radius: 10px;
  background-position: center; }
  .game-card-container > div:not(.game-card-overlay) {
    position: relative;
    z-index: 2; }
  .game-card-container > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none; }

.game-card-level {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  line-height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px; }

.game-card-teams {
  display: table;
  width: 100%;
  table-layout: fixed; }

.game-card-team {
  display: table-cell;
  width: 50%; }

.game-card-team-img img {
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  margin: auto; }

.game-card-team-name {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  height: 40px;
  margin: auto;
  width: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.game-card-team-rank {
  margin-top: 5px; }

.game-card-team-rank-label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
  line-height: 8px;
  letter-spacing: 1px; }

.game-card-team-rank-number {
  color: white;
  font-weight: 900;
  font-size: 26px;
  line-height: 20px;
  display: none; }

.game-team-spot-indic.red {
  display: inline-block;
  margin: auto;
  border: solid 1px #FB2D3C;
  background: rgba(251, 45, 60, 0.6);
  padding: 0px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
.game-team-spot-indic.green {
  color: #FFFFFF;
  display: inline-block;
  margin: auto;
  border: solid 1px #4CAF50;
  background: rgba(76, 175, 80, 0.9);
  padding: 0px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.game-card-vs {
  position: absolute !important;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 500;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.game-card-expiration {
  margin-top: 5px; }

.game-card-expiration-label {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8px;
  color: white;
  letter-spacing: 1px; }

.game-card-expiration-date {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  color: white;
  margin-top: -5px; }

.game-card-venue {
  border-top: solid 1px white;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px; }

.game-card-venue-name {
  font-weight: 900;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0; }

.game-card-venue-info {
  margin-top: 0;
  margin: 5px 0; }
  .game-card-venue-info > div {
    color: white;
    display: inline-block;
    text-align: center;
    border: solid 1px white;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10px; }

.game-card-venue-size {
  display: inline-block; }

.game-card-date {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .game-card-date > div {
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    font-size: 20px; }
    .game-card-date > div:first-child {
      text-transform: uppercase;
      font-size: 20px; }

.fancy-game-card .game-card-cta {
  display: block;
  width: 100%;
  color: white;
  margin: 0;
  z-index: 2;
  padding: 0;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
  border-radius: 0 0 5px 5px !important; }

.game-card-day {
  display: table-cell;
  width: 50%;
  text-align: right;
  padding-right: 5px;
  font-weight: 900; }

.game-card-date .game-card-time {
  text-align: left;
  padding-left: 5px;
  font-weight: 400; }

.first-step-images {
  transform: rotate(0deg);
  width: 100%;
  left: 0;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px; }

.first-step-footer {
  background: #132338;
  background: linear-gradient(to right, #1D3B64, #111F31); }
  .first-step-footer:before {
    position: relative;
    display: none; }

#free-trial-cta {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
  line-height: 25px;
  margin: 20px;
  padding: 20px 30px;
  text-shadow: none;
  background: #4caf50;
  border-radius: 2px !important;
  /* box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2); */ }

#see-games {
  font-size: 15px;
  background: #ffffff;
  border: solid 2px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px !important;
  line-height: 23px;
  padding: 20px 30px;
  text-shadow: none !important;
  color: #1d3b64 !important;
  border: none !important; }

.first-step-images .first-step-images-wrapper {
  height: auto;
  width: 100%;
  white-space: initial;
  padding-right: 0; }

.fancy-availability-card {
  margin: 5px;
  box-shadow: 1px 1px 1px 1px #00000029; }
  .fancy-availability-card .img {
    position: relative;
    width: 100%; }
  .fancy-availability-card img {
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
  .fancy-availability-card .info {
    margin-top: -60px;
    position: relative; }
    .fancy-availability-card .info .date {
      text-transform: uppercase;
      font-weight: 900;
      border-bottom: solid 1px #edf1f6;
      padding: 5px 5px;
      background: #12233a6b;
      color: white; }
      .fancy-availability-card .info .date .day {
        font-size: 22px;
        color: white;
        line-height: 22px; }
    .fancy-availability-card .info .join {
      font-size: 22px;
      color: white;
      line-height: 22px; }
    .fancy-availability-card .info a {
      font-size: 14px;
      letter-spacing: 0.5px;
      padding: 5px 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
    .fancy-availability-card .info .join:hover a.disabled ~ .popup {
      display: block; }
    .fancy-availability-card .info .popup {
      position: absolute;
      bottom: 0;
      background: black;
      font-size: 12px;
      line-height: 15px;
      width: auto;
      padding: 5px;
      margin: 3px 5px;
      border-radius: 2px;
      box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
      display: none; }
    .fancy-availability-card .info .date .time {
      font-size: 17px;
      line-height: 20px;
      color: white;
      font-weight: 500; }
    .fancy-availability-card .info .venue {
      padding: 15px 5px;
      background: white;
      margin-bottom: 20px; }
      .fancy-availability-card .info .venue .name {
        font-size: 24px;
        padding-left: 5px;
        font-weight: 300;
        line-height: 24px;
        color: #162943; }
      .fancy-availability-card .info .venue .address {
        font-size: 12px;
        padding-left: 5px;
        font-weight: 400;
        color: #879bb0;
        height: 20px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
    .fancy-availability-card .info .field {
      text-align: center;
      padding-bottom: 10px;
      background: white; }

.first-step-promises {
  padding: 0;
  background: #edf1f5; }

#pricing h2, .first-step-promises h2 {
  font-weight: 900;
  color: #1d3b64;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px; }

#pricing h2 {
  color: white; }

.game-snapshot {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 5px;
  border-radius: 3px;
  border: solid 1px #f8fafc; }
  .game-snapshot.active {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .game-snapshot .img {
    margin: 0 !important;
    width: 80px !important;
    padding: 10px 5px;
    height: auto !important; }
  .game-snapshot img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    object-fit: cover; }
  .game-snapshot .venue {
    text-align: left !important;
    font-size: 12px;
    flex: 1; }
    .game-snapshot .venue .name {
      text-align: left;
      font-size: 10px;
      font-weight: 300;
      color: #1a2d46;
      background: linear-gradient(to left, #dadfe3, #efefef, #dadfe3);
      color: transparent;
      border-radius: 2px; }
  .game-snapshot .date {
    width: 100px;
    text-align: right !important;
    padding-right: 15px; }
    .game-snapshot .date .day {
      font-size: 12px;
      color: #556c8a;
      text-align: right;
      background: linear-gradient(to left, #dce1e5, #efefef, #dee1e6);
      color: transparent;
      border-radius: 2px;
      margin: 0 5px; }
    .game-snapshot .date .time {
      font-size: 6px;
      font-weight: 300;
      color: #445c7d;
      line-height: 12px;
      text-align: right;
      background: linear-gradient(to left, #dce1e5, #efefef, #dee1e6);
      color: transparent;
      border-radius: 2px;
      margin: 2px 5px; }
  .game-snapshot .venue .address {
    font-size: 6px;
    font-weight: 300;
    text-align: left;
    background: linear-gradient(to left, #dadfe3, #efefef, #dadfe3);
    color: transparent;
    margin-top: 5px;
    border-radius: 2px; }

#owl-carousel .owl-item div {
  text-align: left; }

.owl-carousel .owl-item .step-1 {
  width: 100%;
  padding: 10px; }
.owl-carousel .owl-item .membership-snapshot {
  margin: 10px;
  padding: 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: white;
  color: #1c3a62;
  align-items: center;
  border: solid 1px #ffffff; }
  .owl-carousel .owl-item .membership-snapshot .price-snapshot {
    display: flex;
    padding: 10px 0;
    margin: 10px 0;
    background: #1c3a62;
    border-top: solid 1px;
    border-bottom: solid 1px;
    color: white; }
    .owl-carousel .owl-item .membership-snapshot .price-snapshot > div {
      flex: 1;
      font-size: 30px; }
    .owl-carousel .owl-item .membership-snapshot .price-snapshot > #price-per-game {
      color: #c6d9ea;
      border-left: solid 1px white; }
    .owl-carousel .owl-item .membership-snapshot .price-snapshot > div > div {
      display: inline-block; }
    .owl-carousel .owl-item .membership-snapshot .price-snapshot > div > sup {
      font-size: 12px;
      top: -14px;
      left: -4px;
      text-transform: uppercase; }
  .owl-carousel .owl-item .membership-snapshot .sub-info {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: -12px;
    color: #97a5b8; }
  .owl-carousel .owl-item .membership-snapshot.pag {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .owl-carousel .owl-item .membership-snapshot .price {
    font-size: 60px;
    text-align: center;
    color: #4caf4f; }
    .owl-carousel .owl-item .membership-snapshot .price sup {
      font-size: 26px;
      color: #90cc8f;
      text-transform: uppercase;
      left: 3px;
      top: -23px; }
  .owl-carousel .owl-item .membership-snapshot .offer {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 5px;
    line-height: 20px;
    font-weight: 300;
    background: #ffffff;
    color: #6a7f98;
    text-align: center;
    flex: 1; }
    .owl-carousel .owl-item .membership-snapshot .offer b {
      color: #1c375e;
      display: block; }

.fancy-availability-card .img .activity-id {
  color: #23426d;
  top: 0;
  right: 0;
  position: absolute;
  padding: 10px;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  background: #edf1f5;
  background: linear-gradient(to right, #edf1f5, #ffffff);
  background: linear-gradient(to right, #edf1f5, #ffffff);
  border-radius: 2px;
  right: 5px;
  top: 5px; }
.fancy-availability-card .img .field {
  position: absolute;
  bottom: 65px;
  left: 3px; }
.fancy-availability-card .img .attendance {
  position: absolute;
  top: 5px;
  background: #4caf4f;
  color: white;
  font-size: 21px;
  font-weight: 900;
  padding: 3px 10px;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px 1px #00000026;
  border-radius: 0 2px 2px 0; }
  .fancy-availability-card .img .attendance.locked {
    background: #ccc;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
.fancy-availability-card .img .locked-indication {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px; }
  .fancy-availability-card .img .locked-indication i {
    display: block;
    font-size: 25px;
    margin-bottom: 10px; }
  .fancy-availability-card .img .locked-indication a {
    color: white;
    font-size: 16px;
    text-decoration: underline; }
.fancy-availability-card .img .attendance.full {
  background: #fb2c3c; }
.fancy-availability-card .img .attendance sup {
  top: -0.2em;
  font-weight: 400;
  font-size: 13px;
  font-weight: 900; }
.fancy-availability-card .img .field .size, .fancy-availability-card .img .field .localization, .fancy-availability-card .img .field .type {
  display: inline-block;
  border-radius: 2px;
  background: #ffffff;
  color: #13243b;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 1px;
  letter-spacing: 1px;
  box-shadow: 1px 1px 1px 1px #00000040; }

.pricing-box {
  width: 100%;
  margin: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: block; }
  .pricing-box .benefits-wrapper {
    background: white; }
    .pricing-box .benefits-wrapper .benefit {
      display: flex;
      text-align: center;
      padding: 12px 10px;
      width: 100%;
      padding-left: 20px;
      margin: auto;
      align-items: center;
      border-top: solid 1px #edf1f7; }
      .pricing-box .benefits-wrapper .benefit i {
        background: #1c3a62;
        width: 30px;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        color: white;
        display: inline-block;
        text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.1); }
      .pricing-box .benefits-wrapper .benefit .text {
        display: inline-block;
        font-weight: 300;
        color: #162c48;
        padding-left: 10px;
        font-size: 16px;
        text-align: left; }
  .pricing-box .title {
    text-transform: uppercase;
    font-weight: 900;
    color: #1b3356;
    line-height: 40px;
    font-size: 19px !important;
    border-bottom: solid 1px #edf1f6;
    display: block;
    text-align: center;
    font-weight: 500 !important;
    padding: 0 !important; }
    .pricing-box .title > div {
      width: 100%;
      cursor: pointer; }
      .pricing-box .title > div:hover {
        background: #2d558b2e;
        color: #23426d; }
      .pricing-box .title > div.active {
        color: #1d3b64;
        padding: 10px;
        text-align: left;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center; }
        .pricing-box .title > div.active:hover {
          color: #1d3b64;
          padding: 10px;
          text-align: left;
          font-size: 30px;
          text-transform: uppercase;
          font-weight: 900;
          text-align: center; }

.pricing-section {
  background: #ffffff;
  padding: 50px 0;
  position: relative; }
  .pricing-section h2 {
    text-align: center;
    color: #172d4b;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 30px; }

.pricing-box .price {
  font-size: 35px;
  color: #23426d;
  font-weight: 500;
  background: white;
  border-radius: 0 0 10px 10px; }
  .pricing-box .price .pricing-tag {
    display: none; }
    .pricing-box .price .pricing-tag .extra-info {
      font-size: 14px;
      font-weight: 500;
      color: #1d3b64; }
    .pricing-box .price .pricing-tag .info {
      font-size: 15px;
      position: relative;
      width: 100%;
      padding: 10px 5px;
      display: block;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      background: #fdc000;
      border-radius: 0 0 10px 10px; }
    .pricing-box .price .pricing-tag.active {
      display: block;
      position: relative;
      /* padding-bottom: 15px; */
      text-align: center;
      border-radius: 0 0 10px 10px;
      color: #4caf4e;
      font-weight: 900;
      font-size: 70px; }
  .pricing-box .price sup {
    font-size: 10px;
    top: -1em;
    font-weight: 900;
    text-transform: uppercase;
    color: #8d9db3;
    left: -5px; }

#pricing {
  background: #1d3b64;
  background: #132338;
  background: linear-gradient(to right, #1D3B64, #111F31);
  background: linear-gradient(to right, #1D3B64, #111F31);
  padding-top: 20px; }

#referral-program {
  padding: 100px 0; }
  #referral-program h2 {
    font-size: 40px;
    font-weight: 900;
    color: #1d3b64;
    margin-bottom: 40px;
    text-align: center; }

.referral-program {
  display: flex;
  align-items: baseline;
  width: 80%;
  margin: auto; }
  .referral-program .referral-step {
    flex: 1; }
    .referral-program .referral-step .img {
      background: linear-gradient(45deg, #1e3a63, #1c375e, #2d5894);
      margin: auto;
      border-radius: 100%;
      width: 170px;
      padding: 50px;
      box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      border: solid 3px #1f3860; }
    .referral-program .referral-step:last-child .img {
      background-color: #4caf50;
      background: linear-gradient(45deg, #4caf50, #56b559, #53c758);
      border: solid 3px #4caf50; }
    .referral-program .referral-step:last-child .text {
      font-size: 20px;
      color: #52b355; }
    .referral-program .referral-step .img img {
      width: 100%; }
    .referral-program .referral-step .text {
      font-weight: 900;
      font-size: 18px;
      color: #415f88;
      max-width: 250px;
      text-transform: uppercase;
      margin-top: 10px;
      line-height: 22px;
      display: inline-flex;
      align-items: center;
      margin: auto;
      text-align: center;
      padding: 10px 0px;
      border-radius: 2px; }
  .referral-program ~ .referral-footnote {
    font-size: 18px;
    margin-top: 20px;
    color: #2d5894;
    font-weight: 400; }
    .referral-program ~ .referral-footnote b {
      font-weight: 900;
      color: #2d5894;
      font-size: 30px; }
    .referral-program ~ .referral-footnote a {
      display: block;
      color: #51b254;
      font-weight: 900;
      text-decoration: underline;
      font-size: 25px; }

#pricing .pricing-box-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 700px;
  justify-content: center;
  margin-bottom: 50px; }
  #pricing .pricing-box-wrapper .pricing-box {
    margin: 20px 6px;
    width: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-top: solid 1px #ecf0f5;
    border-radius: 15px;
    box-shadow: 0px 3px 11px -2px rgba(0, 0, 0, 0.5);
    z-index: 100;
    position: relative;
    /* margin-top: 30px; */
    /* background: linear-gradient(white,#f8fafc); */ }
    #pricing .pricing-box-wrapper .pricing-box .package-cta {
      display: block;
      color: #4caf50;
      font-size: 15px;
      padding: 20px 0;
      font-weight: 900;
      text-transform: uppercase;
      border-radius: 0 0 5px 5px;
      line-height: 20px; }
    #pricing .pricing-box-wrapper .pricing-box:first-child {
      width: 60%;
      max-width: 400px;
      margin: auto 15px; }
    #pricing .pricing-box-wrapper .pricing-box .popular {
      background: #fdc000;
      font-weight: 900;
      color: white;
      text-transform: uppercase;
      font-size: 11px;
      padding: 4px 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -65%);
      padding: 5px 10px;
      border-radius: 2px;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); }
    #pricing .pricing-box-wrapper .pricing-box .pricing-title {
      font-weight: 900;
      text-transform: uppercase;
      color: #28528c;
      line-height: 50px;
      font-size: 17px;
      border-radius: 10px 10px 0 0; }
      #pricing .pricing-box-wrapper .pricing-box .pricing-title b {
        font-size: 20px;
        color: #1d3b64;
        line-height: 30px;
        vertical-align: middle;
        font-weight: 900; }
    #pricing .pricing-box-wrapper .pricing-box .price {
      border-bottom: solid 1px #eee;
      border-radius: 0;
      border: none;
      display: block;
      /* background: linear-gradient(white,#f8fafc); */
      padding: 20px; }
      #pricing .pricing-box-wrapper .pricing-box .price span {
        font-size: 8px;
        text-transform: none;
        font-weight: 400;
        color: #547198;
        font-weight: 900;
        text-transform: uppercase;
        display: block;
        left: 0;
        line-height: 10px;
        display: none;
        margin: 0;
        margin: 0; }
      #pricing .pricing-box-wrapper .pricing-box .price sup {
        color: #23426d; }
      #pricing .pricing-box-wrapper .pricing-box .price .currency {
        display: inline-block;
        font-size: 20px;
        font-weight: 900;
        vertical-align: middle;
        margin-right: -4px; }
      #pricing .pricing-box-wrapper .pricing-box .price .price-number {
        display: inline-block;
        font-weight: 900;
        color: #4caf4d; }
    #pricing .pricing-box-wrapper .pricing-box .per-game {
      /* background: #f8fafc; */
      color: #2d5894;
      font-weight: 900;
      padding: 30px 0;
      font-size: 8px;
      border-radius: 0;
      margin-top: -15px;
      text-transform: uppercase;
      /* border-top: solid 1px #f8fafc; */
      padding: 20px 10px; }
      #pricing .pricing-box-wrapper .pricing-box .per-game .label {
        display: block;
        color: #2d5893;
        padding: 5px 0;
        padding-bottom: 0;
        font-size: 8px; }
      #pricing .pricing-box-wrapper .pricing-box .per-game b {
        font-size: 20px;
        color: white;
        color: #2d5893;
        font-weight: 900;
        vertical-align: middle; }
    #pricing .pricing-box-wrapper .pricing-box .package-benefits {
      text-align: center;
      padding: 10px 0; }
      #pricing .pricing-box-wrapper .pricing-box .package-benefits .package-benefit {
        display: block;
        align-items: center;
        text-align: center; }
        #pricing .pricing-box-wrapper .pricing-box .package-benefits .package-benefit .icon {
          display: inline-block; }
          #pricing .pricing-box-wrapper .pricing-box .package-benefits .package-benefit .icon i {
            font-size: 13px;
            height: 20px;
            width: 20px;
            line-height: 20px;
            border-radius: 100%;
            margin: 5px 0;
            color: #2d5894;
            text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1); }
        #pricing .pricing-box-wrapper .pricing-box .package-benefits .package-benefit .text {
          text-align: left;
          font-size: 12px;
          font-weight: 400;
          color: #51709a;
          display: block;
          padding: 0 20px;
          text-align: center; }

#game-container h2 {
  font-size: 40px;
  padding-left: 0;
  margin: 0; }

.owl-theme .owl-nav > div.owl-next, .owl-theme .owl-nav > div.owl-prev {
  line-height: 30px;
  background: #14263f;
  text-transform: uppercase;
  font-weight: 900;
  transform: translate(0, -50%); }

.first-step-images .first-step-images-wrapper .img img {
  height: 300px;
  object-fit: cover; }

.first-step-proof {
  transform: rotate(0deg);
  width: 100%;
  left: 0; }

#game-container:after {
  transform: rotate(0); }

.app-download {
  text-align: left; }
  .app-download img {
    margin-top: 20px;
    width: 150px;
    display: inline-block; }

.first-step-header:after {
  transform: none;
  display: none; }

#game-container {
  margin-bottom: 0; }

.first-step-header {
  padding: 100px 0px; }

#first-step-overlay {
  background: rgba(29, 59, 100, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; }

#faq-carousel {
  padding-bottom: 0 !important;
  padding: 30px 0 !important; }
  #faq-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -20px;
    display: block !IMPORTANT;
    border: 0px solid black; }
  #faq-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center; }
  #faq-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    display: block !IMPORTANT;
    border: 0px solid black; }
  #faq-carousel .item {
    text-align: center; }
    #faq-carousel .item .hiw-step {
      font-weight: 900;
      text-align: center; }
    #faq-carousel .item .step {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      /* background: #2d5894; */
      color: #1d3b64;
      border-radius: 4px;
      display: none; }
      #faq-carousel .item .step b {
        font-weight: 900; }
    #faq-carousel .item .hiw-step .title {
      text-align: center;
      font-size: 20px;
      line-height: 25px;
      margin-top: 10px;
      text-transform: none;
      font-weight: 900;
      color: #1d3b64;
      padding: 10px;
      border-radius: 2px;
      border-bottom: none;
      text-align: left; }
      #faq-carousel .item .hiw-step .title .step {
        text-align: left;
        font-size: 22px;
        line-height: 18px;
        color: #c6d9ea;
        font-weight: 900;
        display: none; }
      #faq-carousel .item .hiw-step .title .sub-title {
        font-size: 14px;
        text-transform: none;
        font-weight: initial;
        line-height: 1.5;
        margin-top: 5px;
        color: #314b71; }

img#seamless-experience {
  margin: auto;
  max-height: 230px; }

#faq-carousel .item .hiw-step .img {
  height: auto;
  margin: auto;
  /* margin-top: 10px; */
  /* border-radius: 100%; */
  /* background: #132338; */
  /* background: linear-gradient(to right, #1D3B64, #111F31); */
  /* background: linear-gradient(to right, #1D3B64, #111F31); */
  /* box-shadow: inset 1px 1px 10px 5px rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center; }
  #faq-carousel .item .hiw-step .img img {
    width: 80%;
    margin: auto; }
  #faq-carousel .item .hiw-step .img #mvp-img {
    width: 80%;
    margin: auto;
    border-radius: 5px; }

#partners-carousel {
  display: block; }
  #partners-carousel .item {
    height: 150px;
    display: flex;
    align-items: center;
    vertical-align: middle; }
  #partners-carousel img {
    width: 50%;
    margin: auto; }

.fb-rating {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .fb-rating > h4, .fb-rating p {
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    color: white;
    font-size: 16px; }
  .fb-rating > i {
    width: 50px;
    font-size: 48px;
    height: 50px;
    line-height: 60px;
    background: #3B5998;
    /* line-height: 50px; */
    color: white; }
  .fb-rating > h5 {
    font-size: 17px;
    margin: 10px 0;
    color: white;
    text-transform: uppercase;
    font-weight: 900; }
  .fb-rating > .rating i {
    color: #fdbf06;
    font-size: 25px; }

#free-trial {
  width: 100%;
  text-align: center; }
  #free-trial a {
    color: white;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin: auto;
    background-color: #4caf50;
    border: solid 3px #4caf50;
    transition: 0.5s;
    padding: 20px 50px;
    border-radius: 5px; }
    #free-trial a:hover {
      background-color: #317934;
      border: solid 3px #317934; }
    #free-trial a span {
      display: block;
      font-weight: 900;
      font-size: 14px; }
      #free-trial a span:last-child {
        text-decoration: underline;
        font-weight: 300;
        text-transform: none; }

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #1c3a62;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  width: 90% !important;
  margin: 10px auto; }
  .slider:hover {
    opacity: 1; }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #dadfe3;
    opacity: 1;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .slider::-moz-range-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #dadfe3;
    opacity: 1;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }

.fb-like {
  color: white !important;
  background: #ffffff8a;
  padding: 10px;
  border-radius: 2px;
  margin-top: 10px;
  border: solid 1px #ffffff94; }

@media (max-width: 600px) {
  #game-container h2 {
    font-size: 25px;
    margin: 0; }

  .game-snapshot .date {
    /* display: none; */ }

  .first-step-promises h2 {
    font-size: 25px; }

  #faq-carousel .item .hiw-step .img {
    width: 80%;
    margin: auto;
    padding: 15px 5px;
    height: auto;
    display: block; }
  #faq-carousel .item .hiw-step .title {
    width: 80%;
    margin: auto;
    font-size: 20px; }

  .game-snapshot img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    object-fit: cover; }
  .game-snapshot .img {
    margin: 0 !important;
    width: 40px !important;
    padding: 5px 5px;
    height: auto !important; }

  section#middle .container {
    max-width: 100%;
    padding-bottom: 0; }

  .first-step-content h3 {
    font-size: 15px;
    line-height: 20px; }

  .first-step-number {
    display: inline-block;
    color: white;
    width: 40%;
    vertical-align: top;
    margin-top: 10px; }

  .fancy-availability-card {
    width: 100%;
    margin: auto; }

  .owl-carousel .owl-item .membership-snapshot .price-snapshot, .owl-carousel .owl-item .membership-snapshot .slidecontainer {
    display: none; }

  #faq-carousel .item .hiw-step .title .sub-title {
    font-size: 12px; }

  img#seamless-experience {
    width: 140px;
    margin: auto; }

  .fancy-availability-card .info {
    margin-top: -40px; }
  .fancy-availability-card .img .field {
    position: absolute;
    bottom: 42px;
    left: 2px;
    width: calc(100% - 5px); }

  #pricing .pricing-box-wrapper {
    display: block;
    align-items: center;
    margin: auto; }
    #pricing .pricing-box-wrapper .pricing-box {
      width: 100% !important;
      max-width: 100% !important;
      margin: 20px 0;
      margin-left: 0 !important; }
  #pricing h2 {
    font-size: 25px; }

  .fancy-availability-card .img .field .size, .fancy-availability-card .img .field .localization, .fancy-availability-card .img .field .type {
    font-size: 6px;
    margin: 0 1px;
    padding: 2px 3px; }
  .fancy-availability-card .info .venue {
    margin-bottom: 10px;
    padding: 5px 5px; }

  .app-download img {
    width: 30%;
    margin: 5px;
    display: inline-block; }

  .fancy-availability-card .info .venue .name {
    font-size: 12px;
    line-height: 12px; }
  .fancy-availability-card .info .venue .address {
    font-size: 7px;
    height: 8px;
    overflow: hidden;
    line-height: 8px; }
  .fancy-availability-card .info a {
    font-size: 10px;
    line-height: 14px; }
  .fancy-availability-card .info .date .day {
    font-size: 12px;
    line-height: 12px; }
  .fancy-availability-card .info .date .time {
    font-size: 14px;
    line-height: 14px; }
  .fancy-availability-card .img .attendance {
    font-size: 12px; }
    .fancy-availability-card .img .attendance sup {
      font-size: 8px; }

  .first-step-header h1 {
    font-size: 30px; }

  .first-step-footer .footer-wrapper {
    margin-bottom: 40px; }

  .fancy-availability-card .img .activity-id {
    font-size: 14px;
    padding: 2px 5px;
    display: none; }

  .pricing-box {
    width: 80%;
    display: block;
    margin: 10px auto;
    background: white;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0); }

  #free-trial {
    width: 100%;
    margin-top: 20px; }
    #free-trial a {
      background-color: #4caf50;
      width: 100%;
      color: white;
      display: block;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      font-size: 12px;
      padding: 20px 0;
      width: auto;
      margin: 0 10px;
      background-color: #4caf50;
      /* background: linear-gradient(45deg, #4caf50, #56b559, #53c758); */
      border: solid 3px #4caf50;
      transition: 0.5s; }
      #free-trial a:hover {
        background-color: #fdc000;
        border: solid 3px #f9bd00; }
      #free-trial a span {
        display: block;
        font-weight: 400;
        font-size: 10px; }
        #free-trial a span:last-child {
          text-decoration: underline;
          font-weight: 300;
          text-transform: none; }

  #referral-program {
    padding: 20px 0; }
    #referral-program h2 {
      font-size: 25px;
      font-weight: 900;
      color: #1d3b64;
      margin-bottom: 40px;
      text-align: center; }

  .referral-program {
    display: block;
    align-items: baseline;
    width: 80%;
    margin: auto; }
    .referral-program .referral-step {
      flex: 1; }
      .referral-program .referral-step .img {
        background: linear-gradient(45deg, #1e3a63, #1c375e, #2d5894);
        margin: auto;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        padding: 20px;
        box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        border: solid 3px #1f3860; }
      .referral-program .referral-step:last-child .img {
        background-color: #4caf50;
        background: linear-gradient(45deg, #4caf50, #56b559, #53c758);
        border: solid 3px #4caf50; }
      .referral-program .referral-step:last-child .text {
        font-size: 20px;
        color: #52b355; }
      .referral-program .referral-step .img img {
        width: 100%; }
    .referral-program ~ .referral-footnote {
      font-size: 15px;
      margin-top: 20px;
      color: #2d5894;
      font-weight: 400; }

  .fancy-availability-card .img .locked-indication {
    font-size: 10px;
    line-height: 12px;
    padding: 5px 0;
    top: 10px;
    transform: none; }
    .fancy-availability-card .img .locked-indication i {
      font-size: 14px;
      margin-bottom: 0;
      display: none; }
    .fancy-availability-card .img .locked-indication a {
      font-size: 8px; }

  .referral-program ~ .referral-footnote b {
    font-weight: 900;
    color: #2d5894;
    font-size: 20px; }
  .referral-program ~ .referral-footnote a {
    display: block;
    color: #51b254;
    font-weight: 900;
    text-decoration: underline;
    font-size: 20px; }
  .referral-program .referral-step .text {
    font-weight: 900;
    font-size: 18px;
    color: #415f88;
    max-width: 250px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 2px; }

  .conversion-header.my-header .menu {
    display: none; }

  .first-step-header h2 {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    padding: 0; }

  .conversion-header.my-header .logo {
    display: block;
    padding: 0; }
    .conversion-header.my-header .logo img {
      margin-top: 10px;
      margin-left: 5px;
      height: 35px; }
  .conversion-header.my-header .nav li.free-trial {
    background: transparent; }
  .conversion-header.my-header .nav li.sign-in-li {
    display: none; }
  .conversion-header.my-header .nav li.free-trial a {
    font-size: 10px;
    line-height: 14px;
    width: fit-content;
    margin: auto;
    background: #4caf50;
    padding: 5px 10px; }
  .conversion-header.my-header .nav li:last-child {
    display: none; }

  #cta-wrapper {
    text-align: center; }

  #free-trial-cta {
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 10px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    line-height: 35px;
    padding: 10px 20px;
    background: #4caf50;
    border-radius: 2px !important;
    /* box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2); */ }

  #see-games {
    font-size: 12px;
    margin: 10px auto;
    background: transparent;
    border: solid 2px;
    font-weight: 400;
    padding: 15px 20px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px !important;
    line-height: 30px;
    background: white; } }

/*# sourceMappingURL=home.css.map */
