@charset "utf-8";

.score-grippy-button { cursor: grab; opacity: 0.2; position: absolute; right: 6px; top: 14px; width: 8px; }

.score-grippy-button:hover { opacity: 1; }

.score-screenshot-container { background: rgb(0, 0, 0); cursor: pointer; opacity: 0.5; width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; z-index: 1000000; }

.score-screenshot-overlay { background: rgb(255, 255, 255); position: absolute; }

.prevent-select { user-select: none; }

.score-hover-button { cursor: pointer; top: 90px; display: none; font-family: Roboto, Helvetica, Arial, sans-serif; flex-direction: column; right: 0px; position: fixed; width: 80px; background: linear-gradient(rgb(6, 152, 100) 0%, rgb(5, 92, 61) 100%); box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 35px; min-height: 64px; border-radius: 10px 0px 0px 10px; z-index: 2147483647; user-select: none; }

.score-hover-button-img { margin: auto; width: 50px; }

.score-hover-button-text { color: rgb(255, 255, 255); display: none; line-height: 20px; padding: 0px 2px 6px; font-size: 14px; font-weight: 400; text-align: center; }

.score-options-container { border-radius: 4px; border: 1px solid rgb(158, 158, 158); color: rgb(0, 118, 0); display: inline-flex; padding: 8px 10px; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 700; cursor: pointer; }

.score-options-amazon { height: 40px; margin-bottom: 4px; }

.score-options-ebay { margin: auto auto 12px 18.5%; height: 20px; }

.score-options-logo { margin-right: 10px; width: 50px; height: 16px; }

.score-options-loading-spinner { width: 20px; height: 20px; margin-right: 8px; }

.score-modal-results-loading-container { display: flex; }

.score-modal-results-loading-spinner { margin: auto; }

.score-main-container { border: 1px solid rgb(188, 189, 189); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 35px 0px; color: rgb(52, 64, 84); display: none; flex-direction: column; font-family: Roboto, Helvetica, Arial, sans-serif; letter-spacing: 0px; line-height: normal; position: fixed; z-index: 2147483647; background-color: rgb(255, 255, 255); height: 700px; width: 440px; top: 50px; right: 20px; }

@media screen and (min-height: 1080px) {
  .score-main-container { height: 900px; }
}

.score-modal-feedback { color: rgb(6, 152, 100); font-weight: 700; font-size: 16px; text-align: center; padding: 6px; margin-bottom: 10px; cursor: pointer; }

.score-modal-top-bar { padding: 20px 16px 8px; z-index: 10; }

.score-modal-toast-container { cursor: pointer; position: absolute; margin-top: -21px; left: 120px; text-align: center; }

.score-modal-toast-text { color: rgb(255, 255, 255); font-weight: 500; font-size: 16px; top: 41%; left: 50%; width: 200px; position: absolute; transform: translate(-50%, -50%); }

.score-modal-logo-container { align-items: center; display: flex; flex-basis: 26px; justify-content: space-between; margin-bottom: 8px; }

.score-modal-logo { cursor: pointer; height: 20px; width: 60px; }

.score-modal-right-buttons { display: flex; align-items: center; }

.score-modal-close-modal { cursor: pointer; height: 20px; width: 20px; }

.score-modal-content { flex-grow: 1; overflow-y: auto; padding: 8px 12px; }

.score-modal-current-search { display: flex; margin-bottom: 8px; }

.score-modal-current-image-container { min-height: 80px; min-width: 80px; display: flex; position: relative; overflow: hidden; }

.score-modal-current-image { width: 80px; object-fit: contain; height: 80px; }

.score-modal-current-title-brand-container { padding-left: 16px; padding-right: 16px; display: flex; flex-direction: column; justify-content: center; }

.score-modal-brand-right-container, .score-modal-brand-left-container { display: flex; align-items: center; }

.score-modal-amazon-stars { padding-right: 4px; width: 60px; height: 12px; }

.score-modal-amazon-num-people { color: rgba(95, 99, 104, 0.6); }

