﻿.modal--promotions
{
    display: none;
    position: fixed;
    font-family: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.8);
    z-index: 102;
    justify-content: center;
    align-items: center;
}
.modal--promotions .promotions--content
{
    position: relative;
    margin: auto;
    background: #1a1a1a;
    color: #fff;
    webkit-animation: .5s .5s popup backwards ease-out;
    animation: .5s .5s popup backwards ease-out;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.modal--promotions .promotions--content .promotions--close
{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.modal--promotions .promotions--content .promotions--close i
{
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
    padding: 0;
    line-height: 40px;
    width: 40px;
}
.modal--promotions .promotions--content .promotions--cta
{
    display: block;
    cursor: pointer;
}
.modal--promotions .promotions--content .promotions--cta .promotionsâ€‹--img
{
    width: 100%;
    height: auto;
}
.modal--promotions .promotions--content .promotions-content--wrap-cta
{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.modal--promotions .promotions--content .promotions-content--wrap-cta .promotions--cta
{
    flex-basis: 50%;
    height: 100%;
}
.mg-website--modal.mg-website--promotions_modal
{
    height: auto;
    max-height: 85vh;
}
.mg-device-desktop .mg-website--modal.mg-website--promotions_modal
{
    width: fit-content;
}
.promotions
{
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.promotions .promotions-info
{
    position: sticky;
    bottom: 15px;
    width: min-content;
    min-width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 5px;
    background-color: #eee;
}
.dark .promotions .promotions-info
{
    background-color: #121212;
}
.promotions .promotions-info p
{
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    opacity: .6;
}
.promotions .promotions-info #promotions-info--cta
{
    display: inline-block;
    min-width: 70px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff;
    color: #212121;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dark .promotions .promotions-info #promotions-info--cta
{
    background-color: #212121;
    color: #fff;
}
.promotions .promotions-info #promotions-info--cta:hover, .promotions .promotions-info #promotions-info--cta:focus, .promotions .promotions-info #promotions-info--cta:active, .promotions .promotions-info #promotions-info--cta.active
{
    text-decoration: none;
    outline: none;
}
.promotions .promotions-info #promotions-info--cta:hover
{
    opacity: .8;
}
.promotions .promotions-info #promotions-info--cta:hover
{
    background-color: var(--brandColor);
}
.promotions .promotions-wrap
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mg-device-mobile .promotions .promotions-wrap
{
    flex-direction: column;
}
@media(orientation: landscape)
{
    .mg-device-mobile .promotions .promotions-wrap
    {
        flex-direction: row;
        align-items: normal;
    }
}
.promotions .promotions-wrap .promotions--cta
{
    position: relative;
    height: 250px;
    width: 250px;
    transition: all .3s ease 0s;
}
.mg-device-mobile .promotions .promotions-wrap .promotions--cta
{
    height: auto;
    width: 100%;
}
.promotions .promotions-wrap .promotions--cta .promotions--img
{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.promotions .promotions-wrap .promotions--cta .promotions--btn
{
    display: inline-block;
    min-width: 70px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff;
    color: #212121;
    color: #fff;
    background-color: var(--brandColor,#1e88e5);
    width: 40%;
    min-width: 100px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.dark .promotions .promotions-wrap .promotions--cta .promotions--btn
{
    background-color: #212121;
    color: #fff;
}
.promotions .promotions-wrap .promotions--cta .promotions--btn:hover, .promotions .promotions-wrap .promotions--cta .promotions--btn:focus, .promotions .promotions-wrap .promotions--cta .promotions--btn:active, .promotions .promotions-wrap .promotions--cta .promotions--btn.active
{
    text-decoration: none;
    outline: none;
}
.promotions .promotions-wrap .promotions--cta .promotions--btn:hover
{
    opacity: .8;
}
.dark .promotions .promotions-wrap .promotions--cta .promotions--btn
{
    background-color: var(--brandColor,#1e88e5);
}
.mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn
{
    display: inline-block;
    min-width: 130px;
    min-height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border-radius: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #e0e0e0;
    color: #212121;
    background-color: var(--brandColor,#1e88e5);
    color: #fff;
    text-transform: none;
}
.dark .mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn
{
    background-color: #424242;
    color: #fff;
}
.mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn:hover, .mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn:focus, .mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn:active
{
    text-decoration: none;
    outline: none;
}
.mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn:hover
{
    opacity: .8;
}
.dark .mg-device-mobile .promotions .promotions-wrap .promotions--cta .promotions--btn
{
    background-color: var(--brandColor,#1e88e5);
}
.promotions .promotions-wrap .promotions--cta .promotions--btn:hover
{
    opacity: 1;
}
@media(hover: hover)
{
    .promotions .promotions-wrap:hover>*, .promotions .promotions-wrap:focus-within>*
    {
        filter: grayscale(100%);
    }
    .promotions .promotions-wrap:hover>:hover, .promotions .promotions-wrap:focus-within>:focus
    {
        filter: grayscale(0);
        transform: scale(1.05);
    }
}