html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:"Nunito Sans",sans-serif;color:#313131;display:flex;flex-direction:column;min-height:100vh}.mainWrapper{flex:1;display:flex;align-items:flex-start;align-items:stretch;padding-top:var(--header-height)}main{width:100%}h1,h2,h3,h4,h5,h6,p,li,a{margin:0}h1{font-size:clamp(30px,6vw,55px);font-weight:800;line-height:103.818%;color:#562714}h2{font-size:clamp(30px,6vw,48px);font-weight:700;font-family:"Nunito Sans",sans-serif;color:#562714}h3{font-size:clamp(20px,3vw,24px);font-weight:800;font-family:"Nunito Sans",sans-serif}p,li{font-size:clamp(16px,3vw,18px);font-weight:500;line-height:175%}section{padding:0;position:relative;z-index:2}.contentWidth{max-width:1400px;margin:auto;padding:70px 20px}.contentWidth.w-100{max-width:inherit;width:100%}.contentWidth.mw-1550{max-width:1550px}header{width:100%;position:fixed;z-index:20;background-color:#562714}nav{display:flex;align-items:center;justify-content:space-between;padding:20px;max-width:1400px;margin:auto}.logo{z-index:10}.logo img{display:block}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;margin-top:5px;z-index:10}.burger span{display:block;width:30px;height:3px;margin-bottom:5px;position:relative;z-index:1;transform-origin:0 0;transition:.4s;background-color:#fff}.burger.is-active span:nth-child(1){transform:translate(4.5px, 0px) rotate(40deg);background-color:#fff}.burger.is-active span:nth-child(2){opacity:0;transform:translateX(-15px)}.burger.is-active span:nth-child(3){transform:translate(3px, 3.5px) rotate(-40deg);background-color:#fff}.menu{display:flex;gap:clamp(15px,4vw,50px);margin:0;padding:0}.menu li{list-style-type:none;display:flex}.menu li a{color:#fff;text-decoration:none;font-size:clamp(16px,4vw,18px);transition:color .25s;font-family:"Nunito Sans",sans-serif;font-weight:700}.menu li a:hover{color:#dea859}.menu.active{z-index:9;display:none;position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#562714;width:100%;min-height:100vh;top:0;left:0;padding:150px 0;animation-name:animaceMenuA;animation-duration:.5s}@keyframes animaceMenuA{from{opacity:0}to{opacity:1}}footer{background-color:#562714}footer .contentWidth{max-width:1400px;padding:50px 20px}footer .copy{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-top:40px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.28)}footer .copy p,footer .copy a{font-size:14px;color:#fff}footer .content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px}footer h3{font-size:clamp(16px,3vw,22px)}.footerInfo{margin-bottom:30px;color:#fff;font-size:11px;font-weight:300;max-width:600px}.contact{color:#fff;display:flex;flex-direction:column;gap:30px}.contact a{color:#fff;text-decoration:none;font-weight:400;font-size:clamp(18px,6vw,22px);font-family:"Nunito Sans",sans-serif;display:flex;align-items:center;gap:20px;transition:transform .25s;line-height:0}.contact a:hover{transform:scale(1.075)}.footerMenu{display:grid;grid-template-columns:1fr 1fr;gap:10px 25px;padding:0;margin:0}.footerMenu li{list-style:none}.footerMenu a{text-decoration:none;transition:opacity .25s;font-family:"Nunito Sans",sans-serif;color:#fff;font-weight:700}.content404{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.content404 img{max-width:100%;width:500px}.content404 .text{display:flex;flex-direction:column;gap:40px}.content404 .text h1,.content404 .text h2{line-height:1}.textPage .contentWidth,.postContent .contentWidth{max-width:900px}.textPage h1,.postContent h1{margin-bottom:30px;text-align:center}.textPage h2,.postContent h2{text-align:center;color:#562714}.textPage h2 a,.postContent h2 a{color:#562714}.textPage h2,.textPage h3,.textPage h4,.textPage h5,.textPage h6,.postContent h2,.postContent h3,.postContent h4,.postContent h5,.postContent h6{margin-top:40px;line-height:1.3}.textPage ul,.textPage ol,.postContent ul,.postContent ol{margin:0;padding-left:20px}.textPage p,.textPage li,.postContent p,.postContent li{margin:10px 0;word-wrap:break-word;line-height:1.5}.textPage a,.postContent a{text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-color .25s;color:#313131}.textPage a:hover,.postContent a:hover{text-decoration-color:hsla(0,0%,100%,0)}table,th,td{margin:20px 0;border:1px solid;padding:10px 20px}.tebleWrapper{overflow:auto}.tebleWrapper table{min-width:800px}.textImg .img{display:flex;justify-content:flex-end;flex:1}.textImg .img img{display:block;max-width:100%;margin:-140px 0 -250px;width:80%}.textImg .text{display:flex;flex-direction:column;gap:30px}.textImg .text .wrapper{display:flex;gap:30px}.textImg .content{display:flex;justify-content:space-around;align-items:center}.formImg{position:relative;z-index:auto;background-image:url(../images/formBg.webp);background-size:cover;background-position:center}.formImg .content{display:flex;justify-content:space-evenly;flex-wrap:wrap;align-items:center;gap:40px}.formImg img{max-width:100%}.formImg .form{display:flex;flex-direction:column;gap:40px}.formImg h2{color:#fff;text-align:center}.receipt{filter:drop-shadow(1px 3px 14px rgba(0, 0, 0, 0.26))}.cover{height:clamp(450px,40vw,900px)}.cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cover .content{width:100%;height:100%;display:block}.mob{display:none}.winnings .content{display:flex;flex-direction:column;gap:50px;align-items:center;flex-wrap:wrap}.winnings h3{color:#562714}.winnings .container{display:flex;width:100%;gap:50px;justify-content:space-evenly;flex-wrap:wrap;align-items:flex-end}.winnings .wrapper{display:flex;flex-direction:column;align-items:center;gap:clamp(10px,3vw,30px);text-align:center;width:280px}.winnings .wrapper img{max-width:90%}.how .container{max-width:1100px;width:100%;display:flex;gap:50px;justify-content:space-evenly;flex-wrap:wrap}.how .wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;width:280px}.how .wrapper img{height:clamp(60px,10vw,100px)}.how .wrapper p{max-width:300px;font-size:clamp(16px,3vw,20px)}.products .content{display:flex;align-items:center;justify-content:space-around;gap:50px}.products .text{display:flex;flex-direction:column;gap:30px}.products p{font-size:clamp(16px,3vw,20px)}.products img{max-width:100%}.winners{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;max-width:1200px;margin:auto;width:100%}.winners .wrapper{padding:20px 10px;width:200px;border-radius:20px;background-color:#fff}.winners .wrapper h4{font-size:clamp(16px,3vw,20px);margin-bottom:5px}.winners .wrapper p{font-size:16px;line-height:1.4}.terms{background-image:#dea859;background-size:cover;background-position:center}.winnersSection .info{text-align:center;font-size:clamp(16px,3vw,20px);padding:5px 30px;font-style:italic;padding:5px 30px}.countdown-box{display:flex;gap:15px;color:#fff}.countdown-box .countdown-unit{display:flex;align-items:flex-end;gap:10px}.countdown-box .number{font-size:45px;min-width:60px;text-align:right;font-weight:700;line-height:100%;display:block}.page-template-page-agegate header,.page-template-page-agegate footer{display:none}.page-template-page-agegate{background-image:url(../images/main/welcome.webp);background-size:cover;background-position:center}.ageGate .header{display:flex;justify-content:center;padding:70px 20px 0}.ageGate .header .logo{width:clamp(260px,30vw,400px)}.ageGate .content{display:flex;flex-direction:column;align-items:center;gap:50px}.ageGate h1{text-shadow:0 0 30px #fff;color:#2a1a17 !important;text-transform:uppercase;text-align:center}.ageGate .buttonWrapper{display:grid;grid-template-columns:1fr 1fr;gap:35px}.ageGate .buttonWrapper a{width:100%;text-align:center;padding-top:15px;padding-bottom:15px}.formContainer{max-width:550px;margin:auto;display:flex;flex-direction:column;gap:20px}.inputContainer{display:flex;flex-direction:column;gap:10px}form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:30px;color:#fff}form .inputWrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}form input:not([type=submit],[type=checkbox],[type=radio],[type=file]),form textarea{width:100%;padding:20px;background-color:#fff;border-radius:15px;font-size:clamp(16px,3vw,18px);line-height:1.3;color:#313131;border:none;outline:none}form input:not([type=submit],[type=checkbox],[type=radio],[type=file]):focus,form textarea:focus{border-color:#fff}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::-moz-placeholder, form textarea::-moz-placeholder{color:#313131}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::placeholder,form textarea::placeholder{color:#313131}form label{display:flex;flex-direction:column;gap:10px;font-size:14px;cursor:pointer}form textarea{width:100%;max-height:200px;display:block}form .checkboxWrapper{max-width:-moz-max-content;max-width:max-content}form .checkboxWrapper label{flex-direction:row;align-items:center}form .checkboxWrapper span{margin:0;line-height:1.5}form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:3px;display:grid;place-content:center;cursor:pointer;margin:0;padding:0;background-color:#fff;color:#fff}form input[type=checkbox]::before{cursor:pointer;font-size:0}form input[type=checkbox]:checked::before{content:url(../images/icons/checkedCross.svg)}form .fileWrapper{max-width:-moz-max-content;max-width:max-content}form .fileWrapper h4{font-size:18px;margin-bottom:10px}form .fileWrapper small{font-size:14px;font-weight:400}form .fileWrapper input::file-selector-button{color:#562714;border:none;background-color:#fff;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;padding:10px 15px;margin:0 10px 0 0;transition:color .25s,background-color .25s}form .fileWrapper input::file-selector-button:hover,form .fileWrapper input::file-selector-button:active{color:#fff;background-color:#562714}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:#2b2a2a;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.wpcf7-form.submitting .button,.button.is-submitting{pointer-events:none;opacity:.5;cursor:not-allowed}.wpcf7-spinner{display:none !important}.wpcf7-not-valid-tip{color:#fff;background-color:#dea859;font-size:14px;border-radius:15px;text-align:center;line-height:1 !important;padding:10px}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{background-color:red;border-radius:20px;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);background-color:#dea859;color:#fff;line-height:1.3}.wpcf7 form.sent .wpcf7-response-output{background-color:red;border-radius:20px;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);background-color:#dea859;color:#fff;line-height:1.3}.wpcf7 form .wpcf7-response-output{margin:0;padding:15px 10px;font-size:14px;border:none;text-align:center}.link{text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-color .25s;color:#313131}.link:hover{text-decoration-color:hsla(0,0%,100%,0)}.button{display:table;width:-moz-max-content;width:max-content;padding:clamp(15px,3vw,25px) clamp(30px,3vw,40px);font-family:"Nunito Sans",sans-serif;font-size:16px;font-weight:800;letter-spacing:.48px;border-radius:0;text-decoration:none !important;border:none;border-radius:50px;text-transform:uppercase;cursor:pointer;transition:transform .25s;box-shadow:0 1.743px 3.486px 0 rgba(198,228,246,.05)}.button:hover{transform:scale(1.075)}.button.primary{border-radius:50px;background:#562714;color:#fff}.button.secondary{background-color:#dea859;color:#562714}.font-p{font-family:"Nunito Sans",sans-serif !important}.font-s{font-family:"Nunito Sans",sans-serif !important}.f-60{font-size:clamp(35px,6vw,60px)}.f-38{font-size:clamp(28px,6vw,38px)}.f-22{font-size:clamp(18px,6vw,22px)}.f-12{font-size:12px}.fw-100{font-weight:100 !important}.fw-200{font-weight:200 !important}.fw-300{font-weight:300 !important}.fw-400{font-weight:400 !important}.fw-500{font-weight:500 !important}.fw-600{font-weight:600 !important}.fw-700{font-weight:700 !important}.fw-800{font-weight:800 !important}.fw-900{font-weight:900 !important}.lh-0{line-height:0}.tt-up{text-transform:uppercase !important}.tt-in{text-transform:initial !important}.tt-low{text-transform:lowercase !important}.tt-cap{text-transform:capitalize !important}.ta-l{text-align:left !important}.ta-c{text-align:center !important}.ta-r{text-align:right !important}.ta-j{text-align:justify !important}.w-100{width:100% !important}.mw-100{max-width:100%}.h-100{height:100vh}.h-100p{height:100%}.anchor{position:relative !important}.absolute{position:absolute !important}.hiden{overflow:hidden}.d-flex{display:flex}.flex-1{flex:1}.wrap{flex-wrap:wrap}.d-column{flex-direction:column}.j-start{justify-content:flex-start}.j-between{justify-content:space-between !important}.j-around{justify-content:space-around}.j-center{justify-content:center !important}.a-start{align-items:flex-start}.a-center{align-items:center}.a-end{align-items:flex-end}.gap-50{gap:50px}.gap-40{gap:40px}.gap-30{gap:30px}.gap-20{gap:20px}.gap-10{gap:10px}.flex-column-start{display:flex;flex-direction:column;align-items:flex-start}.flex-column-center{display:flex;flex-direction:column;align-items:center}.d-grid{display:grid}.gtp-2{display:grid;grid-template-columns:repeat(2, 1fr)}.gtp-3{display:grid;grid-template-columns:repeat(3, 1fr)}.gtp-4{display:grid;grid-template-columns:repeat(4, 1fr)}.gtp-5{display:grid;grid-template-columns:repeat(5, 1fr)}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0}.pr-0{padding-right:0}.py-0{padding-top:0 !important;padding-bottom:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0}.mr-0{margin-right:0}.ml-a{margin-left:auto}.mr-a{margin-right:auto}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.mx-a{margin-left:auto !important;margin-right:auto !important}.c-primary{color:#562714 !important}.c-secondary{color:#dea859 !important}.c-ternary{color:#f3f3f3 !important}.c-light{color:#fff !important}.c-dark{color:#313131 !important}.bg-primary{background:#562714 !important}.bg-secondary{background:#dea859 !important}.bg-ternary{background:#f3f3f3 !important}.bg-light{background:#fff !important}.bg-dark{background:#313131 !important}.bg-gray{background:#f3f3f3 !important}.bg-dark-gradient{background-image:linear-gradient(90deg, #672E18 0%, #AA4D28 50%, #672E18 100%);color:#fff}.bg-dark-gradient h2{background:linear-gradient(90deg, #DEA859 0%, #FCE6B2 49.04%, #DEA859 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.bg-light-gradient{background-image:linear-gradient(270deg, #DEA859 0%, #FFDC8B 50%, #DEA859 100%)}@media(max-width: 1300px){.rectangle .winners .wrapper:nth-child(6n){border-right:1px solid #562714}.rectangle .winners .wrapper:nth-child(4n){border-right:none}.rectangle .winners{max-width:900px}}@media(max-width: 1120px){.textImg .content{flex-direction:column;gap:30px}.textImg .text{align-items:center;text-align:center}.textImg .img{justify-content:center}.textImg .img img{margin:0 0 -110px;width:100%}}@media(max-width: 900px){.burger{display:flex}.menu{display:none}.menu.active{display:flex}.inputWrapper{flex-direction:column;gap:30px}.rectangle .winners .wrapper:nth-child(4n){border-right:1px solid #562714}.rectangle .winners .wrapper:nth-child(2n){border-right:none}.rectangle .winners{max-width:400px}form .inputWrapper{grid-template-columns:1fr}.cover{height:auto}.mob{display:block}.desc{display:none}.products .content{flex-direction:column}.products .text{align-items:center;text-align:center}.content404{grid-template-columns:1fr;justify-items:center;text-align:center}.content404 .button{margin:auto}.content404 img{width:300px}}@media(max-width: 750px){.textImg .content,.textImg .content:nth-child(even){flex-direction:column}.textImg .content .bg{margin-left:0;padding:40px 20px}.textImg .content:nth-child(even) .bg{margin-right:0}}@media(max-width: 670px){.countdown-box{gap:10px}.countdown-box .number{font-size:30px;min-width:35px}.countdown-box .countdown-unit{display:flex;align-items:flex-end;gap:5px}}@media(max-width: 500px){.rectangle .winners{flex-direction:column;gap:0}.rectangle .winners .wrapper{border-right:none;border-bottom:1px solid #562714;padding:20px 0}.rectangle .winners .wrapper:last-child{border-bottom:none}}/*# sourceMappingURL=style.min.css.map */