.score-modal-current-title { color: rgb(52, 64, 84); font-size: 16px; line-height: 20px; margin-bottom: 4px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.score-modal-current-brand-container { display: flex; align-items: center; justify-content: space-between; }

.score-modal-current-brand { font-size: 14px; }

.score-modal-try-different-image { font-size: 12px; color: rgb(120, 129, 138); }

.score-modal-sort-row-container { align-items: center; display: flex; justify-content: space-between; }

.score-modal-items-found-container { display: flex; justify-content: space-between; margin-bottom: 8px; }

.score-modal-items-found { color: rgb(52, 64, 84); }

.score-modal-share-results { color: rgb(6, 152, 100); cursor: pointer; font-weight: 500; }

.score-modal-sort-by-container { cursor: pointer; display: flex; gap: 8px; font-weight: 500; color: rgb(52, 64, 84); margin-bottom: 12px; }

.score-modal-filter-dropdown, .score-modal-sort-dropdown { align-items: center; border: 1px solid rgb(208, 213, 221); border-radius: 8px; display: flex; font-size: 14px; gap: 8px; height: 24px; padding: 4px 10px; }

.score-modal-filter-modal, .score-modal-sort-modal { background: rgb(255, 255, 255); border-radius: 4px; border: 1px solid rgb(207, 207, 207); display: block; padding: 10px; position: absolute; z-index: 100; top: 204px; }

.score-modal-filter-modal { width: 256px; }

.score-modal-sort-modal { right: 8px; width: 200px; }

.score-modal-filter-product-info-text, .score-modal-sort-product-info-text { font-weight: 700; }

.score-modal-filter-product-info, .score-modal-sort-product-info { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }

.score-modal-close-filter-modal, .score-modal-close-sort-modal { cursor: pointer; width: 12px; height: 12px; }

.score-modal-filter-input, .score-modal-sort-input { accent-color: rgb(6, 152, 100); cursor: pointer; margin: 0px 8px 0px 0px; }

.score-modal-filter-label, .score-modal-sort-label { cursor: pointer; font-weight: 400; }

.score-modal-filter-div, .score-modal-sort-div { margin-bottom: 4px; cursor: pointer; display: flex; }

.score-modal-divider { border-color: rgb(225, 225, 225); color: rgb(255, 255, 255); border-style: solid; border-width: 1px 0px 0px; margin: 12px 0px; }

.score-modal-grid-header { font-weight: 700; margin-bottom: 8px; }

.score-modal-results { display: grid; gap: 20px 12px; grid-template-columns: 126px 126px 126px; }

.score-modal-each-result-price, .score-modal-original-price { border-radius: 9999px; font-size: 14px; font-weight: 700; display: flex; border: 1px solid rgb(190, 190, 190); background: rgb(255, 255, 255); left: 4px; top: 12px; padding: 0px 10px; align-items: center; position: absolute; height: 28px; }

.score-modal-each-result-price-cheaper { color: rgb(13, 132, 89); }

.score-modal-original-price { padding: 0px 10px; }

.score-modal-results-loading { text-align: center; padding: 20px 0px 0px; }

.score-modal-email-input { background: rgb(255, 255, 255); border-radius: 8px; border: 1px solid rgb(211, 211, 211); box-sizing: border-box; font-size: 18px; height: 40px; padding: 8px 16px; text-align: center; width: 240px; margin-bottom: 20px; }

.score-modal-affiliate-disclaimer { text-align: center; font-size: 12px; font-style: italic; color: gray; margin-top: 24px; }

.score-modal-rate-results-text { margin-top: 8px; text-align: center; }

.score-modal-rate-stars-container { transform: scale(-1, 1); display: flex; justify-content: center; height: 46px; padding: 4px 10px; }

.score-modal-rate-stars-container:not(:checked) > input { display: none; }

.score-modal-rate-stars-container:not(:checked) > label { width: 1em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 30px; color: rgb(204, 204, 204); }

.score-modal-rate-stars-container:not(:checked) > label::before { content: "★ "; }

.score-modal-rate-stars-container > input:checked ~ label { color: rgb(255, 199, 0); }

.score-modal-rate-stars-container:not(:checked) > label:hover, .score-modal-rate-stars-container:not(:checked) > label:hover ~ label { color: rgb(222, 178, 23); }

.score-modal-rate-stars-container > input:checked + label:hover, .score-modal-rate-stars-container > input:checked + label:hover ~ label, .score-modal-rate-stars-container > input:checked ~ label:hover, .score-modal-rate-stars-container > input:checked ~ label:hover ~ label, .score-modal-rate-stars-container > label:hover ~ input:checked ~ label { color: rgb(197, 155, 8); }

.score-modal-terms-privacy { text-align: center; margin-top: 6px; color: gray; font-size: 12px; opacity: 0.75; }

.score-modal-terms-privacy a { text-decoration: none; }

.score-modal-give-feedback { color: rgb(6, 152, 100); display: block; margin-bottom: 4px; }

.display-flex { display: flex; }

a { text-decoration: none; }

.background-primary { background-color: rgb(6, 152, 100); }

.background-gray { background-color: rgb(158, 158, 158); }

.score-button-primary { border-radius: 8px; background-color: rgb(6, 152, 100); color: rgb(255, 255, 255); cursor: pointer; font-size: 16px; font-weight: 700; padding: 10px; text-align: center; }

.score-button-secondary { border-radius: 50px; color: rgb(6, 152, 100); cursor: pointer; font-weight: 700; outline: rgb(6, 152, 100) solid 1px; margin: 18px auto auto; padding: 8px 10px; text-align: center; text-transform: uppercase; width: 120px; }

.score-modal-results-container { font-size: 14px; padding-bottom: 16px; }

.score-modal-results-container.modal-open { opacity: 0.25; }

.score-product-info { margin-bottom: 8px; padding: 0px 12px 12px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px; }

.score-product-info .recommendation-header { font-size: 20px; font-weight: 700; margin-bottom: 12px; }

.score-product-info .pros-cons { color: rgb(172, 172, 172); font-weight: 700; font-size: 12px; margin-bottom: 4px; }

.score-product-info .pro-con-bullet { display: flex; align-items: center; margin-bottom: 6px; }

.score-product-info .pro-con-bullet .pro-con-image { margin-right: 8px; }

.score-product-info .row { display: flex; flex-flow: wrap; width: 100%; }

.score-product-info .column { display: flex; flex-direction: column; flex: 1 1 0%; }

.score-product-info .single-recommendation-reasons { margin-top: 4px; }

.score-product-info .score-modal-current-search.show-cta-button .score-modal-current-title-brand-container { padding-left: 8px; padding-right: 8px; width: 200px; }

.score-product-info .score-modal-recommended-cta-container { padding-top: 16px; width: 120px; }

.score-product-info { margin-bottom: 8px; padding: 0px 12px 12px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px; }

.score-product-info .recommendation-header { font-size: 20px; font-weight: 700; margin-bottom: 12px; }

.score-product-info .pros-cons { color: rgb(172, 172, 172); font-weight: 700; font-size: 12px; margin-bottom: 4px; }

.score-product-info .pro-con-bullet { display: flex; align-items: center; margin-bottom: 6px; }

.score-product-info .pro-con-bullet .pro-con-image { margin-right: 8px; }

.score-product-info .row { display: flex; flex-flow: wrap; width: 100%; }

.score-product-info .column { display: flex; flex-direction: column; flex: 1 1 0%; }

.score-product-info .single-recommendation-reasons { margin-top: 4px; }

.score-product-info .score-modal-current-search.show-cta-button .score-modal-current-title-brand-container { padding-left: 8px; padding-right: 8px; width: 200px; }

.score-product-info .score-modal-recommended-cta-container { padding-top: 16px; width: 120px; }

.score-modal-sort-by-container .filter-results-img { width: 15px; height: 13px; }

.score-modal-sort-by-container .sort-arrow-img { width: 10px; height: 5px; }

.score-modal-sort-by-container .score-modal-text-filter-input { background: rgb(255, 255, 255); border-radius: 8px; border: 1px solid rgb(211, 211, 211); box-sizing: border-box; display: block; height: 34px; padding: 2px 8px; min-width: 180px; }

.score-modal-sort-by-container .score-modal-text-filter-input:focus { outline: rgb(6, 152, 100) solid 1px; }

.score-modal-each-result-container { display: block; color: rgb(0, 0, 0); padding-top: 8px; cursor: pointer; text-decoration: none; }

.score-modal-each-result-container:first-of-type { padding-top: 0px; }

.score-modal-each-result-container.amazon { justify-content: space-between; }

.score-modal-each-result-container.amazon .score-modal-each-result-url { display: flex; }

.score-modal-each-result-image-container { min-height: 100px; display: flex; position: relative; overflow: hidden; }

.score-modal-each-result-image { border-radius: 8px; max-height: 120px; height: 100%; margin: auto; width: auto; }

.score-modal-each-result-url-container { align-items: center; display: flex; font-size: 12px; color: rgb(95, 99, 104); padding-top: 10px; }

.score-modal-each-result-favicon { height: 16px; width: 16px; border-radius: 4px; margin-right: 4px; }

.score-modal-each-result-url { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.score-modal-each-result-url-amazon-num-reviews { color: rgba(95, 99, 104, 0.6); font-size: 12px; }

.score-modal-each-result-amazon-stars { padding-right: 4px; width: 60px; height: 12px; }

.score-modal-each-result-title { color: rgb(73, 78, 83); display: -webkit-box; font-weight: 500; font-size: 14px; height: 56px; line-height: 18px; padding-top: 4px; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.score-modal-each-result-condition { color: rgba(73, 78, 83, 0.4); }

.score-did-you-find-text, .score-find-page-two-text { font-size: 24px; line-height: 30px; margin: auto auto 20px; max-width: 260px; }

.score-form-button { cursor: pointer; max-width: 200px; font-size: 20px; margin: 15px auto 10px; padding: 8px 20px; border-radius: 4px; color: rgb(255, 255, 255); }

.score-modal-post-results-container { padding-top: 40px; position: absolute; text-align: center; z-index: 10; background: rgba(255, 255, 255, 0.7); left: 0px; right: 0px; height: 700px; overflow: scroll; }

.score-modal-post-results-close { position: absolute; right: 20px; opacity: 0.8; cursor: pointer; height: 20px; width: 20px; }

.score-dyf-option { background-color: rgb(158, 158, 158); display: block; margin: auto auto 15px; }

body, div, form, h1, h2, h3, input, li, p, textarea, ul { margin: 0px; padding: 0px; }

h1, h2, h3 { font-size: 100%; font-weight: 400; font-style: normal; }

ul { list-style: none; }

img { border: 0px; }

footer, header, nav, section { display: block; margin: 0px; padding: 0px; }

html { display: block; }

body { text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-family: calibre; font-size: 21px; line-height: 30px; }

a { color: rgb(34, 34, 34); text-decoration: none; }

a:hover { color: rgba(34, 34, 34, 0.8); }

@font-face { font-family: calibre; src: url("e9bbfbdd50c30be49c95eb17bfc7f72c56df9e90.woff") format("woff"); font-weight: 700; font-style: normal; }

#article_title:not(.font-loaded) { font-family: "segoe ui"; font-weight: 700; font-size: 34px; }

#gazeta_article_lead:not(.font-loaded) { font-family: "segoe ui"; font-weight: 600; font-size: 19px; letter-spacing: -0.25px; }

.commentsApp { padding-bottom: 30px; }

.commentsApp * { outline: 0px; }

.commentsApp__header { display: flex; justify-content: space-between; align-items: flex-end; flex-flow: wrap; }

.commentsApp__heading { color: rgb(34, 34, 34); font: 600 30px / 35px calibre, sans-serif; margin-bottom: 1rem; }

.commentsApp__headerCounter { font-weight: 400; }

.commentsApp__sorting { position: relative; }

.commentsApp__textStyledBtn { cursor: pointer; background: 0px 0px; border: none; padding: 0px; transition: 0.2s ease-out; }

.commentsApp__textStyledBtn:hover { opacity: 0.8; }

.commentsApp__sortingSelected { font: 600 15px / 18px calibre, sans-serif; color: rgb(102, 102, 102); }

.commentsApp__sortingSelected::first-letter { text-transform: uppercase; }

.commentsApp__sortingTriangle { vertical-align: middle; margin-left: 7px; }

.commentsApp__sortingTrianglePath { fill: rgb(102, 102, 102); }

.commentsApp__articleTitle { color: rgb(153, 153, 153); font: 400 15px / 21px calibre, sans-serif; padding: 10px 0px 15px; }

body { overflow-anchor: none; }

.commentsApp__infoMessage { height: 0px; transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out; width: 100%; font: 600 15px / 18px calibre, sans-serif; padding: 0px 6px; margin-top: 5px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }

.commentsApp__comment .commentsApp__infoMessage { width: calc(100% - 40px); margin-left: 40px; }

.commentsApp__infoMessageClose { cursor: pointer; }

.commentsApp__textField { box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 2px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; }

.commentsApp__comment .commentsApp__textField { height: 0px; overflow: hidden; opacity: 0; }

.commentsApp__textField:not(.commentsApp__textField--active) ~ .commentsApp__infoMessage { width: 100%; margin-left: 0px; }

.commentsApp__addCommentTextarea { font: 400 18px / 25px calibre, sans-serif; width: 100%; border: none; display: block; padding: 12px 20px 11px; }

.commentsApp__addCommentTextarea--revealBottom { color: rgb(34, 34, 34); resize: vertical; transition: min-height 1s ease-in-out; min-height: 110px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 2px; }

.commentsApp__addCommentTextarea--revealBottom::-webkit-input-placeholder { color: rgb(34, 34, 34); }

.commentsApp__addCommentTextarea::-webkit-input-placeholder { color: rgb(153, 153, 153); }

.commentsApp__bottom { justify-content: space-between; align-items: center; flex-flow: wrap; box-shadow: rgba(0, 0, 0, 0.04) 0px -2px 2px; border-radius: 0px 0px 2px 2px; }

.commentsApp__addCommentTextarea--revealBottom + .commentsApp__bottom { padding: 20px; display: flex; }

.commentsApp__bottomFrame { display: flex; flex-direction: column; position: relative; height: 20px; transition: height 0.5s ease-in-out; padding-right: 10px; outline: 0px; }

.commentsApp:not(.commentsApp--logged) .commentsApp__bottomFrame { visibility: hidden; width: 1px; }

.commentsApp__bottomFrame::after { content: ""; position: absolute; right: 0px; top: 7px; width: 8px; height: 4px; background-image: url("2ac29dccf9b0a6dad7bf3c05b766d8ed055f8653.svg"); background-repeat: no-repeat; cursor: pointer; }

.commentsApp__bottomFrame .commentsApp__bottomFrameElement { background: 0px 0px; border: 0px; text-align: left; font: 600 15px / 18px calibre, sans-serif; }

.commentsApp__bottomFrame .commentsApp__userName { padding: 0px 6px 0px 0px; cursor: pointer; color: rgb(102, 102, 102); transition: 0.2s ease-out; }

.commentsApp__bottomFrame .commentsApp__userName:hover { opacity: 0.8; }

.commentsApp__button { background: rgb(68, 68, 68); color: rgb(255, 255, 255); border: none; border-radius: 15px; padding: 6px 20px; text-transform: uppercase; transition: 0.2s ease-out; font: 600 15px / 18px calibre, sans-serif; cursor: pointer; }

.commentsApp__button:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.2) 0px 4px 7px 0px; filter: brightness(120%); }

.commentsApp__commentsContainer { margin: 26px 0px 0px; display: flex; flex-direction: column; }

.commentsApp__comment { margin: 0px 0px 5px; padding: 18px 0px 0px; border-top: 1px solid rgb(229, 229, 229); }

.commentsApp__comment--first, .commentsApp__comment:first-of-type { padding: 0px; border-top: none; }

@keyframes blinkBackgorund { 
  0% { background-color: rgb(255, 255, 255); }
  50% { background-color: rgb(253, 242, 192); }
  100% { background-color: rgb(255, 255, 255); }
}

.commentsApp__commentHead { display: flex; align-items: center; flex-flow: wrap; }

.commentsApp__commentAuthor { font: 600 18px / 22px calibre, sans-serif; margin-right: 10px; color: rgb(34, 34, 34); }

.commentsApp__commentBody { font: 400 18px / 25px calibre, sans-serif; color: rgb(34, 34, 34); margin: 6px 0px 10px; word-break: break-word; }

.commentsApp__commentDate { font: 400 18px / 22px calibre, sans-serif; color: rgb(153, 153, 153); }

.commentsApp__commentLink { margin: 0px 10px; position: relative; }

.commentsApp__commentLinkButton { margin: 0px; padding: 0px; border: 0px; background-color: transparent; cursor: pointer; }

.commentsApp__subComments { padding-left: 40px; transition: height 0.3s ease-in-out; height: 0px; overflow: hidden; }

.commentsApp__options { position: relative; margin-left: auto; }

.commentsApp__optionsDots { position: relative; min-width: 16px; min-height: 16px; }

.commentsApp__optionsDots::before { content: ""; display: block; background-image: url("7f3cefb6749dc857335c59661d2f8aefaea3ddfe.svg"); width: 16px; height: 16px; margin-left: 2px; }

.commentsApp__commentFooter { display: flex; align-items: center; flex-flow: wrap; }

.commentsApp__commentFooter > :not(:last-child) { margin-right: 30px; }

.commentsApp__votes { font: 400 15px / 25px calibre, sans-serif; position: relative; }

.commentsApp__vote { padding: 0px; color: rgb(102, 102, 102); font: 400 15px / 25px calibre, sans-serif; }

.commentsApp__vote--up { margin-right: 30px; }

.commentsApp__vote--up:hover .commentsApp__voteSVGPath--fill { fill: rgb(72, 193, 16); }

.commentsApp__vote--down:hover .commentsApp__voteSVGPath--fill { fill: rgb(227, 0, 0); }

.commentsApp__voteSVG { vertical-align: middle; margin: 0px 5px 0px 0px; }

.commentsApp__voteSVGPath--transparent { fill: none; }

.commentsApp__voteSVGPath--fill { fill: rgb(102, 102, 102); }

.commentsApp__reply, .commentsApp__showReplies { font: 600 15px / 25px calibre, sans-serif; }

.commentsApp__reply { color: rgb(34, 34, 34); }

.commentsApp__showReplies { color: rgb(102, 102, 102); position: relative; padding: 0px 15px 0px 0px; }

.commentsApp__showReplies::after { content: ""; position: absolute; right: 0px; top: 11px; width: 8px; height: 4px; background-image: url("2ac29dccf9b0a6dad7bf3c05b766d8ed055f8653.svg"); background-repeat: no-repeat; }

.commentsApp__loadMore { padding: 8px 0px 0px; }

.commentsApp__buttonLoadMore { border: 2px solid rgb(68, 68, 68); background: rgb(255, 255, 255); color: rgb(34, 34, 34); padding: 4px 20px 6px; height: 30px; }

div[id^="bottom_wrapper"] { grid-column: 2; }

html { overflow-x: hidden; font-size: 21px; }

* { box-sizing: border-box; }

.section_wrapper { width: 100%; }

.section_wrapper .content_wrap { background-color: rgb(255, 255, 255); position: relative; }

#bottom_wrapper .columns_container { display: flex; flex-flow: wrap; }

#bottom_wrapper .columns_container { width: 1202px; padding-left: 102px; }

.content_wrap { width: 1242px; padding: 0px 20px; }

#pageTypeId_7 .content_wrap { margin: 20px auto 0px; }

.left_aside { width: 52px; z-index: 4; }

.main_content { width: 800px; padding-right: 50px; }

.right_aside { width: 300px; position: relative; }

@supports (display:grid) {
  #article_wrapper { grid-template-columns: 52px 750px 300px; }
  .c2c #article_wrapper { grid-template-columns: 52px 768px 0px; left: -111px; }
  #article_wrapper.main_wrapper--video .top_section_bg { grid-row: 1 / span 5; }
  #article_wrapper.main_wrapper--video .bottom_section_bg { grid-row: 8 / span 3; }
  #article_wrapper.main_wrapper:not(.main_wrapper--video) .top_section_bg { grid-row: 1 / span 5; }
  #article_wrapper.main_wrapper:not(.main_wrapper--video) .bottom_section_bg { grid-row: 7; }
  #article_wrapper .bottom_section_bg, #article_wrapper .top_section_bg { position: relative; left: -20px; width: 1242px; height: 100%; background: rgb(255, 255, 255); z-index: -1; grid-column: 1 / span 3; }
  .c2c #article_wrapper .bottom_section_bg, .c2c #article_wrapper .top_section_bg { width: 750px; }
  #photostory_wrapper { background-color: rgb(255, 255, 255); grid-template-columns: 52px 1100px; }
  .main_wrapper { display: grid; column-gap: 50px; width: 1242px; margin: 0px auto; padding: 0px 20px; position: relative; z-index: 2; }
  .c2c .main_wrapper { width: 750px; padding: 0px; }
  .left_aside { grid-column: 1; }
  .main_wrapper:not(.main_wrapper--video) .left_aside { grid-row: 2 / span 7; }
  .main_wrapper_b:not(.main_wrapper--video) .left_aside { grid-row: 2 / span 9; }
  .main_wrapper--video .left_aside { grid-row: 8 / span 4; }
  .top_section { grid-column: 2; }
  .main_wrapper:not(.main_wrapper--video) .top_section { grid-row: 5; }
  .main_wrapper--video .top_section { grid-row: 8; }
  .bottom_section { grid-column: 2; }
  .main_wrapper:not(.main_wrapper--video) .bottom_section { grid-row: 7; }
  .main_wrapper--video .bottom_section { grid-row: 9; }
  :not(.index_body) .right_aside { grid-column: 3; }
  .main_wrapper:not(.main_wrapper--video) .right_aside { grid-row: 7; }
  .main_wrapper--video .right_aside { grid-row: 8 / span 3; }
  .index_body .body > .content_wrap, .index_body > .content_wrap { display: grid; grid-template-columns: 902px 300px; }
  .index_body .main_content { width: 902px; grid-column: 1; }
  .index_body .right_aside { grid-column: 2; grid-row-start: 1; }
  .video_wrapper { grid-area: 2 / 1 / span 5 / span 2; }
}

@supports not (display:grid) {
  .main_wrapper { background-color: rgb(255, 255, 255); position: relative; width: 1242px; margin: 0px auto; padding: 0px 20px; }
  .main_wrapper::after { display: block; content: " "; width: 100%; clear: both; float: none; }
  .main_wrapper .bottom_section, .main_wrapper .top_section { display: inline-block; width: 902px; padding-right: 50px; padding-left: 102px; }
  .main_wrapper .left_aside { position: absolute; top: 0px; left: 20px; width: 52px; }
  .main_wrapper .right_aside { float: right; width: 300px; vertical-align: top; }
  #photostory_wrapper .author_and_date { float: left; width: 902px; padding-right: 50px; padding-left: 102px; }
  #photostory_wrapper .author_and_date::after { display: block; content: " "; width: 100%; clear: both; float: none; }
  #photostory_wrapper .photostory_body { display: inline-block; width: 1202px; padding-left: 102px; }
  #photostory_wrapper .fs_row { display: inline-block; }
  #photostory_wrapper .fs_cl { display: inline-block; float: left; }
  #photostory_wrapper .fs_cr { display: inline-block; float: right; }
  .index_body .main_content, .index_body .right_aside { float: left; }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .main_wrapper { background-color: rgb(255, 255, 255); position: relative; width: 1242px; margin: 0px auto; padding: 0px 20px; }
  .main_wrapper::after { display: block; content: " "; width: 100%; clear: both; float: none; }
  .main_wrapper .bottom_section, .main_wrapper .top_section { display: inline-block; width: 902px; padding-right: 50px; padding-left: 102px; }
  .main_wrapper .left_aside { position: absolute; top: 0px; left: 20px; width: 52px; }
  .main_wrapper .right_aside { float: right; width: 300px; vertical-align: top; }
}

#article_title::after, #gazeta_article_lead::after, .author_and_date .article_author::after, .author_and_date::after, .premiumArticle__wrapper__normal .article__lead::after, .premiumArticle__wrapper__normal .article__title::after { display: block; content: " "; width: 100%; clear: both; float: none; }

.author_and_date { padding: 15px 0px; }

#article_title { color: rgb(34, 34, 34); word-break: break-word; font: 700 40px / 48px calibre, sans-serif; }

@supports (display:grid) {
  #article_title, .premiumArticle__wrapper__normal .article__title { grid-row: 2; position: relative; }
  .main_wrapper:not(.main_wrapper--video) #article_title, .main_wrapper:not(.main_wrapper--video) .premiumArticle__wrapper__normal .article__title { grid-column: 2; width: 750px; }
  .main_wrapper--video #article_title, .main_wrapper--video .premiumArticle__wrapper__normal .article__title { grid-column: 3; z-index: 2; background: rgb(255, 255, 255); padding: 20px; }
}

@supports not (display:grid) {
  #article_title, #gazeta_article_lead, .author_and_date, .premiumArticle__wrapper__normal .article__lead, .premiumArticle__wrapper__normal .article__title { width: 902px; padding-right: 50px; padding-left: 102px; }
  .main_wrapper--video #article_title, .main_wrapper--video #gazeta_article_lead, .main_wrapper--video .author_and_date, .main_wrapper--video .premiumArticle__wrapper__normal .article__lead, .main_wrapper--video .premiumArticle__wrapper__normal .article__title { padding-top: 20px; }
  #article_title::after, #gazeta_article_lead::after, .author_and_date::after, .premiumArticle__wrapper__normal .article__lead::after, .premiumArticle__wrapper__normal .article__title::after { display: block; content: " "; width: 100%; clear: both; float: none; }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #article_title { float: left; width: 902px; padding-right: 50px; padding-left: 102px; }
  #article_title::after, .premiumArticle__wrapper__normal .article__title::after { display: block; content: " "; width: 100%; clear: both; float: none; }
}

.author_and_date .article_author, .author_and_date .article_date { display: block; }

.author_and_date { display: flex; flex-flow: row; padding-top: 20px; padding-bottom: 5px; }

.author_and_date::after { display: block; content: " "; width: 50%; clear: both; float: none; }

.author_and_date .article_data { display: block; width: 100%; }

.author_and_date .article_author { color: rgb(102, 102, 102); font: 600 15px / 18px calibre, sans-serif; }

.author_and_date .author_prefix { font-weight: 400; text-transform: capitalize; }

.author_and_date .article_date { color: rgb(153, 153, 153); font: 400 15px / 18px calibre, sans-serif; }

@supports (display:grid) {
  .author_and_date { grid-row: 3; position: relative; z-index: 1; align-items: center; }
  .main_wrapper--video .author_and_date { grid-column: 3; background: rgb(255, 255, 255); padding-left: 20px; padding-right: 20px; }
  .main_wrapper:not(.main_wrapper--video) .author_and_date { grid-column: 2; width: 750px; }
}

#gazeta_article_lead { color: rgb(34, 34, 34); word-break: break-word; }

.main_wrapper:not(.main_wrapper--video) #gazeta_article_lead, .main_wrapper:not(.main_wrapper--video) .premiumArticle__wrapper__normal .article__lead { font: 600 21px / 29px calibre, sans-serif; padding: 15px 0px; }

@supports (display:grid) {
  #gazeta_article_lead, .premiumArticle__wrapper__normal .article__lead { grid-row: 4; position: relative; z-index: 1; }
  #article_wrapper:not(.main_wrapper--video) #gazeta_article_lead, #article_wrapper:not(.main_wrapper--video) .premiumArticle__wrapper__normal .article__lead { grid-column: 2; }
  .main_wrapper--video #gazeta_article_lead, .main_wrapper--video .premiumArticle__wrapper__normal .article__lead { grid-column: 3; padding: 20px 20px 15px; background: rgb(255, 255, 255); }
  .premiumArticle__wrapper__normal .article__lead { grid-column: 2; }
}

#breadcrumbs::after { display: block; content: " "; width: 100%; clear: both; float: none; }

#breadcrumbs { overflow: hidden; height: 20px; width: 750px; margin: 20px 350px 6px 0px; position: relative; font: 400 15px / 18px calibre, sans-serif; }

#breadcrumbs::before { content: ""; position: absolute; top: 0px; right: 0px; height: 100%; width: 50px; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%); z-index: 1; }

#breadcrumbs .bc_item { color: rgb(204, 204, 204); display: inline; }

#breadcrumbs .bc_item::after { content: " ·"; font-size: 1.3em; }

#breadcrumbs .bc_item:last-of-type::after { display: none; }

#breadcrumbs .bc_item .bc_item_link { font: inherit; color: inherit; transition: color 0.2s ease-in; }

#breadcrumbs .bc_item .bc_item_link:hover { color: rgb(142, 142, 142); background: 0px 0px; }

@supports (display:grid) {
  #sitePath { grid-row: 1; }
  .main_wrapper--video #sitePath { grid-column: 1 / span 2; }
  .main_wrapper:not(.main_wrapper--video) #sitePath { grid-column: 2; }
}

@supports not (display:grid) {
  #sitePath { width: 852px; }
  .main_wrapper:not(.main_wrapper--video) #sitePath { padding-left: 102px; }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #sitePath { width: 852px; }
  .main_wrapper:not(.main_wrapper--video) #sitePath { padding-left: 102px; }
}

.socialBar::after { display: block; content: " "; width: 100%; clear: both; float: none; }

.socialBar .count { display: block; margin: 0px auto; color: rgb(102, 102, 102); font: 400 16px / 22px calibre, sans-serif; text-align: center; }

.socialBar .sc_item:not(:first-child) { padding-left: 0px; }

.socialBar .sc_item a { height: 52px; display: flex; place-content: stretch center; align-items: center; border-radius: 50%; }

.socialBar.vertical { position: sticky; transition: 0.2s; padding-top: 10px; }

.socialBar.vertical.visible { opacity: 1; }

.socialBar.vertical .sc_items { width: 52px; }

.socialBar.vertical .sc_items a { flex-direction: column; }

.socialBar.vertical .sc_item { width: 52px; }

.socialBar.vertical .sc_item.comments span.count { min-height: 22px; }

.socialBar.vertical .fbShare a { background-color: transparent; border: 2px solid rgb(204, 204, 204); }

.socialBar.vertical .fbShare a, .socialBar.vertical .fbShare a:hover { transition: 0.2s; }

.socialBar.vertical .fbShare a:hover { filter: brightness(120%); box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 7.68px 0.32px; }

.socialBar.vertical .count { height: 0px; opacity: 0; }

.socialBar.vertical .count, .socialBar.vertical .count.active { transition: 0.4s; }

.socialBar.vertical .count.active { height: 22px; opacity: 1; }

.socialBar.vertical .comments a { background-color: transparent; border: 2px solid rgb(204, 204, 204); }

.socialBar.vertical .comments a, .socialBar.vertical .comments a:hover { transition: 0.2s; }

.socialBar.vertical .comments a:hover { filter: brightness(120%); box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 7.68px 0.32px; }

#gazeta_article_body { color: rgb(34, 34, 34); font: 400 21px / 29px calibre, sans-serif; }

#gazeta_article_body p { word-break: break-word; padding: 15px 0px; }

.main_wrapper { margin-top: 3rem; }

.bottom_section a, .commentsApp__commentBody a { background-repeat: repeat-x; font-weight: 400; background-position: 0px 1.1em; background-image: linear-gradient(rgb(114, 203, 59) 50%, transparent 0px); background-size: 2px 2px; color: rgb(114, 203, 59); }

.bottom_section a:hover, .commentsApp__commentBody a:hover { color: rgb(255, 255, 255); background-image: none; background-color: rgb(114, 203, 59); transition: 0.2s linear; }

.bottom_section a:hover::after { border-color: transparent; transition: 0.2s linear; }

#gazeta_article_body .art_sub_title { word-break: break-word; padding: 25px 0px 3px; font: 700 24px / 29px calibre, sans-serif; }

#gazeta_article_body .art_embed { padding: 15px 0px; }

#gazeta_article_body .art_embed .video-description, #gazeta_article_body .art_embed .video-head { display: block; }

#gazeta_article_body .art_embed .video-head { padding: 0px 0px 10px; font: 700 24px / 29px calibre, sans-serif; margin: -5px 0px 0px; }

#gazeta_article_body .art_embed .video-description { font: 600 18px / 22px calibre, sans-serif; padding: 4px 0px 15px; }

.related_images .container .desc::after, .related_images::after, .related_images img::after { display: block; content: " "; width: 100%; clear: both; float: none; }

.related_images { padding: 15px 0px; }

.related_images .related_image_wrap ~ .desc { font: 400 15px / 17px calibre, sans-serif; }

.related_images img { display: block; width: 100%; height: auto; }

.related_images .related_image_number_of_photo { display: flex; background: rgb(255, 255, 255); align-items: center; position: absolute; top: 0px; border-top: 1px solid rgb(221, 221, 221); border-left: 1px solid rgb(221, 221, 221); padding: 9px 10px; }

.related_images .related_image_number { padding-left: 6px; font: 600 19px / 23px calibre, sans-serif; }

.related_images .related_image_wrap.with_gallery { position: relative; z-index: 2; }

.related_images .related_image_wrap ~ .desc { padding-top: 10px; padding-bottom: 0px; overflow-wrap: break-word; color: rgb(187, 187, 187); }

.related_images .related_image_open { text-align: center; padding: 15px 0px 0px; }

.related_images .related_image_open .related_open_text { background: rgb(114, 203, 59); color: rgb(255, 255, 255); display: inline-block; border-radius: 20px; white-space: nowrap; font: 400 16px / 19px calibre, sans-serif; text-transform: uppercase; padding: 10px 30px 11px; }

.related_images .related_image_open .related_open_text, .related_images .related_image_open .related_open_text * { cursor: pointer; }

.related_images .related_image_open .related_open_label { font-weight: 600; }

.related_images .related_image_open .related-icon { height: 18px; width: 21px; margin: -2px 6px 0px 0px; vertical-align: middle; }

.related_images .related_image_open .gallery_icon { fill: rgb(255, 255, 255); }

.related_gallery_closing_button { cursor: pointer; position: relative; height: 52px; border-radius: 50%; background-color: rgb(114, 203, 59); opacity: 0; }

.related_gallery_closing_button::after, .related_gallery_closing_button::before { position: absolute; top: 13px; left: 25px; content: " "; height: 25px; width: 3px; background-color: rgb(255, 255, 255); }

.related_gallery_closing_button::before { transform: rotate(45deg); }

.related_gallery_closing_button::after { transform: rotate(-45deg); }

.related_gallery_closing_button:hover { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 7.68px 0.32px; transition: 0.2s; }

.related_gallery_closing_button span { font: 600 15px / 17px calibre, sans-serif; display: block; text-align: center; color: rgb(102, 102, 102); padding-top: 55px; }

@-webkit-keyframes stretchIn { 
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 1; }
  100% { transform: scale(0); opacity: 0; display: none; }
}

@keyframes stretchIn { 
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 1; }
  100% { transform: scale(0); opacity: 0; display: none; }
}

@-webkit-keyframes stretchOut { 
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.5); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes stretchOut { 
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.5); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.tags { position: relative; padding: 15px 0px; }

