* {
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
   background: #ffffff;
}

img {
    max-width: 100%;
  height: auto;
}
.bbbs{
    border-radius: 30px;
    border: 1px solid black;
    padding: 10px;
    color: white;
    background-color: #370864;
}
a {
  text-decoration: none;
   transition: all 0.3s ease;
}

.tpf_topBar_riddings {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    z-index: 1000;
   padding: 18px 0;
}

.tpf_navContent_riddings {
  max-width: 1200px;
    margin: 0 auto;
  padding: 0 24px;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.tpf_brandLogo_riddings img {
  height: 72px;
}

.tpf_navLinks_riddings {
  display: flex;
    list-style: none;
   gap: 38px;
}

.tpf_navLinks_riddings a {
  color: #1a1a1a;
    font-weight: 600;
   font-size: 15px;
    letter-spacing: 0.3px;
}

.tpf_navLinks_riddings a:hover {
   color: #7b2cbf;
}

.tpf_menuToggle_riddings {
   display: none;
  flex-direction: column;
    cursor: pointer;
   gap: 5px;
}

.tpf_menuToggle_riddings span {
   width: 26px;
     height: 3px;
   background: #1a1a1a;
  transition: 0.3s;
}

.tpf_heroDisplay_riddings {
  position: relative;
    background-size: cover;
   background-repeat: no-repeat;
  background-position: center center;
  background: linear-gradient(135deg, #240046 0%, #5a189a 100%);
  padding-top: 80px;
}

.tpf_heroDisplay_riddings.overlay:before {
    position: absolute;
  content: "";
  top: 0;
   left: 0;
   right: 0;
    bottom: 0;
  background: rgba(36, 0, 70, 0.42);
   z-index: 1;
}

.tpf_heroInner_riddings {
    position: relative;
   z-index: 2;
}

.tpf_heroWrap_riddings {
  height: calc(95vh - 180px);
    min-height: 690px;
    display: flex;
   max-width: 1200px;
  margin: 0 auto;
    padding: 0 24px;
}

.tpf_heroColumn_riddings {
   max-width: 920px;
  margin: 0 auto;
}

.tpf_heroWrap_riddings.align-items-center {
   align-items: center;
}

.tpf_heroWrap_riddings.text-center {
  text-align: center;
}

.tpf_heroWrap_riddings.justify-content-center {
   justify-content: center;
}

.tpf_heroDisplay_riddings h1 {
  font-family: "Poppins", sans-serif;
  line-height: 1.35;
     font-weight: 850 !important;
  font-size: 3.8rem;
}

.text-white {
   color: #fff;
}

.mb-4 {
    margin-bottom: 2rem;
}

.tpf_heroDisplay_riddings p.lead {
    font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
    margin: 0 auto 36px;
    line-height: 1.65;
}

.btn-video_38929 {
    display: inline-block;
  width: 68px;
   height: 68px;
  border-radius: 50%;
    background: #fff;
   position: relative;
   transition: transform 0.3s ease;
}

.btn-video_38929:hover {
  transform: scale(1.12);
}

.btn-video_38929 .icon-play {
    position: absolute;
    top: 50%;
   left: 50%;
    color: #000;
  font-size: 15px;
  transform: translate(-38%, -50%);
}

.btn-video_38929 .icon-play img {
   width: 32px;
    height: 32px;
}

.fitness-services-area {
  padding: 100px 0 0;
}

.tpf_featureWrap_riddings {
  max-width: 1140px;
  margin: 0 auto;
   padding: 0 15px;
}

.row {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
}

.col-12 {
  width: 100%;
    padding: 0 15px;
}

.col-sm-6 {
    width: 50%;
    padding: 0 15px;
}

.col-lg-4 {
    width: 33.333333%;
  padding: 0 15px;
}

.col-lg-5 {
    width: 41.666667%;
   padding: 0 15px;
}

.col-lg-6 {
  width: 50%;
    padding: 0 15px;
}

.col-lg-10 {
   width: 83.333333%;
    padding: 0 15px;
}

.col-lg-12 {
   width: 100%;
    padding:   0 15px;
}

.single-service-area {
  background: #fff;
    padding: 38px 32px;
   border-radius: 6px;
    transition: all 0.3s ease;
}

.single-service-area:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.09); 
  transform: translateY(-4px);
}

.mb-100 {
    margin-bottom: 100px;
}

