/*------------------------------------*\
    $Mixins
\*------------------------------------*/
/*------------------------------------*\
    $Site
\*------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #eaeaea;
  font-family: Helvetica;
  color: #4c4c4c; }

img {
  max-width: 100%; }

.site {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.site__main {
  background-color: #f7f7f7; }
  .site__main:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 260px solid #f7f7f7;
    border-right: 1100px solid transparent; }
    @media (min-width: 768px) {
      .site__main:before {
        top: 200px;
        border-bottom: 351px solid #f7f7f7;
        border-right: 1450px solid transparent; } }

.site__section {
  padding: 50px 0; }

.section--intro > .row:first-child {
  margin-top: -12rem; }
  @media (min-width: 1024px) {
    .section--intro > .row:first-child {
      margin-top: -25rem; } }

.section__content {
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .section__content {
      padding: 0; } }
  .section__content p, .section__content ul {
    margin-bottom: 2rem; }
  .section__content a {
    color: #00aa44; }

.section__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Helvetica; }
  @media (min-width: 768px) {
    .section__text {
      padding: 0; } }

.section__list {
  margin: 0 0 2rem 2rem;
  padding: 0;
  max-width: 76%; }
  @media (min-width: 768px) {
    .section__list {
      margin-left: 2rem;
      max-width: 100%; } }
  .section__list li {
    margin-bottom: 5px; }

.section__title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 5.6rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-weight: 800;
  font-family: Tablet-Gothic-Narrow; }
  @media (min-width: 768px) {
    .section__title {
      margin-top: 2rem;
      margin-bottom: 4rem;
      font-size: 70px;
      font-size: 7rem;
      line-height: 7.6rem; } }

.section__subtitle {
  font-size: 40px;
  font-size: 4rem;
  line-height: 4.4rem;
  margin-bottom: 3rem;
  font-weight: 800;
  font-family: Tablet-Gothic-Narrow; }
  @media (min-width: 768px) {
    .section__subtitle {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 5.9rem; } }

.logo--teams {
  margin-left: 2rem; }
  @media (min-width: 768px) {
    .logo--teams {
      margin-left: 0; } }

.logo--cricket-network {
  max-width: 150px; }

.img--screenshot {
  max-width: 100%; }

.screenshot--left {
  width: 115%;
  position: relative;
  left: -25%;
  max-width: 115%;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .screenshot--left {
      width: auto;
      margin-bottom: 0; } }

.screenshot--right {
  width: 115%;
  position: relative;
  right: -15%;
  max-width: 115%;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .screenshot--right {
      width: auto;
      margin-bottom: 0; } }

/*------------------------------------*\
    $Header
\*------------------------------------*/
.site__header {
  padding: 60px 9px;
  height: 257px; }
  @media (min-width: 768px) {
    .site__header {
      height: 550px; } }
  .site__header p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .site__header p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4rem; } }
    @media (min-width: 992px) {
      .site__header p {
        margin-bottom: 0;
        margin-right: 1rem; } }

.logo__text {
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-family: Tablet-Gothic-Narrow; }
  @media (min-width: 768px) {
    .logo__text {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6rem; } }
  .logo__text:hover, .logo__text:active, .logo__text:focus {
    color: white;
    text-decoration: none; }
  .logo__text span {
    display: block; }

.header__logo {
  display: block;
  max-width: 70px;
  float: right;
  margin-left: 16px; }
  @media (min-width: 768px) {
    .header__logo {
      max-width: 100px; } }

/*------------------------------------*\
    $Hero
\*------------------------------------*/
.iphone__wrapper {
  position: relative;
  min-height: 20rem; }
  @media (min-width: 768px) {
    .iphone__wrapper {
      min-height: 37.5rem; } }

.iphone {
  position: absolute;
  top: 0;
  right: -40px;
  width: 38rem;
  height: 20rem;
  min-height: 30rem; }
  @media (min-width: 768px) {
    .iphone {
      left: 10%;
      right: auto; } }
  .iphone img {
    max-width: none; }

.iphone__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100rem;
  height: 20rem;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/phone.svg"); }
  @media (min-width: 768px) {
    .iphone__frame {
      height: 115%;
      background-size: auto auto; } }

