<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page960 .blocks-three-with-button .block-item {
  width: calc(960px / 3);
  height: calc(960px / 3 / 16 * 9);
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.page1024 .blocks-three-with-button .block-item {
  width: calc(1024px / 3);
  height: calc(1024px / 3 / 16 * 9);
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.blocks-three-with-button {
  display: flex;
}
.blocks-three-with-button .block-item {
  flex-grow: 1;
  font-size: 24px;
  position: relative;
  background-size: 100% 100%;
}
.blocks-three-with-button .block-item-row {
  height: 33.3333%;
}
.blocks-three-with-button .desc {
  font-weight: 500;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
}
.blocks-three-with-button .click-button {
  background-color: white;
  border-radius: 0px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  /* font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: 5px 5px 4px rgb(0 0 0 / 30%);
  text-decoration: none;
}

/* this width is for iPhone SE landscape */
@media only screen and (max-device-width: 666px) {
  .blocks-three-with-button {
    flex-direction: column;
  }
  .page960 .blocks-three-with-button .block-item,
  .page1024 .blocks-three-with-button .block-item {
    /* 16:9 size */
    width: 100vw;
    height: 56.25vw;
    margin-left: 0;
    margin-right: 0;
  }
}
</pre></body></html>