@keyframes colorChange{0%{background:#f4511e}to{background:red}}:root{--white:#fff;--black:#161616;--orange:#f4511e;--gray-0:#fff;--gray-2:#f4f4f4;--gray-20:#e3e7ea;--gray-30:#c6c6c6;--gray-40:#a6acb1;--gray-50:#7b8186;--gray-60:#6f6f6f;--gray-80:#2e3439;--gray-90:#21272c;--gray-100:#151b20;--gray-110:#090e12;--light-transparent-50:#ffffff80;--dark-transparent-40:#20303e66;--text-secondary:var(--gray-50);--text-inactive-transparent:var(--dark-transparent-40);--background-level-3:#c0ced94d;--background-interactive:#f4511e1a;--dark-black:#000;--dark-gray-1:#9b9b9b;--dark-gray-2:#9b9b9b33;--dark-gray-3:#393939;--green:#06f2a9;--green-hover:#05d997;--dark-button:linear-gradient(90deg,#ec3b18 -7.11%,#d70303 146.58%);--text-body-dark:var(--gray-0);--text-secondary-dark:var(--gray-40);--text-inactive-dark:var(--gray-50);--text-inactive-transparent-dark:var(--light-transparent-50);--text-accent-dark:#ff6d3e;--background-level-1-dark:var(--gray-110);--background-level-2-solid-dark:var(--gray-100);--divider-level-2-dark:#ffffff26;--ext-gray-1:#8d8d8d;--ext-gray-2:#c6c6c6;--ext-gray-3:#262626;--warm-red:#e25e33;--ice-blue:#336be2;--field-green:#67bc6e;--purple-mimosa:#ac7afd;--dxcharts-black-rock:#180729;--ext-gray-4:#1f2028;--ext-gray-5:#353539;--ext-gray-6:#16171d;--ext-gray-7:#323237;--ext-gray-8:#3d3f4e;--footer-bg:var(--dark-black);--footer-bg-dark:var(--dark-black);--footer-subscription-text-color:var(--ext-gray-1);--footer-privacy-text:var(--ext-gray-2);--font-fallback:Arial,sans-serif;--font-stack:var(--font-primary),var(--font-fallback)}@keyframes buttonSlideRadius{0%{border-radius:50%}50%{border-radius:8px}to{border-radius:8px}}@keyframes buttonSlideRadiusS{0%{border-radius:50%}50%{border-radius:8px}to{border-radius:40px}}@keyframes buttonSlideInS{0%{transform:translateY(0)}30%{transform:translateY(-64px)}to{transform:translateY(-64px)}}@keyframes buttonSlideInM{0%{transform:translateY(0)}30%{transform:translateY(-72px)}to{transform:translateY(-72px)}}@keyframes buttonSlideInXL{0%{transform:translateY(0)}30%{transform:translateY(-76px)}to{transform:translateY(-76px)}}@keyframes buttonSlideOutS{0%{border-radius:8px;transform:translateY(-64px)}50%{border-radius:50%;transform:translateY(-64px)}to{border-radius:50%;transform:translateY(0)}}@keyframes buttonSlideOutM{0%{border-radius:8px;transform:translateY(-72px)}50%{border-radius:50%;transform:translateY(-72px)}to{border-radius:50%;transform:translateY(0)}}@keyframes buttonSlideOutXL{0%{border-radius:8px;transform:translateY(-76px)}50%{border-radius:50%;transform:translateY(-76px)}to{border-radius:50%;transform:translateY(0)}}@keyframes showTextS{0%{margin:0;max-width:0;opacity:0}to{margin:0 12px;max-width:300px;opacity:1}}@keyframes showTextM{0%{margin:0;max-width:0;opacity:0}to{margin:0 16px 0 8px;max-width:300px;opacity:1}}@keyframes hideText{0%{display:block;margin:0;max-width:300px;opacity:1}50%{display:none;margin:0;max-width:0;opacity:0}to{display:none;margin:0;max-width:0;opacity:0}}.globalFloatingButton{--slide-in-duraion:600ms;--slide-out-duraion:200ms;--slide-text-delay:200ms;--bounce-timing-function:cubic-bezier(0.25,1.5,0.5,1);--bounce-radius-timing-function:cubic-bezier(0.25,0.5,0.5,1);align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#343434cc;border:none;border-radius:30px;bottom:-52px;cursor:pointer;display:flex;height:52px;max-width:calc(100vw - 24px);overflow:hidden;padding:0 12px;position:fixed;right:12px;z-index:100}@media screen and (min-width:768px){.globalFloatingButton{bottom:-60px;height:60px;padding:0 16px;right:12px;transform:translateX(50%)}}@media screen and (min-width:1440px){.globalFloatingButton{border-radius:40px;bottom:-64px;height:64px}}.globalFloatingButton:hover .globalFloatingButtonIcon{transform:translateX(2px)}.globalFloatingButton:hover .globalFloatingButtonIcon:before{transform:scale(3000%)}.globalFloatingButton.isVisible{animation:buttonSlideInS var(--bounce-timing-function) var(--slide-in-duraion) forwards,buttonSlideRadius var(--bounce-radius-timing-function) var(--slide-in-duraion) forwards}@media screen and (max-width:519px){.globalFloatingButton.isVisible{animation:buttonSlideInM var(--bounce-timing-function) var(--slide-in-duraion) forwards,buttonSlideRadiusS var(--bounce-radius-timing-function) var(--slide-in-duraion) forwards}}@media screen and (min-width:768px){.globalFloatingButton.isVisible{animation:buttonSlideInM var(--bounce-timing-function) var(--slide-in-duraion) forwards,buttonSlideRadius var(--bounce-radius-timing-function) var(--slide-in-duraion) forwards}}@media screen and (min-width:1440px){.globalFloatingButton.isVisible{animation:buttonSlideInXL var(--bounce-timing-function) var(--slide-in-duraion) forwards,buttonSlideRadius var(--bounce-radius-timing-function) var(--slide-in-duraion) forwards}}.globalFloatingButton.isVisible .globalFloatingButtonText{animation:var(--slide-out-duraion) showTextS ease-in var(--slide-text-delay) forwards;max-width:0}@media screen and (min-width:768px){.globalFloatingButton.isVisible .globalFloatingButtonText{animation:var(--slide-out-duraion) showTextM ease-in var(--slide-text-delay) forwards}}.globalFloatingButton.isHidden{animation:buttonSlideOutS ease var(--slide-out-duraion) forwards}@media screen and (min-width:768px){.globalFloatingButton.isHidden{animation:buttonSlideOutM ease var(--slide-out-duraion) forwards}}@media screen and (min-width:1440px){.globalFloatingButton.isHidden{animation:buttonSlideOutXL ease var(--slide-out-duraion) forwards}}.globalFloatingButton.isHidden .globalFloatingButtonText{animation:var(--slide-out-duraion) hideTextS ease-in var(--slide-out-duraion) forwards;display:none;margin:0;max-width:0}.globalFloatingButtonBody{align-items:center;display:flex}.globalFloatingButtonText{color:#fff;font-family:var(--font-stack);font-size:16px;font-variation-settings:"wght" 500;font-weight:400;letter-spacing:-.1px;line-height:140%;overflow:hidden;position:relative;text-overflow:ellipsis;transition:max-width .2s ease;white-space:nowrap;z-index:1}@media screen and (min-width:768px){.globalFloatingButtonText{letter-spacing:-.2px;line-height:150%}}@media screen and (min-width:1024px){.globalFloatingButtonText{letter-spacing:-.3px}}@media screen and (min-width:1440px){.globalFloatingButtonText{font-size:18px}}.globalFloatingButtonIcon{align-items:center;display:flex;flex-shrink:0;height:26px;justify-content:center;position:relative;transition:transform .2s linear;width:26px}@media screen and (min-width:768px){.globalFloatingButtonIcon{height:28px;width:28px}}@media screen and (min-width:1440px){.globalFloatingButtonIcon{height:32px;width:32px}}.globalFloatingButtonIcon:before{background:#fd5d03;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .2s linear;width:100%;z-index:-1}footer.footer{background:#1d1d1b;color:#ffffff80;font-family:var(--font-stack);padding-bottom:16px;padding-top:80px}@media screen and (min-width:520px){footer.footer{padding-bottom:24px}}@media screen and (min-width:1024px){footer.footer{padding-top:96px}}@media screen and (min-width:1440px){footer.footer{padding-bottom:48px}}footer.footer .container{max-width:1902px;padding:0 16px}@media screen and (min-width:520px){footer.footer .container{padding:0 24px}}@media screen and (min-width:1440px){footer.footer .container{padding:0 111px}}footer.footer li{overflow:hidden;padding:0}footer.footer li:before{content:none}.footerRow{display:flex;flex-direction:column;gap:32px}@media screen and (min-width:1024px){.footerRow{align-items:flex-start;display:grid;gap:16px;grid-template-columns:repeat(12,1fr)}}.footerTitle{color:var(--white);font-size:21px;font-variation-settings:"wght" 500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.42px;line-height:120%;max-width:303px}@media screen and (min-width:520px){.footerTitle{font-size:28px;letter-spacing:-.56px;max-width:434px}}@media screen and (min-width:1024px){.footerTitle{font-size:29px;grid-column:1/7;letter-spacing:-.58px;max-width:486px}}@media screen and (min-width:1440px){.footerTitle{font-size:39px;letter-spacing:-.78px;max-width:595px}}.footerSocials{display:flex;flex-shrink:0;flex-wrap:wrap;gap:16px}@media screen and (min-width:1024px){.footerSocials{gap:8px;grid-column:10/span 3}}@media screen and (min-width:1440px){.footerSocials{gap:16px}}.footerSocialsLink{align-items:center;background:#343432;border-radius:50%;display:flex;height:48px;justify-content:center;transition:transform .2s ease-in-out;width:48px}@media screen and (min-width:1280px){.footerSocialsLink{height:52px;width:52px}}.footerSocialsLink:hover{transform:scale(1.2)}.footerMenuWrapper{margin:64px 0}@media screen and (min-width:520px){.footerMenuWrapper{margin-bottom:72px;margin-top:80px}}@media screen and (min-width:1024px){.footerMenuWrapper{margin-bottom:56px;margin-top:96px}}@media screen and (min-width:1440px){.footerMenuWrapper{margin-top:120px}}@media screen and (min-width:768px){.footerSitemap{display:grid;gap:56px 16px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1024px){.footerSitemap{gap:16px;grid-template-columns:repeat(12,1fr)}}.footerSitemap,.footerSitemap ul{list-style:none}.footerSitemap a{color:#fff;display:block}@media screen and (min-width:520px){.footerSitemap a{display:inline-block}.footerSitemap .first-menu-item{margin-bottom:56px}}@media screen and (min-width:768px){.footerSitemap .first-menu-item{margin-bottom:0}}@media screen and (min-width:1024px){.footerSitemap .first-menu-item{grid-column:span 3}.footerSitemap .first-menu-item:nth-child(4){grid-column:10/span 2}}@media screen and (min-width:520px){.footerSitemap .first-menu-item:last-child{margin-bottom:0;max-width:353px}}@media screen and (min-width:768px){.footerSitemap .first-menu-item:last-child{grid-column:span 2}}@media screen and (min-width:1024px){.footerSitemap .first-menu-item:last-child{grid-column:12/span 1}}@media screen and (min-width:520px){.footerSitemap .first-menu-item:last-child .dropdown-menu.second-menu{display:grid;gap:0 16px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px){.footerSitemap .first-menu-item:last-child .dropdown-menu.second-menu{max-width:none}}@media screen and (min-width:1024px){.footerSitemap .first-menu-item:last-child .dropdown-menu.second-menu{display:block}}.footerSitemap .first-menu-item>a{border-bottom:1.5px solid #3f3f3d;cursor:pointer;font-size:16px;font-variation-settings:"wght" 500;letter-spacing:-.32px;line-height:140%;padding-bottom:8px;padding-top:24px;position:relative;transition:margin .3s ease}@media screen and (min-width:520px){.footerSitemap .first-menu-item>a{border-bottom:none;color:#999998;cursor:default;font-size:12px;letter-spacing:.6px;line-height:120%;margin-bottom:8px;padding:0;text-transform:uppercase}}.footerSitemap .first-menu-item>a:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41MzggNS41MzVMMi4wNzggNWw1Ljk1MSA1Ljg2MiA1Ljg4OS01Ljg2TDE1IDYuMDY3IDguMDM1IDEzIDEgNi4wN2wuNTM4LS41MzV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);display:block;line-height:1;position:absolute;right:0;top:24px;transition:transform .3s ease;width:16px}@media screen and (min-width:520px){.footerSitemap .first-menu-item>a:after{display:none}}.footerSitemap .first-menu-item>a:hover{text-decoration:none}.footerSitemap .first-menu-item>a.isActive{margin-bottom:24px}@media screen and (min-width:520px){.footerSitemap .first-menu-item>a.isActive{margin-bottom:8px}}.footerSitemap .first-menu-item>a.isActive:after{transform:rotate(180deg)}.footerSitemap .dropdown-menu.second-menu{max-height:0;opacity:0;overflow-y:hidden;transition:all .3s ease}@media screen and (min-width:520px){.footerSitemap .dropdown-menu.second-menu{max-height:none!important;opacity:1;transition:none}}.footerSitemap .dropdown-menu.second-menu.isVisible{opacity:1}.footerSitemap .second-menu-item a{font-size:16px;font-variation-settings:"wght" 300;line-height:140%;max-width:100%;padding:8px 24px}@media screen and (min-width:520px){.footerSitemap .second-menu-item a{line-height:150%;padding:8px 0}}@media screen and (min-width:1440px){.footerSitemap .second-menu-item a{font-size:18px}}.footerSitemap .second-menu-item a:hover{text-decoration:none}.footerSitemap .second-menu-item a:hover .menuItemText{background-size:100% 2px}.footerSitemap .second-menu-item a .menuItemText{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;-webkit-hyphens:auto;hyphens:auto;transition:background-size .2s ease}.footerSitemap .second-menu-item:last-child a{padding-bottom:12px}@media screen and (min-width:520px){.footerSitemap .second-menu-item:last-child a{padding-bottom:8px}}.footerSocLogos{align-items:center;display:flex;flex-wrap:wrap;gap:12px}@media screen and (min-width:1024px){.footerSocLogos{gap:18px;grid-column:10/span 3;justify-content:flex-end}}.footerSocLogos .socLogo{height:auto;width:52px}@media screen and (min-width:1024px){.footerSocLogos .socLogo{width:79px}}.footerCopyright{color:#c6c6c6;font-size:13px;font-variation-settings:"wght" 300;line-height:145%}@media screen and (min-width:520px){.footerCopyright{font-size:14px;line-height:150%}}@media screen and (min-width:1024px){.footerCopyright{grid-column:1/span 8;max-width:804px;order:-1}}.footerPrivacyMenu li{display:inline}.footerPrivacyMenu li:after{content:" | ";display:inline}.footerPrivacyMenu a{color:#c6c6c6;font-size:13px;font-variation-settings:"wght" 300;line-height:145%;text-decoration:underline}@media screen and (min-width:520px){.footerPrivacyMenu a{font-size:14px;line-height:150%}}.otCookiesSettings #ot-sdk-btn{background:none;border:0;color:#c6c6c6;cursor:pointer;font-size:13px;font-variation-settings:"wght" 300;line-height:145%;padding:0;text-decoration:underline}@media screen and (min-width:520px){.otCookiesSettings #ot-sdk-btn{font-size:14px;line-height:150%}}.otCookiesSettings #ot-sdk-btn:hover{background:none;color:var(--orange)}.footerPrivacyNav,.footerPrivacyNav ul{display:inline}.devexaWidget{position:relative;z-index:9999}.devexaWidget.isLoading{opacity:0;overflow:hidden;z-index:-1}