.iphone__video {
  position: absolute;
  top: 1.1rem;
  left: 0.9rem;
  z-index: 1;
  height: 18rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  @media (min-width: 768px) {
    .iphone__video {
      top: 1.9rem;
      left: 1.6rem;
      height: auto; } }

/*------------------------------------*\
    $Sections
\*------------------------------------*/
.section {
  background-color: #f7f7f7;
  padding: 100px 0; }

/*------------------------------------*\
    $Buttons
\*------------------------------------*/
.btn {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 40px;
  color: white !important;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #00aa44;
  border: 2px solid #00aa44;
  width: 100%; }
  .btn:hover, .btn:focus, .btn:active {
    color: white;
    background-color: #00d656;
    border-color: #00d656; }
  @media (min-width: 1280px) {
    .btn {
      width: auto; } }

.btn--ghost {
  background-color: transparent;
  border-color: #ffffff; }
  .btn--ghost:hover, .btn--ghost:focus, .btn--ghost:active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00aa44; }

/*------------------------------------*\
    $Footer
\*------------------------------------*/
.site__footer {
  position: relative;
  overflow: hidden;
  padding-bottom: 77px;
  background-color: #f7f7f7;
  background-image: linear-gradient(245deg, #025623, #017730, #00aa44); }
  @media (min-width: 768px) {
    .site__footer {
      padding-bottom: 60px; } }
  .site__footer .container {
    height: 400px; }
    @media (min-width: 768px) {
      .site__footer .container {
        height: 500px; } }
  .site__footer:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0; }

.site__footer__player {
  position: relative;
  width: 90%;
  max-width: 270px;
  height: 210px;
  margin: 0 auto 66px auto;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url("/images/footer-cricketer@2x.png"); }
  @media (min-width: 768px) {
    .site__footer__player {
      width: 820px;
      max-width: 90%;
      height: 560px;
      margin-bottom: 165px; } }

.site__footer__title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 5.5rem;
  color: white;
  font-weight: 800;
  font-family: Tablet-Gothic-Narrow;
  padding-top: 120px; }
  @media (min-width: 768px) {
    .site__footer__title {
      font-size: 80px;
      font-size: 8rem;
      padding-top: 180px; } }

.footer__logo {
  display: block;
  margin: 0 auto 2rem;
  max-width: 86px;
  opacity: 0.8; }
  @media (min-width: 768px) {
    .footer__logo {
      margin: 0; } }

.footer__copyright {
  text-align: center;
  opacity: 0.6; }
  .footer__copyright p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem; }
  @media (min-width: 768px) {
    .footer__copyright {
      text-align: right; } }

.mobile--block {
  display: block; }
  @media (min-width: 768px) {
    .mobile--block {
      display: inline-block; } }

/*------------------------------------*\
    $Helpers
\*------------------------------------*/
.text--green {
  color: #00aa44; }

.text--white {
  color: white; }

.pull-right {
  float: right !important; }

.u-relative {
  position: relative; }

.c-pricepoint {
  position: absolute;
  left: -30px;
  bottom: 70px;
  z-index: 99; }
  @media (min-width: 768px) {
    .c-pricepoint {
      left: -60px;
      bottom: -80px; } }

.c-logos {
  margin-bottom: 30px; }

.c-logos__title {
  font-size: 15pxpx;
  font-size: 1.5pxrem;
  margin-bottom: 24px; }

.c-logos__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .c-logos__list li {
    flex: 0 0 25%;
    height: 90px;
    position: relative; }
    .c-logos__list li img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .c-logos__list.is-bordered {
    border-bottom: 1px solid rgba(151, 151, 151, 0.11); }

.c-cta {
  margin-bottom: 50px;
  margin-top: 10px; }
  @media (min-width: 1280px) {
    .c-cta {
      margin-bottom: 65px;
      display: flex;
      justify-content: start;
      align-items: center; } }

.c-cta__btn {
  margin-bottom: 24px;
  margin-right: 24px; }
  @media (min-width: 1280px) {
    .c-cta__btn {
      margin-bottom: 0; } }

.c-cta__logo {
  margin: 0 auto;
  display: block; }
  @media (min-width: 1024px) {
    .c-cta__logo {
      margin: 0; } }

.c-cta__logo--kayo {
  width: 93px; }
  @media (min-width: 1024px) {
    .c-cta__logo--kayo {
      width: 90px; }}

.c-feature {
  padding: 56px 32px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(227deg, #00aa44, #017730, #025623);
  width: 100%;
  margin: 0 16px; }
  @media (min-width: 768px) {
    .c-feature {
      background-image: linear-gradient(260deg, #00aa44, #017730, #025623); } }
  @media (min-width: 1024px) {
    .c-feature {
      text-align: left;
      position: relative; } }
  @media (min-width: 1280px) {
    .c-feature {
      padding: 64px 50px 58px 0; } }

.c-feature__img {
  display: none; }
  @media (min-width: 1024px) {
    .c-feature__img {
      display: block;
      width: 290px;
      position: absolute;
      left: 0;
      top: 40%;
      transform: translateY(-50%);
      max-width: none; } }

@media (min-width: 1024px) {
  .c-feature__title {
    margin-bottom: 24px; } }

.c-feature__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 32px;
  max-width: 495px; }
  @media (min-width: 1024px) {
    .c-feature__text {
      margin: 0 0 32px; } }

.c-feature__btn {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .c-feature__btn {
      width: auto; } }
  @media (min-width: 1024px) {
    .c-feature__btn {
      margin-bottom: 0; } }

.c-feature__terms {
  font-size: 13px;
  font-size: 1.3rem;
  opacity: 0.97;
  color: #ffffff;
  text-decoration: underline;
  display: block; }
  .c-feature__terms:hover {
    text-decoration: none;
    color: #ffffff; }
  @media (min-width: 1024px) {
    .c-feature__terms {
      float: right;
      padding-top: 28px; } }

.faq {
  padding: 20px 0 120px; }
  @media (min-width: 1024px) {
    .faq {
      padding: 120px 0 120px; } }
  .faq h1 {
    margin-bottom: 4rem; }
  .faq .card {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(151, 151, 151, 0.11);
    border-radius: 0; }
    .faq .card:last-of-type {
      border-bottom: 1px solid rgba(151, 151, 151, 0.11); }
  .faq .card-header {
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    border: none; }
  .faq .card-body {
    padding: .5rem 1.25rem 3rem; }
  .faq h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 800;
    font-family: Tablet-Gothic-Narrow;
    color: #4c4c4c;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .faq h5 {
        margin-top: 0;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 6rem; } }
  .faq li {
    margin-bottom: 1rem; }
    .faq li a {
      color: #00aa44; }

.u-type-fineprint {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.5; }

/*# sourceMappingURL=main.min.css.map */