.tags .tags_list { display: flex; flex-flow: wrap; }

.tags .tags_item { white-space: nowrap; background-color: rgb(245, 245, 245); }

.tags .tag_link { color: rgb(102, 102, 102); display: block; font: 400 15px / 15px calibre, sans-serif; text-transform: capitalize; padding: 8px 10px; }

.newsBox::after, .newsBox__newestList .newsBox__item::after { display: block; content: " "; width: 100%; clear: both; float: none; }

.newsBox { padding: 15px 0px; overflow: hidden; position: relative; width: 300px; }

.newsBox__header { display: flex; position: relative; transition: transform 0.2s ease-out; }

@media (-ms-high-contrast:none) {
  .newsBox__header { display: block; width: 100vw; }
}

.newsBox__arrows { position: absolute; top: 16px; right: 0px; width: 100%; height: 40px; }

.newsBox__tab { padding: 0px 15px; flex: 1 1 0%; white-space: nowrap; position: relative; margin-bottom: 15px; font: 600 18px / 43px calibre, sans-serif; color: rgb(153, 153, 153); text-align: center; cursor: pointer; border-bottom: 2px solid rgb(229, 229, 229); transition: color 0.2s ease-out; text-transform: uppercase; }

@media (-ms-high-contrast:none) {
  .newsBox__tab { float: left; }
}

.newsBox__tab:hover { color: rgb(114, 203, 59); cursor: pointer; }

.newsBox__tab::after { content: ""; position: absolute; bottom: -1px; height: 2px; transform: scale(0); left: 0px; width: 100%; transition: transform 0.2s ease-out; }

.newsBox--activeTab { color: rgb(0, 0, 0); font-weight: 700; }

.newsBox--activeTab::after { transform: scale(1); background-color: rgb(0, 0, 0); }

.newsBox__content { display: flex; position: relative; left: 0px; float: left; transition: transform 0.2s ease-out, height 0.2s ease-out; min-height: 350px; }

@media (-ms-high-contrast:none) {
  .newsBox__content { width: 900px; }
}

.newsBox__contentElement { display: inline-block; overflow: hidden; width: 300px; }

.newsBox__item { width: 300px; font: 600 17px / 19px calibre, sans-serif; }

.newsBox__itemLink .newsBox__itemPhoto, .newsBox__itemLink .newsBox__itemTitle { display: inline-block; }

.newsBox__itemLink:hover .newsBox__itemTitle { color: rgba(34, 34, 34, 0.8); }

.newsBox__itemLink:hover .newsBox__itemPhoto { filter: brightness(105%) contrast(105%); }

.newsBox__popularList .newsBox__item:not(:last-child) { border-bottom: 1px solid rgb(229, 229, 229); padding-bottom: 15px; margin: 0px 0px 15px; }

.newsBox__popularList.newsBox__photoVersion .newsBox__itemLink { display: flex; }

.newsBox__popularList.newsBox__photoVersion .newsBox__itemPhotoBox { width: 90px; height: 60px; margin-right: 15px; overflow: hidden; flex-shrink: 0; }

.newsBox__popularList.newsBox__photoVersion .newsBox__itemPhotoBox .newsBox__itemPhoto { width: 100%; border-radius: 2px; }

.newsBox__popularList:not(.newsBox__photoVersion) ul { counter-reset: posts_counter 0; }

.newsBox__popularList:not(.newsBox__photoVersion) ul .newsBox__item { position: relative; min-height: 65px; }

.newsBox__popularList:not(.newsBox__photoVersion) ul .newsBox__itemLink::after { content: counter(posts_counter); counter-increment: posts_counter 1; position: absolute; top: 0px; right: 0px; color: rgba(80, 110, 145, 0.3); font: 700 86px / 60px calibre, sans-serif; }

.newsBox__popularList:not(.newsBox__photoVersion) .newsBox__itemTitle { display: block; }

.newsBox__popularList .newsBox__itemTitle { color: rgb(34, 34, 34); text-align: left; margin-top: -2px; }

.newsBox__newestList .newsBox__item { display: block; padding-bottom: 25px; color: rgb(34, 34, 34); }

.newsBox__newestList .newsBox__item:last-child { padding-bottom: 0px; }

.newsBox__newestList .newsBox__item .newsBox__itemTitle { display: inline; }

.newsBox__newestList .newsBox__itemTime { font: 600 15px / 22px calibre, sans-serif; color: rgb(255, 0, 1); }

.box_seo .content { display: flex; padding: 23px 0px 25px; }

.box_seo .content li { font: 400 16px / 40px calibre, sans-serif; }

.box_seo .content > li { width: 218px; margin-right: 28px; }

.box_seo .content > li:last-child { margin-right: 0px; }

.box_seo .content > li h3 { color: rgb(34, 34, 34); text-transform: uppercase; font-weight: 700; }

.page_footer::after { display: block; content: " "; width: 100%; clear: both; float: none; }

.page_footer { padding: 2px 0px 15px; margin: 0px auto; font: 400 15px / 30px calibre, sans-serif; text-align: center; color: rgb(150, 150, 150); background: rgb(255, 255, 255); }

.page_footer li { display: inline-block; padding: 0px 8px; }

.page_footer .page_footer_upper { border-style: solid; border-color: rgb(236, 236, 236); border-image: initial; border-width: 1px 0px; padding: 20px; margin-bottom: 16px; font: 400 15px / 30px calibre, sans-serif; }

.page_footer .footer_lower_links { font: 400 14px / 23px calibre, sans-serif; }

.adviewDFPBanner { line-height: 0; }

#adUnit-035-RECTANGLE-BTF, #adUnit-067-RECTANGLE-BTF { min-height: 265px; }

@supports (display:grid) {
  body[id^="pageTypeId_1"] .ban000_wrapper, body[id^="pageTypeId_7"] .ban000_wrapper { grid-column: 3; }
  body[id^="pageTypeId_1"] .main_wrapper--video .ban000_wrapper, body[id^="pageTypeId_7"] .main_wrapper--video .ban000_wrapper { grid-row: 5; z-index: 5; background: rgb(255, 255, 255); position: relative; }
  body[id^="pageTypeId_1"] .main_wrapper:not(.main_wrapper--video) .ban000_wrapper, body[id^="pageTypeId_7"] .main_wrapper:not(.main_wrapper--video) .ban000_wrapper { grid-row: 2 / span 4; }
  body[id^="pageTypeId_1"] .ban001_wrapper, body[id^="pageTypeId_7"] .ban001_wrapper { position: relative; grid-column: 1 / span 3; z-index: 3; }
  body[id^="pageTypeId_1"] .main_wrapper--video .ban001_wrapper, body[id^="pageTypeId_7"] .main_wrapper--video .ban001_wrapper { grid-row: 7; }
  body[id^="pageTypeId_1"] .main_wrapper:not(.main_wrapper--video) .ban001_wrapper, body[id^="pageTypeId_7"] .main_wrapper:not(.main_wrapper--video) .ban001_wrapper { grid-row: 6; margin: 25px 0px; }
  body[id^="pageTypeId_1"]:not(.screeningADFP) .ban001_wrapper, body[id^="pageTypeId_7"]:not(.screeningADFP) .ban001_wrapper { min-height: 365px; padding: 0px 0px 15px; background-color: rgb(245, 245, 245) !important; }
  body[id^="pageTypeId_1"]:not(.screeningADFP) .ban001_wrapper .banLabel, body[id^="pageTypeId_7"]:not(.screeningADFP) .ban001_wrapper .banLabel { width: 100%; }
  body[id^="pageTypeId_1"]:not(.screeningADFP) .ban001_wrapper > div, body[id^="pageTypeId_7"]:not(.screeningADFP) .ban001_wrapper > div { top: 150px; text-align: center; z-index: 1; width: auto !important; display: block !important; position: sticky !important; }
  body[id^="pageTypeId_1"]:not(.screeningADFP) .ban001_wrapper::after, body[id^="pageTypeId_1"]:not(.screeningADFP) .ban001_wrapper::before, body[id^="pageTypeId_7"]:not(.screeningADFP) .ban001_wrapper::after, body[id^="pageTypeId_7"]:not(.screeningADFP) .ban001_wrapper::before { content: ""; display: block; position: absolute; top: 0px; height: 100%; background-color: rgb(245, 245, 245); left: calc(50% - 50vw); width: 100vw; }
  body[id^="pageTypeId_1"].noAds .ban000_wrapper, body[id^="pageTypeId_1"].noAds .ban001_wrapper, body[id^="pageTypeId_7"].noAds .ban000_wrapper, body[id^="pageTypeId_7"].noAds .ban001_wrapper { display: none; }
  @media screen and (min-width: 1200px) {
  body[id^="pageTypeId_1"]:not(.screeningADFP) .main_wrapper--video .ban001_wrapper::before, body[id^="pageTypeId_7"]:not(.screeningADFP) .main_wrapper--video .ban001_wrapper::before { content: ""; top: 0px; position: absolute; height: 100%; z-index: -13; background: rgb(245, 245, 245); margin-left: calc(592.5px - 50vw); width: 100vw; }
}
}

@supports not (display:grid) {
  body[id^="pageTypeId_1"] .ban000_wrapper, body[id^="pageTypeId_7"] .ban000_wrapper { float: right; width: 300px; }
  body[id^="pageTypeId_1"] .ban001_wrapper, body[id^="pageTypeId_7"] .ban001_wrapper { position: relative; float: left; width: 100%; margin: 30px auto; }
  body[id^="pageTypeId_1"] .ban001_wrapper::after, body[id^="pageTypeId_7"] .ban001_wrapper::after { display: block; content: " "; width: 100%; clear: both; float: none; }
}

