.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.c-main-container {
  overflow: hidden;
  width: 500px;
  height: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #d30f27;
}

.body {
  display: block;
  overflow: auto;
  height: 100%;
  margin: auto;
  clear: none;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #464646;
  border-radius: 0px;
  background-color: #d30f27;
  font-size: 20px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.beginpage {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 500px;
  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;
}

.reindeerfinderscreen {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.compassdiv {
  height: 50vh;
  margin-top: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.reindeerbuttons {
  overflow: hidden;
  padding: 7px 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #ffc800;
  border-radius: 20px;
  background-color: #ec383b;
  box-shadow: inset 1px 1px 14px -3px rgba(0, 0, 0, 0.49), 0 6px 11px 7px rgba(0, 0, 0, 0.44);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  text-align: center;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.52);
}

.close {
  position: relative;
  left: 0px;
  top: 25px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: right;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2a0000;
}

.html-embed {
  width: 100%;
  height: 120%;
  margin-top: -10vh;
  margin-bottom: 3vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.westfieldlogobottomdiv {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 500px;
  margin-top: 0px;
  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;
}

.image {
  display: block;
  height: 35px;
  margin: auto;
}

.beginpagelayoutdiv {
  position: relative;
  display: block;
  height: 60%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cluediv {
  display: block;
  height: auto;
  margin-top: 15px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
}

.reindeerscreen {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.dasherdancerimage {
  display: none;
  height: 100%;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prancerpage {
  display: none;
  width: 100%;
  height: 100%;
}

.prancerimage {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vixenpage {
  display: none;
  width: 100%;
  height: 100%;
}

.vixenimage {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cometcupidpage {
  display: none;
}

.cometcupidimage {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donnerblitzenpage {
  display: none;
}

.donnerblitzenimage {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rudolphpage {
  display: none;
  width: 100%;
  height: 100%;
}

.rudolphimage {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacyscreen {
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  position: static;
  top: auto;
  bottom: 33px;
  display: block;
  margin: auto 98px 117px;
  padding: 25px;
  clear: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -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;
  border-radius: 20px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.59);
  font-family: 'Typemates cera pro', sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.nolocationscreen {
  display: none;
  width: 100%;
  height: 100%;
  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;
}

.onboardingscreen {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 500px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  text-align: center;
}

.dooractivationscreen {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  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;
}

.nocamerascreen {
  display: none;
  width: 100%;
  height: 100%;
  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;
}

.photoscreen {
  display: none;
  width: 100%;
  height: 100%;
  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;
}

.competitionentryscreen {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  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;
}

.loading-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
}

.loadingimage {
  position: static;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.distancediv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.distancetext {
  display: none;
  margin-top: 28px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
}

.reindeeralertdiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: auto auto 25%;
  -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;
}

.button-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  float: none;
  background-color: rgba(56, 152, 236, 0);
}

.text-block-2 {
  font-family: 'Typemates cera pro', sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.reindeerradio {
  position: relative;
  top: 50%;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding-left: 0px;
  -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: transparent;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.extrainfodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 500px;
  margin: auto;
  padding-bottom: 31px;
  -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;
}

.image-4 {
  width: 250px;
  height: 100px;
}

.div-block-5 {
  text-align: right;
}

.text-block-3 {
  position: relative;
  left: 0%;
  top: -100%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 0px;
  padding-top: 0px;
  padding-left: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Typemates cera pro', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.text-block-3.right {
  position: relative;
  left: 67px;
  top: 17px;
  right: auto;
  bottom: auto;
  margin: auto;
  padding-top: 0px;
  padding-right: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -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: 'Typemates cera pro', sans-serif;
  font-weight: 400;
  text-align: right;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.debugdiv {
  position: fixed;
  display: none;
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(113, 155, 255, 0.62);
  text-shadow: 1px 1px 9px #000;
}

.dooractivation-div {
  position: static;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.html-embed-2 {
  display: block;
  width: 100%;
  height: 100%;
}

.heading-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 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;
  font-size: 12px;
}

.rrlockupimage {
  width: 90%;
  margin-top: 15vh;
}

.begin-button {
  max-width: 30%;
}

.westfieldlogoimage {
  margin-top: 10vh;
}

.sideboygif {
  position: fixed;
  display: block;
}

.rightsidegirl {
  position: static;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0vh;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.reindeerfinderbottomhalfdiv {
  height: 45vh;
  max-width: 500px;
}

.form-block {
  display: block;
  width: 100%;
  height: auto;
}

.grid-4 {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-3 {
  display: block;
}

.reindeerdiv {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.photodiv {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  min-width: 100%;
  margin: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.elflookupbelow {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.postcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  padding-bottom: 115px;
  color: transparent;
}

.nextbutton {
  display: none;
  height: 20vh;
}

.postframe {
  width: 90%;
  height: 100%;
  margin: auto;
  border-style: solid;
  border-width: 20px;
  border-color: #fff;
  background-color: #d30f27;
  box-shadow: 1px 1px 15px 8px rgba(0, 0, 0, 0.32);
  color: #030303;
}

.heading-4 {
  display: none;
}

.button-5 {
  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;
}

.button-6 {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  position: absolute;
  display: inline-block;
  margin: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.radio-button {
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  margin-left: 0px;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  width: 20px;
  height: 20px;
  margin: auto;
  border-style: none;
  border-radius: 100%;
  background-color: #00c500;
}

.radio-button-label {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px -62px;
  padding-bottom: 19px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Typemates cerapro', sans-serif;
  color: #fff;
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  height: auto;
  max-width: 6em;
  margin: 0px auto auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-9 {
  position: absolute;
  display: block;
  width: 100vw;
  max-width: 500px;
  margin: 0px auto auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.image-10 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-12 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-13 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-14 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-15 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 30%;
  margin-right: 10%;
  margin-bottom: 25%;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-8 {
  position: fixed;
  width: 100%;
  height: 100%;
}

.nolocation-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
}

.div-block-9 {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
}

.div-block-10 {
  position: fixed;
  width: 100%;
  height: 100%;
}

.image-18 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.reindeerfound-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-width: 500px;
  margin: auto;
  background-color: transparent;
}

.image-19 {
  display: block;
  margin-top: auto;
  margin-left: auto;
  padding-top: 20vh;
  text-align: center;
}

.image-20 {
  display: block;
  margin: -20vh auto auto 0px;
  padding-top: 0vh;
  padding-bottom: 27px;
}

.slide {
  padding-bottom: 0px;
}

.right-arrow {
  min-height: 20px;
  margin-top: 90vh;
  border-radius: 20px;
  background-color: #d01029;
  opacity: 1;
  cursor: pointer;
}

.left-arrow {
  margin-top: 90vh;
}

.globalfadetoblack-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #000;
}

.image-21 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  margin: auto;
}

.congrats-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: auto;
}

.div-block-12 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 75%;
  height: auto;
  margin: 50% auto 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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 11px 20px 16px rgba(0, 0, 0, 0.44);
}

.congrats-text {
  display: none;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Typemates cera pro', sans-serif;
  text-align: center;
}

.congrats-text.end {
  display: block;
  font-style: normal;
}

.congrats-text.compassonboarding {
  margin-top: 10%;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 53px 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;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.66);
  font-family: 'Typemates cera pro', sans-serif;
}

.form-block-2 {
  display: block;
}

.radio-button-label-2 {
  display: none;
}

.text-span {
  font-size: 30px;
}

.radio-button-2 {
  border-color: hsla(0, 0%, 80%, 0);
}

.div-block-13 {
  width: 1px;
  height: 1px;
}

.congratsanim-div {
  display: none;
}

.iosonboardinganim-div {
  width: 1px;
  height: 1px;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.blackoverlay-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 500px;
  margin: auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.compassonboardpopup-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 90%;
  max-width: 500px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-15 {
  margin: auto;
}

.image-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: auto;
  margin-bottom: -93px;
  margin-left: auto;
  padding-top: 0px;
}

.italic-text {
  font-style: normal;
}

.image-23 {
  display: block;
  margin: auto;
}

.compassonboardingpopup {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  margin: 50% 30px auto;
  padding: 58px 94px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 -6px 20px 9px rgba(0, 0, 0, 0.38);
}

.text-block-5 {
  font-family: 'Typemates cera pro', sans-serif;
  font-style: normal;
  text-align: center;
}

.italic-text-2 {
  font-style: normal;
}

.heading-5 {
  padding: 53px;
  font-family: 'Typemates cera pro', sans-serif;
  color: #fff;
  font-size: 20px;
}

.debug {
  color: rgba(51, 51, 51, 0.08);
}

.image-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
  margin: auto auto 55vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-29 {
  display: block;
}

.image-30 {
  display: block;
}

.level-div {
  display: block;
}

.landscape-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #000;
}

.text-block-12 {
  padding-top: 10%;
  font-family: 'Typemates cera pro', sans-serif;
  color: #fff;
  text-align: center;
}

.version-number {
  display: none;
}

.norangescreen {
  display: none;
}

.nointernet-div {
  display: none;
}

.update-div {
  display: none;
}

.lockup {
  margin: auto;
}

.desktop {
  width: 100%;
  height: 100%;
  margin: auto;
}

.image-46 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 500px;
  margin: auto;
  padding-top: 94px;
}

.text-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 46px;
  -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;
  font-family: 'Typemates cera pro', sans-serif;
  color: #fff;
  text-align: center;
}

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

.findall-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 90%;
  max-width: 500px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .begin-button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-main-container {
    position: fixed;
    width: 100%;
    max-width: 500px;
  }

  .reindeerfinderscreen {
    display: none;
  }

  .privacyscreen {
    display: none;
  }

  .landscape-div {
    display: block;
    max-width: 100%;
  }

  .text-block-12 {
    padding-top: 196px;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    text-align: center;
  }

  .landscapediv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  a {
    margin-top: 18px;
  }

  .c-main-container {
    position: fixed;
    width: 100%;
    max-width: 500px;
    background-color: #d40f28;
  }

  .body {
    overflow: hidden;
  }

  .beginpage {
    position: fixed;
    display: none;
  }

  .reindeerfinderscreen {
    position: fixed;
    display: none;
    max-width: 500px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .compassdiv {
    height: 45%;
  }

  .reindeerbuttons {
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed {
    height: 120%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .westfieldlogobottomdiv {
    margin-top: auto;
    padding-top: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image {
    height: 40px;
    margin-bottom: 5px;
  }

  .cluediv {
    position: relative;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .reindeerscreen {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100%;
  }

  .privacyscreen {
    position: fixed;
    display: none;
    height: 100%;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -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: transparent;
    background-image: url('../images/BeginButton_Blank.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
  }

  .nolocationscreen {
    position: fixed;
    display: none;
  }

  .onboardingscreen {
    position: fixed;
    display: none;
  }

  .dooractivationscreen {
    display: none;
  }

  .nocamerascreen {
    position: fixed;
    display: none;
  }

  .photoscreen {
    position: fixed;
    display: none;
  }

  .competitionentryscreen {
    display: none;
  }

  .loading-div {
    display: none;
    background-color: #d40f28;
  }

  .loadingimage {
    background-color: #fff;
    opacity: 1;
  }

  .reindeeralertdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: auto auto 60%;
  }

  .button-4 {
    display: none;
  }

  .text-block-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
  }

  .reindeerradio {
    margin-bottom: 20px;
  }

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

  .text-block-3 {
    position: relative;
    padding-top: 0px;
    padding-bottom: 11px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 20px;
  }

  .text-block-3.right {
    left: auto;
    top: 0px;
    right: 19px;
    margin-right: 0px;
    margin-left: 50%;
    padding-right: 0px;
    padding-left: 0px;
    clear: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    direction: rtl;
    font-size: 0.9em;
    white-space: break-spaces;
    -o-object-fit: none;
    object-fit: none;
  }

  .debugdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 0%;
    margin-top: 0px;
    background-color: transparent;
  }

  .dooractivation-div {
    position: absolute;
    display: block;
    background-color: #d40f28;
  }

  .html-embed-2 {
    display: block;
    width: 100%;
    margin: 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;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-2 {
    display: none;
    font-size: 12px;
  }

  .rrlockupimage {
    width: 100%;
    margin-top: 0vh;
    margin-right: 0vh;
    margin-bottom: 0vh;
    padding-top: 30px;
  }

  .begin-button {
    position: relative;
    z-index: 1;
  }

  .westfieldlogoimage {
    display: inline-block;
  }

  .rightsidegirl {
    position: static;
    height: auto;
    margin-top: 0vh;
  }

  .reindeerfinderbottomhalfdiv {
    height: 45%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .form-block {
    overflow: visible;
    padding-top: 14px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .grid-4 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .reindeerdiv {
    position: absolute;
  }

  .photodiv {
    position: absolute;
  }

  .image-5 {
    margin-top: auto;
  }

  .elflookupbelow {
    margin-right: auto;
    margin-bottom: -135px;
    margin-left: auto;
  }

  .postcard {
    display: block;
    width: 80%;
    height: 300px;
    margin: 70px auto auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 20px 0 #000;
  }

  .heading-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-left: auto;
  }

  .button-6 {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.38);
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 12px;
  }

  .radio-button {
    display: none;
    margin-top: 0px;
    border-color: hsla(0, 0%, 80%, 0);
    opacity: 1;
  }

  .radio-button.w--redirected-checked {
    display: none;
    width: 100px;
    height: 30px;
    margin: 0px;
    border-style: dashed;
    border-width: 2px;
    border-color: #ddd3ab;
    border-radius: 9%;
    box-shadow: inset 1px 1px 3px 0 #000;
  }

  .radio-button-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 30px;
    margin-left: auto;
    padding: 0px;
    -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: solid;
    border-width: 2px;
    border-color: #dd9654;
    border-radius: 6px;
    background-color: #d40f28;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.31);
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 1.5ch;
    letter-spacing: 1px;
  }

  .radio-button-label:active {
    border-style: dashed;
    background-color: #1cd40f;
    box-shadow: inset 1px 1px 7px 0 #000, 0 0 6px -3px rgba(0, 0, 0, 0.31);
  }

  .radio-button-label.santa {
    font-size: 1ch;
  }

  .image-8 {
    display: none;
    width: 6em;
    max-width: none;
    padding: 0px 10px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider {
    background-color: #d40f28;
  }

  .image-10 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-16 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: auto auto 20%;
    padding-bottom: 25px;
  }

  .nolocation-div {
    display: none;
  }

  .div-block-9 {
    display: block;
    width: 80%;
    height: 80%;
    margin: 65px auto auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 12px 11px 14px rgba(0, 0, 0, 0.59);
    opacity: 1;
  }

  .image-17 {
    display: block;
    margin: auto;
    padding-top: 42px;
  }

  .text-block-4 {
    padding-right: 23px;
    padding-left: 23px;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .reindeerfound-div {
    display: none;
  }

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

  .slide {
    padding-top: 0px;
  }

  .slide-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40px;
    min-height: 40px;
    margin-top: auto;
    margin-right: 22px;
    margin-bottom: 30px;
    padding-right: 0px;
    box-shadow: 0 3px 20px 6px rgba(0, 0, 0, 0.72);
  }

  .globalfadetoblack-div {
    display: none;
    background-color: #000;
  }

  .image-21 {
    display: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .congrats-div {
    display: none;
    background-color: rgba(0, 0, 0, 0.86);
  }

  .div-block-12 {
    width: auto;
    height: 285px;
    margin-right: 13px;
    margin-left: 13px;
  }

  .div-block-12.compassonboarding {
    margin-top: 50%;
    padding-top: 0px;
  }

  .congrats-text {
    display: block;
    padding-top: 56px;
    padding-bottom: 0px;
  }

  .congrats-text.end {
    display: none;
    font-size: 20px;
  }

  .button-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 50px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -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-radius: 8px;
    background-color: #d40f28;
    box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.7);
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .text-span {
    margin: auto;
    text-align: center;
  }

  .radio-button-2.w--redirected-checked {
    opacity: 0;
  }

  .congratsanim-div {
    display: none;
  }

  .compassonboardpopup-div {
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
  }

  .image-22 {
    margin-bottom: -25vh;
    padding-bottom: 0px;
  }

  .compassonboardingpopup {
    margin-top: 50%;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 16px 18px 8px rgba(0, 0, 0, 0.53);
  }

  .text-block-5 {
    font-family: 'Typemates cerapro', sans-serif;
    font-weight: 400;
  }

  .italic-text-2 {
    font-family: 'Typemates cera pro', sans-serif;
    font-weight: 700;
  }

  .image-24 {
    margin-bottom: -28px;
    padding: 5px 45px 0px;
  }

  .text-block-6 {
    display: none;
    padding: 10px 30px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .heading-5 {
    padding: 0px 34px;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 18px;
    line-height: 100%;
  }

  .heading-5.permisionstext {
    font-size: 12px;
  }

  .debug {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: 59px auto auto;
    color: #000;
    font-size: 12px;
    text-align: center;
  }

  .image-25 {
    display: none;
    margin-bottom: 50vh;
  }

  .image-26 {
    display: block;
    margin: 0% auto auto;
    padding-top: 0%;
    padding-right: 40%;
    padding-left: 40%;
  }

  .text-block-7 {
    margin-top: 10%;
    padding-top: 0%;
    padding-right: 27px;
    padding-left: 27px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 1.5ch;
    line-height: 60px;
    text-align: center;
  }

  .image-27 {
    display: block;
    margin: auto;
    padding: 70px 0px 94px;
  }

  .image-28 {
    position: absolute;
    margin: auto;
  }

  .image-29 {
    position: fixed;
  }

  .image-30 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: auto auto 0px;
    padding-top: 0px;
  }

  .level-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0% auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .div-block-16 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 275px;
    min-height: 200px;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px none #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.89);
  }

  .leveltext-txt {
    display: block;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
  }

  .leveltext-txt.goto {
    padding-top: 57px;
    font-size: 20px;
  }

  .text-block-8 {
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
  }

  .button-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 50px;
    margin: 65px auto auto;
    padding: 0px;
    -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-radius: 8px;
    background-color: #d40f28;
    box-shadow: 4px 4px 12px 0 #000;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .image-31 {
    display: block;
    margin: auto;
    padding-top: 50%;
  }

  .text-block-9 {
    display: block;
    margin: 10% auto auto;
    padding: 0px 41px 10px;
    -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;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .text-block-10 {
    margin: auto;
    padding-top: 100px;
    padding-right: 27px;
    padding-left: 27px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-style: normal;
    text-align: center;
  }

  .italic-text-3 {
    font-style: normal;
    text-align: left;
  }

  .image-32 {
    display: block;
    margin: auto;
  }

  .link-block {
    overflow: visible;
  }

  .text-block-11 {
    margin-top: 25px;
    font-family: 'Typemates cerapro', sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .image-33 {
    margin-top: 5%;
  }

  .italic-text-4 {
    display: block;
    padding: 0px;
  }

  .help-div {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image-34 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .landscape-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
  }

  .text-block-12 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: auto;
    padding-top: 186px;
    -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;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    text-align: center;
  }

  .selectbutton {
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 13px;
    background-color: #d40f28;
  }

  .text-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Typemates cerapro', sans-serif;
    color: #fff;
    text-transform: uppercase;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 4px;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -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: #fff;
  }

  .text-block-14 {
    padding-top: 19px;
    padding-right: 39px;
    padding-left: 39px;
    font-family: 'Typemates cerapro', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
  }

  .image-35 {
    padding-top: 16px;
  }

  .message {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 80%;
    height: 200px;
    margin: auto;
    padding: 0px;
    -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-radius: 17px;
    background-color: #fff;
  }

  .text-block-15 {
    padding-top: 50px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .button-9 {
    padding: 13px 25px;
    border-radius: 8px;
    background-color: #d40f28;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 16px;
  }

  .elfleft {
    position: fixed;
    display: block;
    margin-top: auto;
    margin-right: auto;
    padding-top: 75px;
  }

  .iosservices {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .iosservices.safaripermissions {
    display: none;
  }

  .button-10 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: auto;
    border-radius: 6px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-16 {
    padding: 17px 31px 10px;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
  }

  .image-36 {
    padding: 0px 38px;
    border-radius: 10px;
  }

  .iospage {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .androidservices {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .androidpage {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .locationothererror {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .image-37 {
    overflow: visible;
    width: 400px;
    height: 300px;
    padding: 0px 48px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .debugbutton {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image-38 {
    width: 50px;
    height: 50px;
    margin: 0px 13px;
  }

  .text-block-17 {
    position: relative;
    margin-top: -44px;
    margin-right: -50px;
    padding-right: 0px;
    padding-left: 17px;
    font-family: 'Typemates cerapro', sans-serif;
    color: #fff;
    font-size: 10px;
  }

  .version-number {
    position: fixed;
    z-index: 10000;
    display: block;
    padding-top: 18px;
    font-family: 'Typemates cerapro', sans-serif;
    color: #000;
    font-style: italic;
  }

  .checkbox-field {
    margin-left: 10px;
  }

  .checkbox-field-2 {
    margin-left: 10px;
  }

  .checkbox-field-3 {
    margin-left: 10px;
  }

  .checkbox-field-4 {
    margin-left: 10px;
  }

  .text-block-18 {
    padding-bottom: 16px;
    color: #fff;
    font-size: 18px;
    white-space: pre-wrap;
  }

  .text-block-19 {
    padding-bottom: 19px;
    color: #fff;
    font-size: 18px;
  }

  .text-block-20 {
    padding-bottom: 18px;
    color: #fff;
    font-size: 18px;
    white-space: normal;
  }

  .text-block-21 {
    padding-top: 19px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 18px;
  }

  .button-11 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100002;
    padding: 7px;
  }

  .form {
    padding-top: 64px;
    padding-left: 0px;
  }

  .debugmenu {
    position: fixed;
    left: auto;
    top: 7%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 50%;
    height: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
  }

  .text-block-22 {
    display: block;
    margin-left: 0px;
    font-size: 12px;
  }

  .text-block-23 {
    display: block;
    font-size: 12px;
  }

  .debugconsole {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: auto;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: rgba(113, 155, 255, 0.5);
  }

  .checkbox-label {
    font-size: 12px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .checkbox-label-3 {
    font-size: 12px;
  }

  .checkbox-label-4 {
    font-size: 12px;
  }

  .text-block-24 {
    color: #fff;
    font-size: 18px;
  }

  .debugtxt {
    position: fixed;
    top: 320px;
    display: block;
    width: 100%;
    font-size: 20px;
  }

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

  .debuggpstxt {
    position: fixed;
    top: 80%;
    display: none;
  }

  .debugcompasstxt {
    position: fixed;
    top: 50%;
    display: none;
  }

  .checkbox-field-4-copy {
    margin-left: 10px;
  }

  .norangescreen {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #850000;
  }

  .text-block-25 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 37px;
    padding-left: 37px;
    -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;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    text-align: center;
  }

  .text-block-26 {
    padding-top: 15px;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 16px;
    text-align: center;
  }

  .div-block-19 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    margin-left: -14px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background-color: #000;
    background-image: url('../images/Close.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-20 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 10%;
    margin: auto;
    padding: 0px;
    -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: #fff;
  }

  .button-12 {
    font-size: 16px;
  }

  .div-block-21 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0px;
    background-color: #fff;
  }

  .poorlocationdiv {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 60%;
    margin: 0px -18px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #d40f28;
  }

  .image-39 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 200px;
    height: auto;
    margin: auto;
    padding: 0px;
  }

  .text-block-27 {
    padding: 24px 24px 0px;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-27.helpclue {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .text-block-28 {
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .recalibratediv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 80%;
    height: 50%;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: -1px 9px 20px 0 rgba(0, 0, 0, 0.81);
  }

  .image-40 {
    position: static;
    display: block;
    width: auto;
    height: 70%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .italic-text-5 {
    font-style: normal;
  }

  .image-41 {
    position: absolute;
    display: block;
    width: 100%;
  }

  .video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-height: 80%;
    margin: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .html-embed-3 {
    overflow: visible;
    width: 100%;
    height: 79.9988645829378%;
    max-height: 80%;
    max-width: 90%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .recalibrateparentdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.84);
  }

  .arbuttons-div {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    background-color: rgba(83, 83, 83, 0.35);
  }

  .arclosebutton {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 25px;
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.34);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.18);
    background-image: url('../images/Close.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .androidarphoto {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80px;
    height: 80px;
    margin: auto auto 45px;
    padding: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: hsla(0, 0%, 100%, 0.84);
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.07);
  }

  .arrelaunchbutton {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -14%;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto 20px 200px auto;
    padding: 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: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Typemates cera pro', sans-serif;
    color: #2e2e2e;
    text-align: center;
  }

  .findsurfaceprompt {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin: auto;
    padding: 0px;
    -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: solid;
    border-width: 3px;
    border-color: hsla(0, 0%, 100%, 0.47);
    border-radius: 8px;
    background-color: hsla(0, 0%, 87.3%, 0.23);
  }

  .text-block-29 {
    padding: 10px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #dbdbdb;
    font-size: 14px;
    text-align: center;
  }

  .nointernet-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.59);
  }

  .nointernetblocked {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 300px;
    height: 400px;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .text-block-30 {
    margin: auto;
    padding: 26px;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .image-42 {
    display: block;
    width: 200px;
    margin: 78px auto auto;
    padding-bottom: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .button-13 {
    display: block;
    margin: auto 42px;
    border-radius: 8px;
    background-color: #d40f28;
    text-align: center;
  }

  .update-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.59);
  }

  .card {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 300px;
    height: 400px;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .form-2 {
    margin: auto;
  }

  .image-42-copy {
    display: block;
    width: 200px;
    margin: 39px auto auto;
    padding-bottom: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .reminder-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0px;
  }

  .image-43 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: auto;
  }

  .bold-text {
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 12px;
  }

  .image-44 {
    display: block;
    width: 35px;
    height: 35px;
    max-width: 50px;
    margin: auto;
    padding-left: 0px;
  }

  .image-45 {
    position: static;
    display: block;
    width: 35px;
    height: 35px;
    max-width: 50px;
    margin: auto;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-top: 0px;
    padding-right: 128px;
    padding-left: 128px;
    -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;
  }

  .lockup {
    display: none;
  }

  .desktop {
    display: none;
  }

  .photoinstructions {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 21%;
    display: none;
    width: 350px;
    height: 100px;
    margin: auto;
    padding: 0px;
    -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-radius: 20px;
    background-color: #fff;
  }

  .text-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 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;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .information-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .closeinfo-div {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 20px 20px auto auto;
    padding: 0px;
    -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-radius: 100%;
    background-color: #000;
    background-image: url('../images/Close.png');
    background-position: 50% 50%;
    background-size: auto;
  }

  .tabs {
    width: 100px;
    height: 100px;
  }

  .text-block-33 {
    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;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .text-block-34 {
    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;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .div-block-23 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 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;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-35 {
    overflow: visible;
    height: auto;
    margin: 0px auto auto;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .text-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 59px auto 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;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 24px;
  }

  .qr-btn {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 90%;
    margin: 0px auto auto;
    padding: 0px;
    -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: rgba(56, 152, 236, 0);
    background-image: url('../images/QRSCANNER.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .qrreader-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 75%;
    margin: 0px auto auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #d40f28;
  }

  .slide-nav {
    margin-bottom: 30px;
  }

  .button-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin: 5px auto auto;
    padding: 0px;
    -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: rgba(56, 152, 236, 0);
    background-image: url('../images/BeginButton_Blank.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .div-block-24 {
    height: 3px;
    margin: auto;
    padding: 0px;
    border-radius: 1px;
    background-color: #fff;
    background-image: linear-gradient(225deg, #dd9654, #ddb653);
  }

  .div-block-25 {
    width: 80px;
    height: 3px;
    margin: 28px auto auto;
    padding: 0px;
    background-color: #fff;
  }

  .icon {
    margin-bottom: 30px;
  }

  .closeqr-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 100%;
    background-color: #000;
    background-image: url('../images/Close.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .button-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin: auto auto 27px;
    padding: 0px;
    -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: rgba(56, 152, 236, 0);
    background-image: url('../images/BeginButton_Blank.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .image-47 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: auto;
  }

  .tap-txt {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin: 50% auto 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;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
  }

  .qrreaderframe {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    height: 100%;
    margin: auto;
    padding: 0px;
  }

  .retryar-div {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 300px;
    margin: 87px 18px 18px;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-37 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-top: 36px;
    padding-right: 25px;
    padding-left: 25px;
    -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;
    text-align: center;
  }

  .button-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin: 25px auto auto;
    padding: 0px;
    -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: rgba(56, 152, 236, 0);
    background-image: url('../images/BeginButton_Blank.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }

  .tabs-2 {
    position: static;
    display: block;
    overflow: auto;
    margin-top: 90px;
  }

  .text-block-38 {
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-39 {
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-40 {
    font-family: 'Typemates cera pro', sans-serif;
  }

  .tab-pane-tab-1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .tab-pane-tab-2 {
    overflow: auto;
    height: 100%;
  }

  .div-block-27 {
    overflow: visible;
  }

  .tabs-content {
    position: static;
    overflow: visible;
  }

  .div-block-28 {
    display: inline-block;
    overflow: scroll;
    width: 100%;
    height: 1500px;
    margin: auto;
    padding: 0px;
    -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-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .replayturorial-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 50px;
    margin: -48px auto 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;
    border-radius: 13px;
    background-color: #d40f28;
    box-shadow: 1px 1px 14px 0 #000;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .div-block-29 {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 94px 29px 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-41 {
    padding-top: 32px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-42 {
    display: block;
    padding-top: 18px;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 12px;
  }

  .text-block-42.whatdo {
    display: block;
  }

  .text-block-42.trouble {
    display: block;
  }

  .text-block-42.contact {
    display: block;
  }

  .button-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 50px;
    margin: 11px auto;
    padding: 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-radius: 10px;
    background-color: #d40f28;
    box-shadow: 1px 1px 5px 0 #000;
    font-family: 'Typemates cera pro', sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .html-embed-4 {
    height: 350px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .button-18 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    margin: auto;
    padding: 0px;
    -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-radius: 5px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .button-18.safari {
    margin-top: auto;
    margin-bottom: 0px;
  }

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

  .left-arrow-2 {
    height: auto;
  }

  .icon-2 {
    background-color: #af0000;
  }

  .button-19 {
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 9px;
    background-color: #d40f28;
    font-size: 12px;
  }

  .text-block-43 {
    padding-top: 15px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .iosservices2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
  }

  .iosservices2.safaripermissions {
    display: none;
  }

  .div-block-30 {
    width: 0px;
    height: 0px;
    padding: 0px;
  }

  .findall-div {
    display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
  }

  .storeselectorscreen {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    background-color: #d40f28;
  }

  .text-block-44 {
    margin: auto;
    padding-right: 39px;
    padding-bottom: 31px;
    padding-left: 39px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .text-block-44.gpspermissions {
    padding-bottom: 25px;
  }

  .select-field {
    width: 300px;
    margin: auto;
    border-radius: 14px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .button-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 30px;
    margin: auto;
    padding: 0px;
    -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-radius: 7px;
    font-family: 'Typemates cerapro', sans-serif;
    font-size: 12px;
    text-align: center;
  }

  .submit-button {
    display: none;
    margin: 39px auto auto;
    border-radius: 6px;
    font-family: 'Typemates cera pro', sans-serif;
  }

  .text-block-45 {
    margin-top: 29px;
    padding-right: 21px;
    padding-left: 21px;
    font-family: 'Typemates cerapro', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .button-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin: 23px auto auto;
    padding: 0px;
    -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: rgba(56, 152, 236, 0);
    background-image: url('../images/BeginButton_Blank.png');
    background-position: 50% 50%;
    background-size: contain;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .div_nostoreselectsub {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 300px;
    height: 300px;
    margin: auto;
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 15px 0 #000;
  }

  .text-block-46 {
    padding: 43px 20px 20px;
    font-family: 'Typemates cera pro', sans-serif;
    text-align: center;
  }

  .button-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 40px;
    margin: auto;
    padding: 0px;
    -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-radius: 9px;
    background-color: #d40f28;
    box-shadow: 1px 1px 8px 0 #000;
  }

  .div_nostoreselect {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .closenolocationdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin: 20px auto auto 20px;
    padding: 0px;
    border-radius: 100%;
    background-color: #000;
    background-image: url('../images/Close.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .nzcomptext {
    display: none;
    padding: 10px 30px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .italic-text-6 {
    font-style: normal;
  }

  .merryxmas {
    padding: 10px 30px;
    font-family: 'Typemates cera pro', sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
}

#w-node-60847c836993-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a088fcd51463-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-fc041e944d2d-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-776143b7640d-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-806bd475e5e9-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-9ec681833683-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-70fcaddb8572-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b973c3c493f5-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-2ee93728a2d9-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-32cc6319c6d1-e62689f8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-32cc6319c6d1-e62689f8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Typemates cera pro';
  src: url('../fonts/TypeMates---Cera-PRO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates cerapro';
  src: url('../fonts/TypeMates---CeraPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}