<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  overflow-x: hidden;
  background-color: #000000;
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
h1, h2 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ===== IE Block Code ===== */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 18px;
  z-index: 1100;
  color: #FFFFFF;
  height: 100%;
  background: #050505;
  bottom: 0;
  font-weight: 700;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/* ===== IE Block Code Ends ===== */
.wrapper {
  position: relative;
}
/*
.sonyheader {
  padding: 2px;
  background: black;
  	font-size: 30px;
  z-index: 9999;
}
*/
.sonyheader {
    padding: 5px 10px;
    background: black;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sonyheader img {
  height: 15px;
  margin: auto 0;
}
/*
.sonyheader .sony_pictures {
  max-height: 24px;
}
*/
.nav_bar {
  width: 100%;
  background: #041282;
  border-bottom: #8a91ca solid 2px;
}
.nav_wrapper {
  max-width: 1160px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  background: #152395;
}
.nav-span {
  width: 35px;
  /*height: 30px;*/
  position: relative;
  margin-top: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.nav-span {
  float: left;
}
.nav-text {
  float: left;
  color: #fdb981;
  font-weight: 700;
  margin: 0 0 0 5px;
  font-size: 24px;
}
.nav-text p {
  margin-bottom: 0;
}
.nav-span span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fdb981;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav-span span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-span span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-span span:nth-child(3) {
  top: 17px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-span.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.nav-span.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-span.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}
.nav-link-wrapper {
  position: relative;
}
.nav-list {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  background: #152395;
}
.nav-list ul li {
  display: inline-block;
  position: relative;
}
.custom-nav-link {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 10px !important;
  font-size: 22px;
}
.custom-nav-link:hover, .custom-nav-link:focus {
  color: #fdb981;
}
.nav-list ul li::after {
  content: '|';
  color: #fdb981;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 -5px 0 -2px;
}
.nav-list ul li:last-child::after {
  content: '';
}
.custom-nav-link-active {
  color: #fdb981 !important;
}
.wrapper .container {
  max-width: 1440px;
}
h1 img {
  margin-top: 0px;
  /*margin-bottom: 15px;*/
}
.banner_wrapper {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.banner_wrapper a {
  transition: transform .3s; /* Animation */
}
.banners, .partners, .banners_wide {
  margin: 24px 12px;
  position: relative;
  display: inline-block;
  /*max-width: 280px;*/
}
.banners{
	max-width: 22%;
}
.banner_mobile{
	display: none
}
.partners {
  max-width: 23%;
}
.banner_dummy {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  cursor: pointer;
}
.bannerbtn_dummy {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  cursor: pointer;
  max-width: 75%;
}
.separator {
  max-width: 1160px;
  height: 3px;
  background: #1a315d;
  margin: 50px auto;
  border-radius: 4px;
}
.partners_wrapper {
  text-align: center;
}
.partners-tout {
  display: inline-block;
}
.retaileroverlay {
  background: rgba(0, 0, 0, 0.85);
}
.retaileroverlay .modal_wrapper {
  max-width: 400px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 99vh;
  color: #fff;
}
.retailers_container {
  width: 100%;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #222222;
  padding: 10px;
}
.retaileroverlay .row {
  margin: 0;
  justify-content: center;
}
.retailersOverlayCloseButton {
  color: #808080 !important;
  width: 115px;
  float: none;
  outline: none !important;
  font-size: 18px;
  background: #303030 !important;
  border: none !important;
  border-radius: 5px;
  line-height: 30px;
  opacity: 1 !important;
  text-shadow: none !important;
}
.retailersOverlayCloseButton span {
  margin-left: 3px;
}
.retailers_container &gt; div {
  margin-top: 15px;
}
.retailers_container h2 {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 700;
}
.retailers_container div p {
  font-size: 20px;
  color: #FFFFFF;
  background: #303030;
  margin: 0 5px 5px;
  font-weight: 700;
}
.purchase_note {
  font-size: 10px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: none;
}
.retaileroverlay .retailer_btn {
  max-width: 160px;
  max-height: 41px;
  width: 100%;
  height: 100%;
  line-height: 41px;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  background: url(../images/retailer_bg.png) no-repeat center center;
  margin: 5px;
}
footer {
  padding: 15px 0 10px;
}
footer p {
  color: #d9dadc !important;
  margin-bottom: 0;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links {
  color: #d9dadc !important;
}
.foot-links li {
  display: inline-block;
  color: #d9dadc !important;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links li a {
  color: #d9dadc !important;
  outline: none !important;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links span {
  color: #d9dadc;
}
.tab-section {
  transition: opacity 0.5s linear;
  background-repeat: no-repeat;
  background-position: center -10px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -ms-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  /*background-color: #FFFFFF;*/
}
#weekTwo {
  background-image: url("../images/week_two/bg_desktop.jpg");
}

#main_body{
  background-image: url("../images/bg_desktop.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.dont_forget_banner {
  margin-top: 40px;
}
.main-section {
 /* background: url("../images/week_two/top_section_bg.png") no-repeat center top;*/
  background-size: 100% auto;
  width: 1280px;
  max-width: 100%;
  height: 675px;
  margin: -10% auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.main-section-content {
/*  margin-bottom: 3%;*/
}
.social-wrapper {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 25px;
}
.social-wrapper ul li {
  display: inline-block;
  margin: 0 16px;
	margin-bottom: 10px;
}
.personal_info img {
  width: 32px;
  margin-left: 0.3rem;
  margin-bottom: 3px;
}
.banner_horizorntal{
	position: relative;
	text-align: center;
	margin: 0 0 3rem;
}
.buynow_wrapper{
	position: absolute;
    bottom: 10px;
    width: 84%;
    display: flex;
    justify-content: space-around;
    left: 48%;
    transform: translateX(-50%);
}
.buynow_wrapper .banners{
	position: relative;
	max-width: 21%;
}

.also_available_wrapper{
	position: relative;
	text-align: center;
}
.buynow_wrapper:first-child .banners{
	left: 10%;
}
.also_available_banner_wrapper{
	position: absolute;
	display: flex;
	justify-content: center;
	max-width: 1030px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
}
.visit_site_wrapper{
	margin:3.5rem 0;
}

@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banners:hover img, .partners:hover img, .banners_wide:hover img {
    transform: scale(1.02);
    moz-transform: scale(1.02);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .retailer_btn:hover {
    transform: scale(1.02);
    moz-transform: scale(1.02);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .partners-tout:hover {
    transform: scale(1.02);
    moz-transform: scale(1.02);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .dont_forget_banner:hover {
    transform: scale(1.02);
    moz-transform: scale(1.02);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width:1366px) {
  .main-section {
    margin: -13% auto 0;
  }
}
@media screen and (max-width:1366px) {
  .main-section-content {
    margin-bottom: 4%;
  }
}
@media screen and (device-width:1176px) and (device-height:664px) and (orientation:landscape), screen and (device-width:1152px) and (device-height:864px) and (orientation:landscape), screen and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
  .main-section {
    height: 610px;
    margin-top: -15%;
  }
/*
  .banners {
    max-width: 250px;
  }
*/
}
@media screen and (max-width:1152px) {
  /*.banners {
	max-width: 24%;
}*/
}
@media screen and (device-width:712px) and (device-height:1138px) and (orientation: portrait) {
  .retailer_btn:hover {
    transform: scale(1);
    moz-transform: scale(1);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .retaileroverlay .modal_wrapper {
    height: 95vh;
  }
  .custom-nav-link {
    font-size: 14px !important;
  }
}
@media screen and (max-width:1024px) {
  .wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .retaileroverlay .modal_wrapper {
    height: 95vh;
  }
  .main-section {
    margin: -16% auto 0;
    height: 545px;
    padding: 0 15px;
  }
/*
  .banners {
    max-width: 220px;
  }
*/
	.buynow_wrapper {
    width: 91%;
    left: 48%;
}
	.buynow_btn{
		width: 90%;
	}
	.also_available_banner_wrapper{
		width: 80%;
		bottom: 38px;
	}
	
}
@media screen and (device-width:1138px) and (device-height:712px) and (orientation: landscape) {
  .banners {
    max-width: 30%;
  }
	.banner_horizorntal{
		max-width: 90%
	}
  .main-section {
    margin: -16% auto 0;
    height: 607px;
    padding: 0 15px;
  }
}
@media screen and (max-width:1086px) {
  .custom-nav-link {
    font-size: 17px;
  }
/*
  .social-wrapper ul li a img {
    height: 50px;
  }
*/
}
@media screen and (max-width:992px) and (min-width: 913px){

}
@media screen and (max-width:912px){
	.banner_mobile{
		display: block !important;
	}	
	.mobile-hide{
		display: none;
	}
	
	.buynow_wrapper{
		bottom: -5px;
		left: 50%;
	}
	.container{
/*		padding: 0;*/
	}
	.also_available_banner_wrapper {
		bottom: 40px;
	}

/*
	.social-wrapper ul li {
		width: 10%;
	}
*/
	
.visit_site_wrapper{
	margin: .5rem 0;
}
}
@media screen and (max-width:800px) {
  .main-section {
    margin: -16% auto 0;
    height: auto;
    padding: 0 15px;
  }
  .main-section-content {
    margin-bottom: 0;
      padding: 14vw 0 6vw;
  }
  .banners, .partners {
    margin: 10px 10px;
    max-width: 40%;
  }
	.banner_horizorntal{
/*		max-width: 85%;*/
		margin: 0 auto 1rem;
	}
.also_available_wrapper{
    margin: 0 auto;
}
  .banners_wide {
    max-width: 90%;
    margin: 5px 5px;
  }
  .banner_wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bannerbtn_dummy {
    max-width: 75%;
  }
  .tt_tablet {
    display: block !important;
  }
  .partners-heading-desktop {
    display: none !important;
  }
  .partners-heading-tablet {
    display: block !important;
  }
  .partners-heading-mobile {
    display: none !important;
  }
  .tt_mobile {
    display: none !important;
  }
  .custom-nav-link {
    font-size: 12px;
  }
  .banners:hover img, .partners:hover img, .banners_wide:hover img {
    transform: scale(1);
    moz-transform: scale(1);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .retailer_btn:hover {
    transform: scale(1);
    moz-transform: scale(1);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
  .partners-tout:hover {
    transform: scale(1);
    moz-transform: scale(1);
    -webkit-transition: scale 0.3s;
    -moz-transition: scale 0.3s;
    transition: scale 0.3s;
  }
	.also_available_banner_wrapper {
    width: 92%;
	}
  .tt_mobile, .banner_mobile {
    display: block !important;
  }
  .tt_desktop, .tt_tablet {
    display: none !important;
  }
}

@media screen and (device-width:834px) and (device-height:1194px) and (orientation: portrait), screen and (device-width:820px) and (device-height:1180px) and (orientation: portrait) {
  .main-section {
    margin: -16% auto 0;
    height: auto;
    padding: 0 15px;
  }
  .main-section-content {
    margin-bottom: 0;
      padding: 14vw 0 3vw;
  }
/*
  .banners {
    max-width: 170px;
  }
*/
	
}
@media screen and (device-width:800px) and (device-height:1334px) and (orientation: portrait) {
  .main-section {
    height: 426px;
  }
}
@media screen and (device-width:1194px) and (device-height:834px) and (orientation: landscape) {
  .main-section {
    margin: -14% auto 0;
    height: 627px;
  }
/*
  .banners {
    max-width: 270px;
  }
*/
	
}
@media screen and (max-width:767px) and (orientation:landscape), screen and (min-width:790px) and (max-width:896px) and (orientation: landscape), screen and (max-height:414px) {
  .nav_wrapper {
    padding: 0 15px;
  }
  #nav-toggle {
    display: block !important;
    margin-left: 15px;
  }
  .mobile-hide {
    display: none;
  }
  .nav-list {
    text-align: left;
    position: absolute;
    width: 100%;
    /* margin-top: 5px;*/
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #041282;
  }
  .nav-list ul li {
    display: block;
    padding: 5px 0;
    border-bottom: #fdb981 solid 1px;
  }
  .nav-list ul li:last-child {
    border-bottom: none;
  }
  .nav-list ul li::after {
    content: '';
  }
  .partners-heading-tablet {
    display: none !important;
  }
  .partners-heading-mobile {
    display: block !important;
  }
  .partners-heading-desktop {
    display: none !important;
  }
  .partners-tout {
    width: 35%;
  }
  .main-section {
    height: auto;
  }
    .main-section-content{
        margin-bottom: 0;
        padding: 13vw 0 8vw;
    }

}
@media screen and (device-width:740px) and (device-height:360px) and (orientation:landscape), screen and (device-width:915px) and (device-height:412px) and (orientation:landscape), screen and (device-width:914px) and (device-height:412px) and (orientation:landscape), screen and (device-width:844px) and (device-height:390px) and (orientation:landscape), screen and (device-width:823px) and (device-height:411px) and (orientation:landscape) {
    .banners{
        max-width: 21%;
    }
}
@media screen and (max-width:576px) {
  .header_container img {
    max-width: 100%;
    width: 100%;
  }
  .banners, .partners {
/*    max-width: 47%;*/
    margin: 5px 5px;
  }
	.banner_horizorntal{
		max-width: 97%;
	}
  .banners_wide {
    max-width: 90%;
    margin: 5px 5px;
  }
  .banner_wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
  .nav_wrapper {
    padding: 0 15px;
  }
	.buynow_wrapper{
		bottom: 0;
	}
  #nav-toggle {
    display: block !important;
    margin-left: 7px;
  }
  .mobile-hide {
    display: none;
  }
  .nav-list {
    text-align: left;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #041282;
    z-index: 2;
  }
  .nav-list ul li {
    display: block;
    padding: 5px 0;
    border-bottom: #fdb981 solid 1px;
  }
  .nav-list ul li::after {
    content: '';
  }
  .nav-list ul li:last-child {
    border-bottom: none;
  }
  .partners-heading-tablet {
    display: none !important;
  }
  .partners-heading-mobile {
    display: block !important;
  }
  .partners-tout {
    width: 45%;
  }
  .tt_mobile, .banner_mobile {
    display: block !important;
  }
  .tt_desktop, .tt_tablet {
    display: none !important;
  }
}
@media screen and (max-width:450px) {
  /*

.retaileroverlay .modal_wrapper {
	padding: 10px;
}
*/
	.sonyheader img {
		height: 12px;
	}
  .banners, .partners {
/*    max-width: 45%;*/
    margin: 5px 5px;
  }
	.banner_horizorntal{
		max-width: 100% !important;
	}
	.also_available_wrapper {
    max-width: 100% !important;
	}
  .retaileroverlay .retailer_btn {
    font-size: 12px;
    background-size: cover;
    max-width: 44%;
    max-height: 11vw;
    line-height: 2.8;
  }
  .main-section {
    
    height: auto;
    align-items: center;
    background-size: 100% auto;
  }
  .main-section-content {
    margin-bottom: 0;
      padding: 12vw 0;
  }
	.also_available_banner_wrapper {
    bottom: 28px;
}
}

/*For iMac Resolution &gt; 2500*/
@media screen and (min-width: 2400px) {
  .tab-section {
    background-size: 100% auto;
  }
  .header_container h1 img {
    width: 100%;
  }
  .main-section {
    margin: -7% auto 0;
  }
}</pre></body></html>