.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;
}

.navbar {
  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;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.heading {
  font-family: yze0o, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.div-block {
  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;
}

.div-block-2 {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background-image: url('../images/cart_1cart.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-2 {
  height: auto;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/AU_FG_Texture-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/AU_FG_Texture-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-menu {
  margin-right: 23%;
  margin-left: 23%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-4 {
  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;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-right: 20px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-top: 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;
}

.div-block-7 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-8 {
  position: relative;
  z-index: 10;
  width: 72px;
  height: 2px;
  background-color: #fff1e1;
  color: #000;
}

.heading-2 {
  position: relative;
  z-index: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}

.heading-3 {
  position: relative;
  z-index: 40;
  width: 1200px;
  margin: 20px auto;
  border-style: solid none;
  border-width: 2px 1px 8px;
  border-color: #fff1e1 #ff7300;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 130px;
  line-height: 180px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -4px;
  text-transform: capitalize;
  text-shadow: -6px 1px 30px #faaa34;
}

.heading-4 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.div-block-9 {
  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;
}

.div-block-10 {
  width: 20px;
  height: 20px;
  background-image: url('../images/down-arrow-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  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;
}

.div-block-11.second_blcok {
  width: auto;
}

.div-block-11.second_blcok.irl_game_text_2 {
  margin-bottom: 100px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.div-block-13 {
  width: 24px;
  height: 24px;
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-14 {
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
}

.div-block-15 {
  margin-bottom: 50px;
  font-size: 18px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -878px;
  -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-image: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  height: auto;
  margin-top: 1160px;
  margin-bottom: 100px;
  -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;
}

.div-block-16.second {
  margin-top: 0px;
}

.div-block-16.text_elements {
  margin-top: 0px;
}

.div-block-16.text_elements.find_a_store {
  margin-top: 75px;
}

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

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-19 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  width: 72px;
  height: 2px;
  background-image: url('../images/Rectangle-2.1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-3 {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.heading-5 {
  position: static;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 100px;
  font-family: Oswald, sans-serif;
  color: #fff1e1;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
}

.text-block-4 {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
  margin-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 16px;
  font-weight: 500;
}

.div-block-22 {
  width: 30px;
  height: 30px;
  background-image: url('../images/down-arrow-2.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.heading-6 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Inconsolata, monospace;
  color: #3000c0;
  font-size: 220px;
  line-height: 180px;
  text-decoration: none;
}

.heading-6.v3_v3 {
  color: #00ff95;
}

.div-block-23 {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
}

.div-block-25 {
  position: relative;
  z-index: 30;
  width: 422px;
  height: 600px;
  border-style: solid;
  border-width: 5px;
  border-color: #3000c0;
  background-image: url('../images/H89325430_detail_laidview-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-25:hover {
  background-image: url('../images/H89325430_detail_laidview-copie.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-25.v2_v2 {
  border-color: #00ff95;
  background-image: url('../images/H89325430_detail_rolledview-copie.jpg');
  background-position: 38% 50%;
  background-size: cover;
}

.div-block-25.v2_v2:hover {
  background-image: url('../images/H89325430_detail_rolledview-copie.jpg');
  background-position: 38% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  height: auto;
  margin-bottom: 100px;
}

.div-block-26.watch_description {
  margin-top: 100px;
  margin-bottom: 0px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 163px;
  padding-bottom: 0px;
  padding-left: 70px;
  -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;
}

.div-block-29 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  width: 72px;
  height: 2px;
  background-image: url('../images/Rectangle-2.1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-6 {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.div-block-31 {
  margin-left: 30px;
}

.heading-7 {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #faaa34;
  font-size: 55px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-7.irl_game_text_2_1 {
  margin-top: 0px;
}

.heading-7.newsletter_text_1 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.text-block-7 {
  width: 1200px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-7.text_block_v2 {
  width: 600px;
}

.text-block-7.text_block_v2.large_type {
  font-weight: 700;
  letter-spacing: 2px;
}

.text-block-7.text_block_v2.large_type.watch_description_style_2 {
  text-align: left;
}

.text-block-7.text_block_v2.large_type.dani_description_style_2 {
  text-align: left;
  text-transform: uppercase;
}

.div-block-21-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  opacity: 1;
  font-family: Inconsolata, monospace;
  color: #ff7300;
  font-size: 220px;
  line-height: 180px;
  text-decoration: none;
}

.div-block-32 {
  position: relative;
  left: -110px;
  top: 119px;
  text-decoration: none;
}

.div-block-33 {
  width: 422px;
  height: 600px;
  margin-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-width: 5px;
  border-color: #ff0505;
  background-image: url('../images/Capture_Dani.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33.watch_soldier {
  background-image: url('../images/H70645533-copy.png');
  background-position: 40% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-34 {
  position: relative;
  left: 0px;
  top: 107px;
  z-index: 10;
  text-decoration: none;
}

.div-block-35 {
  margin-bottom: 10px;
}

.div-block-36 {
  margin-bottom: 10px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 240px;
}

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

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-40 {
  width: 422px;
  height: 600px;
  background-image: url('../images/01-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-41 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  width: 72px;
  height: 2px;
  background-image: url('../images/Rectangle-2.1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.div-block-43 {
  margin-left: 40px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-block-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-21-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10 {
  position: relative;
  left: -12px;
  top: 104px;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.08;
  color: #fff;
  font-size: 180px;
  line-height: 180px;
}

.div-block-44 {
  position: relative;
  z-index: 1;
  margin-left: 100px;
}

.div-block-45 {
  margin-left: 100px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0b1d26;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 0px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 75px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 0px;
  -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;
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: yze0o, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
}

.text-block-10 {
  width: 50%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-11 {
  color: #464646;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 16px;
  font-weight: 500;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-21 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.slider-1 {
  position: fixed;
  top: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40%;
  margin-bottom: 0px;
  -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;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #000;
  text-decoration: none;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 20px;
  -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-right: 3px solid #000;
  text-decoration: none;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 20px;
  -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-right: 3px solid #000;
  text-decoration: none;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 20px;
  -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-right: 3px solid #000;
  text-decoration: none;
}

.div-block-58 {
  width: 3px;
  height: 10%;
  background-color: #fff;
  opacity: 0.5;
}

.div-block-59 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-60 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-61 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-62 {
  display: none;
  margin-left: 20px;
  -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;
}

.text-block-22 {
  opacity: 0.2;
  color: #000;
  text-decoration: none;
}

.text-block-23 {
  opacity: 0.2;
  color: #000;
}

.text-block-24 {
  opacity: 0.2;
  color: #000;
}

.text-block-25 {
  opacity: 0.2;
  color: #000;
}

.slider-2 {
  position: fixed;
  top: 200px;
  display: none;
  height: 40%;
  -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;
}

.div-block-64 {
  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;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.text-block-26 {
  opacity: 0.2;
  color: #fff;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.div-block-69 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-70 {
  width: 3px;
  height: 10%;
  background-color: #fff;
  opacity: 0.5;
}

.div-block-71 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-72 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.text-block-27 {
  opacity: 0.2;
  color: #fff;
}

.text-block-28 {
  opacity: 0.5;
  color: #fff;
}

.text-block-29 {
  opacity: 0.2;
  color: #fff;
}

.slider-3 {
  position: fixed;
  top: 200px;
  display: none;
  height: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-75 {
  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;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-30 {
  opacity: 0.2;
  color: #fff;
}

.text-block-31 {
  opacity: 0.2;
  color: #fff;
}

.text-block-32 {
  opacity: 0.5;
  color: #fff;
}

.text-block-33 {
  opacity: 0.2;
  color: #fff;
}

.div-block-81 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-82 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-83 {
  width: 3px;
  height: 10%;
  background-color: #fff;
  opacity: 0.5;
}

.div-block-84 {
  display: none;
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.slider-4 {
  position: fixed;
  top: 200px;
  display: none;
  height: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-86 {
  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;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

.text-block-34 {
  opacity: 0.2;
  color: #fff;
}

.text-block-36 {
  opacity: 0.2;
  color: #fff;
}

.div-block-92 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-93 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-94 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-95 {
  width: 3px;
  height: 10%;
  background-color: #fff;
  opacity: 0.5;
}

.text-block-38 {
  opacity: 0.2;
  color: #fff;
}

.div-block-96 {
  width: 1px;
  height: 10%;
  background-color: #fff;
  opacity: 0.2;
}

.div-block-97 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 40%;
  margin-left: -2px;
  -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;
  opacity: 0.2;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: fixed;
  top: -547px;
  z-index: 20;
  display: block;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 26%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.image-2.hover_bg {
  top: 32%;
}

.image-2.hover_bg.hover_bg_v2 {
  top: 32%;
}

.body {
  background-color: #000;
}

.video {
  margin-top: 133px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 800px;
  opacity: 0.85;
}

.div-block-99 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 900px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(83%, #000));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 83%);
  text-align: center;
}

.div-block-100 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-image: url('../images/AU_FG_Texture-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.div-block-101 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 35px;
  -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: 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;
}

.div-block-101.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 35px;
}

.image-3 {
  opacity: 0.3;
}

.text-block-39 {
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 12px;
}

.icon {
  color: #fff1e1;
}

.slider-5 {
  height: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide {
  background-image: url('../images/FC6-Screenshots-Hamilton-Watch-Display-3-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.lifestyle_images_2 {
  background-image: url('../images/H70645533_lifestyle7_midres-copy.jpg');
}

.slide-2 {
  background-image: url('../images/FC6-Screenshots-Hamilton-Car-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.lifestyle_images_1 {
  background-image: url('../images/H70645533_lifestyle9_midres-copy.jpg');
}

.text-block-40 {
  margin-top: 50px;
  margin-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 30px;
  font-weight: 400;
}

.button {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  width: 250px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 20px 35px;
  border-style: solid;
  border-width: 5px;
  border-color: #faaa34;
  background-color: #000;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  color: #faaa34;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  border-color: #00ffe1;
  color: #00ffe1;
}

.text-block-41 {
  opacity: 0.3;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}

.bold-text {
  color: #fff1e1;
  font-weight: 600;
}

.div-block-102 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-4 {
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-103 {
  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;
}

.slide-3 {
  background-image: url('../images/Dani_f_Hamilton_20210818-copy.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3.lifestyle_images_3 {
  background-image: url('../images/H70645533_lifestyle4_midres-copy.jpg');
}

.div-block-104 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: 0px;
  margin-bottom: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #00ffe1;
  background-color: #000;
  box-shadow: 0 0 40px 0 rgba(0, 255, 225, 0.5);
  text-align: left;
}

.form-block {
  width: 70%;
  margin-bottom: 0px;
  padding: 20px 25px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.field-label {
  font-family: Oswald, sans-serif;
  color: rgba(0, 255, 225, 0.75);
}

.checkbox-label {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 255, 225, 0.75);
  font-weight: 300;
}

.submit-button {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  background-color: rgba(0, 255, 225, 0.75);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #ff0505;
}

.image-5 {
  width: 1350px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 255, 225, 0.75);
  border-radius: 0px;
}

.text-span {
  color: rgba(0, 255, 225, 0.75);
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #5a5a5a;
  background-color: #000;
  color: #747474;
}

@media screen and (max-width: 991px) {
  .heading-3 {
    width: auto;
    font-size: 80px;
    line-height: 100px;
  }

  .div-block-16 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .heading-7 {
    margin-top: 50px;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-7 {
    width: auto;
  }

  .text-block-7.text_block_v2.large_type.watch_description_style_2 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-7.text_block_v2.large_type.dani_description_style_2 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-36 {
    font-size: 12px;
  }

  .div-block-102 {
    width: auto;
  }

  .div-block-104 {
    width: auto;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    width: auto;
    font-size: 70px;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
  }

  .section-3 {
    margin-top: -1375px;
  }

  .div-block-16.text_elements {
    margin-top: 50px;
  }

  .div-block-16.text_elements.find_a_store {
    margin-top: 0px;
  }

  .div-block-26 {
    height: 500px;
    -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;
  }

  .div-block-26.lifestyle_images {
    margin-top: 500px;
  }

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

  .div-block-28 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-7.newsletter_text_1 {
    width: 90%;
    font-size: 28px;
    line-height: 34px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-7.text_block_v2.large_type.dani_description_style_2 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-33 {
    width: 100%;
    height: 300px;
  }

  .div-block-33.watch_soldier {
    height: 450px;
  }

  .image-2.hover_bg {
    top: 15%;
  }

  .image-2.hover_bg.hover_bg_v2 {
    top: 10%;
  }

  .image-3 {
    display: none;
  }

  .slider-5 {
    width: 100%;
    height: 400px;
  }

  .image-4 {
    margin-top: 80px;
  }

  .div-block-104 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    width: 90%;
  }

  .image-5 {
    margin-top: -50px;
  }
}

@font-face {
  font-family: 'yze0o';
  src: url('../fonts/AquireLight-YzE0o.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}