.lang-continue-bar {
 background-color: #981a00;
 width: 100%;
 padding-top: 15px;
 padding-bottom: 15px;
 position: relative;
}
.lang-continue-bar .lang-bar-close {
 position: absolute;
 width: 30px;
 height: 30px;
 right: 10px;
 top: 10px;
 cursor: pointer;
}
.lang-continue-bar .lang-bar-close:after,
.lang-continue-bar .lang-bar-close:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 2px;
 background-color: #fff;
 top: 50%;
 left: 0;
}
.lang-continue-bar .lang-bar-close:before {
 transform: rotate(45deg);
}
.lang-continue-bar .lang-bar-close:after {
 transform: rotate(-45deg);
}
.lang-continue-inner {
 padding-left: 40px;
 padding-right: 40px;
 margin: 0 auto;
 width: 100%;
 text-align: center;
 position: relative;
}
.lang-continue-inner p {
 font-weight: 500;
 font-size: 16px;
 color: #fff;
 margin: 0;
}
@media screen and (min-width: 1025px) {
 .lang-continue-bar .lang-bar-close {
  top: 50%;
  transform: translateY(-50%);
 }
 .lang-continue-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  padding-right: 70px;
 }
 .lang-continue-inner p {
  font-size: 18px;
 }
}
.lang-continue-cta {
 margin-top: 10px;
 text-decoration: none;
 text-align: center;
 font-style: normal;
 font-weight: 500;
 border: 1px solid #fff;
 transition: 0.3s;
 display: inline-block;
 font-size: 16px;
 line-height: 22px;
 padding: 9px 28px 12px;
 border-radius: 22.5px;
 min-width: 150px;
 background-color: #fff;
 color: #000021;
}
@media screen and (min-width: 1025px) {
 .lang-continue-cta {
  margin-top: 0;
  margin-inline: 20px 0;
 }
}
@media screen and (min-width: 1440px) {
 .lang-continue-cta {
  font-size: 18px;
  line-height: 1.5;
  padding: 9px 44px 12px;
  border-radius: 100px;
 }
}
.lang-continue-cta:hover {
 background-color: transparent;
 color: #fff;
}
