/* FONT-FACES */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

@font-face {
  font-family: 'icomoon';
  src:  url(assets/fonts//icons/icomoon.eot?1sfcev);
  src:  url(assets/fonts//icons/icomoon.eot?1sfcev#iefix) format('embedded-opentype'),
    url(assets/fonts//icons/icomoon.ttf?1sfcev) format('truetype'),
    url(assets/fonts//icons/icomoon.woff?1sfcev) format('woff'),
    url(assets/fonts//icons/icomoon.svg?1sfcev#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FONT SCALING */

html,body {
    font: 16px / 1.4rem 'Montserrat', Arial, sans-serif;
    color: #373737;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 48em) {
    html,body {
        font-size: .95rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 77em) {
    html,body {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

h1,
.ts-h1,
h2,
.ts-h2,
h3,
.ts-h3,
h4,
.ts-h4,
h5,
.ts-h5,
h6,
.ts-h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

/* SIZE */

h1,
.ts-h1 {
    font-size: 1.25rem;
    line-height: 1.65rem;
    margin: 1rem 0;
}

h2,
.ts-h2 {
    font-size: 1.125rem;
    line-height: 1.525rem;
    margin: .5rem 0;
}

h3,
.ts-h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: .5rem 0;
}

h4,
.ts-h4 {
    font-size: .95rem;
    line-height: 1.35rem;
    margin: .5rem 0;
}

h5,
.ts-h5 {
    font-size: .9rem;
    line-height: 1.3rem;
    margin: .5rem 0;
}

h6,
.ts-h6 {
    font-size: .85rem;
    line-height: 1.35rem;
    margin: .5rem 0;
}

.ts-1-1 {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.ts-1-3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

/* (landscape tablet, 1000px and up) */ 
@media (min-width: 62.5em) {

    h1,
    .ts-h1 {
        font-size: 1.55rem;
    }
    
    h2,
    .ts-h2 {
        font-size: 1.425rem;
        line-height: 1.925rem;
    }
    
    h3,
    .ts-h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    h4,
    .ts-h4 {
        font-size: 1.25rem;
        line-height: 1.85rem;
    }
    
    h5,
    .ts-h5 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    
    h6,
    .ts-h6 {
        font-size: 1.15rem;
        line-height: 1.55rem;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    h1,
    .ts-h1 {
      font-size: 2.375rem;
      line-height: 2.735rem;
      margin: 1.5rem 0;
    }
    
    h2,
    .ts-h2 {
      font-size: 2rem;
      line-height: 2.4rem;
      margin: 1rem 0;
    }
    
    h3,
    .ts-h3 {
      font-size: 1.875rem;
      line-height: 2.275rem;
      margin: 1rem 0;
    }
    
    h4,
    .ts-h4 {
      font-size: 1.5rem;
      line-height: 1.9rem;
      margin: 1rem 0;
    }
    
    h5,
    .ts-h5 {
      font-size: 1.25rem;
      line-height: 1.65rem;
      margin: 1rem 0;
    }
    
    h6,
    .ts-h6 {
      font-size: 1.125rem;
      line-height: 1.525rem;
      margin: 1rem 0;
    }

}

blockquote {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem 0;
    padding: 2rem;
    border: 3px solid #E90052;
    color: #414141;
    font: 700 1.4rem / 1.65rem 'Montserrat', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

blockquote:before {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    top: -1rem;
    width: 80px;
    height: 30px;
    padding: 0 1rem;
    background: #fff url(assets/img/blockquote.png) no-repeat center center;
    z-index: 99;
}

cite {
    text-align: center;
    font-size: .9rem;
    margin: 1.5rem 0 0;
    display: block;
    width: 100%;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
}

.label {
    display: inline;
    padding: .5rem;
    color: #373737;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

figure {
    margin: 0;
}

/* FONTS */

.f-arial {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* ICONS */

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-link:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-whatsapp:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e908";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-search-header:before,
.icon-search:before {
  content: "\e90d";
}
.icon-play:before,
.icon-video:before {
  content: "\e90e";
}
.icon-more:before {
  content: "\e910";
}
.icon-ticket:before {
  content: "\e90f";
}
.icon-calendar:before {
  content: "\e911";
}
.icon-plus:before {
  content: "\e912";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-location:before {
  content: "\e915";
}
.icon-stats:before {
    content: "\e91d";
}
.icon-team:before {
    content: "\e91e";
}
.icon-table:before {
    content: "\e91f";
}
.icon-home:before {
    content: "\e900";
}
.icon-tiktok:before {
    content: "\e936";
}

/* GLOBAL */

main,
footer {
    width: 100%;
    float: left;
}

main {
    margin-bottom: 1rem;
}

/* (landscape tablet, 1000px and up) */ 
@media (min-width: 62.5em) {
    
    main {
        margin-bottom: 2rem;
    }

}


/* LINK STYLES */

a {
    color: #f41c5e;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

a:focus,
a:hover {
    color: #262626;
    text-decoration: none;
}

a.external:after {
    content: "\e900";
    font-family: 'icomoon';
    padding-left: .3rem;
}

main a:hover {
    text-decoration: underline;
}

main a.no-decoration:hover {
    text-decoration: none;
}

input {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

/* LIST STYLES */

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 0;
}

ul li::before {
    content: "• ";
    padding-right: .25rem;
    color: #f41c5e;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

main li {
    color: #f41c5e;
}

/* IMAGES */

img[data-src] {
    visibility: hidden;
}

/* FORM STYLING */

select,
.select {
    float: right;
    width: 115px;
    max-width: 100%;
    height: 40px;
    padding: .6rem 0;
    border: 0;
    color: #fff;
    background: #373737 url(assets/img/dropdown-bg.png) 100% center / 13px 8px no-repeat;
    font: 700 1rem 'Montserrat', Arial, sans-serif;
    text-transform:uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

select option {
    color: #fff;
}

select.c-secondary,
.select.c-secondary {
    border: 2px solid #373737;
    color: #373737;
    background: #fff url(assets/img/dropdown-bg-dark.png) 95% center / 13px 8px no-repeat;
}

select.c-secondary option {
    color: #373737; 
}

/* BUTTONS */

.button {
    display: inline-block;
    padding: .6rem 1rem;
    margin-left: 5px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: transparent;
    border: 0;
    font: 700 1rem / 1.5rem 'Montserrat', Arial, sans-serif;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.button > span,
.button > i {
    display: block;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.button:hover {
    text-decoration: none;
}

/* TEXT DECORATION */

.td-line {
    position: relative;
    display: inline-block;
}

.td-line:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 30px;
    height: 2px;
}

.td-line--after:after {
   right: calc(-40px - .5rem); 
}

.td-line--before {
    padding-left: calc(40px + .5rem)
}

.td-line--before:after {
    left: 0;
}

.td-line--primary:after {
    background: #e90052;
}

.td-line--secondary:after {
    background: #414141;
}

.td-line--tertiary:after {
    background: #373737;
}

.td-line--white:after {
    background: #fff;
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .td-line:after {
        width: 60px;
        height: 4px;
    }
    
    .td-line--after:after {
        right: calc(-70px - .5rem);
    }
    
    .td-line--before {
        padding-left: calc(70px + .5rem)
    }
    
}

/* TABLES */

table {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}

.table__tickets {
    border: 0;
}

.table-responsive {
    border: 0;
}

table > thead > tr > th,
table > tfoot > tr > td {
    padding: .8rem;
    border-top: 2px solid #f41c5e;
    background: #f2f2f2;
    font: .85rem / 1.2rem 'Montserrat', Arial, sans-serif;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table > thead > tr > th a {
    font: 400 .85rem / 1.2rem 'Montserrat', Arial, sans-serif;
}

table > tbody > tr > td {
    padding: .8rem;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
    font-size: .95rem;
    text-transform: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table__tickets tbody > tr > td {
    border: 0;
    padding: .8rem 0;
}

table > tbody > tr > td a {
    color: #373737;
    font-weight: 400;
}

/* LEAGUE TABLE */

.league-table > thead > tr > th {
    background: #2e2e2e;
    color: #fff;
    border: 0;
    padding: 1.2rem .8rem;
}

.league-table > thead > tr > th a {
    color: #fff;
}

/* TABS */

.tab-navigation {
    margin-bottom: .8rem;
}

.tab {
    color: #828282;
    padding: .5rem 1.5rem;
    font: 700 1rem / 1.4rem 'Montserrat', Arial, sans-serif;
    position: relative;
    cursor: pointer;
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.tab.tab-nav-active ,
.tab:hover {
    color: #373737;
}

.tab.tab-nav-active > span {
    position: relative;
}

.tab.tab-nav-active > span:after {
    content: '';
    background: #f41c5e;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -.8rem;
    left: 0;
}

.data-tab {
    display: none;
}

.tab-content-active,
.filter--open {
    display: block;
}

/** TABS - DIVIDED **/

.tab-navigation--divided .tab > span:after {
    display: none;
}

.tab-navigation--divided .tab:after {
    content: '';
    width: 2px;
    height: calc(100% - 1rem);
    background: #f41c5e;
    position: absolute;
    right: 0;
    top: .5rem;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.tab-navigation--divided .tab:last-child:after {
    display: none;
}

/** TABS - BUTTONS **/

.tab-navigation--buttons {
    font-size: 0;
    margin-left: 5px;
}

.tab-navigation--buttons .tab > span:after {
    display: none;
}

.tab-navigation--buttons .tab {
    background: #262626;
    color: #bdbdbd;
    margin-left: -1px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.tab-navigation--buttons .tab > span {
    font-size: 1rem;
    display: block;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.tab-navigation--buttons .tab.tab-nav-active {
    background: #f41c5e;
    color: #fff;
}

/* (landscape tablet, 1000px and up) */ 
@media (min-width: 62.5em) {

    .tab-navigation--buttons-desktop {
        font-size: 0;
        margin-left: 5px;
    }
    
    .tab-navigation--buttons-desktop .tab:after,
    .tab-navigation--buttons-desktop .tab > span:after {
        display: none;
    }
    
    .tab-navigation--buttons-desktop .tab {
        background: #262626;
        color: #bdbdbd;
        margin-left: -1px;
        -ms-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
    
    .tab-navigation--buttons-desktop .tab > span {
        font-size: 1rem;
        display: block;
        -ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }
    
    .tab-navigation--buttons-desktop .tab.tab-nav-active {
        background: #f41c5e;
        color: #fff;
    }

}

/* ACCORDION */

.accordion-parent {
    margin-bottom: 1.5rem;
}

.accordion-parent .panel-heading {
    position: relative;
    background: #f2f2f2;
    padding: 1rem;
    border-top: 2px solid #f41c5e;
    border-radius: 0;
}

.accordion-parent .panel-heading a:before {
    content: "\e907";
    position: absolute;
    left: 0;
    top: 50%;
    color: #f41c5e;
    font-family: 'icomoon';
    font-size: .55rem;
    transform: translate(0,-50%);
}

.accordion-parent .panel-heading a.collapsed:before {
    content: "\e908";
}

.accordion-parent .panel-heading h4 {
    font-size: 1rem;
    margin: 0;
}

.accordion-parent .panel-heading a {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    padding: 0 1rem 0 30px;
    color: #373737;
    font-weight: 400;
}

/* FILTER */

.filter-button {
    padding: .6rem 4.5rem .6rem 1rem;
    background: #f41c5e;
    cursor: pointer;
    border: 0;
}

.filters__options li {
    display: inline-block;
    width: auto;
    padding: .1rem .5rem;
    border: 1px solid #d7d7d7;
    font: 500 .85rem / 1.5rem 'Montserrat', Arial, sans-serif;
    color: #26292a;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.filter-button:hover {
    background: #414141;
}

.filters__options li:hover {
    border: 1px solid #e72677;
    color: #fff;
    background-color: #26292a;
}

.filters__options li.active {
    border: 1px solid #e72677;
    color: #26292a;
    background-color: #e72677;
}

.filter-button:before,
.filters__options li:before {
    display: none;
}

.filter--closed {
    display: none;
}

.filter--open {
    display: block;
}

/* HELPER CLASSES */

/** TEXT COLOURS **/

.c-primary-light {
    color: #ff96b6;
}

.c-primary {
    color: #e90052;
}

.c-secondary-light {
    color: #646464;
}

.c-secondary {
    color: #414141;
}

.c-tertiary {
    color: #373737;
}

.c-tertiary-dark {
    color: #262626;
}

.c-black {
    color: #000;
}

.c-white {
    color: #fff;
}

.c-grey100 {
    color: #f2f2f2;
}

.c-grey200 {
    color: #bdbdbd;
}

.c-grey300 {
    color: #828282;
}

/** GRADIENT COLOURS **/

.c-primary-gradient {
   background: -webkit-linear-gradient(#f41c5e, #c8184e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-secondary-gradient {
   background: -webkit-linear-gradient(#2a2a2a, #373737);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-tertiary-gradient {
   background: -webkit-linear-gradient(#212121, #262626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-grey-gradient {
   background: -webkit-linear-gradient(#e7e7e7, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/** SOCIAL MEDIA **/

.c-youtube {
    color: #cd201f;
}

.c-facebook {
    color: #3b5999;
}

.c-twitter {
    color: #55acee;
}

.c-instagram {
    color: #803ae9;
}

.c-whatsapp {
    color: #25d366;
}

.c-linkedin {
    color: #0077b5;
}

/** BACKGROUND COLOURS **/

.bg-primary-light {
    background-color: #ff96b6;
}

.bg-primary {
    background-color: #e90052;
}

.bg-secondary-light {
    background-color: #646464;
}

.bg-secondary {
    background-color: #414141;
}

.bg-tertiary {
    background-color: #373737;
}

.bg-tertiary-dark {
    background-color: #262626;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-grey100 {
    background-color: #f2f2f2;
}

.bg-grey200 {
    background-color: #bdbdbd;
}

.bg-grey300 {
    background-color: #828282;
}

.bg-gold {
    background-color: #ffdB00
}

/** GRADIENT BACKGROUND COLOURS **/

.bg-gradient {
    position: relative;
}

.bg-gradient:before {
    content: '';
    position: absolute;
    width: calc(95% + .5rem);
    height: 300px;
    top: -1rem;
    left: -3rem;
    z-index: 0;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.bg-gradient > * {
    position: relative;
    z-index: 1;
}

.bg-gradient--primary {
    background: rgb(200,24,78);
    background: -moz-linear-gradient(top,  rgba(200,24,78,1) 0%, rgb(227, 3, 81) 250px);
    background: -webkit-linear-gradient(top,  rgba(200,24,78,1) 0%,rgb(227, 3, 81) 250px);
    background: linear-gradient(to bottom, rgba(200,24,78,1) 0%,rgb(227, 3, 81) 250px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8184e', endColorstr='#f41c5e',GradientType=0 );
}

.bg-gradient--primary:before {
    background: #e30351;
}

.bg-gradient--secondary {
    background: rgb(42,42,42);
    background: -moz-linear-gradient(top,  rgba(42,42,42,1) 0%, rgba(55,55,55,1) 250px);
    background: -webkit-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(55,55,55,1) 250px);
    background: linear-gradient(to bottom,  rgba(42,42,42,1) 0%,rgba(55,55,55,1) 250px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#373737',GradientType=0 );
}

.bg-gradient--secondary:before {
    background: #373737;
}

.bg-gradient--tertiary {
    background: rgb(33,33,33);
    background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(38,38,38,1) 250px);
    background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(38,38,38,1) 250px);
    background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(38,38,38,1) 250px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#262626',GradientType=0 );
}

.bg-gradient--tertiary:before {
    background: #262626;
}

.bg-gradient--grey {
    position: relative;
    background: rgb(231,231,231);
    background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(255,255,255,1) 250px);
    background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 250px);
    background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 250px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.bg-gradient--grey:before {
    background: #fff;
}

.bg-gradient--grey-desktop {
    background: transparent;
}

.bg-gradient--desktop:before,
.bg-gradient--primary-desktop:before,
.bg-gradient--secondary-desktop:before,
.bg-gradient--tertiary-desktop:before,
.bg-gradient--grey-desktop:before {
    content: none;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .bg-gradient {
        padding: 2rem 1rem;
        z-index: 11;
    }

    .bg-gradient:before {
        width: 57%;
        top: -2rem;
        left: -10rem;
    }
    
    .bg-gradient--primary-desktop {
        background: rgb(200,24,78);
        background: -moz-linear-gradient(top,  rgba(200,24,78,1) 0%, rgb(227, 3, 81) 250px);
        background: -webkit-linear-gradient(top,  rgba(200,24,78,1) 0%,rgb(227, 3, 81) 250px);
        background: linear-gradient(to bottom, rgba(200,24,78,1) 0%,rgb(227, 3, 81) 250px);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8184e', endColorstr='#f41c5e',GradientType=0 );
    }
    
    .bg-gradient--secondary-desktop {
        background: rgb(42,42,42);
        background: -moz-linear-gradient(top,  rgba(42,42,42,1) 0%, rgba(55,55,55,1) 250px);
        background: -webkit-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(55,55,55,1) 250px);
        background: linear-gradient(to bottom,  rgba(42,42,42,1) 0%,rgba(55,55,55,1) 250px);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#373737',GradientType=0 );
    }
    
    .bg-gradient--tertiary-desktop {
        background: rgb(33,33,33);
        background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(38,38,38,1) 250px);
        background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(38,38,38,1) 250px);
        background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(38,38,38,1) 250px);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#262626',GradientType=0 );
    }

    .bg-gradient--grey-desktop {
        background: rgb(231,231,231);
        background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(255,255,255,1) 250px);
        background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 250px);
        background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 250px);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
    }

    .bg-gradient--desktop:before,
    .bg-gradient--primary-desktop:before,
    .bg-gradient--secondary-desktop:before,
    .bg-gradient--tertiary-desktop:before,
    .bg-gradient--grey-desktop:before {
        content: '';
    }

}


/** SOCIAL MEDIA **/

.bg-youtube {
    background-color: #cd201f;
}

.bg-facebook {
    background-color: #3b5999;
}

.bg-twitter {
    background-color: #55acee;
}

.bg-instagram {
    background-color: #803ae9;
}

.bg-tiktok {
    background-color: #fe2c55;
}

.bg-whatsapp {
    background-color: #25d366;
}

.bg-linkedin {
    background-color: #0077b5;
}

/* SOCIAL ICONS */

.social-share {
    margin-bottom: 1rem;
}

.social-share__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 .1rem;
    border-radius: 100%;
    line-height: 0;
    font-size: .85rem;
}

.social-share__icon:first-of-type {
    margin-left: 0;
}

.social-share__icon a:hover {
    text-decoration: none;
}

.social-share__icon i {
    vertical-align: middle;
}

/* TOOL TIPS */

.tooltip > .tooltip-inner {
    font-weight: 500;
}

.primary + .tooltip > .tooltip-inner {
    background-color: #e90052;
}

.primary + .tooltip > .tooltip-arrow {
    border-top-color: #e90052;
}




/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .max__body-width {
        width: 1200px;
        margin: 0 auto;
        float: none;
    }

}
