@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* 
body {
  overflow-x: hidden;
  margin-top: 0;
  padding: 90px;
}
body a, p, h1, h2, h3, h4, h5, h6, span{
   font-family: "Hanken Grotesk", sans-serif !important;
} */
html .row{
  margin-left: 0;
  margin-right: 0;

 }
a {
  cursor: pointer;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-steps {
  margin-left: 5px !important;
  float: left;
  font-size: 90px;
  text-align: center;
  font-weight: 700;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.no-border-top {
  border-top: none !important;
}
@media only screen and (max-width: 767px) {
  .p-l-15-mobile {
    padding-left: 15px !important;
  }
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-image: none;
  border-radius: 0;
  border: none;
  background: #fff;
}
.navbar-brand {
  padding: 2px 10px;
}
.navbar-brand img {
  width: 150%;
  max-width: 150px;
}
.navbar-nav {
  float: left;
}
.navbar-nav > li {
  text-align: center;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  text-shadow: none;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  text-shadow: 0 2px 2px #777;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    display: block;
    width: auto;
    float: none;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-default .navbar-toggle {
    border-color: #000;
    background: 0 0;
    color: #000;
    float: right;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: 0 0;
    color: #fff;
    border-color: #fff;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
    float: left;
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.content-box {
  background: #fff;
  margin-top: 10px;
}
.bn {
  width: 100%;
}
.content h1 {
    font-family: "Roboto", sans-serif;
  margin: 0 0 16px;
  color: #222;
  font-size: 38px;
  line-height: 41px;
  font-weight: 700;
}
.content .img-responsive {
  margin: 0 auto 5px;
}
.content p {
    font-family: "Roboto", sans-serif;
  /* margin: 0 0 16px; */
  margin: 0;
  line-height: 1.6;
  /* font-size: 16px; */
  /* color: #222; */
  font-weight: 400;
  font-size: 20px;
}
.content p.small-text {
  font-size: 15px;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 23px;
}
.content p.pink-text {
  color: #0198bd;
}
.content p.update {
  border: 1px dotted #000;
  background: #effff7;
  padding: 4px 9px;
}
.content p.update .red-text {
  color: red;
}
.content h5 {
    font-family: "Roboto", sans-serif;
  color: #222;
  margin: 8px 0 20px;
  font-size: 20px;
  line-height: 28px;
}
.content h5.pink-border-bottom {
  color: #666;
  border-bottom: 2px solid #0198bd;
  margin-bottom: 15px;
}
.content a {
  /* color: #0067a3; */
  font-weight: 700;
}
.content a:hover,
.content a:focus {
  /* color: #dd2a30; */
}
.content h3 {
    font-family: "Roboto", sans-serif;
  /* color: #222; */
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.64px;
  /*text-transform: uppercase;*/
}
.content .top-bottom-border {
  width: 100%;
  height: 13px;
  background: 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}
.grey-box {
  padding-top: 15px;
  background: #ccc;
  margin: 0 0 20px;
}
.content .grey-box h4 {
  margin-top: 5px;
}
.grey-box .box-inner {
  margin-bottom: 20px;
}
.content .revival-box {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.content .revival-box2 {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 10px;
  margin-bottom: 15px;
}
.content .revival-box .button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content .grey-box .img-responsive {
    margin-bottom: 15px;
  }
  .content .revival-text {
    text-align: center;
  }
  .content .revival-box .rev {
    margin-bottom: 15px;
  }
  .content .revival-box .button {
    margin: 0 auto 20px;
  }
  .content h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .content h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
/*@media only screen and (max-width: 420px) {*/
/*  .comments {*/
/*    font-size: 30px;*/
/*    width: 100%;*/
/*  }*/
/*}*/
.recent {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.recent p,
.recent a {
    font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  color: #3b5998;
}
.recent p {
  font-weight: 700;
}
.media {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e2e2e2;
}
.media.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.media-left img {
  margin-top: 6px;
}
.media-body h4 a {
    font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #3b5998;
  margin: 0 0 5px;
  line-height: 14px;
  font-weight: 700;
}
.media-body h4 a:hover,
.media-body h4 a:focus {
  color: #3b5998;
}
.media-body p {
  font-family: Tahoma;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 15px;
  margin: 0 0 5px;
}
.media-body p.bottom {
  color: #3b5998;
}
.media-body p.bottom .like {
  margin-left: 8px;
}
.media-body p.bottom .time {
  color: gray;
  border-bottom: 1px dotted gray;
}
.comments p.small {
    font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: #3b5998;
  margin: 10px 0;
}
.footer {
  width: 100%;
  height: 100px;
  background: #000;
  text-align: center;
  padding-top: 30px;
}
.footer a {
  color: DimGray;
}
.timer {
  /* position: fixed;
  width: 100%;
  background: #333;
  bottom: 0;
  padding: 8px 0; */
}
.timer p {
  font-family: Opensans-Regular;
  margin: 0;
  color: #fff;
}
.timer p #countdown {
  font-weight: 700;
}
.timer .btn {
  font-family: Opensans-Regular;
  margin-top: 3px;
}
#advertisement {
  text-align: center;
  color: DarkGrey;
  font-size: 10px;
  font-family: Arial;
}
.col-md-4 {
  padding-top: 30px;
}
img.checkmark {
  border: 0;
  display: block;
  float: left;
  height: 29px;
  margin: 10px 0 0 12px;
  width: 30px;
}
div.steps {
  float: left;
  font-size: 22px;
  font-weight: 700;
  padding: 22px 0 0;
}
a.offer:link,
a.offer:visited {
  color: #00e;
  text-decoration: underline;
}
a.offer:active,
a.offer:hover {
  text-decoration: none;
}
div.warning {
  color: #434343;
  font-family: OpenSans-Bold;
  padding: 22px 12px 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .col-md-4 {
    display: none;
  }
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
.recent {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.recent p,
.recent a {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  color: #3b5998;
}
.recent p {
  font-weight: 700;
}
.media {
  margin: 0;
  padding: 8px;
  border-top: 1px solid #e2e2e2;
}
.media.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.media-left img {
  margin-top: 6px;
}
.media-body h4 a {
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  color: #3b5998;
  margin: 0 0 5px;
  line-height: 14px;
  font-weight: 700;
}
.media-body h4 a:hover,
.media-body h4 a:focus {
  color: #3b5998;
}
.media-body p {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 15px;
  margin: 0 0 5px;
}
.media-body p.bottom {
  color: #3b5998;
}
.media-body p.bottom .like {
  margin-left: 3px;
  padding-left: 20px;
}
.media-body p.bottom .time {
  color: gray;
  border-bottom: 1px dotted gray;
}
.comments p.small {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #3b5998;
  margin: 10px 0;
}
.news-content .comments-cover img {
  padding: inherit;
  max-width: initial;
  float: left;
  margin-right: 14px;
}
.news-content .comments-cover p,
.news-content .comments-cover h4 {
  padding: inherit;
  margin: inherit;
}
.comments-cover {
  overflow: hidden;
  margin: 30px 0;
}
img.hero-deposit-img {
  padding: 0;
  display: inline-block;
  width: 65.4%;
  margin: 0;
  float: left;
}
.hero-deposit-svg {
  enable-background: new 0 0 267 519;
  padding: 0;
  display: inline-block;
  width: 33.9%;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  img.hero-deposit-img,
  .hero-deposit-svg {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .side_testimonials {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    display: none;
  }
}
.cta_btn {
  background-color: #f18b06;
  border-radius: 10px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 80%;
  display: block;
  padding: 15px 20px;
  margin: 20px auto 40px;
  font-weight: 700;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.cta_btn:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-5px);
}
.cta_btn:focus {
  color: #fff;
}
@media (max-width: 499px) {
  .cta_btn {
    font-size: 20px;
    width: 100%;
  }
}
.modal-images {
  position: relative;
}
.popup-close-btn {
  z-index: 100;
}
.cta_popup_btn_wrap {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_popup_btn {
  display: block;
  background-color: #ea8101;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ea8101;
  padding: 10px 20px;
  border-radius: 5px;
  transform-origin: bottom right;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin: 0 auto;
  transform-origin: center;
  line-height: 15px;
  white-space: nowrap;
}
@keyframes cta_btn_popup {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.cta_popup_btn {
  animation: cta_btn_popup 1s infinite;
}
.bitcoin_profit_product_style {
  background-color: #e16f26;
}
.bitcoin_code_product_style {
  background-color: #d65b07;
}
.bitcoin_prime_product_style {
  background-color: #ff9f18;
}
.bitcoin_champion_product_style {
  background-color: #fee251;
  color: #402794;
}
.bitcoin_revolution_product_style {
  background-color: #ddd035;
  border: 1px solid #bd9b01;
  color: #59218b;
}
.bitcoin_evolution_product_style {
  background-color: #8a01b3;
  border: 1px solid #8b00a9;
}
.bitcoin_loophole_product_style {
  background-color: #fddd00;
  border: 1px solid #ffc533;
  color: #000;
}
.formule_francaise_product_style {
  background-color: #ffc200;
  border: 1px solid #ffc200;
  color: #e20b0e;
}
.main_footer_wrap {
  background-color: #dd2a30;
}
.main_footer {
  display: flex;
  align-items: center;
  background-color: #dd2a30;
  padding: 20px 45px;
  justify-content: center;
}
.footer_copyright {
  color: #fff;
  display: block;
}
.footer_logo svg {
  width: 93px;
  fill: #fff;
}
@media (max-width: 991px) {
  .content h1 {
    font-size: 30px !important;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .main_footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 70px;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_copyright {
    margin-right: unset;
    text-align: center;
  }
}
.comments .row.border-top {
  width: 66.6%;
}
@media (max-width: 768px) {
  .comments .row.border-top {
    width: 100%;
  }
}
.header__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__logo > img {
  width: 150px;
}
.fas .fa-user {
  font-size: 1.5rem;
}
.adv__row {
  max-width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.144);
  padding: 14px;
  margin-top: 168px;
}
.hadv__row_text {
  background-color: #a9127c;
  border-radius: 2px;
  margin: 0;
  padding: 5px 5px 4px;
  align-self: flex-start;
  font-size: 11px;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  overflow-wrap: break-word;
}
.hyperion-css-1yavcuw {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: #e8e8e8;
  border-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.navbar_card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hyperion-css-b6k69b {
  text-decoration: none;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 8px 0;
}
.hyperion-css-j9o55 {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  width: 100%;
}
.hyperion-css-130x3kd {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hyperion-css-3p197n {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0%;
}
.hyperion-css-m3gbyz {
  margin-bottom: 2px !important;
  color: #909090 !important;
  font-size: 14px !important;
}
.hyperion-css-43tyjz {
  color: #dd2a30;
  font-weight: 700 !important;
  font-size: 14px;
}
.clock_icon {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.hyperion-css-tn510y {
  margin: 0 !important;
  text-transform: none;
  font-size: 15px !important;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
  color: #222;
  text-transform: none !important;
}
.hyperion-css-1ios4er {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  margin: 0 0 0 8px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hyperion-css-1wv6pji {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  position: relative;
}
.hyperion-css-16sz48o {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hyperion-css-qsy26c {
  position: relative;
}
.navbar_img {
  width: 100px;
}
.hyperion-css-qsy26c .image-asset {
  position: absolute;
  min-width: 100%;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adv__header {
  background-color: #dd2a30;
  color: #fff;
  font-size: 1.2rem;
  width: 150px;
  text-align: center;
  font-weight: 700;
}
.adv__block {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.084);
  border-left: 1px solid rgba(0, 0, 0, 0.084);
  margin-top: 1rem;
}
.adv__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #dd2a30;
  border-radius: 50%;
  margin-right: 1rem;
}
.adv__block-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 1.5rem;
}
.adv__block-info {
  padding-left: 1.5rem;
}
.main__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 16px;
}
.main__author_text {
  color: rgba(0, 102, 178, 1);
  font-size: 16px;
  font-weight: 700;
}
.author__date {
  color: #dd2a30;
  font-weight: 700;
}
.main__title {
}
.content  .main__title-desc{
color: rgba(0, 0, 0, 1);
font-size: 20px;
font-weight: 400;
    line-height: 180%;
text-transform: none;
}
.author_container {
}
.follow_container {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  height: 32px;
  margin-top: 7px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow_left_container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}
.follow_right_container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 10px;
}
.follow_btn_container {
  display: flex;
  align-items: center;
}
.follow_icon_1 {
  margin-right: 4px;
  width: 18px;
  height: 16px;
}
.follow_icon_2 {
  margin-right: 4px;
  width: 19px;
  height: 15px;
}
.follow_icon_3 {
  margin-right: 4px;
  width: 17px;
  height: 13px;
}
.follow_icon_4 {
  margin-right: 4px;
  width: 18px;
  height: 15px;
}
.author_data {
  padding: 0px 0 0px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.author_publ_date {
  padding-top: 4px;
  background-color: #f7f7f7;
  height: 26px;
  color: #585858;
}
.author_publ_date span {
  font-size: 12px;
  color: #585858;
}
.author_data .author {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.author_name {
  font-size: 18px !important;
      margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.author_text p:last-child{
    font-size: 14px;
        margin: 0;
    color:#444444;
}
.author_img {
  height: 100%;
  max-width: 80px;
}
.arrow_right_icon {
  width: 15px;
  height: 15px;
  margin-right: 16px;
}
.info {
  font-family: "Hanken Grotesk", sans-serif ;
  line-height: 1.3;
  font-size: 16px;
}
.info__text {
  margin-bottom: 2rem;
}
.info__text span {
  font-weight: 700;
}
.info__img {
  margin: auto;
  display: block;
  margin-bottom: 16px;
}
.info__img_with-label {
  margin-bottom: 0;
}
.info__title {
  margin: 16px 0 !important;
}
.label-main {
  text-align: center !important;
  display: block;
  font-weight: 400;
  font-family: Arial, Helvetica, Verdana, Geneva sans-serif;
  line-height: 16px;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 2rem;
  padding-top: 5px;
  color: #585858;
}
.info__important {
  border-left: 3px solid #dd2a30;
  padding-left: 10px;
  font-style: italic;
  margin-bottom: 2rem;
}
.info__important span {
  font-weight: 700;
}
.steps {
}
.steps__title {
  margin: 16px 0 6px !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-size: 25px !important;
  line-height: 28px !important;
}
.steps__text {
  border-left: 3px solid #dd2a30;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
}
.steps__text p {
  font-family: Arial, Helvetica, sans-serif;
}
.steps__img {
  margin: 16px 0;
  display: block;
  width: 100%;
}
.steps__img_with-logo {
  margin: 16px 0 0;
}
.benefits {
  font-family: var(--sans);
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 80%;
  margin: 1rem auto;
}
.benefits__title {
}
.benefits__list {
}
.benefits__item {
  display: flex;
  flex-direction: column;
}
.benefits__item span {
  font-weight: 700;
  color: #188fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reg {
  font-family: Arial, Helvetica, Verdana, Geneva sans-serif;
  margin: 0 0 16px;
  line-height: 1.3;
  font-size: 16px;
}
.reg__list {
  margin: 0 auto;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reg__title {
  max-width: 100%;
  margin: 16px 0 !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-size: 25px !important;
  line-height: 28px !important;
}
.button-link {
  display: block;
  margin: 1.8rem auto;
  padding: 15px 0;
  text-align: center;
  background-color: #dd2a30;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  animation: blink 4s linear infinite;
}
@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px red;
  }
  25%,
  75% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 10px red;
  }
}
.button-link:hover {
  transform: translateY(5px);
  color: #fff;
  background-color: #0067a3;
}
@media (max-width: 992px) {
  .adv__row {
    display: none;
  }
}








        .news-block {
         
            padding: 12px;
            width: 100%;
            border-radius: 4px;
background: rgba(247, 247, 247, 1);
margin-top: 16px;
        }

        .news-label {
            display: inline-block;
            background: rgba(221, 42, 48, 1);
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 2px;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .news-content {
            display: flex;
            align-items: flex-start;
            gap: 8px;
        }

        .news-dot {
            width: 8px;
            height: 8px;
            background-color: #e53e3e;
            border-radius: 50%;
            margin-top: 8px;
            flex-shrink: 0;
        }

        .news-text {
            font-size: 14px;
            line-height: 1.5;
            color: #333333;
        }
   


.content .fsize-22{
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}
.content .p-fsize-18{
    font-size: 20px;
}
.content .text-red{
    color: rgba(201, 2, 25, 1);
    font-weight: 600;
}
.content .text-blue{
    color: rgba(0, 102, 178, 1);
     font-weight: 600;
}
.content  .info__text-with-border{
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-style: italic;
    font-weight: 400;
    border-left: 2px solid rgba(0, 102, 178, 1);
    padding-left: 12px;
}
.content  .info__text-with-border .info__text-with-border-author{
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 120%;
}

.content .list-fsize18{
    font-size: 18px;
}
.content .list-fsize18{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content .news-content-images{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.content .news-content-images img{
    width: 48%;
}




 .benefits-block {
          
            padding: 32px;
      
background: rgba(236, 237, 239, 1);
width: 100%;
        }

        .benefits-title {
            font-size: 22px;
            font-weight: bold;
            color: rgba(34, 34, 34, 1);
            margin-bottom: 16px;
            line-height: 1.4;
        }

        .highlight {
            color:rgba(0, 120, 189, 1);
        }

         .content .benefits-list {
            list-style: none;
            padding: 0;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 14px;
            line-height: 1.5;
            color: #333333;
        }

        .benefit-item:last-child {
            margin-bottom: 0;
        }

        .content .checkmark {
            width: 24px;
            height: 24px;
            border-radius: 2px;
                margin: 0;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .content img.checkmark{

        }
      

        .benefit-text {
            flex: 1;
        }





 .testimonial-block-rep {
    border-radius: 4px;
    background: rgba(255, 235, 24, 1);
    padding: 12px;
   width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
   
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    max-width: 80px;
}

.testimonial-text {
    font-size: 14px;
    font-weight: 600;
    color: rgba(34, 34, 34, 1);
    
    
}







        .step-block-yellow {
            border-left: 2px solid rgba(255, 235, 24, 1);
            border-radius: 4px;
            background: rgba(247, 247, 247, 1);
            padding:12px;
            width: 100%;
        }

        .step-block-yellow .step-label {
            display: inline-block;
            border-radius: 2px;
background: rgba(255, 235, 24, 1);
            color: rgba(34, 34, 34, 1);
            font-size: 12px;
            font-weight: 900;
            padding: 2px 6px;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

       .step-block-yellow  .step-text {
            font-size: 18px;
            font-weight: 300;
            line-height: 1.4;
            color: rgba(34, 34, 34, 1);
            margin-bottom:0;
        }

       .step-block-yellow  .highlight-blue {
            color: #0ea5e9;
        }

       
      


.cd-countdown-card{
    border-radius: 4px;
background: rgba(255, 237, 237, 1);
padding: 12px 12px 40px 12px;
margin-top: 16px;
}
.cd-countdown-card h4{
    border-radius: 2px;
background: rgba(221, 42, 48, 1);
padding: 2px 6px;
color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
    width: fit-content;
        line-height: 120%;
}



        .availability-block {
           
            padding: 16px;
            width: 100%;
            border-radius: 8px;
box-shadow: 0px 0px 6.300000190734863px 0px rgba(0, 0, 0, 0.08);
background: rgba(255, 255, 255, 1);
        }

        .availability-places-info {
            font-size: 16px;
            margin-bottom: 0px;
            
            font-weight: 600;
        }

        .availability-places-count {
            color: #e53e3e;
            font-weight: bold;
        }

        .availability-description-text {
            font-size: 16px;
            line-height: 120%;
           
            margin-bottom: 3px !important;
        }

        .availability-progress-container {
            width: 100%;
            height: 8px;
            background-color: #e5e7eb;
            border-radius: 4px;
            overflow: hidden;
        }

        .availability-progress-bar {
            height: 100%;
            background-color: #e53e3e;
            width: 78%;
            border-radius: 4px;
            transition: width 0.3s ease;
        }

 



.content .cta-block {
            border: 1px solid rgba(255, 235, 24, 1);
            border-radius: 4px;
            background: rgba(247, 247, 247, 1);
            padding: 12px;
            width: 100%;
            text-align: center;
           
        }

        .content .cta-title {
            font-size: 22px;
            font-weight: 600;
            color: rgba(34, 34, 34, 1);
            margin-bottom: 8px;
        }

        .content .cta-subtitle {
            font-size: 16px;
            color: rgba(34, 34, 34, 1);
            line-height: 120%;
            margin-bottom: 8px;
            padding:0 16px 8px;
        }

       .content  .cta-button {
            display: block;
            width: 100%;
            background: rgba(255, 235, 24, 1);
            color: rgba(34, 34, 34, 1);
            font-size: 18px;
            font-weight: 600;
            padding: 15px 20px;
            line-height: 120%;
            border: none;
            border-radius: 999px;
            cursor: pointer;
            text-decoration: none;
            margin-bottom: 8px;
            transition: all 0.3s ease;
            
            position: relative;
            overflow: hidden;
            text-align: center;
        }
        
        
        
        
        
        .content .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.1) 0%,
                transparent 50%,
                rgba(255, 255, 255, 0.1) 100%
            );
            border-radius: 999px;
            pointer-events: none;
        }

        .content .cta-button::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -120%;
            width: 60%;
            height: calc(100% + 4px);
            background: linear-gradient(
                90deg,
                transparent 0%,
                rgba(255, 255, 255, 0.1) 20%,
                rgba(255, 255, 255, 0.8) 50%,
                rgba(255, 255, 255, 0.1) 80%,
                transparent 100%
            );
            transform: skewX(-15deg);
            animation: shine 5s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;
            filter: blur(0.5px);
        }

        .content .cta-button:hover::after {
            animation-play-state: paused;
        }

        @keyframes shine {
            0% {
                left: -120%;
            }
            40% {
                left: 120%;
            }
            100% {
                left: 120%;
            }
        }
        
        
        
        
        
        
        
        
        
        

        .content .cta-button:hover {
            background-color: #fbbf24;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
        }

        .content .privacy-notice {
            display: flex;
            align-items: flex-start;
            gap: 6px;
            font-size: 12px;
            color: rgba(98, 98, 98, 1);
            line-height: 120%;
            justify-content: center;
            font-weight: 400;
        }

        .content .lock-icon {
            width: 12px;
            height: 12px;
            flex-shrink: 0;
            margin-top: 1px;
            opacity: 0.7;
        }




nav._34pzj{
      flex-wrap: wrap;
}

nav._34pzj span._2PN35 {
    padding: 15px 10px;
}
.search_icon{
  margin-right:-3px;
}












        .news-header {
           width: 100%;
            margin: 0 auto;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 12px;
            margin-bottom: 16px;
                margin-top: 20px;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-size: 16px;
            color: rgba(29, 29, 29, 1);
            margin-bottom: 7px;
            font-weight: normal;
        }

        .publication-date {
            font-size: 16px;
            color: rgba(104, 104, 104, 1);
            font-weight: normal;
        }

        .social-icons {
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .social-icon {
            width: 32px;
            height: 32px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: opacity 0.2s ease;
            text-decoration: none;
        }

        .social-icon:hover {
            opacity: 0.8;
        }

       

        .social-icon svg {
            width: 18px;
            height: 18px;
            fill: white;
        }

       


        .text-green{
          color: rgba(70, 153, 50, 1);
          font-weight: 600;
        }


.text-summary{
  color: rgba(85, 85, 85, 1);
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}




 .statistics-container {
          width: 100%;
              margin-top: 24px;
              display: flex;
              flex-direction: column;
              gap: 16px;
        }

        .stat-item {
            display: flex;
            align-items: flex-start;
            gap: 11px;
            /* margin-bottom: 20px; */
            font-size: 18px;
            color: #1f2937;
        }

        .stat-item:last-child {
            margin-bottom: 0;
        }

        .stat-icon {
            width: 24px;
            height: 24px;
            background-color: rgba(87, 177, 85, 1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .stat-icon svg {
            width: 14px;
            height: 14px;
            fill: white;
            stroke: white;
        }

        .stat-text {
            flex: 1;
            line-height: 1.4;
        }

        .highlight-green {
            color: rgba(87, 177, 85, 1);
            font-weight: bold;
        }

        .highlight-bold {
            font-weight: bold;
            color: #1f2937;
        }

        .additional-info {
            color: #6b7280;
            font-weight: normal;
        }

     








.rg-root {
  --rg-primary:  rgba(0, 102, 178, 1);
  --rg-primary-dark:  rgba(0, 102, 178, 1);
  --rg-ink: #121212;
  --rg-muted: #666666;
  --rg-beige: rgba(236, 237, 239, 1);
  --rg-stroke: #e7e1d8;
  --rg-card: #ffffff;
  --rg-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.rg-root {
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  color: var(--rg-ink);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 24px;

  width: 100%;
  display: flex;
  justify-self: center;
}
.rg-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 32px;
}

.rg-title {
  font-size: 32px;
  margin: 16px 0 32px;
  font-weight: 600;
  line-height: 125%;
}
.rg-intro {
  color: #333;
  line-height: 180%;
  margin: 0 0 32px;
  font-size: 18px;
}
.rg-intro b {
  font-weight: 800;
}

/* ====== Steps ====== */
.rg-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 32px;
}
.rg-step {
  background: var(--rg-beige);
  padding: 16px;
}
.rg-step__label {
  color: var(--rg-primary);
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 100%;
}
.rg-step__text {
 color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.rg-step__text b {
  font-weight: 800;
}

/* ====== OBS / Deadline card ====== */
.rg-deadline {
  margin-bottom: 32px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid rgba(201, 2, 25, 1);
  text-align: center;
}
.rg-deadline__icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.rg-deadline__status{
  border-radius: 999px;
background: rgba(234, 249, 241, 1);
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 8px;
}
.content .rg-deadline__title {
  font-size: 20px;
  font-weight: 600;
 margin: 8px 0;
  line-height: 125%;
}
.content .rg-deadline__sub {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 180%;
}
.rg-deadline__sub b {
  color: rgba(201, 2, 25, 1);
}

/* ====== Timer ====== */
.rg-timer {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
  margin: 2px 0 16px;
}
.rg-timer__separator{
  font-size: 32px;
  line-height: 1;
 color: rgba(0, 0, 0, 1);
  margin-top: 8px;
      font-weight: 600;
}
.rg-timer__cell {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  justify-items: center;
  min-width: 66px;
}
.rg-timer__value {
  display: flex;
  gap: 2px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.rg-timer__digit {
  background: rgba(248, 245, 239, 1);
  min-width: 36px;
  padding: 8px 9.5px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
      line-height: 120%;
  color: rgba(201, 2, 25, 1);
}
.rg-timer__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.63);
  text-transform: uppercase;
  font-weight: 400;
}

.content .rg-deadline__note {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(201, 2, 25, 1);
      line-height: 180%;
}

/* ====== Form ====== */
.rg-form {
  border: 1px solid rgba(159, 226, 192, 1);
background: rgba(234, 249, 241, 1);
  padding: 54px 24px;
}
.rg-form__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 3px;
}
.rg-form__lead {
  text-align: center;
 color: rgba(51, 51, 51, 1);
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 180%;
}
.rg-fields {
  display: grid;
  gap: 12px;
  max-width: 416px;
  margin: 0 auto;
}
.rg-input {
  width: 100%;
  height: 48px;
  padding: 8px 24px;
  background: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  color: rgba(51, 51, 51, 1);
}


.content .rg-btn {
  padding: 12px;
  border: none;
  background: rgba(0, 164, 79, 1);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
font-weight: 700;
line-height: 120%;
    max-width: 584px;
    margin: 0 auto;
text-align: center;
text-transform: uppercase;
text-decoration: none;
}

.rg-btn::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -120%;
    width: 60%;
    height: calc(100% + 4px);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 20%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.1) 80%,
        transparent 100%
    );
    transform: skewX(-15deg);
    animation: shine 4s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;
    filter: blur(0.5px);
}

.rg-btn:hover::after {
    animation-play-state: paused;
}

@keyframes shine {
    0% {
        left: -120%;
    }
    40% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}




.rg-policy {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
}
.rg-policy svg, .content .rg-policy img {
  width: 12px;
  height: 12px;
  fill: #8a8a8a;
}


.d-flex{
  display: flex;

}
.rg-wrap_one-img.d-flex{
  gap: 16px;
  align-items: center;
}
.rg-wrap_one-img.d-flex p{
  margin: 0;
}
.rg-wrap_one-img.d-flex .text-green{
  color: rgba(87, 177, 85, 1);
}
.rg-wrap  .rg-intro{
  margin: 32px 0;
}

.rg-intro .text-green{
  color: rgba(87, 177, 85, 1);
}
.rg-step__text  .text-green{
  color: rgba(87, 177, 85, 1);
  font-weight: 400;
}
.rg-step__text-dot{
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-dot{
  width: 8px;
  height: 8px;
  background: rgba(87, 177, 85, 1);
  border-radius: 50%;
}





.MuiBox-root a{
   text-decoration: none;
   color: rgb(29, 29, 29);
}
.css-127g149{
  margin-bottom: 24px;
}
.css-ir5tdx {
    margin-left: 24px;
}
.css-1bvp5xz {
    margin-bottom: 24px;
    margin-top: 60px;
}
.css-1nt00xi {
    margin: 16px 0px 0px;
    display: flex;
}

.css-h9fzqr, .css-17hbsvu  {
    margin: 0px;
}
.css-17hbsvu {
      color: rgb(104, 104, 104);
}


/* ====== Responsive ====== */
@media (max-width: 1000px) {
.rg-root{
  border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rg-title{
  font-size: 24px;
  margin: 16px 0 24px;
}
.rg-wrap{
  padding: 24px;
}

  .rg-timer{
    gap: 4px;
  }
  .rg-timer__digit{
    font-size: 20px;
    padding: 5px 6px;
    max-width: 26px;
    min-width: 26px;
  }

  .rg-timer__separator{
    font-size: 20px;
    margin-top: 6px;
  }
  .rg-timer__label{
    font-size: 9px;
  }
}







@media(max-width:500px){
  .content-box{
    width: 100%;
  }
  .content-box .col-md-8 {
    width: 100%;
  }
  .benefits-block{
    width: 100%;
    max-width: fit-content;
    padding: 22px;
  }
  .rg-wrap{
    padding: 10px;
            min-width: -webkit-fill-available;
  }
}

@media(max-width:400px){
  .rg-timer__cell{
        min-width: 46px;
  }
    .rg-timer__digit {
        font-size: 12px;
        padding: 5px 2px;
        max-width: 12px;
        min-width: 12px;
    }
    .rg-timer__separator{
      font-size: 12px;
    }
}









@media(min-width:700px){
  .news-content .news-text{
    font-size:20px !important;
  }
  .content .benefits-list .benefit-item{
        font-size: 20px;
  }
  
  .testimonial-text{
    font-size:20px;
  }
  .cd-countdown-card h4{
        margin: 0 auto;
  }
  .cd-label{
    font-size:12px !important;
  }
  .content .cta-block{
    padding:48px;
  }


  .content .info__text-with-border .info__text-with-border-author{
        font-size: 18px !important;
  }
  
}


