/***********************************************************************/
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf21nejog.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Maven Pro 800';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx1nejog.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Maven Pro 900';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx1nejog.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/***********************************************************************/

html {
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
}

body {
    margin: 0;
    height: 100vh;
}

h1 {
    font-family: 'Maven Pro 800';
    color: #ff346b;
}

h2 {
    font-family: 'Maven Pro 900';
    color: #FF336B;
}

h3 {
    font-family: 'Maven Pro 900';
    color: #13005b;
}

span {
    font-family: 'Maven Pro';
}

p,
ul li,
ol li {
    line-height: 145%;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.mt3 {
    margin-top: 3em;
}

.margin {
    margin: 3em 0;
}

@media screen and (max-width: 767px) {
    .margin {
        margin: 2em 0;
    }
}

.slogan {
    width: 100%;
    background-color: #00072c;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    height: 44.66px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


@media screen and (max-width: 767px) {
    .slogan {
        font-size: 1.4rem;
    }
}

.banner {
    position: relative;
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 1905 / 468.312;
	border-radius:0;
}

.banner-terms {
    position: absolute;
    bottom: 0;
    width: stretch;
    background-color: rgba(0, 0, 0, .7);
    padding: 12px;
    font-size: 1.2rem;
    line-height: normal;
}

.banner-terms,
.banner-terms a {
    color: #fff;
}

@media screen and (max-width: 1032px) {
    .banner-terms {
        position: unset;
        background-color: #000;
    }
}

@media screen and (max-width: 767px) {
    .banner img {
        aspect-ratio: unset;
    }

    .banner-terms {
        position: unset;
        background-color: #000;
    }
}

/************************ CONTENT ********************************/

.area-wrapper-lp {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1310px;
    padding: 2% 0;
}

.content-section {
    margin-bottom: 20px;
}

.content-section h1 {
    font-size: 4.7rem;
}

.content-section h2 {
    font-size: 3.2rem;
}

.content-section p,
.content-section ul li {
    font-size: 1.7rem;
}

.content-section h3 {
    font-size: 2.2rem;
    color: #1988FE;
}

.content-section .button-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1988fe;
    color: #fff;
    padding: 25px 80px;
    text-transform: uppercase;
    border-radius: 500px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 3rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    font-weight: 900;
    font-family: 'Maven Pro 900';
}

@media screen and (max-width: 767px) {
    .area-wrapper-lp {
        padding: 7% 0;
    }

    .content-section h1 {
        font-size: 3rem;
    }

    .content-section h2 {
        font-size: 2.8rem;
    }

    .content-section h3 {
        font-size: 2rem;
    }

    .content-section p,
    .content-section ul li {
        font-size: 1.5rem;
    }

    .content-section .button-wrapper a {
        padding: 15px 40px;
        font-size: 2rem;
    }
}

/*************************** PINK BG **********************/
.bg-pink {
    background: linear-gradient(to right, #FF346B, #6539FE);
}

.bg-pink h2 {
    color: #fff;
    font-size: 4.7rem;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .bg-pink h2 {
        font-size: 2.8rem;
    }
}

/*************************** TERMS **********************/
.terms h3 {
    font-size: 2.6rem;
    color: #000000;
    margin: 0;
}

.terms h4 {
    margin-bottom: 0;
}

.terms h4,
.terms ul li {
    font-size: 1.7rem;
}

.terms ul {
    padding-left: 0;
}

.terms a {
    color: #0b63ce;
}


/*************** promotions-box ***************/

.promo-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.promo-card {
	border: 6px solid #FF346B;
	border-radius: 31px;
	padding: 28px 24px;
	background: #fff;
}

.promo-card h2 {
	margin-bottom: 16px;
}

.promo-card h3 {
    color: #000;
}

.promo-card p {
	margin-bottom: 20px;
}

.promo-card p.title {
    margin-bottom: 0;
}

.promo-card ul.list-none {
	margin: 0 0 20px 0;
	padding: 0;
}

.promo-card ul.list-none li {
	padding: 0;
	margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
	.promo-cards-grid {
		gap: 16px;
	}

	.promo-card {
		padding: 22px 18px;
	}
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.promo-cards-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.promo-card {
		padding: 5vw 4vw;
	}
}

/*************** end promotions-box ***************/
