*{margin:0;padding:0;box-sizing:border-box}*,*::before,*::after{box-sizing:border-box}body,html,section{display:block}body,html{font-family:'Poppins',sans-serif;font-size:1rem;line-height:1.5;color:var(--secondary-color);background-color:#f0f0f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:20rem}body{overflow-x:hidden;overflow-y:auto}.fade-in{opacity:0;will-change:opacity;transition:opacity 0.5s ease}.fade-in.fade-in--visible{opacity:1}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}h4,h5,h6{font-size:1rem}p,a,li{font-size:1rem}small{font-size:0.875rem}.title{text-align:center;max-width:40rem;margin-bottom:var(--global-margin);color:var(--secondary-color)}.subtitle{margin-bottom:var(--global-margin);text-align:center;max-width:40rem;color:#282727}a{text-decoration:none}.container{display:flex;flex-direction:column;align-items:center;justify-content:center}.row{display:flex;align-items:center;justify-content:center}.page-status{padding:var(--global-padding);display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center}:root{--primary-color:#ffc434;--secondary-color:#111010;--background-color:#e1e2e2;--secondary-background-color:#ffffff;--text-color:#f0f0f0;--secondary-text-color:#c0c0c0;--link-color:#ffb501;--error-color:#ff4d4f;--global-padding:4rem;--global-mobile-padding:2rem;--global-small-mobile-padding:0.625rem;--global-margin:4rem;--global-mobile-margin:2rem;--global-small-mobile-margin:0.625rem}main{display:flex;flex-direction:column;height:100%;min-height:100vh}button{border:none}.btn{padding:0.625rem 1.25rem;font-size:0.875rem;background-color:var(--primary-color);color:var(--secondary-color);font-weight:600;border-radius:5px;text-decoration:none;cursor:pointer;transition:background-color 0.3s ease}.btn:hover{background-color:var(--link-color)}.actions{margin-top:var(--global-margin);position:relative}.btn--all{margin-top:var(--global-margin);box-shadow:0 0 10px rgba(0,0,0,0.2);padding:1rem 2rem;transition:background-color 0.3s ease,box-shadow 0.3s ease}.btn--all:hover{background-color:var(--link-color);box-shadow:0 0 10px rgba(0,0,0,0.5)}.form-input-field{font-family:'Poppins',sans-serif;background-color:#fff;width:100%;border:none;outline:none;border-radius:5px}input.form-input-field,select.form-input-field{height:2.95rem;padding:0 0.625rem}textarea.form-input-field{padding:0.8rem 0.625rem}.form-checkbox-field{cursor:pointer;border-radius:5px;overflow:hidden;height:1rem;width:1rem}@media screen and (max-width:768px){html{font-size:0.875rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1rem}h4,h5,h6{font-size:0.875rem}p,a,li,label{font-size:0.875rem}small{font-size:0.75rem}.title{margin-bottom:var(--global-mobile-margin)}.subtitle{margin-bottom:var(--global-mobile-margin)}input.form-input-field{height:2.8rem}.form-input-field{font-size:0.75rem}.btn--all{margin-top:var(--global-mobile-margin)}.page-status{padding:var(--global-mobile-padding)}}@media screen and (max-width:350px){.page-status{padding:var(--global-mobile-padding) var(--global-small-mobile-padding)}}.custom-primary-color{color:#ffc434}.custom-secondary-color{color:#111010}.custom-text-color{color:#f0f0f0}.custom-secondary-text-color{color:#c0c0c0}.custom-error-color{color:#ff4d4f}.custom-success-color{color:#52c41a}.custom-warning-color{color:#faad14}.custom-info-color{color:#1890ff}.custom-background-color{color:#1e1e1e}.custom-muted-color{color:#999999}.custom-accent-color{color:#ff7a45}.custom-highlight-color{color:#ffe58f}.custom-blue-gray-color{color:#a0aec0}.custom-dark-blue{color:#1c2b5a}.custom-navy-blue{color:#001f3f}.custom-indigo{color:#3f51b5}.custom-sapphire{color:#0f52ba}.custom-royal-blue{color:#002fa7}.custom-midnight-blue{color:#191970}.bullet-list-disc{list-style-type:disc}.bullet-list-circle{list-style-type:circle}.bullet-list-square{list-style-type:square}.number-list-decimal{list-style-type:decimal}.number-list-lower-alpha{list-style-type:lower-alpha}.number-list-upper-alpha{list-style-type:upper-alpha}.number-list-lower-roman{list-style-type:lower-roman}.number-list-upper-roman{list-style-type:upper-roman}.number-list-custom{list-style-type:none}.number-list-custom li::before{content:"• ";color:#ff4d4f}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.align-justify{text-align:justify}.header{position:sticky;width:100%;min-width:20rem;z-index:10;top:0;background-color:var(--secondary-color);display:flex;justify-content:center;padding:0.5rem;height:5rem}.header .row{width:68.75rem;justify-content:space-between}.header__logo a{display:flex;align-items:center;justify-content:center}.header__logo-img{width:12.5rem;height:2.063rem}.header__navbar{display:flex;align-items:center}.header__nav{list-style:none;display:flex;align-items:center}.header__nav .header__nav-item{margin:0 0.9rem}.header__nav-item.header__nav-item--jobs{position:relative}.header__nav-item.header__nav-item--jobs:hover .header__arrow-down{fill:var(--primary-color);transform:rotate(180deg)}.header__nav-item.header__nav-item--jobs .header__nav-link{padding:0.6rem 0}.header__nav-item .header__nav-link{text-decoration:none;color:var(--text-color)}.header__nav-item .header__nav-link:hover{text-decoration:none;color:var(--primary-color);transition:color 0.3s ease}.header__submenu{visibility:hidden;opacity:0;margin-top:0.3rem;width:max-content;left:50%;transform:translateX(-50%) translateY(5px);flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#f9f9f9;border:1px solid #ccc;padding:0.625rem;border-radius:5px;list-style:none;box-shadow:0 4px 8px rgba(0,0,0,0.1);cursor:default;z-index:11;transition:visibility 0.1s ease,opacity 0.1s ease}.header__nav-item.header__nav-item--jobs:hover .header__submenu{visibility:visible;opacity:1;transition:visibility 0.5s ease,opacity 0.5s ease}.header__submenu-item{display:flex}.header__submenu-item a{width:100%;padding:0.313rem 0.75rem;color:var(--secondary-color);border-radius:3px;transition:background-color 0.4s ease,color 0.4s ease}.header__submenu-item a:hover{background-color:var(--primary-color);color:var(--secondary-color)}@media (max-width:1100px){.header{padding:0 5rem}.header__logo-img{width:9.375rem;height:1.563rem}.header .row{justify-content:normal}.header__nav{display:none}.header__navbar{order:3}}@media screen and (max-width:768px){.header{padding:0.5rem;min-width:20rem}}.header__menu-toggle{display:none;align-items:center;cursor:pointer;margin-left:0.625rem;background-color:transparent;width:max-content;height:2.188rem}.header__mobile-menu-toggle{background-color:transparent;cursor:pointer;width:max-content;height:2.188rem;margin-left:auto}.header__mobile-menu{visibility:hidden;opacity:0;display:none;flex-direction:column;position:fixed;top:0;left:0;z-index:12;background-color:var(--secondary-color);padding:3.125rem;box-shadow:15px 0 35px rgba(0,0,0,0.9);height:100Vh;max-width:30rem;min-width:max-content;width:80%;overflow:hidden;overflow-y:auto}.header__mobile-menu.header__mobile-menu--active{transition:visibility 0.4s ease,opacity 0.4s ease}.header__mobile-menu .header__nav-item{display:flex;align-items:center;margin-bottom:0.938rem}.header__mobile-menu .header__nav-item:last-child{margin-bottom:2.5rem}.header__mobile-menu .header__nav{display:flex;align-items:flex-start;flex-direction:column;padding-top:3.125rem}.header__mobile-menu .header__nav-icon-container{display:flex;align-items:center;justify-content:center;height:1.875rem;width:1.875rem;margin-right:0.25rem}.header__mobile-menu .header__nav-item.header__mobile-nav-item--jobs{flex-direction:column;align-items:flex-start;width:100%;overflow:hidden}.header__mobile-menu .header__nav-icon{height:1.625rem;width:1.625rem}.header__nav-item-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.header__nav-link-wrapper{display:flex;align-items:center}.header__mobile-menu .header__mobile-arrow-down-container{display:flex;align-items:center;justify-content:center;text-align:center;padding:0.5rem;background-color:var(--primary-color);border-radius:5px;cursor:pointer}.header__mobile-menu .header__mobile-arrow-down{fill:var(--secondary-color);height:1rem;width:1rem;transform:rotate(0);transition:transform 0.5s ease}.header__mobile-menu .header__mobile-arrow-down-container:hover .header__mobile-arrow-down{transform:rotate(180deg)}.header__mobile-menu .header__mobile-arrow-down-container.header__mobile-arrow-down-container--active .header__mobile-arrow-down{transform:rotate(180deg)}.header__mobile-submenu{display:flex;flex-direction:column;padding:0 1.35rem;justify-content:center;opacity:0;visibility:hidden;height:0;transition:height 0.4s ease}.header__mobile-submenu.header__mobile-submenu-active{height:8.531rem;visibility:visible;opacity:1;transition:height 0.4s ease,visibility 0.4s ease 0.2s,opacity 0.4s ease 0.2s}.header__mobile-submenu .header__submenu-item a{color:var(--secondary-text-color)}.header__mobile-submenu .header__submenu-item a:hover{color:var(--secondary-color)}.header__contact{border-top:1px solid var(--primary-color);padding-top:1.25rem}.header__contact-email,.header__contact-phone{font-size:0.875rem;color:var(--text-color)}.header__contact-email-link,.header__contact-phone-link{font-weight:600;color:var(--text-color);text-decoration:none;transition:color 0.3s ease}.header__contact-email-link:hover,.header__contact-phone-link:hover{color:var(--primary-color)}@media (max-width:1100px){.header__menu-toggle{display:flex}.header__mobile-menu.header__mobile-menu--active{display:flex;opacity:1;visibility:visible}}@media screen and (max-width:350px){.header__menu-toggle{margin-left:0}}.header__dropdown-lang{position:relative}.header__dropdown-toggle{padding:0.625rem;color:var(--text-color);font-weight:600;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color 0.4s ease}.header__dropdown-toggle .header__flag,.header__dropdown-content .header__dropdown-flag{width:1.25rem;height:1.25rem;margin-right:0.25rem}.header__arrow-down{margin-left:0.25rem;fill:var(--text-color);width:0.625rem;height:0.625rem;transition:fill 0.4s ease,transform 0.4s ease}.header__dropdown-lang:hover .header__arrow-down{fill:var(--primary-color);transform:rotate(180deg)}.header__dropdown-lang:hover .header__dropdown-toggle{color:var(--primary-color)}.header__dropdown-content{visibility:hidden;opacity:0;position:absolute;left:50%;transform:translateX(-50%) translateY(5px);display:flex;justify-content:center;flex-direction:column;min-width:9.375rem;z-index:11;background-color:#f9f9f9;padding:0.625rem;margin-top:-0.313rem;border:1px solid #ccc;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,0.1);transition:visibility 0.1s ease,opacity 0.1s ease}.header__dropdown-item{all:unset;display:flex;align-items:center;padding:0.5rem 0.75rem;cursor:pointer;color:#333;border-radius:3px;transition:background-color 0.3s ease,color 0.3s ease}.header__dropdown-item:hover{background-color:var(--primary-color);color:var(--secondary-color)}.header__dropdown-item-input{display:none}.header__dropdown-lang:hover .header__dropdown-content{visibility:visible;opacity:1;transition:visibility 0.5s ease,opacity 0.5s ease}@media (max-width:1100px){.header__dropdown-lang{order:2;margin-left:auto}}/*!* Media query for mobile devices *!*/@media screen and (max-width:350px){.header__dropdown-toggle{padding:0}}.footer{display:flex;justify-content:center;align-items:center;padding:3.125rem 0;background-color:var(--secondary-color);color:var(--text-color);min-height:10em;width:100%}.footer .container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:68.75rem;max-width:100%}.footer__row{display:grid;grid-template-columns:repeat(4,1fr);gap:3.125rem}.footer__logo-img{margin-top:1.25rem;width:12.5rem;height:2.063rem}.footer__col-title-wrapper{margin-bottom:0.9375rem}.footer__col-title{font-size:1rem;font-weight:700}.footer__line{width:3.125rem;height:0.125rem;background-color:var(--primary-color);margin-top:0.313rem}.footer__list-item{list-style:none;margin:0;padding:0}.footer__link,.footer__contact-link{transition:color 0.3s ease}.footer__link{font-size:0.875rem;text-decoration:none;color:var(--secondary-text-color);line-height:1.5}.footer__contact{font-size:0.875rem;color:var(--text-color)}.footer__contact-link{text-decoration:none;font-weight:600;font-size:0.875rem;color:var(--text-color)}.footer__link:hover,.footer__contact-link:hover{color:var(--primary-color)}.footer__social-links{margin-top:0.313rem}.footer__social-icon{width:2.188rem;height:2.188rem;margin-right:0.625rem;flex-shrink:0}.footer__copyright{font-size:0.875rem;margin-top:0.625rem;color:var(--text-color)}@media (max-width:1024px){.footer__logo-img{width:9.375rem;height:1.563rem}.footer__row{grid-template-columns:repeat(2,15rem)}}@media (max-width:768px){.footer{width:100%;min-width:0}.footer__row{gap:1.875rem;grid-template-columns:15rem}.footer__link{font-size:0.875rem}}.breadcrumbs{display:flex;align-items:center;width:100%;max-width:var(--block-width);padding:var(--global-mobile-padding) 0}.breadcrumbs__list{display:flex;flex-wrap:wrap}.breadcrumbs__item{list-style:none}.breadcrumbs__link{color:var(--secondary-color);transition:text-decoration 0.3s ease}.breadcrumbs__link:hover{color:var(--secondary-color);text-decoration:underline}.breadcrumbs__text{font-weight:bold;word-wrap:break-word}:root{--section-spacing-horizontal:8rem;--section-spacing-vertical:4rem}.polish-material,.polish-material-page .breadcrumbs{max-width:120rem;margin:0 auto;width:100%}.polish-material{padding:2rem var(--section-spacing-horizontal) var(--section-spacing-vertical) var(--section-spacing-horizontal)}.polish-material-page .breadcrumbs{padding:var(--section-spacing-vertical) var(--section-spacing-horizontal) 0 calc(2.5rem + var(--section-spacing-horizontal))}.polish-material .title{margin-bottom:0;max-width:100%;text-align:left}.polish-material__header{display:flex;flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem}.polish-material__divider{width:10rem;height:0.25rem;background-color:var(--primary-color)}.polish-material__content-wrapper,.polish-material__body{width:100%;padding:2.5rem;background-color:#fcfcfc;border-radius:0.313rem}.polish-material__subtitle{margin-bottom:1rem}.polish-material__translated .polish-material__subtitle{margin-top:2rem}.polish-material__content{width:100%}.polish-material__related-resources{padding-top:2rem}.polish-material__related-resources-title{margin-bottom:1rem}.polish-material__related-resources-list{display:flex;flex-direction:column;gap:0.5rem}.polish-material__related-resources-link{max-width:max-content;color:#0077cc;text-decoration:none;transition:color 0.3s ease}.polish-material__related-resources-link:hover{color:#004999;text-decoration:underline}.polish-material__divider-hr{margin-top:2.5rem}@media screen and (max-width:1024px){:root{--section-spacing-horizontal:2rem;--section-spacing-vertical:2rem}.polish-material__content{margin:0;width:100%}}@media screen and (max-width:768px){.polish-material{padding:1rem var(--section-spacing-horizontal) var(--section-spacing-vertical) var(--section-spacing-horizontal)}:root{--section-spacing-horizontal:1rem;--section-spacing-vertical:2rem}.polish-material-page .breadcrumbs{padding:var(--section-spacing-vertical) var(--section-spacing-horizontal) 0 calc(1rem + var(--section-spacing-horizontal))}.polish-material__header{gap:0.625rem}.polish-material__divider{height:0.188rem}.polish-material__translated .polish-material__subtitle{margin-top:1rem}.polish-material__related-resources{padding-top:1rem}.polish-material__divider-hr{margin-top:1.25rem}.polish-material__content-wrapper,.polish-material__body{padding:1rem}}@media screen and (max-width:350px){:root{--section-spacing-horizontal:1rem;--section-spacing-vertical:1rem}}.html-content h2,.html-content h3,.html-content h4,.html-content h5,.html-content h6{padding:1rem 0}.html-content h1 + h2,.html-content h2 + h3,.html-content h3 + h4,.html-content h4 + h5,.html-content h5 + h6{padding-top:0}.html-content ul,.html-content ol{display:flex;flex-direction:column;padding:0.875rem 2.5rem;gap:0.5rem}.html-content h1 + ul,.html-content h1 + ol,.html-content h2 + ul,.html-content h2 + ol,.html-content h3 + ul,.html-content h3 + ol,.html-content h4 + ul,.html-content h4 + ol,.html-content h5 + ul,.html-content h5 + ol,.html-content h6 + ul,.html-content h6 + ol{padding-top:0;margin-top:0}.html-content ul + h1,.html-content ul + h2,.html-content ul + h3,.html-content ul + h4,.html-content ul + h5,.html-content ul + h6,.html-content ol + h1,.html-content ol + h2,.html-content ol + h3,.html-content ol + h4,.html-content ol + h5,.html-content ol + h6{padding-top:0;margin-top:0}.html-content ul ul,.html-content ul ol,.html-content ol ul,.html-content ol ol{display:flex;flex-direction:column;gap:0.4rem;padding:0 2.5rem}.html-content table{width:100%;border-collapse:collapse;margin:1rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;display:block}.html-content table + h1,.html-content table + h2,.html-content table + h3,.html-content table + h4,.html-content table + h5,.html-content table + h6,.html-content table + table,.html-content table + ul,.html-content table + ol{padding-top:0;margin-top:0}.html-content h1 + table,.html-content h2 + table,.html-content h3 + table,.html-content h4 + table,.html-content h5 + table,.html-content h6 + table,.html-content ul + table,.html-content ol + table{padding-top:0;margin-top:0}.html-content th,.html-content td{border:0.063rem solid #ddd;padding:0.625rem 1rem;text-align:center}.html-content th{background-color:#f4f4f4;font-weight:bold}.html-content tr:nth-child(even){background-color:#fafafa}.html-content a{color:#0077cc;text-decoration:none;transition:color 0.3s ease}.html-content a:hover{color:#004999;text-decoration:underline}.html-content hr{width:100%;height:0.063rem;background-color:#ddd;margin:1rem 0}.html-content hr + h1,.html-content hr + h2,.html-content hr + h3,.html-content hr + h4,.html-content hr + h5,.html-content hr + h6,.html-content hr + table,.html-content hr + ul,.html-content hr + ol,.html-content hr + hr{padding-top:0;margin-top:0}.html-content h1 + hr,.html-content h2 + hr,.html-content h3 + hr,.html-content h4 + hr,.html-content h5 + hr,.html-content h6 + hr,.html-content table + hr,.html-content ul + hr,.html-content ol + hr{padding-top:0;margin-top:0}.html-content img{object-fit:contain;object-position:center;max-width:100%;height:auto}@media screen and (max-width:768px){.html-content ul ul,.html-content ul ol,.html-content ol ul,.html-content ol ol,.html-content ul,.html-content ol{padding-right:0}.html-content table{font-size:0.58rem}.html-content th,.html-content td{padding:0.625rem 0.875rem}}