.logged_out {
  top: unset;
  bottom: 117px;
  right: 230px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .logged_out {
    right: 0px;
    bottom: 23px;
  }
}
.logged_out .modal-dialog {
  max-width: 585px;
}
@media screen and (max-width: 767px) {
  .logged_out .modal-dialog {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
.logged_out .modal-header {
  border-bottom: none;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .logged_out .modal-header {
    margin-bottom: 30px;
  }
}
.logged_out .modal-title {
  color: #243508;
  font-size: 27px;
  line-height: 35px;
  font-family: "roobert_medium";
}
.logged_out .modal-content {
  background-color: #bff355;
  padding: 40px;
  border: none;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .logged_out .modal-content {
    padding: 30px 15px;
  }
}
.logged_out .modal-footer {
  border-top: none;
  justify-content: start;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}
.logged_out .modal-footer .cta-fill-arrow {
  margin-left: 0;
}
.logged_out .modal-footer .cta-fill-arrow a {
  min-width: unset !important;
}
.logged_out .modal-footer .cta-fill-arrow a::after {
  content: none;
}
.logged_out .modal-footer .cta-fill-arrow a:hover span:not([scfieldtype]) {
  background-image: none;
  background-position-x: unset;
  background-color: #bed600;
  color: #000;
}
.logged_out .modal-footer .cta-fill-arrow span {
  height: auto;
  padding: 15px 20px;
  border: none;
  border-radius: 0px;
  color: #000;
  line-height: 1;
  font-size: 20px;
  font-family: "roobert_regular";
  background-color: #bed600 !important;
  background-image: unset !important;
  line-height: 25px;
}

.blurred::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
  transition: backdrop-filter 0.3s, background 0.3s;
}