.search-container {position: fixed;top: 0;width: 100%;height: 100%;z-index: 6001;overflow: hidden;background: rgb(230, 30, 0);background: linear-gradient(35deg, rgb(230, 30, 0) 0%, rgb(255, 120, 0) 100%);display: none;}.search-container .search-sprite {margin: 11px;width: 22px;height: 22px;background-image: url("../images/common-svg/search-close.svg");background-repeat: no-repeat;background-size: 22px 22px;}.search-container .mobile-close {display: none;}@media all and (max-width: 990px) {.search-container .mobile-close {display: block;}}.search-container .mobile-close .menu-line {position: absolute;width: 18px;height: 3px;background-color: #ffffff;-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);-moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);-o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }.search-container .mobile-close .menu-line1 {left: 10px;}.search-container .mobile-close .menu-line2 {top: 16px;left: 10px;}.search-container .mobile-close .menu-line3 {top: 22px;left: 10px;}.search-container .mobile-close .menu-line1 {top: 16px;-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);-moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);-o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);-ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);}.search-container .mobile-close .menu-line3 {top: 16px;-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);-moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);-o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);-ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);}.search-container .mobile-close .menu-line {background-color: #ffffff;}.search-container .close-search-btn {position: absolute;top: 88px;right: 70px;width: 44px;height: 44px;cursor: pointer;z-index: 100;-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);-moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);-o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }@media all and (max-width: 1280px) {.search-container .close-search-btn {right: 30px;}}@media all and (max-width: 990px) {.search-container .close-search-btn {top: 16px;right: 4px;}}.search-container .close-search-btn.allow-hover:hover {-ms-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);}.search-container .icons-close-search {width: 50px;position: absolute;top: 83px;right: 70px;cursor: pointer;z-index: 100;}.search-container .search-results {position: absolute;left: 240px;top: 50%;height: 575px;margin-top: -287px;}.search-container .search-results #search-results-list {opacity: 0;-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }.search-container .search-results #search-results-list.transition-in {opacity: 1;}.search-container .search-results input {background: none;border: none;font-size: 96px;font-family: "Circular-Bold", Arial, serif;color: #FFFFFF;position: relative;z-index: 2;outline: none;padding: 0;margin: 0;}@media all and (max-width: 767px) {.search-container .search-results input {padding: 0 0 3px 0;}}.search-container .search-results input::placeholder {color: rgba(255, 255, 255, 0.5);opacity: 0.5;}.search-container .search-results input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);opacity: 0.5;}.search-container .search-results input::-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);opacity: 0.5;}.search-container .search-results input:focus {outline-width: 0;}.search-container .search-results .search-line-container {position: relative;z-index: 1;margin-top: -15px;}.search-container .search-results .search-line-container .search-line {float: left;position: relative;height: 10px;background-color: #E61E00;font-size: 96px;font-family: "Circular-Bold", Arial, serif;color: transparent;overflow: hidden;}.search-container .search-results .search-line-container:after {clear: both;content: "";display: block;}.search-container .search-results ul {list-style: none;margin: 50px 0 0 -20px;padding: 0;font-family: "Circular-Bold", Arial, serif;}.search-container .search-results ul li {max-width: 500px;}.search-container .search-results ul li a {display: block;width: 500px;height: 58px;border-radius: 7px;line-height: 1;padding: 15px 20px;background-color: transparent;-webkit-transition: background-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition: background-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition: background-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);transition: background-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);}.search-container .search-results ul li a .name {float: left;font-size: 24px;color: #FFFFFF;}.search-container .search-results ul li a .name.news {color: #F8A68E;}.search-container .search-results ul li a .meaning {float: right;color: #F8A68E;font-size: 21px;margin-top: 2px;}.search-container .search-results ul li a:after {clear: both;content: "";display: block;}.search-container .search-results ul li:hover a,.search-container .search-results ul li.selected a {background-color: #E61E00;}@media all and (max-width: 1280px) {.search-container .icons-close-search {margin-left: 0px;left: auto;right: 30px;}}@media all and (max-width: 990px) {.search-container .icons-close-search {top: 10px;right: 15px;width: 40px;}.search-container .search-results {left: 100px;}}@media all and (max-width: 767px) {.search-container {position: absolute;top: 0px;width: 100%;height: 150%;}.search-container .search-results {position: relative;left: auto;top: auto;width: 100%;padding: 0 20px;margin: 20px auto;}.search-container .search-results input {font-size: 18px;width: calc(100% - 50px);}.search-container .search-results .search-line-container {margin-top: -5px;}.search-container .search-results .search-line-container .search-line {height: 5px;font-size: 18px;}.search-container .search-results ul {margin: 20px 0 0 0;}.search-container .search-results ul li {max-width: 100%;}.search-container .search-results ul li a {width: 100%;height: 47px;padding: 12px 0px 16px;border-radius: 0;}.search-container .search-results ul li a .name {font-size: 18px;}.search-container .search-results ul li a .name.news {color: #F8A68E;}.search-container .search-results ul li a .meaning {font-size: 16px;}.search-container .search-results ul li.selected a, .search-container .search-results ul li:hover a {background-color: transparent;}.search-container .search-results ul li.news a {width: 100%;}}.search .search-container {display: block;}.search-title {color: #8a8a8a;font-size: 14px;font-family: "Circular-Bold", Arial, serif;}#search-preloader {position: absolute;margin-top: 50px;left: 0;width: 32px;height: 32px;opacity: 0;-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }@media all and (max-width: 767px) {#search-preloader {margin-top: 20px;left: 20px;}}#search-preloader.transition-in {opacity: 1;}footer {position: relative;width: 100%;padding: 120px 0 60px;background-color: #f5f5f5;color: #8A8A8A;overflow: hidden;z-index: 3;}footer.live {z-index: 1;}footer.support, footer.white-bg {background-color: #FFFFFF;}@media all and (max-width: 767px) {footer {padding: 120px 0 60px 0;}}footer.hof {padding: 60px 0 60px;}footer .footer-container {position: relative;width: 100%;max-width: 1440px;padding: 0 60px;margin: auto;}@media all and (max-width: 1280px) {footer .footer-container {padding: 0 20px;}}footer p {font-size: 14px;font-family: "Circular-Book", Arial, sans-serif;color: #8A8A8A;line-height: 1.67;margin: 25px 0 0;}footer .logo-row {margin-bottom: 15px;}footer .footer-row:after {clear: both;content: "";display: block;}footer .footer-left-column {float: left;width: calc(33% - 40px);margin: 0 20px;}footer .footer-left-column .app-links {display: flex;flex-direction: column;margin-top: 35px;gap: 13px;}@media all and (max-width: 1023px) {footer .footer-left-column {width: calc(100% - 40px);}}@media all and (max-width: 767px) {footer .footer-left-column {width: 100%;margin: 0;}footer .footer-left-column .app-links {flex-direction: row;margin-top: 25px;}}footer .footer-right-column {float: left;width: calc(66.66% - 20px);margin: 0 0 0 20px;}@media all and (max-width: 1023px) {footer .footer-right-column {width: calc(100% - 40px);}}@media all and (max-width: 767px) {footer .footer-right-column {width: 100%;margin: 0;}}footer .footer-logo {background-image: url("../images/common-svg/rp-footer-logo.svg");background-repeat: no-repeat;background-size: 36px 40px;width: 36px;height: 40px;position: relative;margin: auto;}footer .footer-logo.new-brand {background-image: url("../images/mega-menu/footer-logo.svg");background-size: 42px 42px;width: 42px;height: 42px;}footer .footer-logo-line {width: calc(50% - 35px);height: 1px;background: #DEDEDE;margin-top: 20px;}footer .footer-menu {margin: 25px 0 0 100px;}@media all and (max-width: 1023px) {footer .footer-menu {margin: 50px 0 0;}}footer .footer-menu .footer-menu-col {float: left;width: 22%;}@media all and (max-width: 620px) {footer .footer-menu .footer-menu-col {width: 50%;margin-bottom: 50px;}}footer .footer-menu .footer-menu-col .footer-title {font-size: 14px;font-weight: normal;font-family: "Circular-Book", Arial, sans-serif;color: #8A8A8A;margin: 0;}footer .footer-menu .footer-menu-col ul {list-style: none;margin: 0 0 0;padding: 0;}footer .footer-menu .footer-menu-col ul li {margin-top: 20px;}footer .footer-menu .footer-menu-col ul li a, footer .footer-menu .footer-menu-col ul li span {font-family: "Circular-Bold", Arial, serif;font-size: 14px;color: #222222;cursor: pointer;}footer .footer-menu .footer-menu-col .social {position: relative;width: 120px;float: right;}@media all and (max-width: 620px) {footer .footer-menu .footer-menu-col .social {width: 100%;float: none;}}footer .footer-menu .footer-menu-col .social a {opacity: 0.5;transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);}footer .footer-menu .footer-menu-col .social a:hover {opacity: 1;}footer .footer-menu .footer-menu-col .social .facebook_bottom,footer .footer-menu .footer-menu-col .social .facebook {display: block;float: left;background-image: url("../images/common-svg/facebook-black.svg");width: 10px;height: 17px;background-size: contain;background-repeat: no-repeat;}footer .footer-menu .footer-menu-col .social .twitter_bottom,footer .footer-menu .footer-menu-col .social .twitter {display: block;float: left;background-image: url("../images/common-svg/x-black.svg");margin: 0 0 0 20px;width: 17px;height: 17px;background-size: contain;background-repeat: no-repeat;}footer .footer-menu .footer-menu-col .social .instagram_bottom {display: block;float: left;background-image: url("../images/common-svg/instagram-black.svg");margin: 0 0 0 20px;width: 17px;height: 17px;background-size: contain;background-repeat: no-repeat;}footer .footer-menu .footer-menu-col .social .youtube_bottom {display: block;float: left;background-image: url("../images/common-svg/youtube-black.svg");margin: 0 0 0 20px;width: 24px;height: 17px;background-size: contain;background-repeat: no-repeat;}footer .footer-menu .footer-menu-col .social .rss_feed {display: block;float: left;background-image: url("../images/common-svg/rss-black.svg");margin: 0 0 0 20px;width: 17px;height: 17px;background-size: contain;background-repeat: no-repeat;}footer .footer-menu .footer-menu-col .social.bottom {width: 170px;}@media all and (max-width: 620px) {footer .footer-menu .footer-menu-col.third {float: none;clear: both;position: relative;}footer .footer-menu .footer-menu-col.third .contact-cta {position: absolute;top: 0;left: 100%;}}@media all and (max-width: 620px) {footer .footer-menu .footer-menu-col.fourth {display: none;}}footer .footer-menu .footer-menu-col.last {width: 12%;}@media all and (max-width: 620px) {footer .footer-menu .footer-menu-col.last {width: 170px;float: none;position: relative;margin: 70px auto;}}footer .footer-menu:after {clear: both;content: "";display: block;}footer.no-bg {background-color: transparent;color: #FFFFFF;}footer.no-bg p {color: inherit;}footer.no-bg .footer-menu .footer-menu-col ul li a {color: inherit;}footer.no-bg .footer-menu .footer-menu-col .social .twitter_bottom {background-image: url("../images/social/icons/twitter-w.png");background-size: 19px 16px;background-repeat: no-repeat;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-menu .footer-menu-col .social .twitter_bottom {background-image: url("../images/social/icons/twitter-w@2x.png");}}footer.no-bg .footer-menu .footer-menu-col .social .rss_feed {background-image: url("../images/common/icons-rss.png");background-size: 15px 16px;background-repeat: no-repeat;}footer.no-bg .footer-menu .footer-menu-col .social .instagram_bottom {background-image: url("../images/social/icons/instagram-w.png");background-size: 15px 16px;background-repeat: no-repeat;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-menu .footer-menu-col .social .instagram_bottom {background-image: url("../images/social/icons/instagram-w@2x.png");background-size: 15px 16px;}}footer.no-bg .footer-menu .footer-menu-col .social .youtube_bottom {background-image: url("../images/social/icons/youtube-w.png");background-size: 15px 16px;background-repeat: no-repeat;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-menu .footer-menu-col .social .youtube_bottom {background-image: url("../images/social/icons/youtube-w@2x.png");background-size: 15px 16px;}}footer.no-bg .footer-logo {background: url("../images/common/rp-footer-logo-white.png") no-repeat;background-size: 36px 40px;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-logo {background: url("../images/common/rp-footer-logo-white@2x.png") no-repeat;background-size: 36px 40px;}}footer.no-bg .footer-logo.webp {background: url("../webp-images/images/common/rp-footer-logo-white.png.webp") no-repeat;background-size: 36px 40px;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-logo.webp {background: url("../webp-images/images/common/rp-footer-logo-white@2x.png.webp") no-repeat;background-size: 36px 40px;}}footer.no-bg .footer-logo.new-brand {background-image: url("../images/mega-menu/footer-logo.svg");background-size: 42px 42px;width: 42px;height: 42px;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer.no-bg .footer-logo.new-brand {background-image: url("../images/mega-menu/footer-logo.svg");background-size: 42px 42px;width: 42px;height: 42px;}}.show-menu footer {display: none;}footer.article {padding: 60px 0;}@media all and (max-width: 767px) {footer.article {padding: 20px 0 40px;z-index: 6;}footer.article.sponsor {padding: 50px 0 40px;}}footer.landing {padding: 0 0 60px;}@media all and (max-width: 767px) {footer.landing {padding: 20px 0 40px;z-index: 6;}footer.landing.sponsor {padding: 50px 0 40px;}}body.video-dark.hall-of-fame footer {background-color: #222222;}body.video-dark footer {background-color: #222;}body.video-dark footer .footer-logo {background: url("../images/common-svg/rp-footer-logo-white.svg") no-repeat;background-size: 36px 40px;}body.video-dark footer .footer-logo.new-brand {background-image: url("../images/mega-menu/footer-logo.svg");background-size: 42px 42px;width: 42px;height: 42px;}body.video-dark footer .footer-menu .footer-menu-col ul li a, body.video-dark footer .footer-menu .footer-menu-col ul li span {color: #FFFFFF;}body.video-dark footer .footer-menu .footer-menu-col .social .facebook_bottom,body.video-dark footer .footer-menu .footer-menu-col .social .facebook {display: block;float: left;width: 8px;height: 17px;background-image: url("../images/common-svg/facebook-white.svg");background-size: 8px 17px;background-repeat: no-repeat;}body.video-dark footer .footer-menu .footer-menu-col .social .twitter_bottom,body.video-dark footer .footer-menu .footer-menu-col .social .twitter {display: block;float: left;margin: 1px 0 0 20px;width: 19px;height: 16px;background-image: url("../images/common-svg/x-white.svg");background-size: 19px 16px;background-repeat: no-repeat;}body.video-dark footer .footer-menu .footer-menu-col .social .instagram_bottom {display: block;float: left;margin: 1px 0 0 20px;width: 16px;height: 16px;background-image: url("../images/common-svg/instagram-white.svg");background-size: 16px 16px;background-repeat: no-repeat;}body.video-dark footer .footer-menu .footer-menu-col .social .youtube_bottom {display: block;float: left;margin: 1px 0 0 20px;width: 20px;height: 17px;background-image: url("../images/common-svg/youtube-white.svg");background-size: 20px 17px;background-repeat: no-repeat;}body.video-dark footer .footer-menu .footer-menu-col .social .rss_feed {display: block;float: left;margin: 1px 0 0 20px;width: 15px;height: 16px;background-image: url("../images/common-svg/rss-white.svg");background-size: 15px 16px;background-repeat: no-repeat;}body.video-dark.plus footer {background-color: #0d1721;}body.video-dark.rwc-dream-team footer {background-color: #2b3eff;}body.video-dark.rwc-dream-team footer .footer-menu .footer-menu-col .footer-title {color: #FFFFFF;}body.video-dark.rwc-dream-team footer p {color: #FFFFFF;}@media all and (min-width: 768px) {body.thexv footer {background-color: #0d1721;padding: 0px;}body.thexv footer .footer-container {padding: 60px 0 50px;background-color: #F5F5F5;}}body.video-dark.single-playlist footer {padding: 60px 0;}body #designstudio-button {display: none;}