:root {
    --mm-dark-blue: #0A0853;
    --mm-light-grey: #E6E6E6;
    --mm-bright-blue: #2A27AD;
    --mm-blue: #5E5EDE;
    --mm-purple: #8B6BD7;
    --mm-light-purple: #A162D3;
    --mm-light-pink: #CC93D8;
    --bolder-weight: 600;
}

body,
html {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    hanging-punctuation: first last;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #282828;
    scroll-behavior: smooth;
}

footer {
    margin-top: auto;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

p:hover,
span:hover,
li:hover,
em:hover,
i:hover,
strong:hover,
b:hover {
    /* font-variation-settings: "wght" var(--bolder-weight); */
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.display-1 {
    /* calc(1.375rem + 5.5vw);*/
    font-size: clamp(1.375rem, 1.375rem+5.5vw, 3.5rem);
}

p {
    text-wrap: pretty;
}

p:last-child {
    margin-bottom: 0;
}

.fw-100 {
    font-weight: 100;
    --bolder-weight: 300;
}

.fw-200 {
    font-weight: 200;
    --bolder-weight: 400;
}

.fw-300 {
    font-weight: 300;
    --bolder-weight: 500;
}

.fw-400 {
    font-weight: 400;
    --bolder-weight: 600;
}

.fw-500 {
    font-weight: 500;
    --bolder-weight: 700;
}

.fw-600 {
    font-weight: 600;
    --bolder-weight: 800;
}

.fw-700,
.fw-bold {
    font-weight: 700;
    --bolder-weight: 900;
}

.fw-800 {
    font-weight: 800;
    --bolder-weight: 900;
}

.fw-900 {
    font-weight: 900;
    --bolder-weight: 900;
}

.mm-logo {
    max-width: 200px;
    width: 100%;
}

.text-dark-blue {
    color: var(--mm-dark-blue);
}

.text-mod-red {
    color: #CF6071;
}

header {
    background-color: #885ba8;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/RWGS/RWGS_251117_vsl_header_bg.jpg);
    background-size: cover;
    /* background-position: bottom center; */
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.bg-dark-blue {
    background-color: var(--mm-dark-blue);
    color: #fff;
}

.atc,.btn-mm {
    background: linear-gradient(0deg, #8b6cd7, #cf6071);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.35em;
    border-radius: 1.125em;
}
.btn-mm {
    font-size: 1.15em;
}
.atc:hover,.btn-mm:hover {
    background: linear-gradient(0deg, #8b6cd7, #cf6071);
    color: #fff !important;
    text-decoration: none !important;
    transform: scale(1.05);
}

.video-container {
    position: relative;
}

.gif {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gif img {
    width: 100%;
    height: 100%;
}

.box-shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.img-spread-box {
    margin-top: -5rem;
}
i.checkmark {
    position: relative;
        padding-left: 1.5em;
        margin-bottom: 1rem;
}

i.checkmark::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1em;
    height: 1em;
    padding: .5rem;
    border-radius: 50%;
    background-color: #CF6071;
}

i.checkmark::after {
    content: "";
    position: absolute;
    left: .25em;
    top: .45em;
    width: .6em;
    height: .6em;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12.2877px" height="10.1052px" viewBox="0 0 122.877 101.052" enable-background="new 0 0 122.877 101.052" xml:space="preserve" fill="%23ffffff"><g><path d="M4.43,63.63c-2.869-2.755-4.352-6.42-4.427-10.11c-0.074-3.689,1.261-7.412,4.015-10.281 c2.752-2.867,6.417-4.351,10.106-4.425c3.691-0.076,7.412,1.255,10.283,4.012l24.787,23.851L98.543,3.989l1.768,1.349l-1.77-1.355 c0.141-0.183,0.301-0.339,0.479-0.466c2.936-2.543,6.621-3.691,10.223-3.495V0.018l0.176,0.016c3.623,0.24,7.162,1.85,9.775,4.766 c2.658,2.965,3.863,6.731,3.662,10.412h0.004l-0.016,0.176c-0.236,3.558-1.791,7.035-4.609,9.632l-59.224,72.09l0.004,0.004 c-0.111,0.141-0.236,0.262-0.372,0.368c-2.773,2.435-6.275,3.629-9.757,3.569c-3.511-0.061-7.015-1.396-9.741-4.016L4.43,63.63 L4.43,63.63z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}






@media (max-width: 575.98px) {

    body,
    html {
        font-size: 14px;
    }

    .img-list {
        max-width: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    body,
    html {
        font-size: 16px;
    }

    .img-list {
        max-width: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 1400px) {}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}