a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption,
cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figcaption, figure,
footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img,
ins, kbd, label, legend, li, mark, menuitem, nav, object, ol, p, pre, q, s,
samp, section, small, span, strong, sub, summary, sup, table, tbody, td,
tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

* , :after, :before {
    box-sizing: inherit
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

blockquote, q {
    quotes: none
}

code, kbd, pre, samp, tt {
    font-family: Courier New, Courier, monospace;
    font-size: 1em
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.333em
}

h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.333em
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em
}

h5 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.333em
}

p + p {
    margin-top: 1em
}

.grid {
    padding-left: .8vw;
    padding-right: .8vw
}

.grid, .row {
    display: -ms-flexbox;
    display: flex
}

.row {
    margin-left: -.8vw;
    margin-right: -.8vw;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.row--center {
    -ms-flex-pack: center;
    justify-content: center
}

.row--end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col {
    width: 12.5%;
    -ms-flex: 1 1 12.5%;
    flex: 1 1 12.5%;
    padding-right: .8vw;
    padding-left: .8vw
}

.col.col-8 {
    width: 100%;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%
}

.col.col-7 {
    width: 87.5%;
    -ms-flex: 0 1 87.5%;
    flex: 0 1 87.5%
}

.col.col-6 {
    width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%
}

.col.col-5 {
    width: 62.5%;
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%
}

.col.col-4 {
    width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.col.col-3 {
    width: 37.5%;
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%
}

.col.col-2 {
    width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.col.col-1 {
    width: 12.5%;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%
}



body {
    color: #222;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Cabin', sans-serif;
    letter-spacing: -.01em
}

::-moz-selection {
    background: #00cca3;
    color: #222
}

::selection {
    background: #00cca3;
    color: #222
}

img, svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: -.01em
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
    color: #fff
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.333em
}

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em
}

a {
    color: #ccc;
    text-decoration: none;
    transition: color .12s ease-in-out, text-decoration .12s ease-in-out
}

a.link--light, a:hover {
    color: #00cca3
}

a.link--light:hover {
    text-decoration: underline
}

a.button {
    border-radius: .8rem;
    height: 48px;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}



.is-bold {
    font-weight: 700
}

.logoTitle {
  padding-left: 10px;
  font-size: 3rem;
  color: white;
  font-family: 'Cabin Condensed', sans-serif;
}

.contactUsText {
  color: white;
  margin-left: auto;
  font-size: 2.25rem;
}

.contactUsText:hover {
  color: #0084b4;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 974px;
    max-width: 97.4rem;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-right: 1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    position: relative
}

.col {
    -ms-flex: 1;
    flex: 1
}

.footer, .header {
    //height: 50vh;
    height: 47vh;
    min-height: 270px;
    min-height: 27rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header {
    position: relative
}

.header-animation {
    overflow: hidden;
    display: block;
    z-index: -1
}

.header-animation, .header-animation:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-animation:after {
    content: '';
    background-image: radial-gradient(farthest-corner at -10% 10%,#d42f4d 5%,#e0824c 100%);
    animation: a 6s ease-in infinite alternate;
    will-change: transform;
    transform-style: preserve-3d
}

@keyframes a {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(2)
    }
}

.site-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 96px
}

.logo {
    line-height: 0
}

.competitionTitle {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.competitionTable {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  padding-bottom: 20px;
}

.competitionTableHeader {
  font-size: 1.5rem;
}

.competitionCost {
  font-size: 1.5rem;
}



.greenTick {
  color: #388E3C;
  font-size: 3rem !important;
}

.redCross {
  color: #d32f2f;
  font-size: 3rem !important;
}

.status {
    margin-left: auto;
    border-radius: 4px;
    height: 32px;
    height: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #414141;
    background: #fff
}

.status span {
    margin: 0 4px;
    margin: 0 .4rem
}

.status span:last-child {
    margin-right: 8px;
    margin-right: .8rem
}

.status__tag {
    height: 2em;
    line-height: 2em;
    background: #00cca3;
    border-radius: .4rem;
    color: #fff;
    padding: 0 8px;
    padding: 0 .8rem
}

.footer {
    background: #fff
}

.footer__marketing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 62px;
    padding-top: 6.2rem;
    position: relative;
    z-index: 1
}

.footer__marketing h3 {
    max-width: 500px;
    max-width: 50rem;
    padding-bottom: 38px;
    padding-bottom: 2.5rem;
    margin-right: 350px
}

.footer__marketing-details {
    display: -ms-flexbox;
    display: flex
}

.footer__marketing-details a {
    margin-right: 32px;
    margin-right: 3.2rem;
    margin-bottom: 8px
}

.footer__marketing-details span {
    color: #949494
}

.footer__marketing-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 35px;
    padding-bottom: 3.5rem;
    max-width: 350px
}

