.countdown-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.code-for-it {
  width: 100%;
}

.calc-footer {
  color: #cacaca;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.calc-title {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
}

.calculator-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 100svh;
  max-height: 100vh;
  padding: 2rem 1rem 1rem;
  display: flex;
  position: relative;
}

.backer {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}

.site-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.ad-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ad-image.mobile {
  display: none;
}

.site-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ad-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.ad-div.right {
  justify-content: flex-end;
  align-items: center;
  max-height: 100vh;
  display: none;
}

.ad-div.left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: none;
}

.ad-link-block {
  width: 100%;
  max-width: 200px;
  height: 100%;
}

.back-link-block {
  color: #3f3f3f;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2rem auto auto 1rem;
}

.footer-inside-link {
  color: #8d8d8d;
  text-decoration: none;
}

.footer-inside-link:hover {
  text-decoration: underline;
}

.footer-div {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.site-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .countdown-embed {
    max-width: 100%;
  }

  .code-for-it {
    max-width: none;
  }

  .calculator-content {
    max-height: none;
    padding-bottom: 2rem;
  }

  .ad-image {
    height: 120px;
  }

  .ad-image.desktop {
    display: none;
  }

  .ad-image.mobile {
    height: auto;
    max-height: 120px;
    display: inline-flex;
  }

  .site-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .ad-div {
    position: relative;
  }

  .ad-div.right {
    margin-top: -2rem;
  }

  .ad-link-block {
    max-width: none;
    max-height: 20vh;
  }

  .footer-inside-link.try {
    color: #666;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: auto;
    max-width: none;
    display: flex;
  }

  .site-section {
    min-height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .calc-title {
    font-size: 20px;
    line-height: 20px;
  }

  .backer {
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .calc-footer {
    margin-top: 0;
  }
}

#w-node-ef8c0448-1c35-c419-58d4-5900b6462853-4e7928ec {
  justify-self: start;
}

#w-node-ef8c0448-1c35-c419-58d4-5900b646285a-4e7928ec {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ef8c0448-1c35-c419-58d4-5900b646284d-4e7928ec {
    grid-area: 1 / 1 / 2 / 2;
  }
}


