<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#win-landing .win-square {
  padding: 10px;
  width: 400px; }

#win-landing h2, #win-landing .h2 {
  margin-bottom: 0;
  line-height: 32px; }

#win-landing .blue-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 100%;
  height: 125px; }

#win-landing .page-title-box {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  height: 30%;
  z-index: 1;
  top: -50%;
  height: 280px;
  padding: 60px;
  /*width: 80%;*/
  /* Post-launch change, 10 Oct 2023 */
  /*margin-left: 10%;*/
  /* Post-launch change, 10 Oct 2023 */
  width: 1320px;
  /* Post-launch change, 10 Oct 2023 */ }

#win-landing .page-title-box-headingM {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  /*line-height: normal;*/
  text-transform: uppercase;
  margin-bottom: 1rem; }

#win-landing .page-title-box-headingS {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  /*line-height: normal;*/
  /* 37.92px */
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 1rem; }

#win-landing .page-title-box-bodyT {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 118.75% */
  letter-spacing: 0.16px; }

#win-landing .white-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 125px; }

#win-landing .Comp-Wrapper {
  position: relative;
  display: block;
  content: " ";
  /*width: 385px;*/
  width: 100%;
  max-width: 400px;
  height: 420px;
  z-index: 1;
  overflow: hidden; }

#win-landing .Comp-Image {
  position: absolute;
  display: block;
  width: 100%;
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#win-landing .Comp-Text-Wrapper {
  position: absolute;
  display: block;
  width: 100%;
  background-color: var(--var-not-black);
  padding: 20px 60px 20px 30px;
  height: 200px;
  bottom: 0; }

#win-landing .Comp-Text-Title {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 37.92px */
  letter-spacing: 4.64px;
  text-transform: uppercase;
  text-decoration: none; }

#win-landing .Comp-Text-Body {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 0px */
  letter-spacing: 2px;
  text-transform: uppercase; }

#win-landing .Comp-Circle {
  z-index: 20;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--var-not-black);
  border-radius: 200px;
  top: 150px;
  right: 0;
  padding-top: 28px;
  /*padding-left: 8px;*/
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#win-landing .Win-Click-Here {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.5px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#win-landing .Win-link-box {
  position: absolute;
  display: block;
  content: " ";
  /*background-color: red;*/
  width: 100%;
  height: 100%;
  z-index: 30; }

#win-landing .Comp-Wrapper:hover .Comp-Image {
  transform: scale(1.07);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#win-landing .Comp-Wrapper:hover .Comp-Circle {
  background-color: white;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#win-landing .Comp-Wrapper:hover .Win-Click-Here {
  color: black;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

@media (max-width: 1399px) {
  #win-landing .page-title-box {
    width: 1140px;
    /* Post-launch change, 10 Oct 2023 */
    height: 330px; }

  #win-landing .blue-strip {
    height: 160px; } }
@media (max-width: 1199px) {
  #win-landing .page-title-box {
    width: 960px;
    /* Post-launch change, 10 Oct 2023 */
    height: 360px; } }
@media (max-width: 992px) {
  #win-landing .page-title-box-headingM {
    font-size: 50px; }

  #win-landing .page-title-box-headingS {
    font-size: 26px; } }
@media (max-width: 991px) {
  #win-landing .page-title-box {
    width: 720px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 768px) {
  #win-landing .page-title-box-headingM {
    font-size: 40px; }

  #win-landing .page-title-box {
    height: 340px;
    padding: 50px; }

  #win-landing .blue-strip {
    height: 170px; } }
@media (max-width: 767px) {
  #win-landing .page-title-box {
    width: 540px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 576px) {
  #win-landing .page-title-box {
    width: 90%;
    /* Post-launch change, 10 Oct 2023 */
    margin-left: 5%;
    /* Post-launch change, 10 Oct 2023 */
    padding: 40px; } }
@media (max-width: 550px) {
  #win-landing .page-title-box {
    height: 360px;
    padding: 40px; }

  #win-landing .white-strip {
    height: 165px; } }
@media (max-width: 500px) {
  #win-landing .page-title-box-headingS {
    font-size: 20px; }

  #win-landing .page-title-box-headingM {
    font-size: 31px; }

  #win-landing .page-title-box {
    height: 330px; }

  #win-landing .blue-strip {
    height: 120px; }

  #win-landing .white-strip {
    height: 145px; } }
@media (max-width: 400px) {
  #win-landing .page-title-box {
    height: 320px;
    padding: 30px; }

  #win-landing .white-strip {
    height: 130px; }

  #win-landing .blue-strip {
    height: 130px; }

  #win-landing .page-title-box-headingS {
    font-size: 20px; }

  #win-landing .page-title-box-headingM {
    font-size: 28px; } }
@media (max-width: 350px) {
  #win-landing .page-title-box {
    height: 320px;
    padding: 30px; }

  #win-landing .white-strip {
    height: 140px; }

  #win-landing .blue-strip {
    height: 140px; }

  #win-landing .page-title-box-headingM {
    font-size: 23px; }

  #win-landing .page-title-box-headingS {
    font-size: 18px; }

  #win-landing .Comp-Text-Title {
    font-size: 25px;
    line-height: 25px;
    /* 37.92px */ }

  #win-landing .Comp-Text-Wrapper {
    padding: 28px 4px 20px 20px; } }
@media (max-width: 300px) {
  #win-landing .page-title-box-headingM {
    font-size: 21px; }

  #win-landing .page-title-box {
    height: 320px; }

  #win-landing .white-strip {
    height: 135px; }

  #win-landing .Comp-Text-Title {
    font-size: 20px; }

  #win-landing .Comp-Text-Wrapper {
    padding: 29px 4px 20px 10px; }

  #win-landing .Comp-Text-Body {
    font-size: 14px; } }
</pre></body></html>