@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-300px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(300px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(300px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-300px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:translate(-50%) scale(0);transform-origin:center}to{opacity:1;transform:translate(-50%) scale(1);transform-origin:center}}@keyframes scale-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1);transform-origin:center}to{opacity:0;transform:translate(-50%,-50%) scale(0);transform-origin:center}}.scale-in{animation:scale-in .5s forwards}.scale-out{animation:scale-out .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.agegate{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:center;background-color:#fffdfb;color:#34303d;width:100%;height:100vh}@media only screen and (max-width: 960px){.agegate{min-height:1000px}}.agegate .content-container{width:100%;background-color:#fffdfb;margin:auto;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.agegate .content-container .forbiden-access{font-weight:700;margin-top:90px;font-size:1.75rem}@media only screen and (max-width: 960px){.agegate .content-container .forbiden-access{text-align:center;padding:0 20px;font-size:1.125rem;margin-top:0}}.agegate .content-container .agegate-title{margin-top:100px;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.4;text-align:center;max-width:960px;width:85%;margin-bottom:40px}@media only screen and (max-width: 960px){.agegate .content-container .agegate-title{font-size:1.125rem;line-height:1.5rem;margin-top:40px}}.agegate .content-container .agegate-select{display:grid;place-items:center;grid-template-columns:200px 200px;gap:30px;margin-bottom:40px;z-index:1000;position:relative}@media only screen and (max-width: 960px){.agegate .content-container .agegate-select{grid-template-columns:auto;gap:15px}}.agegate .content-container .agegate-custom-select .custom-select .react-select__control{width:200px;height:48px;border:1px solid #e7e6e6;background-color:#fffdfb;padding-left:10px;padding-right:15px;color:#34303d;font-family:IQOS;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow_drop_down'%3e%3cmask%20id='mask0_115_19'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='-1'%20width='24'%20height='25'%3e%3crect%20id='Bounding%20box'%20y='-0.000366211'%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_115_19)'%3e%3cpath%20id='arrow_drop_down_2'%20d='M12%2014.9996L7%209.99963H17L12%2014.9996Z'%20fill='%2334303D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:20px;background-repeat:no-repeat;background-position-x:97%;background-position-y:12px;z-index:1000}.agegate .content-container .agegate-custom-select .custom-select .react-select__control .react-select__indicators .react-select__dropdown-indicator svg{display:none}.agegate .content-container .agegate-custom-select .custom-select .react-select__control--is-focused{outline:solid 1.5px #008e9c!important}.agegate .content-container .agegate-custom-select .custom-select .react-select__menu{background-color:#fffdfb;color:#34303d;z-index:999999999}.agegate .content-container .agegate-custom-select .custom-select.selected .react-select__control{background-image:url("data:image/svg+xml,%3csvg%20width='35'%20height='35'%20viewBox='0%200%2035%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17.5'%20cy='17.5'%20r='17.5'%20fill='%2300D2C3'/%3e%3cpath%20d='M10%2018.054L14.524%2022.789L26%2011'%20stroke='%23FFFDFB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.agegate .content-container .agegate-custom-select .custom-select span{display:none}.agegate .content-container .agegate-disclaimer{color:#34303d;text-align:center;max-width:780px;padding:0 20px}@media only screen and (max-width: 960px){.agegate .content-container .agegate-disclaimer{margin-bottom:30px}}@media only screen and (max-width: 460px){.agegate .content-container .agegate-disclaimer{margin-top:25px}}.agegate .content-container .agegate-disclaimer-title{font-size:1rem;font-style:normal;font-weight:700;line-height:1.4}.agegate .content-container .agegate-disclaimer-text{font-size:1rem;font-style:normal;font-weight:400;line-height:1.4;padding:0 12px}.agegate .agegate-footer{position:sticky;padding:23px 34px;background-color:#34303d;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 960px){.agegate .agegate-footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px 5px 16px}}.agegate .agegate-footer-text{width:60%;font-size:.9375rem;font-style:normal;font-weight:400;line-height:1.4;text-align:left;color:#fff}@media only screen and (max-width: 960px){.agegate .agegate-footer-text{width:90%;margin:0 auto}}.agegate .agegate-footer-text a{text-decoration-line:underline;font-weight:700;color:#fff}.agegate .agegate-footer-text a:link,.agegate .agegate-footer-text a:visited{text-decoration:none}.agegate .agegate-footer-buttons{margin-left:15px;width:40%;max-width:500px;min-width:470px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 1024px){.agegate .agegate-footer-buttons{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;min-width:328px;width:328px}}@media only screen and (max-width: 960px){.agegate .agegate-footer-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:20px auto 0;min-width:90%;width:90%}}@media only screen and (max-width: 540px){.agegate .agegate-footer-buttons{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:90%;width:90%}}.agegate .agegate-footer-buttons .button-white{margin:0}@media only screen and (max-width: 1024px){.agegate .agegate-footer-buttons .button-white{width:328px}}@media only screen and (max-width: 960px){.agegate .agegate-footer-buttons .button-white{width:30%}}@media only screen and (max-width: 540px){.agegate .agegate-footer-buttons .button-white{margin:0 auto;min-width:95%;width:95%}}.footer{position:relative;width:100%;background-color:#34303d;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:30px;min-height:337px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footer a{text-decoration:none;color:#fff}.footer a:hover{cursor:pointer}.footer-disclaimer{max-width:900px;margin:0 auto;border:2px solid #fff;font-size:.875rem;font-weight:400;text-align:center;padding:15px}.footer-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:30px}.footer-info-left{font-size:1rem;text-align:left}.footer-info-left img{margin-bottom:20px}.footer-info-right{text-align:right;font-size:1rem;margin:0 0 20px}.footer-info-right a{text-decoration:underline}.footer-info-right a:focus{outline:solid 1.5px #008e9c!important}.footer-info-right-title{color:#fff;margin-bottom:12px;font-size:1rem;margin-top:0!important}.footer-navigation{text-align:right;margin-left:auto}.footer-navigation li{display:inline-block}.footer-navigation a,.footer-navigation button{line-height:2.375rem;text-decoration:none;color:#fff;padding-left:50px;transition:all .2s ease-in-out;cursor:pointer}.footer-navigation a:focus,.footer-navigation button:focus{outline:solid 1.5px #008e9c!important}@media only screen and (max-width: 1200px){.footer-navigation a,.footer-navigation button{padding-left:30px}}@media only screen and (max-width: 1060px){.footer-navigation a,.footer-navigation button{padding-left:15px}}.footer-navigation a:hover,.footer-navigation button:hover{color:#99979e}@media only screen and (max-width: 960px){.footer-info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.footer-info-left{font-size:.875rem;margin-left:8px}.footer-info-right{text-align:left;font-size:.875rem;line-height:1.75rem;margin:30px 0 10px 8px}.footer-navigation a,.footer-navigation button{font-size:.875rem}}@media screen and (max-width: 1024px){.footer-navigation{border-top:1px solid rgba(255,255,255,.2);text-align:center;width:100%;margin:20px 0 0;padding:20px 0 0}.footer-navigation li{display:block}.footer-navigation a,.footer-navigation button{display:block;padding-left:0;color:#99979e;margin:0 auto}.footer-navigation a:focus,.footer-navigation button:focus{outline:solid 1.5px #008e9c!important}}.header{width:100%;height:584px;position:relative;background-image:url(/kruzni-program/assets/header-CyGkIYxJ.webp);background-repeat:no-repeat;background-position:top center;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}@media only screen and (max-width: 768px){.header{height:auto;min-height:458px;background-position:center center;background-size:cover;background-image:url(/kruzni-program/assets/header-mobile-BD5x3ZLK.webp)}}.header .header-title-section{width:80%;max-width:1240px;margin:220px auto 0;color:#fff;font-family:IQOS}@media only screen and (max-width: 768px){.header .header-title-section{margin:180px auto 0}}.header .header-title-section .title{font-size:3.500625rem;font-style:normal;font-weight:700;margin:0}.header .header-title-section .title br{display:none}@media only screen and (max-width: 1024px){.header .header-title-section .title{font-size:3rem}}@media only screen and (max-width: 834px){.header .header-title-section .title{font-size:2.75rem}}@media only screen and (max-width: 768px){.header .header-title-section .title{font-size:2.125rem}}@media only screen and (max-width: 600px){.header .header-title-section .title{font-size:1.9375rem}}@media only screen and (max-width: 550px){.header .header-title-section .title{font-size:1.75rem}}@media only screen and (max-width: 480px){.header .header-title-section .title{font-size:1.75rem;text-align:center}.header .header-title-section .title br{display:block}}.header .header-title-section .subtitle{font-size:2.5rem;font-style:normal;font-weight:400;line-height:3.125rem;margin-top:10px;margin-bottom:20px}@media only screen and (max-width: 1024px){.header .header-title-section .subtitle{font-size:2.5rem}}@media only screen and (max-width: 834px){.header .header-title-section .subtitle{font-size:2.1875rem}}@media only screen and (max-width: 768px){.header .header-title-section .subtitle{font-size:1.375rem;line-height:1.4}}@media only screen and (max-width: 480px){.header .header-title-section .subtitle{font-size:1.125rem;text-align:center;margin-top:5px}}.header .button-white-black{width:234px;height:60px;font-size:1.6266875rem;border-radius:40.762px}@media only screen and (max-width: 1024px){.header .button-white-black{width:200px;height:58px;font-size:1.5016875rem}}@media only screen and (max-width: 768px){.header .button-white-black{width:150px;height:44px;font-size:1.0625rem}}@media only screen and (min-width: 481px){.header .button-white-black{margin:0}}.header .form-icon-container{width:54px;height:54px;background-color:#34303d;border-radius:50px;filter:drop-shadow(0px 3px 6px rgba(0,0,0,.24));position:fixed;top:28px;right:30px;z-index:10;transition:all .4s ease-in-out;overflow:hidden;cursor:pointer;outline:none;z-index:1;border:none}.header .form-icon-container:focus{outline:1.5px solid #008e9c}.header .form-icon-container:hover{width:162px;gap:8px;transition:all .4s ease-in-out}@media only screen and (max-width: 768px){.header .form-icon-container:hover{width:118px}}.header .form-icon-container:hover p{font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#fff;display:block;overflow:hidden;white-space:nowrap;width:70%;margin-right:8px;animation:fadeIn .2s forwards;opacity:0;animation-delay:.15s;padding-top:1px}@media only screen and (max-width: 768px){.header .form-icon-container:hover p{font-size:.75rem}}@media only screen and (max-width: 768px){.header .form-icon-container{right:20px;width:40px;height:40px;border-radius:40px}}.header .form-icon-container .form-icon{width:28px;height:28px;position:absolute;top:14px;right:14px;background-color:#34303d}@media only screen and (max-width: 768px){.header .form-icon-container .form-icon{width:20px;height:20px;top:11px;right:10px}}.header .form-icon-container p{position:absolute;top:0;left:14px;display:none}@media only screen and (max-width: 768px){.header .expanded{width:120px;transition:all .4s ease-in-out}.header .expanded p{font-size:1rem;font-style:normal;font-weight:400;line-height:1.4;color:#fff;display:block;overflow:hidden;white-space:nowrap;width:70%;animation:fadeIn .2s forwards;opacity:0;animation-delay:.15s;margin-left:-8px;padding:1.5px 0 0}}@media only screen and (max-width: 768px) and (max-width: 768px){.header .expanded p{font-size:.75rem}}.patch{position:absolute;top:0;left:calc(20% - 130px);width:114px;height:171px}@media only screen and (max-width: 1440px){.patch{left:10%}}@media only screen and (max-width: 768px){.patch{width:88px;height:132px}}@media only screen and (max-width: 480px){.patch{left:15%}}.small-steps{width:100%;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;width:96%;max-width:1340px;margin:100px auto;height:660px}@media only screen and (max-width: 1380px){.small-steps{height:640px}}@media only screen and (max-width: 1280px){.small-steps{height:610px;margin:90px auto}}@media only screen and (max-width: 1200px){.small-steps{height:560px;margin:85px auto}}@media only screen and (max-width: 1100px){.small-steps{height:520px;margin:70px auto}}@media only screen and (max-width: 1024px){.small-steps{width:100%;display:flex;flex-direction:column;height:auto;margin-top:0;margin-bottom:50px}}.small-steps__description{color:#34303d;font-family:IQOS;background-color:#00d1d2;padding:145px 0 170px 90px;height:600px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:64%;max-width:890px;margin-top:60px}@media only screen and (max-width: 1380px){.small-steps__description{padding-left:70px;padding-top:130px}}@media only screen and (max-width: 1280px){.small-steps__description{padding-left:60px;padding-top:110px}}@media only screen and (max-width: 1200px){.small-steps__description{padding-left:45px;padding-top:100px}}@media only screen and (max-width: 1100px){.small-steps__description{padding-left:30px;padding-top:80px}}@media only screen and (max-width: 1024px){.small-steps__description{position:relative;width:100%;max-width:unset;height:auto;margin-top:0;padding:100px}}@media only screen and (max-width: 768px){.small-steps__description{padding:60px 40px}}@media only screen and (max-width: 600px){.small-steps__description{padding:60px 30px}}@media only screen and (max-width: 480px){.small-steps__description{padding:50px 15px}}.small-steps__description .title{font-size:2rem;font-style:normal;font-weight:700;line-height:41px;max-width:424px;margin:0}@media only screen and (max-width: 1200px){.small-steps__description .title{max-width:400px;font-size:1.875rem}}@media only screen and (max-width: 1080px){.small-steps__description .title{max-width:360px}}@media only screen and (max-width: 1024px){.small-steps__description .title{max-width:100%;font-size:2rem}}@media only screen and (max-width: 600px){.small-steps__description .title{font-size:1.75rem}}.small-steps__description .description{font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5;max-width:424px}@media only screen and (max-width: 1200px){.small-steps__description .description{max-width:400px;font-size:1.0625rem}}@media only screen and (max-width: 1024px){.small-steps__description .description{max-width:100%;font-size:1.125rem}}@media only screen and (max-width: 600px){.small-steps__description .description{font-size:1rem}}.small-steps__image{max-width:770px;width:58%;position:absolute;right:0;z-index:0}@media only screen and (max-width: 1200px){.small-steps__image{width:57%}}@media only screen and (max-width: 1024px){.small-steps__image{position:relative;right:unset;width:100%;max-width:unset}}.small-steps__image img{width:100%;height:100%}.how-to-participate{width:85%;max-width:1200px;margin:100px auto}@media only screen and (max-width: 560px){.how-to-participate{width:92%;margin:60px auto}}@media only screen and (max-width: 480px){.how-to-participate{width:100%}}.how-to-participate .participate-title{text-align:center;font-size:2.5rem;font-style:normal;font-weight:700;line-height:1.25;margin:0}.how-to-participate .participate-title br{display:none}@media only screen and (max-width: 660px){.how-to-participate .participate-title br{display:block}}@media only screen and (max-width: 768px){.how-to-participate .participate-title{font-size:2rem}}@media only screen and (max-width: 480px){.how-to-participate .participate-title{font-size:1.75rem}}.how-to-participate .steps{margin:50px auto;width:fit-content;display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (max-width: 480px){.how-to-participate .steps{margin:20px auto}}.how-to-participate .steps .step{margin:10px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:480px}@media only screen and (max-width: 480px){.how-to-participate .steps .step{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;width:95%;margin:5px}}.how-to-participate .steps .step .text{margin-left:11px;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.5}@media only screen and (max-width: 768px){.how-to-participate .steps .step .text{font-size:1.125rem}}@media only screen and (max-width: 480px){.how-to-participate .steps .step .text{font-size:1rem;text-align:center;padding:0;margin:0}}.how-to-participate .button-white2-black{width:282px;height:44px;border-radius:25.059px;border:1px solid #34303d}.form-section{width:100%;padding:50px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#00d1d2}.form-section .input-error{border:1.5px solid #9c0000!important}.form-section .upform-message{max-width:580px;margin:0 auto;text-align:center}@media only screen and (max-width: 768px){.form-section .upform-message{width:95%}}.form-section .upform-message .form-title{font-size:2rem;font-weight:700;line-height:2.5625rem;margin:0 0 35px}@media only screen and (max-width: 768px){.form-section .upform-message .form-title{font-size:1.75rem}}.form-section .upform-message .form-description{font-size:.75rem;margin:20px 0}.form-section .form{max-width:510px;margin:0 auto;color:#34303d}@media only screen and (max-width: 768px){.form-section .form{width:95%}}.form-section .form label{font-family:IQOS;font-size:.96875rem;font-style:normal;font-weight:400;line-height:normal;margin-left:5px}@media only screen and (max-width: 480px){.form-section .form label{font-size:.875rem}}.form-section .form label span{font-size:.84375rem}.form-section .form label span br{display:none}@media only screen and (max-width: 540px){.form-section .form label span br{display:block}}.form-section .form form{width:100%}.form-section .form form .error-message{font-size:.875rem;text-align:left;margin-bottom:10px;margin-left:4px;display:flex;align-items:center;gap:7px;color:#9c0000}.form-section .form form .error-message.agree{margin-top:-5px;margin-left:4px}.form-section .form form .form-hint{font-size:.75rem;color:#9c0000;margin-top:2px;margin-left:4px;font-style:italic}.form-section .form .input-section fieldset{border:none;padding:0;margin:0}.form-section .form .input-section fieldset legend{font-family:IQOS;font-size:.96875rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}@media only screen and (max-width: 480px){.form-section .form .input-section fieldset legend{font-size:.875rem}}.form-section .form .input-section fieldset legend span{font-size:.84375rem}.form-section .form .input-section fieldset legend span br{display:none}@media only screen and (max-width: 540px){.form-section .form .input-section fieldset legend span br{display:block}}.form-section .form .input-section .input-error{border:1.5px solid #9c0000!important}.form-section .form .input-section .radio-section{margin-bottom:15px;gap:10px}.form-section .form .input-section .radio-section .row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0;padding:0}@media screen and (max-width: 480px){.form-section .form .input-section .radio-section .row{flex-direction:column;align-items:flex-start}}.form-section .form .input-section .radio-section .row .amount-section{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.form-section .form .input-section .radio-section .row .amount-section select{background-color:#fffdfb;border-radius:9px;height:45px;padding:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;border:none}.form-section .form .input-section .radio-section .row .amount-section select:focus{outline:solid 1.5px #008e9c!important;outline-offset:2px;background-color:#e0f3ff}.form-section .form .input-section .radio-section .row label{font-family:IQOS;background-color:#fffdfb;border-radius:9px;height:45px;width:70%;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px 0;display:flex;justify-content:flex-start;align-items:center;font-size:1rem;font-style:normal;line-height:normal;text-align:left}@media screen and (max-width: 480px){.form-section .form .input-section .radio-section .row label{width:100%}}@media screen and (max-width: 360px){.form-section .form .input-section .radio-section .row label{font-size:.875rem}}.form-section .form .input-section .radio-section .row label input[type=checkbox]{width:22px;height:22px;border-radius:50%!important;border:1px solid #34303d;margin:0 15px 0 0;accent-color:#4386fd}.form-section .form .input-section .radio-section .row label input[type=checkbox]:focus{outline:solid 1.5px #008e9c!important;outline-offset:2px}.form-section .form .input-section input{font-family:IQOS;display:block;width:100%;line-height:46px;font-size:1rem;border:0;border-radius:9px;margin-top:5px;margin-bottom:5px;outline:none;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-section .form .input-section input:focus{outline:1.5px solid #008e9c!important;outline-offset:2px;background-color:#e0f3ff}.form-section .form .input-section input:invalid{border:1.5px solid #9c0000!important}.form-section .form .input-section input::-webkit-outer-spin-button,.form-section .form .input-section input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-section .form .input-section input[list]::-webkit-calendar-picker-indicator{display:none!important}.form-section .form .input-section .zip-select .react-select__control{font-family:IQOS;display:block;width:100%;border:0;border-radius:9px;margin-top:5px;margin-bottom:5px;outline:none;height:48px!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-section .form .input-section .zip-select .react-select__control:hover{border-color:#999}.form-section .form .input-section .zip-select .react-select__control.react-select__control--is-focused{outline:1.5px solid #008e9c!important;outline-offset:2px!important;box-shadow:none!important}.form-section .form .input-section .zip-select .react-select__value-container{height:48px!important}.form-section .form .input-section .zip-select .react-select__value-container:focus{outline:1.5px solid #008e9c!important;outline-offset:2px!important}.form-section .form .input-section .zip-select .react-select__placeholder{color:#999}.form-section .form .input-section .zip-select .react-select__menu{z-index:9999}.form-section .form .input-section .zip-select .react-select__input{outline:none!important;margin:0!important;padding:0!important}.form-section .form .input-section .zip-select .react-select__indicators{display:none!important}.form-section .form .input-section .zip-select.input-error{border:none!important}.form-section .form .input-section .zip-select.input-error .react-select__control{outline:1.5px solid #9c0000!important}.form-section .form .text-section{margin:10px 0 35px;display:flex;flex-direction:column;justify-content:space-between;align-items:start}.form-section .form .text-section .form-info2{font-size:.75rem;text-align:left;text-align:justify;text-justify:inter-word;width:98%}@media screen and (max-width: 540px){.form-section .form .text-section .form-info2{width:95%}}.form-section .form .text-section .form-info2 a{font-weight:700;color:#34303d;text-decoration:underline}.form-section .form .text-section .form-info2 a:focus{outline:1.5px solid #008e9c!important;outline-offset:2px}.form-section .form .text-section .form-checkbox{display:flex;flex-direction:row;justify-content:left;align-items:center;align-items:flex-start;width:100%;margin:0;padding:0}.form-section .form .text-section .form-checkbox input{width:24px;height:24px;margin-left:0;accent-color:#4386fd}.form-section .form .text-section .form-checkbox input:focus{outline:1.5px solid #008e9c!important;outline-offset:2px}@media only screen and (max-width: 768px){.form-section .form .text-section .form-checkbox input{width:28px;height:28px}}.form-section .form .text-section .form-checkbox div{text-align:left;font-size:.75rem;line-height:normal;margin-left:8px}.form-section .form .spinner-container{text-align:center;margin:50px auto}.response-container{padding-top:10px;width:100%}.api-success-message,.api-error-message{max-width:654px;width:95%;margin:0 auto;text-align:center;color:#34303d;animation:custom-cursor 1s linear forwards 0s}@media only screen and (max-width: 768px){.api-success-message,.api-error-message{width:95%}}.api-success-message .title,.api-error-message .title{font-size:2.5rem;font-weight:700;line-height:normal;margin:0}@media only screen and (max-width: 768px){.api-success-message .title,.api-error-message .title{font-size:1.75rem}}.api-success-message .subtitle,.api-error-message .subtitle{max-width:510px;font-size:1.125rem;font-weight:400;line-height:normal;margin:20px auto 0}.api-success-message .subtitle a,.api-error-message .subtitle a{color:#34303d}.faq-section{background-color:#f9f7f4;padding:100px 0}@media only screen and (max-width: 768px){.faq-section{padding:50px 0}}.faq-section h2{text-align:center;font-size:40px;font-style:normal;font-weight:700;line-height:50px;margin-top:0}@media only screen and (max-width: 768px){.faq-section h2{font-size:36px}}@media only screen and (max-width: 480px){.faq-section h2{font-size:28px}}.faq-section .add-remove{width:16px;height:16px;margin-left:8px}.faq-section .accordion{width:95%;max-width:870px;margin:0 auto!important;background-color:#f9f7f4;box-shadow:none!important;border-bottom:.5px solid #34303d;border-radius:0!important}.faq-section .accordion-summary{font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width: 768px){.faq-section .accordion-summary{font-size:16px}}.faq-section .accordion-summary-expanded{font-weight:700;font-size:18px;text-decoration-line:underline;font-style:normal;line-height:normal}@media only screen and (max-width: 768px){.faq-section .accordion-summary-expanded{font-size:16px}}.faq-section .accordion-details{font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-top:-20px;margin-bottom:0}@media only screen and (max-width: 768px){.faq-section .accordion-details{font-size:16px}}.locations-modal{position:absolute;top:6%;left:50%;transform:translate(-50%);background-color:#fffdfb;overflow:auto;outline:none;padding:50px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:3;width:80%;max-width:720px;border-radius:5.989px;max-height:90vh;overflow-y:auto}@media screen and (max-width: 768px){.locations-modal{width:100%!important;left:0!important;transform:translate(0)!important}}.locations-modal .locations{display:flex;flex-direction:column;width:90%;max-width:490px;margin:0 auto}.locations-modal .locations .title{text-align:left;margin-bottom:0;font-size:20px}.locations-modal .locations .city-info{margin-top:30px}.locations-modal .locations .city-info .city{font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin:0}.locations-modal .locations .city-info ul{margin:0;padding-left:20px}.locations-modal .locations .city-info ul li{font-size:16px;font-style:normal;font-weight:400;line-height:normal}.locations-modal .close-button{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='41'%20viewBox='0%200%2040%2041'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='close'%3e%3cmask%20id='mask0_2471_517'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='40'%20height='41'%3e%3crect%20id='Bounding%20box'%20y='0.242188'%20width='40'%20height='40.538'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2471_517)'%3e%3cpath%20id='close_2'%20d='M10.4721%2032.1375L8.52795%2030.1672L18.0555%2020.5111L8.52795%2010.8551L10.4721%208.88477L20%2018.5404L29.528%208.88477L31.4721%2010.8551L21.9446%2020.5111L31.4721%2030.1672L29.528%2032.1375L20%2022.4819L10.4721%2032.1375Z'%20fill='%2334303D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:center;background-size:cover;position:absolute;top:18px;right:10px;width:40px;height:40px;border:none;background-color:transparent;cursor:pointer;transition:.2s all;outline:none;z-index:99999999}.locations-modal .close-button:hover{scale:1.15}@media screen and (max-width: 400px){.locations-modal .close-button{top:10px;right:10px;width:20px;height:20px}}.information-container{background-color:#fffdfb;color:#34303d;text-align:center;overflow:hidden}.information-container .info-text-container{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:80%;max-width:560px;margin:200px auto 100px}@media only screen and (max-width: 768px){.information-container .info-text-container{margin:120px auto 50px}}.information-container .info-text-container p{text-align:center;width:100%}.information-container .info-text-container .title{font-size:2rem;font-weight:700;text-align:center;margin:0 auto}@media only screen and (max-width: 768px){.information-container .info-text-container .title{font-size:1.75rem}}.information-container .info-text-container .title .subtitle,.information-container .info-text-container .title .pm{font-size:1rem}.conditions-container{background-color:#fffdfb;color:#34303d;text-align:left;position:relative;overflow:hidden;padding-top:100px;font-family:IQOS}@media only screen and (max-width: 768px){.conditions-container{padding-top:20px}}.conditions-container .text-container{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:80%;max-width:1000px;margin:0 auto 100px}.conditions-container .text-container a{color:#34303d}.conditions-container .title{font-size:1.25rem;font-weight:700}.conditions-container p{font-size:1rem}.conditions-container h2{font-size:1rem;font-weight:700}.not-found{position:relative;width:100%;height:auto;min-height:calc(100vh - 337px);overflow:hidden;padding:0 0 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 960px){.not-found{min-height:650px}}.not-found .text-container{max-width:660px;margin:210px auto 30px;padding:0;color:#34303d;text-align:center;font-style:normal;line-height:normal}@media only screen and (max-width: 768px){.not-found .text-container{margin:150px auto 30px;width:90%}}.not-found .text-container .title{font-size:2rem;font-weight:700;line-height:1.5;margin:30px 0}@media only screen and (max-width: 768px){.not-found .text-container .title{font-size:1.75rem;line-height:1.5}}.not-found .text-container .subtitle{font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.not-found .text-container .more-info{margin-top:26px;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.not-found .contact-container{color:#34303d;max-width:520px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-content:center;align-items:center}@media (max-width: 660px){.not-found .contact-container{grid-template-columns:repeat(2,1fr);width:90%;max-width:300px}}.not-found .contact-container .contact{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:85px;width:110px;margin:0 auto}.not-found .contact-container .contact .text{text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5}.not-found .contact-container .contact .email{width:37.1px;height:42px}.not-found .contact-container .contact .phone,.not-found .contact-container .contact .chat{width:48px;height:48px}.not-found .contact-container .contact .facebook{width:34px;height:42px}#onetrust-pc-sdk #ot-pc-title{font-size:1em!important}#onetrust-banner-sdk #onetrust-button-group button{min-width:100px!important}#onetrust-group-container #onetrust-policy-text{font-size:14px!important;max-height:95px;overflow:auto!important}#onetrust-consent-sdk #onetrust-banner-sdk a:hover{text-decoration:#00d1d2 underline}#onetrust-banner-sdk .ot-sdk-container{padding:20px!important;width:100%!important}#onetrust-group-container .ot-sdk-container{width:100%!important}@media (min-width: 1400px){#onetrust-banner-sdk .ot-sdk-row{display:flex!important;justify-content:space-between;max-width:90rem!important;margin:0 auto!important;align-items:center!important}#onetrust-group-container{text-align:left!important}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:unset!important}#onetrust-consent-sdk #onetrust-pc-btn-handler,#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,#onetrust-consent-sdk #onetrust-accept-btn-handler,#onetrust-consent-sdk #onetrust-reject-all-handler{width:unset!important}}@media (min-width: 1600px){#onetrust-banner-sdk .ot-sdk-container{padding-bottom:20px!important}}#onetrust-banner-sdk #onetrust-pc-btn-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-pc-btn-handler:focus{outline:solid 2px #008e9c!important}#onetrust-banner-sdk #onetrust-pc-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-pc-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-banner-sdk #onetrust-accept-btn-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#34303d!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-accept-btn-handler:focus{outline:solid 2px #008e9c!important}#onetrust-banner-sdk #onetrust-accept-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-accept-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-consent-sdk #onetrust-accept-btn-handler,#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link{border:0!important}@media (min-width: 426px) and (max-width: 896px){#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{text-align:center!important}}#onetrust-banner-sdk #onetrust-reject-all-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#34303d!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-reject-all-handler:focus{outline:solid 2px #008e9c!important}#onetrust-banner-sdk #onetrust-reject-all-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-reject-all-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-consent-sdk #onetrust-reject-all-handler,#onetrust-consent-sdk #onetrust-reject-all-handler.cookie-setting-link{border:0!important}#onetrust-pc-sdk .ot-pc-lst{margin-bottom:20px}@media (max-width: 600px){#onetrust-pc-sdk .ot-btn-container{display:flex;flex-direction:column!important;margin-left:0!important}}#onetrust-pc-sdk .ot-btn-container{display:flex;flex-direction:row;margin-left:20px;margin-right:34px}#onetrust-pc-sdk #ot-host-lst{margin-bottom:30px;padding-bottom:30px}#accept-recommended-btn-handler{position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999}#accept-recommended-btn-handler:focus{outline:solid 2px #008e9c!important}#accept-recommended-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#accept-recommended-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}.onetrust-close-btn-handler{position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999;width:100%!important;margin:auto 10px!important}.onetrust-close-btn-handler:focus{outline:solid 2px #008e9c!important}@media (max-width: 600px){#onetrust-pc-sdk .onetrust-close-btn-handler{margin:10px!important}}.onetrust-close-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}.onetrust-close-btn-handler:hover{color:#34303d!important}.onetrust-close-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}.ot-pc-refuse-all-handler{background-color:#34303d!important;border-color:#34303d!important;position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999;font-size:16px!important;font-weight:400!important;line-height:1.5!important;width:100%!important;margin:auto 10px!important}.ot-pc-refuse-all-handler:focus{outline:solid 2px #008e9c!important}@media (max-width: 600px){#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin:10px!important}}.ot-pc-refuse-all-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}.ot-pc-refuse-all-handler:hover{color:#34303d!important;border-color:#00d1d2!important;opacity:.999!important}.ot-pc-refuse-all-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-pc-sdk button.ot-pc-refuse-all-handler{border:none!important}#onetrust-button-group button{display:inline-block!important;width:45%!important;margin:5px 15px!important}#onetrust-button-group{margin-top:0!important}#onetrust-banner-sdk #onetrust-button-group{display:flex!important;flex-flow:column-reverse!important;width:100%!important;margin:0!important}@media (min-width: 992px){#onetrust-banner-sdk #onetrust-button-group{flex-flow:row!important;text-decoration:none!important}#onetrust-button-group button{width:100%!important}}@media (max-width: 1200px){#onetrust-button-group-parent{padding:0!important}}@media (max-width: 992px){#onetrust-button-group button{display:block!important;width:calc(100% - 30px)!important}#onetrust-banner-sdk #onetrust-button-group{margin:auto}}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#e9e8e8!important;border:1px solid #34303c!important}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{background-color:#34303c!important}label.ot-switch{outline:none!important}#onetrust-pc-sdk .ot-cat-grp .ot-always-active{color:#34303c!important}@media (max-width: 1024px){#onetrust-banner-sdk #onetrust-pc-btn-handler{z-index:2}}@media (max-width: 991px){#onetrust-group-container #onetrust-policy-text{margin-bottom:0!important}}.ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler{color:#34303c!important;text-decoration:none!important;background-color:#fefcfa!important}#onetrust-close-btn-container .ot-close-icon{border:none!important}#onetrust-close-btn-container .ot-close-icon:after{display:none!important}@media (max-width: 430px){#onetrust-close-btn-container .ot-close-icon{right:-15px!important;top:-15px!important}}#onetrust-banner-sdk .ot-close-icon{background-image:url(https://d1sgjabyqzb9dz.cloudfront.net/NBW-IQOS/close/close.svg)!important}#onetrust-pc-sdk .ot-close-icon{background-size:20px!important;top:5px!important}#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#00d1d2!important}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#00d1d2!important}#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before,#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{border-color:#00d1d2!important}#onetrust-pc-sdk .ot-acc-hdr .ot-tgl input+.ot-switch .ot-switch-nob{background-color:#e1e0e2}#onetrust-pc-sdk .ot-switch .ot-switch-nob:before{background-color:#34303c!important}#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler,#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler{width:fit-content;z-index:0;transition:left .3s,transform .3s,width .3s;border:none;color:#fff!important;background-color:#34303d!important;text-decoration:none!important;display:inline-block;font-weight:400;line-height:1.5;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 2rem!important;font-size:1rem;border-radius:1.6rem!important;opacity:1!important}#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:hover,#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:hover{color:#34303d!important;opacity:1!important}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{line-height:1.6!important}@media (max-width: 445px){#onetrust-banner-sdk #onetrust-policy{padding:0 16px!important;margin-left:0!important}}@media (min-width: 897px){#onetrust-banner-sdk #onetrust-button-group-parent{position:unset!important;top:unset!important;left:unset!important;transform:unset!important;width:100%!important;margin-left:0!important}}@media (min-width: 897px) and (max-width: 1400px){#onetrust-banner-sdk #onetrust-policy{margin-left:1rem!important;margin-right:1rem!important}}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:100%!important}@media (min-width: 1400px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{display:flex;flex:1}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{display:flex!important;align-items:center;justify-content:center;position:relative!important;height:60px!important;margin-bottom:20px}#onetrust-banner-sdk #onetrust-button-group button{position:relative!important;top:inherit!important}#onetrust-banner-sdk #onetrust-policy{margin-left:2.75rem!important;margin-right:2.75rem!important}}@media (min-width: 1024px) and (max-width: 1439px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:0rem!important;padding-right:0rem!important}}@media (max-width: 1399px){#onetrust-banner-sdk #onetrust-policy{margin-top:0!important}}.nbw-footer .footer-info .footer-info-item .ot-sdk-show-settings{cursor:pointer}@media (min-width: 992px){#onetrust-banner-sdk #onetrust-button-group{flex-flow:row-reverse!important;text-decoration:none!important}}@media (min-width: 1400px){#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row{max-width:1620px!important}}#onetrust-consent-sdk #onetrust-group-container #onetrust-policy-text{max-height:none!important}.ot-pc-footer .save-preference-btn-handler{font-size:16px!important;max-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important}#onetrust-pc-sdk .ot-btn-container{margin-top:10px!important;margin-bottom:10px!important}#accept-recommended-btn-handler:after{width:120%!important;height:100%!important}#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler{font-size:16px!important}#onetrust-pc-sdk .ot-btn-container{font-size:22px!important}@media (max-width: 480px){#onetrust-pc-sdk .ot-cat-grp{margin-bottom:50px!important}}@media (min-width: 480px){#onetrust-pc-sdk .ot-cat-grp{margin-bottom:20px!important}}@media (max-width: 480px){#onetrust-pc-sdk .ot-pc-footer{bottom:25px!important;background-color:#fff!important}}.ot-sdk-show-settings{background:none!important;border:none!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-decoration:none!important;font-size:1rem!important;color:#fff}.ot-sdk-show-settings:focus{outline:solid 1.5px #008e9c!important}@media only screen and (max-width: 960px){.ot-sdk-show-settings{color:"#99979e";font-size:.875rem!important}}.ot-pc-logo img{display:none}@font-face{font-family:IQOS;font-weight:300;src:url(/kruzni-program/assets/IQOS-Light-Dd7a9er_.woff) format("woff")}@font-face{font-family:IQOS;font-weight:400;src:url(/kruzni-program/assets/IQOS-Regular-CJzbHtXW.woff) format("woff")}@font-face{font-family:IQOS;font-weight:700;src:url(/kruzni-program/assets/IQOS-Bold-BtcADu6N.woff) format("woff")}#root{width:100%;margin:0 auto;background-color:#f6f4ef;color:#fff}body{width:100%;height:100%;margin:0;place-items:center;min-width:320px;font-family:IQOS}body::-webkit-scrollbar{display:none}body .home-page{width:100%;height:100%;background-color:#f6f4ef;color:#34303d}.button-black-white{justify-content:center;align-items:center;display:flex;width:151px;height:46px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#34303d;color:#fffdfb;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#34303d,#34303d 50%,#fffdfb 50%,#fffdfb);background-size:100% 200%;transition:background-position .3s}.button-black-white:hover{background-position:0 100%;color:#34303d}.button-black-white:disabled,.button-black-white[disabled]{cursor:not-allowed}.button-black-white:focus{outline:solid 2px #008e9c!important}.button-black-white:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-white-black{justify-content:center;align-items:center;display:flex;width:151px;height:46px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#fffdfb;color:#34303d;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#fffdfb,#fffdfb 50%,#34303d 50%,#34303d);background-size:100% 200%;transition:background-position .3s}.button-white-black:hover{background-position:0 100%;color:#fffdfb}.button-white-black:disabled,.button-white-black[disabled]{cursor:not-allowed}.button-white-black:focus{outline:solid 2px #008e9c!important}.button-white-black:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-white2-black{justify-content:center;align-items:center;display:flex;width:151px;height:46px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#f6f4ef;color:#34303d;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#f6f4ef,#f6f4ef 50%,#34303d 50%,#34303d);background-size:100% 200%;transition:background-position .3s}.button-white2-black:hover{background-position:0 100%;color:#f6f4ef}.button-white2-black:disabled,.button-white2-black[disabled]{cursor:not-allowed}.button-white2-black:focus{outline:solid 2px #008e9c!important}.button-white2-black:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-black-blue{z-index:0;justify-content:center;align-items:center;display:flex;width:151px;height:46px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#34303d;color:#fffdfb;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#34303d,#34303d 50%,#00d2c3 50%,#00d2c3);background-size:100% 200%;transition:background-position .3s}.button-black-blue:hover{background-position:0 100%;color:#fffdfb}.button-black-blue:disabled,.button-black-blue[disabled]{cursor:not-allowed}.button-black-blue:focus{outline:solid 2px #008e9c!important}.button-black-blue:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.animate{opacity:0;transform:translateY(-10px)}.animate:nth-child(1){animation:fadeInUp .3s ease-in-out 60ms both}.animate:nth-child(2){animation:fadeInUp .3s ease-in-out .12s both}.animate:nth-child(3){animation:fadeInUp .3s ease-in-out .18s both}.animate:nth-child(4){animation:fadeInUp .3s ease-in-out .24s both}.animate:nth-child(5){animation:fadeInUp .3s ease-in-out .3s both}.animate:nth-child(6){animation:fadeInUp .3s ease-in-out .36s both}.animate:nth-child(7){animation:fadeInUp .3s ease-in-out .42s both}.animate:nth-child(8){animation:fadeInUp .3s ease-in-out .48s both}.animate:nth-child(9){animation:fadeInUp .3s ease-in-out .54s both}.animate:nth-child(10){animation:fadeInUp .3s ease-in-out .6s both}.animate:nth-child(11){animation:fadeInUp .3s ease-in-out .66s both}.animate:nth-child(12){animation:fadeInUp .3s ease-in-out .72s both}.animate:nth-child(13){animation:fadeInUp .3s ease-in-out .78s both}.animate:nth-child(14){animation:fadeInUp .3s ease-in-out .84s both}.animate:nth-child(15){animation:fadeInUp .3s ease-in-out .9s both}.animate:nth-child(16){animation:fadeInUp .3s ease-in-out .96s both}.animate:nth-child(17){animation:fadeInUp .3s ease-in-out 1.02s both}.animate:nth-child(18){animation:fadeInUp .3s ease-in-out 1.08s both}.animate:nth-child(19){animation:fadeInUp .3s ease-in-out 1.14s both}.animate:nth-child(20){animation:fadeInUp .3s ease-in-out 1.2s both}.animate:nth-child(21){animation:fadeInUp .3s ease-in-out 1.26s both}.animate:nth-child(22){animation:fadeInUp .3s ease-in-out 1.32s both}.animate:nth-child(23){animation:fadeInUp .3s ease-in-out 1.38s both}.animate:nth-child(24){animation:fadeInUp .3s ease-in-out 1.44s both}.animate:nth-child(25){animation:fadeInUp .3s ease-in-out 1.5s both}.animate:nth-child(26){animation:fadeInUp .3s ease-in-out 1.56s both}.animate:nth-child(27){animation:fadeInUp .3s ease-in-out 1.62s both}.animate:nth-child(28){animation:fadeInUp .3s ease-in-out 1.68s both}.animate:nth-child(29){animation:fadeInUp .3s ease-in-out 1.74s both}.animate:nth-child(30){animation:fadeInUp .3s ease-in-out 1.8s both}.animate:nth-child(31){animation:fadeInUp .3s ease-in-out 1.86s both}.animate:nth-child(32){animation:fadeInUp .3s ease-in-out 1.92s both}.animate:nth-child(33){animation:fadeInUp .3s ease-in-out 1.98s both}.animate:nth-child(34){animation:fadeInUp .3s ease-in-out 2.04s both}.animate:nth-child(35){animation:fadeInUp .3s ease-in-out 2.1s both}.animate:nth-child(36){animation:fadeInUp .3s ease-in-out 2.16s both}.animate:nth-child(37){animation:fadeInUp .3s ease-in-out 2.22s both}.animate:nth-child(38){animation:fadeInUp .3s ease-in-out 2.28s both}.animate:nth-child(39){animation:fadeInUp .3s ease-in-out 2.34s both}.animate:nth-child(40){animation:fadeInUp .3s ease-in-out 2.4s both}.animate:nth-child(41){animation:fadeInUp .3s ease-in-out 2.46s both}.animate:nth-child(42){animation:fadeInUp .3s ease-in-out 2.52s both}.animate:nth-child(43){animation:fadeInUp .3s ease-in-out 2.58s both}.animate:nth-child(44){animation:fadeInUp .3s ease-in-out 2.64s both}.animate:nth-child(45){animation:fadeInUp .3s ease-in-out 2.7s both}.animate:nth-child(46){animation:fadeInUp .3s ease-in-out 2.76s both}.animate:nth-child(47){animation:fadeInUp .3s ease-in-out 2.82s both}.animate:nth-child(48){animation:fadeInUp .3s ease-in-out 2.88s both}.animate:nth-child(49){animation:fadeInUp .3s ease-in-out 2.94s both}.animate:nth-child(50){animation:fadeInUp .3s ease-in-out 3s both}.animate:nth-child(51){animation:fadeInUp .3s ease-in-out 3.06s both}.animate:nth-child(52){animation:fadeInUp .3s ease-in-out 3.12s both}.animate:nth-child(53){animation:fadeInUp .3s ease-in-out 3.18s both}.animate:nth-child(54){animation:fadeInUp .3s ease-in-out 3.24s both}.animate:nth-child(55){animation:fadeInUp .3s ease-in-out 3.3s both}.animate:nth-child(56){animation:fadeInUp .3s ease-in-out 3.36s both}.animate:nth-child(57){animation:fadeInUp .3s ease-in-out 3.42s both}.animate:nth-child(58){animation:fadeInUp .3s ease-in-out 3.48s both}.animate:nth-child(59){animation:fadeInUp .3s ease-in-out 3.54s both}.animate:nth-child(60){animation:fadeInUp .3s ease-in-out 3.6s both}.slide-in-left{opacity:0;transform:translate(-100%)}.slide-in-left:nth-child(1){animation:slide-in-left .5s linear .25s both}.slide-in-left:nth-child(2){animation:slide-in-left .5s linear .5s both}.slide-in-left:nth-child(3){animation:slide-in-left .5s linear .75s both}.slide-in-left:nth-child(4){animation:slide-in-left .5s linear 1s both}.slide-in-left:nth-child(5){animation:slide-in-left .5s linear 1.25s both}.slide-in-left:nth-child(6){animation:slide-in-left .5s linear 1.5s both}.slide-in-left:nth-child(7){animation:slide-in-left .5s linear 1.75s both}.slide-in-left:nth-child(8){animation:slide-in-left .5s linear 2s both}.slide-in-left:nth-child(9){animation:slide-in-left .5s linear 2.25s both}.slide-in-left:nth-child(10){animation:slide-in-left .5s linear 2.5s both}.show-from-left{opacity:1;filter:blur(0);transform:translate(0)}.slide-in-right{opacity:0;transform:translate(300px)}.slide-in-right:nth-child(1){animation:slide-in-right .5s linear .25s both}.slide-in-right:nth-child(2){animation:slide-in-right .5s linear .5s both}.slide-in-right:nth-child(3){animation:slide-in-right .5s linear .75s both}.slide-in-right:nth-child(4){animation:slide-in-right .5s linear 1s both}.slide-in-right:nth-child(5){animation:slide-in-right .5s linear 1.25s both}.slide-in-right:nth-child(6){animation:slide-in-right .5s linear 1.5s both}.slide-in-right:nth-child(7){animation:slide-in-right .5s linear 1.75s both}.slide-in-right:nth-child(8){animation:slide-in-right .5s linear 2s both}.slide-in-right:nth-child(9){animation:slide-in-right .5s linear 2.25s both}.slide-in-right:nth-child(10){animation:slide-in-right .5s linear 2.5s both}.slide-in-up{opacity:0;transform:translateY(300px);animation:slide-in-up 1s linear 1s forwards}.slide-in-up:nth-child(1){animation:slide-in-up .6s linear .3s both}.slide-in-up:nth-child(2){animation:slide-in-up .6s linear .6s both}.slide-in-up:nth-child(3){animation:slide-in-up .6s linear .9s both}.slide-in-up:nth-child(4){animation:slide-in-up .6s linear 1.2s both}.slide-in-up:nth-child(5){animation:slide-in-up .6s linear 1.5s both}.slide-in-up:nth-child(6){animation:slide-in-up .6s linear 1.8s both}.slide-in-up:nth-child(7){animation:slide-in-up .6s linear 2.1s both}.slide-in-up:nth-child(8){animation:slide-in-up .6s linear 2.4s both}.slide-in-up:nth-child(9){animation:slide-in-up .6s linear 2.7s both}.slide-in-up:nth-child(10){animation:slide-in-up .6s linear 3s both}.slide-in-down{opacity:0;transform:translateY(-300px);animation:slide-in-down 1s linear 1s forwards}.slide-in-down:nth-child(1){animation:slide-in-down .6s linear .3s both}.slide-in-down:nth-child(2){animation:slide-in-down .6s linear .6s both}.slide-in-down:nth-child(3){animation:slide-in-down .6s linear .9s both}.slide-in-down:nth-child(4){animation:slide-in-down .6s linear 1.2s both}.slide-in-down:nth-child(5){animation:slide-in-down .6s linear 1.5s both}.slide-in-down:nth-child(6){animation:slide-in-down .6s linear 1.8s both}.slide-in-down:nth-child(7){animation:slide-in-down .6s linear 2.1s both}.slide-in-down:nth-child(8){animation:slide-in-down .6s linear 2.4s both}.slide-in-down:nth-child(9){animation:slide-in-down .6s linear 2.7s both}.slide-in-down:nth-child(10){animation:slide-in-down .6s linear 3s both}.fade-out{animation:fadeOut .5s forwards}.fade-in{animation:fadeIn .5s forwards}.hidden{opacity:0;filter:blur(5px);transform:translate(-300px);transition:all 1s ease-in-out}.scale-down{transform:scale(.8);transform-origin:bottom center;transition:all .8s ease-in-out}.scale-up{transform:scale(1)}.ReactModal__Overlay{background-color:#34303dcc!important;z-index:10}
