/*   
Theme Name: your-clean-template
Version: 1.0
Tags: clean, development, html5
Author URI: 
*/


.heroSportsbookRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.heroSportsbookRow.animated {
   width: 100%;
  overflow: hidden;
  position: relative;
}

.heroSportsbookRow.animated .heroSportsbookItem {
	flex-shrink: 0;
  width: 288px;
  height: 200px;
}

@media (max-width: 767px) {
 .heroSportsbookRow.animated .heroSportsbookItem {
	flex-shrink: 0;
  width: 72px;
  height: 72px;
}
}

.heroSportsbookTrack {
	display: flex;
  gap: 4px;
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@media (max-width: 767px) {
  .heroSportsbookRow {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}

.heroSportsbookItem {
  background: radial-gradient(102.8% 102.62% at 66.78% 25.27%, #161616 0%, rgba(22, 22, 22, 0) 100%);
}
@media (max-width: 767px) {
  .heroSportsbookItem img {
    width: 32px;
    height: 32px;
    zoom: 1;
  }
}
@media (max-width: 767px) {
  .heroSportsbookItem {
    height: 56px;
  }
}

.heroWrapper {
  padding-bottom: 0;
}

.hero {
  margin-bottom: 0;
}

.reviews {
  padding: 0 0 104px;
}
@media (max-width: 767px) {
  .reviews {
    padding-bottom: 48px;
  }
}

.reviewsWrapper {
  flex-wrap: wrap;
}

.reviewsText {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 767px) {
  .reviewsText {
    margin-bottom: 32px;
  }
}

.reviewsContainer {
  margin: 0 calc((100vw - 1184px) / -2);
  padding: 0 calc((100vw - 1184px) / 2);
}
@media (max-width: 1439px) {
  .reviewsContainer {
    margin: 0 -32px;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .reviewsContainer {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.reviewsTextTitle:after {
  display: none;
}

.reviewsTextTitle span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 100% !important;
}

.reviewsTextTitle {
  text-align: center;
  margin: 0 0 32px;
  padding: 0;
}
@media (max-width: 767px) {
  .reviewsTextTitle {
    margin-bottom: 24px;
  }
}

.reviewsTextRow {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  width: 100%;
}

.reviewsTextRate,
.reviewsTextCount {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviewsTextRate {
  gap: 8px;
}
@media (max-width: 767px) {
  .reviewsTextRate {
    gap: 4px;
  }
}

.reviewsTextCount {
  gap: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .reviewsTextCount {
    gap: 6px;
  }
}
.reviewsTextCount:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: var(--grey-15);
}

.reviewsTextRateTitle {
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  color: #878787;
}
@media (max-width: 767px) {
  .reviewsTextRateTitle {
    font-size: 2.8rem;
  }
}
.reviewsTextRateTitle span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviewsTextCountTitle {
  color: #878787;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: 0.24px;
}

.reviewsTextCountRow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviewsTextCountRow span {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .reviewsTextCountRow span {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}

.reviewsItemText {
  line-height: 125%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .reviewsItemText {
    font-size: 2rem !important;
    line-height: 160% !important;
    letter-spacing: 0.3px;
  }
}
.reviewsItemText.mediumText {
  font-size: 2.6rem;
  line-height: 146%;
}
.reviewsItemText.smallText {
  font-size: 2.2rem;
  line-height: 163%;
}
.reviewsItemText.bigText {
  font-size: 3.2rem;
}
.reviewsItemText span {
  color: #878787;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.reviewsItemUserAvatar {
  margin-right: 16px;
}

.reviewsItem {
  text-decoration: none;
  color: white;
  display: flex;
  transition: border-color 0.2s;
}
.reviewsItem:hover {
  border-color: var(--grey-40);
}

.reviewsItemUserContent {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 24px;
  width: calc(100% - 56px);
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85502 18.1913L9.15678 17.4755C9.0642 17.3806 9.0131 17.2528 9.01475 17.1202C9.01639 16.9876 9.07063 16.8611 9.16554 16.7685L14.0533 12L9.1655 7.23192C9.07058 7.13932 9.01633 7.01281 9.01469 6.88021C9.01304 6.74762 9.06413 6.6198 9.15672 6.52488L9.85502 5.80908C9.90087 5.76207 9.95553 5.72456 10.0159 5.69868C10.0762 5.6728 10.1411 5.65906 10.2067 5.65824C10.2724 5.65743 10.3376 5.66955 10.3985 5.69392C10.4595 5.71829 10.5151 5.75444 10.5621 5.80029L16.1837 11.2842C16.2792 11.3773 16.3551 11.4886 16.4069 11.6116C16.4588 11.7345 16.4855 11.8666 16.4855 12C16.4855 12.1334 16.4588 12.2654 16.4069 12.3884C16.3551 12.5113 16.2792 12.6226 16.1837 12.7158L10.562 18.2001C10.4671 18.2927 10.3393 18.3438 10.2067 18.3421C10.0741 18.3405 9.94762 18.2863 9.85502 18.1913Z' fill='%23525252'/%3E%3C/svg%3E%0A") right center/24px auto no-repeat;
}

.reviewsItemUserContentTitle {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.5px;
}

.reviewsItemUserContentVariant {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #878787;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.5px;
}

.slideSeventh {
  background: linear-gradient(118deg, #3187E4 -7.51%, #326AF7 -7.51%, #37B5EA 22.95%, #33BDE8 34.84%, #9473CA 62.89%, #A577E1 75.85%, #D0789C 113.5%, #EA7192 130.21%);
}

@media (min-width: 768px) {
  .sliderContainer:nth-child(7) .slide {
    top: 140px;
    border-radius: 54px;
  }
}

@media (max-width: 767px) {
  .sliderContainer {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .sliderContainer:nth-child(7) {
    top: 600vh;
    z-index: 19;
  }
}

.sliderTrack {
  height: 700vh;
}
@media (max-width: 767px) {
  .sliderTrack {
    height: unset;
  }
}

.slideSeventh .slideText {
  max-width: 580px;
}
.slideSeventh .slideText span {
  display: inline;
  background: linear-gradient(179deg, #0E0E0E 10.25%, #2F7389 98.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slideSeventh .slidePhoneWrapper > img {
  position: absolute;
  z-index: 1;
}
.slideSeventh .slidePhoneIllustration1 {
  left: -146px;
  top: 211px;
}
@media (max-width: 767px) {
  .slideSeventh .slidePhoneIllustration1 {
    width: 130px;
    height: 130px;
    left: -83px;
    bottom: 30px;
    top: auto;
  }
}
.slideSeventh .slidePhoneIllustration2 {
  top: 0;
  right: -35px;
}
@media (max-width: 767px) {
  .slideSeventh .slidePhoneIllustration2 {
    width: 60px;
    height: 60px;
    right: -25px;
    top: 65px;
  }
}
.slideSeventh .slidePhoneIllustration3 {
  bottom: -138px;
  right: -275px;
}
@media (max-width: 767px) {
  .slideSeventh .slidePhoneIllustration3 {
    width: 200px;
    height: 215px;
    right: -190px;
    bottom: 30px;
  }
}
.slideSeventh .slideBackgroundItemFirst {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .slideSeventh .slideBackgroundItemFirst {
    width: 250px;
    height: 143px;
    left: -60px;
    top: -60px;
  }
}
.slideSeventh .slideBackgroundItemSecond {
  bottom: 20px;
  left: 257px;
}
@media (max-width: 767px) {
  .slideSeventh .slideBackgroundItemSecond {
    display: none;
  }
}

.access {
  padding: 180px 0 160px;
}
@media (max-width: 767px) {
  .access {
    padding: 48px 0;
  }
}
.access + .plans {
  padding-top: 0;
}

.accessTitle {
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .accessTitle {
    margin-bottom: 24px;
    text-align: left;
  }
  .accessTitle br {
    display: none;
  }
}
.accessTitle span {
  background: linear-gradient(105deg, #D77998 24.33%, rgba(20, 151, 245, 0.95) 59.65%, #154AAF 90.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accessBlocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .accessBlocks {
    grid-template-columns: 100%;
    margin: 0 0 24px;
  }
}

.accessBlock {
  position: relative;
  padding: 52px 40px 0;
}
@media (max-width: 767px) {
  .accessBlock {
    padding: 0;
  }
}
.accessBlock:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 40px;
  background: center center / 100% auto no-repeat;
}

.accessBlock:nth-child(1):before {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_13_9)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2456 24.745C16.9626 26.1475 16.0927 27.1841 14.8583 28.1189C14.2917 28.4644 14.3524 29.3791 14.9595 29.623C18.3185 30.8831 22.4145 28.8445 23.9231 25.5986C24.3764 24.6234 24.6544 23.5898 24.6512 22.489C24.649 21.7212 24.5211 20.9865 24.2879 20.3017C26.169 18.8134 27.4982 17.1256 28.398 15.3484C30.316 11.5607 30.2837 7.36603 29.4863 3.83057C29.3223 3.1029 28.7465 2.54654 28.0162 2.40662C24.4979 1.73253 20.2275 1.73606 16.4041 3.66731C14.6734 4.54156 13.0342 5.81091 11.5979 7.59144C10.9324 7.36938 10.2203 7.24781 9.47709 7.24562C8.38121 7.24241 7.35235 7.52171 6.38151 7.97705C3.15039 9.4925 1.12097 13.6072 2.37541 16.9815C2.61819 17.5913 3.52869 17.6523 3.87262 17.0832C4.80327 15.8431 5.83517 14.9693 7.23125 14.6849C7.51157 14.6086 7.76828 14.5797 8.01258 14.5708C7.81908 15.1843 7.63947 15.8256 7.47479 16.4957C6.99379 18.4527 7.71445 20.4839 9.17327 21.8752L9.5803 22.2633L9.58373 22.2666L9.5875 22.2702L10.2508 22.9175C11.676 24.3079 13.694 24.9492 15.6072 24.4277C16.2152 24.262 16.7995 24.0851 17.3611 23.8979C17.355 24.1619 17.3281 24.4395 17.2456 24.745ZM26.9599 4.98221C23.9227 4.48314 20.5492 4.61964 17.6212 6.09867C15.066 7.38939 12.5453 9.85589 10.882 14.5352C10.5963 15.3391 10.3359 16.2083 10.1049 17.148C9.8879 18.031 10.1884 19.0907 11.0385 19.9015L11.4523 20.2961L11.4713 20.3143L12.1382 20.9653C12.9656 21.7724 14.0213 22.0402 14.8977 21.8013C21.333 20.0468 24.4847 17.0742 25.9834 14.1146C27.3911 11.3345 27.4859 7.90453 26.9599 4.98221Z' fill='white' fill-opacity='0.88'/%3E%3Cpath d='M16.8562 14.944C16.7747 14.8661 16.7094 14.7729 16.6639 14.6697C16.616 14.5606 16.5913 14.4427 16.5913 14.3235C16.5913 14.2043 16.616 14.0863 16.6638 13.9772C16.915 13.4401 17.2251 12.9327 17.5884 12.4643C18.2761 11.5363 19.0937 10.7122 20.0162 10.0172C20.481 9.65094 20.9853 9.33771 21.5197 9.08334C21.6834 9.00998 21.8655 8.98809 22.0419 9.02057C22.2184 9.05305 22.3808 9.13836 22.5076 9.26521C22.6345 9.39205 22.7198 9.55444 22.7522 9.73086C22.7847 9.90729 22.7628 10.0894 22.6895 10.2531C22.4351 10.7875 22.1219 11.2918 21.7556 11.7567C21.0606 12.6791 20.2365 13.4967 19.3085 14.1844C18.8401 14.5477 18.3327 14.8578 17.7957 15.109C17.6925 15.1545 17.5814 15.1792 17.4687 15.1817C17.356 15.1843 17.2439 15.1646 17.1388 15.1238C17.0337 15.083 16.9377 15.0219 16.8562 14.944Z' fill='white' fill-opacity='0.88'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13_9'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.accessBlock:nth-child(2):before {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11_31)'%3E%3Cpath d='M7.00293 16.1376C7.01863 20.1206 7.50883 24.0875 8.46315 27.9546C7.79017 27.8833 7.11781 27.8037 6.44801 27.7015C6.14538 27.6542 5.86383 27.5174 5.63959 27.3087C5.41534 27.1001 5.25867 26.8291 5.18971 26.5306C3.60326 19.5793 3.60343 12.3598 5.19021 5.40856C5.25923 5.11014 5.41592 4.83918 5.64015 4.63053C5.86439 4.42187 6.1459 4.28505 6.44851 4.23766C7.10984 4.10959 7.78109 4.03954 8.45461 4.02832C7.47943 7.99056 6.99192 12.0571 7.00293 16.1376V16.1376ZM13.2899 6.77514C12.0184 12.8376 12.018 19.0979 13.2888 25.1605C13.8389 24.1724 14.6431 23.3492 15.6182 22.7761C16.5932 22.203 17.7036 21.9008 18.8346 21.9008C19.9656 21.9007 21.076 22.2029 22.0511 22.776C23.0261 23.3491 23.8303 24.1723 24.3805 25.1604C25.0033 22.1868 25.3224 19.1577 25.333 16.1196C25.3432 12.98 25.0236 9.84806 24.3794 6.77526C23.8297 7.76372 23.0258 8.58729 22.0509 9.16066C21.076 9.73403 19.9656 10.0364 18.8346 10.0364C17.7036 10.0363 16.5932 9.73398 15.6183 9.16059C14.6434 8.58719 13.8395 7.76362 13.2899 6.77514M23.6685 4C23.7213 4.00001 23.774 4.00298 23.8265 4.0089C24.4028 4.07385 24.9778 4.15014 25.5515 4.23778C25.8541 4.28515 26.1356 4.42197 26.3599 4.63063C26.5841 4.83929 26.7408 5.11025 26.8098 5.40868C27.6128 8.92513 28.0121 12.5217 27.9998 16.1287C27.9882 19.6293 27.5893 23.1178 26.8103 26.5307C26.7414 26.8291 26.5847 27.1001 26.3605 27.3088C26.1362 27.5175 25.8547 27.6543 25.552 27.7016C24.7806 27.8194 24.007 27.9166 23.2311 27.9932C23.2062 27.9956 23.1815 27.9969 23.157 27.9969C22.9818 27.9939 22.8128 27.9321 22.677 27.8213C22.5413 27.7105 22.4468 27.5573 22.4088 27.3863C22.2164 26.5832 21.7591 25.8683 21.1107 25.3569C20.4623 24.8455 19.6606 24.5674 18.8347 24.5674C18.0089 24.5674 17.2072 24.8455 16.5588 25.3569C15.9104 25.8683 15.4531 26.5832 15.2607 27.3863C15.2227 27.5573 15.1282 27.7105 14.9924 27.8213C14.8567 27.9321 14.6876 27.9939 14.5125 27.9969C14.488 27.9969 14.4633 27.9956 14.4385 27.9932C13.6629 27.9163 12.8892 27.8191 12.1175 27.7016C11.8148 27.6543 11.5333 27.5175 11.309 27.3088C11.0848 27.1001 10.9281 26.8291 10.8592 26.5307C9.27271 19.5794 9.2729 12.3599 10.8597 5.40868C10.9287 5.11025 11.0854 4.83929 11.3097 4.63063C11.5339 4.42197 11.8154 4.28516 12.118 4.23778C12.6915 4.15014 13.2665 4.07385 13.8431 4.0089C13.8954 4.00299 13.9481 4.00002 14.0008 4C14.312 4.00971 14.6131 4.1132 14.8645 4.29691C15.1159 4.48061 15.306 4.73597 15.4099 5.02954C15.6786 5.71919 16.1494 6.31163 16.7604 6.72931C17.3715 7.14699 18.0945 7.37045 18.8346 7.37045C19.5748 7.37045 20.2977 7.14699 20.9088 6.72931C21.5199 6.31163 21.9906 5.71919 22.2594 5.02954C22.3633 4.73598 22.5533 4.48062 22.8048 4.29692C23.0562 4.11321 23.3572 4.00972 23.6685 4ZM18.246 12.6704C17.9412 13.2282 17.6685 13.8031 17.4295 14.3922C16.803 14.4393 16.1792 14.5177 15.5605 14.6271C15.4414 14.649 15.3305 14.7025 15.2393 14.7822C15.1482 14.8618 15.0802 14.9646 15.0426 15.0797C15.005 15.1948 14.9992 15.3179 15.0258 15.436C15.0523 15.5541 15.1103 15.6628 15.1935 15.7507C15.63 16.2061 16.0891 16.6394 16.5689 17.0489C16.4255 17.6567 16.3124 18.2712 16.2298 18.8925C16.2146 19.0126 16.2321 19.1346 16.2805 19.2455C16.3288 19.3565 16.4062 19.4523 16.5045 19.5229C16.6028 19.5935 16.7184 19.6363 16.839 19.6467C16.9595 19.6571 17.0807 19.6347 17.1896 19.582C17.7529 19.3051 18.3019 19.0002 18.8347 18.6684C19.3674 19.0002 19.9164 19.3051 20.4796 19.582C20.5886 19.6347 20.7097 19.6571 20.8303 19.6467C20.9509 19.6362 21.0664 19.5935 21.1647 19.5229C21.263 19.4523 21.3405 19.3564 21.3888 19.2455C21.4372 19.1345 21.4547 19.0126 21.4395 18.8925C21.3569 18.2708 21.2437 17.6552 21.0996 17.0456C21.5796 16.6366 22.0389 16.2038 22.4756 15.7488C22.559 15.6609 22.617 15.5522 22.6436 15.434C22.6702 15.3158 22.6644 15.1927 22.6268 15.0775C22.5892 14.9624 22.5212 14.8595 22.43 14.7798C22.3388 14.7002 22.2277 14.6466 22.1085 14.6248C21.4894 14.5157 20.8652 14.4377 20.2383 14.3911C19.9994 13.8025 19.727 13.2281 19.4226 12.6706C19.3659 12.5638 19.2812 12.4744 19.1776 12.4121C19.074 12.3497 18.9553 12.3168 18.8344 12.3167C18.7134 12.3167 18.5948 12.3496 18.4911 12.4119C18.3875 12.4742 18.3027 12.5636 18.246 12.6704V12.6704Z' fill='white' fill-opacity='0.88'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11_31'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.accessBlock:nth-child(3):before {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11_37)'%3E%3Cpath d='M26.5622 15.5451L27.7322 20.771C27.7685 20.9448 27.8721 21.097 28.0201 21.1941C28.1681 21.2913 28.3485 21.3254 28.5216 21.289L29.8265 21.014C29.9122 20.996 29.9935 20.9612 30.0658 20.9116C30.1381 20.862 30.2 20.7986 30.2479 20.725C30.2958 20.6514 30.3287 20.569 30.3449 20.4826C30.3611 20.3961 30.3602 20.3074 30.3422 20.2213L28.5001 11.7753C28.4636 11.6004 28.3927 11.4347 28.2914 11.2878C28.1902 11.1409 28.0607 11.0159 27.9106 10.92C27.7605 10.8242 27.5928 10.7595 27.4174 10.7297C27.2421 10.6999 27.0625 10.7057 26.8894 10.7467L18.1809 13.115C18.0956 13.1351 18.0152 13.172 17.9441 13.2233C17.8731 13.2747 17.8128 13.3397 17.7668 13.4144C17.7207 13.4892 17.6898 13.5724 17.6758 13.6592C17.6617 13.746 17.6649 13.8347 17.685 13.9203L17.9908 15.2237C18.0109 15.3093 18.0476 15.39 18.0987 15.4614C18.1499 15.5327 18.2146 15.5933 18.289 15.6395C18.3635 15.6857 18.4462 15.7168 18.5327 15.7309C18.6191 15.745 18.7074 15.7419 18.7926 15.7217L24.3118 14.1086L20.5771 20.2381L13.2772 15.6557C12.8941 15.4152 12.389 15.5407 12.1618 15.9328L7.64063 23.7345C7.46 23.2201 7.2886 22.4341 7.19898 21.9445C6.85136 20.0452 6.67476 18.2621 6.66682 16.0543C6.66373 12.9423 6.98182 9.83049 7.62086 6.77303C7.90914 7.29401 8.26796 7.76978 8.68319 8.18669C9.82717 9.3354 11.4149 10.051 13.1653 10.051C14.9157 10.051 16.5034 9.33542 17.6474 8.18666C18.0626 7.76974 18.4215 7.29397 18.7098 6.77294C18.8573 7.47867 18.9877 8.18729 19.101 8.89814C19.1324 9.09516 19.3017 9.24053 19.5003 9.23925L21.389 9.22704C21.6315 9.22547 21.817 9.00921 21.7801 8.76844C21.6012 7.5989 21.3786 6.43475 21.1124 5.27863C20.9881 4.73898 20.5506 4.3296 20.0056 4.24437C19.4302 4.15437 18.8529 4.07589 18.2745 4.00881C17.4889 3.9177 16.8247 4.54737 16.485 5.26466C16.3033 5.64833 16.0578 5.99549 15.7622 6.29218C15.0976 6.95965 14.18 7.37257 13.1653 7.37257C12.1505 7.37257 11.2329 6.95963 10.5684 6.29218C10.2728 5.99547 10.0273 5.64828 9.84556 5.26458C9.50587 4.54731 8.84171 3.9177 8.05612 4.00881C7.47771 4.07589 6.90044 4.15437 6.325 4.24437C5.78009 4.3296 5.34256 4.73899 5.2183 5.27863C4.40253 8.82121 3.99643 12.4391 4.00002 16.0569L4.00105 16.2463C4.02845 19.9064 4.48391 22.5083 5.36695 26.07C5.53754 26.758 6.65335 26.9 7.60023 26.9C8.5471 26.9 8.96962 26.6353 9.40023 26.0965C9.83083 25.5577 10.1629 25.0581 10.1629 25.0581L13.4826 18.9351L20.9141 23.6002C21.1951 23.7766 21.5653 23.6908 21.7409 23.4086L26.5622 15.5451Z' fill='white' fill-opacity='0.88'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11_37'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .accessBlock:before {
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.accessBlockTitle {
  margin-bottom: 8px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .accessBlockTitle {
    padding-left: 32px;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
  }
}

.accessBlockText {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .accessBlockText {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.3px;
  }
}

.reviewsItem {
  cursor: url(https://outlier.bet/wp-content/themes/your-clean-template/assets/img/reviews/cursor.svg) 1 1, auto;
}

.reviewsItem:hover .reviewsItemUserContentVariant {
  color: white;
}

.reviewsItem:hover .reviewsItemUserContentVariant img {
  filter: brightness(2);
}

.reviewsItemUserContentVariant {
  transition: color .2s;
}

.reviewsItemUserContent {
  transition: background-image .2s;
}

.reviewsItemUserContentVariant img {
  transition: filter .2s;
  will-change: filter;
}

.reviewsItem:hover .reviewsItemUserContent {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85502 18.1913L9.15678 17.4755C9.0642 17.3806 9.0131 17.2528 9.01475 17.1202C9.01639 16.9876 9.07063 16.8611 9.16554 16.7685L14.0533 12L9.1655 7.23192C9.07058 7.13932 9.01633 7.01281 9.01469 6.88021C9.01304 6.74762 9.06413 6.6198 9.15672 6.52488L9.85502 5.80908C9.90087 5.76207 9.95553 5.72456 10.0159 5.69868C10.0762 5.6728 10.1411 5.65906 10.2067 5.65824C10.2724 5.65743 10.3376 5.66955 10.3985 5.69392C10.4595 5.71829 10.5151 5.75444 10.5621 5.80029L16.1837 11.2842C16.2792 11.3773 16.3551 11.4886 16.4069 11.6116C16.4588 11.7345 16.4855 11.8666 16.4855 12C16.4855 12.1334 16.4588 12.2654 16.4069 12.3884C16.3551 12.5113 16.2792 12.6226 16.1837 12.7158L10.562 18.2001C10.4671 18.2927 10.3393 18.3438 10.2067 18.3421C10.0741 18.3405 9.94762 18.2863 9.85502 18.1913Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") right center/24px auto no-repeat;
}

.plansItem {
  width: 33.33%;
}
@media (max-width: 1439px) {
  .plansItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plansItem {
    width: 100%;
  }
}