﻿@keyframes slide-from-right{0%{transform:translateX(100%)}100%{transform:translateX(0%)}}@-webkit-keyframes slide-from-right{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0%)}}@keyframes slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0%)}}@-webkit-keyframes slide-from-left{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0%)}}@keyframes slide-out-left{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0%)}100%{-webkit-transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}100%{transform:translateX(100%)}}@-webkit-keyframes slide-out-right{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(100%)}}@keyframes slide-from-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@-webkit-keyframes slide-from-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes fade-in{to{opacity:1}}@keyframes float-in{from{transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes expand-in{from{transform:scale(0.7)}to{opacity:1;transform:scale(1)}}@keyframes reveal{from{opacity:1;clip-path:inset(-24px 100% -24px -24px)}to{opacity:1;clip-path:inset(-24px -24px -24px -24px)}}@keyframes flip-in{from{opacity:1;transform:perspective(5000px) rotateY(-90deg)}to{opacity:1;transform:perspective(5000px) rotateY(0deg)}}@keyframes spin{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes fadeIn{0%{opacity:0;transform:scaleX(0.9)}100%{opacity:1;transform:scaleX(1)}}@-webkit-keyframes fadeIn{0%{opacity:0;transform:scaleX(0.9)}100%{opacity:1;transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0;transform:scaleX(0.9)}100%{opacity:1;transform:scaleX(1)}}.cookie-banner .content .content-text :not(.cookie-banner-link){font-size:calc((var(--site-design-p-font-size-num) - 1)*1.2vw + 1rem);font-weight:var(--site-design-p-font-weight);font-family:var(--site-design-p-font-family),sans-serif;line-height:var(--site-design-p-font-line-height);letter-spacing:var(--site-design-p-font-letter-spacing);color:var(--site-design-p-font-color)}.cookie-banner .content .content-title :not(.cookie-banner-link){font-size:calc((var(--site-design-h5-font-size-num) - 1)*1.2vw + 1rem);font-weight:var(--site-design-h5-font-weight);font-family:var(--site-design-h5-font-family),sans-serif;line-height:var(--site-design-h5-font-line-height);letter-spacing:var(--site-design-h5-font-letter-spacing);color:var(--site-design-h5-font-color)}.cookie-banner .cookie-banner-actions .cookie-banner-action{font-size:calc((var(--site-design-primary-button-font-size-num) - 1)*1.2vw + 1rem);font-weight:var(--site-design-primary-button-font-weight);font-family:var(--site-design-primary-button-font-family),sans-serif;line-height:var(--site-design-primary-button-font-line-height);letter-spacing:var(--site-design-primary-button-font-letter-spacing);color:var(--site-design-primary-button-font-color);text-indent:var(--site-design-primary-button-font-text-indent);background-color:var(--site-design-primary-button-filling-color);border-color:var(--site-design-primary-button-border-color)}.cookie-banner .cookie-banner-actions .cookie-banner-action:hover{color:var(--site-design-primary-button-hovered-text-color);background-color:var(--site-design-primary-button-hovered-filling-color);border-color:var(--site-design-primary-button-hovered-border-color)}.cookie-banner a{font-size:calc((var(--site-design-link-font-size-num) - 1)*1.2vw + 1rem);font-weight:var(--site-design-link-font-weight);font-family:var(--site-design-link-font-family),sans-serif;line-height:var(--site-design-link-font-line-height);letter-spacing:var(--site-design-link-font-letter-spacing);color:var(--site-design-link-font-color);text-indent:var(--site-design-link-font-text-indent)}@media screen and (min-width: 1944px){.cookie-banner .content .content-text :not(.cookie-banner-link){font-size:calc(var(--site-design-p-font-size-num)*1rem)}.cookie-banner .content .content-title :not(.cookie-banner-link){font-size:calc(var(--site-design-h5-font-size-num)*1rem)}.cookie-banner .cookie-banner-actions .cookie-banner-action{font-size:calc(var(--site-design-primary-button-font-size-num)*1rem)}.cookie-banner a{font-size:calc(var(--site-design-link-font-size-num)*1rem)}}.cookie-banner{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:24px;align-items:center;padding:20px 24px;overflow:hidden;position:fixed;bottom:32px;left:32px;right:32px;border-radius:4px;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;z-index:30}.cookie-banner .cookie-banner-link{font-size:calc((var(--site-design-link-font-size-num) - 1)*1.2vw + 1rem);font-weight:var(--site-design-link-font-weight);font-family:var(--site-design-link-font-family),sans-serif;line-height:var(--site-design-link-font-line-height);letter-spacing:var(--site-design-link-font-letter-spacing);color:var(--site-design-link-font-color);text-indent:var(--site-design-link-font-text-indent)}.cookie-banner .cookie-banner-link:visited{color:var(--site-design-link-font-visited-color)}.cookie-banner .cookie-banner-link:hover{color:var(--site-design-link-font-hovered-color)}.cookie-banner.theme-light{color:#202020;background-color:#fff;border:1px solid #dbdbdb}.cookie-banner.theme-dark{color:#fff;background-color:#202020;border:1px solid #404040}.cookie-banner .content-title{margin-bottom:8px}.cookie-banner .content-text{display:flex;align-items:center}.cookie-banner .content-text .text{margin:0;padding:0}.cookie-banner .content-text .text .link{color:#12a3f8;text-decoration:underline}.cookie-banner .content-text .text .link:hover,.cookie-banner .content-text .text .link:focus{color:#0686d1}.cookie-banner .cookie-banner-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:24px}.cookie-banner .cookie-banner-actions .cookie-banner-action{border:none;padding:8px 16px;border-radius:4px;cursor:pointer;white-space:nowrap}.cookie-banner .cookie-banner-actions .cookie-banner-action:not(:focus-within){outline:none}@media only screen and (max-width : 767px){.cookie-banner{flex-direction:column;bottom:16px;left:16px;right:16px;padding:24px}.cookie-banner .cookie-banner-actions .cookie-banner-action{width:100%}}@media only screen and (max-width : 479px){.cookie-banner .cookie-banner-actions{flex-direction:column-reverse;gap:8px;width:100%}.cookie-banner .cookie-banner-actions .cookie-banner-action{white-space:unset}}@media only screen and (max-height: 320px){.cookie-banner{display:none}}@font-face{font-family:"Arial Black";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/ff977e784e1f4fe2bcceeeeb55293e72_arial-black.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/3216e7aec0b34b8faac0892885b64fc1_arial-black.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/58258881011f4dd8832edbaceb820f75_arial-black.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Arial MT Condensed Light";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d8ca77b4e71b4176a9d45cd872bc3fcf_arialmt.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/0493ce45aa4f4cbfbcd0cfd881dde6d0_arialmt.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/13b728cecda34d15b91f82d6b581b7d2_arialmt.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Arial Narrow";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/bdf46ee2db15436db2bad370fb51bf02_arialnarrow.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/31c7ba165d0d4bcc822f8971ef57abac_arialnarrow.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/2de9964e3a1d49a9b38120d738105f96_arialnarrow.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Arial";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d8ca77b4e71b4176a9d45cd872bc3fcf_arialmt.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/0493ce45aa4f4cbfbcd0cfd881dde6d0_arialmt.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/13b728cecda34d15b91f82d6b581b7d2_arialmt.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Book Antiqua";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/6da87a3c34704375a551a3606c24fe59_bookantiqua.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/f42af9aebcaf4907a7b924268d438f8f_bookantiqua.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/64fee62aba474e94971cab02f57ceb44_bookantiqua.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Calibri";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/29795fb99f314ae1aad6a8d44e47a5d3_calibri.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1ed7d45e809748f58490f0d04de479f4_calibri.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/50168bc35fae4ed68127688e3203b2f4_calibri.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Cambria";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/6c4f0bd724b84a23bb51e32d9baa9099_cambria.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/f2a5e6754ef34dd69172d350d58f122f_cambria.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/a554c97206074696b457ff3d005c4c01_cambria.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Candara";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/49e1a1a0f4dd4b99bca1acefa4c388ab_candara.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/4124d99ee57a4e57935783533d9d168f_candara.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d0a8a1193cfa41f381abdf83ca94f99a_candara.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Century Gothic";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/158aa8a3ca904a19aa0829a898a8f7de_centurygothic.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/f4426df38d414f32ba6a13d3db404146_centurygothic.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c5e5ff82836c413185146e5446515c0b_centurygothic.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Comic Sans MS";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/342483cd42d6417bb62772c90f056a24_comicsansms.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/dd90feabba95425a8f82c515bb18f617_comicsansms.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/40d4cbe1085245648380422c533d1aa3_comicsansms.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Consolas";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/b224057f52c04a46bf55b0c1cd6bed0c_consolas.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/e11ecc9227ce44328e481783a6db128c_consolas.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/cc5b92a96208431ba76a74008e0b6d36_consolas.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Constantia";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/ba8f3f00057344ad8b0a043c821b87e6_constantia.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/631c4d0e7a954322807f56aa0b5f9042_constantia.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d4eef3677955406eadb2d1b07546ef6a_constantia.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Corbel";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c27dc982ba644bb1a221faf0e6f246e4_corbel.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/e5df52d1aa944c289e222688910ae3df_corbel.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1882e2872cfd4b93a5c2e0de43697ada_corbel.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Courier New";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/627fc7e02cb54c00861614b7b487371c_couriernew.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/9e9e31869cb1453399abaa3687255d69_couriernew.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/164aa87a17164967a08875354b424616_couriernew.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Franklin Gothic Medium";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/8bfcad969fcb49fca72ec8cfb072ade9_franklingothic-medium.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/e0ed70af0d59427bb39fd75f129e6115_franklingothic-medium.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/75a503ab73e94860b5c02b019ffbc240_franklingothic-medium.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"French Script MT";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/8388c48f650741a2b95c9fa5041aef56_frenchscriptmt.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/95fc922395c140fd8717608b8a4838c1_frenchscriptmt.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/b91ce5d461fd459992c54572a185b445_frenchscriptmt.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Garamond";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/2659ba7e4f564446a757268dfd6aa676_garamond.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c81ac657f68d4d948e64b7e80eab732e_garamond.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/19e1926fe0d14e89930a8b658c80bf3a_garamond.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Georgia";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d69ebb5a7ac142d2a1b46b4334c5b4ff_georgia.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1cd7830a60be45ac8a4d28c9f6c55271_georgia.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/3c0e7ff25561440299c3b7fbc325332d_georgia.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Haettenschweiler";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/ff01141702d04ce1bd506ddff7d02bfa_haettenschweiler.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/291434e96d784b23abb6a53004d5e999_haettenschweiler.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/75415aa5c4c24853b01ab1b9d02fe008_haettenschweiler.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/b93b095de3914c65b1500aef2bf58e14_helvetica-regular.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/055b197ae4514ba3877aaa0cf3c8910f_helvetica-regular.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/2fabd59ddbb040b797533da86b7a1243_helvetica-regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Impact";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/14debcbe4e074e09a307c99a1e9b6503_impact.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/7137956bc36e486193eaf0785a716092_impact.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/582164f61b3f43858e37b87b2d978c1e_impact.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Lucida Console";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1393b8a333374b8fb456f0eb3761d0db_lucidaconsole.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/9cff2c118d7f4814b9b40b75a9e38d46_lucidaconsole.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/08e5f2b85ef840e49109043a447a20db_lucidaconsole.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Lucida Grande";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/58d281a9d8eb490681468c6c520963b6_lucidagrande.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/13a0622cc0c8405cb62293c2cfec86dc_lucidagrande.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/3b249c259a3a468e80ae5435ead49353_lucidagrande.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Lucida Sans Unicode";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1c01029942eb4c8c95cec16d5a8e8fce_lucidasansunicode.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/379367834c734306aef92a511c3286f1_lucidasansunicode.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/2c9dac46c661421eb5b5bb79142858a6_lucidasansunicode.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/0abb277b7d6a4950ba71ee614a03f24d_montserrat-regular.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/0770fcd4b909468a8af732b65f31c998_montserrat-regular.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/7f26dea3a00d4dfbba79cb5fcfa6a9a7_montserrat-regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Palatino Linotype";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/09da6877f05a4802916f416928ed0453_palatinolinotype-roman.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/f4bec76e9d054290a8d66e369af39f53_palatinolinotype-roman.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/bff3e47bf8784f7eb517e9f4a43712d6_palatinolinotype-roman.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Papyrus";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/93b2bb823ec9418983686736be436dde_papyrus-regular.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1ebe1da63ccb460ca08b2f3536715ce9_papyrus-regular.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1b7e126b5a354da4ab1c76fa40555fc6_papyrus-regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"PT Sans";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/40b87dbfad3b43b1bf3d601ebbefd087_ptsans-regular.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/5563564c567e42bdbea0579f540031b4_ptsans-regular.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/67ba56b847854030a4dd7c572100a4e8_ptsans-regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Segoe Print";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/2a321fb3dec5429faf7aec4582ab2c8c_segoeprint.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/81a051cbe0d84c91b40bcc9d450f407a_segoeprint.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/a16e9732aaed4666a733a39a8d50189d_segoeprint.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Segoe UI";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/3fcb5b477b0046be86aacb9cd3721e19_segoeui.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/ece2d49e0a3e492fa743fbdf80d44b9f_segoeui.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c31c81c3cfc34030ae5a39526ccbe916_segoeui.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Sylfaen";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/da17d37a3c7c4f6dbf194e98f3762e94_sylfaen.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/ca895aba757e40fbb50ee317a9a93c53_sylfaen.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/03f0a130948a456caa8054ab6125a45d_sylfaen.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Tahoma";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/1f97bf3d6d2f49798cdce78e991fc87d_tahoma.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/8cad8fa3799048e5a09805e13b63ec08_tahoma.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/6de01b9e4f3143aeb63c43692db73300_tahoma.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Terminal";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d074b674eb42417b85945644293bbd88_terminal-regular.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/8d53738479bb44c3acc53c2e20aafcaf_terminal-regular.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/5a67f7b2245343ccb228551064aa9def_terminal-regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Times New Roman";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/9869204fb540419bbbd1363e27117c17_timesnewromanpsmt.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/b6c50f757c9f4ad8a729fbc63014af99_timesnewromanpsmt.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c60071c7fe0a4db0896ff4af4727481d_timesnewromanpsmt.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Trebuchet MS";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/a4dccae8038d49469f0f531115f37ba1_trebuchetms.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/3e69833700344f59872c21bf5d0ddaa6_trebuchetms.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/904a882e317d42e1aa2cc3b13ac7f5c1_trebuchetms.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Verdana";src:url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/a806daeb4aa5499d933f29b2cd2e9e5d_verdana.woff2") format("woff2"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/c6e57621b0e54a208b184ba574ba8aef_verdana.woff") format("woff"),url("https://tvdriveprod.blob.core.windows.net/drive-public-beef6b2751fc4b3e8fcb29a966397173/d26ce9dc4ebd4d31821701854fa125fd_verdana.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}html{font-size:var(--site-design-base-font-size)}@supports(-moz-appearance: none){html{scrollbar-width:thin}}body{min-width:320px;word-wrap:break-word;overflow-x:hidden;line-height:1;-webkit-text-size-adjust:none;background-color:#fff}body.modal-open{overflow:hidden}body.modal-open.override-overflow-auto{overflow:auto}body.no-scroll{overflow:hidden !important}body.with-header.mobile-menu-opened{height:100%;overflow:hidden}body.with-header.mobile-menu-opened header [data-section=headerMobileSection]{z-index:1000}body.with-header.mobile-menu-opened header [data-section=headerMobileSection] .mobile-menu{visibility:visible;opacity:1;transition:visibility .5s linear,opacity .5s linear}body.with-header.mobile-menu-opened header [data-section=headerMobileSection] .mobile-menu-background{background-color:var(--navigation-area-background-color, var(--navigation-mobile-background-color));visibility:visible;transition:background-color .5s linear,opacity .5s linear;opacity:1}body.with-header.mobile-menu-opened header [data-section=headerMobileSection] .mobile-menu-background+.mobile-menu{background:none}body.with-header.mobile-menu-opened header .background{transition:background-color .5s linear,opacity .5s linear}body.with-header header [data-section=headerDesktopSection].view-on-scroll:not(.view-static){--site-design-widget-animation-name: none;--site-design-widget-animation-duration: 1s}@media only screen and (max-width : 767px){body.with-header header .background{background-color:var(--mobile-header-background-color, var(--navigation-mobile-background-color)) !important}body.with-header header .background .background-image,body.with-header header .background video{display:none}}@media only screen and (max-width : 767px){body.with-header header{position:fixed;top:0;left:0;right:0;z-index:100}body.with-header main{margin-top:74px}body.with-header .add-header-mobile~main{margin-top:0}}body.with-header.header-scroll-view{--animation-duration: 0.5s}@media only screen and (min-width : 768px){body.with-header.header-scroll-view header{position:fixed;top:0;left:0;right:0;z-index:100;animation:slide-from-top var(--animation-duration) none;-webkit-animation:slide-from-top var(--animation-duration) none}body.with-header.header-scroll-view main{margin-top:var(--static-header-height)}body.with-header.header-scroll-view [data-section=headerDesktopSection].view-on-scroll:not(.view-static){display:flex}body.with-header.header-scroll-view [data-section=headerDesktopSection].view-static:not(.view-on-scroll){display:none}body.with-header.header-scroll-view [data-section=headerDesktopSection].view-on-scroll.view-static{display:flex}}body body.is-loading{opacity:0;transition:none !important}body body.is-loading>*{opacity:0;transition:none !important}body .background[data-page-background]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#fff}body .background[data-page-background] img,body .background[data-page-background] video{top:auto;left:auto;width:100%;min-width:auto;height:100%;min-height:auto;transform:none;object-fit:cover;background-repeat:no-repeat}.d-none{display:none !important}.hidden{visibility:hidden !important}::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(59,80,125,.5);border-radius:2px}.faded{animation:fadeIn .1s linear forwards !important}@media only screen and (min-width: 992px){.hide-in-desktop{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hide-in-tablet{display:none !important}}@media only screen and (max-width: 767px){.hide-in-mobile{display:none !important}}[data-mesh]{display:grid;grid-template-columns:100%;width:100%;max-width:3000px;margin:0}[data-mesh] .mesh-container{grid-row-start:1;grid-column-start:1;display:flex;flex-direction:column;padding-left:1rem;padding-right:1rem;margin:8px auto;height:calc(100% - 16px);width:100%}[data-mesh] .mesh-container .mesh-row{position:relative;display:inline-flex;width:100%;flex-direction:row;flex-wrap:wrap;min-height:inherit}[data-mesh] .mesh-container .mesh-row.empty{flex:1;display:none}[data-mesh] .mesh-container .mesh-row [data-mesh-col]{position:relative;max-width:100%;padding:0 12px}@media only screen and (max-width : 479px){[data-mesh] .mesh-container{padding-inline:0}[data-mesh] .mesh-container .mesh-row [data-mesh-col]{padding:0 8px}}[data-mesh] .col{display:flex;flex-direction:column}@media only screen and (max-width : 767px){[data-mesh] .col{width:100% !important}}[data-mesh] .col [data-widget=subscribeWidget] .tv-form.column-layout .actions{min-width:calc(2/var(--data-col-size)*100%)}[data-mesh] .col-1{width:8.3333333333%}[data-mesh] .col-2{width:16.6666666667%}[data-mesh] .col-3{width:25%}[data-mesh] .col-4{width:33.3333333333%}[data-mesh] .col-5{width:41.6666666667%}[data-mesh] .col-6{width:50%}[data-mesh] .col-7{width:58.3333333333%}[data-mesh] .col-8{width:66.6666666667%}[data-mesh] .col-9{width:75%}[data-mesh] .col-10{width:83.3333333333%}[data-mesh] .col-11{width:91.6666666667%}[data-mesh] .col-12{width:100%}.modal{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;overflow:hidden;outline:0;background-color:rgba(0,0,0,.6);z-index:1150}.modal .content-wrapper{position:relative;height:100%;width:100%}[data-widget=blogPostWidget] .ck-button-widget{text-decoration:none}[data-widget=blogPostWidget] .ck-button-widget .ck-button-widget-text{font-size:inherit}[data-widget=blogPostWidget] .ck-image-widget .ck-image{height:unset}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh}.popup-section-wrapper{position:relative;height:auto}.popup-overlay{z-index:1000;background-color:#000;opacity:.5}.popup-section-wrapper{z-index:1100}.page-popup-wrapper{display:grid;overflow-y:auto}.page-popup-wrapper[state=disable]{display:none;pointer-events:none}.page-popup-wrapper-position,.page-popup-wrapper-position-builder[popup-view=fit]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;height:100%}.popup-section-wrapper{--pop-up-margin: 16px;height:100%;display:flex}.popup-section-wrapper.layout-center{justify-content:center;align-items:center}.popup-section-wrapper.layout-bottom-left{justify-content:flex-start;align-items:flex-end}.popup-section-wrapper.layout-bottom-left [data-section=popUpSection]{margin-bottom:var(--pop-up-margin);margin-left:var(--pop-up-margin)}.popup-section-wrapper.layout-bottom-right{justify-content:flex-end;align-items:flex-end}.popup-section-wrapper.layout-bottom-right [data-section=popUpSection]{margin-bottom:var(--pop-up-margin);margin-right:var(--pop-up-margin)}.popup-section-wrapper.layout-top-left{justify-content:flex-start;align-items:flex-start}.popup-section-wrapper.layout-top-left [data-section=popUpSection]{margin-top:var(--pop-up-margin);margin-left:var(--pop-up-margin)}.popup-section-wrapper.layout-top-right{justify-content:flex-end;align-items:flex-start}.popup-section-wrapper.layout-top-right [data-section=popUpSection]{margin-top:var(--pop-up-margin);margin-right:var(--pop-up-margin)}.popup-section-wrapper.layout-full-screen{justify-content:center;align-items:center}.popup-section-wrapper.layout-right-sidebar{justify-content:flex-end;align-items:center}.popup-section-wrapper.layout-left-sidebar{justify-content:flex-start;align-items:center}.popup-section-wrapper.layout-bottom-sidebar{justify-content:center;align-items:flex-end}.popup-section-wrapper.layout-top-sidebar{justify-content:center;align-items:flex-start}@media only screen and (max-width : 479px){.popup-section-wrapper{--pop-up-margin: 0}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}mark{background-color:rgba(0,0,0,0);color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=email],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*,*:before,*:after{box-sizing:border-box}a{transition:color .25s ease,background-color .25s ease,border-color .25s ease;color:inherit;text-decoration:underline}h1 br+br,h2 br+br,h3 br+br,p br+br{display:block;content:" "}[data-section]{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:100%}[data-section][data-screen-type=slider].swapping{contain:layout}[data-section].with-active-submenu{z-index:30}[data-section] .content{display:flex;flex:1 1 auto;width:100%;max-width:var(--site-design-section-max-width);position:relative;min-height:50px}@media only screen and (max-width : 479px){[data-section] .content{margin-inline:4px}}[data-section] .background{position:absolute;top:0;bottom:0;right:0;left:0;border-radius:inherit;overflow:hidden}[data-section] .background img,[data-section] .background video{top:auto;left:auto;width:100%;min-width:auto;height:100%;min-height:auto;transform:none;object-fit:cover;background-repeat:no-repeat;object-position:center center}[data-section] .slider-content{--animation-duration: 1s;width:100%;flex:1 1 auto;display:flex}[data-section] .slider-content .slides-wrapper{display:grid;position:relative;width:100%;z-index:20}[data-section] .slider-content .slides-wrapper .slide{visibility:hidden;position:relative;grid-area:1/1/2/2;display:flex;justify-content:center;min-width:0}[data-section] .slider-content .slides-wrapper .slide.active{visibility:visible}[data-section] .slider-content .slides-wrapper .slide:not(.active) [data-widget]{visibility:hidden !important}[data-section] .slider-content .slides-wrapper .slide.slide-from-right{animation:slide-from-right var(--animation-duration) none;-webkit-animation:slide-from-right var(--animation-duration) none}[data-section] .slider-content .slides-wrapper .slide.slide-from-left{animation:slide-from-left var(--animation-duration) none;-webkit-animation:slide-from-left var(--animation-duration) none}[data-section] .slider-content .slides-wrapper .slide.slide-out-left{animation:slide-out-left var(--animation-duration) none;-webkit-animation:slide-out-left var(--animation-duration) none}[data-section] .slider-content .slides-wrapper .slide.slide-out-right{animation:slide-out-right var(--animation-duration) none;-webkit-animation:slide-out-right var(--animation-duration) none}[data-section] .slider-content .navigation-arrows-wrapper{position:absolute;top:0;left:12px;bottom:0;right:12px;display:flex;justify-content:space-between;align-items:center}[data-section] .slider-content .navigation-arrows-wrapper .navigation-arrow{display:flex;justify-content:center;align-items:center;position:relative;z-index:20;width:var(--arrows-size);height:var(--arrows-size);cursor:pointer;border-radius:50px;border:0;font-size:28px;background-color:""}[data-section] .slider-content .navigation-arrows-wrapper .navigation-arrow.arrow-right span{transform:rotate(0deg)}[data-section] .slider-content .navigation-arrows-wrapper .navigation-arrow.arrow-left span{transform:rotate(180deg)}[data-section] .slider-content .navigation-arrows-wrapper .navigation-arrow span::after{display:block;content:"";background:var(--arrows-color);mask-image:url("/common/images/arrow.svg");mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:url("/common/images/arrow.svg");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:calc(var(--arrows-size)/3.875);height:calc(var(--arrows-size)/3.875)}[data-section] .slider-content .navigation-dots-wrapper{position:absolute;left:50%;bottom:0;background-color:rgba(32,32,32,.32);border-radius:20px;margin-bottom:16px;width:fit-content;height:calc(var(--dots-size) + 16px);display:flex;align-items:center;justify-content:center;gap:16px;transform:translate(-50%, -50%);z-index:20;pointer-events:none}[data-section] .slider-content .navigation-dots-wrapper .navigation-dot{display:flex;justify-content:center;align-items:center;position:relative;width:var(--dots-size);height:var(--dots-size);background-color:rgba(0,0,0,0);cursor:pointer;border-radius:50px;border:0;font-size:28px;padding:0;margin:8px 0;box-shadow:inset 0 0 0 1px var(--dots-color);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;pointer-events:all}[data-section] .slider-content .navigation-dots-wrapper .navigation-dot.active{box-shadow:inset 0 0 0 var(--dots-size) var(--dots-color)}[data-section] .slider-content .navigation-dots-wrapper .navigation-dot:first-child{margin:8px 0 8px 12px}[data-section] .slider-content .navigation-dots-wrapper .navigation-dot:last-child{margin:8px 12px 8px 0}[data-section] .slider-content .navigation-dots-wrapper .navigation-dot:only-child{margin:8px}[data-section=popUpSection]{--close-size: 12px;--pop-up-border-radius: 10px;width:var(--pop-up-width);padding:8px 12px 12px 12px;z-index:1001;border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius)}[data-section=popUpSection] .mesh-container{padding-left:0;padding-right:0;margin:24px auto !important}[data-section=popUpSection] .close-wrapper .popup-close-btn{position:absolute;right:24px;top:24px;z-index:100;cursor:pointer;border:0;background:none}[data-section=popUpSection] .close-wrapper .popup-close-btn span::after{display:block;content:"";background:var(--close-color);mask-image:url("/common/images/cross.svg");mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:url("/common/images/cross.svg");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:var(--close-size);height:var(--close-size)}@media only screen and (max-width : 767px){[data-section=popUpSection]{width:100vw;min-height:100vh !important;border-radius:0}}@media only screen and (max-width : 767px){[data-section=headerDesktopSection]{display:none !important}}[data-section=headerDesktopSection].view-on-scroll:not(.view-static){display:none}[data-section=headerMobileSection]{--mobile-header-height: 74px;display:none;padding:12px}[data-section=headerMobileSection] .content{justify-content:space-between;position:unset;z-index:20}[data-section=headerMobileSection] .content>:first-child{margin-right:12px}[data-section=headerMobileSection] .content .logo-wrapper{display:flex;align-items:center;justify-content:center;overflow:hidden}[data-section=headerMobileSection] .content .logo-wrapper a{text-decoration:none}[data-section=headerMobileSection] .content .logo-wrapper a .logo img{height:100%}[data-section=headerMobileSection] .content .logo-wrapper a .title{font-size:1.5rem}[data-section=headerMobileSection] .content .logo-wrapper a .title:empty::before{content:attr(data-placeholder)}[data-section=headerMobileSection] .content .logo-wrapper .logo img{height:100%}[data-section=headerMobileSection] .content .logo-wrapper .title{font-size:1.5rem}[data-section=headerMobileSection] .content .logo-wrapper .title:empty::before{content:attr(data-placeholder)}[data-section=headerMobileSection] .content .burger-wrapper{display:flex;align-items:center}[data-section=headerMobileSection] .content .burger-wrapper .burger-box{position:relative;width:24px;height:24px;transition-duration:.5s}[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-left,[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-right{transition-duration:.5s;position:absolute;height:3px;width:12px;top:12px;background-color:var(--burger-icon-color, var(--navigation-color))}[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-left:before,[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-right:before{transition-duration:.5s;position:absolute;width:12px;height:3px;background-color:var(--burger-icon-color, var(--navigation-color));content:"";top:-8px}[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-left:after,[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-right:after{transition-duration:.5s;position:absolute;width:12px;height:3px;background-color:var(--burger-icon-color, var(--navigation-color));content:"";top:8px}[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-left:hover{cursor:pointer}[data-section=headerMobileSection] .content .burger-wrapper .burger-box .burger-inner-right{left:11px}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-left{transition-duration:.5s;background:rgba(0,0,0,0)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-left:before{transform:rotateZ(45deg) scaleX(1.4) translate(2px, 2px)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-left:after{transform:rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-right{transition-duration:.5s;background:rgba(0,0,0,0)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-right:before{transform:rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box.open .burger-inner-right:after{transform:rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)}[data-section=headerMobileSection] .content .burger-wrapper .burger-box:hover{cursor:pointer}[data-section=headerMobileSection] .content .mobile-menu{background:#fff;padding:16px}[data-section=headerMobileSection] .content .mobile-menu,[data-section=headerMobileSection] .content .mobile-menu-background{position:absolute;height:calc(100dvh - var(--mobile-header-height));width:100%;top:var(--mobile-header-height);left:0;opacity:0;right:0;bottom:0;z-index:100;visibility:hidden;display:flex;justify-content:flex-start;flex-direction:column;overflow-y:auto;overflow-x:hidden;font-family:"Open Sans",sans-serif}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper{flex:1 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .nav-item-name,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .nav-item-name{color:var(--items-link-color)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box{background:var(--boxes-color);border-radius:8px;width:100%}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login{display:flex;align-items:center}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged{width:100%}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged nav ul li:first-child,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged nav ul li:first-child{border-top-left-radius:0;border-top-right-radius:0;border-top:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper{display:flex;gap:12px;padding-left:20px;border:1px solid var(--items-dividers-color);border-radius:8px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper:last-child,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper.with-store-pages,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper.with-store-pages{border-bottom-left-radius:0;border-bottom-right-radius:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-icon-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-icon-wrapper{height:80px;display:flex;align-items:center}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-icon-wrapper .authorized-user-icon,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-icon-wrapper .authorized-user-icon{width:48px;height:48px;-webkit-mask-size:contain;mask-size:contain}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper .username,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper .username{font-size:16px;font-weight:600;line-height:24px;color:var(--items-username-color)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper .email,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.logged .user-info-wrapper .user-details-wrapper .email{font-size:14px;font-weight:500;line-height:22px;color:var(--items-email-color)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.not-logged,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.not-logged{display:flex;align-items:center;height:56px;width:100%;padding-left:20px;border:1px solid var(--items-dividers-color);border-radius:8px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.not-logged .nav-item-name,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.not-logged .nav-item-name{width:100%}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.not-logged .nav-item-name a,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.not-logged .nav-item-name a{width:100%;display:flex;gap:9px;align-items:center;text-decoration:none;font-size:16px;font-weight:600;line-height:24px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.not-logged .nav-item-name a .login-icon-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.not-logged .nav-item-name a .login-icon-wrapper{display:flex}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.login .box-content.not-logged .nav-item-name a .login-icon-wrapper .login-icon,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.login .box-content.not-logged .nav-item-name a .login-icon-wrapper .login-icon{width:20px;height:20px;background-color:var(--items-link-color);-webkit-mask:url("/common/images/login.svg") no-repeat center;mask:url("/common/images/login.svg") no-repeat center;-webkit-mask-size:contain;mask-size:contain}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.logout,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.logout{display:flex;border:1px solid var(--items-dividers-color);cursor:pointer}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.logout .box-content,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.logout .box-content{display:flex;align-items:center;justify-content:flex-start;padding-left:20px;height:56px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.logout .box-content a,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.logout .box-content a{display:flex;gap:9px;align-items:center;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.logout .box-content .logout-icon-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.logout .box-content .logout-icon-wrapper{display:flex}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box.logout .box-content .logout-icon-wrapper .logout-icon,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box.logout .box-content .logout-icon-wrapper .logout-icon{width:20px;height:20px;background-color:var(--items-link-color);-webkit-mask:url("/common/images/logout.svg") no-repeat center;mask:url("/common/images/logout.svg") no-repeat center;-webkit-mask-size:contain;mask-size:contain}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav{width:100%;height:100%}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu{list-style:none}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu li,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu li{display:flex;align-items:center;margin-left:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu li::before,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav.custom-bullets ul.root li .links-wrapper .submenu li::before{content:"•";color:var(--items-link-color);margin-left:20px;margin-right:8px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul{display:flex;flex-direction:column;align-items:start}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper{width:100%;min-height:56px;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:16px 0 16px 20px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper.open,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper.open{padding-bottom:12px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper.open .nav-item-name,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper.open .nav-item-name{height:56px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .nav-item-name,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .nav-item-name{display:inline-flex;align-items:center;width:100%;line-height:1.5em}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .nav-item-name a,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .nav-item-name a{width:100%;display:flex;align-items:center;text-decoration:none}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu{list-style:none;display:block;visibility:hidden;margin-top:0;padding-left:0;height:0;opacity:0;transition:height .5s linear,opacity .5s linear;width:100%}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu.open,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu.open{visibility:visible;height:auto;opacity:1}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu li,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu li{display:flex;align-items:center;margin-left:0;border:0;padding:0;min-height:20px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu li::before,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu li::before{content:"•";color:var(--items-link-color);margin-left:20px;margin-right:8px}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper{padding-left:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper .nav-item-name,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper .nav-item-name{height:initial}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper .nav-item-name a,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .links-wrapper .submenu li.sublink .links-wrapper .nav-item-name a{font-size:14px;width:100%;text-align:start;display:inline-block}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .chevron-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .chevron-wrapper{display:flex;align-items:center;justify-content:center;height:56px;width:56px;cursor:pointer}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .chevron-wrapper .chevron,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .chevron-wrapper .chevron{width:40px;height:40px;background-color:var(--items-link-color);-webkit-mask:url("/common/images/chevron.svg") no-repeat center;mask:url("/common/images/chevron.svg") no-repeat center;-webkit-mask-size:contain;mask-size:contain}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li .chevron-wrapper .chevron.open,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li .chevron-wrapper .chevron.open{transform:rotate(180deg)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li.with-sublink,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li.with-sublink{display:flex;justify-content:space-between}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul.root li.with-sublink .links-wrapper,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul.root li.with-sublink .links-wrapper{align-items:start}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul li,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul li{font-size:16px;font-weight:600;line-height:24px;min-height:56px;width:100%;border:1px solid var(--items-dividers-color);border-top:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul li:first-child,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul li:first-child{border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid var(--items-dividers-color)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul li:last-child,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul li:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:1px solid var(--items-dividers-color);border-top:0}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul li.one-link,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul li.one-link{border-top:1px solid var(--items-dividers-color)}[data-section=headerMobileSection] .content .mobile-menu .nav-wrapper .box nav ul li a,[data-section=headerMobileSection] .content .mobile-menu-background .nav-wrapper .box nav ul li a{width:100%;display:contents;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-section=headerMobileSection] .content .mobile-menu .elements,[data-section=headerMobileSection] .content .mobile-menu-background .elements{flex:0 1;margin:0 20px;margin-bottom:6vw;display:flex;justify-content:center}@media only screen and (max-width : 767px){[data-section=headerMobileSection]{display:flex;min-height:auto}}[data-section=liteHeaderSection] .background{background-color:var(--lite-header-background-color, #FFF) !important}[data-section=liteHeaderSection] .content{display:flex;justify-content:space-between;align-items:center;max-width:100% !important;height:56px;padding-inline:30px;padding-block:8px;border-bottom:solid 1px #d2d2d2}[data-section=liteHeaderSection] .content.layout-logo-first{flex-direction:row}[data-section=liteHeaderSection] .content.layout-close-first{flex-direction:row-reverse}[data-section=liteHeaderSection] .content .close-button{display:flex;justify-content:center;align-items:center;cursor:pointer}[data-section=liteHeaderSection] .content .close-button .close-button-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%}[data-section=liteHeaderSection] .content .close-button .close-button-link .icon{display:inline-block;width:28px;height:28px}[data-section=liteHeaderSection] .content .title-wrapper{display:flex;flex-direction:row;align-items:center}[data-section=liteHeaderSection] .content .title-wrapper .title{font-family:Open Sans,sans-serif;font-weight:400;font-size:20px;line-height:22px;vertical-align:middle;text-transform:uppercase;color:#393c40}[data-section=liteHeaderSection] .content .logo-wrapper img{height:100%}[data-section=errorSection] .error-content{font-family:Open Sans,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;background:#fff;width:100%;height:100dvh}[data-section=errorSection] .error-content .icon-wrapper{display:flex;justify-content:center;align-items:center;border-radius:50%;width:64px;height:64px;background:#fff0f0}[data-section=errorSection] .error-content .icon-wrapper .icon{border:2px solid #f93c00;border-radius:50%;width:28px;height:28px}[data-section=errorSection] .error-content .icon-wrapper .icon.exclamation-mark{background:url("/common/images/error-exclamation-mark.svg") no-repeat center}[data-section=errorSection] .error-content .icon-wrapper .icon.cross{background:url("/common/images/error-cross.svg") no-repeat center}[data-section=errorSection] .error-content .info-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-family:Open Sans,sans-serif;color:#393c40;text-align:center}[data-section=errorSection] .error-content .info-wrapper .title{font-weight:600;font-size:24px;line-height:28px}[data-section=errorSection] .error-content .info-wrapper .subtitle{font-weight:400;font-size:14px;line-height:20px}[data-section=errorSection] .error-content .action-button{height:40px;border:1px solid #dbdbdb;border-radius:8px;background-color:#fff;cursor:pointer;padding-inline:16px;padding-block:8px}[data-section=errorSection] .error-content .action-button span{font-family:Open Sans,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#202020}.spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:rgba(0,0,0,0)}.spinner.full-screen{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);z-index:20}.spinner .spinner-icon{border-radius:50%;animation:spin 2s linear infinite;width:24px;height:24px;background:conic-gradient(from -90deg at 50% 50%, transparent 0deg, #12A3F8 360deg);-webkit-mask-image:radial-gradient(circle at center, transparent 8.5px, black 9px);mask-image:radial-gradient(circle at center, transparent 8.5px, black 9px)}[data-widget]{visibility:hidden;width:100%;min-height:12px;position:relative;overflow:inherit;padding:2px;margin:8px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}[data-widget].visible{visibility:visible}[data-widget][data-animation-source=widget]>.widget-content.animation-ready,[data-widget][data-animation-source=widget]>.widget-contents>.widget-content.animation-ready{transition:none !important;opacity:0}[data-widget][data-animation-source=widget]>.widget-content.animation-ready.animate,[data-widget][data-animation-source=widget]>.widget-contents>.widget-content.animation-ready.animate{transition:inherit;animation-name:var(--current-widget-animation-name);animation-duration:var(--current-widget-animation-duration);animation-fill-mode:forwards}[data-widget]:not([animated-widget=false]):not([data-animation-source=widget])>.widget-content.animation-ready,[data-widget]:not([animated-widget=false]):not([data-animation-source=widget])>.widget-contents>.widget-content.animation-ready{transition:none !important;opacity:0}[data-widget]:not([animated-widget=false]):not([data-animation-source=widget])>.widget-content.animation-ready.animate,[data-widget]:not([animated-widget=false]):not([data-animation-source=widget])>.widget-contents>.widget-content.animation-ready.animate{transition:inherit;animation-name:var(--site-design-widget-animation-name);animation-duration:var(--site-design-widget-animation-duration);animation-fill-mode:forwards}[data-widget] .widget-background{position:absolute;top:0;bottom:0;right:0;left:0;border-radius:inherit;overflow:hidden}[data-widget] .widget-background img,[data-widget] .widget-background video{top:auto;left:auto;width:100%;min-width:auto;height:100%;min-height:auto;transform:none;object-fit:cover;background-repeat:no-repeat;object-position:center center}[data-widget] .widget-content{flex:1 1 auto;position:relative;overflow:hidden;width:100%;height:100%}[data-widget] .not-available{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-color:#fff}[data-widget] .not-available .text-wrapper.align-left{text-align:left}[data-widget] .not-available .text-wrapper.align-center{text-align:center}[data-widget] .not-available .text-wrapper .text{max-width:100%;max-height:100%;overflow:hidden;word-break:break-word;color:#7b828e;line-height:1.5}[data-widget] .not-available .text-wrapper .text.primary-text{font-size:calc(.6vw + 1rem)}[data-widget] .not-available .text-wrapper .text.secondary-text{font-size:1rem}[data-widget] .popup-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-color:#f2f5f7}[data-widget] .overlay{position:absolute;z-index:10;left:0;right:0;top:0;bottom:0;padding:8px;font-size:18px;background-color:rgba(255,255,255,.9);display:flex;text-align:center;align-items:center;justify-content:center}[data-widget] .overlay.error{color:#d00}[data-widget] .dropdown-menu{display:none;flex-direction:column;align-items:flex-start;padding:4px 0;position:absolute;min-width:140px;z-index:100;overflow:hidden;box-shadow:0px 0px 2px rgba(0,0,0,.1),0px 4px 16px rgba(0,0,0,.2)}[data-widget] .dropdown-menu .dropdown-menu-item{display:flex;flex-direction:row;align-items:center;width:100%;height:32px;cursor:pointer}[data-widget] .dropdown-menu .dropdown-menu-item .link{text-decoration:none;padding:6px 16px;width:100%;height:100%;display:flex;align-items:center;white-space:nowrap}[data-widget] .dropdown-menu .divider{width:100%;height:1px;margin:8px 0;border-top:1px solid #dbdbdb}[data-widget] .dropdown-menu.show{display:flex}[data-widget].empty-content{height:0 !important;min-height:0 !important;margin:0;padding:unset !important}[data-widget].aspect-ratio-resizable{padding:0}[data-widget].aspect-ratio-resizable .widget-content{position:absolute;top:0;left:0;bottom:0;right:0}[data-widget].alignable .widget-content{display:flex}[data-widget].alignable.horizontal .widget-content{flex-direction:row}[data-widget].alignable.vertical .widget-content{flex-direction:column}[data-widget].alignable.justify-start .widget-content{justify-content:flex-start}[data-widget].alignable.justify-center .widget-content{justify-content:center}[data-widget].alignable.justify-end .widget-content{justify-content:flex-end}[data-widget].alignable.align-start .widget-content,[data-widget].alignable.align-top .widget-content{align-items:flex-start}[data-widget].alignable.align-center .widget-content{align-items:center}[data-widget].alignable.align-end .widget-content,[data-widget].alignable.align-bottom .widget-content{align-items:flex-end}.modal .instruction.content-wrapper{display:flex;flex-direction:column;align-self:center;width:640px;height:480px;min-width:360px;max-width:1200px;overflow:hidden;gap:0;margin:auto 0;border-radius:16px;background-color:#fff;color:#393c40;font-family:Open Sans,sans-serif}.modal .instruction.content-wrapper .header{display:flex;width:100%;max-height:72px;padding:24px 68px 16px 32px}.modal .instruction.content-wrapper .header .title{font-size:24px;font-weight:700;line-height:32px}.modal .instruction.content-wrapper .header .close-btn{display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;position:absolute;top:8px;right:8px;background:rgba(0,0,0,0);border:none;outline:none;cursor:pointer}.modal .instruction.content-wrapper .header .close-btn .close-icon{--icon-size: 20px}.modal .instruction.content-wrapper .header .close-btn .close-icon::before{content:"";display:flex;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;background-color:#70757d;width:var(--icon-size);height:var(--icon-size);mask-image:url("../../../common/images/cross.svg");-webkit-mask-image:url("../../../common/images/cross.svg")}.modal .instruction.content-wrapper .info-wrapper{display:flex;width:100%;padding:4px 8px 8px 12px;overflow-y:scroll;font-size:16px;font-weight:400;line-height:27px}.modal .instruction.content-wrapper .info-wrapper .info{white-space:pre-wrap}.modal .instruction.content-wrapper .info-wrapper .info ul{list-style:inherit;padding-left:2rem}.modal .instruction.content-wrapper .info-wrapper .info ol{list-style:decimal;padding-left:2rem}.modal .instruction.content-wrapper .info-wrapper .info a{color:#3b507d}.modal .instruction.content-wrapper .info-wrapper .info h1{font-size:2.5em;line-height:40px}.modal .instruction.content-wrapper .info-wrapper .info h2{font-size:2em;line-height:32px}.modal .instruction.content-wrapper .info-wrapper .info h3{font-size:1.75em}.modal .instruction.content-wrapper .info-wrapper .info h4{font-size:1.5em}.modal .instruction.content-wrapper .info-wrapper .info p{font-size:16px}@media only screen and (max-width : 767px){.modal .instruction.content-wrapper{width:100%;height:100%}}.dropdown-wrapper{display:flex;position:relative;flex-direction:column;gap:8px}.dropdown-wrapper .chevron{position:absolute;right:12px;top:10px;pointer-events:none}.dropdown-wrapper .chevron::before{content:"";display:inline-block;width:20px;height:20px;background-image:url("/common/images/double-chevron.svg");background-size:contain;background-repeat:no-repeat}.dropdown-wrapper .native-select{opacity:0;width:100%;height:100%;position:absolute}.dropdown-wrapper .dropdown{position:relative;display:flex;align-items:center;font-family:Open Sans,sans-serif;font-weight:400;font-size:16px;line-height:22px;border-radius:8px;outline:none;border:1px solid #dce0e5;cursor:pointer;padding:0 32px 0 12px;height:40px;width:100%;color:#202020;z-index:1}.dropdown-wrapper .dropdown.open{z-index:10}.dropdown-wrapper .dropdown:focus,.dropdown-wrapper .dropdown.open{border-color:#12a3f8;outline:3px solid rgba(18,163,248,.25)}.custom-dropdown-menu{font-family:Open Sans,sans-serif;font-weight:400;font-size:16px;position:absolute;z-index:1000;background-color:#fff;border-radius:8px;overflow:auto;box-shadow:0px 0px 2px rgba(0,0,0,.1),0px 4px 16px rgba(0,0,0,.2)}.custom-dropdown-menu .menu-item{padding-inline:12px;line-height:24px;cursor:pointer}.custom-dropdown-menu .menu-item:hover,.custom-dropdown-menu .menu-item:focus{background-color:#f0f2f5;outline:none}.custom-dropdown-menu .menu-item.selected{background-color:#12a3f8;color:#fff}
