/* Common styles */
h2 {
    font-family: "VodafoneLight", sans-serif;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
}
a.btn-primary,
a.btn-secondary,
a.btn-tertiary,
button.btn-primary,
button.btn-secondary,
button.btn-tertiary {
    width: 307px;
    height: 44px;
    border-radius: 6px;
    font-family: "VodafoneRegular", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    cursor: pointer;
}
a.btn:not(:last-of-type),
button.btn:not(:last-of-type) {
    margin: 0 18px 0 0;
}
a.btn-primary,
button.btn-primary {
    background: #e60000;
    color: #ffffff;
}
a.btn-primary:hover,
button.btn-primary:hover {
    background-color: #900;
}
a.btn-primary.btn-primary-dark,
button.btn-primary.btn-primary-dark {
    background-color: #bd0000;
    color: #ffffff;
}
a.btn-primary.btn-primary-dark:hover,
button.btn-primary.btn-primary-dark:hover {
    background-color: #990000;
}
a.btn-secondary,
button.btn-secondary {
    background: #666666;
    color: #ffffff;
}
a.btn-secondary:hover,
button.btn-secondary:hover {
    background-color: #333333;
}
a.btn-secondary.btn-secondary-dark,
button.btn-secondary.btn-secondary-dark {
    background-color: #afafaf;
    color: #333333;
}
a.btn-secondary.btn-secondary-dark:hover,
button.btn-secondary.btn-secondary-dark:hover {
    background-color: #cccccc;
}
a.btn-tertiary,
button.btn-tertiary {
    background: #ffffff;
    border: 1px solid #999999;
    color: #333333;
}
a.btn-tertiary:hover,
button.btn-tertiary:hover {
    background-color: #f4f4f4;
    border-color: #333;
    color: #333;
}

@media screen and (max-width: 1350px) {
    a.btn-primary,
    a.btn-secondary,
    a.btn-tertiary,
    button.btn-primary,
    button.btn-secondary,
    button.btn-tertiary {
        width: 229px;
        min-width: 150px;
    }
}
.page-wrapper {
    background-color: #ffffff;
    min-width: 360px;
    margin-top: -72px;
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1381px;
    min-width: 360px;
    padding: 32px 24px 32px;
    overflow: hidden;
}
.page-wrapper section {
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
    .content-wrapper {
        padding: 32px 21px 32px;
    }
}
@media screen and (max-width: 767px) {
    .content-wrapper {
        padding: 32px 16px 20px;
    }
}
.section__title {
    margin: auto auto 17px;
    width: 746px;
    text-align: center;
}
.section__summary {
    margin: auto;
    max-width: 853px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}
