:root {
  --white: white;
  --black: black;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: center;
  align-items: center;
}

.image {
  width: 650px;
  margin-top: 55px;
}

.image-2 {
  width: 150px;
}

.image-2.steam-top {
  width: 250px;
}

.div-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #477d9e00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.text-block {
  color: #fff;
  text-shadow: 3px 0 5px #0c3056;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
}

.div-block-4 {
  margin-top: 30px;
}

.fs-cc-prefs_content {
  background-color: #edb16f;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.fs-cc-prefs_component-3 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_trigger, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #edb16f;
  border: 1px solid #000;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_trigger {
  display: flex;
}

.fs-cc-banner_close-icon {
  -webkit-text-stroke-color: #250c0c;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-color: #141c13;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_text {
  color: #fff;
  font-size: .75rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_text-link {
  color: #0085cc;
  border-bottom: 1px solid red;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_trigger-2 {
  display: none;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #34201b;
  border: 1px solid #000;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label-2 {
  color: #e8dcbf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content-2 {
  background-color: #34201b;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.fs-cc-prefs_button-2 {
  color: #fff;
  background-color: #82321e;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #82321e;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-color: #141c13;
}

.image-9 {
  max-width: 80%;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-size: 14px;
}

.image-8 {
  max-width: 80%;
}

.container-8 {
  display: block;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-image: linear-gradient(#34201b, #34201b);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  max-width: 95%;
}

.wishlist.mobile {
  display: none;
}

.header {
  height: 100vh;
}

.header.mobile {
  display: none;
}

.utility-page-wrap {
  background-image: linear-gradient(#34201bfa, #34201bfa), url('../images/downward-OG.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
}

.text-block-2 {
  color: #fff;
  font-size: 19px;
}

.image-11 {
  width: 50%;
}

.section-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.header-mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner_trigger {
  display: none;
}

.prefs_space-medium {
  margin-bottom: 2.5rem;
}

.prefs_label {
  color: #e7dcbe;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.prefs_text-4 {
  color: #fff;
  font-size: .75rem;
}

.banner_button-4 {
  color: #33201a;
  text-align: center;
  background-color: #e7dcbe;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 0 0 7px;
  width: 50%;
  min-width: 8.75rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-4.button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-width: 2px 0 0;
  border-color: #000 #141c13 #141c13;
  border-radius: 0 0 0 7px;
  font-weight: 400;
}

.banner_text-link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.prefs_content-4 {
  background-color: #33201a;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.banner_component-6 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #33201a;
  border: 1px solid #fff;
  border-radius: 7px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: .5rem;
  display: none;
  position: fixed;
  inset: auto 0% 3% 3%;
}

.prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prefs_space-small {
  margin-bottom: .75rem;
}

.prefs_button-4 {
  color: #33201a;
  background-color: #e7dcbe;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-4.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.prefs_trigger {
  display: none;
}

.prefs_component-5 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.banner_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 62.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefs_submit-hide {
  display: none;
}

.prefs_title-3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.banner_buttons-wrapper-2 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.prefs_close-icon-4 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.banner_text-4 {
  color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .section {
    height: 100%;
  }

  .image {
    margin-top: 110px;
  }

  .div-block-2 {
    margin-bottom: 5rem;
  }

  .fs-cc-banner_component-3 {
    display: none;
  }

  .fs-cc-prefs_label-2 {
    color: #e8dcbf;
  }

  .fs-cc-banner_button-2 {
    color: #1a2227;
    background-color: #e8dcbf;
  }

  .image-8 {
    max-width: 80%;
  }

  .container-8, .wishlist.mobile {
    display: none;
  }

  .header {
    height: 100vh;
  }

  .header.mobile {
    display: none;
  }

  .header-mobile {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .fs-cc-banner_component-2 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .fs-cc-prefs_button.fs-cc-button-alt {
    border-color: #111c0e;
  }

  .fs-cc-banner_close {
    display: block;
  }

  .fs-cc-banner_component-2 {
    display: none;
  }

  .fs-cc-prefs_button-2.fs-cc-button-alt {
    border-color: #111c0e;
  }

  .heading {
    text-shadow: 0 1px 20px #0f3861;
  }

  .prefs_button-4.button-alt {
    border-color: #111c0e;
  }
}

@media screen and (max-width: 991px) {
  .section {
    background-image: none;
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_trigger {
    display: none;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_trigger-2 {
    display: none;
  }

  .image-9 {
    width: 150px;
    max-width: 100%;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-4 {
    background-color: #3898ec00;
    font-size: 17px;
  }

  .container-8 {
    padding-bottom: 1rem;
  }

  .container-6 {
    max-width: 728px;
  }

  .container-9 {
    padding-bottom: 1rem;
  }

  .view {
    display: none;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .wishlist.mobile {
    display: flex;
  }

  .wishlist.desktop {
    display: none;
  }

  .header.desktop {
    display: block;
  }

  .header.mobile {
    display: none;
  }

  .image-11 {
    width: 80%;
  }

  .embed-tablette {
    display: flex;
  }

  .embed-phone-verti-hori {
    display: none;
  }

  .section-copy {
    background-image: none;
    display: none;
  }

  .header-mobile {
    background-image: none;
    display: flex;
  }

  .banner_trigger {
    display: none;
  }

  .banner_component-6 {
    width: 50%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_buttons-wrapper-2 {
    margin-top: 1rem;
  }

  .banner_text-4 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header.desktop {
    display: none;
  }

  .header.mobile {
    display: block;
  }

  .embed-tablette {
    display: none;
  }

  .embed-phone-verti-hori {
    display: flex;
  }

  .banner_component-6 {
    width: 70%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefs_title-3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 22%;
    background-size: cover;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component-3 {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_component-2 {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component-4, .fs-cc-prefs_content-2 {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .button-4 {
    text-align: center;
    font-size: 13px;
  }

  .container-6 {
    max-width: none;
  }

  .header.mobile {
    display: block;
  }

  .utility-page-wrap {
    background-image: linear-gradient(#34201bf5, #34201bf5), url('../images/downward-OG.webp');
    background-position: 0 0, -136px;
  }

  .utility-page-content {
    width: 90%;
  }

  .image-11 {
    width: 100%;
  }

  .section-copy, .header-mobile {
    background-position: 22%;
    background-size: cover;
  }

  .banner_button-4 {
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .prefs_content-4 {
    padding: 1.5rem;
  }

  .banner_component-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }

  .prefs_button-4 {
    margin-bottom: .5rem;
  }

  .prefs_component-5 {
    padding: 1.5rem;
  }

  .banner_buttons-wrapper-2 {
    text-align: center;
  }
}


