.section {
  padding: 30px 20px;
  text-align: center;
}
body.preloader .preloader-wrapper {
  display: none !important;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.package-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container-sm {
  max-width: 1000px;
}

p {
  line-height: 1.7em;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}

.title {
  text-transform: uppercase;
  color: #111;
}

.button {
  display: inline-block;
  border-radius: 100px;
  font-family: inherit;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solid-button {
  background-color: #fff;
  color: #111;
}

.solid-button:hover {
  background-color: #ededed;
}

.solid-button:active {
  background-color: #d9d9d9;
}

.red-button {
  background-color: #C60304;
  color: #f8d504;
}

.red-button:hover {
  background-color: #c30304;
  opacity: 0.6;
}

a {
  text-decoration: none;
  color: inherit;
}

a.link {
  text-decoration: underline;
  font-style: italic;
  display: inline !important;
  color: inherit;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

a.link:hover {
  text-decoration: none;
}

body.preloader .preloader-wrapper {
  display: block;
}

.preloader-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader-image {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
  }
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.bebas {
  font-family: "bebas-neue", sans-serif;
}

.sourcesans {
  font-family: "Source Sans Pro", sans-serif;
}

.txt-center {
  text-align: center;
}

.f-34 {
  font-size: 34px;
}

.hide {
  display: none !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.m-0 {
  margin: 0;
}

.overflow {
  overflow: hidden;
}

.mh-100vh {
  min-height: 100vh;
}

.bg-white {
  background: #fff;
}

.bg-color {
  background: #C60304;
}

.bg-dark {
  background: #272727;
}

.bg-img {
  background: url("../img/UR-LP-Background.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.package-section {
  border-bottom: 1px solid #ddd;
}

.package-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.package-container#past .package-item {
  max-width: 350px;
}

.package-container#past .package-item .content {
  padding: 117.25% 0 0 0;
  border: 1px solid #ddd;
}

.package-container#upcoming .content::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(transparent, black);
}

.package-container#upcoming .package-item {
  position: relative;
}

.package-container#upcoming .package-item .item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.package-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 10px;
}

.package-item .content {
  position: relative;
  padding: 117.25% 0 0 0;
  background-position: center;
  background-size: cover;
}

.package-item .content .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.package-item .content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.package-item:hover .button {
  opacity: 1;
}

.login-header {
  background-image: url("../img/UR-LP-Background.jpg");
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}

.login-header .header-content {
  width: 100%;
  padding: 20px;
}

.login-header .header-content .logo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* background-color: #ffffffad; */
  /* margin-bottom: 30px; */
}

.login-header .header-content .crest {
  max-width: 82px;
}
.login-header .header-content .crest-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-header .header-content .subtitle {
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
  font-weight: 500;
}

.login-header .box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 55px;
  /* background-color: #ffbd21; */
  background-color: #ffbd21ab;
}
.login-header .logo-box {
  background-color: #ffbd21;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.login-header .box h3 {
  color: #000;
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 20px;
  font-family: "bebas-neue", sans-serif;
}

#live_description h1, #live_description h2, #live_description h3, #live_description h4, #live_description p {
  color:black;
  font-family: "bebas-neue", sans-serif;
  font-size: 29px;
  line-height: 1.2;
}

#faq {
  padding: 20px;
  text-align: left;
}

#faq h2 {
  text-align: center;
}

#faq .faq-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#faq .faq-info > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#faq .faq-info > ul li {
  margin: 0.5em 0;
}

#faq .faq-info > ul li a.toggle {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0.3em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#faq .faq-info > ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

#faq .faq-info > ul li a.toggle.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 500;
}

#faq .faq-info > ul li .inner {
  padding: 1em;
  overflow: hidden;
  display: none;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-top: none;
}

@media (max-width: 950px) {
  #faq .faq-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer {
  color: #fff;
  background: #272727;
  text-align: center;
}

#footer .contact-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding-bottom: 30px;
}

#footer .contact p {
  margin: 0;
}

#footer .footer-copyright {
  background-color: #151515;
  padding: 10px;
}

#footer .terms-link {
  margin-top: 10px;
}

#footer .social-icons {
  margin: 10px 0;
}

#footer .social-icons a {
  cursor: pointer;
}

#footer .social-icons a i {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 20px;
  color: #fff;
  margin: 8px;
}

#footer .social-icons a i:hover {
  opacity: 0.7;
  color: #C60304;
}

#footer .social-icons a:nth-child(5) i {
  margin-right: 0;
}

@media screen and (min-width: 750px) {
  #footer .contact-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .contact {
    text-align: left;
  }
  #footer .social-icons {
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  #footer .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .contact-container p {
    margin: 15px 0;
    line-height: 1.3;
  }
}

.inplayer-paywall header .headline h4 a {
  position: relative;
  visibility: hidden;
}