@media screen and (max-width: 1350px) {
    .section__summary {
        max-width: 644px;
    }
}
@media screen and (max-width: 1023px) {
    .section__title {
        width: auto;
        max-width: 746px;
    }
    .section__title h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .section__summary {
        width: auto;
        max-width: 603px;
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .section__title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .section__summary {
        font-size: 18px;
    }
}

/* Banner section */
.banner {
	padding-bottom: 46.713%;
	position: relative;
}
.banner__container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .36);
	background-image: url("../images/hero_desktop.jpg");
	background-size: 100% auto;
	background-position: center;
}
.banner__wrapper__heading {
    font-size: 64px;
    line-height: 72px;
    font-family: "VodafoneRegularBold";
    margin-bottom: 20px;
    max-width: 453px;
}
.banner__wrapper__text {
    font-size: 28px;
    line-height: 32px;
    font-family: "VodafoneRegularBold";
    margin-bottom: 56px;
    max-width: 453px;
}
.banner__wrapper__button button {
    width: 176px;
}
@media screen and (min-width: 1025px) {
    .banner__wrapper {
        max-width: 926px;
        top: calc(50% + 36px);
        transform: translateY(-50%);
        position: relative;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1023px) {
    .banner {
        padding-bottom: 96.875%;
    }
    .banner__container {
        display: flex;
        align-items: flex-end;
        background-image: url('../images/hero_tablet.jpg');
        padding: 64px 82px;
    }
    .banner__wrapper__heading {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 12px;
    }
    .banner__wrapper__text {
        font-size: 24px;
        margin-bottom: 48px;
        max-width: 79.3%;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        padding-bottom: 173.33%;
        margin-top: -78px;
    }
    .banner__container {
        background-image: url('../images/hero_mobile.jpg');
        padding: 48px 16px;
    }
    .banner__wrapper {
        width: 100%;
    }
    .banner__wrapper__heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .banner__wrapper__text {
        font-size: 20px;
        line-height: 28px;
        max-width: 79.3%;
    }
    .banner__wrapper__button button {
        width: 100%;
        font-size: 16px;
    }
}

/* Abstract section */
.abstract__container {
    padding: 100px 0 60px;
    margin: auto;
    max-width: 926px;
	overflow: initial;
}
.abstract__texts {
    display: flex;
    margin-bottom: 45px;
}
.abstract__texts__title {
    color: #E60000;
    font-size: 40px;
    line-height: 48px;
    min-width: 216px;
    margin-right: 139px;
    font-family: "VodafoneRegularBold";
}
.abstract__texts__description {
    color: #262626;
    font-size: 20px;
    line-height: 28px;
}
.abstract__cards {
    display: grid;
    column-gap: 22px;
    grid-auto-flow: column;
}
.abstract__card__header__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
}
.abstract__card__header__title {
    font-family: "VodafoneRegularBold";
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
}
.abstract__card__content__text {
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 1023px) {
    .abstract__container {
        padding: 56px 82px 48px;
    }
    .abstract__texts {
        flex-direction: column;
    }
    .abstract__texts__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .abstract__cards {
        grid-auto-flow: row;
        row-gap: 22px;
    }
    .abstract__card__header {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .abstract__card__header__icon {
        margin-bottom: 0;
        margin-right: 16px;
    }
    .abstract__card__header__title {
        margin-bottom: 0;
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .abstract__container {
        padding: 48px 16px 32px;
    }
    .abstract__texts {
        margin-bottom: 32px;
    }
    .abstract__texts__title {
        font-size: 24px;
        line-height: 32px;
    }
    .abstract__texts__description {
        font-size: 18px;
    }
    .abstract__card__header {
        margin-bottom: 0;
    }
    .abstract__card__header__icon {
        width: 32px;
        height: 32px;
    }
    .abstract__card__header__title {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Safety tracker section */
.safety-tracker {
    background-image: linear-gradient(45deg, #222222 0%, #25282B 100%);
    color: #ffffff;
}
.safety-tracker__container {
    display: flex;
    align-items: center;
    padding: 100px 0;
    max-width: 926px;
    margin: auto;
}
.safety-tracker__texts {
    margin-right: 50px;
    flex: auto;
    width: min-content;
}
.safety-tracker__heading {
    font-size: 40px;
    line-height: 48px;
    font-family: "VodafoneRegularBold";
    align-self: flex-end;
    margin-bottom: 32px;
    color: white;
}
.safety-tracker__description {
    font-size: 18px;
    line-height: 24px;
}
.safety-tracker__description strong {
    font-family: "VodafoneRegularBold";
}
.safety-tracker__illustration {
    align-self: center;
    grid-row: span 2;
    -webkit-user-select: none;
    user-select: none;
    max-height: 484px;
    max-width: 484px;
    padding: 44px;
    position: relative;
    height: 100%;
    width: 100%;
}
.safety-tracker__illustration svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.safety-tracker__illustration--glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    mix-blend-mode: soft-light;
    opacity: 0.4;
    filter: blur(85px);
    top: 0;
    right: 0;
}
@media screen and (max-width: 1023px) {
    .safety-tracker__container {
        padding: 48px 82px;
    }
    .safety-tracker__heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .safety-tracker__illustration {
        max-height: 262px;
        max-width: 262px;
        padding: 16px;
    }
}
@media screen and (max-width: 767px) {
    .safety-tracker__container {
        flex-direction: column;
		padding: 32px 16px;
    }
    .safety-tracker__texts {
        width: 100%;
        margin: 0;
    }
    .safety-tracker__heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .safety-tracker__description {
        font-size: 16px;
    }
    .safety-tracker__illustration {
        margin-top: 40px;
        justify-self: center;
        max-width: 294px;
        max-height: 294px;
        padding: 8px;
    }
}

/* Number of users section */
.number-of-users__container {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 138px;
	padding-top: 80px;
	padding-bottom: 80px;
    max-width: 926px;
    margin: auto;
}
.number-of-users__content {
    display: grid;
    align-content: flex-start;
    align-items: center;
    padding-top: 94px;
}
.number-of-users__content__logo img {
    display: block;
    width: 48px;
    height: 48px;
}
.number-of-users__content__label {
    font-family: "VodafoneRegularBold";
    color: #0D0D0D;
    font-size: 28px;
    line-height: 32px;
    margin: 53px 0 24px;
}
.number-of-users__content__headline {
    font-family: "VodafoneRegularBold";
    color: #e60000;
    font-size: 56px;
    line-height: 64px;
}
.number-of-users__tiles {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 21px;
    width: 453px;
    order: -1;
}
.number-of-users__tiles img {
    max-width: 100%;
}
.number-of-users__tiles__left, .number-of-users__tiles__right {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: 22px;
}
.number-of-users__tiles__left__tile, .number-of-users__tiles__right__tile {
    border-radius: 6px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
}
.number-of-users__tiles__right {
    padding-top: 43.51852%;
}
@media screen and (max-width: 1023px) {
    .number-of-users__container {
        grid-auto-flow: row;
		grid-gap: 48px;
		padding: 64px 82px;
    }
    .number-of-users__content {
        padding-top: 0;
        grid-template-columns: min-content 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 32px;
    }
    .number-of-users__content__label {
        grid-column: 2;
        margin-block-start: 0;
        margin-block-end: 0;
        font-size: 24px;
    }
    .number-of-users__content__headline {
        grid-column: span 2;
        font-size: 40px;
        line-height: 48px;
    }
    .number-of-users__tiles {
        order: 2;
        justify-self: center;
    }
}
@media screen and (max-width: 767px) {
    .number-of-users__container {
        padding: 50px 16px;
    }
    .number-of-users__content {
        row-gap: 26px;
    }
    .number-of-users__content__logo img {
        width: 32px;
        height: 32px;
    }
    .number-of-users__content__label {
        font-size: 20px;
        line-height: 28px;
    }
    .number-of-users__content__headline {
        font-size: 28px;
        line-height: 36px;
    }
    .number-of-users__tiles {
        width: auto;
        grid-gap: 16px;
    }
    .number-of-users__tiles__left, .number-of-users__tiles__right {
        grid-gap: 16px;
    }
}

/* Local site section */
.local-site__container {
    margin: auto;
    max-width: 926px;
    padding: 48px 0;
}
.local-site__title {
    font-size: 40px;
    line-height: 48px;
    color: #0D0D0D;
    font-family: "VodafoneRegularBold";
    margin-bottom: 32px;
}
.local-site__summary {
    color: #262626;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 64px;
}
.country-selector {
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
    max-width: 918px;
}
.country-selector li .country-selector__country {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #ebebeb;
    break-inside: avoid;
}
.country-selector a {
    text-decoration: none;
}
.country-selector__country__flag {
    float: left;
    line-height: 0;
    margin-right: 20px;
}
.country-selector__country__flag img {
    width: 36px;
    height: 36px;
    -webkit-user-select: none;
    user-select: none;
}
.country-selector__country__chevron {
    float: right;
    width: 36px;
    height: 36px;
    background-image: url("images/chevron/e60000_right.svg");
    background-size: 100%;
}
.country-selector__country__name {
    font-size: 18px;
    line-height: 36px;
}
@media screen and (max-width: 1023px) {
    .local-site__container {
        padding: 64px 82px;
    }
    .local-site__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .local-site__summary {
        margin-bottom: 48px;
    }
    .country-selector:after {
        width: calc(50% - 42px/2);
    }
}
@media screen and (max-width: 767px) {
    .local-site__container {
        padding: 25px 16px;
    }
    .local-site__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .local-site__summary {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .country-selector__country__chevron {
        width: 36px;
        height: 36px;
    }
}

/* App links section */
.app-links {
    padding-top: 35px;
}
.app-links__container {
	position: relative;
    max-width: 926px;
    margin: auto;
    padding: 40px 124px;
}
.app-links__background {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(180deg, #FFF 12.07%, rgba(255, 255, 255, 0.00) 100%), url("../images/applinks_background.png");
}
.app-links__content {
    display: flex;
}
.app-links__content__icon {
    margin-right: 124px;
    width: 140px;
    height: 140px;
    z-index: 2;
}
.app-links__content__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.app-links__content__texts {
    align-self: flex-start;
    z-index: 2;
}
.app-links__content__title {
    font-family: "VodafoneRegularBold";
    color: #e60000;
    font-size: 28px;
    line-height: 32px;
}
.app-links__content__description {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin: 6px 0 32px;
}
.app-links__content__badges {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    grid-gap: 12px;
}
.app-links__content__badges img {
    display: block;
    max-width: none;
    height: 40px;
}
@media screen and (max-width: 1023px) {
    .app-links__container {
        padding: 40px 98px;
    }
    .app-links__background {
        background-position: top;
        background-image: url("../images/applinks_background_tablet.png");
    }
    .app-links__content {
        align-items: center;
    }
    .app-links__content__icon {
        width: 125px;
        min-width: 125px;
        height: 125px;
        margin-right: 98px;
    }
    .app-links__content__title {
        font-size: 24px;
    }
    .app-links__content__description {
        padding-right: 30px;
        margin-top: 0;
    }
    .app-links__content__badges {
        grid-gap: 14px;
    }
    .app-links__content__badges img {
        height: 33px;
    }
}
@media screen and (max-width: 767px) {
    .app-links__container {
        padding: 0;
    }
    .app-links__background {
        height: 203px;
        background-image: url("../images/applinks_background_mobile.png");
        background-image: linear-gradient(180deg, #FFF 12.07%, rgba(255, 255, 255, 0.00) 100%), url("../images/applinks_background_mobile.png");
        inset: auto auto 0;
    }
    .app-links__content {
        flex-direction: column;
    }
    .app-links__content__icon {
        margin-right: 0;
    }
    .app-links__content__texts {
        margin: 50px 16px 270px;
        align-self: center;
        text-align: center;
    }
    .app-links__content__title {
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 28px;
    }
    .app-links__content__description {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }
    .app-links__content__badges {
        grid-auto-flow: row;
        grid-gap: 16px;
        justify-content: center;
    }
    .app-links__content__badges img {
        width: 135px;
        height: auto;
    }
}