.footer__marketing-features li {
    border: 2px solid #8f08fd;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 74px;
    text-align: center
}

.footer__marketing-features li:nth-child(2) svg {
    transform: scale(1.5)
}

.footer__brand {
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.footer__brand img {
    margin-right: 17px;
    margin-right: 1.7rem
}

.footer__brand a {
    line-height: 0;
    font-weight: 600;
    color: #919191
}

.footer__brand a:hover {
    color: #00cca3
}

.footer__brand p {
    color: #919191
}

.footer__brand > a:last-child {
    margin-left: 25px
}

.hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -24px;
    margin-bottom: -2.4rem;
    padding-right: 350px
}

.hero h2 {
    margin-bottom: 34px;
    margin-bottom: 3.4rem;
    color: hsla(0, 0%, 100%, .65)
}

.hero__button {
    position: relative;
    z-index: 2;
    transition: transform .12s ease-in-out, color .12s ease-in-out;
}



.hero__image {
    right: 50px;
    bottom: -236px;
    max-width: 320px
}

.hero__image, .hero__image:before {
    position: absolute;
    border-radius: 5px
}

.hero__image:before {
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 5px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .4)
}

@media screen and (max-width:352px) {
    .hero__image {
        padding: 0 16px
    }

    .hero__image, .hero__image > img {
        width: 100%
    }

    .hero__image:before {
        width: calc(100% - 32px);
        margin-left: 16px
    }

    .footer__marketing-features li {
        width: 50px;
        height: 50px;
        line-height: 60px
    }

    .footer__marketing-features svg {
        transform: scale(.8)
    }
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        letter-spacing: -.024rem
    }

    :-webkit-any(article, aside, nav, section) :-webkit-any(article,
    aside, nav, section) h1, :-webkit-any(article, aside, nav, section) h1 {
        font-size: 2.4rem
    }

    .container {
        text-align: center;
        width: auto
    }

    .footer, .header {
        min-height: 55rem
    }

    .header {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer {
        padding-top: 280px;
        //height: 78rem;
        height: 63rem;
    }

    .site-header {
        width: 100%
    }

    .hero {
        margin-bottom: 0;
        padding-right: 1.5rem;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 70px
    }

    .hero__image {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -280px
    }

    .footer__marketing {
        margin-right: auto;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-top: 3.6rem
    }

    .footer__marketing h3 {
        margin-right: 0;
        padding-bottom: 3.2rem
    }

    .footer__marketing-details {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__marketing-details a {
        margin-right: 0;
        line-height: normal
    }

    .footer__brand {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem
    }

    .footer__brand-logo {
        margin-bottom: 1.6rem
    }

    .footer__brand-logo img {
        margin: 0
    }

    .footer__brand > a:last-child {
        margin-left: 0;
        margin-top: 16px
    }

    .contactUsText:hover, .contactUsText:visited, .contactUsText:active, .contactUsText:link {
      color:white;
    }

}

@media screen and (max-width:320px) {

  .appStoreButtoniPhone5 {
    top: -70px;
  }

}
