body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #202020;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 75px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
}

a {
  color: #202020;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: square;
}

li {
  margin-bottom: 15px;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 7px 7px 0 0 #202020;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  box-shadow: 14px 14px 0 0 #241e0d;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.button-special {
  background-color: #202020;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
}

.button.button-special:hover {
  background-color: #fff;
  color: #202020;
}

.section {
  position: relative;
  padding: 0px 100px;
}

.footer-text {
  font-size: 14px;
}

.right-navigation {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content {
  margin-right: 150px;
}

.body-yellow {
  border-style: solid;
  border-width: 50px;
  border-color: #202020;
  background-color: #ffc737;
}

.image {
  margin-bottom: 25px;
  border-radius: 6px;
}

.big {
  display: block;
  margin-left: -15px;
  font-size: 240px;
  line-height: 180px;
  letter-spacing: -15px;
}

.h1 {
  letter-spacing: -2px;
}

.top-barcode {
  width: 500px;
  margin-bottom: 50px;
}

.barcode-image {
  margin-top: -1px;
}

.badge {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #20ac80;
  box-shadow: 4px 4px 0 0 rgba(32, 32, 32, 0.1);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  color: #fff;
}

.badge-text {
  margin-top: 8px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.flexbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

.column.column-40 {
  width: 40%;
}

.column.column-60 {
  position: relative;
  width: 60%;
}

.column.column-100 {
  width: 100%;
}

.column.column-33 {
  width: 33%;
}

.column.column-50 {
  position: relative;
  width: 50%;
}

.badge-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 125px;
  height: 125px;
  margin-top: -50px;
  margin-right: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.buttons-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttons-main-wrapper.buttons-wrapper-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.container.footer-container {
  margin-bottom: 50px;
}

.divider {
  height: 10px;
  margin-bottom: 15px;
  background-color: #202020;
}

.stamp-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 150px;
  height: 150px;
  margin-top: -90px;
  margin-right: -50px;
}

.stamp {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/stamp.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.stamp-text {
  margin-top: -3px;
  margin-right: auto;
  margin-left: auto;
  color: #e64c40;
  font-size: 35px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.sticker-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 200px;
  height: 70px;
  margin-top: -50px;
  margin-right: -30px;
}

.sticker {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  background-color: #e64c40;
  box-shadow: 4px 4px 0 0 rgba(36, 30, 13, 0.1);
  color: #fff;
}

.sticker-text {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.star-badge-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 200px;
  height: 200px;
  margin-top: -80px;
  margin-right: -40px;
}

.star-badge {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/star.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  color: #fff;
}

.star-badge-text {
  width: 90px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.body-gray {
  border-style: solid;
  border-width: 50px;
  border-color: #202020;
  background-color: #dadada;
}

.body-red {
  border-style: solid;
  border-width: 50px;
  border-color: #202020;
  background-color: #ff9679;
}

.body-green {
  border-style: solid;
  border-width: 50px;
  border-color: #202020;
  background-color: #a5e78a;
}

.home-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 5px solid #000;
  background-color: #fff;
  box-shadow: 7px 7px 0 0 #202020;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.home-link-block:hover {
  box-shadow: 14px 14px 0 0 #202020;
}

.home-link-header {
  margin-bottom: 10px;
}

.home-link-block-image {
  width: 60%;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.home-link-block-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.temp-red-dot {
  border-radius: 50%;
  background-color: #e64c40;
}

.nav-link {
  display: block;
  padding: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}

.nav-link.w--current {
  color: #ff9679;
}

.nav-link-yellow {
  display: block;
  padding: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-yellow:hover {
  color: #ffc737;
}

.nav-link-yellow.w--current {
  color: #ffc737;
}

.nav-link-red {
  display: block;
  padding: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-red:hover {
  color: #ff9679;
}

.nav-link-red.w--current {
  color: #ff9679;
}

.nav-link-green {
  display: block;
  padding: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-green:hover {
  color: #a5e78a;
}

.nav-link-green.w--current {
  color: #a5e78a;
}

.buttons-column-wrapper {
  margin-bottom: 15px;
  text-align: center;
}

.button-subtext {
  padding-top: 3px;
  font-size: 16px;
  line-height: 20px;
}

.button-subtext.link {
  text-decoration: underline;
}

.link-inline {
  text-decoration: underline;
}

.header-link {
  text-decoration: none;
}

.nav-toggle {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
    border-top-width: 0px;
  }

  .hamburger-button {
    height: 50px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #202020;
  }

  .right-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 50px;
    float: none;
  }

  .nav-menu {
    position: absolute;
    bottom: 1px;
    display: none;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #202020;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }

  .content {
    margin-right: 0px;
  }

  .body-yellow {
    border-top-style: none;
  }

  .icon {
    height: 20px;
  }

  .flexbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexbox-wrapper.column-order-flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column.column-40 {
    width: 100%;
  }

  .column.column-60 {
    width: 100%;
  }

  .column.column-100 {
    width: 100%;
  }

  .column.column-33 {
    width: 100%;
  }

  .column.column-50 {
    width: 100%;
  }

  .stamp-wrapper {
    margin-top: -80px;
    margin-right: -60px;
  }

  .body-gray {
    border-top-style: none;
  }

  .body-red {
    border-top-style: none;
  }

  .body-green {
    border-top-style: none;
  }

  .nav-link {
    padding-left: 50px;
    text-align: left;
  }

  .nav-link-yellow {
    padding-left: 50px;
    text-align: left;
  }

  .nav-link-red {
    padding-left: 50px;
    text-align: left;
  }

  .nav-link-green {
    padding-left: 50px;
    text-align: left;
  }

  .nav-toggle {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .body-yellow {
    border-style: solid;
    border-width: 0px;
  }

  .big {
    margin-left: -12px;
    font-size: 210px;
    line-height: 170px;
  }

  .h1 {
    font-size: 42px;
    line-height: 35px;
  }

  .top-barcode {
    width: 431px;
    margin-bottom: 30px;
  }

  .badge-wrapper {
    margin-top: -80px;
    margin-right: 0px;
  }

  .stamp-wrapper {
    margin-top: -90px;
    margin-right: 0px;
  }

  .sticker-wrapper {
    margin-top: -80px;
    margin-right: 0px;
  }

  .star-badge-wrapper {
    margin-top: -80px;
    margin-right: 0px;
  }

  .body-gray {
    border-style: solid;
    border-width: 0px;
  }

  .body-red {
    border-style: solid;
    border-width: 0px;
  }

  .body-green {
    border-style: solid;
    border-width: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
  }

  .big {
    margin-bottom: -18px;
    margin-left: -9px;
    font-size: 136px;
    line-height: 160px;
    letter-spacing: -10px;
  }

  .h1 {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 10px;
    letter-spacing: -0.5px;
  }

  .top-barcode {
    width: 275px;
    margin-bottom: 0px;
  }

  .barcode-image {
    margin-top: -4px;
  }

  .badge {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }

  .badge-text {
    font-size: 18px;
    line-height: 20px;
  }

  .badge-wrapper {
    width: 90px;
    height: 90px;
    margin-top: -40px;
    margin-right: 0px;
  }

  .buttons-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stamp-wrapper {
    width: 90px;
    height: 90px;
    margin-top: -50px;
    margin-right: 0px;
  }

  .stamp {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }

  .stamp-text {
    font-size: 18px;
    line-height: 20px;
  }

  .sticker-wrapper {
    width: 90px;
    height: 90px;
    margin-top: -40px;
    margin-right: 0px;
  }

  .sticker {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }

  .sticker-text {
    font-size: 18px;
    line-height: 20px;
  }

  .star-badge-wrapper {
    width: 90px;
    height: 90px;
    margin-top: -40px;
    margin-right: 0px;
  }

  .star-badge {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }

  .star-badge-text {
    font-size: 18px;
    line-height: 20px;
  }

  .home-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-link-block-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .nav-link {
    padding: 30px;
    font-size: 40px;
  }

  .nav-link-yellow {
    padding: 30px;
    font-size: 40px;
  }

  .nav-link-red {
    padding: 30px;
    font-size: 40px;
  }

  .nav-link-green {
    padding: 30px;
    font-size: 40px;
  }
}

