<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'sewer';
    font-family: 'sewer';
 	src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocon';
    src: url('../fonts/Cocon-Bold.eot');
    src: url('../fonts/Cocon-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cocon-Bold.woff2') format('woff2'),
        url('../fonts/Cocon-Bold.woff') format('woff'),
        url('../fonts/Cocon-Bold.ttf') format('truetype'),
        url('../fonts/Cocon-Bold.svg#Cocon-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocon';
    src: url('../fonts/Cocon-Light.eot');
    src: url('../fonts/Cocon-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cocon-Light.woff2') format('woff2'),
        url('../fonts/Cocon-Light.woff') format('woff'),
        url('../fonts/Cocon-Light.ttf') format('truetype'),
        url('../fonts/Cocon-Light.svg#Cocon-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocon';
    src: url('../fonts/Cocon-Regular.eot');
    src: url('../fonts/Cocon-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cocon-Regular.woff2') format('woff2'),
        url('../fonts/Cocon-Regular.woff') format('woff'),
        url('../fonts/Cocon-Regular.ttf') format('truetype'),
        url('../fonts/Cocon-Regular.svg#Cocon-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Cocon', sans-serif;
}

.normal{
    font-weight: 400;
    color: #000;
	font-size: 1.6rem;
}

.bold,
b {
    font-weight: 800 !important;
}

.mbxs15 {
    margin-bottom: 20px;
}
.tbody {
    border: 3px solid #fff;
}
#RegistraitCode {
    padding-top: 0px;
}

.h1,
h1 {
    font-size: 6rem;    
    margin-top: 20px;
}

.starsText{
    font-size: 23px;
}

.starsIndex {
    width: 30px;
    margin: 0 10px;
}


h2 {
    font-size: 3.5rem;
    margin-top: 50px;
    margin-bottom: 50px;
}
input[type='checkbox'] {
    margin-top: 0;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    width: 30px;
    position: relative;
}

.purple {
    color: #312783 !important;
}

.prizeText{
    color: #fff;
    font-size: 25pt;
}

#prizes {
    padding-bottom: 8%;
    background-image: url("../img/prizesBg.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 44%;
}

.prizesView{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.stepsCount{
    color: #5E0100;
    font-weight: 900;
    font-size: 38pt;
}
.stepsText{
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    line-height: 1.3;
	text-wrap: pretty;
}


.mt0 {
    margin-top: 0;
}

input[type='checkbox']:after {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    content: ' ';
    background-color: #ffffff;
    color: #d80a13;
    border: 1px solid #bababa;
    display: inline-block;
    visibility: visible;
    padding: 0px 5px;
}
input[type='checkbox']:checked:after {
    text-align: center;
    content: '✓';
    font-size: 19pt;
}

input[type='text'] {
    width: 100%;
    margin-top: 10px;
    color: #000;
    border: 1px solid #bababa;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 0px;
    outline-color: #d3791b !important;
}

label {
    font-size: 16px;
}

.help-block {
    text-align: center;
    margin: 8px auto 0;
    width: 90%;
    color: #FFE351;
    font-size: 16px;
}
.error {
    border: 1px solid red !important;
}
.inputMargin {
    padding-bottom: 20px;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
.headTable tr,
.headTable {
    border: 3px solid #fff;
    padding: 10px;
    font-size: 11pt;
    justify-content: center;
}
td {
    padding: 5px;
}
.btnNav {
    color: #000;
}
.inputText {
    color: #039ce2;
}
.p0 {
    padding: 4px;
}
.navbar {
    margin-bottom: 0;
    padding: 10px;
    border: 0;
}
nav {
    /* -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);*/
}
.flexCenter {
    display: flex;
    justify-content: space-around;
}

.OU {
    height: 70vh;
    width: 100%;
    line-height: 1.3;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 30px;
    color: #000;
    margin-bottom: 15px;
  }
  .OU p,
  .OU span{
       text-align: justify;
  }

.text-center {
	text-align: center !important;
}
.imgFirst {
    max-width: 136px;
    margin-top: 4%;
    max-height: 88px;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flexCenterAlign {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.flexMachines {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-evenly;
    margin: 30px 0;
    padding: 0 15%;
}
.bgGreen {
    background: #c51a1b;
    padding: 50px 0;
}

.button, .buttonWhite {
    background: #ED1C24; 
    border: 0;
    border-radius: 3px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    padding: 15px 0 14px;
    font-size: 23px;
    margin: 0 auto;
    width: 100%;
    max-width: 382px;
    display: flex;
    justify-content: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.button:hover,
.button:active,
.button:focus {
    color: #ED1C24;
    background: #fff; 
    text-decoration: none;
    cursor: pointer;
}

.buttonWhite {
    background: #fff;
    color: #ED1C24;
}

.buttonWhite:hover,
.buttonWhite:active,
.buttonWhite:focus {
    color: #ED1C24  ;
    background: #eee;
    text-decoration: none;
    cursor: pointer;
}

.formbtn {
    font-size: 21px;
    max-width: 275px;
    margin: 0px 5px;
}
.socialMediaIcons {
    /* width: 31.3px;
  margin-right: 15px; */
    width: 36.3px;
    margin-right: 30px;
}
.checkboxView {
    margin-left: 0px !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.navbar-toggle {
    border: 3px solid #ED1C24;
}
.navbar-toggle .icon-bar{
	height: 3px;
}
.icon-bar {
    background-color: #ED1C24;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #848f98;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #848f98;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #848f98;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #848f98;
}
.Bg {
    /* background-image: url('../img/prestige-mirage-bg.jpg') !important; */
    /* background-size: cover; */
}
.Bgr {
    background-image: url("../img/bg-woman.png");
    background-size:  49%;   
    background-position: top left;
    background-repeat: no-repeat;
}

.BgrRegister {
    background-image: url('../img/bg-registration.png');
    background-size: cover;
    color: #fff;
}

.BgrLightPink {
    background: #FFF;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    padding: 20px;
}


.BgrDarkPink {
    background: url('../img/purple-bg.jpg') no-repeat top center;
    background-size: cover;
}


.bottomPatternBgr{
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 1.5%;
    z-index: 9999;
    display: inline-block;
    width: 100%;
} 

#FaqView {
    /* background-color: #fff; */
}

/* .howToPlay, */
.winnersBgr {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    background: #fff;
    padding-bottom: 60px;
    text-align: center;
} 
 #howToPlay{ 
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    background: #ED1C24;
    padding-bottom: 60px;
    text-align: center;
 }

.productsBgr {
    background-image: url('../img/rewardsBgr.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
}

.productsView {
    max-width: 1366px;
	/* width: 80%; */
    /* margin-top: -125px; */
}

.productsViewReward{
    width: 110%;
    margin-top: -15%;
}

.red {
    color: #d90c14  ;
}

.m20 {
    margin-top: 15px;
    margin-bottom: 15px;
}
body {
    height: 100%;
    color: #000;
    line-height: 1;
    /* background: url('../img/bg.jpg') repeat top center; */
    background-color: #D9BE96;
    background-size: cover;
}

.navbar-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.headerVIew {
    display: flex;
    align-items: center;
    /* color: #000; */
    /* background: #fff; */
}

.flexheader {
    display: flex;
    align-items: flex-end;
}
.footerheight {
    height: 547px;
}

.hamburger {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.footer {
    background: #c21615;
    color: #fff;
}

.prizes {
    max-width: 752px;
}

.Prizes {
    display: flex;
    align-items: center;
}

.wrappernav {
    position: relative;
    /*max-width: 1366px;*/
    margin: 0 auto;
}
.wrapper {
    /* max-width: 1174px; */
    margin: 0 auto;
}
.navbar-static-top {
    padding: 0;
}
.nav &gt; li &gt; a {
    font-size: 16pt;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px 15px 13px;
    background-color: #fff;
    color: #453722;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* margin-top: 25px; */
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover,
.selected  {
	background: #ED1C24 !important;
    color: #fff !important;
}
#RegistraitCode &gt; .headerBackground {
    padding: 60px 0;
}
img {
    width: 100%;
}
.width {
    width: 100%;
}
.cursor {
    cursor: pointer;
}
.mt15 {
    margin-top: 15px;
}
.greenH1 {
    color: #1e820f;
}
.green {
    color: #024832;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.white:hover,
.white:active,
.white:focus {
    color: #fff;
}
.grey {
    max-width: 300px;
}
.greenHr {
    border-top: 3px solid #ff8500;
}
.fs14 {
    font-size: 14pt;
}
.fs18 {
    font-size: 2rem;
}
.fs20 {
    font-size: 7rem;
}

.prestigepromo {
    background: #e21a21;
    color: #fff;
    padding: 0px 9px 5px;
    border-radius: 15px;
    line-height: 1.5;
}

.image_file {
    background: #ED1C24; 
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    padding: 15px 10px;
    width: 100%;
    max-width: 386px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.image_file:hover,
.image_file:active,
.image_file:focus {
    color: #ED1C24;
    background: #fff; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da8f45",endColorstr="#de984b",GradientType=1);
}


input[name='image_file'] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.link {
    text-decoration: underline !important;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.link:hover,
.link:focus,
.link:active {
    text-decoration: underline !important;
    color: #eecf34;
    font-weight: bold;
}
.linkFooter {
    text-decoration: underline !important;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.linkFooter:hover,
.linkFooter:focus,
.linkFooter:active {
    text-decoration: underline !important;
    color: #ddd;
    font-weight: bold;
}
i,
.italic {
    font-style: italic;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.WhiteBackground {
    background: #fff;
}
.brandView {
    margin: 15px 0px;
    min-height: 200px;
}
.brandLogo {
    max-width: 310px;
}


.codeЕxample {
    float: right;
    color: #d80a13;
    font-size: 20px;
    margin: 0px 0 15px;
}
.captchaView {
    display: flex;
    align-items: center;
}
.msg-status &gt; div {
    display: none;
    border: none !important;
    border-radius: 0 !important;
    font-size: 17px;
    color: #000 !important;
}
.indexBtn {
    font-size: 20pt;
    margin-top: 20px;
    padding: 7px 0 10px;
}
.msg-status .alert-success {
    background: #e5fce3;
}
.alert-success &gt; span {
    color: #3c763d !important;
}
.msg-status .alert-danger {
    background: #ec3f4b;
}
.regBtnIndexText {
    font-size: 65px;
    text-align: center;
}
.btnRegister {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
}

table {
    width: 100%;
}

.headerText {
    font-weight: 900;
    font-size: 50pt;
}
.headerSmallText{
    font-size: 45pt;
    font-weight: 500
}

th {
    border-bottom: 2px solid #000;
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
}
.panel-body {
    overflow: auto;
}

.panel-default &gt; .panel-heading {
    background-color: #F2F2F2 !important;
}


@media (max-width: 1624px) {
    .nav &gt; li &gt; a {
        /* padding: 15px; */
        margin-top: 0;
		font-size: 14pt;
    }
      .h1,
    h1 {
        font-size: 5rem;
    }

    .starsText{
        font-size: 18px;
    }
}


@media (max-width: 1400px) {
    .nav &gt; li &gt; a {
        /* padding: 10px 15px; */
        margin-top: 0;
		font-size: 11pt;
    }


    .starsText{
        font-size: 17px;
    }
}

@media (max-width: 1320px) {
    .nav &gt; li &gt; a {
        padding: 10px 12px 8px;
		font-size: 9pt;

    }
    .h1,
    h1 {
        font-size: 4.5rem;
    }
    .starsText{
        font-size: 16px;
    }
}
@media (max-width: 1160px) {
    .h1,
    h1 {
        font-size: 4rem;
    }
    .starsText{
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .h1,
    h1 {
        font-size: 3.5rem;
    }
    .starsText{
        font-size: 12px;
    }
}

@media (max-width: 960px) {
    .nav &gt; li &gt; a {
        /* padding: 15px; */
        padding: 10px 10px 8px;
        font-size: 6pt;
    }
    .h1,
    h1 {
        font-size: 3.2rem;
    }
    .starsText{
        font-size: 10px;
    }
}

@media (max-width: 830px) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .starsText{
        font-size: 8px;
    }
}


@media (max-width: 770px) {
    .image_file{
        font-size: 10px;
    }


    .navbar-collapse.collapse {
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
    }
}

@media (min-width: 767px) {
}
@media (max-width: 767px) {
    .productsBgr, #prizes {
        background-image: none;
    }
    .h1,
    h1 {
        font-size: 6rem;
        text-align: center;
    }
    .starsText{
        font-size: 16px;
    }
    .starsText &gt; span {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }
	.Bg{
	    background-size: cover;
	}
    .Bgr {
        background-image: none;
    }
    .productsView{
        width: 100%;
        margin: 30px 0;
    }
    .productsViewReward{
        width: 100%;
        margin-top: 0;
    }
	.nav &gt; li &gt; a{
        margin-top: 10px;
        font-size: 11pt;
		/* background-color: transparent; */
		/* color: #fff; */
	}
    .productsBgr {
        padding-bottom: 0px;
        padding: 30px 0;
    }
    .decor {
        margin-top: -130px;
        height: unset;
    }
    .lightBrg {
        padding: 40px 0;
    }
    .mtxs20 {
        margin-top: 20px;
    }
    .mt0 {
        margin-top: 20px;
    }
    .fs18 {
        font-size: 1.7rem;
    }

    .prizes {
        max-width: 90%;
        margin: 0 auto;
    }

    .Prizes {
        flex-flow: column wrap;
    }

    .btnNav {
        color: #fff;
    }

    .codeЕxample {
        font-size: 17px;
    }

    .fs14 {
        font-size: 12pt;
    }
    .backgroundRainbaw,
    .backgroundRainbawReverse {
        padding-top: 0px;
    }

    .lihr {
        /* border-bottom: 1px solid #fff; */
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 31px;
        /* border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff; */
        /* border-bottom-left-radius: 10px; */
        /* background: #e30514; */
        max-width: 300px;
    }
    .flexheader {
        display: block;
    }

    .mbxs15 {
        margin-bottom: 15px;
    }
    .flexMachines {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        padding: unset;
    }
    .headerKrups {
        margin-bottom: 20px;
    }
    .headerCoffeeText {
        margin-bottom: 20px;
    }
    .xs-center {
        text-align: center;
    }
    #RegistraitCode {
        padding-top: 0px;
    }
    .brandLogo {
        margin-bottom: 0;
    }
    .headerBackground {
        background-size: cover;
        height: 100%;
        margin-bottom: 0;
    }
    .footerBackground {
        background-size: cover;
        background-position: right center;
    }
    .footerheight {
        height: 320px;
    }
    .regBtnIndexText {
        font-size: 45px;
    }
    .regBtnIndexText {
        float: none;
        margin: 20px auto;
    }

    .xsflex {
        flex-flow: column wrap;
    }
    .indexBtn {
        margin: 15px auto;
        font-size: 20px;
        padding: 15px 10px 18px;
    }
    .navbar-nav {
        margin: 4px auto;
        justify-content: space-evenly;
        padding: 0;
    }
    .nav &gt; li {
        width: 100%;
        cursor: pointer;
    }
    .wrappernav {
        max-width: 100%;
    }

    
    .bottomPatternBgr{
        /* padding-bottom: 5.5%; */
    }
}
@media (max-width: 554px) {
    .h1,
    h1 {
        font-size: 4.5rem;
    }
    .starsText{
        font-size: 14px;
    }
    .button {
        font-size: 20px;
        max-width: 300px;
    }
    .fs18 {
        font-size: 1.4rem;
    }
    .fs20 {
        font-size: 12pt;
    }
    .greenBtn,
    .formbtn {
        font-size: 17px !important;
    }
    .btnRegister {
        font-size: 27px !important;
        max-width: 70%;
        margin: 10px auto;
    }
    .captchaView {
        flex-flow: column wrap;
    }
    .xsCaptcha {
        margin-bottom: 14px;
    }
}

@media (max-width: 489px) {
    .drawText {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 18%;
    }
    input[type='text'] {
        font-size: 15px;
    }

    h1 {
        font-size: 3.5rem;
        
    }
    .starsText{
        font-size: 12px;
    }
    .starsIndex {
        width: 20px;
    }

    .headerText {
        font-size: 40pt;
    }
    .headerSmallText{
        font-size: 25pt;
    }
    h2{
        font-size: 3rem;
    }
}

@media (max-width: 380px) {
       h1 {
        font-size: 3rem;
        
    }
    .starsText{
        font-size: 10px;
    }
}

@media (max-width: 340px) {
       h1 {
        font-size: 2.5rem;
        
    }
    .starsText{
        font-size: 8px;
    }
}

.tooltip div:last-child{
	background: #ea2444;
	border-radius: 12px;
	padding: 10px;
	
}

.tooltip{
	font-weight: bold;
	font-size: 15pt;
	text-wrap: pritty;
}
</pre></body></html>