.course-content {
   margin-bottom: 20px;
}

.d-flex {
   display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.course-icon {
    width: 60px;
    height: 60px;
  background: linear-gradient(135deg, #7b2cbf 0%, #9d4edd 100%);
   border-radius: 50%;
   margin-right: 20px;
    flex-shrink: 0;
}

.course-icon img {
   width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.course-content h4 {
    font-size: 20px;
    font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0;
}

.single-service-area p {
    font-size: 16px;
   line-height: 1.6;
    color: #555;
}

.homepage-about {
   padding-top: 75px;
   padding-bottom: 70px;
}

.spad {
    padding-top: 100px;
   padding-bottom: 100px;
}

.tpf_aboutWrap_riddings {
  max-width: 1140px;
  margin: 0 auto;
   padding: 0 15px;
}

.homepage-about .about-text {
    margin-bottom: 30px;
}

.homepage-about .about-text .section-title h2 {
   color: #1a1a1a;
   line-height: 56px;
   margin-top: 0;
   margin-bottom: 30px;
  margin-top: 16px;
}

.homepage-about .about-text p {
  letter-spacing: 0.2px;
  margin-bottom: 42px;
}  

.homepage-about .about-img {
  margin-bottom: 30px;
}

.homepage-about .about-img img {
    min-width: 100%;
   border-radius: 6px;
}

.section-title h2 {
    color: #1a1a1a;
  font-size: 48px;
  line-height: 48px;
    font-weight: 600;
   margin-top: 14px;
    margin-bottom: 40px;
}

.primary-btn {
  display: inline-block;
  font-size: 16px;
    font-weight: 400;
   padding: 18px 38px;
   color: #fff;
          background: #7b2cbf;
   letter-spacing: 0.5px;
  border-radius: 4px;
}

.primary-btn:hover {
  background: #5a189a;
}

p {
   font-size: 14px;
   color: #555;
  font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
  line-height: 28px;
    margin: 0 0 15px 0;
}

.cards-area {
  background: #f8f9fa;
}

.section-padding3 {
  padding-bottom: 140px;
   padding-top: 100px;
}

.tpf_platformWrap_riddings {
    max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.cards-title {
   margin-bottom: 40px;
}

.cards-title h2 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
    font-weight: 600;
}

.cards-tab {
    margin-bottom: 40px;
    text-align: right;
    float: right;
}

.cards-tab li {
    display: inline-block;
  padding: 3px 0;
    margin-left: 40px;
   position: relative;
}

.cards-tab li:after {
  content: '';
   position: absolute;
   bottom: 0;
    right: 0;
   width: 30px;
  height: 1px;
   background: #222;
    transition: .5s;
   opacity: 0;
  visibility: hidden;
}

.cards-tab li:hover:after {
   opacity: 1;
        visibility: visible;
}

.cards-tab .active {
    color: #7b2cbf;
}

.cards-tab .active:after {
   opacity: 1;
    visibility: visible;
   background: #7b2cbf;
}

.single-card {
    padding: 40px 50px;
	background: #f9f9f9;
    border-radius: 3px;
  transition: .5s;
}

.single-card:hover {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.single-card .card-text h4 {
  color: #222;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
    font-size :     18px;
   font-weight: 600;
}

.single-card .card-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-card .card-text ul li h5 {
  color    :       #777;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
  display: flex;
  align-items: center;
    gap: 8px;
}

.single-card .card-text ul li img {
   width: 16px;
   height: 16px;
}

.single-card .card-btn	{
  text-align: center;
}

.single-card .card-btn .card-btn1,
.single-card .card-btn .card-btn2,
.single-card .card-btn .card-btn3,
.single-card .card-btn .card-btn4 {
    margin-bottom: 10px;
    display: block;
  background: #9d4edd;
}

.single-card .card-btn .card-btn1:hover,
.single-card .card-btn .card-btn2:hover,
.single-card .card-btn .card-btn3:hover,
.single-card .card-btn .card-btn4:hover {
   background: #222;
}

.single-card .card-btn .card-btn2 {
  background: #c77dff;
}

.single-card .card-btn .card-btn3 {
  background: #7b2cbf;
}

.single-card .card-btn .card-btn4 {
  background: #5a189a;
}

.third-btn {
  color: #fff !important;
  background: #7b2cbf;
  font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
  font-size: 14px;
    font-weight: 600;
   display: inline-block;
  padding: 10px 24px !important;
   border-radius: 3px;
   transition: all .5s;
  text-decoration: none;
}

.third-btn:hover {
   background: #222;
    text-decoration: none;
}

.template-btn {
    color: #fff !important;
    background: #7b2cbf;
  font-family: "Open Sans", sans-serif;
   text-transform: uppercase;
   font-size: 14px;
    font-weight: 600;
   display: inline-block;
    padding: 15px 30px !important;
   border-radius: 3px;
    transition: all 0.5s;
  text-decoration: none;
}

.template-btn:hover {
    background: #240046;
    text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #7b2cbf;
}

.nav-tabs .nav-link {
   border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link {
   color: #222;
  display: block;
  padding: 0;
   cursor: pointer;
}  

.nav-tabs {
  border-bottom: none;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.align-self-center {
   align-self: center;
}

.d-lg-flex {
    display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.card-img img {
    width: 180px;
  height: 120px;
    object-fit: cover;
   border-radius: 4px;
}

.tab-content > .tab-pane {
   display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.main-section {
   padding: 3em 0;
}

.tpf_infoWrap_riddings {
  max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.h3 {
    font-size: 1.9rem;
}

.text-dark {
   color: #111 !important;
}

.circle-background {
   position: relative;
}

.circle-background:after {
  width: 320px;
   height: 320px;
  content: "";
    z-index: -1;
   border-radius: 50%;
   position: absolute;
    bottom: -95px;
   right: -95px;
    background: #f0f1f3;
}

.img-responsive {
   border-radius: 6px;
}

.check-list {
  margin-bottom: 55px;
}

.list-unstyled {
    list-style: none;
   padding: 0;
}

.check-list li {
  position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
   line-height: 1.6;
}

.check-list li:before {
   left: 0;
    font-size: 22px;
  top: -.4rem;
  content: "✓";
    position: absolute;
}

.check-list.success li:before {
  color: #7b2cbf;
  font-weight: bold;
}

.ml-auto {
    margin-left: auto !important;
}

[data-aos] {
   opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
}

[data-aos].aos-animate {
   opacity: 1;
}

[data-aos-delay="120"] {
  transition-delay: 0.12s;
}

.footer-area {
    position: relative;
	z-index: 1;
    padding: 42px 0;
    background-color: #240046;
}

.tpf_footerWrap_riddings {
    max-width: 1140px;
    margin: 0 auto;
   padding: 0 15px;
}

.footer-content {
  position: relative;
    z-index: 1;
}

.copywrite-text {
    font-size: 15px;
   margin-bottom: 0;
   color: #ffffff;
  font-weight: 420;
}

.copywrite-text p {
    margin-bottom: 8px;
  color: rgba(255,255,255,0.85);
    font-size: 14px;
}

.copywrite-text a {
   color: #ffffff;
  font-size: 15px;
  font-weight: 420;
}

.copywrite-text a:hover,
.copywrite-text a:focus {
                    color: #9d4edd;
}  

.footer-logo a {
  display: block;
}

.footer-logo a img {
   max-height: 72px;
  filter: brightness(0) invert(1);
}

.social-info {
   display: flex;
    flex-direction: column;
   gap: 12px;
}

.social-info a {
    display: inline-block;
  color: rgba(255,255,255,0.85);
   font-size: 14px;
}

.social-info a:hover,
.social-info a:focus {
   color: #9d4edd;
}@media (min-width: 768px) {
    .main-section {
        padding: 8.5em 0;
    }
}

@media (max-width: 991.98px) {
    .tpf_heroDisplay_riddings h1 {
        font-size: 2.2rem;
    }

    .tpf_heroWrap_riddings {
        height: calc(72vh - 180px);
        min-height: 620px;
    }

    .col-lg-4,
    .col-lg-5,
    .col-lg-6 {
        width: 100%;
    }

    .single-card {
        padding: 40px 30px;
        flex-direction: column;
        text-align: center;
    }

    .single-card .card-img {
        margin: 30px 0;
    }

    .single-card .card-btn {
        text-align: left;
        width: 100%;
    }

    .single-card .card-btn .card-btn1,
    .single-card .card-btn .card-btn2,
    .single-card .card-btn .card-btn3,
    .single-card .card-btn .card-btn4 {
        display: inline-block;
        margin-right: 10px;
    }

    .circle-background:after {
        bottom: 0px;
        right: -15px;
        display: none;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
        width: 100%;
    }

    .tpf_menuToggle_riddings {
        display: flex;
    }

    .tpf_navLinks_riddings {
        position: fixed;
        top: 76px;
        right: -100%;
        background: #fff;
        flex-direction: column;
        width: 280px;
        padding: 32px 24px;
        box-shadow: -2px 0 12px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        gap: 24px;
    }

    .tpf_navLinks_riddings.tpf_menuOpen_riddings {
        right: 0;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .copywrite-text {
        margin-bottom: 17px;
    }

    .footer-logo {
        margin-bottom: 17px;
    }
}

@media (max-width: 575.98px) {
    .single-card {
        padding: 40px 20px;
    }

    .cards-tab {
        text-align: left;
        float: left;
    }

    .cards-tab li {
        margin-left: 0;
        margin-right: 24px;
        margin-bottom: 10px;
    }
}.tpf_regulatorBox_riddings {
  background: rgba(157, 78, 221, 0.08);
   border: 2px solid #7b2cbf;
    border-radius: 8px;
  padding: 32px;
   margin-bottom: 42px;
   text-align: center;
}

.tpf_regulatorBox_riddings h3 {
   color: #fff;
	font-size: 24px;
   font-weight: 700;
  margin-bottom: 24px;
}

.tpf_regulatorLogos_riddings {
   display: flex;
   justify-content: center;
    align-items: center;
   gap: 48px;
    flex-wrap: wrap;
}

.tpf_regulatorLogos_riddings a {
   display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tpf_regulatorLogos_riddings a:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}

.tpf_regulatorLogos_riddings img {
   height: 64px;
  width: auto;
}

.tpf_disclaimerBox_riddings {
	background: #fff3cd;
    border-left: 5px solid #7b2cbf;
   padding: 28px 36px;
  margin-bottom: 48px;
   border-radius: 4px;
}

.tpf_disclaimerBox_riddings h4 {
   color: #240046;
   font-size: 20px;
   font-weight: 700;
    margin-bottom: 16px;
   text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tpf_disclaimerBox_riddings p {
   color: #333;
    font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.tpf_agePopup_riddings {
   position: fixed;
  top: 0;
    left: 0;
  width: 100%;
   height: 100%;
  background: rgba(36, 0, 70, 0.95);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tpf_agePopup_riddings.tpf_hidden_riddings {
   opacity: 0;
    visibility: hidden;
   pointer-events: none;
}

.tpf_popupContent_riddings {
   background: #fff;
  border-radius: 12px;
  max-width: 520px;
  width: 90%;
   padding: 48px 42px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.3);
  text-align: center;
}

.tpf_popupInner_riddings h2 {
    color: #240046;
  font-size: 28px;
   font-weight: 800;
    margin-bottom: 24px;
}

.tpf_popupInner_riddings p {
  color: #555;
  font-size: 16px;
  line-height: 1.65;
    margin-bottom: 16px;
}

.tpf_popupButtons_riddings {
   display: flex;
   gap: 16px;
   margin-top: 32px;
  justify-content: center;
}

.tpf_confirmBtn_riddings,
.tpf_declineBtn_riddings {
    padding: 14px 36px;
  font-size: 16px;
   font-weight: 600;
   border: none;
   border-radius: 6px;
  cursor: pointer;
   transition: all 0.3s ease;
}

.tpf_confirmBtn_riddings	{
    background: #7b2cbf;
   color: #fff;
}

.tpf_confirmBtn_riddings:hover {
  background: #5a189a;
  transform: translateY(-2px);
}

.tpf_declineBtn_riddings {
  background: #e0e0e0;
   color: #333;
}

.tpf_declineBtn_riddings:hover {
    background: #ccc;
}@media (max-width: 767px) {
    .tpf_regulatorBox_riddings {
        padding: 24px 16px;
    }

    .tpf_regulatorLogos_riddings {
        gap: 24px;
    }

    .tpf_regulatorLogos_riddings img {
        height: 48px;
    }

    .tpf_disclaimerBox_riddings {
        padding: 20px 24px;
    }

    .tpf_disclaimerBox_riddings h4 {
        font-size: 18px;
    }

    .tpf_disclaimerBox_riddings p {
        font-size: 14px;
    }

    .tpf_popupContent_riddings {
        padding: 32px 24px;
    }

    .tpf_popupInner_riddings h2 {
        font-size: 24px;
    }

    .tpf_popupButtons_riddings {
        flex-direction: column;
    }

    .tpf_confirmBtn_riddings,
    .tpf_declineBtn_riddings {
        width: 100%;
    }
}.tpf_catalogZone_riddings {
   padding: 100px 0;
   background: #fafafa;
}

.tpf_catalogWrap_riddings {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 24px;
}

.tpf_catalogHeader_riddings {
  text-align: center;
   margin-bottom: 56px;
}

.tpf_catalogHeader_riddings h2 {
   font-size: 2.8rem;
   color: #1a1a1a;
   font-weight: 700;
   margin-bottom: 16px;
}

.tpf_catalogHeader_riddings p {
  font-size: 1.1rem;
  color: #666;
    max-width: 680px;
    margin: 0 auto;
}

.tpf_platformsList_riddings {
   display: flex;
    flex-direction  :       column;
  gap: 24px;
}

.tpf_platformRow_riddings {
    background: #fff;
  border-radius: 8px;
   padding: 32px 28px;
   display: flex;
  align-items: center;
	gap: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.tpf_platformRow_riddings:hover {
  box-shadow: 0 8px 28px rgba(123,44,191,0.15);
  transform: translateY(-2px);
}

.tpf_logoSection_riddings {
   flex: 0 0 160px;
   text-align: center;
}

.tpf_logoSection_riddings img {
   width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 12px;
    border-radius: 8px;
}

.tpf_logoSection_riddings h3 {
    font-size: 16px;
   font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.tpf_ratingSection_riddings {
  flex: 0 0 110px;
    text-align: center;
}

.tpf_scoreDisplay_riddings {
    margin-bottom: 8px;
}

.tpf_scoreNumber_riddings {
  font-size: 32px;
  font-weight: 800;
    color: #7b2cbf;
    line-height: 1;
}

.tpf_scoreMax_riddings {
    font-size: 16px;
    font-weight: 600;
   color: #999;
}  

.tpf_starsDisplay_riddings {
    display: flex;
  justify-content: center;
  gap: 4px;
}

.tpf_starsDisplay_riddings img {
    width: 16px;
  height: 16px;
  filter: invert(46%) sepia(97%) saturate(1467%) hue-rotate(251deg) brightness(83%) contrast(96%);
}

.tpf_bonusSection_riddings {
  flex: 1;
    padding: 0 24px;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
}

.tpf_bonusLabel_riddings {
  font-size: 13px;
   color: #888;
    font-weight: 600;
   text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.tpf_bonusAmount_riddings {
     font-size: 20px;
   font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 4px;
}

.tpf_bonusReward_riddings {
   font-size: 16px;
   color: #7b2cbf;
   font-weight: 700;
    line-height: 1.35;
}

.tpf_featuresSection_riddings {
    flex: 1;
   padding: 0 16px;
}

.tpf_featuresList_riddings {
   list-style: none;
   padding: 0;
    margin: 0;
}

.tpf_featuresList_riddings li     {
  display: flex;
  align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
  font-weight: 500;
}

.tpf_featuresList_riddings li:last-child {
    margin-bottom: 0;
}

.tpf_featuresList_riddings li img {
   width: 18px;
   height: 18px;
  filter: invert(46%) sepia(97%) saturate(1467%) hue-rotate(251deg) brightness(83%) contrast(96%);
}

.tpf_actionSection_riddings {
  flex: 0 0 160px;
  text-align: center;
}

.tpf_claimButton_riddings {
   display: block;
  background: linear-gradient(135deg, #7b2cbf 0%, #9d4edd 100%);
  color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
   text-decoration: none;
   transition: all 0.3s ease;
   margin-bottom: 8px;
}

.tpf_claimButton_riddings:hover {
  background: linear-gradient(135deg, #5a189a 0%, #7b2cbf 100%);
  transform: scale(1.05);
}

.tpf_termsNote_riddings {
  font-size: 11px;
    color: #999;
    font-style: italic;
}@media (max-width: 1024px) {
    .tpf_platformRow_riddings {
        flex-wrap: wrap;
        gap: 24px;
        padding: 28px 20px;
    }

    .tpf_logoSection_riddings {
        flex: 0 0 140px;
    }

    .tpf_ratingSection_riddings {
        flex: 0 0 100px;
    }

    .tpf_bonusSection_riddings {
        flex: 1 1 200px;
        border-left: none;
        border-right: none;
        border-top: 2px solid #f0f0f0;
        padding: 16px 0 0 0;
    }

    .tpf_featuresSection_riddings {
        flex: 1 1 200px;
        padding: 16px 0 0 0;
        border-top: 2px solid #f0f0f0;
    }

    .tpf_actionSection_riddings {
        flex: 0 0 100%;
        border-top: 2px solid #f0f0f0;
        padding-top: 16px;
    }
}

@media (max-width: 768px) {
    .tpf_catalogZone_riddings {
        padding: 60px 0;
    }

    .tpf_catalogHeader_riddings h2 {
        font-size: 2rem;
    }

    .tpf_platformRow_riddings {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
    }

    .tpf_logoSection_riddings {
        flex: 0 0 auto;
    }

    .tpf_logoSection_riddings img {
        width: 100px;
        height: 100px;
    }

    .tpf_ratingSection_riddings {
        flex: 0 0 auto;
    }

    .tpf_bonusSection_riddings,
    .tpf_featuresSection_riddings {
        flex: 0 0 auto;
        width: 100%;
        border: none;
        padding: 16px 0;
        border-top: 2px solid #f0f0f0;
    }

    .tpf_featuresList_riddings {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tpf_actionSection_riddings {
        width: 100%;
    }

    .tpf_claimButton_riddings {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 8px;
    }
}.jk {
  filter: brightness(1) invert(1);
}

.tpf_contactHero_riddings {
  background: linear-gradient(135deg, #240046 0%, #5a189a 100%);
   padding: 140px 0 80px;
  text-align: center;
}

.tpf_contactHeroInner_riddings {
  max-width: 800px;
    margin: 0 auto;
   padding: 0 24px;
}

.tpf_contactHero_riddings h1 {
   font-size: 3.2rem;
   color: #fff;
    font-weight: 800;
  margin-bottom: 20px;
}

.tpf_contactHero_riddings p {
   font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
}

.tpf_contactZone_riddings {

   padding: 100px 0;
  background: #fafafa;}

.tpf_contactWrap_riddings {
  max-width: 1200px;
  margin  :        0 auto;
  padding: 0 24px;
}

.tpf_contactLayout_riddings {
    display: grid;
  grid-template-columns: 1fr 1.5fr;
   gap: 64px;
}

.tpf_contactInfo_riddings {
    display: flex;
    flex-direction: column;
   gap: 32px;
}

.tpf_infoBlock_riddings {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 28px;
   border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.tpf_infoBlock_riddings:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(123,44,191,0.12);
}

.tpf_infoIcon_riddings {
    flex: 0 0 56px;
   width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #7b2cbf 0%, #9d4edd 100%);
   border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
}

.tpf_infoIcon_riddings img {
  width: 28px;
   height: 28px;
  filter: brightness(0) invert(1);
}

.tpf_infoText_riddings h3 {
  font-size: 18px;
   font-weight: 700;
   color: #1a1a1a;
    margin-bottom: 8px;
}

.tpf_infoText_riddings p {
    font-size: 15px;
  color: #666;
    line-height: 1.65;
   margin     :       0;
}

.tpf_contactForm_riddings {
   background: #fff;
  padding: 48px 42px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.tpf_contactForm_riddings h2 {
  font-size: 2.2rem;
   color: #1a1a1a;
    font-weight: 700;
   margin-bottom: 12px;
}

.tpf_formSubtitle_riddings {
	 font-size: 15px;
  color: #666;
  margin-bottom: 32px;
}

.tpf_formFields_riddings {
    display: flex;
   flex-direction: column;
   gap: 24px;
}

.tpf_fieldGroup_riddings {
  display: flex;
   flex-direction: column;
}

.tpf_fieldGroup_riddings label {
   font-size: 14px;
    font-weight: 600;
   color: #333;
   margin-bottom: 8px;
}

.tpf_fieldGroup_riddings input,
.tpf_fieldGroup_riddings select,
.tpf_fieldGroup_riddings textarea {
   padding: 12px 16px;
  border: 2px solid #e0e0e0;
   border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.tpf_fieldGroup_riddings input:focus,
.tpf_fieldGroup_riddings select:focus,
.tpf_fieldGroup_riddings textarea:focus {
    outline: none;
  border-color: #7b2cbf;
}

.tpf_fieldGroup_riddings textarea {
  resize: vertical;
  min-height: 120px;
}

.tpf_fieldError_riddings {
  border-color: #e53e3e !important;
}

.tpf_errorMsg_riddings {
    display: none;
   color: #e53e3e;
   font-size: 13px;
    margin-top: 6px;
}

.tpf_submitBtn_riddings {
  background: linear-gradient(135deg, #7b2cbf 0%, #9d4edd 100%);
  color: #fff;
  padding: 16px 42px;
  border: none;
  border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tpf_submitBtn_riddings:hover {
  background: linear-gradient(135deg, #5a189a 0%, #7b2cbf 100%);
  transform: translateY(-2px);
}

.tpf_successPopup_riddings {
  position: fixed;
    top: 0;
  left: 0;
   width: 100%;
  height: 100%;
  background: rgba(36, 0, 70, 0.9);
    z-index: 99999;
    display: flex;
  align-items: center;
   justify-content: center;
  opacity: 0;
  visibility: hidden;
   transition: all 0.3s ease;
}

.tpf_successPopup_riddings.tpf_showPopup_riddings {
  opacity: 1;
  visibility: visible;
	
}

.tpf_successContent_riddings {
    background: #fff;
    border-radius: 12px;
    max-width: 480px;
    width: 90%;
  padding: 48px 42px;
    text-align: center;
}

.tpf_successIcon_riddings {
    width: 80px;
  height: 80px;
   background: #7b2cbf;
  border-radius: 50%;
    display: flex;
    align-items: center;
   justify-content: center;
   margin: 0 auto 24px;
}

.tpf_successIcon_riddings img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.tpf_successInner_riddings h2 {
   font-size: 28px;
    color: #1a1a1a;
    font-weight: 800;
  margin-bottom: 16px;
}

.tpf_successInner_riddings p {
   font-size: 16px;
    color: #666;
    line-height: 1.65;
   margin-bottom: 28px;
}

.tpf_closeSuccess_riddings {
  background: #7b2cbf;
    color: #fff;
    padding: 14px 36px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
}

.tpf_closeSuccess_riddings:hover {
  background: #5a189a;
}@media (max-width: 991px) {
    .tpf_contactHero_riddings h1 {
        font-size: 2.4rem;
    }

    .tpf_contactLayout_riddings {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .tpf_contactHero_riddings {
        padding: 120px 0 60px;
    }

    .tpf_contactZone_riddings {
        padding: 60px 0;
    }

    .tpf_contactForm_riddings {
        padding: 32px 24px;
    }

    .tpf_contactForm_riddings h2 {
        font-size: 1.8rem;
    }
}.tpf_legalHero_riddings {
  background: linear-gradient(135deg, #240046 0%, #5a189a 100%);
  padding: 140px 0 80px;
  text-align: center;
}

.tpf_legalHeroInner_riddings {
    max-width: 800px;
   margin: 0 auto;
  padding: 0 24px;
}

.tpf_legalHero_riddings h1 {
   font-size: 3.2rem;
   color: #fff;
   font-weight: 800;
    margin-bottom: 16px;
}

.tpf_updateDate_riddings {
    font-size: 1rem;
  color: rgba(255,255,255,0.75);
  font-style: italic;
}

.tpf_legalContent_riddings {


    padding: 100px 0;
    background: #fafafa;

}

.tpf_legalWrap_riddings {
    max-width: 900px;
   margin: 0 auto;
   padding: 0 24px;
}

.tpf_textBlock_riddings {
    background: #fff;
  padding: 42px 48px;
   border-radius: 8px;
    margin-bottom: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.tpf_textBlock_riddings h2 {
    font-size: 1.8rem;
   color: #7b2cbf;
  font-weight: 700;
  margin-bottom  :  20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.tpf_textBlock_riddings p {
    font-size: 16px;
    color: #444;
    line-height: 1.85;
   margin: 0;
}@media (max-width: 768px) {
    .tpf_legalHero_riddings {
        padding: 120px 0 60px;
    }

    .tpf_legalHero_riddings h1 {
        font-size: 2.2rem;
    }

    .tpf_legalContent_riddings {
        padding: 60px 0;
    }

    .tpf_textBlock_riddings {
        padding: 28px 24px;
    }

    .tpf_textBlock_riddings h2 {
        font-size: 1.5rem;
    }

    .tpf_textBlock_riddings p {
        font-size: 15px;
    }
}