@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-up{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}.agegate{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:center;background-color:#fffdfb;color:#282c30;width:100%;height:100vh}@media only screen and (max-width: 960px){.agegate{min-height:610px}}.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:#282c30;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='%23282C30'/%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:#282c30;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='%23282C30'/%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{margin-top:40px;color:#282c30;text-align:center;max-width:780px;padding:0 20px;margin-bottom:100px}@media only screen and (max-width: 960px){.agegate .content-container .agegate-disclaimer{margin-bottom:30px}}.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:#282c30;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:.938rem;font-style:normal;font-weight:400;line-height:normal;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%}}.header{position:absolute;width:100%;top:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:9999999;color:#282c30;padding:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 768px){.header{top:16px;padding:0 15px}}.header .skip-button{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;z-index:10}.header .skip-button .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header .back-btn{cursor:pointer;transition:.3s all;border:none;background:none}@media only screen and (max-width: 768px){.header .back-btn span{display:none}}.header .back-btn:focus{outline:1.6x solid #fff!important}.header .back-btn:hover{scale:1.1}.header .back-btn p{display:inline;margin-left:15px}@media only screen and (max-width: 768px){.header .back-btn p{display:none}}.header .back-btn img{width:18px;height:12px}@media only screen and (max-width: 768px){.header .back-btn img{width:26.3px;height:18.5px}}.header .form-icon{width:44px;height:44px;cursor:pointer;transition:.3s all;border:none;background:none;background-image:url("data:image/svg+xml,%3csvg%20width='44'%20height='44'%20viewBox='0%200%2054%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='27'%20cy='27'%20r='27'%20fill='%23282C30'/%3e%3cmask%20id='mask0_172_793'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='13'%20y='13'%20width='28'%20height='28'%3e%3crect%20x='13'%20y='13'%20width='28'%20height='28'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_172_793)'%3e%3cpath%20d='M21.1667%2032.8333H29.3333V30.5H21.1667V32.8333ZM21.1667%2028.1667H32.8333V25.8333H21.1667V28.1667ZM21.1667%2023.5H32.8333V21.1667H21.1667V23.5ZM18.8333%2037.5C18.1917%2037.5%2017.6424%2037.2715%2017.1854%2036.8146C16.7285%2036.3576%2016.5%2035.8083%2016.5%2035.1667V18.8333C16.5%2018.1917%2016.7285%2017.6424%2017.1854%2017.1854C17.6424%2016.7285%2018.1917%2016.5%2018.8333%2016.5H35.1667C35.8083%2016.5%2036.3576%2016.7285%2036.8146%2017.1854C37.2715%2017.6424%2037.5%2018.1917%2037.5%2018.8333V35.1667C37.5%2035.8083%2037.2715%2036.3576%2036.8146%2036.8146C36.3576%2037.2715%2035.8083%2037.5%2035.1667%2037.5H18.8333ZM18.8333%2035.1667H35.1667V18.8333H18.8333V35.1667Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;border-radius:50%}.header .form-icon:focus{outline:1.6x solid #fff!important}.header .form-icon:hover{scale:1.1}@media only screen and (max-width: 768px){.header .form-icon{width:43px;height:43px}}.locations-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background-color:#282c30cc!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:overlay-show .2s cubic-bezier(.16,1,.3,1)}@keyframes overlay-show{0%{opacity:0}to{opacity:1}}.form-modal-container{background-color:#fff;position:fixed;top:85px;left:50%;transform:translate(-50%);color:#282c30;width:720px;height:544px;max-height:85vh;z-index:999999999;outline:none;margin-bottom:15px;overflow-y:auto;z-index:999999;max-width:90vw;max-height:90vh;width:506px;background-color:#00d1d2;border-radius:7px;padding:40px}.form-modal-container::-webkit-scrollbar{display:none}@media only screen and (max-width: 960px){.form-modal-container{width:90%;max-width:480px;margin:10px auto;top:70px;height:500px;max-height:80vh}}.form-modal-container .modal-content{width:100%;height:100%}.form-modal-container .modal-content .close-x{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_280_2356'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='40'%20height='40'%3e%3crect%20width='40'%20height='40'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_280_2356)'%3e%3cpath%20d='M10.4718%2031.4718L8.52734%2029.5273L18.0551%2019.9996L8.52734%2010.4718L10.4718%208.52734L19.9996%2018.0551L29.5273%208.52734L31.4718%2010.4718L21.944%2019.9996L31.4718%2029.5273L29.5273%2031.4718L19.9996%2021.944L10.4718%2031.4718Z'%20fill='%23282C30'/%3e%3c/g%3e%3c/svg%3e");position:relative;margin-top:10px;margin-left:auto;margin-right:10px;width:40px;height:40px;border:0;cursor:pointer;transition:.2s all;outline:none;background-color:transparent!important}.form-modal-container .modal-content .close-x:hover{scale:1.15}.form-modal-container:focus{outline:none}@media only screen and (max-width: 960px){.form-modal-container{width:95%;max-width:400px;padding:35px 22px;box-sizing:border-box}}.form-modal-container .close-x{position:absolute;top:15px;right:20px;border:none;background:none;cursor:pointer;font-size:2.5rem;color:#282c30;display:flex;align-items:center;justify-content:center;border-radius:2px}.form-modal-container .close-x:hover{scale:1.1}.form-modal-container .close-x:focus{outline:1px solid white;background-color:none}@media only screen and (max-width: 600px){.form-modal-container .close-x{top:10px;right:15px}}@keyframes content-show{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}body:has([data-state=open]){overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer{position:relative;width:100%;background-color:#282c30;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}nav{width:100%}.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:23px}}.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;margin:0 auto}.footer-navigation a:focus,.footer-navigation button:focus{outline:solid 1.5px #008e9c!important}}.intro{position:relative;text-align:center;width:100%;min-height:860px;background-color:#00d1d2;overflow:hidden;color:#282c30}@media only screen and (max-width: 960px){.intro{min-height:980px}}.intro .intro-header{position:absolute;z-index:2;top:0;width:100%;max-height:380px;height:380px;background-image:url(/assets/screen01-header-Sh_x1In2.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}@media only screen and (max-width: 960px){.intro .intro-header{height:210px;background-size:cover}}.intro .intro-container{position:relative;z-index:3;width:506px;margin:212px auto 0}@media only screen and (max-width: 960px){.intro .intro-container{margin:152px auto 0;width:90%;max-width:400px}}.intro .intro-container .intro-research{background-color:#fff;border-radius:7px;padding:40px;margin-bottom:30px}@media only screen and (max-width: 960px){.intro .intro-container .intro-research{padding:35px 22px;width:95%;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}.intro .intro-container .intro-research a{text-decoration:none}.intro .intro-container .intro-research .intro-research-subtitle{font-size:1rem;line-height:1.531rem;padding-bottom:5px;margin:0;font-weight:400}@media only screen and (max-width: 960px){.intro .intro-container .intro-research .intro-research-subtitle{padding-bottom:0}}.intro .intro-container .intro-research .intro-research-title{font-size:2.188rem;font-weight:700;line-height:2.313rem;margin-top:0;margin-bottom:20px}@media only screen and (max-width: 960px){.intro .intro-container .intro-research .intro-research-title{font-size:1.469rem}}.intro .intro-container .intro-research .button-black{width:200px}.intro .intro-container .more-title{font-size:2.188rem;font-weight:700}.intro .intro-container .more-text{width:375px;margin:10px auto 30px}@media only screen and (max-width: 960px){.intro .intro-container .more-text{width:318px}}.intro .button-white{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:transparent;color:#282c30;outline:none;transition:.4s all;font-family:IQOS;text-decoration:none;border:1px solid #282c30}.intro .button-white:focus{outline:solid 2px #008e9c!important}.intro .button-white:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.intro .button-white:hover{background:#fff}.intro .button-white:disabled,.intro .button-white[disabled]{cursor:not-allowed}.intro .button-white:disabled:hover,.intro .button-white[disabled]:hover{background:initial;color:initial}.form{max-width:506px;margin:20px auto 30px;color:#282c30;padding-bottom:12px;min-height:400px}@media only screen and (max-width: 960px){.form{width:95%}}.form .upform-message{text-align:center;padding:0 5px}.form .upform-message .form-title{font-size:2.188rem;font-weight:700}.form .upform-message .form-subtitle{font-size:1rem;font-weight:400;margin:16px auto;max-width:426px;display:block}.form form{width:100%;text-align:left}.form form .error-message{color:#9c0000;font-size:.92rem;text-align:left;margin:12px 0 12px 4px;display:flex;align-items:center;justify-content:flex-start;width:100%;gap:6px}.form form .error-message .warning-icon{width:20px;height:20px}@media screen and (max-width: 480px){.form form .error-message .warning-icon{width:16px;height:16px}}.form form .error-message.agree{margin-top:-5px;margin-left:4px}.form .input-section .input-error{border:1.5px solid #9c0000!important}.form .input-section label{font-family:IQOS;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;width:100%;margin-left:5px}.form .input-section input{font-family:IQOS;display:block;width:100%;line-height:2.875rem;font-size:1rem;border:0;border-radius:9px;margin-top:3px;margin-bottom:10px;outline:none;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form .input-section input:focus{outline:1.5px solid #008e9c!important;outline-offset:1px}.form .input-section input::-webkit-outer-spin-button,.form .input-section input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form .form-info1{font-size:.75rem;margin:20px 0;text-align:left}.form .form-info2{margin:20px 0 0;font-size:.75rem;text-align:left;text-align:justify;text-justify:inter-word}.form .form-info2 a{font-weight:700;color:#282c30;text-decoration:underline}.form .form-checkbox{display:flex;flex-direction:row;justify-content:left;align-items:center;width:100%;margin:10px 0 0;padding:0}.form .form-checkbox input{width:24px;height:24px;margin-left:0;accent-color:#282c30}@media only screen and (max-width: 960px){.form .form-checkbox input{width:28px;height:28px}}.form .form-checkbox label{text-align:left!important;font-size:.813rem!important;line-height:normal!important;margin-left:8px!important}.form .form-disclaimer{font-size:1rem;line-height:1.5rem;margin:30px 0;text-align:center;padding:0 12px}@media only screen and (max-width: 960px){.form .form-disclaimer{padding:0 3px}}.form .spinner-container{margin-top:160px}.form .button-white{margin-top:10px}.form .spinner-container{text-align:center;margin:50px 0}.yellow-room{position:relative;width:100%;min-height:860px;background-repeat:no-repeat;background-position:bottom center;background-size:cover;padding-top:216px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 960px){.yellow-room{padding-top:100px;min-height:640px}}.yellow-room #canvas{position:absolute;left:0;top:0;width:100%;height:100%;animation:smoked-room 2s linear forwards;animation-delay:1s;opacity:0}@keyframes smoked-room{0%{opacity:0}to{opacity:1}}.yellow-room .custom-cursor{position:absolute;width:100px;height:100px;background-size:contain;background-repeat:no-repeat;background-image:url(/assets/fingerImage-L0LhMVUi.png);transform:translate(-50%,-50%);z-index:2;animation:custom-cursor 1s linear forwards 4.3s;opacity:0;left:50%;top:60%}@media only screen and (max-width: 960px){.yellow-room .custom-cursor{top:63%;width:80px;height:80px}}.yellow-room .screen-title{color:#fff;font-size:2.804rem;font-style:normal;font-weight:700;line-height:4.063rem;text-align:center;width:90%;margin:0 auto}@media only screen and (max-width: 960px){.yellow-room .screen-title{font-size:2.313rem;line-height:2.625rem;width:300px}}.yellow-room .screen-title span{color:#922c1f}.yellow-room .appended-title{width:600px;top:180px;left:50%;transform:translate(-50%);z-index:1;position:absolute;animation:custom-cursor 1s linear forwards 3s;opacity:0}@media only screen and (max-width: 960px){.yellow-room .appended-title{width:310px;top:100px}}.yellow-room .appended-title .title{text-align:center;font-size:2.956rem;font-style:normal;font-weight:700;line-height:4.063rem;color:#282c30;margin:0}@media only screen and (max-width: 960px){.yellow-room .appended-title .title{font-size:2.313rem;line-height:2.625rem}}.yellow-room .appended-title .title span{color:#00d1d2}.yellow-room .appended-title .subtitle{text-align:center;font-size:2.034rem;font-style:normal;font-weight:400;line-height:normal;color:#282c30;margin-top:20px}@media only screen and (max-width: 960px){.yellow-room .appended-title .subtitle{font-size:1.25rem;line-height:normal}}.yellow-room .smoke-wrap{position:absolute;left:50%;transform:translate(-35%);bottom:120px}@media only screen and (max-width: 960px){.yellow-room .smoke-wrap{bottom:80px;left:48%}}.yellow-room .smoke-wrap .smoke1{animation:smoke1 2.8s linear infinite;animation-delay:.1s}.yellow-room .smoke-wrap .smoke2{animation:smoke2 3s linear infinite;animation-delay:.3s;margin-left:-20px}.yellow-room .smoke-wrap .smoke3{animation:smoke3 3.2s linear infinite;animation-delay:.6s;margin-left:20px}@keyframes smoke1{0%{transform:translateY(-5%) scale(1.1);opacity:0}25%{transform:translateY(-10%) scale(1.2);opacity:.5}50%{transform:translateY(-15%) scale(1.3);opacity:1}75%{transform:translateY(-17.5%) scale(1.35);opacity:.5}to{transform:translateY(-20%) scale(1.4);opacity:0}}@keyframes smoke2{0%{transform:translateY(-7%) scale(1.15);opacity:0}25%{transform:translateY(-15%) scale(1.3);opacity:.35}50%{transform:translateY(-22%) scale(1.45);opacity:.7}75%{transform:translateY(-30%) scale(1.6);opacity:.4}to{transform:translateY(-35%) scale(1.7);opacity:0}}@keyframes smoke3{0%{transform:translateY(0) scale(1);opacity:0}25%{transform:translateY(-10%) scale(1.2);opacity:.35}50%{transform:translateY(-22%) scale(1.44);opacity:.7}75%{transform:translateY(-35%) scale(1.7);opacity:.4}to{transform:translateY(-45%) scale(1.9);opacity:0}}@keyframes custom-cursor{0%{opacity:0}to{opacity:1}}.blue-room{position:relative;width:100%;min-height:860px;background-image:url(/assets/blue-room-rLXRyeMT.webp);background-repeat:no-repeat;background-position:bottom 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: 960px){.blue-room{min-height:640px}}.blue-room .text{font-size:2.961rem;font-style:normal;font-weight:700;line-height:4.063rem;position:absolute;top:251px;left:calc(50% - 420px);padding:0;margin:0}@media only screen and (max-width: 960px){.blue-room .text{font-size:2.313rem;font-style:normal;line-height:2.625rem;left:calc(50% - 140px);top:90px;width:280px}}.blue-room .button-white{width:316px;animation-delay:.5s;position:absolute;top:470px;left:calc(50% - 420px)}@media only screen and (max-width: 960px){.blue-room .button-white{width:250px;left:calc(50% - 140px);top:238px}}.blue-room .device{position:absolute;bottom:-7px;left:calc(50% - 100px);opacity:0;transform:translateY(300px);animation:slide-in-up .7s ease-in .9s forwards}@media only screen and (max-width: 960px){.blue-room .device{left:calc(50% - 85px)}}.blue-room .device img{width:215px;height:470px}@media only screen and (max-width: 960px){.blue-room .device img{width:170px;height:370px;left:calc(50% - 85px)}}.blue-wall{position:relative;width:100%;min-height:860px;background-image:url(/assets/blue-wall-bg-BtEcJGzH.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}@media only screen and (min-width: 1640px){.blue-wall{background-position:top center}}@media only screen and (min-width: 1800px){.blue-wall{background-position-y:-32px}}@media only screen and (max-width: 960px){.blue-wall{min-height:640px;background-image:url(/assets/blue-wall-bg-small-Y-1gFJA3.webp);background-position:top center;background-size:cover}}.blue-wall .button-white{width:316px;animation-delay:.5s;position:absolute;top:730px;left:calc(50% - 158px)}@media only screen and (min-width: 1640px){.blue-wall .button-white{top:780px}}@media only screen and (min-width: 1800px){.blue-wall .button-white{top:800px}}@media only screen and (max-width: 960px){.blue-wall .button-white{width:250px;left:calc(50% - 125px);top:575px}}.text-section{width:600px;min-width:600px;margin:160px auto 0;text-align:center;font-style:normal;font-size:1.634rem;font-weight:400!important;letter-spacing:.819px}@media only screen and (min-width: 1640px){.text-section{background-position:top center;margin:190px auto 0;width:770px;font-size:1.759rem}}@media only screen and (min-width: 1800px){.text-section{width:850px;margin:200px auto 0;font-size:1.884rem}}@media only screen and (max-width: 960px){.text-section{font-size:1.25rem;letter-spacing:.01rem!important;min-width:275px;width:275px;margin-top:110px;line-height:1.4}.text-section h1,.text-section h2,.text-section h3{letter-spacing:.01rem!important;font-weight:400!important}}.text-section .black{color:#282c30;font-weight:400!important;font-size:1.634rem!important}@media only screen and (max-width: 960px){.text-section .black{font-size:1.25rem!important}}.text-section .white{border:3px solid #ffffff;padding:30px 10px;margin-top:35px;font-weight:400!important;font-size:1.634rem!important}@media only screen and (min-width: 1640px){.text-section .white{margin-top:50px}}@media only screen and (max-width: 960px){.text-section .white{padding:15px 8px;margin-top:10px;font-size:1.25rem!important}}.text-section .disclaimer{font-size:1.063rem;line-height:1.342rem;letter-spacing:.521px;padding:20px 30px;font-weight:400!important}@media only screen and (min-width: 1640px){.text-section .disclaimer{font-size:1.259rem}}@media only screen and (max-width: 960px){.text-section .disclaimer{font-size:.823rem;line-height:1.061rem;letter-spacing:.412px;padding:0}}.text-section .disclaimer a{text-decoration:underline;color:#fff}.text-section .disclaimer a:hover{font-weight:501}.quiz-screen{position:relative;width:100%;min-height:860px;background-image:url(/assets/quiz-screen-bg-a6zFojVD.png);background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}@media only screen and (max-width: 960px){.quiz-screen{min-height:600px}}.quiz-screen .skip-link{position:absolute;top:-90px;left:6px;background:#282c30;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000;font-size:.875rem}.quiz-screen .skip-link:focus{top:6px;outline:2px solid #00d1d2;outline-offset:2px}.quiz-screen .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quiz-screen .reminder-icon-button{position:absolute;top:74px;right:30px;width:44px;height:44px;border:none;background-image:url(/assets/icon-reminder-O-t97ehj.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;border-radius:50%;cursor:pointer;transition:.3s all;z-index:10}.quiz-screen .reminder-icon-button:focus{outline:1.6x solid #fff!important;outline-offset:2px}.quiz-screen .reminder-icon-button:hover{transform:scale(1.1)}@media (prefers-contrast: high){.quiz-screen .reminder-icon-button{outline:2px solid currentColor}}@media only screen and (max-width: 768px){.quiz-screen .reminder-icon-button{width:43px;height:43px;right:15px;top:65px}}.quiz-screen .main-section{margin:245px auto 0;width:650px;text-align:center;font-style:normal}@media only screen and (max-width: 960px){.quiz-screen .main-section{width:300px;margin:77px auto 0;height:250px}}.quiz-screen .main-section .title{font-size:3.337rem;font-weight:700;line-height:4.348rem;margin:0}@media only screen and (max-width: 960px){.quiz-screen .main-section .title{font-size:2.313rem;line-height:2.625rem;padding:0 25px}}.quiz-screen .question{color:#282c30;font-size:2.109rem;font-weight:400;line-height:2.72rem;letter-spacing:1.056px;margin-top:15px}@media only screen and (max-width: 960px){.quiz-screen .question{font-size:1.25rem;line-height:1.625rem;letter-spacing:.88px;margin-top:20px}}.quiz-screen .answers-section{width:880px;margin:30px auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 960px){.quiz-screen .answers-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:18px;width:328px;margin:10px auto}}.quiz-screen .answers-section .button-white{width:245px;height:53px;font-size:1.5rem;border-radius:36.896px;transition:all .3s ease}.quiz-screen .answers-section .button-white:focus{outline:2px solid #00d1d2;outline-offset:2px}.quiz-screen .answers-section .button-white:disabled{opacity:.6;cursor:not-allowed}.quiz-screen .answers-section .button-white:disabled:hover{transform:none}@media (prefers-contrast: high){.quiz-screen .answers-section .button-white{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.quiz-screen .answers-section .button-white{transition:none}}.quiz-screen .result{width:230px;margin:40px auto 0;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.521px;color:#db3624}@media only screen and (max-width: 960px){.quiz-screen .result{margin:20px auto 0}}.modal-container{background-color:#fff;position:fixed;top:85px;left:50%;transform:translate(-50%);border-radius:5.989px;color:#282c30;width:720px;height:544px;max-height:85vh;z-index:999999999;outline:none;margin-bottom:15px;overflow-y:auto}.modal-container::-webkit-scrollbar{display:none}@media only screen and (max-width: 960px){.modal-container{width:90%;max-width:480px;margin:10px auto;top:70px;height:500px;max-height:80vh}}.modal-container .modal-content{width:100%;height:100%}.modal-container .modal-content .close-x{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_280_2356'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='40'%20height='40'%3e%3crect%20width='40'%20height='40'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_280_2356)'%3e%3cpath%20d='M10.4718%2031.4718L8.52734%2029.5273L18.0551%2019.9996L8.52734%2010.4718L10.4718%208.52734L19.9996%2018.0551L29.5273%208.52734L31.4718%2010.4718L21.944%2019.9996L31.4718%2029.5273L29.5273%2031.4718L19.9996%2021.944L10.4718%2031.4718Z'%20fill='%23282C30'/%3e%3c/g%3e%3c/svg%3e");position:relative;margin-top:10px;margin-left:auto;margin-right:10px;width:40px;height:40px;border:0;cursor:pointer;transition:.2s all;outline:none;background-color:transparent!important}.modal-container .modal-content .close-x:hover{scale:1.15}.modal-container .close-x{margin-left:90%!important}.modal-container .close-x:focus{outline:2px solid #00d1d2;outline-offset:2px}@media only screen and (max-width: 600px){.modal-container .close-x{margin-left:85%!important}}.modal-container .modal-content:focus{outline:none}.modal-text{margin-top:20px;width:80%}@media only screen and (max-width: 960px){.modal-text{margin:10px auto}}.modal-text .black{margin-top:0}.modal-text .white{border-color:#282c30}.modal-text .disclaimer a{color:#282c30}.ReactModal__Overlay{background-color:#282c30cc!important}.last-screen{position:relative;width:100%;overflow:hidden}@media only screen and (max-width: 960px){.last-screen{min-height:850px}}.last-screen .last-header{width:100%;height:380px;background-image:url(/assets/screen01-header-Sh_x1In2.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}@media only screen and (max-width: 960px){.last-screen .last-header{height:210px}}.last-screen .text-container{max-width:506px;margin:30px auto 0;padding:0;color:#282c30;text-align:center}@media only screen and (max-width: 960px){.last-screen .text-container{max-width:308px}}.last-screen .text-container .title{font-size:2.188rem;font-weight:700;margin:0}.last-screen .text-container .subtitle{font-size:1rem;font-weight:400}.last-screen .more-info{font-size:1rem;font-weight:400;padding:0 15px;color:#282c30}.last-screen .more-info span{font-weight:700}.last-screen .last-footer{width:100%;height:330px;background-image:url(/assets/screen-last-footer-Pcr0rBlY.webp);background-repeat:no-repeat;background-position:top center;background-size:cover;padding-top:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.last-screen .last-footer a{text-decoration:none}@media only screen and (max-width: 960px){.last-screen .last-footer{height:356px;background-size:cover;background-position:top center;padding-top:70px}}.last-screen .last-footer-content{width:440px;margin:0 auto;text-align:center;font-size:1.625rem;font-style:normal;font-weight:700;line-height:2.063rem}@media only screen and (max-width: 960px){.last-screen .last-footer-content{width:308px}}.last-screen .upform-message{padding:0 40px;margin-bottom:30px}@media only screen and (max-width: 960px){.last-screen .upform-message{padding:0 10px}}.last-screen .upform-message .form-title{font-size:1rem}.last-screen .upform-message .form-subtitle{margin:0;display:inline}.last-screen .button-white{transition:.4s all}.last-screen .button-white:hover{background-color:#282c30;color:#fff}.last-screen .break-line{display:none}.nice-day{margin:28px 0 70px;font-size:1.25rem;font-weight:400;line-height:normal}.api-success-message,.api-error-message{width:512px;margin:100px auto 30px;text-align:center;color:#282c30;animation:custom-cursor 1s linear forwards 0s;opacity:0}@media only screen and (max-width: 960px){.api-success-message,.api-error-message{width:90%}}.api-success-message .title,.api-error-message .title{font-size:2.188rem;font-weight:700;line-height:normal;margin:0}@media only screen and (max-width: 960px){.api-success-message .title,.api-error-message .title{line-height:2.688rem}}.api-success-message .title:focus,.api-error-message .title:focus{outline:1px solid #00d1d2}.api-success-message .subtitle,.api-error-message .subtitle{font-size:1rem;font-weight:400;line-height:normal;margin:10px 0 0}.api-success-message a,.api-error-message a{color:#282c30;text-decoration:underline}#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:.875rem!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:1rem!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:1rem!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#282c30!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:1rem!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#282c30!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:#282c30!important}.onetrust-close-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}.ot-pc-refuse-all-handler{background-color:#282c30!important;border-color:#282c30!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:1rem!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:#282c30!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:#282c30!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:#282c30!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:1rem!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:1rem!important}#onetrust-pc-sdk .ot-btn-container{font-size:1.375rem!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}.info-container{background-color:#fffdfb;color:#282c30;text-align:left;position:relative;overflow:hidden;font-family:IQOS;padding-top:100px}@media only screen and (max-width: 768px){.info-container{padding-top:20px}}.info-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}.info-container .title{font-size:1.5rem;font-weight:700}.info-container .subtitle{font-size:1rem}.info-container .pm{font-weight:700;font-size:1rem}.conditions-container{background-color:#fffdfb;color:#282c30;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:#282c30}.conditions-container .title{font-size:1.5rem;font-weight:700}.conditions-container p{font-size:1rem}.not-found{position:relative;width:100%;overflow:hidden;padding:0}.not-found .not-found-header{width:100%;height:380px;background-image:url(/assets/screen01-header-Sh_x1In2.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}@media only screen and (max-width: 960px){.not-found .not-found-header{height:210px}}.not-found .text-container{max-width:634px;margin:58px auto 73px;padding:0;color:#282c30;text-align:center;font-style:normal;line-height:normal}@media only screen and (max-width: 960px){.not-found .text-container{width:90%}}.not-found .text-container .title{font-size:2.188rem;font-weight:700;margin:0}@media only screen and (max-width: 960px){.not-found .text-container .title{font-size:1.938rem}}.not-found .text-container .subtitle{font-size:1rem;font-weight:400}.not-found .text-container .more-info{margin-top:16px;font-size:1.25rem;font-weight:400}@font-face{font-family:IQOS;font-weight:300;src:url(/assets/IQOS-Light-3e2vXq_1.woff) format("woff")}@font-face{font-family:IQOS;font-weight:400;src:url(/assets/IQOS-Regular-ic2x7V1n.woff) format("woff")}@font-face{font-family:IQOS;font-weight:700;src:url(/assets/IQOS-Bold-bXAA7ujY.woff) format("woff")}#root{width:100%;margin:0 auto;background-color:#00d1d2;color:#fff}body{width:100%;height:100%;background-color:#99979e;margin:0;place-items:center;min-width:320px;font-family:IQOS}body::-webkit-scrollbar{display:none}.intro-logo{height:30px;width:114px;top:32px;left:calc(50% - 57px);position:absolute;z-index:9}@media only screen and (max-width: 960px){.intro-logo{height:24px;width:91.2px;top:28px;left:calc(50% - 45.6px)}}.button-white{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#fffdfb;color:#282c30;outline:none;transition:.4s all;font-family:IQOS;text-decoration:none}.button-white:disabled,.button-white[disabled]{cursor:not-allowed}.button-white:focus{outline:solid 2px #008e9c!important}.button-white:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-black{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#282c30;color:#fffdfb;outline:none;transition:.4s all;font-family:IQOS;text-decoration:none}.button-black:disabled,.button-black[disabled]{cursor:not-allowed}.button-black:focus{outline:solid 2px #008e9c!important}.button-black:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-black:hover{background:#00d1d2;color:#282c30}.button-transparent-white{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:transparent;color:#fff;outline:none;transition:.4s all;font-family:IQOS;text-decoration:none;border:1px solid #ffffff}.button-transparent-white:disabled,.button-transparent-white[disabled]{cursor:not-allowed}.button-transparent-white:focus{outline:solid 2px #008e9c!important}.button-transparent-white:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-transparent-black{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:transparent;color:#282c30;outline:none;transition:.4s all;font-family:IQOS;text-decoration:none;border:1px solid #282c30}.button-transparent-black:disabled,.button-transparent-black[disabled]{cursor:not-allowed}.button-transparent-black:focus{outline:solid 2px #008e9c!important}.button-transparent-black:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-transparent-black:hover{background:#fff}.animate{opacity:0;transform:translateY(-10px)}.animate:nth-child(1){animation:fadeInUp .4s ease-in-out .14s both}.animate:nth-child(2){animation:fadeInUp .4s ease-in-out .28s both}.animate:nth-child(3){animation:fadeInUp .4s ease-in-out .42s both}.animate:nth-child(4){animation:fadeInUp .4s ease-in-out .56s both}.animate:nth-child(5){animation:fadeInUp .4s ease-in-out .7s both}.animate:nth-child(6){animation:fadeInUp .4s ease-in-out .84s both}.animate:nth-child(7){animation:fadeInUp .4s ease-in-out .98s both}.animate:nth-child(8){animation:fadeInUp .4s ease-in-out 1.12s both}.animate:nth-child(9){animation:fadeInUp .4s ease-in-out 1.26s both}.animate:nth-child(10){animation:fadeInUp .4s ease-in-out 1.4s both}.slide-in-left{opacity:0;transform:translate(-300px)}.slide-in-left:nth-child(1){animation:slide-in-left .6s linear .3s both}.slide-in-left:nth-child(2){animation:slide-in-left .6s linear .6s both}.slide-in-left:nth-child(3){animation:slide-in-left .6s linear .9s both}.slide-in-left:nth-child(4){animation:slide-in-left .6s linear 1.2s both}.slide-in-left:nth-child(5){animation:slide-in-left .6s linear 1.5s both}.slide-in-left:nth-child(6){animation:slide-in-left .6s linear 1.8s both}.slide-in-left:nth-child(7){animation:slide-in-left .6s linear 2.1s both}.slide-in-left:nth-child(8){animation:slide-in-left .6s linear 2.4s both}.slide-in-left:nth-child(9){animation:slide-in-left .6s linear 2.7s both}.slide-in-left:nth-child(10){animation:slide-in-left .6s linear 3s both}.ReactModal__Html--open,.ReactModal__Body--open{overflow:hidden}.ReactModal__Overlay,.ReactModal__Overlay--after-open{position:absolute!important}