.inplayer-paywall header .headline h4 a::before {
  content: "Enter your free access code";
  visibility: visible;
  position: absolute;
  width: 130%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inplayer-paywall .sc-hXRMBi p {
  font-size: initial;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
}

.inplayer-paywall .bmKdHy h1, .inplayer-paywall .bmKdHy h2, .inplayer-paywall .bmKdHy h3, .inplayer-paywall .bmKdHy h4, .inplayer-paywall .bmKdHy p {
  font-family: "bebas-neue", sans-serif;
  font-size: 29px;
}

.inplayer-paywall .sc-daURTG {
  display: none;
}

#inplayer-branded,
.gSfDEi {
  position: relative;
}

#inplayer-branded::before,
.gSfDEi::before {
  background-image: url("../img/branding-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 12px;
  content: "";
  position: absolute;
  left: -90px;
}
.cFlaLu {
  text-align: left;
}

html {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#main-wrap {
  min-height: 100vh;
  position: relative;
}
/*# sourceMappingURL=style.min.css.map */

.nav-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-boxes .box-wrapper {
    width: 49%;
    background-color: rgba(255,255,255,0.788);  
    padding: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav-boxes .box-wrapper img {
  width: 200px !important;
}
.nav-boxes .box-wrapper .get-access-btn {
    border-radius: 100px;
    font-family: inherit;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Source Sans Pro",sans-serif;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #C60304;
    color: white;
    display: block;   
    width: 80%;
    margin: auto;
    margin-top: 15px;
}
.nav-boxes .box-wrapper .get-access-btn:hover {
  background-color: #fefafa;
  color: #C60304;
}
.index-header {
  min-height: 85vh;
}
.asset-background-image {
  background-image: url(../img/UR-LP-Background.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.asset-background-image #preview-item {
  padding-top: 100px;
}

.asset-background-image .asset-custom-description {
  max-width: 90vh;
  max-height: 17vh; 
  margin: auto;
  width: 100vw;
  height: 100vw;
  background: white;
  color: black;
  padding: 38px;
  position: absolute;
  right: 0;
  left: 0;  
  margin-top: -28px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.asset-background-image .asset-custom-description a {
  color: rgb(198, 3, 4);
  text-decoration: underline;
}
.order-now-section {
  background-image: url(../img/MU_hero.jpg);
  background-position: bottom;
  background-size: cover;
  color: #fff;
}
.order-now-section .order-wrapper {
  text-align: center;
  margin: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.order-now-section .order-wrapper h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.order-now-section .order-wrapper a {
    display: inline-block;
    border-radius: 100px;
    font-family: inherit;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    background-color: #fff;
    color: #c60304;
    font-family: "Source Sans Pro",sans-serif;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.order-now-section .order-wrapper a:hover {
  opacity: 0.6;
}

@media screen and (max-height: 810px) {
  .asset-background-image .asset-custom-description {
    max-height: 20vh; 
  }
}

@media screen and (max-height: 750px) {
  .asset-background-image .asset-custom-description {
    max-height: 25vh; 
  }
}

@media screen and (max-height: 650px) {
  .asset-background-image .asset-custom-description {
    max-height: 30vh; 
  }
  .asset-background-image #preview-item {
    padding-top: 0px;
  }
}

@media screen and (max-height: 550px) {
  .asset-background-image .asset-custom-description {
    max-height: 50vh; 
  }
}

@media screen and (min-width: 768px) {
  .index-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-boxes {
    display: block;
    width: 100%;
  }
  .nav-boxes .box-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .nav-boxes .box-wrapper .get-access-btn {
    width: 100%;
    font-size: 15px;
  }
  .asset-background-image #preview-item {
    padding-top: 0px;
  }
  .asset-background-image .asset-custom-description {
    max-height: 40vh; 
  }
  .order-now-section .order-wrapper h3 {
    font-size: 24px;
  }
}

#disconnect-btn {
  display: none !important;
}
.privacy-text {
  background-color: #fff;
  height: 100px;
  max-width: 615px;
  margin: 0 auto;

}
@media screen and (max-width: 1200px) {
  .privacy-text {
    max-width: 555px;
  }
}
@media screen and (max-width: 1000px) {
  .privacy-text {
    max-width: 628px;
  }
}
.privacy-text p {
  padding: 20px 40px;
}

.privacy-text p a.link {
    color: var(--primary);
}

.registerfield.checkholder span.checked {
  left: 11px !important;
}

.asset-background-image #preview-item {
  padding: 20px;
}

/* @media screen and (min-width:771px){
  .gWipIn {
    width: 27% !important;
  }
  .sc-bMVAic {
    width: 72% !important;}
} */


.sc-jzgbtB, .sc-gFaPwZ {
  margin: 0 auto !important;
}

.sc-cLQEGU {
  flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sc-gFaPwZ {
  width: 100% !important;
}

.bELeHx {
  width: 53% !important;
}

.sc-cpmLhU {
  font-size: 16px !important;
}

.bsIgTt {
  max-width: 110vh !important;
}
.inplayer-paywall .ipic_location {
  left: 0;
}
.inplayer-paywall .datepicker {
  margin-top: 25px;
}
.inplayer-paywall .datepicker i {
  left: 0;
  margin-top: 0;
}
.inplayer-paywall .datepicker label {
  text-align: left;
}
.inplayer-paywall .datepicker input {
  text-align: left;
}
.labelholder:last-child {
  display: flex !important;
}

@media screen and (max-width: 1600px) {
  #preview-container {
    max-width: 110vh;
  }
}
