.cw-modal{display:flex;z-index:999;bottom:0;left:0;justify-content:flex-end}.cw-modal,.cw-modal .cw-modal-bg{position:fixed;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .2s linear 0s,visibility 0s linear .2s}.cw-modal .cw-modal-bg{background:rgba(39,53,62,.75);z-index:-1}.cw-modal .cw-modal-dialog{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;max-height:calc(100% - 50px);width:100%;height:100%;transform:translateY(100%);transition:transform .2s linear;border-radius:20px 20px 0 0;background:linear-gradient(178deg,hsla(0,0%,100%,.22) -70.36%,rgba(255,91,43,.25) 267.04%)}.cw-modal .cw-modal-dialog .cw-modal-content{position:relative;background-color:var(--theme-color-1);padding:20px 20px 0;width:calc(100% - 48px);height:calc(100% - 48px);border-radius:20px;overflow:scroll;overflow-x:hidden}.cw-modal .cw-modal-dialog .cw-modal-content .close-btn{position:fixed;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:transparent;right:12px;top:12px;transition:opacity .2s ease,border-color .2s ease,background-color .2s ease;opacity:.9;cursor:pointer}.cw-modal .cw-modal-dialog .cw-modal-content .close-btn svg{width:12px;height:12px;fill:#fff;transition:opacity .2s ease,fill .2s ease}.cw-modal .cw-modal-dialog .cw-modal-content .close-btn:hover{opacity:1;border-color:hsla(0,0%,100%,.7);background-color:hsla(0,0%,100%,.06)}.cw-modal .content{display:flex;flex-direction:column;color:var(--theme-color);height:100%}.cw-modal .content .anka-modal-title{margin-top:35px;font-size:24px;font-weight:500;text-align:center}.cw-modal .content .anka-modal-tab-nav{margin:45px;display:flex;align-items:center;justify-content:center}.cw-modal .content .anka-modal-tab-nav ul{display:flex;align-items:center}.cw-modal .content .anka-modal-tab-nav ul li{position:relative;color:hsla(0,0%,100%,.52);font-size:15px;font-weight:500;line-height:24px;padding:12px 24px;z-index:2;cursor:pointer;transition:color .2s linear}.cw-modal .content .anka-modal-tab-nav ul li:not(:last-child){margin-right:42px}.cw-modal .content .anka-modal-tab-nav ul li:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:hsla(0,0%,100%,.02);z-index:-1;border-radius:8.5px;transition:background-color .2s linear}.cw-modal .content .anka-modal-tab-nav ul li:hover{color:hsla(0,0%,100%,.82)}.cw-modal .content .anka-modal-tab-nav ul li:hover:before{background:hsla(0,0%,100%,.05)}.cw-modal .content .anka-modal-tab-nav ul li.active{color:var(--theme-color-1)}.cw-modal .content .anka-modal-tab-nav ul li.active:before{background-color:var(--theme-color)}.cw-modal .content .bottom-col{position:relative;margin-top:auto;padding-top:30px;padding-bottom:30px;height:85px}.cw-modal .content .bottom-col:before{content:"";position:absolute;top:0;left:-20px;width:calc(100% + 40px);height:1px;background:hsla(0,0%,100%,.08)}.cw-modal .content .bottom-col .info-group{display:flex;align-items:center}.cw-modal .content .bottom-col .info-group svg{width:16px;height:16px;min-width:12px;min-height:12px;fill:hsla(0,0%,100%,.66)}.cw-modal .content .bottom-col .info-group .info-desc{color:hsla(0,0%,100%,.66);font-size:13px;font-weight:400;line-height:24px;margin-left:12px}.cw-modal .content .bottom-col .info-group .info-desc span{text-decoration:underline;margin:0 4px}.cw-modal.centered{overflow:scroll;align-items:center;justify-content:center}.cw-modal.centered .cw-modal-dialog{margin:1.75rem auto;max-width:800px;width:70%;background-color:initial;overflow:initial;transform:translateY(50px)}.cw-modal.centered .cw-modal-content{position:relative;background-color:var(--theme-color-1);width:100%;min-height:400px;padding:130px 60px 50px}.cw-modal.centered.centered .cw-modal-dialog{display:flex;align-items:center;min-height:calc(100% - 3.5rem);margin:1.75rem auto}.cw-modal.centered.video-modal .cw-modal-dialog{margin-top:0}.cw-modal.centered.video-modal .cw-modal-content{background-color:initial;width:100%;border-radius:0;padding:0}.cw-modal.centered.video-modal .cw-modal-content .c-close-btn{position:absolute;right:calc(50% - 10px);left:auto;border-color:var(--theme-color);top:-50px}.cw-modal.centered.video-modal .cw-modal-content .c-close-btn svg{fill:var(--theme-color)}.cw-modal.centered.video-modal .cw-modal-content .video-container{position:relative;width:100%;padding-top:56.25%}.cw-modal.centered.video-modal .cw-modal-content .video-container #youtube-modal-video{position:absolute;width:100%;height:100%;display:table;left:0;top:0}.cw-modal.show{transition-delay:0s;visibility:visible;opacity:1}.cw-modal.show .cw-modal-bg{transition-delay:0s;visibility:visible;opacity:.9}.cw-modal.show .cw-modal-dialog,.cw-modal.show.centered .cw-modal-dialog{transform:translateY(0)}body.overflow{overflow:hidden!important}#build-anka-modal.cw-modal{justify-content:center;align-items:center}#build-anka-modal.cw-modal .cw-modal-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1350px;min-height:90vh;width:100%;height:auto;max-height:1200px;background:transparent;overflow:hidden;margin:0!important;padding:40px}@media screen and (max-width:1649px){#build-anka-modal.cw-modal .cw-modal-dialog{max-width:1200px;min-height:90vh;padding:20px}}@media screen and (max-width:1350px){#build-anka-modal.cw-modal .cw-modal-dialog{max-width:1100px;padding:20px}}@media screen and (max-width:1199px){#build-anka-modal.cw-modal .cw-modal-dialog{min-width:350px;min-height:80vh;padding:20px}}#build-anka-modal.cw-modal .cw-modal-content{padding:0!important;background-image:linear-gradient(rgba(8,33,45,.85),rgba(8,33,45,.85)),url(/assets/images/background-text.jpg);background-repeat:no-repeat,no-repeat;background-position:0 0,50%;background-size:auto,cover;border-radius:12px;overflow:hidden;height:100%;width:100%;color:#fff}#build-anka-modal.cw-modal .cw-modal-content .close-btn{position:absolute;top:12px;right:12px}#build-anka-modal.cw-modal .cw-modal-content .close-btn svg{width:14px;height:14px}@media screen and (max-width:1649px){#build-anka-modal.cw-modal .cw-modal-content .close-btn{width:28px;height:28px;right:56px;top:56px}#build-anka-modal.cw-modal .cw-modal-content .close-btn svg{width:14px;height:14px}}@media screen and (max-width:1350px){#build-anka-modal.cw-modal .cw-modal-content .close-btn{width:24px;height:24px;right:52px;top:52px}#build-anka-modal.cw-modal .cw-modal-content .close-btn svg{width:12px;height:12px}}@media screen and (max-width:1199px){#build-anka-modal.cw-modal .cw-modal-content .close-btn{width:24px;height:24px;right:12px;top:12px}#build-anka-modal.cw-modal .cw-modal-content .close-btn svg{width:12px;height:12px}}#build-anka-modal .build-anka-container{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;padding:80px}@media screen and (max-width:1199px){#build-anka-modal .build-anka-container{flex-direction:column;padding:90px 20px 20px}}@media screen and (max-width:767px){#build-anka-modal .build-anka-container{padding:80px 20px 20px}}@media screen and (max-width:575px){#build-anka-modal .build-anka-container{flex-direction:column;padding:85px 20px 20px}}#build-anka-modal .build-anka-top-progress{position:absolute;top:42px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:18px;pointer-events:none}@media screen and (max-width:1199px){#build-anka-modal .build-anka-top-progress{gap:10px}}#build-anka-modal .build-anka-top-progress .dot{width:12px;height:12px;border-radius:50%;background:#d9d9d9;filter:blur(4.26px);border:4.3px solid #27353e}@media screen and (max-width:1199px){#build-anka-modal .build-anka-top-progress .dot{width:8px;height:8px;border-width:2px}}@media screen and (max-width:575px){#build-anka-modal .build-anka-top-progress .dot{margin:0 16px}}#build-anka-modal .build-anka-top-progress .dot.active{background:#fff;box-shadow:0 0 14px hsla(0,0%,100%,.6)}#build-anka-modal .build-anka-top-progress .line{width:90px;height:1px;background:rgba(70,79,85,.2);transform:translateY(-1px)}@media screen and (max-width:1199px){#build-anka-modal .build-anka-top-progress .line{width:60px}}@media screen and (max-width:575px){#build-anka-modal .build-anka-top-progress .line{display:none}}#build-anka-modal .build-anka-top-progress .line.active{background:hsla(0,0%,100%,.2)}#build-anka-modal .build-anka-left{display:flex;flex-direction:column;gap:24px;width:100%;height:100%;justify-content:space-between}@media screen and (max-width:1199px){#build-anka-modal .build-anka-left{gap:24px!important}}#build-anka-modal .build-anka-result{display:flex;flex-direction:column;justify-content:center;gap:32px}#build-anka-modal .build-anka-result .result-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 24px;gap:14px 24px;padding:20px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,87%,.08)}#build-anka-modal .build-anka-result .result-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,87%,.06)}#build-anka-modal .build-anka-result .result-item .result-label{font-size:14px;color:hsla(0,0%,100%,.7)}#build-anka-modal .build-anka-result .result-item .result-value{font-size:14px;font-weight:500;color:#fff}#build-anka-modal .build-anka-result .result-actions{display:flex;gap:22px}@media screen and (max-width:1199px){#build-anka-modal .build-anka-result .result-actions{flex-direction:column;gap:12px}}#build-anka-modal .build-anka-result .result-actions .btn-primary{min-width:190px;border-radius:8px;border:none;background:#fff;color:#27353e}#build-anka-modal .build-anka-result .result-actions .btn-outline,#build-anka-modal .build-anka-result .result-actions .btn-primary{height:40px;padding:10px;font-weight:500;letter-spacing:-.18px;cursor:pointer;display:flex;align-items:center;justify-content:center}#build-anka-modal .build-anka-result .result-actions .btn-outline{min-width:156px;border-radius:8px;background:transparent;border:1px solid #fff;color:#fff}#build-anka-modal .build-anka-groups{display:flex;flex-direction:column;gap:36px;min-height:85px}@media screen and (max-width:1649px){#build-anka-modal .build-anka-groups{gap:24px;margin-bottom:0}}@media screen and (max-width:1199px){#build-anka-modal .build-anka-groups{gap:24px;margin-bottom:0}}#build-anka-modal .build-anka-group{display:flex;flex-direction:column;gap:16px}#build-anka-modal .build-anka-group .color-chip.is-skeleton,#build-anka-modal .build-anka-group .image-chip.is-skeleton,#build-anka-modal .build-anka-group .option-chip.is-skeleton,#build-anka-modal .build-anka-group .option-image.is-skeleton{position:relative;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}#build-anka-modal .build-anka-group .color-chip.is-skeleton:after,#build-anka-modal .build-anka-group .image-chip.is-skeleton:after,#build-anka-modal .build-anka-group .option-chip.is-skeleton:after,#build-anka-modal .build-anka-group .option-image.is-skeleton:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0));animation:anka-skeleton-shimmer 1.1s infinite;mix-blend-mode:overlay}#build-anka-modal .build-anka-group .is-skeleton>*{opacity:.85}#build-anka-modal .build-anka-group .is-skeleton .image-chip-thumb,#build-anka-modal .build-anka-group .is-skeleton .option-image-thumb{width:100%;height:100%;border-radius:8px;background:currentColor;opacity:.12}#build-anka-modal .build-anka-group .is-skeleton .image-chip-label,#build-anka-modal .build-anka-group .is-skeleton .skeleton-text{display:inline-block;min-width:60px;width:80px;height:12px;border-radius:6px;background:currentColor;opacity:.18}@keyframes anka-skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}#build-anka-modal .build-anka-group .group-title{font-size:18px;line-height:27px;color:#fff;margin:0;font-weight:500}@media screen and (max-width:575px){#build-anka-modal .build-anka-group .group-title{font-size:14px;line-height:24px}}#build-anka-modal .build-anka-group .chip-row{display:flex;gap:30px;flex-wrap:wrap}@media screen and (max-width:575px){#build-anka-modal .build-anka-group .chip-row{gap:15px}}#build-anka-modal .build-anka-group .option-with-image{display:inline-flex;flex-direction:column;align-items:center;gap:10px;width:90px}#build-anka-modal .build-anka-group .option-image{width:100%;height:90px;border-radius:12px;background:hsla(0,0%,100%,.11);border:1px solid hsla(0,0%,87%,.09);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}#build-anka-modal .build-anka-group .option-image.active{background:hsla(0,0%,100%,.22);border-color:rgba(195,244,255,.95)}#build-anka-modal .build-anka-group .option-image .option-image-thumb{width:100%;height:100%;object-fit:contain;padding:10px}#build-anka-modal .build-anka-group .option-chip{height:40px;padding:8px 16px;border-radius:8px;border:1px solid hsla(0,0%,87%,.09);background:hsla(0,0%,100%,.11);color:#fff;font-size:14px;line-height:18px;font-weight:500;letter-spacing:-.14px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .1s ease}#build-anka-modal .build-anka-group .option-chip:hover{background:hsla(0,0%,100%,.12);border-color:rgba(195,244,255,.55)}#build-anka-modal .build-anka-group .option-chip.active{background:hsla(0,0%,100%,.22);border-color:rgba(195,244,255,.95)}#build-anka-modal .build-anka-group .option-with-image .option-chip{width:100%;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px}#build-anka-modal .build-anka-group .image-chip{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;width:150px;padding:10px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,87%,.12);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .1s ease}#build-anka-modal .build-anka-group .image-chip:hover{background:hsla(0,0%,100%,.12)}#build-anka-modal .build-anka-group .image-chip.active{background:hsla(0,0%,100%,.12);border-color:rgba(195,244,255,.95);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06)}#build-anka-modal .build-anka-group .image-chip .image-chip-thumb{width:100%;height:90px;object-fit:contain;background:hsla(0,0%,100%,.06);border-radius:8px;margin-bottom:10px}#build-anka-modal .build-anka-group .image-chip .image-chip-label{font-size:13px;font-weight:500;color:#fff;text-align:center}#build-anka-modal .build-anka-group .color-chip{position:relative;width:48px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,87%,.12);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}#build-anka-modal .build-anka-group .color-chip .color-dot{width:16px;height:16px;border-radius:50%;box-shadow:inset 0 0 0 1px #d5d5d5}#build-anka-modal .build-anka-group .color-chip.active{background:hsla(0,0%,100%,.12);border-color:rgba(195,244,255,.95);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06)}#build-anka-modal .build-anka-group .color-chip.active .color-dot{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.75)}#build-anka-modal .build-anka-group .color-chip:hover{background:hsla(0,0%,100%,.12)}#build-anka-modal .build-anka-mobile-illustration{position:relative;width:100%;height:40%}#build-anka-modal .build-anka-mobile-illustration .boot-illustration{width:100%;height:100%;object-fit:contain;transform:rotate(-14deg)}#build-anka-modal .build-anka-mobile-illustration .boot-illustration.mobile-img{rotate:0deg;transform:none}@media screen and (max-width:1199px){#build-anka-modal .build-anka-header{margin-bottom:0}}#build-anka-modal .build-anka-header .title{font-size:40px;line-height:48px;letter-spacing:-.03em;font-weight:500;color:#fff;margin:0}@media screen and (max-width:1199px){#build-anka-modal .build-anka-header .title{font-size:20px!important;letter-spacing:-.01em;line-height:27px}}#build-anka-modal .build-anka-header .desc{margin-top:23px;font-size:16px;font-weight:400;line-height:27px;color:#fff;margin-bottom:0}@media screen and (max-width:1199px){#build-anka-modal .build-anka-header .desc{font-size:12px;line-height:18px;color:hsla(0,0%,100%,.62);margin-top:8px}}#build-anka-modal .build-anka-steps{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;padding:16px 16px 0}#build-anka-modal .build-anka-step{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#f1f5f9;color:#0f172a;border:none;cursor:pointer}#build-anka-modal .build-anka-step.active{background:#0b5ed7;color:#fff}#build-anka-modal .build-anka-step .step-index{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.7);color:inherit;font-size:12px;font-weight:500}#build-anka-modal .build-anka-step .step-title{font-size:13px;font-weight:500}#build-anka-modal .build-anka-content{min-height:240px;padding:8px 16px 16px}#build-anka-modal .build-anka-actions{display:flex;justify-content:flex-start;gap:12px}@media screen and (max-width:1199px){#build-anka-modal .build-anka-actions{flex-direction:column-reverse;gap:12px}}#build-anka-modal .build-anka-actions .btn-next,#build-anka-modal .build-anka-actions .btn-prev{padding:8px 16px;border-radius:8px;border:none;font-weight:500;cursor:pointer}#build-anka-modal .build-anka-actions .btn-prev{background:#e2e8f0;color:#0f172a}#build-anka-modal .build-anka-actions .btn-next{background:#496977;color:#fff;min-width:156px;height:40px;transition:opacity .2s ease,background-color .2s ease}#build-anka-modal .build-anka-actions .btn-next:disabled{opacity:.5;cursor:not-allowed;background:#38525c}#build-anka-modal .build-anka-right{display:flex;align-items:center;justify-content:center;width:100%;padding-top:70%;position:relative}#build-anka-modal .build-anka-right:has(.anka-boot-first){max-width:330px}#build-anka-modal .build-anka-right .boot-illustration{width:100%!important;height:100%!important;object-fit:cover;transform:rotate(-14deg)!important}@media screen and (max-width:1199px){#build-anka-modal .build-anka-right .boot-illustration{display:none}}#build-anka-modal .build-anka-container.result-view{flex-direction:row-reverse;justify-content:flex-start;gap:185px}@media screen and (max-width:1350px){#build-anka-modal .build-anka-container.result-view{gap:5px}}@media screen and (max-width:1199px){#build-anka-modal .build-anka-container.result-view{flex-direction:column}}#build-anka-modal .build-anka-container.result-view .build-anka-left{justify-content:center}@media screen and (max-width:1199px){#build-anka-modal .build-anka-container.result-view .build-anka-left{justify-content:flex-start}}#build-anka-modal .build-anka-container.result-view .build-anka-result{gap:60px;justify-content:space-around;height:100%;width:100%}@media screen and (max-width:1199px){#build-anka-modal .build-anka-container.result-view .build-anka-result{gap:24px}}#build-anka-modal .build-anka-container.result-view .build-anka-header{margin-bottom:0}#build-anka-modal .build-anka-container.result-view .build-anka-header .title{font-size:40px;letter-spacing:-.03em}#build-anka-modal .build-anka-container.result-view .build-anka-header .desc{color:hsla(0,0%,100%,.62)}#build-anka-modal .build-anka-container.result-view .build-anka-right .boot-illustration{width:530px;height:530px;transform:none;filter:drop-shadow(0 20px 24px rgba(0,0,0,.35));transform:rotate(1turn)}@media screen and (max-width:1199px){.build-anka-top-progress{top:20px;gap:10px}.build-anka-top-progress .dot{width:8px;height:8px;border-width:3px}.build-anka-top-progress .line{width:20px}.build-anka-container{gap:24px}.build-anka-left{gap:18px}.build-anka-header{margin-bottom:30px}.build-anka-header .title{font-size:22px;line-height:28px;letter-spacing:-.01em}.build-anka-header .desc{margin-top:12px;font-size:13px;line-height:18px}.build-anka-groups{gap:20px}.build-anka-group{gap:12px}.build-anka-group .group-title{font-size:14px;line-height:20px}.build-anka-group .chip-row{gap:12px}.build-anka-group .option-chip{height:36px;padding:6px 12px;font-size:13px}.build-anka-group .color-chip{width:40px;height:34px;border-radius:10px}.build-anka-group .color-chip .color-dot{width:14px;height:14px}.build-anka-steps{padding:12px 12px 0;gap:6px}.build-anka-step{padding:6px 10px}.build-anka-step .step-index{width:18px;height:18px;font-size:11px}.build-anka-step .step-title{font-size:12px}.build-anka-content{min-height:200px;padding:8px 12px 12px}.build-anka-actions{justify-content:stretch}.build-anka-actions .btn-next,.build-anka-actions .btn-prev{flex:1 1;height:40px}.build-anka-right{max-width:100%;display:none!important}.build-anka-right .boot-illustration{width:240px;height:312px;transform:rotate(-14deg)}.build-anka-container.result-view{flex-direction:column;gap:24px}}section.anka-modal-tab{display:none}section.anka-modal-tab .form-desc{margin-top:15px;margin-bottom:30px}section.anka-modal-tab.active{display:block}#press-room-modal section#catalogs .catalog{display:flex;flex-direction:column;width:100%;max-width:300px;margin-bottom:35px;text-align:center}#press-room-modal section#catalogs .catalog .catalog-body{position:relative;width:100%;max-width:300px;aspect-ratio:100/141;border-radius:20px;margin-bottom:20px}#press-room-modal section#catalogs .catalog .catalog-body img{border-radius:20px}#press-room-modal section#catalogs .catalog .catalog-body:before{content:"";position:absolute;left:10px;top:10px;width:100%;height:100%;border-radius:20px;border:1px solid hsla(0,0%,93%,.04);z-index:1}#press-room-modal section#catalogs .catalog .actions{display:flex;align-items:center;justify-content:center}#press-room-modal section#catalogs .catalog .actions a{position:relative;margin-bottom:30px}#press-room-modal section#catalogs .catalog .actions a:not(:last-child){margin-right:30px}#press-room-modal section#catalogs .catalog .actions a:not(:last-child):after{content:"";position:absolute;left:42px;top:50%;transform:translateY(-50%);width:8px;height:1px;background-color:var(--theme-color);border-radius:1px}#press-room-modal section#catalogs .catalog .actions a:hover svg{fill:var(--theme-color-3)}#press-room-modal section#catalogs .catalog .actions svg{fill:var(--theme-color);width:32px;height:32px;transition:fill .2s linear}#press-room-modal section#catalogs .catalog .catalog-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:18px;font-weight:500;letter-spacing:1.6px;-webkit-text-stroke:1px var(--theme-color);-webkit-text-fill-color:transparent}#press-room-modal section#logos .logo-col{margin-bottom:30px}#press-room-modal section#logos .logo-block{position:relative;display:flex;align-items:stretch;flex-direction:column;flex-wrap:wrap;overflow:hidden;box-sizing:border-box;margin-bottom:40px;border-radius:30px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,87%,.03);width:100%;padding-top:0}#press-room-modal section#logos .logo-block .logo{display:flex;align-items:center;justify-content:center;width:100%;min-height:200px;min-width:200px;margin:0 auto;background-repeat:no-repeat;background-position:top;background-size:contain}#press-room-modal section#logos .logo-block .logo img{max-height:80px;max-width:110px}#press-room-modal section#logos .file-links{width:calc(100% - 20px);height:-moz-fit-content;height:fit-content;min-height:210px;display:flex;justify-content:center;align-items:center;padding:20px;border-radius:0 103.5px 120.5px 103.5px;border:1px solid hsla(0,0%,100%,.04);background:#27353e;margin:0 10px 10px}#press-room-modal section#logos .file-links .link-block{display:flex;flex-direction:column}#press-room-modal section#logos .file-links .link-block:not(:last-child){margin-right:25px}#press-room-modal section#logos .file-links .link-block a{display:flex;align-items:center;color:var(--theme-color);font-size:14px;font-weight:500;transition:color .2s linear}#press-room-modal section#logos .file-links .link-block a svg{width:14px;height:14px;margin-right:6px;fill:var(--theme-color);transition:fill .2s linear}#press-room-modal section#logos .file-links .link-block a:hover{color:var(--theme-color-3)}#press-room-modal section#logos .file-links .link-block a:hover svg{fill:var(--theme-color-3)}#press-room-modal section#logos .file-links .link-block a:not(:last-child){margin-bottom:20px}#career-modal #career-form-section{margin-top:80px;margin-bottom:80px}#career-modal .form-response{margin-top:30px}#policy-modal{z-index:1000}#policy-modal.cw-modal{justify-content:center;overflow-y:scroll}#policy-modal.cw-modal .cw-modal-dialog{position:relative;max-width:80%;min-height:calc(100% - 3.5rem);margin:1.75rem auto;pointer-events:none;transform:scale(.8);transition:transform .4s cubic-bezier(.075,.82,0,1) 0s;background:transparent}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content{background-color:var(--theme-color);color:var(--theme-color-1);width:100%;height:100%;pointer-events:auto;min-height:400px;border-radius:20px}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn{background-color:var(--theme-color-1)}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn svg{fill:var(--theme-color)}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn:hover{border-color:var(--theme-color-3);background-color:var(--theme-color-3)}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn:hover svg{fill:var(--theme-color-1)}#policy-modal.cw-modal .cw-modal-dialog .policy-content{width:100%;height:100%;padding:75px;color:var(--theme-color-1)}#policy-modal.cw-modal .cw-modal-dialog .policy-content .title{color:var(--theme-color-18);font-size:22px;font-weight:500;margin-bottom:30px}#policy-modal.cw-modal .cw-modal-dialog .policy-content .desc{color:var(--theme-color-18);font-size:15px;font-weight:500;line-height:36px}#contact-consent-modal{z-index:1000}#contact-consent-modal.cw-modal{justify-content:center;align-items:center;overflow-y:auto}#contact-consent-modal.cw-modal .cw-modal-dialog{max-width:60%;max-height:none;height:auto;position:relative;pointer-events:none;transform:scale(.8);transition:transform .4s cubic-bezier(.075,.82,0,1) 0s;background:transparent}#contact-consent-modal.cw-modal .cw-modal-dialog .cw-modal-content{width:100%;height:auto;background-color:var(--theme-color);color:var(--theme-color-1);pointer-events:auto;border-radius:20px;min-height:300px}#contact-consent-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn{background-color:var(--theme-color-1)}#contact-consent-modal.cw-modal .cw-modal-dialog .cw-modal-content .close-btn svg{fill:var(--theme-color)}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:25px;color:var(--theme-color-1)}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .title{color:var(--theme-color-18);font-size:22px;font-weight:500;margin-bottom:30px}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .desc{color:var(--theme-color-18);font-size:15px;font-weight:500;line-height:36px}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .desc p{margin-bottom:20px}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .desc p:last-child{margin-bottom:0}#kvkk-modal.cw-modal .cw-modal-dialog .cw-modal-content{padding:20px 20px 80px}#kvkk-modal.cw-modal .content{height:auto;padding-bottom:0!important}#event-detail-modal.cw-modal{justify-content:center;align-items:center}#event-detail-modal.cw-modal .cw-modal-dialog{position:relative;max-width:983px;width:90%;max-height:100vh;background:transparent}#event-detail-modal.cw-modal .cw-modal-content{padding:0;background:#fff;border-radius:12px;overflow:hidden;height:auto;width:100%}#event-detail-modal .event-detail-modal-content{position:relative;display:flex;flex-direction:column}#event-detail-modal .event-detail-modal-image-container{position:relative;height:351px;margin:24px 24px 0;border-radius:12px;border:1px solid #e4e4e4;overflow:hidden}#event-detail-modal .event-detail-modal-image-container .event-detail-modal-image{object-fit:cover;background-repeat:no-repeat;background-position:top}#event-detail-modal .event-detail-modal-close{position:absolute;top:18px;right:18px;width:20px;height:20px;background:transparent!important;border-radius:50%!important;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}#event-detail-modal .event-detail-modal-close svg{width:14px;height:14px;fill:#fff}#event-detail-modal .event-detail-modal-close:hover{opacity:.8}#event-detail-modal .event-detail-modal-info{padding:20px 20px 60px;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center}#event-detail-modal .event-detail-modal-info-content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}#event-detail-modal .event-detail-modal-date{font-size:12px;font-weight:400;line-height:18px;color:rgba(39,53,62,.75);text-align:center;margin:0}#event-detail-modal .event-detail-modal-details{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;width:100%}#event-detail-modal .event-detail-modal-title{font-size:18px;font-weight:500;line-height:22px;color:#27353e;margin:0}#event-detail-modal .event-detail-modal-description{font-size:14px;font-weight:400;line-height:21px;color:rgba(39,53,62,.75);margin:0;max-height:147px;overflow-y:auto}#event-detail-modal .event-detail-modal-navigation{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:74px;z-index:10;margin-top:20px;background-color:#fff}#event-detail-modal .event-detail-modal-nav-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;padding:0}#event-detail-modal .event-detail-modal-nav-btn svg{width:24px;height:24px}#event-detail-modal .event-detail-modal-nav-btn svg path{stroke:#e4e4e4;transition:stroke .2s ease}#event-detail-modal .event-detail-modal-nav-btn:hover:not(:disabled) svg path{stroke:#27353e}#event-detail-modal .event-detail-modal-nav-btn:disabled{opacity:.3;cursor:not-allowed}#event-detail-modal .event-detail-modal-nav-btn.prev svg{transform:rotate(90deg)}#event-detail-modal .event-detail-modal-nav-btn.next svg{transform:rotate(270deg)}#product-list-modal.cw-modal{justify-content:center;align-items:center}#product-list-modal.cw-modal .cw-modal-dialog{position:relative;max-width:1024px;width:100%;max-height:100vh;background:transparent;margin:0 auto}#product-list-modal.cw-modal .cw-modal-content{padding:30px;background:#fff;color:#27353e;border-radius:12px;overflow:hidden!important;height:auto;max-height:80vh;width:100%;display:flex;flex-direction:column}@media screen and (max-width:1199px){#product-list-modal.cw-modal .cw-modal-content{max-height:80vh;max-width:90vw}}@media screen and (max-width:575px){#product-list-modal.cw-modal .cw-modal-content{padding:32px 20px}}#product-list-modal.cw-modal .cw-modal-content .close-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;border:none;z-index:1}#product-list-modal.cw-modal .cw-modal-content .close-btn svg{fill:var(--theme-color-1)}#product-list-modal .content{color:#27353e;overflow:hidden;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}#product-list-modal .content .product-modal-banner{position:relative;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-radius:12px;min-height:180px;padding:20px 24px;background-image:linear-gradient(rgba(8,33,45,.85),rgba(8,33,45,.85)),url(/assets/images/background-text.jpg);background-repeat:no-repeat,no-repeat;background-position:0 0,50%;background-size:auto,cover;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.08);width:100%;gap:12px}@media screen and (max-width:767px){#product-list-modal .content .product-modal-banner{padding:16px;min-height:120px}}#product-list-modal .content .product-modal-banner .banner-info{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1199px){#product-list-modal .content .product-modal-banner .banner-info{gap:8px}}#product-list-modal .content .product-modal-banner .banner-title{font-size:24px;letter-spacing:-.02em;font-weight:500}@media screen and (max-width:1199px){#product-list-modal .content .product-modal-banner .banner-title{font-size:20px}}#product-list-modal .content .product-modal-banner .banner-desc{min-width:250px;width:450px;height:100%;font-size:14px;font-weight:400;line-height:18px;color:hsla(0,0%,100%,.8);white-space:normal}@media screen and (max-width:1199px){#product-list-modal .content .product-modal-banner .banner-desc{width:100%;min-width:auto}}@media screen and (max-width:767px){#product-list-modal .content .product-modal-banner .banner-desc{width:100%;font-size:12px;line-height:16px}}@media screen and (max-width:425px){#product-list-modal .content .product-modal-banner .banner-desc{width:100%}}#product-list-modal .content .product-modal-banner .banner-image{position:relative;width:180px;height:180px}@media screen and (max-width:575px){#product-list-modal .content .product-modal-banner .banner-image{display:none}}#product-list-modal .content .product-modal-banner .banner-image img{width:100%;height:100%;object-fit:cover;display:block!important}#product-list-modal .content .product-table-container{background:#fff;border-top:1px solid #f9fafb;padding-top:10px;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}#product-list-modal .content .table-responsive{width:100%;max-width:100%;height:auto;max-height:none;flex:1 1 auto;min-height:0;margin:0 auto;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f4f5f5 #fff!important;position:relative}@media screen and (max-width:1199px){#product-list-modal .content .table-responsive{overflow-x:scroll!important;overflow-y:auto!important;max-width:100%!important}}#product-list-modal .content .table-responsive::-webkit-scrollbar{width:2px!important}#product-list-modal .content .table-responsive::-webkit-scrollbar-thumb,#product-list-modal .content .table-responsive::-webkit-scrollbar-track{background:#fff;border-radius:1px}#product-list-modal .content .table-responsive:hover::-webkit-scrollbar-thumb{background:#f4f5f5}#product-list-modal .content table.product-table{width:100%;border-spacing:0 8px}#product-list-modal .content table.product-table td,#product-list-modal .content table.product-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#product-list-modal .content table.product-table thead tr th{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:2}#product-list-modal .content table.product-table thead{border-bottom:1px solid #f9fafb}#product-list-modal .content table.product-table thead tr th{font-size:13px;letter-spacing:-.01em;color:#848a9e;font-weight:400!important;padding:8px 12px;text-align:left}#product-list-modal .content table.product-table thead tr th:first-child{min-width:300px}@media screen and (max-width:575px){#product-list-modal .content table.product-table thead tr th:first-child{min-width:180px}}#product-list-modal .content table.product-table tbody tr{width:100%;background-color:#fff;transition:background .2s ease,transform .1s ease;cursor:pointer;max-height:45px!important;border-bottom:1px solid #f9fafb!important}#product-list-modal .content table.product-table tbody tr:last-child{border-bottom:none!important}#product-list-modal .content table.product-table tbody tr.selected,#product-list-modal .content table.product-table tbody tr:hover{background:rgba(34,73,94,.04)}#product-list-modal .content table.product-table tbody tr td{padding:10px 12px;font-size:13px;font-weight:300;color:#27353e;white-space:nowrap}#product-list-modal .content table.product-table tbody tr td.actions{text-align:right;width:48px}#product-list-modal .content table.product-table tbody tr td.actions .row-arrow{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e4e4e4;background:#fff;color:#27353e;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}#product-list-modal .content table.product-table tbody tr td.actions .row-arrow:hover{background:#27353e;color:#fff;border-color:#27353e}#product-list-modal .content .product-table-image{position:relative;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e4e4e4}#product-list-modal .content .bottom-col{height:14px;padding:0;margin:0}@media screen and (max-width:991px){#product-list-modal.cw-modal .cw-modal-dialog{max-width:calc(100% - 40px)}#product-list-modal .content{padding:0 0 8px}#product-list-modal .content table.product-table thead tr th{font-size:13px}#product-list-modal .content table.product-table tbody tr td{font-size:12px}}@media screen and (max-width:1199px){.cw-modal .cw-modal-dialog{max-height:calc(100% - 20px)}.cw-modal .cw-modal-dialog .cw-modal-content{width:100%;height:100%;border-radius:20px 20px 0 0}.cw-modal .cw-modal-dialog .cw-modal-content .close-btn{width:32px;height:32px;right:10px;top:10px}.cw-modal .cw-modal-dialog .cw-modal-content .close-btn svg{width:12px;height:12px}.cw-modal .content{overflow:scroll}.cw-modal .content .anka-modal-title{font-size:16px;margin-top:10px}.cw-modal .content .anka-modal-tab-nav{margin:20px 10px}.cw-modal .content .anka-modal-tab-nav ul li{font-size:13px;padding:8px 20px;text-align:center;line-height:20px}.cw-modal .content .anka-modal-tab-nav ul li:not(:last-child){margin-right:20px}.cw-modal .content .bottom-col{text-align:left;margin-top:0;padding-top:0}.cw-modal .content .bottom-col:before{display:none}#career-modal .mobile-form-desc{margin-top:30px;margin-bottom:0}#career-modal #career-form-section{margin-top:20px;margin-bottom:40px}#event-detail-modal.cw-modal .cw-modal-dialog{width:95%;max-height:100vh}#event-detail-modal .event-detail-modal-image-container{height:280px;width:calc(100% - 40px);margin:20px 20px 0}#event-detail-modal .event-detail-modal-info{min-height:240px;padding:0 20px 30px}#event-detail-modal .event-detail-modal-title{font-size:16px;line-height:20px}#event-detail-modal .event-detail-modal-description{font-size:13px;line-height:19px}#event-detail-modal .event-detail-modal-navigation{gap:50px;bottom:20px}}@media screen and (max-width:991px){.cw-modal.centered .cw-modal-dialog{max-width:600px}#policy-modal.cw-modal .cw-modal-dialog{max-width:calc(100% - 60px)}#policy-modal.cw-modal .cw-modal-dialog .cw-modal-content{min-height:100%}#policy-modal.cw-modal .cw-modal-dialog .policy-content{padding:35px}#contact-consent-modal.cw-modal{overflow:hidden}#contact-consent-modal.cw-modal .cw-modal-dialog{max-width:100%}#contact-consent-modal.cw-modal .cw-modal-dialog .cw-modal-content{padding:0}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .title{font-size:16px;margin-bottom:8px}#contact-consent-modal.cw-modal .cw-modal-dialog .contact-consent-content .desc{font-size:12px}#event-detail-modal .event-detail-modal-image-container{height:220px;width:calc(100% - 30px);margin:15px 15px 0}#event-detail-modal .event-detail-modal-info{min-height:200px}#event-detail-modal .event-detail-modal-info-content{padding:15px}#event-detail-modal .event-detail-modal-date{font-size:11px;line-height:16px}#event-detail-modal .event-detail-modal-title{font-size:15px;line-height:19px}#event-detail-modal .event-detail-modal-description{font-size:12px;line-height:18px;max-height:120px}#event-detail-modal .event-detail-modal-navigation{gap:40px;bottom:15px}#event-detail-modal .event-detail-modal-nav-btn,#event-detail-modal .event-detail-modal-nav-btn svg{width:20px;height:20px}}@media screen and (max-width:767px){.cw-modal .content .anka-modal-tab-nav ul li{font-size:12px;padding:6px 14px}#event-detail-modal.cw-modal .cw-modal-dialog{min-width:320px;max-width:850px;max-height:95vh}#event-detail-modal .event-detail-modal-image-container{height:200px}#event-detail-modal .event-detail-modal-title{font-size:14px;line-height:18px}}.build-anka-load-error{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:8px 0}.build-anka-load-error .build-anka-load-error-text{font-size:16px;line-height:24px;color:#fff;margin:0;opacity:.9}.build-anka-load-error .build-anka-retry-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid hsla(0,0%,100%,.5);background:transparent;color:#fff;font-size:14px;font-weight:500;padding:10px 24px;border-radius:24px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.build-anka-load-error .build-anka-retry-btn:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.8)}