:root{--clr-one:#fff;--clr-two:#d3d3d3;--clr-three:#0c1638;--clr-four:#000;--clr-five:#62666a;--clr-six:#cecece;--clr-seven:#2f7fff;--clr-eight:#f5f5f5;--clr-nine:#022148;--clr-ten:#25fcd3;--clr-green-gradient:linear-gradient(225deg, #b2fe1f -17.11%, #01fbff 85.53%);--clr-blue-gradient:linear-gradient(80deg, #103776 56.03%, #01fbff 131.38%);--clr-grey-gradient:linear-gradient(80deg, #f7f7f7 56.03%, #fff 131.38%);--holcimBold:"Holcim-Bold";--holcimRegular:"Holcim-Regular"}@font-face{font-family:Holcim-Regular;src:url(/fonts/Holcim-Regular.ttf)format("truetype")}@font-face{font-family:Holcim-Bold;src:url(/fonts/Holcim-Bold.ttf)format("truetype")}body{background:var(--clr-one);font-family:var(--holcimRegular);margin:0;padding:0}p{margin:0}.flex-screen{justify-content:space-between;min-height:100vh;display:flex}.left-section{background-image:url(/assets/login-bg.jpg);background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:50vw;min-height:100vh;display:flex}.right-section{text-align:center;justify-content:center;align-items:center;width:50vw;min-height:100vh;display:flex}.section-content{text-align:center;padding:30px 20px}.section-content-right{width:100%}.product-card{background:var(--clr-two);cursor:pointer;border-radius:5px;outline:0}.product-content{background-color:var(--clr-one);border-radius:5px;justify-content:center;align-items:center;gap:10px;margin:1px;padding:13px 15px;display:flex}.product-card:hover,.product-card:focus,.product-card:focus-visible,.product-card.active{background:var(--clr-green-gradient)}.product-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin:25px 0 40px;display:flex}.product-name{font-size:14px;font-family:var(--holcimRegular)}.text-bold{color:var(--clr-three);font-size:16px;font-family:var(--holcimBold);margin:20px 0 5px;padding:15px;line-height:1.5}.text-normal{color:var(--clr-four);font-size:16px;font-family:var(--holcimRegular);padding:0 15px 10px;line-height:1.5}.text-light{color:var(--clr-five);font-size:16px;font-family:var(--holcimRegular);padding:0 15px;line-height:1.5}.btn-blue-gradient{background:var(--clr-blue-gradient);color:var(--clr-one);cursor:pointer;min-width:50%;min-height:50px;font-size:16px;font-family:var(--holcimBold);border:none;border-radius:5px;outline:0;padding:5px 20px}.btn-blue-gradient:disabled{opacity:.5;pointer-events:none}.btn-blue-gradient:hover,.btn-blue-gradient:focus,.btn-blue-gradient:focus-visible{background:var(--clr-three)}.logo{max-width:80%;height:auto}.select-dropdown{min-width:300px;max-width:400px;margin:0 auto;position:relative}.dropdown-content-wrapper{overflow:hidden}.dropdown-content{background-color:var(--clr-one);width:100%;box-shadow:0 2px 2px var(--clr-two);z-index:1;border:1px solid var(--clr-six);opacity:0;pointer-events:none;border-radius:5px;max-height:0;margin-top:3px;transition:max-height .25s,opacity .2s,transform .25s;position:absolute;overflow:hidden;transform:translateY(-6px)}.dropdown-content.open{-webkit-overflow-scrolling:touch;opacity:1;pointer-events:auto;max-height:214px;overflow-y:auto;transform:translateY(0)}.dropdown-content.close{opacity:0;pointer-events:none;max-height:0;transform:translateY(-6px)}.dropdown-option{background:var(--clr-one);border-bottom:1px solid var(--clr-six);cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;padding:11px 15px;display:flex}.dropdown-option:hover,.dropdown-option:focus,.dropdown-option:focus-visible,.dropdown-option.active{background:var(--clr-grey-gradient)}.dropdown-value{border:1px solid var(--clr-six);border-radius:5px;outline:0;justify-content:space-between;align-items:center;gap:20px;padding:14px 15px;display:flex}.dropdown-value:hover,.dropdown-value:focus,.dropdown-value:focus-visible{border-color:var(--clr-three)}.country-select{align-items:center;gap:10px;display:flex}.country-selection{margin:20px 20px 30px}.country-name{font-size:14px;font-family:var(--holcimRegular);color:var(--clr-three)}.dropdown-value{cursor:pointer}.footer-section{background:var(--clr-one);border-top:1px solid var(--clr-six);width:50vw;position:fixed;bottom:0;right:0}.footer-content{justify-content:space-between;align-items:center;padding:7px 20px;display:flex}.footer-text{font-size:10px;font-family:var(--holcimRegular);color:var(--clr-three)}.footer-link{font-size:10px;font-family:var(--holcimRegular);color:var(--clr-three);cursor:pointer;background:0 0;border:none;outline:0;padding:0;text-decoration:none}.footer-link:hover,.footer-link:focus,.footer-link:focus-visible{color:var(--clr-seven)}.footer-links{align-items:center;display:flex}.cookie-modal{background-color:var(--clr-three);border-radius:5px;max-width:22em;padding:1.2em;position:fixed;bottom:1em;right:1em}.cookie-text{font-family:var(--holcimRegular);color:var(--clr-one);font-size:15px;line-height:1.5em}.cookie-link{font-size:15px;font-family:var(--holcimRegular);color:var(--clr-one);opacity:.8;outline:0;line-height:1.5em}.cookie-link:hover,.cookie-link:focus,.cookie-link:focus-visible{color:var(--clr-ten)}.cookie-modal-buttons{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.btn-accept,.btn-decline:hover,.btn-decline:focus,.btn-decline:focus-visible{background-color:var(--clr-one);color:var(--clr-three);min-width:10em;font-size:15px;font-weight:var(--holcimBold);text-align:center;cursor:pointer;border:none;border-radius:5px;outline:0;padding:12px 20px;font-weight:700}.btn-decline,.btn-accept:hover,.btn-accept:focus,.btn-accept:focus-visible{color:var(--clr-one);min-width:10em;font-size:15px;font-weight:var(--holcimBold);text-align:center;cursor:pointer;background-color:#0000;border:none;border-radius:5px;outline:0;padding:12px 20px;font-weight:700}.cookie-button-floating{background:var(--clr-three);color:var(--clr-one);cursor:pointer;font-size:14px;font-family:var(--holcimRegular);z-index:1;border:none;border-radius:5px 5px 0 0;outline:0;padding:8px 15px;transition:all .5s ease-in;position:fixed;bottom:0;right:3em;transform:translateY(28px)}.cookie-button-floating:hover,.cookie-button-floating:focus,.cookie-button-floating:focus-visible{cursor:pointer;transform:translateY(0)}.terms-heading-content{justify-content:center;align-items:center;width:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.terms-heading{color:var(--clr-three);font-size:24px;font-family:var(--holcimBold);align-items:center;display:flex}.back-btn{background:var(--clr-three);cursor:pointer;border:none;border-radius:50%;outline:0;justify-content:center;align-items:center;width:23px;height:23px;margin-right:16px;display:inline-flex;position:absolute;left:20px}.back-btn:hover,.back-btn:focus,.back-btn:focus-visible{background:var(--clr-blue-gradient)}.terms-content{background-color:var(--clr-eight);height:auto;max-height:calc(100vh - 120px);margin-top:70px;padding:20px;overflow:hidden auto}.last-updated-text{color:var(--clr-three);font-size:18px;font-family:var(--holcimRegular);padding-bottom:20px}.terms-content p strong{color:var(--clr-four);font-size:22px;font-family:var(--holcimRegular);font-weight:400;line-height:1.8}.terms-content p{color:var(--clr-nine);font-size:16px;font-family:var(--holcimRegular);line-height:1.5}.terms-inner-content{margin-bottom:15px;margin-left:15px}ol.nested-ol{counter-reset:section;padding-left:20px;list-style:none}ol.nested-ol li{counter-increment:section;gap:10px;display:flex}ol.nested-ol.ol-one li:before{content:"1." counter(section) ". "}ol.nested-ol.ol-two li:before{content:"2." counter(section) ". "}ol.nested-ol.ol-three li:before{content:"3." counter(section) ". "}ol.nested-ol.ol-four li:before{content:"4." counter(section) ". "}ol.nested-ol.ol-four-two{margin-left:20px}ol.nested-ol.ol-four-two li:before{content:"4.2." counter(section) ". "}ol.nested-ol.ol-five li:before{content:"5." counter(section) ". "}ol.nested-ol.ol-six li:before{content:"6." counter(section) ". "}ol.nested-ol.ol-seven li:before{content:"7." counter(section) ". "}ol.nested-ol.ol-eight li:before{content:"8." counter(section) ". "}ol.nested-ol.ol-ten li:before{content:"10." counter(section) ". "}ol.nested-ol.ol-eleven li:before{content:"11." counter(section) ". "}ol.nested-ol.ol-thirteen li:before{content:"13." counter(section) ". "}ol.nested-ol.ol-fourteen li:before{content:"14." counter(section) ". "}ol.nested-ol.ol-sixteen li:before{content:"16." counter(section) ". "}ol.nested-ol.ol-seventeen li:before{content:"17." counter(section) ". "}ol.nested-ol.ol-ten-nine li:before{content:"10.9" ". "}ol.nested-ol.ol-ten-ten li:before{content:"10.10" ". "}ol.custom-counter-eleven-three{counter-reset:item 2;padding-left:20px;list-style:none}ol.custom-counter-eleven-three li{counter-increment:item;gap:10px;display:flex}ol.custom-counter-eleven-three li:before{content:"11." counter(item) " "}.nested-ol-nine-inner{margin-left:20px}ol.nested-ol-alpha{counter-reset:alpha;padding-left:20px;list-style:none}ol.nested-ol-alpha li{counter-increment:alpha}ol.nested-ol li:before{font-size:16px}ol.nested-ol.ol-eight ol.nested-ol-alpha li:before{content:counter(alpha, lower-alpha) ") "}ol.nested-ol-alpha-two{counter-reset:alpha;margin-left:20px;padding-left:20px;list-style:none}ol.nested-ol-alpha-two li{counter-increment:alpha;gap:10px;display:flex}ol.nested-ol-alpha-two li:before{content:counter(alpha, lower-alpha) ") "}.mb-20{margin-bottom:20px}.mt-10{margin-top:20px}.screen-loader{z-index:1;background:#0c1638bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{animation:2s linear infinite spin}.loader-container{z-index:2;border-radius:5px;justify-content:center;align-items:center;width:176px;height:176px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:575px){.terms-heading{font-size:18px}.terms-content p strong{font-size:16px;line-height:1.5}.terms-inner-content{margin-left:5px}ol.nested-ol{padding-left:5px}.terms-content p{font-size:14px}ol.nested-ol li{gap:5px}ol.nested-ol li:before{font-size:14px}ol.custom-counter-eleven-three li,ol.nested-ol-alpha-two li{gap:5px}.btn-decline,.btn-accept:hover,.btn-accept,.btn-decline:hover{min-width:5em}.cookie-modal{max-width:15em}}@media only screen and (max-width:759px){.flex-screen{flex-direction:column}.left-section,.right-section,.footer-section{width:100vw}.footer-content{flex-direction:column}.section-content-right{margin-bottom:50px}}@media only screen and (min-width:760px){body{overflow:hidden}.section-content-right{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);display:flex;overflow-y:auto}}@media only screen and (min-width:760px) and (max-width:991px){.footer-content{padding:5px 10px}}
