body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden !important;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #380917;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.nav {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Opposans ultra', sans-serif;
  color: #6e6e6e;
  font-size: 44px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.oppoheader {
  display: none;
  height: 74px;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/oppo-header.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.keith {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: block;
  padding-right: 30px;
  clear: none;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.typo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header_title.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.presents {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/oppo_presents.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}

.horizont {
  position: relative;
  z-index: 1;
}

.cta {
  position: absolute;
  top: auto;
  bottom: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  text-decoration: none;
}

.image-5 {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.keith-landscape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header4.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-2 {
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.herobelow {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.herobelow.left {
  z-index: 30;
  width: 45%;
  max-width: 1200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.herobelow.right {
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-3 {
  margin-bottom: 40px;
  font-family: Opposans, sans-serif;
  color: #cbb4a5;
  font-size: 48px;
  line-height: 62px;
  font-weight: 500;
}

.text-block-3 {
  padding-bottom: 20px;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.herosubdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.muddyhl {
  position: absolute;
  left: 222px;
  top: 66px;
}

.body {
  overflow: hidden !important;
  font-family: Opposans, sans-serif;
  color: #fff;
}

.shootonoppocontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3c1616;
}

.shoothl {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 1440px;
  text-align: center;
}

.provideoimg {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.shootheading {
  width: 100%;
  max-width: 1440px;
  margin-top: 140px;
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #cbb4a5;
  font-size: 64px;
  line-height: 48px;
  font-weight: 500;
}

.shootcta {
  padding-top: 20px;
  padding-bottom: 60px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-15 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.x3hl {
  position: relative;
  left: auto;
  top: auto;
  width: 55%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.x3heading {
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #cbb4a5;
  font-size: 48px;
  line-height: 78px;
  font-weight: 500;
  text-align: left;
}

.x3sub {
  position: relative;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.x3features {
  width: 70%;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.x3videophone {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.x3_desktop {
  position: relative;
  z-index: 60;
  display: block;
}

.x3phone {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  text-align: center;
}

.x3showcase {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1187px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-17 {
  display: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.kspadjust {
  position: static;
  width: 292px;
  max-width: 320px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.kspshowcase {
  width: 292px;
  max-width: 320px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  cursor: pointer;
}

.x3bts {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
}

.btshl {
  width: 30%;
  padding-right: 40px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #380917;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.btscopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}

.image20 {
  position: relative;
  bottom: 25px;
  z-index: 100;
  margin: 60px auto -94px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.guesscontainer {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 782px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3c1616;
}

.guessheading {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.guessbtmars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: rgba(56, 9, 23, 0.8);
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 63px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.guessbtearth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-left: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: rgba(56, 9, 23, 0.8);
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 63px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.guessbuttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.image-22 {
  display: block;
  height: 510px;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/gradientMap.png'), url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mapHeader.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto 900px;
  background-repeat: repeat-x, no-repeat;
  background-attachment: scroll, scroll;
}

.herosubdiv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.nav-indicator {
  position: relative;
  left: 15px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dottedline {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10px;
  bottom: auto;
  display: block;
  padding-right: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.navback {
  position: absolute;
  left: auto;
  top: 19px;
  right: 15px;
  bottom: auto;
}

.dot1 {
  position: absolute;
  top: 53px;
  right: 24px;
}

.dot2 {
  position: absolute;
  top: 98px;
  right: 31px;
}

.dot3 {
  position: absolute;
  top: 147px;
  right: 27px;
}

.dot4 {
  position: absolute;
  top: 204px;
  right: 30px;
}

.dot5 {
  position: absolute;
  top: 253px;
  right: 27px;
}

.dot6 {
  position: absolute;
  top: 298px;
  right: 32px;
}

.dot7 {
  position: absolute;
  top: 348px;
  right: 24px;
}

.navtext-start {
  position: absolute;
  top: 41px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-mission {
  position: absolute;
  top: 85px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-journey {
  position: absolute;
  top: 140px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-film {
  position: absolute;
  top: 192px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-quiz {
  position: absolute;
  top: 336px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-x3 {
  position: absolute;
  top: 241px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.navtext-bts {
  position: absolute;
  top: 286px;
  right: 55px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.text-block-12 {
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.sectioncta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 130px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c1616;
}

.text-block-13 {
  padding-bottom: 20px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.sectionshotonoppo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.shotonhl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.shotonslider {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.shotoncta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.heading-7 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opposans, sans-serif;
  color: #380917;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.text-block-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opposans, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  font-weight: 700;
}

.slider {
  display: block;
  height: 700px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sectionhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #380917;
}

.sectionhero.hero {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #380917;
}

.sectionhero.navi {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #380917;
}

.text-block-15 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.slide {
  background-color: #9a7677;
}

.div-block-12 {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectionherobottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3c1616;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/headerMap.png');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sectionlocations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.sliderlocations {
  display: block;
  height: 100%;
}

.locactionleft {
  display: block;
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.locactionright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #cbb4a5;
}

.locationcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #cbb4a5;
}

.loccoordinates {
  margin-top: 40px;
  margin-right: 220px;
  margin-bottom: 40px;
  padding-left: 5px;
  background-color: #967475;
  font-family: 'Opposans ultra', sans-serif;
  color: #cbb4a5;
  font-size: 10px;
  line-height: 20px;
}

.sliderhl {
  padding-bottom: 5px;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 35px;
  font-weight: 400;
}

.locationdesc {
  display: block;
  width: 85%;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: Opposans, sans-serif;
  color: #4e413b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.locationinfo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 110px;
  margin-bottom: 134px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 7px;
  line-height: 12px;
  text-transform: uppercase;
}

.sliderhllocation {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 42px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
}

.mapcontainer {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.right-arrow {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  padding-left: 20px;
  font-family: 'Opposans ultra', sans-serif;
  color: #4e413b;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.shotonoppoarrow {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.sectionvideo {
  display: none;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c1616;
}

.buttonmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #380917;
  font-size: 14px;
  padding-bottom: 6px;
}

.findxvideocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectionfindx3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c1616;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/proback.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.x3features2 {
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
}

.x3cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.sectionquiz {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #380917;
}

.x3showcontainer {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.experiencecta {
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.sectionbts {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #967475;
}

.guesssubline {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 410px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.logos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header_logos.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}

.billion {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header_billion.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}

.headerimage {
  display: block;
  width: 100%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13 {
  width: 50%;
  height: 100px;
  background-color: #df2929;
}

.div-block-14 {
  width: 50%;
  height: 100px;
  background-color: #1f2999;
}

.div-block-15 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-17 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/shotonoppo-big1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-nav-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-19 {
  width: 50%;
}

.div-block-20 {
  width: 50%;
}

.image-24 {
  margin-bottom: 25px;
}

.image-25 {
  margin-bottom: 25px;
}

.div-block-21 {
  display: block;
}

.slider-2 {
  width: 100%;
  max-width: 1160px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #da4545;
}

.testslider {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.sectionshotonoppo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.slider-4 {
  height: 100%;
}

.swipeleftloc1 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding-right: 10px;
  cursor: pointer;
}

.swipeleftloc1:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

._3dnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiperightloc1 {
  padding-left: 10px;
  cursor: pointer;
}

.swiperightloc1:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sectionlocations-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.grid {
  width: 100%;
  grid-auto-rows: minmax(auto, 1fr);
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.statename {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sliderhl-copy {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 37px;
  font-weight: 400;
}

.div-block-24 {
  position: relative;
}

.image-32 {
  padding-bottom: 20px;
}

.videocontainer {
  width: 100%;
  max-width: 1160px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.sectionseries {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cbb4a5;
}

.buttonmore2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 45px;
  margin: 40px auto 30px;
  padding-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4e413b;
  background-color: #bda697;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-size: 14px;
}

.x4heading {
  margin-bottom: 20px;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 78px;
  font-weight: 500;
  text-align: left;
}

.oppofindx3logo {
  padding-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.x3sub2 {
  position: relative;
  font-family: 'Opposans ultra', sans-serif;
  color: #4e413b;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.x3features3 {
  width: 75%;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #4e413b;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.div-block-25 {
  position: relative;
  z-index: 80;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto 0px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.div-block-26 {
  width: 70%;
}

.btsdisclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-family: Opposans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.keith_mobile {
  display: none;
}

.left-arrow-2 {
  display: none;
  overflow: hidden;
}

.right-arrow-2 {
  display: none;
}

.div-block-31 {
  width: 2px;
  height: 59px;
  background-color: #b29d8f;
}

.image-16-copy {
  position: relative;
  z-index: 60;
  display: block;
}

.kspcapture {
  width: 292px;
  max-width: 320px;
  max-height: 383px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  cursor: pointer;
}

.x3phone-copy {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.muddyhl-copy {
  position: relative;
  left: auto;
  top: 66px;
}

.image-16-copy {
  position: relative;
  z-index: 60;
  display: none;
}

.series_desktop {
  position: relative;
  z-index: 60;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.headerimagemobile {
  display: none;
}

.sectionnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #380917;
}

.sectionnavi.hero {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #380917;
}

.sectionnavi.navi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #380917;
}

.bodycontainer {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.stickycontainer {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}

.div-block-32 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.div-block-33 {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-34 {
  display: none;
  height: 50px;
}

.slider-6 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.div-block-35 img {
  display: none;
}

.image-38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slide1 {
  background-color: #9a7677;
}

.shotonlocationmobile {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.slider-7 {
  width: 100%;
  max-width: 1440px;
}

.swipeleftloc2 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding-right: 10px;
  cursor: pointer;
}

.swipeleftloc2:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.swiperightloc2 {
  padding-left: 10px;
  cursor: pointer;
}

.swiperightloc2:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.swipeleftloc3 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding-right: 10px;
  cursor: pointer;
}

.swipeleftloc3:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.swiperightloc3 {
  padding-left: 10px;
  cursor: pointer;
}

.swiperightloc3:hover {
  -webkit-filter: brightness(200%) saturate(200%);
  filter: brightness(200%) saturate(200%);
}

.swipeleftloc4 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding-right: 10px;
  cursor: pointer;
}

.swipeleftloc4:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.swiperightloc4 {
  padding-left: 10px;
}

.swiperightloc4:hover {
  -webkit-filter: saturate(200%) brightness(200%);
  filter: saturate(200%) brightness(200%);
}

.placehoder_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background-color: #fff;
}

.placeholder_top {
  display: none;
  height: 110px;
}

.link-block {
  width: 50%;
  height: 45px;
  margin: 30px auto;
  padding-bottom: 7px;
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.link-block-2 {
  width: 75%;
}

.innercontainer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  position: relative;
  z-index: 80;
}

.landmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: none;
}

.letsgo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keithtext {
  position: relative;
  width: 100%;
  max-width: 1200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.mask-3 {
  background-color: #cbb4a5;
  height: 900px;
}

.findx3videocontainer {
  width: 100%;
}

.shotonlocation {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a7677;
}

.sectionquizslider {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #380917;
}

.slider-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.guesscontainerslider {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 782px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-4 {
  display: block;
}

.sliderhllocationsmall {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 42px;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c1616;
}

.laodingtext {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.loadingicon {
  max-width: 493px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed-3 {
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.first3dmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-color: #380917;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.locactionright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #cbb4a5;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.menuname {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 10px;
  height: 10vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menunameshot {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 100;
  width: 10px;
  height: 10vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.findx3logomobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header4.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/tronaSlide1.jpg');
  background-size: cover;
}

.slide-4 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/tronaSlide2.jpg');
  background-size: cover;
}

.slide-5 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/tronaSlide3.jpg');
  background-size: cover;
}

.slide-7 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/death1.jpg');
  background-size: cover;
}

.slide-8 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/death2.jpg');
  background-size: cover;
}

.slide-9 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/death3.jpg');
  background-size: cover;
}

.slide-10 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddymountains1.jpg');
  background-size: cover;
}

.slide-11 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddymountains2.jpg');
  background-size: cover;
}

.slide-12 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddymountains3.jpg');
  background-size: cover;
}

.slide-13 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojavepreserve1.jpg');
  background-size: cover;
}

.slide-14 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojavepreserve2.jpg');
  background-size: cover;
}

.slide-15 {
  background-color: #380917;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojavepreserve3.jpg');
  background-size: cover;
}

.nextbutton {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.nextbt {
  width: 200px;
  margin-left: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: rgba(56, 9, 23, 0.8);
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 63px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.menunamequiz {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 10px;
  height: 10vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.opponav {
  width: 100%;
  height: 1px;
}

.muddyhlx3 {
  position: relative;
  display: block;
}

.text-block-17 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.guesswrong {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.guessright {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.guessover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.guessretry {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.guessbtretry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: rgba(56, 9, 23, 0.8);
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 63px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.videolightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #426f8d;
}

.div-block-43 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #e53030;
}

.quiz1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.quiz2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.quiz3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.quiz4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.guessbtnext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: rgba(56, 9, 23, 0.8);
  font-family: 'Opposans ultra', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 63px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.isitmobile {
  display: none;
}

.text-block-19 {
  color: #000;
}

.shotonoppoarrow2 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.presents_pt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/oppo_presents_pt.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}

.bold-text {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-2 {
  font-family: Opposans, sans-serif;
}

.bold-text-3 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-4 {
  font-family: Opposans, sans-serif;
}

.bold-text-5 {
  font-family: Opposans, sans-serif;
}

.bold-text-6 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-7 {
  font-family: Opposans, sans-serif;
}

.bold-text-8 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-9 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-10 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-11 {
  font-family: Opposans, sans-serif;
}

.bold-text-12 {
  font-family: Opposans, sans-serif;
}

.bold-text-13 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-14 {
  font-family: 'Opposans ultra', sans-serif;
}

.text-span {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-15 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-16 {
  font-family: Opposans, sans-serif;
}

.bold-text-17 {
  font-family: Opposans, sans-serif;
}

.bold-text-18 {
  font-family: Opposans, sans-serif;
}

.bold-text-19 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-20 {
  font-family: Opposans, sans-serif;
}

.bold-text-21 {
  font-family: Opposans, sans-serif;
}

.bold-text-22 {
  font-family: Opposans, sans-serif;
  font-weight: 500;
}

.bold-text-23 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-24 {
  font-family: Opposans, sans-serif;
}

.bold-text-25 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-26 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-27 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-28 {
  font-family: Opposans, sans-serif;
}

.bold-text-29 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-30 {
  font-family: Opposans, sans-serif;
}

.bold-text-31 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-32 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-33 {
  font-family: Opposans, sans-serif;
}

.bold-text-34 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-35 {
  font-family: Opposans, sans-serif;
}

.bold-text-36 {
  font-family: Opposans, sans-serif;
  font-weight: 700;
}

.bold-text-37 {
  font-family: Opposans, sans-serif;
  font-weight: 700;
}

.bold-text-38 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-39 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-40 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-41 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-43 {
  font-family: Opposans, sans-serif;
}

.bold-text-44 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-45 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-46 {
  font-family: Opposans, sans-serif;
}

.bold-text-47 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-48 {
  font-family: Opposans, sans-serif;
}

.bold-text-49 {
  font-family: Opposans, sans-serif;
}

.bold-text-50 {
  font-family: 'Opposans ultra', sans-serif;
}

.bold-text-51 {
  font-family: Opposans, sans-serif;
}

.bold-text-52 {
  font-family: Opposans, sans-serif;
}

.image-46 {
  display: none;
}

.div-block-44 {
  height: 700px;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/shotonoppo-big2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-45 {
  height: 700px;
  background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/shotonoppo-big3.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.placeholdertext {
  color: #000;
}

@media screen and (max-width: 991px) {
  .isitmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .herobelow.left {
    display: block;
    width: 100%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-3 {
    width: 80%;
    margin-top: 60px;
    font-family: Opposans, sans-serif;
    font-size: 36px;
    line-height: 48px;
  }

  .text-block-3 {
    font-family: Opposans, sans-serif;
  }

  .herosubdiv {
    width: 60%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .shootheading {
    font-family: Opposans, sans-serif;
    font-size: 54px;
  }

  .shootcta {
    font-family: 'Opposans ultra', sans-serif;
  }

  .x3heading {
    font-family: Opposans, sans-serif;
    font-size: 36px;
    line-height: 48px;
  }

  .x3sub {
    font-family: 'Opposans ultra', sans-serif;
    font-size: 12px;
  }

  .x3features {
    width: 100%;
    font-family: Opposans, sans-serif;
  }

  .x3phone {
    width: 45%;
  }

  .kspadjust {
    width: 200px;
  }

  .kspshowcase {
    width: 200px;
  }

  .btshl {
    width: 35%;
    font-family: Opposans, sans-serif;
    font-size: 36px;
    line-height: 48px;
  }

  .btscopy {
    font-family: Opposans, sans-serif;
  }

  .guessheading {
    font-family: Opposans, sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }

  .herosubdiv2 {
    width: 60%;
  }

  .nav-indicator {
    display: none;
  }

  .text-block-12 {
    font-family: Opposans, sans-serif;
  }

  .text-block-13 {
    font-family: 'Opposans ultra', sans-serif;
  }

  .shotonhl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .shotonslider {
    width: 90%;
  }

  .heading-7 {
    font-family: Opposans, sans-serif;
    font-size: 36px;
    line-height: 48px;
  }

  .text-block-14 {
    font-family: Opposans, sans-serif;
  }

  .text-block-15 {
    font-family: Opposans, sans-serif;
    font-size: 30px;
    line-height: 50px;
  }

  .sectionherobottom {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/headerMap.png');
    background-position: 100% 0%;
    background-size: 390px;
    background-repeat: no-repeat;
  }

  .loccoordinates {
    margin-right: 0px;
    padding-right: 5px;
    font-family: 'Opposans ultra', sans-serif;
  }

  .sliderhl {
    font-family: Opposans, sans-serif;
    font-size: 35px;
  }

  .locationdesc {
    font-family: Opposans, sans-serif;
  }

  .sliderhllocation {
    font-family: 'Opposans ultra', sans-serif;
  }

  .text-block-16 {
    padding-top: 5px;
    font-family: 'Opposans ultra', sans-serif;
  }

  .buttonmore {
    width: 100%;
  }

  .findxvideocontainer {
    padding-top: 0px;
  }

  .x3features2 {
    width: 100%;
    font-family: 'Opposans ultra', sans-serif;
  }

  .x3showcontainer {
    margin-bottom: -84px;
  }

  .experiencecta {
    font-family: 'Opposans ultra', sans-serif;
  }

  .sectionbts {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .guesssubline {
    letter-spacing: 1px;
  }

  .logos {
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header_logos.png');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-16 {
    display: none;
  }

  .div-block-17 {
    position: relative;
    width: 100%;
  }

  .div-block-19 {
    width: 50%;
  }

  .div-block-20 {
    width: 50%;
  }

  .videocontainer {
    width: 90%;
  }

  .oppofindx3logo {
    font-family: Opposans, sans-serif;
  }

  .x3sub2 {
    font-family: 'Opposans ultra', sans-serif;
  }

  .x3features3 {
    width: 100%;
    font-family: Opposans, sans-serif;
  }

  .div-block-25 {
    width: 90%;
  }

  .div-block-26 {
    width: 65%;
  }

  .div-block-27 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-29 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-34 {
    display: none;
  }

  .kspcapture {
    width: 200px;
    max-height: 262px;
  }

  .x3phone-copy {
    width: 45%;
  }

  .muddyhl-copy {
    top: 20px;
  }

  .placehoder_bottom {
    display: none;
  }

  .placeholder_top {
    display: none;
    height: 110px;
  }

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

  .menunameshot {
    display: none;
  }

  .menunamequiz {
    display: none;
  }

  .guesswrong {
    font-family: 'Opposans ultra', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }

  .guessright {
    font-family: 'Opposans ultra', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }

  .guessover {
    font-family: 'Opposans ultra', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }

  .guessbtretry {
    font-family: 'Opposans ultra', sans-serif;
  }

  .guessbtnext {
    font-family: 'Opposans ultra', sans-serif;
  }

  .bold-text-40 {
    font-family: 'Opposans ultra', sans-serif;
  }

  .bold-text-41 {
    font-family: 'Opposans ultra', sans-serif;
  }

  .bold-text-42 {
    font-family: 'Opposans ultra', sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .keith {
    display: none;
    padding-right: 0px;
  }

  .typo {
    opacity: 1;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .presents {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .cta {
    padding-bottom: 10px;
  }

  .keith-landscape {
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header4.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .herobelow.left {
    margin-bottom: auto;
  }

  .heading-3 {
    margin-top: 40px;
    font-size: 30px;
  }

  .herosubdiv {
    width: 100%;
  }

  .muddyhl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .shootonoppocontainer {
    padding-bottom: 40px;
  }

  .shootheading {
    font-size: 38px;
  }

  .x3heading {
    font-size: 38px;
    line-height: 40px;
  }

  .x3videophone {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .x3_desktop {
    display: block;
  }

  .x3phone {
    display: none;
  }

  .x3showcase {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kspadjust {
    width: 300px;
  }

  .kspshowcase {
    width: 300px;
  }

  .x3bts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .btshl {
    width: 100%;
    padding-bottom: 40px;
  }

  .guesscontainer {
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }

  .guessheading {
    margin-top: 0px;
    font-size: 35px;
  }

  .guessbuttons {
    margin-top: 100px;
    position: relative;
  }

  .herosubdiv2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sectionshotonoppo {
    margin-right: 15px;
  }

  .shotonhl {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shotonslider {
    display: block;
    padding-bottom: 0px;
  }

  .shotoncta {
    position: relative;
    padding-top: 20px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .slider {
    height: 400px;
    margin-bottom: 20px;
  }

  .sectionhero {
    margin-right: 15px;
    margin-left: 15px;
  }

  .sectionhero.hero {
    margin-right: 15px;
  }

  .sectionhero.navi {
    margin-right: 15px;
  }

  .text-block-15 {
    width: 90%;
    font-size: 21px;
    line-height: 31px;
  }

  .sectionherobottom {
    margin-right: 15px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .sectionlocations {
    margin-right: 15px;
  }

  .locactionright {
    width: 100%;
    height: 100%;
  }

  .loccoordinates {
    margin-bottom: 0px;
  }

  .sliderhl {
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .locationdesc {
    width: 100%;
    padding-right: 0px;
  }

  .locationinfo {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sliderhllocation {
    padding-top: 0px;
  }

  .mapcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .shotonoppoarrow {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .sectionvideo {
    margin-right: 15px;
  }

  .sectionfindx3 {
    margin-right: 15px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .x3cta {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .sectionquiz {
    margin-right: 15px;
  }

  .x3showcontainer {
    height: auto;
    margin-bottom: 40px;
  }

  .experiencecta {
    padding-bottom: 40px;
  }

  .sectionbts {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .guesssubline {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-18 {
    height: 400px;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
  }

  .sectionshotonoppo-copy {
    margin-right: 15px;
    margin-left: 15px;
  }

  .div-block-23 {
    display: none;
  }

  .sectionlocations-copy {
    margin-right: 15px;
    margin-left: 15px;
  }

  .image-32 {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sectionseries {
    margin-right: 15px;
    padding-top: 0px;
  }

  .buttonmore2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .oppofindx3logo {
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .x3features3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-26 {
    width: 100%;
  }

  .btsdisclaimer {
    font-size: 10px;
  }

  .div-block-28 {
    width: 100%;
    padding-bottom: 40px;
  }

  .div-block-29 {
    width: 100%;
    padding-bottom: 40px;
  }

  .div-block-30 {
    width: 100%;
  }

  .image-34 {
    display: block;
    width: 90%;
  }

  .keith_mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .image-16-copy {
    display: block;
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .kspcapture {
    width: 292px;
    max-width: 320px;
    max-height: 383px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
    cursor: pointer;
  }

  .x3phone-copy {
    display: block;
  }

  .muddyhl-copy {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-16-copy {
    display: block;
    width: 100%;
  }

  .series_desktop {
    display: none;
  }

  .sectionnavi {
    margin-right: 15px;
    margin-left: 15px;
  }

  .sectionnavi.hero {
    margin-right: 15px;
  }

  .sectionnavi.navi {
    margin-right: 15px;
  }

  .shotonlocationmobile {
    display: block;
    height: 600px;
  }

  .slider-7 {
    min-height: 100%;
    background-color: #cbb4a5;
  }

  .left-arrow-4 {
    display: block;
    opacity: 0;
    width: 1px;
    height: 1px;
  }

  .right-arrow-4 {
    display: block;
    opacity: 0;
    width: 1px;
    height: 1px;
  }

  .tronamobilepic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }

  .slide-nav-3 {
    display: none;
  }

  .tronamobilepic2 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01195-Edit.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .tronamobilepic3 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01544.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic1 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic2 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic3 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic1 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic2 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic3 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic1 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic2 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic3 {
    width: 100%;
    height: 100%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .link-block-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .landmark {
    height: 400px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/headerMap.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: repeat;
    border: none;
  }

  .letsgo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
  }

  .shotonlocation {
    display: none;
  }

  .sectionquizslider {
    margin-right: 15px;
  }

  .div-block-42 {
    display: none;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trona1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/tronaSlide1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .trona2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01195-Edit.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .trona3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01544.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }

  .death1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .death2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_2.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .death3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_3.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .mud1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .mud2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojave2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mojave1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .mojave3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mud3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/quiz4.jpg');
    background-position: 50% 0%;
    background-size: auto;
  }

  .sliderhllocationsmall {
    padding-top: 0px;
  }

  .first3dmap {
    display: none;
  }

  .locactionright {
    width: 100%;
  }

  .muddyhlx3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .guesswrong {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .guessright {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .guessover {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .guessretry {
    position: relative;
  }

  .quiz1 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quiz2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quiz3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quiz4 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-18 {
    position: absolute;
    left: 20px;
    top: 10px;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-family: Opposans, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-19 {
    color: #000;
  }

  .shotonoppoarrow2 {
    position: static;
    width: 53.984375px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .presents_pt {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .image-40 {
    max-width: 90vw;
    max-height: 90vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 10px solid #fff;
  }

  .image-41 {
    width: 100%;
  }

  .image-42 {
    width: 100%;
  }

  .image-43 {
    width: 100%;
  }

  .image-44 {
    width: 100%;
  }

  .image-45 {
    width: 100%;
  }

  .image-46 {
    width: 100%;
  }

  .image-47 {
    width: 90%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .typo {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/header_title.png');
    background-position: 50% 20%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .presents {
    background-size: cover;
  }

  .cta {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-bottom: 20px;
  }

  .keith-landscape {
    display: none;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/Claim_Mobile.png');
    -webkit-transition: opacity 2000ms ease;
    transition: opacity 2000ms ease;
  }

  .herobelow.left {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-3 {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 39px;
  }

  .text-block-3 {
    font-family: Opposans, sans-serif;
    font-weight: 700;
  }

  .shootonoppocontainer {
    background-color: transparent;
  }

  .shootheading {
    margin-top: 40px;
    font-size: 30px;
  }

  .shootcta {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .x3heading {
    font-family: Opposans, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .x3sub {
    font-family: 'Opposans ultra', sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .x3features {
    font-family: Opposans, sans-serif;
    font-weight: 700;
  }

  .x3videophone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kspadjust {
    width: 85%;
  }

  .kspshowcase {
    width: 85%;
  }

  .x3bts {
    padding-right: 30px;
    padding-left: 30px;
  }

  .btshl {
    font-family: Opposans, sans-serif;
    font-weight: 500;
  }

  .btscopy {
    padding-bottom: 10px;
    font-family: Opposans, sans-serif;
    font-weight: 500;
  }

  .guesscontainer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .guessheading {
    top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-family: 'Opposans ultra', sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
  }

  .guessbtmars {
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
  }

  .guessbtearth {
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
  }

  .guessbuttons {
    position: relative;
    top: 20px;
    margin-top: 60px;
  }

  .text-block-12 {
    font-family: Opposans, sans-serif;
    font-weight: 700;
  }

  .text-block-13 {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .shotonhl {
    padding-top: 40px;
  }

  .shotonslider {
    display: block;
  }

  .shotoncta {
    height: 150px;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .text-block-14 {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .text-block-15 {
    font-family: Opposans, sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
  }

  .locactionright {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
  }

  .loccoordinates {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sliderhl {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .locationdesc {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Opposans, sans-serif;
    line-height: 24px;
    font-weight: 700;
  }

  .locationinfo {
    display: none;
  }

  .sliderhllocation {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mapcontainer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-16 {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .buttonmore {
    font-size: 14px;
  }

  .sectionfindx3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .x3features2 {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .x3cta {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .x3showcontainer {
    margin-bottom: 0px;
  }

  .experiencecta {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .guesssubline {
    top: 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Opposans ultra', sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .logos {
    display: block;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/natgeologo_mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .billion {
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/billion_mobile.png');
    background-size: contain;
  }

  .headerimage {
    display: none;
  }

  .div-block-17 {
    padding-left: 0px;
  }

  ._3dnavi {
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-32 {
    width: auto;
    height: auto;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .buttonmore2 {
    width: 100%;
  }

  .oppofindx3logo {
    font-family: Opposans, sans-serif;
    font-weight: 400;
  }

  .x3sub2 {
    font-family: 'Opposans ultra', sans-serif;
    font-weight: 400;
  }

  .x3features3 {
    font-family: Opposans, sans-serif;
    font-weight: 700;
  }

  .btsdisclaimer {
    padding-top: 40px;
    font-family: Opposans, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .image-34 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-31 {
    height: 48px;
  }

  .image-16-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kspcapture {
    width: 85%;
  }

  .headerimagemobile {
    display: block;
    width: 100%;
  }

  .shotonlocationmobile {
    background-color: #cbb4a5;
    display: block;
    height: 600px;
  }

  .slider-7 {
    background-color: #cbb4a5;
  }

  .left-arrow-4 {
    display: none;
  }

  .tronamobilepic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-image: none;
    height: 100%;
  }

  .slide-nav-3 {
    display: none;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01195-Edit.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .tronamobilepic2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01195-Edit.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .tronamobilepic3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01544.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .deathmobilepic3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .muddymobilepic3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mojavemobilepic3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .link-block {
    width: 100%;
  }

  .link-block-2 {
    width: auto;
  }

  .landmark {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border: none;
  }

  .letsgo {
    padding-bottom: 20px;
  }

  .shotonlocation {
    display: none;
  }

  .image-39 {
    width: 80%;
    margin-top: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #9a7677;
  }

  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trona1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/tronaSlide1.jpg');
    background-position: 50% 0%;
    background-size: auto;
  }

  .trona2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01195-Edit.jpg');
    background-position: 0% 0%;
    background-size: auto;
  }

  .trona3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/BC0127_210210_01544.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }

  .death1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_1.jpg');
    background-position: 50% 0%;
    background-size: auto;
  }

  .death2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .death3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/deathvalley_3.jpg');
    background-position: 50% 0%;
    background-size: auto;
  }

  .mud1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mud2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_2.jpg');
    background-position: 100% 50%;
    background-size: auto;
  }

  .mojave2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_2.jpg');
    background-position: 0% 50%;
    background-size: auto;
  }

  .mojave1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/mojave_1.jpg');
    background-position: 100% 0%;
    background-size: auto;
  }

  .mojave3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #c72d2d;
    background-image: none;
  }

  .mud3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 10px solid #fff;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/muddy_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .sliderhllocationsmall {
    position: absolute;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Opposans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
  }

  .locactionright {
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .findx3logomobile {
    display: none;
    background-image: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/Claim_Mobile.png');
    -webkit-transition: opacity 2000ms ease;
    transition: opacity 2000ms ease;
  }

  .guesswrong {
    top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Opposans, sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
  }

  .guessright {
    top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Opposans, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .guessover {
    top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Opposans, sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
  }

  .guessretry {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .guessbtretry {
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
  }

  .quiz1 {
    position: relative;
    top: 20px;
  }

  .quiz2 {
    position: relative;
    top: 20px;
  }

  .quiz3 {
    position: relative;
    top: 20px;
  }

  .quiz4 {
    position: relative;
    top: 20px;
  }

  .guessbtnext {
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
  }

  .text-block-18 {
    font-family: Opposans, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .presents_pt {
    background-size: cover;
  }

  .image-40 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text {
    font-size: 19px;
  }

  .div-block-44 {
    height: 400px;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-45 {
    height: 400px;
  }
}

@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-RegularItalic.ttf') format('truetype'), url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-UltraItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opposans ultra';
  src: url('/content/dam/oppo/event-page-asset/out-of-this-world-colours/v1/asset/OPPOSans-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 479px) {
  body {
    overflow: visible !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: visible !important;
  }
}

.footer.light-theme {
  position: relative;
  z-index: 300;
}

.cp-cookie-tip-euro {
  z-index: 100 !important;
}