@keyframes changeVideoOpacity { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#c2s_audioSlider, #c2s_volumeSlider { appearance: none; background: 0px 0px; overflow: hidden; height: 100%; }

#c2s_audioSlider::-webkit-slider-runnable-track, #c2s_volumeSlider::-webkit-slider-runnable-track { appearance: none; cursor: pointer; transition: 0.2s; width: 52px; height: 4px; background: rgb(114, 203, 59); }

#c2s_audioSlider::-webkit-slider-thumb, #c2s_volumeSlider::-webkit-slider-thumb { background: rgb(114, 203, 59); border-radius: 100%; cursor: pointer; height: 12px; width: 12px; outline: transparent solid 10px; position: relative; appearance: none; margin-top: -4px; box-shadow: rgb(221, 221, 221) 5px 0px 0px -4px, rgb(221, 221, 221) 6px 0px 0px -4px, rgb(221, 221, 221) 7px 0px 0px -4px, rgb(221, 221, 221) 8px 0px 0px -4px, rgb(221, 221, 221) 9px 0px 0px -4px, rgb(221, 221, 221) 10px 0px 0px -4px, rgb(221, 221, 221) 11px 0px 0px -4px, rgb(221, 221, 221) 12px 0px 0px -4px, rgb(221, 221, 221) 13px 0px 0px -4px, rgb(221, 221, 221) 14px 0px 0px -4px, rgb(221, 221, 221) 15px 0px 0px -4px, rgb(221, 221, 221) 16px 0px 0px -4px, rgb(221, 221, 221) 17px 0px 0px -4px, rgb(221, 221, 221) 18px 0px 0px -4px, rgb(221, 221, 221) 19px 0px 0px -4px, rgb(221, 221, 221) 20px 0px 0px -4px, rgb(221, 221, 221) 21px 0px 0px -4px, rgb(221, 221, 221) 22px 0px 0px -4px, rgb(221, 221, 221) 23px 0px 0px -4px, rgb(221, 221, 221) 24px 0px 0px -4px, rgb(221, 221, 221) 25px 0px 0px -4px, rgb(221, 221, 221) 26px 0px 0px -4px, rgb(221, 221, 221) 27px 0px 0px -4px, rgb(221, 221, 221) 28px 0px 0px -4px, rgb(221, 221, 221) 29px 0px 0px -4px, rgb(221, 221, 221) 30px 0px 0px -4px, rgb(221, 221, 221) 31px 0px 0px -4px, rgb(221, 221, 221) 32px 0px 0px -4px, rgb(221, 221, 221) 33px 0px 0px -4px, rgb(221, 221, 221) 34px 0px 0px -4px, rgb(221, 221, 221) 35px 0px 0px -4px, rgb(221, 221, 221) 36px 0px 0px -4px, rgb(221, 221, 221) 37px 0px 0px -4px, rgb(221, 221, 221) 38px 0px 0px -4px, rgb(221, 221, 221) 39px 0px 0px -4px, rgb(221, 221, 221) 40px 0px 0px -4px, rgb(221, 221, 221) 41px 0px 0px -4px, rgb(221, 221, 221) 42px 0px 0px -4px, rgb(221, 221, 221) 43px 0px 0px -4px, rgb(221, 221, 221) 44px 0px 0px -4px, rgb(221, 221, 221) 45px 0px 0px -4px, rgb(221, 221, 221) 46px 0px 0px -4px, rgb(221, 221, 221) 47px 0px 0px -4px, rgb(221, 221, 221) 48px 0px 0px -4px, rgb(221, 221, 221) 49px 0px 0px -4px, rgb(221, 221, 221) 50px 0px 0px -4px, rgb(221, 221, 221) 51px 0px 0px -4px, rgb(221, 221, 221) 52px 0px 0px -4px, rgb(221, 221, 221) 53px 0px 0px -4px, rgb(221, 221, 221) 54px 0px 0px -4px, rgb(221, 221, 221) 55px 0px 0px -4px, rgb(221, 221, 221) 56px 0px 0px -4px, rgb(221, 221, 221) 57px 0px 0px -4px, rgb(221, 221, 221) 58px 0px 0px -4px, rgb(221, 221, 221) 59px 0px 0px -4px, rgb(221, 221, 221) 60px 0px 0px -4px, rgb(221, 221, 221) 61px 0px 0px -4px, rgb(221, 221, 221) 62px 0px 0px -4px, rgb(221, 221, 221) 63px 0px 0px -4px, rgb(221, 221, 221) 64px 0px 0px -4px, rgb(221, 221, 221) 65px 0px 0px -4px, rgb(221, 221, 221) 66px 0px 0px -4px, rgb(221, 221, 221) 67px 0px 0px -4px, rgb(221, 221, 221) 68px 0px 0px -4px, rgb(221, 221, 221) 69px 0px 0px -4px, rgb(221, 221, 221) 70px 0px 0px -4px, rgb(221, 221, 221) 71px 0px 0px -4px, rgb(221, 221, 221) 72px 0px 0px -4px, rgb(221, 221, 221) 73px 0px 0px -4px, rgb(221, 221, 221) 74px 0px 0px -4px, rgb(221, 221, 221) 75px 0px 0px -4px, rgb(221, 221, 221) 76px 0px 0px -4px, rgb(221, 221, 221) 77px 0px 0px -4px, rgb(221, 221, 221) 78px 0px 0px -4px, rgb(221, 221, 221) 79px 0px 0px -4px, rgb(221, 221, 221) 80px 0px 0px -4px, rgb(221, 221, 221) 81px 0px 0px -4px, rgb(221, 221, 221) 82px 0px 0px -4px, rgb(221, 221, 221) 83px 0px 0px -4px, rgb(221, 221, 221) 84px 0px 0px -4px, rgb(221, 221, 221) 85px 0px 0px -4px, rgb(221, 221, 221) 86px 0px 0px -4px, rgb(221, 221, 221) 87px 0px 0px -4px, rgb(221, 221, 221) 88px 0px 0px -4px, rgb(221, 221, 221) 89px 0px 0px -4px, rgb(221, 221, 221) 90px 0px 0px -4px, rgb(221, 221, 221) 91px 0px 0px -4px, rgb(221, 221, 221) 92px 0px 0px -4px, rgb(221, 221, 221) 93px 0px 0px -4px, rgb(221, 221, 221) 94px 0px 0px -4px, rgb(221, 221, 221) 95px 0px 0px -4px, rgb(221, 221, 221) 96px 0px 0px -4px, rgb(221, 221, 221) 97px 0px 0px -4px, rgb(221, 221, 221) 98px 0px 0px -4px, rgb(221, 221, 221) 99px 0px 0px -4px, rgb(221, 221, 221) 100px 0px 0px -4px, rgb(221, 221, 221) 101px 0px 0px -4px, rgb(221, 221, 221) 102px 0px 0px -4px, rgb(221, 221, 221) 103px 0px 0px -4px, rgb(221, 221, 221) 104px 0px 0px -4px, rgb(221, 221, 221) 105px 0px 0px -4px, rgb(221, 221, 221) 106px 0px 0px -4px, rgb(221, 221, 221) 107px 0px 0px -4px, rgb(221, 221, 221) 108px 0px 0px -4px, rgb(221, 221, 221) 109px 0px 0px -4px, rgb(221, 221, 221) 110px 0px 0px -4px, rgb(221, 221, 221) 111px 0px 0px -4px, rgb(221, 221, 221) 112px 0px 0px -4px, rgb(221, 221, 221) 113px 0px 0px -4px, rgb(221, 221, 221) 114px 0px 0px -4px, rgb(221, 221, 221) 115px 0px 0px -4px, rgb(221, 221, 221) 116px 0px 0px -4px, rgb(221, 221, 221) 117px 0px 0px -4px, rgb(221, 221, 221) 118px 0px 0px -4px, rgb(221, 221, 221) 119px 0px 0px -4px, rgb(221, 221, 221) 120px 0px 0px -4px, rgb(221, 221, 221) 121px 0px 0px -4px, rgb(221, 221, 221) 122px 0px 0px -4px, rgb(221, 221, 221) 123px 0px 0px -4px, rgb(221, 221, 221) 124px 0px 0px -4px, rgb(221, 221, 221) 125px 0px 0px -4px, rgb(221, 221, 221) 126px 0px 0px -4px, rgb(221, 221, 221) 127px 0px 0px -4px, rgb(221, 221, 221) 128px 0px 0px -4px, rgb(221, 221, 221) 129px 0px 0px -4px, rgb(221, 221, 221) 130px 0px 0px -4px, rgb(221, 221, 221) 131px 0px 0px -4px, rgb(221, 221, 221) 132px 0px 0px -4px, rgb(221, 221, 221) 133px 0px 0px -4px, rgb(221, 221, 221) 134px 0px 0px -4px, rgb(221, 221, 221) 135px 0px 0px -4px, rgb(221, 221, 221) 136px 0px 0px -4px, rgb(221, 221, 221) 137px 0px 0px -4px, rgb(221, 221, 221) 138px 0px 0px -4px, rgb(221, 221, 221) 139px 0px 0px -4px, rgb(221, 221, 221) 140px 0px 0px -4px, rgb(221, 221, 221) 141px 0px 0px -4px, rgb(221, 221, 221) 142px 0px 0px -4px, rgb(221, 221, 221) 143px 0px 0px -4px, rgb(221, 221, 221) 144px 0px 0px -4px, rgb(221, 221, 221) 145px 0px 0px -4px, rgb(221, 221, 221) 146px 0px 0px -4px, rgb(221, 221, 221) 147px 0px 0px -4px, rgb(221, 221, 221) 148px 0px 0px -4px, rgb(221, 221, 221) 149px 0px 0px -4px, rgb(221, 221, 221) 150px 0px 0px -4px, rgb(221, 221, 221) 151px 0px 0px -4px, rgb(221, 221, 221) 152px 0px 0px -4px, rgb(221, 221, 221) 153px 0px 0px -4px, rgb(221, 221, 221) 154px 0px 0px -4px, rgb(221, 221, 221) 155px 0px 0px -4px, rgb(221, 221, 221) 156px 0px 0px -4px, rgb(221, 221, 221) 157px 0px 0px -4px, rgb(221, 221, 221) 158px 0px 0px -4px, rgb(221, 221, 221) 159px 0px 0px -4px, rgb(221, 221, 221) 160px 0px 0px -4px, rgb(221, 221, 221) 161px 0px 0px -4px, rgb(221, 221, 221) 162px 0px 0px -4px, rgb(221, 221, 221) 163px 0px 0px -4px, rgb(221, 221, 221) 164px 0px 0px -4px, rgb(221, 221, 221) 165px 0px 0px -4px, rgb(221, 221, 221) 166px 0px 0px -4px, rgb(221, 221, 221) 167px 0px 0px -4px, rgb(221, 221, 221) 168px 0px 0px -4px, rgb(221, 221, 221) 169px 0px 0px -4px, rgb(221, 221, 221) 170px 0px 0px -4px, rgb(221, 221, 221) 171px 0px 0px -4px, rgb(221, 221, 221) 172px 0px 0px -4px, rgb(221, 221, 221) 173px 0px 0px -4px, rgb(221, 221, 221) 174px 0px 0px -4px, rgb(221, 221, 221) 175px 0px 0px -4px, rgb(221, 221, 221) 176px 0px 0px -4px, rgb(221, 221, 221) 177px 0px 0px -4px, rgb(221, 221, 221) 178px 0px 0px -4px, rgb(221, 221, 221) 179px 0px 0px -4px, rgb(221, 221, 221) 180px 0px 0px -4px, rgb(221, 221, 221) 181px 0px 0px -4px, rgb(221, 221, 221) 182px 0px 0px -4px, rgb(221, 221, 221) 183px 0px 0px -4px, rgb(221, 221, 221) 184px 0px 0px -4px, rgb(221, 221, 221) 185px 0px 0px -4px, rgb(221, 221, 221) 186px 0px 0px -4px, rgb(221, 221, 221) 187px 0px 0px -4px, rgb(221, 221, 221) 188px 0px 0px -4px, rgb(221, 221, 221) 189px 0px 0px -4px, rgb(221, 221, 221) 190px 0px 0px -4px, rgb(221, 221, 221) 191px 0px 0px -4px, rgb(221, 221, 221) 192px 0px 0px -4px, rgb(221, 221, 221) 193px 0px 0px -4px, rgb(221, 221, 221) 194px 0px 0px -4px, rgb(221, 221, 221) 195px 0px 0px -4px, rgb(221, 221, 221) 196px 0px 0px -4px, rgb(221, 221, 221) 197px 0px 0px -4px, rgb(221, 221, 221) 198px 0px 0px -4px, rgb(221, 221, 221) 199px 0px 0px -4px, rgb(221, 221, 221) 200px 0px 0px -4px, rgb(221, 221, 221) 201px 0px 0px -4px, rgb(221, 221, 221) 202px 0px 0px -4px, rgb(221, 221, 221) 203px 0px 0px -4px, rgb(221, 221, 221) 204px 0px 0px -4px, rgb(221, 221, 221) 205px 0px 0px -4px, rgb(221, 221, 221) 206px 0px 0px -4px, rgb(221, 221, 221) 207px 0px 0px -4px, rgb(221, 221, 221) 208px 0px 0px -4px, rgb(221, 221, 221) 209px 0px 0px -4px, rgb(221, 221, 221) 210px 0px 0px -4px, rgb(221, 221, 221) 211px 0px 0px -4px, rgb(221, 221, 221) 212px 0px 0px -4px, rgb(221, 221, 221) 213px 0px 0px -4px, rgb(221, 221, 221) 214px 0px 0px -4px, rgb(221, 221, 221) 215px 0px 0px -4px, rgb(221, 221, 221) 216px 0px 0px -4px, rgb(221, 221, 221) 217px 0px 0px -4px, rgb(221, 221, 221) 218px 0px 0px -4px, rgb(221, 221, 221) 219px 0px 0px -4px, rgb(221, 221, 221) 220px 0px 0px -4px, rgb(221, 221, 221) 221px 0px 0px -4px, rgb(221, 221, 221) 222px 0px 0px -4px, rgb(221, 221, 221) 223px 0px 0px -4px, rgb(221, 221, 221) 224px 0px 0px -4px, rgb(221, 221, 221) 225px 0px 0px -4px, rgb(221, 221, 221) 226px 0px 0px -4px, rgb(221, 221, 221) 227px 0px 0px -4px, rgb(221, 221, 221) 228px 0px 0px -4px, rgb(221, 221, 221) 229px 0px 0px -4px, rgb(221, 221, 221) 230px 0px 0px -4px, rgb(221, 221, 221) 231px 0px 0px -4px, rgb(221, 221, 221) 232px 0px 0px -4px, rgb(221, 221, 221) 233px 0px 0px -4px, rgb(221, 221, 221) 234px 0px 0px -4px, rgb(221, 221, 221) 235px 0px 0px -4px, rgb(221, 221, 221) 236px 0px 0px -4px, rgb(221, 221, 221) 237px 0px 0px -4px, rgb(221, 221, 221) 238px 0px 0px -4px, rgb(221, 221, 221) 239px 0px 0px -4px, rgb(221, 221, 221) 240px 0px 0px -4px, rgb(221, 221, 221) 241px 0px 0px -4px, rgb(221, 221, 221) 242px 0px 0px -4px, rgb(221, 221, 221) 243px 0px 0px -4px, rgb(221, 221, 221) 244px 0px 0px -4px, rgb(221, 221, 221) 245px 0px 0px -4px, rgb(221, 221, 221) 246px 0px 0px -4px, rgb(221, 221, 221) 247px 0px 0px -4px, rgb(221, 221, 221) 248px 0px 0px -4px, rgb(221, 221, 221) 249px 0px 0px -4px, rgb(221, 221, 221) 250px 0px 0px -4px, rgb(221, 221, 221) 251px 0px 0px -4px, rgb(221, 221, 221) 252px 0px 0px -4px, rgb(221, 221, 221) 253px 0px 0px -4px, rgb(221, 221, 221) 254px 0px 0px -4px, rgb(221, 221, 221) 255px 0px 0px -4px, rgb(221, 221, 221) 256px 0px 0px -4px, rgb(221, 221, 221) 257px 0px 0px -4px, rgb(221, 221, 221) 258px 0px 0px -4px, rgb(221, 221, 221) 259px 0px 0px -4px, rgb(221, 221, 221) 260px 0px 0px -4px, rgb(221, 221, 221) 261px 0px 0px -4px, rgb(221, 221, 221) 262px 0px 0px -4px, rgb(221, 221, 221) 263px 0px 0px -4px, rgb(221, 221, 221) 264px 0px 0px -4px, rgb(221, 221, 221) 265px 0px 0px -4px, rgb(221, 221, 221) 266px 0px 0px -4px, rgb(221, 221, 221) 267px 0px 0px -4px, rgb(221, 221, 221) 268px 0px 0px -4px, rgb(221, 221, 221) 269px 0px 0px -4px, rgb(221, 221, 221) 270px 0px 0px -4px, rgb(221, 221, 221) 271px 0px 0px -4px, rgb(221, 221, 221) 272px 0px 0px -4px, rgb(221, 221, 221) 273px 0px 0px -4px, rgb(221, 221, 221) 274px 0px 0px -4px, rgb(221, 221, 221) 275px 0px 0px -4px, rgb(221, 221, 221) 276px 0px 0px -4px, rgb(221, 221, 221) 277px 0px 0px -4px, rgb(221, 221, 221) 278px 0px 0px -4px, rgb(221, 221, 221) 279px 0px 0px -4px, rgb(221, 221, 221) 280px 0px 0px -4px, rgb(221, 221, 221) 281px 0px 0px -4px, rgb(221, 221, 221) 282px 0px 0px -4px, rgb(221, 221, 221) 283px 0px 0px -4px, rgb(221, 221, 221) 284px 0px 0px -4px, rgb(221, 221, 221) 285px 0px 0px -4px, rgb(221, 221, 221) 286px 0px 0px -4px, rgb(221, 221, 221) 287px 0px 0px -4px, rgb(221, 221, 221) 288px 0px 0px -4px, rgb(221, 221, 221) 289px 0px 0px -4px, rgb(221, 221, 221) 290px 0px 0px -4px, rgb(221, 221, 221) 291px 0px 0px -4px, rgb(221, 221, 221) 292px 0px 0px -4px, rgb(221, 221, 221) 293px 0px 0px -4px, rgb(221, 221, 221) 294px 0px 0px -4px, rgb(221, 221, 221) 295px 0px 0px -4px, rgb(221, 221, 221) 296px 0px 0px -4px, rgb(221, 221, 221) 297px 0px 0px -4px, rgb(221, 221, 221) 298px 0px 0px -4px, rgb(221, 221, 221) 299px 0px 0px -4px, rgb(221, 221, 221) 300px 0px 0px -4px, rgb(221, 221, 221) 301px 0px 0px -4px, rgb(221, 221, 221) 302px 0px 0px -4px, rgb(221, 221, 221) 303px 0px 0px -4px, rgb(221, 221, 221) 304px 0px 0px -4px, rgb(221, 221, 221) 305px 0px 0px -4px, rgb(221, 221, 221) 306px 0px 0px -4px, rgb(221, 221, 221) 307px 0px 0px -4px, rgb(221, 221, 221) 308px 0px 0px -4px, rgb(221, 221, 221) 309px 0px 0px -4px, rgb(221, 221, 221) 310px 0px 0px -4px, rgb(221, 221, 221) 311px 0px 0px -4px, rgb(221, 221, 221) 312px 0px 0px -4px, rgb(221, 221, 221) 313px 0px 0px -4px, rgb(221, 221, 221) 314px 0px 0px -4px, rgb(221, 221, 221) 315px 0px 0px -4px, rgb(221, 221, 221) 316px 0px 0px -4px, rgb(221, 221, 221) 317px 0px 0px -4px, rgb(221, 221, 221) 318px 0px 0px -4px, rgb(221, 221, 221) 319px 0px 0px -4px, rgb(221, 221, 221) 320px 0px 0px -4px, rgb(221, 221, 221) 321px 0px 0px -4px, rgb(221, 221, 221) 322px 0px 0px -4px, rgb(221, 221, 221) 323px 0px 0px -4px, rgb(221, 221, 221) 324px 0px 0px -4px, rgb(221, 221, 221) 325px 0px 0px -4px, rgb(221, 221, 221) 326px 0px 0px -4px, rgb(221, 221, 221) 327px 0px 0px -4px, rgb(221, 221, 221) 328px 0px 0px -4px, rgb(221, 221, 221) 329px 0px 0px -4px, rgb(221, 221, 221) 330px 0px 0px -4px, rgb(221, 221, 221) 331px 0px 0px -4px, rgb(221, 221, 221) 332px 0px 0px -4px, rgb(221, 221, 221) 333px 0px 0px -4px, rgb(221, 221, 221) 334px 0px 0px -4px, rgb(221, 221, 221) 335px 0px 0px -4px, rgb(221, 221, 221) 336px 0px 0px -4px, rgb(221, 221, 221) 337px 0px 0px -4px, rgb(221, 221, 221) 338px 0px 0px -4px, rgb(221, 221, 221) 339px 0px 0px -4px, rgb(221, 221, 221) 340px 0px 0px -4px, rgb(221, 221, 221) 341px 0px 0px -4px, rgb(221, 221, 221) 342px 0px 0px -4px, rgb(221, 221, 221) 343px 0px 0px -4px, rgb(221, 221, 221) 344px 0px 0px -4px, rgb(221, 221, 221) 345px 0px 0px -4px, rgb(221, 221, 221) 346px 0px 0px -4px, rgb(221, 221, 221) 347px 0px 0px -4px, rgb(221, 221, 221) 348px 0px 0px -4px, rgb(221, 221, 221) 349px 0px 0px -4px, rgb(221, 221, 221) 350px 0px 0px -4px, rgb(221, 221, 221) 351px 0px 0px -4px, rgb(221, 221, 221) 352px 0px 0px -4px, rgb(221, 221, 221) 353px 0px 0px -4px, rgb(221, 221, 221) 354px 0px 0px -4px, rgb(221, 221, 221) 355px 0px 0px -4px, rgb(221, 221, 221) 356px 0px 0px -4px, rgb(221, 221, 221) 357px 0px 0px -4px, rgb(221, 221, 221) 358px 0px 0px -4px, rgb(221, 221, 221) 359px 0px 0px -4px, rgb(221, 221, 221) 360px 0px 0px -4px, rgb(221, 221, 221) 361px 0px 0px -4px, rgb(221, 221, 221) 362px 0px 0px -4px, rgb(221, 221, 221) 363px 0px 0px -4px, rgb(221, 221, 221) 364px 0px 0px -4px, rgb(221, 221, 221) 365px 0px 0px -4px, rgb(221, 221, 221) 366px 0px 0px -4px, rgb(221, 221, 221) 367px 0px 0px -4px, rgb(221, 221, 221) 368px 0px 0px -4px, rgb(221, 221, 221) 369px 0px 0px -4px, rgb(221, 221, 221) 370px 0px 0px -4px, rgb(221, 221, 221) 371px 0px 0px -4px, rgb(221, 221, 221) 372px 0px 0px -4px, rgb(221, 221, 221) 373px 0px 0px -4px, rgb(221, 221, 221) 374px 0px 0px -4px, rgb(221, 221, 221) 375px 0px 0px -4px, rgb(221, 221, 221) 376px 0px 0px -4px, rgb(221, 221, 221) 377px 0px 0px -4px, rgb(221, 221, 221) 378px 0px 0px -4px, rgb(221, 221, 221) 379px 0px 0px -4px, rgb(221, 221, 221) 380px 0px 0px -4px, rgb(221, 221, 221) 381px 0px 0px -4px, rgb(221, 221, 221) 382px 0px 0px -4px, rgb(221, 221, 221) 383px 0px 0px -4px, rgb(221, 221, 221) 384px 0px 0px -4px, rgb(221, 221, 221) 385px 0px 0px -4px, rgb(221, 221, 221) 386px 0px 0px -4px, rgb(221, 221, 221) 387px 0px 0px -4px, rgb(221, 221, 221) 388px 0px 0px -4px, rgb(221, 221, 221) 389px 0px 0px -4px, rgb(221, 221, 221) 390px 0px 0px -4px, rgb(221, 221, 221) 391px 0px 0px -4px, rgb(221, 221, 221) 392px 0px 0px -4px, rgb(221, 221, 221) 393px 0px 0px -4px, rgb(221, 221, 221) 394px 0px 0px -4px, rgb(221, 221, 221) 395px 0px 0px -4px, rgb(221, 221, 221) 396px 0px 0px -4px, rgb(221, 221, 221) 397px 0px 0px -4px, rgb(221, 221, 221) 398px 0px 0px -4px, rgb(221, 221, 221) 399px 0px 0px -4px, rgb(221, 221, 221) 400px 0px 0px -4px, rgb(221, 221, 221) 401px 0px 0px -4px, rgb(221, 221, 221) 402px 0px 0px -4px, rgb(221, 221, 221) 403px 0px 0px -4px, rgb(221, 221, 221) 404px 0px 0px -4px, rgb(221, 221, 221) 405px 0px 0px -4px, rgb(221, 221, 221) 406px 0px 0px -4px, rgb(221, 221, 221) 407px 0px 0px -4px, rgb(221, 221, 221) 408px 0px 0px -4px, rgb(221, 221, 221) 409px 0px 0px -4px, rgb(221, 221, 221) 410px 0px 0px -4px, rgb(221, 221, 221) 411px 0px 0px -4px, rgb(221, 221, 221) 412px 0px 0px -4px, rgb(221, 221, 221) 413px 0px 0px -4px, rgb(221, 221, 221) 414px 0px 0px -4px, rgb(221, 221, 221) 415px 0px 0px -4px, rgb(221, 221, 221) 416px 0px 0px -4px, rgb(221, 221, 221) 417px 0px 0px -4px, rgb(221, 221, 221) 418px 0px 0px -4px, rgb(221, 221, 221) 419px 0px 0px -4px, rgb(221, 221, 221) 420px 0px 0px -4px, rgb(221, 221, 221) 421px 0px 0px -4px, rgb(221, 221, 221) 422px 0px 0px -4px, rgb(221, 221, 221) 423px 0px 0px -4px, rgb(221, 221, 221) 424px 0px 0px -4px, rgb(221, 221, 221) 425px 0px 0px -4px, rgb(221, 221, 221) 426px 0px 0px -4px, rgb(221, 221, 221) 427px 0px 0px -4px, rgb(221, 221, 221) 428px 0px 0px -4px, rgb(221, 221, 221) 429px 0px 0px -4px, rgb(221, 221, 221) 430px 0px 0px -4px, rgb(221, 221, 221) 431px 0px 0px -4px, rgb(221, 221, 221) 432px 0px 0px -4px, rgb(221, 221, 221) 433px 0px 0px -4px, rgb(221, 221, 221) 434px 0px 0px -4px, rgb(221, 221, 221) 435px 0px 0px -4px, rgb(221, 221, 221) 436px 0px 0px -4px, rgb(221, 221, 221) 437px 0px 0px -4px, rgb(221, 221, 221) 438px 0px 0px -4px, rgb(221, 221, 221) 439px 0px 0px -4px, rgb(221, 221, 221) 440px 0px 0px -4px, rgb(221, 221, 221) 441px 0px 0px -4px, rgb(221, 221, 221) 442px 0px 0px -4px, rgb(221, 221, 221) 443px 0px 0px -4px, rgb(221, 221, 221) 444px 0px 0px -4px, rgb(221, 221, 221) 445px 0px 0px -4px, rgb(221, 221, 221) 446px 0px 0px -4px, rgb(221, 221, 221) 447px 0px 0px -4px, rgb(221, 221, 221) 448px 0px 0px -4px, rgb(221, 221, 221) 449px 0px 0px -4px, rgb(221, 221, 221) 450px 0px 0px -4px, rgb(221, 221, 221) 451px 0px 0px -4px, rgb(221, 221, 221) 452px 0px 0px -4px, rgb(221, 221, 221) 453px 0px 0px -4px, rgb(221, 221, 221) 454px 0px 0px -4px, rgb(221, 221, 221) 455px 0px 0px -4px, rgb(221, 221, 221) 456px 0px 0px -4px, rgb(221, 221, 221) 457px 0px 0px -4px, rgb(221, 221, 221) 458px 0px 0px -4px, rgb(221, 221, 221) 459px 0px 0px -4px, rgb(221, 221, 221) 460px 0px 0px -4px, rgb(221, 221, 221) 461px 0px 0px -4px, rgb(221, 221, 221) 462px 0px 0px -4px, rgb(221, 221, 221) 463px 0px 0px -4px, rgb(221, 221, 221) 464px 0px 0px -4px, rgb(221, 221, 221) 465px 0px 0px -4px, rgb(221, 221, 221) 466px 0px 0px -4px, rgb(221, 221, 221) 467px 0px 0px -4px, rgb(221, 221, 221) 468px 0px 0px -4px, rgb(221, 221, 221) 469px 0px 0px -4px, rgb(221, 221, 221) 470px 0px 0px -4px, rgb(221, 221, 221) 471px 0px 0px -4px, rgb(221, 221, 221) 472px 0px 0px -4px, rgb(221, 221, 221) 473px 0px 0px -4px, rgb(221, 221, 221) 474px 0px 0px -4px, rgb(221, 221, 221) 475px 0px 0px -4px, rgb(221, 221, 221) 476px 0px 0px -4px, rgb(221, 221, 221) 477px 0px 0px -4px, rgb(221, 221, 221) 478px 0px 0px -4px, rgb(221, 221, 221) 479px 0px 0px -4px, rgb(221, 221, 221) 480px 0px 0px -4px, rgb(221, 221, 221) 481px 0px 0px -4px, rgb(221, 221, 221) 482px 0px 0px -4px, rgb(221, 221, 221) 483px 0px 0px -4px, rgb(221, 221, 221) 484px 0px 0px -4px, rgb(221, 221, 221) 485px 0px 0px -4px, rgb(221, 221, 221) 486px 0px 0px -4px, rgb(221, 221, 221) 487px 0px 0px -4px, rgb(221, 221, 221) 488px 0px 0px -4px, rgb(221, 221, 221) 489px 0px 0px -4px, rgb(221, 221, 221) 490px 0px 0px -4px, rgb(221, 221, 221) 491px 0px 0px -4px, rgb(221, 221, 221) 492px 0px 0px -4px, rgb(221, 221, 221) 493px 0px 0px -4px, rgb(221, 221, 221) 494px 0px 0px -4px, rgb(221, 221, 221) 495px 0px 0px -4px, rgb(221, 221, 221) 496px 0px 0px -4px, rgb(221, 221, 221) 497px 0px 0px -4px, rgb(221, 221, 221) 498px 0px 0px -4px, rgb(221, 221, 221) 499px 0px 0px -4px, rgb(221, 221, 221) 500px 0px 0px -4px, rgb(221, 221, 221) 501px 0px 0px -4px, rgb(221, 221, 221) 502px 0px 0px -4px, rgb(221, 221, 221) 503px 0px 0px -4px, rgb(221, 221, 221) 504px 0px 0px -4px, rgb(221, 221, 221) 505px 0px 0px -4px, rgb(221, 221, 221) 506px 0px 0px -4px, rgb(221, 221, 221) 507px 0px 0px -4px, rgb(221, 221, 221) 508px 0px 0px -4px, rgb(221, 221, 221) 509px 0px 0px -4px, rgb(221, 221, 221) 510px 0px 0px -4px, rgb(221, 221, 221) 511px 0px 0px -4px, rgb(221, 221, 221) 512px 0px 0px -4px, rgb(221, 221, 221) 513px 0px 0px -4px, rgb(221, 221, 221) 514px 0px 0px -4px, rgb(221, 221, 221) 515px 0px 0px -4px, rgb(221, 221, 221) 516px 0px 0px -4px, rgb(221, 221, 221) 517px 0px 0px -4px, rgb(221, 221, 221) 518px 0px 0px -4px, rgb(221, 221, 221) 519px 0px 0px -4px, rgb(221, 221, 221) 520px 0px 0px -4px, rgb(221, 221, 221) 521px 0px 0px -4px, rgb(221, 221, 221) 522px 0px 0px -4px, rgb(221, 221, 221) 523px 0px 0px -4px, rgb(221, 221, 221) 524px 0px 0px -4px, rgb(221, 221, 221) 525px 0px 0px -4px, rgb(221, 221, 221) 526px 0px 0px -4px, rgb(221, 221, 221) 527px 0px 0px -4px, rgb(221, 221, 221) 528px 0px 0px -4px, rgb(221, 221, 221) 529px 0px 0px -4px, rgb(221, 221, 221) 530px 0px 0px -4px, rgb(221, 221, 221) 531px 0px 0px -4px, rgb(221, 221, 221) 532px 0px 0px -4px, rgb(221, 221, 221) 533px 0px 0px -4px, rgb(221, 221, 221) 534px 0px 0px -4px, rgb(221, 221, 221) 535px 0px 0px -4px, rgb(221, 221, 221) 536px 0px 0px -4px, rgb(221, 221, 221) 537px 0px 0px -4px, rgb(221, 221, 221) 538px 0px 0px -4px, rgb(221, 221, 221) 539px 0px 0px -4px, rgb(221, 221, 221) 540px 0px 0px -4px, rgb(221, 221, 221) 541px 0px 0px -4px, rgb(221, 221, 221) 542px 0px 0px -4px, rgb(221, 221, 221) 543px 0px 0px -4px, rgb(221, 221, 221) 544px 0px 0px -4px, rgb(221, 221, 221) 545px 0px 0px -4px, rgb(221, 221, 221) 546px 0px 0px -4px, rgb(221, 221, 221) 547px 0px 0px -4px, rgb(221, 221, 221) 548px 0px 0px -4px, rgb(221, 221, 221) 549px 0px 0px -4px, rgb(221, 221, 221) 550px 0px 0px -4px, rgb(221, 221, 221) 551px 0px 0px -4px, rgb(221, 221, 221) 552px 0px 0px -4px, rgb(221, 221, 221) 553px 0px 0px -4px, rgb(221, 221, 221) 554px 0px 0px -4px, rgb(221, 221, 221) 555px 0px 0px -4px, rgb(221, 221, 221) 556px 0px 0px -4px, rgb(221, 221, 221) 557px 0px 0px -4px, rgb(221, 221, 221) 558px 0px 0px -4px, rgb(221, 221, 221) 559px 0px 0px -4px, rgb(221, 221, 221) 560px 0px 0px -4px, rgb(221, 221, 221) 561px 0px 0px -4px, rgb(221, 221, 221) 562px 0px 0px -4px, rgb(221, 221, 221) 563px 0px 0px -4px, rgb(221, 221, 221) 564px 0px 0px -4px, rgb(221, 221, 221) 565px 0px 0px -4px, rgb(221, 221, 221) 566px 0px 0px -4px, rgb(221, 221, 221) 567px 0px 0px -4px, rgb(221, 221, 221) 568px 0px 0px -4px, rgb(221, 221, 221) 569px 0px 0px -4px, rgb(221, 221, 221) 570px 0px 0px -4px, rgb(221, 221, 221) 571px 0px 0px -4px, rgb(221, 221, 221) 572px 0px 0px -4px, rgb(221, 221, 221) 573px 0px 0px -4px, rgb(221, 221, 221) 574px 0px 0px -4px, rgb(221, 221, 221) 575px 0px 0px -4px, rgb(221, 221, 221) 576px 0px 0px -4px, rgb(221, 221, 221) 577px 0px 0px -4px, rgb(221, 221, 221) 578px 0px 0px -4px, rgb(221, 221, 221) 579px 0px 0px -4px, rgb(221, 221, 221) 580px 0px 0px -4px, rgb(221, 221, 221) 581px 0px 0px -4px, rgb(221, 221, 221) 582px 0px 0px -4px, rgb(221, 221, 221) 583px 0px 0px -4px, rgb(221, 221, 221) 584px 0px 0px -4px, rgb(221, 221, 221) 585px 0px 0px -4px, rgb(221, 221, 221) 586px 0px 0px -4px, rgb(221, 221, 221) 587px 0px 0px -4px, rgb(221, 221, 221) 588px 0px 0px -4px, rgb(221, 221, 221) 589px 0px 0px -4px, rgb(221, 221, 221) 590px 0px 0px -4px, rgb(221, 221, 221) 591px 0px 0px -4px, rgb(221, 221, 221) 592px 0px 0px -4px, rgb(221, 221, 221) 593px 0px 0px -4px, rgb(221, 221, 221) 594px 0px 0px -4px, rgb(221, 221, 221) 595px 0px 0px -4px, rgb(221, 221, 221) 596px 0px 0px -4px, rgb(221, 221, 221) 597px 0px 0px -4px, rgb(221, 221, 221) 598px 0px 0px -4px, rgb(221, 221, 221) 599px 0px 0px -4px, rgb(221, 221, 221) 600px 0px 0px -4px, rgb(221, 221, 221) 601px 0px 0px -4px, rgb(221, 221, 221) 602px 0px 0px -4px, rgb(221, 221, 221) 603px 0px 0px -4px, rgb(221, 221, 221) 604px 0px 0px -4px, rgb(221, 221, 221) 605px 0px 0px -4px, rgb(221, 221, 221) 606px 0px 0px -4px, rgb(221, 221, 221) 607px 0px 0px -4px, rgb(221, 221, 221) 608px 0px 0px -4px, rgb(221, 221, 221) 609px 0px 0px -4px, rgb(221, 221, 221) 610px 0px 0px -4px, rgb(221, 221, 221) 611px 0px 0px -4px, rgb(221, 221, 221) 612px 0px 0px -4px, rgb(221, 221, 221) 613px 0px 0px -4px, rgb(221, 221, 221) 614px 0px 0px -4px, rgb(221, 221, 221) 615px 0px 0px -4px, rgb(221, 221, 221) 616px 0px 0px -4px, rgb(221, 221, 221) 617px 0px 0px -4px, rgb(221, 221, 221) 618px 0px 0px -4px, rgb(221, 221, 221) 619px 0px 0px -4px, rgb(221, 221, 221) 620px 0px 0px -4px, rgb(221, 221, 221) 621px 0px 0px -4px, rgb(221, 221, 221) 622px 0px 0px -4px, rgb(221, 221, 221) 623px 0px 0px -4px, rgb(221, 221, 221) 624px 0px 0px -4px, rgb(221, 221, 221) 625px 0px 0px -4px, rgb(221, 221, 221) 626px 0px 0px -4px, rgb(221, 221, 221) 627px 0px 0px -4px, rgb(221, 221, 221) 628px 0px 0px -4px, rgb(221, 221, 221) 629px 0px 0px -4px, rgb(221, 221, 221) 630px 0px 0px -4px, rgb(221, 221, 221) 631px 0px 0px -4px, rgb(221, 221, 221) 632px 0px 0px -4px, rgb(221, 221, 221) 633px 0px 0px -4px, rgb(221, 221, 221) 634px 0px 0px -4px, rgb(221, 221, 221) 635px 0px 0px -4px, rgb(221, 221, 221) 636px 0px 0px -4px, rgb(221, 221, 221) 637px 0px 0px -4px, rgb(221, 221, 221) 638px 0px 0px -4px, rgb(221, 221, 221) 639px 0px 0px -4px, rgb(221, 221, 221) 640px 0px 0px -4px, rgb(221, 221, 221) 641px 0px 0px -4px, rgb(221, 221, 221) 642px 0px 0px -4px, rgb(221, 221, 221) 643px 0px 0px -4px, rgb(221, 221, 221) 644px 0px 0px -4px, rgb(221, 221, 221) 645px 0px 0px -4px, rgb(221, 221, 221) 646px 0px 0px -4px, rgb(221, 221, 221) 647px 0px 0px -4px, rgb(221, 221, 221) 648px 0px 0px -4px, rgb(221, 221, 221) 649px 0px 0px -4px, rgb(221, 221, 221) 650px 0px 0px -4px, rgb(221, 221, 221) 651px 0px 0px -4px, rgb(221, 221, 221) 652px 0px 0px -4px, rgb(221, 221, 221) 653px 0px 0px -4px, rgb(221, 221, 221) 654px 0px 0px -4px, rgb(221, 221, 221) 655px 0px 0px -4px, rgb(221, 221, 221) 656px 0px 0px -4px, rgb(221, 221, 221) 657px 0px 0px -4px, rgb(221, 221, 221) 658px 0px 0px -4px, rgb(221, 221, 221) 659px 0px 0px -4px, rgb(221, 221, 221) 660px 0px 0px -4px, rgb(221, 221, 221) 661px 0px 0px -4px, rgb(221, 221, 221) 662px 0px 0px -4px, rgb(221, 221, 221) 663px 0px 0px -4px, rgb(221, 221, 221) 664px 0px 0px -4px, rgb(221, 221, 221) 665px 0px 0px -4px, rgb(221, 221, 221) 666px 0px 0px -4px, rgb(221, 221, 221) 667px 0px 0px -4px, rgb(221, 221, 221) 668px 0px 0px -4px, rgb(221, 221, 221) 669px 0px 0px -4px, rgb(221, 221, 221) 670px 0px 0px -4px, rgb(221, 221, 221) 671px 0px 0px -4px, rgb(221, 221, 221) 672px 0px 0px -4px, rgb(221, 221, 221) 673px 0px 0px -4px, rgb(221, 221, 221) 674px 0px 0px -4px, rgb(221, 221, 221) 675px 0px 0px -4px, rgb(221, 221, 221) 676px 0px 0px -4px, rgb(221, 221, 221) 677px 0px 0px -4px, rgb(221, 221, 221) 678px 0px 0px -4px, rgb(221, 221, 221) 679px 0px 0px -4px, rgb(221, 221, 221) 680px 0px 0px -4px, rgb(221, 221, 221) 681px 0px 0px -4px, rgb(221, 221, 221) 682px 0px 0px -4px, rgb(221, 221, 221) 683px 0px 0px -4px, rgb(221, 221, 221) 684px 0px 0px -4px, rgb(221, 221, 221) 685px 0px 0px -4px, rgb(221, 221, 221) 686px 0px 0px -4px, rgb(221, 221, 221) 687px 0px 0px -4px, rgb(221, 221, 221) 688px 0px 0px -4px, rgb(221, 221, 221) 689px 0px 0px -4px, rgb(221, 221, 221) 690px 0px 0px -4px, rgb(221, 221, 221) 691px 0px 0px -4px, rgb(221, 221, 221) 692px 0px 0px -4px, rgb(221, 221, 221) 693px 0px 0px -4px, rgb(221, 221, 221) 694px 0px 0px -4px, rgb(221, 221, 221) 695px 0px 0px -4px, rgb(221, 221, 221) 696px 0px 0px -4px, rgb(221, 221, 221) 697px 0px 0px -4px, rgb(221, 221, 221) 698px 0px 0px -4px, rgb(221, 221, 221) 699px 0px 0px -4px, rgb(221, 221, 221) 700px 0px 0px -4px, rgb(221, 221, 221) 701px 0px 0px -4px, rgb(221, 221, 221) 702px 0px 0px -4px, rgb(221, 221, 221) 703px 0px 0px -4px, rgb(221, 221, 221) 704px 0px 0px -4px, rgb(221, 221, 221) 705px 0px 0px -4px, rgb(221, 221, 221) 706px 0px 0px -4px, rgb(221, 221, 221) 707px 0px 0px -4px, rgb(221, 221, 221) 708px 0px 0px -4px, rgb(221, 221, 221) 709px 0px 0px -4px, rgb(221, 221, 221) 710px 0px 0px -4px, rgb(221, 221, 221) 711px 0px 0px -4px, rgb(221, 221, 221) 712px 0px 0px -4px, rgb(221, 221, 221) 713px 0px 0px -4px, rgb(221, 221, 221) 714px 0px 0px -4px, rgb(221, 221, 221) 715px 0px 0px -4px, rgb(221, 221, 221) 716px 0px 0px -4px, rgb(221, 221, 221) 717px 0px 0px -4px, rgb(221, 221, 221) 718px 0px 0px -4px, rgb(221, 221, 221) 719px 0px 0px -4px, rgb(221, 221, 221) 720px 0px 0px -4px, rgb(221, 221, 221) 721px 0px 0px -4px, rgb(221, 221, 221) 722px 0px 0px -4px, rgb(221, 221, 221) 723px 0px 0px -4px, rgb(221, 221, 221) 724px 0px 0px -4px, rgb(221, 221, 221) 725px 0px 0px -4px, rgb(221, 221, 221) 726px 0px 0px -4px, rgb(221, 221, 221) 727px 0px 0px -4px, rgb(221, 221, 221) 728px 0px 0px -4px, rgb(221, 221, 221) 729px 0px 0px -4px, rgb(221, 221, 221) 730px 0px 0px -4px, rgb(221, 221, 221) 731px 0px 0px -4px, rgb(221, 221, 221) 732px 0px 0px -4px, rgb(221, 221, 221) 733px 0px 0px -4px, rgb(221, 221, 221) 734px 0px 0px -4px, rgb(221, 221, 221) 735px 0px 0px -4px, rgb(221, 221, 221) 736px 0px 0px -4px, rgb(221, 221, 221) 737px 0px 0px -4px, rgb(221, 221, 221) 738px 0px 0px -4px, rgb(221, 221, 221) 739px 0px 0px -4px, rgb(221, 221, 221) 740px 0px 0px -4px, rgb(221, 221, 221) 741px 0px 0px -4px, rgb(221, 221, 221) 742px 0px 0px -4px, rgb(221, 221, 221) 743px 0px 0px -4px, rgb(221, 221, 221) 744px 0px 0px -4px, rgb(221, 221, 221) 745px 0px 0px -4px, rgb(221, 221, 221) 746px 0px 0px -4px, rgb(221, 221, 221) 747px 0px 0px -4px, rgb(221, 221, 221) 748px 0px 0px -4px, rgb(221, 221, 221) 749px 0px 0px -4px, rgb(221, 221, 221) 750px 0px 0px -4px, rgb(221, 221, 221) 751px 0px 0px -4px, rgb(221, 221, 221) 752px 0px 0px -4px, rgb(221, 221, 221) 753px 0px 0px -4px, rgb(221, 221, 221) 754px 0px 0px -4px, rgb(221, 221, 221) 755px 0px 0px -4px, rgb(221, 221, 221) 756px 0px 0px -4px, rgb(221, 221, 221) 757px 0px 0px -4px, rgb(221, 221, 221) 758px 0px 0px -4px, rgb(221, 221, 221) 759px 0px 0px -4px, rgb(221, 221, 221) 760px 0px 0px -4px, rgb(221, 221, 221) 761px 0px 0px -4px, rgb(221, 221, 221) 762px 0px 0px -4px, rgb(221, 221, 221) 763px 0px 0px -4px, rgb(221, 221, 221) 764px 0px 0px -4px, rgb(221, 221, 221) 765px 0px 0px -4px, rgb(221, 221, 221) 766px 0px 0px -4px, rgb(221, 221, 221) 767px 0px 0px -4px, rgb(221, 221, 221) 768px 0px 0px -4px, rgb(221, 221, 221) 769px 0px 0px -4px, rgb(221, 221, 221) 770px 0px 0px -4px, rgb(221, 221, 221) 771px 0px 0px -4px, rgb(221, 221, 221) 772px 0px 0px -4px, rgb(221, 221, 221) 773px 0px 0px -4px, rgb(221, 221, 221) 774px 0px 0px -4px, rgb(221, 221, 221) 775px 0px 0px -4px, rgb(221, 221, 221) 776px 0px 0px -4px, rgb(221, 221, 221) 777px 0px 0px -4px, rgb(221, 221, 221) 778px 0px 0px -4px, rgb(221, 221, 221) 779px 0px 0px -4px, rgb(221, 221, 221) 780px 0px 0px -4px, rgb(221, 221, 221) 781px 0px 0px -4px, rgb(221, 221, 221) 782px 0px 0px -4px, rgb(221, 221, 221) 783px 0px 0px -4px, rgb(221, 221, 221) 784px 0px 0px -4px, rgb(221, 221, 221) 785px 0px 0px -4px, rgb(221, 221, 221) 786px 0px 0px -4px, rgb(221, 221, 221) 787px 0px 0px -4px, rgb(221, 221, 221) 788px 0px 0px -4px, rgb(221, 221, 221) 789px 0px 0px -4px, rgb(221, 221, 221) 790px 0px 0px -4px, rgb(221, 221, 221) 791px 0px 0px -4px, rgb(221, 221, 221) 792px 0px 0px -4px, rgb(221, 221, 221) 793px 0px 0px -4px, rgb(221, 221, 221) 794px 0px 0px -4px, rgb(221, 221, 221) 795px 0px 0px -4px, rgb(221, 221, 221) 796px 0px 0px -4px, rgb(221, 221, 221) 797px 0px 0px -4px, rgb(221, 221, 221) 798px 0px 0px -4px, rgb(221, 221, 221) 799px 0px 0px -4px, rgb(221, 221, 221) 800px 0px 0px -4px, rgb(221, 221, 221) 801px 0px 0px -4px, rgb(221, 221, 221) 802px 0px 0px -4px, rgb(221, 221, 221) 803px 0px 0px -4px, rgb(221, 221, 221) 804px 0px 0px -4px, rgb(221, 221, 221) 805px 0px 0px -4px, rgb(221, 221, 221) 806px 0px 0px -4px, rgb(221, 221, 221) 807px 0px 0px -4px, rgb(221, 221, 221) 808px 0px 0px -4px, rgb(221, 221, 221) 809px 0px 0px -4px, rgb(221, 221, 221) 810px 0px 0px -4px, rgb(221, 221, 221) 811px 0px 0px -4px, rgb(221, 221, 221) 812px 0px 0px -4px, rgb(221, 221, 221) 813px 0px 0px -4px, rgb(221, 221, 221) 814px 0px 0px -4px, rgb(221, 221, 221) 815px 0px 0px -4px, rgb(221, 221, 221) 816px 0px 0px -4px, rgb(221, 221, 221) 817px 0px 0px -4px, rgb(221, 221, 221) 818px 0px 0px -4px, rgb(221, 221, 221) 819px 0px 0px -4px, rgb(221, 221, 221) 820px 0px 0px -4px, rgb(221, 221, 221) 821px 0px 0px -4px, rgb(221, 221, 221) 822px 0px 0px -4px, rgb(221, 221, 221) 823px 0px 0px -4px, rgb(221, 221, 221) 824px 0px 0px -4px, rgb(221, 221, 221) 825px 0px 0px -4px, rgb(221, 221, 221) 826px 0px 0px -4px, rgb(221, 221, 221) 827px 0px 0px -4px, rgb(221, 221, 221) 828px 0px 0px -4px, rgb(221, 221, 221) 829px 0px 0px -4px, rgb(221, 221, 221) 830px 0px 0px -4px, rgb(221, 221, 221) 831px 0px 0px -4px, rgb(221, 221, 221) 832px 0px 0px -4px, rgb(221, 221, 221) 833px 0px 0px -4px, rgb(221, 221, 221) 834px 0px 0px -4px, rgb(221, 221, 221) 835px 0px 0px -4px, rgb(221, 221, 221) 836px 0px 0px -4px, rgb(221, 221, 221) 837px 0px 0px -4px, rgb(221, 221, 221) 838px 0px 0px -4px, rgb(221, 221, 221) 839px 0px 0px -4px, rgb(221, 221, 221) 840px 0px 0px -4px, rgb(221, 221, 221) 841px 0px 0px -4px, rgb(221, 221, 221) 842px 0px 0px -4px, rgb(221, 221, 221) 843px 0px 0px -4px, rgb(221, 221, 221) 844px 0px 0px -4px, rgb(221, 221, 221) 845px 0px 0px -4px, rgb(221, 221, 221) 846px 0px 0px -4px, rgb(221, 221, 221) 847px 0px 0px -4px, rgb(221, 221, 221) 848px 0px 0px -4px, rgb(221, 221, 221) 849px 0px 0px -4px, rgb(221, 221, 221) 850px 0px 0px -4px, rgb(221, 221, 221) 851px 0px 0px -4px, rgb(221, 221, 221) 852px 0px 0px -4px, rgb(221, 221, 221) 853px 0px 0px -4px, rgb(221, 221, 221) 854px 0px 0px -4px, rgb(221, 221, 221) 855px 0px 0px -4px, rgb(221, 221, 221) 856px 0px 0px -4px, rgb(221, 221, 221) 857px 0px 0px -4px, rgb(221, 221, 221) 858px 0px 0px -4px, rgb(221, 221, 221) 859px 0px 0px -4px, rgb(221, 221, 221) 860px 0px 0px -4px, rgb(221, 221, 221) 861px 0px 0px -4px, rgb(221, 221, 221) 862px 0px 0px -4px, rgb(221, 221, 221) 863px 0px 0px -4px, rgb(221, 221, 221) 864px 0px 0px -4px, rgb(221, 221, 221) 865px 0px 0px -4px, rgb(221, 221, 221) 866px 0px 0px -4px, rgb(221, 221, 221) 867px 0px 0px -4px, rgb(221, 221, 221) 868px 0px 0px -4px, rgb(221, 221, 221) 869px 0px 0px -4px, rgb(221, 221, 221) 870px 0px 0px -4px, rgb(221, 221, 221) 871px 0px 0px -4px, rgb(221, 221, 221) 872px 0px 0px -4px, rgb(221, 221, 221) 873px 0px 0px -4px, rgb(221, 221, 221) 874px 0px 0px -4px, rgb(221, 221, 221) 875px 0px 0px -4px, rgb(221, 221, 221) 876px 0px 0px -4px, rgb(221, 221, 221) 877px 0px 0px -4px, rgb(221, 221, 221) 878px 0px 0px -4px, rgb(221, 221, 221) 879px 0px 0px -4px, rgb(221, 221, 221) 880px 0px 0px -4px, rgb(221, 221, 221) 881px 0px 0px -4px, rgb(221, 221, 221) 882px 0px 0px -4px, rgb(221, 221, 221) 883px 0px 0px -4px, rgb(221, 221, 221) 884px 0px 0px -4px, rgb(221, 221, 221) 885px 0px 0px -4px, rgb(221, 221, 221) 886px 0px 0px -4px, rgb(221, 221, 221) 887px 0px 0px -4px, rgb(221, 221, 221) 888px 0px 0px -4px, rgb(221, 221, 221) 889px 0px 0px -4px, rgb(221, 221, 221) 890px 0px 0px -4px, rgb(221, 221, 221) 891px 0px 0px -4px, rgb(221, 221, 221) 892px 0px 0px -4px, rgb(221, 221, 221) 893px 0px 0px -4px, rgb(221, 221, 221) 894px 0px 0px -4px, rgb(221, 221, 221) 895px 0px 0px -4px, rgb(221, 221, 221) 896px 0px 0px -4px, rgb(221, 221, 221) 897px 0px 0px -4px, rgb(221, 221, 221) 898px 0px 0px -4px, rgb(221, 221, 221) 899px 0px 0px -4px, rgb(221, 221, 221) 900px 0px 0px -4px, rgb(221, 221, 221) 901px 0px 0px -4px, rgb(221, 221, 221) 902px 0px 0px -4px, rgb(221, 221, 221) 903px 0px 0px -4px, rgb(221, 221, 221) 904px 0px 0px -4px, rgb(221, 221, 221) 905px 0px 0px -4px, rgb(221, 221, 221) 906px 0px 0px -4px, rgb(221, 221, 221) 907px 0px 0px -4px, rgb(221, 221, 221) 908px 0px 0px -4px, rgb(221, 221, 221) 909px 0px 0px -4px, rgb(221, 221, 221) 910px 0px 0px -4px, rgb(221, 221, 221) 911px 0px 0px -4px, rgb(221, 221, 221) 912px 0px 0px -4px, rgb(221, 221, 221) 913px 0px 0px -4px, rgb(221, 221, 221) 914px 0px 0px -4px, rgb(221, 221, 221) 915px 0px 0px -4px, rgb(221, 221, 221) 916px 0px 0px -4px, rgb(221, 221, 221) 917px 0px 0px -4px, rgb(221, 221, 221) 918px 0px 0px -4px, rgb(221, 221, 221) 919px 0px 0px -4px, rgb(221, 221, 221) 920px 0px 0px -4px, rgb(221, 221, 221) 921px 0px 0px -4px, rgb(221, 221, 221) 922px 0px 0px -4px, rgb(221, 221, 221) 923px 0px 0px -4px, rgb(221, 221, 221) 924px 0px 0px -4px, rgb(221, 221, 221) 925px 0px 0px -4px, rgb(221, 221, 221) 926px 0px 0px -4px, rgb(221, 221, 221) 927px 0px 0px -4px, rgb(221, 221, 221) 928px 0px 0px -4px, rgb(221, 221, 221) 929px 0px 0px -4px, rgb(221, 221, 221) 930px 0px 0px -4px, rgb(221, 221, 221) 931px 0px 0px -4px, rgb(221, 221, 221) 932px 0px 0px -4px, rgb(221, 221, 221) 933px 0px 0px -4px, rgb(221, 221, 221) 934px 0px 0px -4px, rgb(221, 221, 221) 935px 0px 0px -4px, rgb(221, 221, 221) 936px 0px 0px -4px, rgb(221, 221, 221) 937px 0px 0px -4px, rgb(221, 221, 221) 938px 0px 0px -4px, rgb(221, 221, 221) 939px 0px 0px -4px, rgb(221, 221, 221) 940px 0px 0px -4px, rgb(221, 221, 221) 941px 0px 0px -4px, rgb(221, 221, 221) 942px 0px 0px -4px, rgb(221, 221, 221) 943px 0px 0px -4px, rgb(221, 221, 221) 944px 0px 0px -4px, rgb(221, 221, 221) 945px 0px 0px -4px, rgb(221, 221, 221) 946px 0px 0px -4px, rgb(221, 221, 221) 947px 0px 0px -4px, rgb(221, 221, 221) 948px 0px 0px -4px, rgb(221, 221, 221) 949px 0px 0px -4px, rgb(221, 221, 221) 950px 0px 0px -4px, rgb(221, 221, 221) 951px 0px 0px -4px, rgb(221, 221, 221) 952px 0px 0px -4px, rgb(221, 221, 221) 953px 0px 0px -4px, rgb(221, 221, 221) 954px 0px 0px -4px, rgb(221, 221, 221) 955px 0px 0px -4px, rgb(221, 221, 221) 956px 0px 0px -4px, rgb(221, 221, 221) 957px 0px 0px -4px, rgb(221, 221, 221) 958px 0px 0px -4px, rgb(221, 221, 221) 959px 0px 0px -4px, rgb(221, 221, 221) 960px 0px 0px -4px, rgb(221, 221, 221) 961px 0px 0px -4px, rgb(221, 221, 221) 962px 0px 0px -4px, rgb(221, 221, 221) 963px 0px 0px -4px, rgb(221, 221, 221) 964px 0px 0px -4px, rgb(221, 221, 221) 965px 0px 0px -4px, rgb(221, 221, 221) 966px 0px 0px -4px, rgb(221, 221, 221) 967px 0px 0px -4px, rgb(221, 221, 221) 968px 0px 0px -4px, rgb(221, 221, 221) 969px 0px 0px -4px, rgb(221, 221, 221) 970px 0px 0px -4px, rgb(221, 221, 221) 971px 0px 0px -4px, rgb(221, 221, 221) 972px 0px 0px -4px, rgb(221, 221, 221) 973px 0px 0px -4px, rgb(221, 221, 221) 974px 0px 0px -4px, rgb(221, 221, 221) 975px 0px 0px -4px, rgb(221, 221, 221) 976px 0px 0px -4px, rgb(221, 221, 221) 977px 0px 0px -4px, rgb(221, 221, 221) 978px 0px 0px -4px, rgb(221, 221, 221) 979px 0px 0px -4px, rgb(221, 221, 221) 980px 0px 0px -4px, rgb(221, 221, 221) 981px 0px 0px -4px, rgb(221, 221, 221) 982px 0px 0px -4px, rgb(221, 221, 221) 983px 0px 0px -4px, rgb(221, 221, 221) 984px 0px 0px -4px, rgb(221, 221, 221) 985px 0px 0px -4px, rgb(221, 221, 221) 986px 0px 0px -4px, rgb(221, 221, 221) 987px 0px 0px -4px, rgb(221, 221, 221) 988px 0px 0px -4px, rgb(221, 221, 221) 989px 0px 0px -4px, rgb(221, 221, 221) 990px 0px 0px -4px, rgb(221, 221, 221) 991px 0px 0px -4px, rgb(221, 221, 221) 992px 0px 0px -4px, rgb(221, 221, 221) 993px 0px 0px -4px, rgb(221, 221, 221) 994px 0px 0px -4px, rgb(221, 221, 221) 995px 0px 0px -4px, rgb(221, 221, 221) 996px 0px 0px -4px, rgb(221, 221, 221) 997px 0px 0px -4px, rgb(221, 221, 221) 998px 0px 0px -4px, rgb(221, 221, 221) 999px 0px 0px -4px, rgb(221, 221, 221) 1000px 0px 0px -4px, rgb(221, 221, 221) 1001px 0px 0px -4px, rgb(221, 221, 221) 1002px 0px 0px -4px, rgb(221, 221, 221) 1003px 0px 0px -4px, rgb(221, 221, 221) 1004px 0px 0px -4px, rgb(221, 221, 221) 1005px 0px 0px -4px, rgb(221, 221, 221) 1006px 0px 0px -4px, rgb(221, 221, 221) 1007px 0px 0px -4px, rgb(221, 221, 221) 1008px 0px 0px -4px, rgb(221, 221, 221) 1009px 0px 0px -4px, rgb(221, 221, 221) 1010px 0px 0px -4px, rgb(221, 221, 221) 1011px 0px 0px -4px, rgb(221, 221, 221) 1012px 0px 0px -4px, rgb(221, 221, 221) 1013px 0px 0px -4px, rgb(221, 221, 221) 1014px 0px 0px -4px, rgb(221, 221, 221) 1015px 0px 0px -4px, rgb(221, 221, 221) 1016px 0px 0px -4px, rgb(221, 221, 221) 1017px 0px 0px -4px, rgb(221, 221, 221) 1018px 0px 0px -4px, rgb(221, 221, 221) 1019px 0px 0px -4px, rgb(221, 221, 221) 1020px 0px 0px -4px, rgb(221, 221, 221) 1021px 0px 0px -4px, rgb(221, 221, 221) 1022px 0px 0px -4px, rgb(221, 221, 221) 1023px 0px 0px -4px, rgb(221, 221, 221) 1024px 0px 0px -4px, rgb(221, 221, 221) 1025px 0px 0px -4px, rgb(221, 221, 221) 1026px 0px 0px -4px, rgb(221, 221, 221) 1027px 0px 0px -4px, rgb(221, 221, 221) 1028px 0px 0px -4px, rgb(221, 221, 221) 1029px 0px 0px -4px, rgb(221, 221, 221) 1030px 0px 0px -4px, rgb(221, 221, 221) 1031px 0px 0px -4px, rgb(221, 221, 221) 1032px 0px 0px -4px, rgb(221, 221, 221) 1033px 0px 0px -4px, rgb(221, 221, 221) 1034px 0px 0px -4px, rgb(221, 221, 221) 1035px 0px 0px -4px, rgb(221, 221, 221) 1036px 0px 0px -4px, rgb(221, 221, 221) 1037px 0px 0px -4px, rgb(221, 221, 221) 1038px 0px 0px -4px, rgb(221, 221, 221) 1039px 0px 0px -4px, rgb(221, 221, 221) 1040px 0px 0px -4px, rgb(221, 221, 221) 1041px 0px 0px -4px, rgb(221, 221, 221) 1042px 0px 0px -4px, rgb(221, 221, 221) 1043px 0px 0px -4px, rgb(221, 221, 221) 1044px 0px 0px -4px, rgb(221, 221, 221) 1045px 0px 0px -4px, rgb(221, 221, 221) 1046px 0px 0px -4px, rgb(221, 221, 221) 1047px 0px 0px -4px, rgb(221, 221, 221) 1048px 0px 0px -4px, rgb(221, 221, 221) 1049px 0px 0px -4px, rgb(221, 221, 221) 1050px 0px 0px -4px, rgb(221, 221, 221) 1051px 0px 0px -4px, rgb(221, 221, 221) 1052px 0px 0px -4px, rgb(221, 221, 221) 1053px 0px 0px -4px, rgb(221, 221, 221) 1054px 0px 0px -4px, rgb(221, 221, 221) 1055px 0px 0px -4px, rgb(221, 221, 221) 1056px 0px 0px -4px, rgb(221, 221, 221) 1057px 0px 0px -4px, rgb(221, 221, 221) 1058px 0px 0px -4px, rgb(221, 221, 221) 1059px 0px 0px -4px, rgb(221, 221, 221) 1060px 0px 0px -4px, rgb(221, 221, 221) 1061px 0px 0px -4px, rgb(221, 221, 221) 1062px 0px 0px -4px, rgb(221, 221, 221) 1063px 0px 0px -4px, rgb(221, 221, 221) 1064px 0px 0px -4px, rgb(221, 221, 221) 1065px 0px 0px -4px, rgb(221, 221, 221) 1066px 0px 0px -4px, rgb(221, 221, 221) 1067px 0px 0px -4px, rgb(221, 221, 221) 1068px 0px 0px -4px, rgb(221, 221, 221) 1069px 0px 0px -4px, rgb(221, 221, 221) 1070px 0px 0px -4px, rgb(221, 221, 221) 1071px 0px 0px -4px, rgb(221, 221, 221) 1072px 0px 0px -4px, rgb(221, 221, 221) 1073px 0px 0px -4px, rgb(221, 221, 221) 1074px 0px 0px -4px, rgb(221, 221, 221) 1075px 0px 0px -4px, rgb(221, 221, 221) 1076px 0px 0px -4px, rgb(221, 221, 221) 1077px 0px 0px -4px, rgb(221, 221, 221) 1078px 0px 0px -4px, rgb(221, 221, 221) 1079px 0px 0px -4px, rgb(221, 221, 221) 1080px 0px 0px -4px, rgb(221, 221, 221) 1081px 0px 0px -4px, rgb(221, 221, 221) 1082px 0px 0px -4px, rgb(221, 221, 221) 1083px 0px 0px -4px, rgb(221, 221, 221) 1084px 0px 0px -4px, rgb(221, 221, 221) 1085px 0px 0px -4px, rgb(221, 221, 221) 1086px 0px 0px -4px, rgb(221, 221, 221) 1087px 0px 0px -4px, rgb(221, 221, 221) 1088px 0px 0px -4px, rgb(221, 221, 221) 1089px 0px 0px -4px, rgb(221, 221, 221) 1090px 0px 0px -4px, rgb(221, 221, 221) 1091px 0px 0px -4px, rgb(221, 221, 221) 1092px 0px 0px -4px, rgb(221, 221, 221) 1093px 0px 0px -4px, rgb(221, 221, 221) 1094px 0px 0px -4px, rgb(221, 221, 221) 1095px 0px 0px -4px, rgb(221, 221, 221) 1096px 0px 0px -4px, rgb(221, 221, 221) 1097px 0px 0px -4px, rgb(221, 221, 221) 1098px 0px 0px -4px, rgb(221, 221, 221) 1099px 0px 0px -4px, rgb(221, 221, 221) 1100px 0px 0px -4px, rgb(221, 221, 221) 1101px 0px 0px -4px, rgb(221, 221, 221) 1102px 0px 0px -4px, rgb(221, 221, 221) 1103px 0px 0px -4px, rgb(221, 221, 221) 1104px 0px 0px -4px, rgb(221, 221, 221) 1105px 0px 0px -4px, rgb(221, 221, 221) 1106px 0px 0px -4px, rgb(221, 221, 221) 1107px 0px 0px -4px, rgb(221, 221, 221) 1108px 0px 0px -4px, rgb(221, 221, 221) 1109px 0px 0px -4px, rgb(221, 221, 221) 1110px 0px 0px -4px, rgb(221, 221, 221) 1111px 0px 0px -4px, rgb(221, 221, 221) 1112px 0px 0px -4px, rgb(221, 221, 221) 1113px 0px 0px -4px, rgb(221, 221, 221) 1114px 0px 0px -4px, rgb(221, 221, 221) 1115px 0px 0px -4px, rgb(221, 221, 221) 1116px 0px 0px -4px, rgb(221, 221, 221) 1117px 0px 0px -4px, rgb(221, 221, 221) 1118px 0px 0px -4px, rgb(221, 221, 221) 1119px 0px 0px -4px, rgb(221, 221, 221) 1120px 0px 0px -4px, rgb(221, 221, 221) 1121px 0px 0px -4px, rgb(221, 221, 221) 1122px 0px 0px -4px, rgb(221, 221, 221) 1123px 0px 0px -4px, rgb(221, 221, 221) 1124px 0px 0px -4px, rgb(221, 221, 221) 1125px 0px 0px -4px, rgb(221, 221, 221) 1126px 0px 0px -4px, rgb(221, 221, 221) 1127px 0px 0px -4px, rgb(221, 221, 221) 1128px 0px 0px -4px, rgb(221, 221, 221) 1129px 0px 0px -4px, rgb(221, 221, 221) 1130px 0px 0px -4px, rgb(221, 221, 221) 1131px 0px 0px -4px, rgb(221, 221, 221) 1132px 0px 0px -4px, rgb(221, 221, 221) 1133px 0px 0px -4px, rgb(221, 221, 221) 1134px 0px 0px -4px, rgb(221, 221, 221) 1135px 0px 0px -4px, rgb(221, 221, 221) 1136px 0px 0px -4px, rgb(221, 221, 221) 1137px 0px 0px -4px, rgb(221, 221, 221) 1138px 0px 0px -4px, rgb(221, 221, 221) 1139px 0px 0px -4px, rgb(221, 221, 221) 1140px 0px 0px -4px, rgb(221, 221, 221) 1141px 0px 0px -4px, rgb(221, 221, 221) 1142px 0px 0px -4px, rgb(221, 221, 221) 1143px 0px 0px -4px, rgb(221, 221, 221) 1144px 0px 0px -4px, rgb(221, 221, 221) 1145px 0px 0px -4px, rgb(221, 221, 221) 1146px 0px 0px -4px, rgb(221, 221, 221) 1147px 0px 0px -4px, rgb(221, 221, 221) 1148px 0px 0px -4px, rgb(221, 221, 221) 1149px 0px 0px -4px, rgb(221, 221, 221) 1150px 0px 0px -4px, rgb(221, 221, 221) 1151px 0px 0px -4px, rgb(221, 221, 221) 1152px 0px 0px -4px, rgb(221, 221, 221) 1153px 0px 0px -4px, rgb(221, 221, 221) 1154px 0px 0px -4px, rgb(221, 221, 221) 1155px 0px 0px -4px, rgb(221, 221, 221) 1156px 0px 0px -4px, rgb(221, 221, 221) 1157px 0px 0px -4px, rgb(221, 221, 221) 1158px 0px 0px -4px, rgb(221, 221, 221) 1159px 0px 0px -4px, rgb(221, 221, 221) 1160px 0px 0px -4px, rgb(221, 221, 221) 1161px 0px 0px -4px, rgb(221, 221, 221) 1162px 0px 0px -4px, rgb(221, 221, 221) 1163px 0px 0px -4px, rgb(221, 221, 221) 1164px 0px 0px -4px, rgb(221, 221, 221) 1165px 0px 0px -4px, rgb(221, 221, 221) 1166px 0px 0px -4px, rgb(221, 221, 221) 1167px 0px 0px -4px, rgb(221, 221, 221) 1168px 0px 0px -4px, rgb(221, 221, 221) 1169px 0px 0px -4px, rgb(221, 221, 221) 1170px 0px 0px -4px, rgb(221, 221, 221) 1171px 0px 0px -4px, rgb(221, 221, 221) 1172px 0px 0px -4px, rgb(221, 221, 221) 1173px 0px 0px -4px, rgb(221, 221, 221) 1174px 0px 0px -4px, rgb(221, 221, 221) 1175px 0px 0px -4px, rgb(221, 221, 221) 1176px 0px 0px -4px, rgb(221, 221, 221) 1177px 0px 0px -4px, rgb(221, 221, 221) 1178px 0px 0px -4px, rgb(221, 221, 221) 1179px 0px 0px -4px, rgb(221, 221, 221) 1180px 0px 0px -4px, rgb(221, 221, 221) 1181px 0px 0px -4px, rgb(221, 221, 221) 1182px 0px 0px -4px, rgb(221, 221, 221) 1183px 0px 0px -4px, rgb(221, 221, 221) 1184px 0px 0px -4px, rgb(221, 221, 221) 1185px 0px 0px -4px, rgb(221, 221, 221) 1186px 0px 0px -4px, rgb(221, 221, 221) 1187px 0px 0px -4px, rgb(221, 221, 221) 1188px 0px 0px -4px, rgb(221, 221, 221) 1189px 0px 0px -4px, rgb(221, 221, 221) 1190px 0px 0px -4px, rgb(221, 221, 221) 1191px 0px 0px -4px, rgb(221, 221, 221) 1192px 0px 0px -4px, rgb(221, 221, 221) 1193px 0px 0px -4px, rgb(221, 221, 221) 1194px 0px 0px -4px, rgb(221, 221, 221) 1195px 0px 0px -4px, rgb(221, 221, 221) 1196px 0px 0px -4px, rgb(221, 221, 221) 1197px 0px 0px -4px, rgb(221, 221, 221) 1198px 0px 0px -4px, rgb(221, 221, 221) 1199px 0px 0px -4px, rgb(221, 221, 221) 1200px 0px 0px -4px, rgb(221, 221, 221) 1201px 0px 0px -4px, rgb(221, 221, 221) 1202px 0px 0px -4px, rgb(221, 221, 221) 1203px 0px 0px -4px, rgb(221, 221, 221) 1204px 0px 0px -4px, rgb(221, 221, 221) 1205px 0px 0px -4px, rgb(221, 221, 221) 1206px 0px 0px -4px, rgb(221, 221, 221) 1207px 0px 0px -4px, rgb(221, 221, 221) 1208px 0px 0px -4px, rgb(221, 221, 221) 1209px 0px 0px -4px, rgb(221, 221, 221) 1210px 0px 0px -4px, rgb(221, 221, 221) 1211px 0px 0px -4px, rgb(221, 221, 221) 1212px 0px 0px -4px, rgb(221, 221, 221) 1213px 0px 0px -4px, rgb(221, 221, 221) 1214px 0px 0px -4px, rgb(221, 221, 221) 1215px 0px 0px -4px, rgb(221, 221, 221) 1216px 0px 0px -4px, rgb(221, 221, 221) 1217px 0px 0px -4px, rgb(221, 221, 221) 1218px 0px 0px -4px, rgb(221, 221, 221) 1219px 0px 0px -4px, rgb(221, 221, 221) 1220px 0px 0px -4px, rgb(221, 221, 221) 1221px 0px 0px -4px, rgb(221, 221, 221) 1222px 0px 0px -4px, rgb(221, 221, 221) 1223px 0px 0px -4px, rgb(221, 221, 221) 1224px 0px 0px -4px, rgb(221, 221, 221) 1225px 0px 0px -4px, rgb(221, 221, 221) 1226px 0px 0px -4px, rgb(221, 221, 221) 1227px 0px 0px -4px, rgb(221, 221, 221) 1228px 0px 0px -4px, rgb(221, 221, 221) 1229px 0px 0px -4px, rgb(221, 221, 221) 1230px 0px 0px -4px, rgb(221, 221, 221) 1231px 0px 0px -4px, rgb(221, 221, 221) 1232px 0px 0px -4px, rgb(221, 221, 221) 1233px 0px 0px -4px, rgb(221, 221, 221) 1234px 0px 0px -4px, rgb(221, 221, 221) 1235px 0px 0px -4px, rgb(221, 221, 221) 1236px 0px 0px -4px, rgb(221, 221, 221) 1237px 0px 0px -4px, rgb(221, 221, 221) 1238px 0px 0px -4px, rgb(221, 221, 221) 1239px 0px 0px -4px, rgb(221, 221, 221) 1240px 0px 0px -4px, rgb(221, 221, 221) 1241px 0px 0px -4px, rgb(221, 221, 221) 1242px 0px 0px -4px, rgb(221, 221, 221) 1243px 0px 0px -4px, rgb(221, 221, 221) 1244px 0px 0px -4px, rgb(221, 221, 221) 1245px 0px 0px -4px, rgb(221, 221, 221) 1246px 0px 0px -4px, rgb(221, 221, 221) 1247px 0px 0px -4px, rgb(221, 221, 221) 1248px 0px 0px -4px, rgb(221, 221, 221) 1249px 0px 0px -4px, rgb(221, 221, 221) 1250px 0px 0px -4px, rgb(221, 221, 221) 1251px 0px 0px -4px, rgb(221, 221, 221) 1252px 0px 0px -4px, rgb(221, 221, 221) 1253px 0px 0px -4px, rgb(221, 221, 221) 1254px 0px 0px -4px, rgb(221, 221, 221) 1255px 0px 0px -4px, rgb(221, 221, 221) 1256px 0px 0px -4px, rgb(221, 221, 221) 1257px 0px 0px -4px, rgb(221, 221, 221) 1258px 0px 0px -4px, rgb(221, 221, 221) 1259px 0px 0px -4px, rgb(221, 221, 221) 1260px 0px 0px -4px, rgb(221, 221, 221) 1261px 0px 0px -4px, rgb(221, 221, 221) 1262px 0px 0px -4px, rgb(221, 221, 221) 1263px 0px 0px -4px, rgb(221, 221, 221) 1264px 0px 0px -4px, rgb(221, 221, 221) 1265px 0px 0px -4px, rgb(221, 221, 221) 1266px 0px 0px -4px, rgb(221, 221, 221) 1267px 0px 0px -4px, rgb(221, 221, 221) 1268px 0px 0px -4px, rgb(221, 221, 221) 1269px 0px 0px -4px, rgb(221, 221, 221) 1270px 0px 0px -4px, rgb(221, 221, 221) 1271px 0px 0px -4px, rgb(221, 221, 221) 1272px 0px 0px -4px, rgb(221, 221, 221) 1273px 0px 0px -4px, rgb(221, 221, 221) 1274px 0px 0px -4px, rgb(221, 221, 221) 1275px 0px 0px -4px, rgb(221, 221, 221) 1276px 0px 0px -4px, rgb(221, 221, 221) 1277px 0px 0px -4px, rgb(221, 221, 221) 1278px 0px 0px -4px, rgb(221, 221, 221) 1279px 0px 0px -4px, rgb(221, 221, 221) 1280px 0px 0px -4px, rgb(221, 221, 221) 1281px 0px 0px -4px, rgb(221, 221, 221) 1282px 0px 0px -4px, rgb(221, 221, 221) 1283px 0px 0px -4px, rgb(221, 221, 221) 1284px 0px 0px -4px, rgb(221, 221, 221) 1285px 0px 0px -4px, rgb(221, 221, 221) 1286px 0px 0px -4px, rgb(221, 221, 221) 1287px 0px 0px -4px, rgb(221, 221, 221) 1288px 0px 0px -4px, rgb(221, 221, 221) 1289px 0px 0px -4px, rgb(221, 221, 221) 1290px 0px 0px -4px, rgb(221, 221, 221) 1291px 0px 0px -4px, rgb(221, 221, 221) 1292px 0px 0px -4px, rgb(221, 221, 221) 1293px 0px 0px -4px, rgb(221, 221, 221) 1294px 0px 0px -4px, rgb(221, 221, 221) 1295px 0px 0px -4px, rgb(221, 221, 221) 1296px 0px 0px -4px, rgb(221, 221, 221) 1297px 0px 0px -4px, rgb(221, 221, 221) 1298px 0px 0px -4px, rgb(221, 221, 221) 1299px 0px 0px -4px, rgb(221, 221, 221) 1300px 0px 0px -4px, rgb(221, 221, 221) 1301px 0px 0px -4px, rgb(221, 221, 221) 1302px 0px 0px -4px, rgb(221, 221, 221) 1303px 0px 0px -4px, rgb(221, 221, 221) 1304px 0px 0px -4px, rgb(221, 221, 221) 1305px 0px 0px -4px, rgb(221, 221, 221) 1306px 0px 0px -4px, rgb(221, 221, 221) 1307px 0px 0px -4px, rgb(221, 221, 221) 1308px 0px 0px -4px, rgb(221, 221, 221) 1309px 0px 0px -4px, rgb(221, 221, 221) 1310px 0px 0px -4px, rgb(221, 221, 221) 1311px 0px 0px -4px, rgb(221, 221, 221) 1312px 0px 0px -4px, rgb(221, 221, 221) 1313px 0px 0px -4px, rgb(221, 221, 221) 1314px 0px 0px -4px, rgb(221, 221, 221) 1315px 0px 0px -4px, rgb(221, 221, 221) 1316px 0px 0px -4px, rgb(221, 221, 221) 1317px 0px 0px -4px, rgb(221, 221, 221) 1318px 0px 0px -4px, rgb(221, 221, 221) 1319px 0px 0px -4px, rgb(221, 221, 221) 1320px 0px 0px -4px, rgb(221, 221, 221) 1321px 0px 0px -4px, rgb(221, 221, 221) 1322px 0px 0px -4px, rgb(221, 221, 221) 1323px 0px 0px -4px, rgb(221, 221, 221) 1324px 0px 0px -4px, rgb(221, 221, 221) 1325px 0px 0px -4px, rgb(221, 221, 221) 1326px 0px 0px -4px, rgb(221, 221, 221) 1327px 0px 0px -4px, rgb(221, 221, 221) 1328px 0px 0px -4px, rgb(221, 221, 221) 1329px 0px 0px -4px, rgb(221, 221, 221) 1330px 0px 0px -4px, rgb(221, 221, 221) 1331px 0px 0px -4px, rgb(221, 221, 221) 1332px 0px 0px -4px, rgb(221, 221, 221) 1333px 0px 0px -4px, rgb(221, 221, 221) 1334px 0px 0px -4px, rgb(221, 221, 221) 1335px 0px 0px -4px, rgb(221, 221, 221) 1336px 0px 0px -4px, rgb(221, 221, 221) 1337px 0px 0px -4px, rgb(221, 221, 221) 1338px 0px 0px -4px, rgb(221, 221, 221) 1339px 0px 0px -4px, rgb(221, 221, 221) 1340px 0px 0px -4px, rgb(221, 221, 221) 1341px 0px 0px -4px, rgb(221, 221, 221) 1342px 0px 0px -4px, rgb(221, 221, 221) 1343px 0px 0px -4px, rgb(221, 221, 221) 1344px 0px 0px -4px, rgb(221, 221, 221) 1345px 0px 0px -4px, rgb(221, 221, 221) 1346px 0px 0px -4px, rgb(221, 221, 221) 1347px 0px 0px -4px, rgb(221, 221, 221) 1348px 0px 0px -4px, rgb(221, 221, 221) 1349px 0px 0px -4px, rgb(221, 221, 221) 1350px 0px 0px -4px, rgb(221, 221, 221) 1351px 0px 0px -4px, rgb(221, 221, 221) 1352px 0px 0px -4px, rgb(221, 221, 221) 1353px 0px 0px -4px, rgb(221, 221, 221) 1354px 0px 0px -4px, rgb(221, 221, 221) 1355px 0px 0px -4px, rgb(221, 221, 221) 1356px 0px 0px -4px, rgb(221, 221, 221) 1357px 0px 0px -4px, rgb(221, 221, 221) 1358px 0px 0px -4px, rgb(221, 221, 221) 1359px 0px 0px -4px, rgb(221, 221, 221) 1360px 0px 0px -4px, rgb(221, 221, 221) 1361px 0px 0px -4px, rgb(221, 221, 221) 1362px 0px 0px -4px, rgb(221, 221, 221) 1363px 0px 0px -4px, rgb(221, 221, 221) 1364px 0px 0px -4px, rgb(221, 221, 221) 1365px 0px 0px -4px, rgb(221, 221, 221) 1366px 0px 0px -4px, rgb(221, 221, 221) 1367px 0px 0px -4px, rgb(221, 221, 221) 1368px 0px 0px -4px, rgb(221, 221, 221) 1369px 0px 0px -4px, rgb(221, 221, 221) 1370px 0px 0px -4px, rgb(221, 221, 221) 1371px 0px 0px -4px, rgb(221, 221, 221) 1372px 0px 0px -4px, rgb(221, 221, 221) 1373px 0px 0px -4px, rgb(221, 221, 221) 1374px 0px 0px -4px, rgb(221, 221, 221) 1375px 0px 0px -4px, rgb(221, 221, 221) 1376px 0px 0px -4px, rgb(221, 221, 221) 1377px 0px 0px -4px, rgb(221, 221, 221) 1378px 0px 0px -4px, rgb(221, 221, 221) 1379px 0px 0px -4px, rgb(221, 221, 221) 1380px 0px 0px -4px, rgb(221, 221, 221) 1381px 0px 0px -4px, rgb(221, 221, 221) 1382px 0px 0px -4px, rgb(221, 221, 221) 1383px 0px 0px -4px, rgb(221, 221, 221) 1384px 0px 0px -4px, rgb(221, 221, 221) 1385px 0px 0px -4px, rgb(221, 221, 221) 1386px 0px 0px -4px, rgb(221, 221, 221) 1387px 0px 0px -4px, rgb(221, 221, 221) 1388px 0px 0px -4px, rgb(221, 221, 221) 1389px 0px 0px -4px, rgb(221, 221, 221) 1390px 0px 0px -4px, rgb(221, 221, 221) 1391px 0px 0px -4px, rgb(221, 221, 221) 1392px 0px 0px -4px, rgb(221, 221, 221) 1393px 0px 0px -4px, rgb(221, 221, 221) 1394px 0px 0px -4px, rgb(221, 221, 221) 1395px 0px 0px -4px, rgb(221, 221, 221) 1396px 0px 0px -4px, rgb(221, 221, 221) 1397px 0px 0px -4px, rgb(221, 221, 221) 1398px 0px 0px -4px, rgb(221, 221, 221) 1399px 0px 0px -4px, rgb(221, 221, 221) 1400px 0px 0px -4px, rgb(221, 221, 221) 1401px 0px 0px -4px, rgb(221, 221, 221) 1402px 0px 0px -4px, rgb(221, 221, 221) 1403px 0px 0px -4px, rgb(221, 221, 221) 1404px 0px 0px -4px, rgb(221, 221, 221) 1405px 0px 0px -4px, rgb(221, 221, 221) 1406px 0px 0px -4px, rgb(221, 221, 221) 1407px 0px 0px -4px, rgb(221, 221, 221) 1408px 0px 0px -4px, rgb(221, 221, 221) 1409px 0px 0px -4px, rgb(221, 221, 221) 1410px 0px 0px -4px, rgb(221, 221, 221) 1411px 0px 0px -4px, rgb(221, 221, 221) 1412px 0px 0px -4px, rgb(221, 221, 221) 1413px 0px 0px -4px, rgb(221, 221, 221) 1414px 0px 0px -4px, rgb(221, 221, 221) 1415px 0px 0px -4px, rgb(221, 221, 221) 1416px 0px 0px -4px, rgb(221, 221, 221) 1417px 0px 0px -4px, rgb(221, 221, 221) 1418px 0px 0px -4px, rgb(221, 221, 221) 1419px 0px 0px -4px, rgb(221, 221, 221) 1420px 0px 0px -4px, rgb(221, 221, 221) 1421px 0px 0px -4px, rgb(221, 221, 221) 1422px 0px 0px -4px, rgb(221, 221, 221) 1423px 0px 0px -4px, rgb(221, 221, 221) 1424px 0px 0px -4px, rgb(221, 221, 221) 1425px 0px 0px -4px, rgb(221, 221, 221) 1426px 0px 0px -4px, rgb(221, 221, 221) 1427px 0px 0px -4px, rgb(221, 221, 221) 1428px 0px 0px -4px, rgb(221, 221, 221) 1429px 0px 0px -4px, rgb(221, 221, 221) 1430px 0px 0px -4px, rgb(221, 221, 221) 1431px 0px 0px -4px, rgb(221, 221, 221) 1432px 0px 0px -4px, rgb(221, 221, 221) 1433px 0px 0px -4px, rgb(221, 221, 221) 1434px 0px 0px -4px, rgb(221, 221, 221) 1435px 0px 0px -4px, rgb(221, 221, 221) 1436px 0px 0px -4px, rgb(221, 221, 221) 1437px 0px 0px -4px, rgb(221, 221, 221) 1438px 0px 0px -4px, rgb(221, 221, 221) 1439px 0px 0px -4px, rgb(221, 221, 221) 1440px 0px 0px -4px, rgb(221, 221, 221) 1441px 0px 0px -4px, rgb(221, 221, 221) 1442px 0px 0px -4px, rgb(221, 221, 221) 1443px 0px 0px -4px, rgb(221, 221, 221) 1444px 0px 0px -4px, rgb(221, 221, 221) 1445px 0px 0px -4px, rgb(221, 221, 221) 1446px 0px 0px -4px, rgb(221, 221, 221) 1447px 0px 0px -4px, rgb(221, 221, 221) 1448px 0px 0px -4px, rgb(221, 221, 221) 1449px 0px 0px -4px, rgb(221, 221, 221) 1450px 0px 0px -4px, rgb(221, 221, 221) 1451px 0px 0px -4px, rgb(221, 221, 221) 1452px 0px 0px -4px, rgb(221, 221, 221) 1453px 0px 0px -4px, rgb(221, 221, 221) 1454px 0px 0px -4px, rgb(221, 221, 221) 1455px 0px 0px -4px, rgb(221, 221, 221) 1456px 0px 0px -4px, rgb(221, 221, 221) 1457px 0px 0px -4px, rgb(221, 221, 221) 1458px 0px 0px -4px, rgb(221, 221, 221) 1459px 0px 0px -4px, rgb(221, 221, 221) 1460px 0px 0px -4px, rgb(221, 221, 221) 1461px 0px 0px -4px, rgb(221, 221, 221) 1462px 0px 0px -4px, rgb(221, 221, 221) 1463px 0px 0px -4px, rgb(221, 221, 221) 1464px 0px 0px -4px, rgb(221, 221, 221) 1465px 0px 0px -4px, rgb(221, 221, 221) 1466px 0px 0px -4px, rgb(221, 221, 221) 1467px 0px 0px -4px, rgb(221, 221, 221) 1468px 0px 0px -4px, rgb(221, 221, 221) 1469px 0px 0px -4px, rgb(221, 221, 221) 1470px 0px 0px -4px, rgb(221, 221, 221) 1471px 0px 0px -4px, rgb(221, 221, 221) 1472px 0px 0px -4px, rgb(221, 221, 221) 1473px 0px 0px -4px, rgb(221, 221, 221) 1474px 0px 0px -4px, rgb(221, 221, 221) 1475px 0px 0px -4px, rgb(221, 221, 221) 1476px 0px 0px -4px, rgb(221, 221, 221) 1477px 0px 0px -4px, rgb(221, 221, 221) 1478px 0px 0px -4px, rgb(221, 221, 221) 1479px 0px 0px -4px, rgb(221, 221, 221) 1480px 0px 0px -4px, rgb(221, 221, 221) 1481px 0px 0px -4px, rgb(221, 221, 221) 1482px 0px 0px -4px, rgb(221, 221, 221) 1483px 0px 0px -4px, rgb(221, 221, 221) 1484px 0px 0px -4px, rgb(221, 221, 221) 1485px 0px 0px -4px, rgb(221, 221, 221) 1486px 0px 0px -4px, rgb(221, 221, 221) 1487px 0px 0px -4px, rgb(221, 221, 221) 1488px 0px 0px -4px, rgb(221, 221, 221) 1489px 0px 0px -4px, rgb(221, 221, 221) 1490px 0px 0px -4px, rgb(221, 221, 221) 1491px 0px 0px -4px, rgb(221, 221, 221) 1492px 0px 0px -4px, rgb(221, 221, 221) 1493px 0px 0px -4px, rgb(221, 221, 221) 1494px 0px 0px -4px, rgb(221, 221, 221) 1495px 0px 0px -4px, rgb(221, 221, 221) 1496px 0px 0px -4px, rgb(221, 221, 221) 1497px 0px 0px -4px, rgb(221, 221, 221) 1498px 0px 0px -4px, rgb(221, 221, 221) 1499px 0px 0px -4px, rgb(221, 221, 221) 1500px 0px 0px -4px; }

.c2sPlayer { position: relative; background-color: rgb(245, 245, 245); width: 100%; height: 50px; display: flex; justify-content: center; color: rgb(68, 68, 68); border-bottom: 1px solid rgb(229, 229, 229); transition: 0.6s ease-out; }

.c2sPlayer #c2s_currentTime { width: 31px; display: inline-block; }

.c2sPlayer button { border-width: 0px !important; }

.c2sPlayer button:focus, .c2sPlayer input:focus { outline: none; }

.c2sPlayer__wrapper { display: flex; align-items: center; width: 1202px; }

.c2sPlayer__wrapper__audioBtn { cursor: pointer; min-width: 30px; min-height: 30px; background-color: rgb(114, 203, 59); border-radius: 100%; background-size: 10px; background-position: 50% center; background-repeat: no-repeat; background-image: url(""); margin: auto 16px auto 5px; }

.c2sPlayer__wrapper__audioBtn:hover { cursor: pointer; }

.c2sPlayer__wrapper__volume { display: flex; height: 100%; }

.c2sPlayer__wrapper__volume__volumeBtn { min-width: 16px; min-height: 16px; padding: 10px; margin: auto 10px; border-color: transparent; background-color: transparent; background-size: contain; background-position: 50% center; background-repeat: no-repeat; background-image: url(""); }

.c2sPlayer__wrapper__volume__volumeBtn:hover { cursor: pointer; }

.c2sPlayer__wrapper__volume__slider { margin-right: 20px; width: 52px; }

.c2sPlayer__wrapper__audioSlider { display: flex; flex-flow: row-reverse; align-items: center; height: 100%; width: 100%; }

.c2sPlayer__wrapper__audioSlider__slider { width: 100%; }

.c2sPlayer__wrapper__audioSlider__timestamp { height: 14px; font: 400 14px / 15px calibre, sans-serif; min-width: 94px; }

.c2sPlayer__wrapper__audioSlider__ad.hidden, .c2sPlayer__wrapper__audioSlider__ad:not(.hidden) + div { display: none; }

.c2sPlayer__wrapper__closeBtn { cursor: pointer; width: 20px; height: 20px; border-color: transparent; background-color: transparent; background-size: 20px 20px; background-position: 50% center; background-repeat: no-repeat; background-image: url(""); margin: auto 0px auto 30px; }

.c2sPlayer__wrapper__closeBtn:hover { cursor: pointer; }

.c2sPlayer__inArticleControl { display: flex; align-items: center; transition: opacity 0.2s; position: absolute; right: 0px; }

.c2sPlayer__inArticleControl span { padding-right: 10px; color: rgb(114, 203, 59); font: 600 15px / 18px calibre, sans-serif; }

.c2sPlayer__inArticleControl span:hover { cursor: pointer; }

.c2sPlayer__inArticleControl button { width: 40px; height: 40px; border-radius: 100%; outline: none; border: none; background-position: 50% center; background-color: rgb(114, 203, 59); background-repeat: no-repeat; background-image: url(""); cursor: pointer; margin: auto 0px; }

.c2sPlayer__inArticleControl.loading { pointer-events: none; opacity: 0.3; }

.playerHiddenTop { top: -50px; }

.serviceLogo { width: 1202px; height: 90px; margin: 0px auto; position: relative; display: flex; align-items: center; padding-top: 10px; }

.serviceLogo__logo { display: inline-block; font: 700 45px / 40px calibre, sans-serif; color: rgb(34, 34, 34); position: relative; bottom: 8px; z-index: 1; padding: 26px 0px 14px; margin: 1px 0px; transition: 0.2s ease-out; width: fit-content; height: 80px; }

.serviceLogo__logo:hover { color: rgba(34, 34, 34, 0.8); }

.serviceLogo__logo:hover::after { width: 90%; }

.serviceLogo__logo::after { content: ""; position: absolute; top: 57px; left: 0px; width: 65%; height: 15px; z-index: -1; transition: width 0.3s ease-out; background: linear-gradient(90deg, rgb(145, 166, 196), rgb(86, 115, 150) 100%, rgb(86, 115, 150) 0px) 0px 0px no-repeat padding-box padding-box transparent; }

.serviceLogo__logoGroupElements { display: flex; align-items: center; justify-content: flex-start; z-index: 10; }

.nav__mainMenu { width: 1202px; margin: 0px auto; display: flex; height: 40px; }

.nav__item, .nav__overlay { position: relative; }

.nav__item { transition: 0.2s ease-out; padding-top: 12px; }

.nav__item:hover .nav__itemName::after { transform: scale(1); }

.nav__item:first-child .nav__itemName { margin: 0px 10px 0px 0px; }

.nav__itemName { display: block; font: 600 18px / 15px calibre, sans-serif; margin: 0px 10px; text-align: center; color: rgb(34, 34, 34); text-transform: uppercase; transition: color 0.2s ease-out; white-space: nowrap; height: 27px; }

.nav__itemName:hover { color: rgba(34, 34, 34, 0.8); }

.nav__itemName::after { content: ""; width: 100%; height: 2px; position: absolute; bottom: 0px; left: 0px; background: rgb(86, 115, 150); transition: 0.3s ease-out; transform: scale(0); }

.nav__active { transition: 0.2s ease-out; }

.nav__active, .nav__active:hover { color: rgb(86, 115, 150); }

.nav__dropDownButton { margin-left: auto; width: 100px; height: 30px; background-repeat: no-repeat; background-position: 85px 65%; background-image: url("937fcdf989249998e696c15fa515e18653f5a142.svg"); transition: 0.2s ease-out; }

* .nav__dropDownButton:hover { cursor: pointer; }

.main-navigation { position: relative; left: 0px; width: 100%; z-index: 10602; background: rgb(0, 0, 0); transform: translateY(0px); transition: 0.5s ease-out; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px; }

.main-navigation__logo { height: 28px; margin-right: 30px; }

.main-navigation__logo .main-navigation__icon { height: 24px; max-width: 101px; }

.main-navigation__inner-wrapper { margin: auto; display: flex; align-items: center; width: 1200px; height: 40px; }

.main-navigation__nav .main-navigation__link { font: 400 14px / 18px oswald, oswald_; color: rgb(255, 255, 255); transition: 0.2s ease-out; }

.main-navigation__nav .main-navigation__link:hover { opacity: 0.8; }

.main-navigation__nav .main-navigation__lists { display: flex; align-items: center; height: 40px; flex-wrap: wrap; width: 100%; }

.main-navigation__nav .main-navigation__list-item { padding: 10px; cursor: pointer; height: 100%; }

.main-navigation__shortcuts { display: flex; align-items: baseline; margin-left: auto; order: 2; }

.main-navigation__shortcuts .main-navigation__lists { display: flex; height: 40px; }

.main-navigation__shortcuts .main-navigation__link { padding: 10px; display: flex; align-items: center; font: 500 14px / 17px calibre, sans-serif; letter-spacing: 0px; color: rgb(68, 68, 68); text-transform: uppercase; }

.main-navigation__shortcuts .main-navigation__list-item { cursor: pointer; order: 1; margin-left: 6px; }

.main-navigation__shortcuts .main-navigation__list-item--environment { background: transparent; order: 3; }

.main-navigation__shortcuts .main-navigation__list-item--environment .main-navigation__link { color: rgb(255, 255, 255); }

.main-navigation__shortcuts .main-navigation__list-item--search { order: 2; width: 40px; justify-content: center; }

.main-navigation__login { position: relative; }

.main-navigation__login .main-navigation__login { text-transform: none; }

.main-navigation__nav .main-navigation__list-item, .main-navigation__shortcuts .main-navigation__list-item { display: flex; position: relative; align-items: center; }

.main-navigation__dropdown { position: relative; }

.main-navigation__arrow-small { background-repeat: no-repeat; background-position: 50% center; background-image: url("937fcdf989249998e696c15fa515e18653f5a142.svg"); position: absolute; margin-left: -10px; margin-top: -17px; width: 44px; height: 33px; cursor: pointer; }

* .main-navigation__arrow-small:hover { cursor: pointer; }

.top_wrapper { position: fixed; top: 0px; z-index: 100; width: 100%; transition: 0.3s ease-out; height: 40px; margin-bottom: 130px; }

.top_wrapper::before { content: ""; height: 50px; width: 100%; top: -50px; position: absolute; z-index: 11; background: rgb(255, 255, 255); }

html body:not(#pageTypeId_13) { padding-top: 100px; }

body .socialBar.vertical { transition: 0.6s ease-out; top: 189px; }

body .socialBar.vertical .sc_item { margin-bottom: 30px; }

#DFP_PREMIUMBOARD { z-index: 101; position: relative; }

.navBox { position: relative; top: 0px; width: 100%; background: rgb(255, 255, 255); z-index: 100; box-shadow: rgb(229, 229, 229) 0px -1px inset; transform: translateY(0px); transition: 0.6s ease-out; }

.notificationBox { transform: translateY(0px); transition: 0.6s ease-out; }

@font-face { font-family: calibre; src: url("8e1b9ab3ca115df113f6346be54dfba244785b83.woff") format("woff"); font-weight: 400; font-style: normal; }

@font-face { font-family: calibre; src: url("634e9e34e3b7403b5bc0fc794a0130167c263cf9.woff") format("woff"); font-weight: 600; font-style: normal; }

@keyframes clsFix { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes setMaxHeight { 
  0% { max-height: unset; }
  100% { max-height: 60vh; }
}

#onetrust-consent-sdk { animation-name: clsFix; animation-duration: 1s; position: absolute; z-index: 99999999; }

#onetrust-consent-sdk { filter: none; }

@media (max-width: 768px) {
  .button-link { margin: 1rem auto !important; }
  .right_aside, .box_seo { display: none; }
  #bottom_wrapper .columns_container { padding: 0px; }
  .main_content { padding: 0px; }
  .main_wrapper { padding: 0px; margin: 0px; }
  .container-sm { padding: 0px 15px; }
  .check__top-col-1-row img { width: 50%; }
  .left_aside { display: none; }
  #article_wrapper { display: block; }
}

.img-thumbnail { width: 100%; }

.info__title { font-weight: 700; font-size: 1.1rem; }

.reg { margin-top: 1rem; font-size: 1.1rem; line-height: 30px; }

.reg__title, .reg__title a { font-weight: 700; }

.reg__list { gap: 1rem; font-size: var(--title-size); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }

.reg__list-container { display: flex; align-items: center; gap: 1rem; }

.reg__item { margin-left: 1rem; color: rgb(114, 203, 59); }

.reg__item span { font-size: 1.1rem; line-height: 30px; margin-bottom: 0.5rem; font-weight: 400; color: rgb(0, 0, 0); }

.reg__item img { margin-right: 0.5rem; }

.table { background: linear-gradient(94deg, rgb(253, 255, 255) 1%, rgb(255, 255, 255) 50%, rgb(253, 255, 255) 100%); box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.16) 0px 4px 4px, rgba(0, 0, 0, 0.2) 0px 8px 8px; margin: 2rem auto; padding: 1rem 1rem 1rem 2.5rem; border-radius: 5px; max-width: 80% !important; }

.table-rows { display: flex; flex-wrap: wrap; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }

.table__title { font-weight: 700; font-size: 2rem; }

.table-block__flex { max-width: 100%; width: 100%; display: flex; gap: 2rem; justify-content: space-between; }

.table-block__flex-container { display: flex; align-items: center; justify-content: start; gap: 1rem; }

.table-block__flex-container-num { color: var(--blue); font-size: 3.5rem; font-weight: 700; position: relative; text-align: center; display: flex; align-items: center; justify-content: center; padding: 0px !important; }

.label-table { font-size: 1.2rem; font-weight: 400; display: block; padding: 0px; position: absolute; bottom: -15%; font-style: italic; text-align: center; }

.table-block__flex-container-text { font-weight: 700; color: rgb(0, 0, 0); display: flex; flex-direction: column; font-size: 1.2rem; text-align-last: left; line-height: 20px; }

.big-text { font-size: 3rem; margin-left: 1rem; color: rgba(0, 0, 0, 0.894); }

.button-link { background-color: rgb(114, 203, 59); display: block; margin: 2rem auto 1rem; max-width: 80%; text-align: center; text-decoration: none; text-transform: uppercase; padding: 1rem 0px; border-radius: 6px; animation: 4s linear 0s infinite normal none running blink; color: rgb(255, 255, 255) !important; background-image: none !important; }

@keyframes blink { 
  0%, 50% { box-shadow: rgb(0, 22, 85) 0px 0px 10px; }
  25%, 75% { box-shadow: none; }
  100% { box-shadow: rgb(0, 22, 85) 0px 0px 10px; }
}

.button-link:hover { color: rgb(255, 255, 255); background-color: rgb(68, 68, 68) !important; }

.info__text { margin: 0.8rem 0px; }

.info__important { font-style: italic; }

.steps__title { margin-top: 1rem; font-weight: 700; }

.steps__text, .info__important { border-left: 4px solid rgb(114, 203, 59); padding: 0.385rem; }

.steps__info { margin: 0.8rem 0px; }

.steps__info:first-of-type { margin-top: 0px; }

.steps__info:last-of-type { margin-bottom: 0px; }

.steps__text a:hover { color: rgb(224, 46, 61); }

.steps__important { border-left: 4px solid rgb(114, 203, 59); padding-left: 1rem; }

.steps__important span { font-weight: 700; }

.steps__img { margin: 0.5rem auto 0px; display: block; max-width: 100%; border: 1px solid rgb(234, 234, 234); }

.steps__img-chel { margin: 0px auto; display: block; }

.reg__item { list-style: outside; }

.label-main { padding-top: 10px; padding-bottom: 0px; overflow-wrap: break-word; color: rgb(127, 127, 127); font: 400 16px / 17px calibre, sans-serif; }

.comment__img { display: block; max-width: 220px; width: 100%; height: auto; margin-top: 0.5rem; }

.answer { padding-left: 2rem; }

.main-navigation__inner-wrapper { max-width: 1200px; width: 100%; }

#sitePath { padding-top: 20px; }

.nav__overlay { overflow-x: auto; }

.main-navigation { padding-left: 25px; }

.navBox { padding: 0px 25px; }

.nav__mainMenu { max-width: 1202px; width: 100%; }

.nav__hamburger { display: none; }

.main-navigation__inner-wrapper { max-width: 1200px; width: 100%; }

.page_footer { border: 1px solid rgb(236, 236, 236); padding: 15px; }

body { overflow-x: hidden; }

@media (max-width: 768px) {
  .main-navigation__nav { display: none !important; }
  .main-navigation { padding-left: 0px !important; }
  .navBox { padding: 0px !important; }
  .main-navigation__shortcuts .main-navigation__lists { display: none !important; }
  .main-navigation__inner-wrapper .main-navigation__nav { display: none !important; }
  .page_footer { padding-top: 15px; }
  .nav__hamburger { width: 20px; height: 20px; background-repeat: no-repeat; background-position: 50% center; margin-right: 15px; display: block; position: static !important; transform: translateY(0px) !important; }
  .content_wrap { padding: 0px; }
}
