@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.octopus {
  display: block;
  padding: 32px 35px; }
  .octopus.-fade-in {
    animation: fade-in 0.5s forwards; }
  .octopus.-fade-out {
    animation: fade-out 0.5s forwards; }
  @media (min-width: 768px) {
    .octopus {
      padding: 50px; } }

.octopus-inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  width: 100%; }
  @media (min-width: 768px) {
    .octopus-inner {
      flex-direction: row;
      justify-content: space-between; } }

.octopus-tile {
  display: block;
  flex: 0 0 100%; }
  .octopus-tile:first-of-type {
    margin-bottom: 48px; }
  @media (min-width: 768px) {
    .octopus-tile {
      flex: 0 0 calc(50% - 24px); }
      .octopus-tile:first-of-type {
        margin-bottom: 0; } }

.octopus-title {
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  color: #232444;
  font-size: 57px;
  letter-spacing: -0.93px;
  line-height: 0.83;
  position: relative;
  text-transform: uppercase;
  padding-left: 22px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .octopus-title {
      padding-left: 35px; } }
  @media (min-width: 1024px) {
    .octopus-title {
      font-size: 72px;
      font-weight: 900;
      letter-spacing: -0.38px; } }
  .octopus-title::before {
    position: absolute;
    content: '';
    background-color: #B61B28;
    bottom: 5px;
    left: 0;
    height: calc(100% - 12px);
    width: 5px; }
    @media (min-width: 768px) {
      .octopus-title::before {
        width: 7px; } }
  .octopus-title + .thermometer {
    margin-top: 24px;
    width: calc(100% - 22px);
    margin-left: 22px; }
    @media (min-width: 768px) {
      .octopus-title + .thermometer {
        width: calc(100% - 35px);
        margin-left: 35px; } }
    .octopus-title + .thermometer .thermometer-measurement {
      transition: width 0.5s; }

.octopus-copy {
  color: #171717;
  padding-left: 22px;
  position: relative;
  text-align: left;
  width: auto;
  line-height: 1.35; }
  @media (min-width: 768px) {
    .octopus-copy {
      padding-left: 35px; } }
  .octopus-copy p + p {
    margin-top: 24px; }

.octopus-form select {
  margin-bottom: 15px; }

.octopus-encourage {
  margin-bottom: 10px;
  border-bottom: 2px solid #B7E4CF;
  font-size: 13px;
  color: #232444; }

.octopus-check {
  color: #B7E4CF; }

.octopus-validate {
  margin-top: 2px;
  font-size: 13px;
  color: #232444; }


/*# sourceMappingURL=/_public/build/107.e73f4680028be4df3ac6.css.map*/
/*# sourceMappingURL=107.e73f4680028be4df3ac6.css.map*/