.at-home {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 40%;
  background: #009345;
  box-shadow: 4px 5px 0px #4db47d;
  border-radius: 6px;
  width: 202px;
  padding: 15px 0px;
  text-align: center;
  font-family: Open Sans, Arial, sans-serif;
}
.at-home h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: initial !important;
  padding-top: 10px;
}
.at-home hr {
  width: 110px !important;
  margin: 0 auto;
}
.at-home p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 10px 15px;
}
.at-home .ribbon-at-home {
  background: linear-gradient(0deg, #4db47d, #4db47d);
  margin-top: 26px;
}
.at-home .ribbon-at-home h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: -10px;
}
.at-home .ribbon-at-home p {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding-bottom: 15px;
}
.at-home .btn-at-home {
  margin-top: 30px;
  margin-bottom: 20px;
  background: #009345;
}
.at-home .btn-at-home a {
  background: #fa7f28;
  border: 1.5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 177.04%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 5px 30px 8px 30px;
  text-decoration: none;
}
#cookie-notice {
  z-index: 2 !important;
}
