/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1,.h1{
  text-transform:uppercase;
}
body{
  font-weight:500;
  padding-top: 0 !important;
  font-family: "Poppins", Verdana, sans-serif;
}
.hs-recaptcha {
  display: none;
}
button.hs-search-field__button.cta-button.search--icon:focus {
  box-shadow: none;
  outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.btn-wrapper.btn-tertiary-wrapper a.cta-button {
  color: #7317BA;
}
.hs-search-field__bar button svg {
  height: 15px !important;
}
.btn-wrapper.btn-tertiary-wrapper a.cta-button:hover {
  color: #fff;
}
a.cta-button {
  font-size: 13px !important;
}
a.cta-button:focus {
  outline: 0 !important;
  box-shadow: none;
}
.hs-search-field__desktop .hs-search-field__input::-webkit-input-placeholder { color: #381970 !important; opacity:1;} /* WebKit browsers */
.hs-search-field__desktop .hs-search-field__input:-moz-placeholder { color: #381970 !important; opacity:1;} /* Mozilla Firefox 4 to 18 */
.hs-search-field__desktop .hs-search-field__input::-moz-placeholder { color: #381970 !important; opacity:1;} /* Mozilla Firefox 19+ */
.hs-search-field__desktop .hs-search-field__input:-ms-input-placeholder { color: #381970 !important; opacity:1;} /* Internet Explorer 10+ */

.sr-form .hs_submit.hs-submit .actions {
  background: var(--secondary);
  border-radius: 16px;
}

.bg-secondary .legal-consent-container {
  color: white;
}
a.cta-button,.price-btn,.sr-form .hs_submit.hs-submit .actions {
  position: relative;
  overflow: hidden;
  color:#fff;
  z-index: 1;
}
a.cta-button:before, a.cta-button:after,.price-btn:before,.price-btn:after,.sr-form .hs_submit.hs-submit .actions:before,.sr-form .hs_submit.hs-submit .actions:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: -1;
}
a.cta-button:before,.price-btn:before,.sr-form .hs_submit.hs-submit .actions:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
a.cta-button:after,.price-btn:after,.sr-form .hs_submit.hs-submit .actions:after {
  right: -20px;
  transform: translate(50%, -50%);
}
a.cta-button:hover,.price-btn:hover,.sr-form .hs_submit.hs-submit .actions:hover {
  color: #fff;
}
a.cta-button:hover:before,.price-btn:hover:before,.sr-form .hs_submit.hs-submit .actions:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
a.cta-button:hover:after,.price-btn:hover:after,.sr-form .hs_submit.hs-submit .actions:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}


/*****************************************/
/* Header css    */
/*****************************************/

.header__top {
  background: transparent !important;
}
header.header__container {
  position: absolute;
  background: transparent !important;
  box-shadow: none !important;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link.header__menu-link--toggle.no-button {
  padding: 0 16px !important;
  pointer-events: none;
}
.header__container[data-layout=desktop] .header__wrapper {
  position: relative;
  background: #381970;
  border-radius: 0;
  padding: 0 32px;
}
a.header__menu-link {
  padding: 15px 16px !important;
}
.header__container[data-layout=desktop] .header__logo-col {
  margin: 0 !important;
}
.header__logo-col.for-mobile {
  display: none;
}
.header__menu--top {
  justify-content: space-between !important;
}
.header__wrapper.header__wrapper--bottom {
  background: #F1EEFF !important;
  border-radius: 0 0 30px 30px !important;
}
.header__menu-child-toggle {
  display: none;
}
.header__menu-item svg {
  margin-right: 8px;
}
.header__search-col.search {
  margin: 0;
  height: 44px !important;
}
button.header__menu-link.header__menu-link--toggle {
  padding: 23px 12px !important;
}
.header__menu-col.m-left-auto {
  margin-left: 0 !important;
}
.header__wrapper.header__wrapper--bottom {
  margin-top: 0 !important;
}
button.hs-search-field__button.cta-button.search--icon {
  min-height: 0 !important;
  top: 13px;
  background: transparent !important;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 {
  display: flex;
  width: auto;
}
ul.header__menu-submenu.header__menu-submenu--level-2 .header__menu-item--depth-2 {
  display: block;
  color: #381970 !important;
}
ul.header__menu-submenu.header__menu-submenu--level-2 > .header__menu-item--depth-2:hover {
  background: transparent !important;
  color: #381970 !important;
}
ul.header__menu-submenu.header__menu-submenu--level-3 {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0 !important;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 span {
  font-weight: 700;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link.header__menu-link--toggle.no-button {
  padding: 0 16px !important;
}
.header__menu-submenu .header__menu-item:hover{
  background-color:transparent !important;
}
.header__container .header__menu-submenu .header__menu-item:active, .header__container .header__menu-submenu .header__menu-link--active-link {
  background-color: transparent !important;
  color: #7317BA;
}


/*****************************************/
/* Case Study page css    */
/*****************************************/

.csHero .sr-cover-image:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
}
.csHero .hero-img img {
  border-radius: 20px;
}

/*****************************************/
/* Game page css    */
/*****************************************/

.game_inner_page {
  padding: 128px 0 32px;
  background: linear-gradient(180deg, #581ECD 0%, #7317BA 100%), var(--Greys-White, #FFF);
}
.game_hero{
  /*   height: 450px; */
  aspect-ratio: 3 / 4;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  /* border: 6px solid #fff; */
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background-blend-mode: multiply, normal;
  flex-wrap: wrap;
  position:relative;
}
.game_hero_wraper .game_hero,.game_inner_page .game_hero {
  aspect-ratio: 21 / 9;
}
.game_hero:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-corner-shape.png);
  width: 260px;
  height: 260px;
  right: 0;
  top: 0;
  border-radius: 0 16px 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.game-img {
  /*   height: 258px; */
  aspect-ratio: 4 / 3;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background-blend-mode: multiply, normal;
  transition: all 0.5s ease;
  position:relative;
}
/* .game-img:hover {
transform: scale(1.1);
} */
.game_item a,.game_items a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  /* border: 6px solid #fff; */
  border-radius: 20px;
}
.contact_map_slider .slick-track {
  display: flex;
  align-items: center;
}
.contact_map_slider .slick-slide .col-content iframe {
  height: 155px;
}
.contact_map_slider .slick-slide.slick-center .col-content iframe {
  height: 310px;
}
.game_copy {
  display: flex;
  align-items: flex-end;
}
.genre-icon svg {
  margin: 0 3px;
}
.game-data-left {
  width: 60%;
}
.game-data-right {
  width: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero_game_hero_wraper .game-data-right {
  display: flex;
  justify-content: space-between;
}
.game_hero > div {
  width: 100%;
}
.table-data-left h1,.table-data-left p{
  color:var(--white);
  margin-bottom: 0;
}
a.website-btn {
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: var(--white);
  display: inline-block;
  padding: 12px 24px;
  margin-right:13px;
  font-weight:700;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
span.x-buy-button-widget-simple-payment-button-amount {
  font-size: 13px;
  font-weight: 700 !important;
  font-family: Poppins;
}
a.buy-game-btn{
  background:var(--white);
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: var(--secondary);
  display: inline-block;
  padding: 12px 24px;
  margin-right:13px;
  font-weight:700;
  text-align:center;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a.buy-game-btn svg {
  margin-top: -2px;
}
.price-btn{
  background:var(--white);
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: var(--secondary);
  display: inline-block;
  padding: 12px 10px;
  margin-right:0;
  font-weight:700;
  cursor:pointer;
  min-width:140px;
  min-height: 41px;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.left_rel img {
  margin-right: 10px;
}
.price-btn:hover{
  color: var(--white);
}
a.buy-game-btn:hover{
  background: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
}
a.buy-game-btn:hover svg path{
  fill:var(--white);
  stroke:var(--white);
}
.table-data-right a:last-child{
  margin-right:0;
}
.inner-games {
  padding: 32px 0;
}
.game-title h4 {
  color: #fff;
}
.game_genre_platform {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.game_genre_platform p {
  margin-bottom: 0;
  letter-spacing: 0.226px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.game_title h1{
  text-transform:uppercase;
}
.game_title h1, .game_title p {
  color: var(--white);
  margin-bottom: 0;
}
.game_title p,.game_genre_platform p{
  font-size:14px;
  font-weight: 500;
}
.genre-icon a {
  margin-right: 5px;
}
.genre-icon a:last-child {
  margin-right: 0;
}
.game_hero .ply-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: auto;
  cursor: pointer;
}
.about_game {
  background: #fff;
}
.inner_about_game {
  max-width: 750px;
  margin: 0 auto;
  padding: 24px 0 44px;
}
.left-right-sec,.right-left-sec {
  background: var(--secondary);
  position:relative;
  z-index:1;
  padding: 76px 0;
}
.inner-left-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.left_copy {
  width: 32%;
  color: var(--white);
}
.left_copy h3,.right_copy_img,.right_copy_img h3{
  color: var(--white);
}
.left_copy p,.right_copy_img p,.left_copy ul li,.right_copy_img ul li {
  font-size: 14px;
  letter-spacing: 0.226px;
}
.inner_about_game p {
  font-size: 20px;
}
.game_inner_page .game_title p {
  font-size: 20px;
}
.right_copy {
  width: 68%;
  padding-left:56px;
  position: relative;
}
.right_copy img,.left_img img {
  border: 6px solid #fff;
  border-radius: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
  width:100%;
}
.left_copy .game-data-right {
  text-align: left;
  width: 100%;
}
.left_copy a.buy-game-btn:hover,.right_copy_img .game-data-right a.buy-game-btn:hover,.left_purchase a.buy-game-btn:hover {
  background: var(--primary);
}
.left-right-sec:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-corner-shape.png);
  width: 350px;
  height: 350px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}
.right_copy:before {
  position: absolute;
  content: "";
  right: -76px;
  top: -50px;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/green-dots.svg);
  width: 298px;
  height: 187px;
  z-index: -1;
}
.right_copy_img {
  width: 32%;
}
.left_img{
  width: 68%;
  padding-right:56px;
  position: relative;
}
.right_copy_img .game-data-right {
  width: 100%;
  text-align: left;
}
.right-left-sec:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-corner-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 350px;
  position: absolute;
  writing-mode: lr;
  bottom: 0;
  width: 350px;
  z-index: -1;
  transform: rotate(180deg);
}
.left_img:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dots.svg);
  content: "";
  height: 187px;
  position: absolute;
  left: -76px;
  bottom: -50px;
  width: 298px;
  z-index: -1;
}
/* .right-left-sec:after {
position: absolute;
content: "";
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Hell%20Let%20Loose-Mark-White%201.svg);
width: 197px;
height: 197px;
top: -60px;
right: 0;
} */
.gallery_title img {
  max-width: 130px;
}
.media-gallery {
  background: var(--secondary);
  padding: 64px 0 154px;
  position:relative;
}
.gallery_title {
  margin-bottom: 32px;
  display:inline-block;
}
.gallery_title h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.gallery_img img {
  border: 4px solid #fff;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width:450px;
}
.media-gallery:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/media-gallery-shape.svg);
  width: 100%;
  height: 123px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-gallery button.slick-next.slick-arrow,.similar-games-slider button.slick-next.slick-arrow {
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-1.svg);
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: -100px;
}
.similar-games-slider button.slick-next.slick-arrow{
  right:20px;
}
.new_game_slider button.slick-next.slick-arrow {
  right:24px;
}
.new_game_slider button.slick-prev.slick-arrow {
  right:74px !important;
}
.media-gallery button.slick-prev.slick-arrow,.similar-games-slider button.slick-prev.slick-arrow{
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow.svg);
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 50px;
  top: -100px;
}
.similar-games-slider.new_game_slider {
  margin-right: -23px;
}
.similar-games-slider button.slick-prev.slick-arrow{
  right:70px;
}
.media-gallery .slick-list.draggable {
  padding-right: 200px;
}
.media-gallery .slick-track .slick-slide > divv{
  margin-right: 24px;
}
.inner-gallery .slick-slide > div,.similar-games-slider .slick-slide > div {
  margin-right: 24px;
}
.inner-gallery:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dots.svg);
  width: 298px;
  height: 187px;
  top: -80px;
  right: 62px;
}
.available_editions {
  background: var(--white);
  padding: 64px 0 150px;
  position:relative;
}
.available_editions:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/edition-bg-shape.svg);
  width: 100%;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.editions_copy {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.editions_copy ul {
  background: #f1eeff;
  padding: 30px;
  border-radius: 16px;
}
.editions_copy ul li {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px !important;
  font-size:14px;
}
.editions_copy ul li span {
  width: 50%;
  text-align: left;
}
.left_copy h3 span,.right_copy_img h3 span {
  font-size: clamp(1.5rem, 2.150537634408602vw + 0.46774193548387094rem, 2.0rem);
}
.right_copy_img span,.left_copy span {
  font-size: 14px;
}
.inner_editions .slick-track {
  display: flex;
  align-items: center;
}
.editions_img img {
  height: 150px;
  width: 100%;
  border: 6px solid #fff;
  border-radius: 16px;
  object-fit: cover;
}
.slick-slide.slick-current.slick-active.slick-center .editions_img img {
  height: 300px;
}
.inner_editions .slick-track .slick-slide > div{
  margin-right: 30px;
}
.inner_purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 64px 0;
}
.left_purchase {
  width: 30%;
}
.right_purchase {
  width: 70%;
  padding-left: 90px;
}
.left_purchase .game-data-right {
  width: 100%;
  text-align: left;
}
.game_purchase {
  background: #f1eeff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/games-carousel-shape.png);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 43% 100%;
}
.single-platform a {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background:#fff;
  position:relative;
}
.p-icon svg {
  width: 55px;
  height: 55px;
}
.p-text h5, .p-text h4 {
  margin-bottom: 0;
}
.p-text h4 {
  color: var(--primary);
  font-weight: 700;
}
.ae-bottom {
  max-width: 750px;
  margin: 24px auto 0;
  text-align: center;
}
.ae-bottom p {
  letter-spacing: 0.226px;
  font-weight: 500;
  font-size: 11px;
}
.ae-bottom a {
  background: #7317BA;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 16px;
  font-weight: 700;
  padding: 11px 28px;
}
.ae-bottom a:hover {
  background: var(--primary);
  color: #fff;
}
.similar-games {
  background: var(--secondary);
  padding:64px 0 88px;
}
.similar-games-slider .slick-track {
  margin: 0;
}
.similar-title {
  display: flex;
  align-items: center;
  position:relative;
  z-index:1;
}
.similar-title img {
  max-width: 153px;
}
.similar-title h1 {
  margin-bottom: 0;
  margin-left: 16px;
  text-transform: uppercase;
  color:var(--white);
}
.p-icon {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/platform-icon.png);
  width: 107px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-platform {
  margin-bottom: 16px;
  margin-right: 16px;  
}
.single-platform:nth-of-type(2n) {
  margin-right: 0;
}
.single-platform:last-child {
  margin-bottom: 0;
}
.inner_platform {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.single-platform a:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-2.svg);
  width: 28px;
  height: 57px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.left_purchase h3, .left_purchase p {
  color: var(--white);
}
.inner-similar-games:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pink-dots.svg);
  bottom: 23px;
  left: 0;
  width: 298px;
  height: 187px;
  z-index: -1;
}
.inner-similar-games:after {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dots.svg);
  top: -84px;
  right: 150px;
  width: 298px;
  height: 187px;
  z-index: -1;
}
.inner-similar-games {
  position: relative;
  z-index: 1;
}
.inner-similar-games-2:before {
  position: absolute;
  content: "";
  bottom: 23px;
  left: 0;
  width: 298px;
  height: 187px;
  z-index: -1;
}
.inner-similar-games-2:after {
  position: absolute;
  content: "";
  top: -84px;
  right: 150px;
  width: 298px;
  height: 187px;
  z-index: -1;
}
.inner-similar-games-2 {
  position: relative;
  z-index: 1;
}
.all-games-btn {
  text-align: center;
  margin-top: 32px;
}
.all-games-btn a {
  border: 1px solid #fff;
  border-radius: 16px;
  color: var(--secondary);
  display: inline-block;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.132px;
  margin-right: 13px;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.all-games-btn a:hover {
  border: 1px solid var(--primary);
  color: var(--white);
}
.game_items {
  width: 30.5%;
  margin: 0 1.2% 30px;
}
span.filter-text {
  letter-spacing: 0.226px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--primary);
}
.games-title {
  text-align: center;
  padding: 64px 0 32px;
}
.games-title h1 {
  margin-bottom: 10px;
}
.games-title h1 span{
  color: var(--primary);
}
.games-title p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}
div#stuff-filters select {
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 8px;
  appearance: none;
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
div#stuff-filters {
  align-items: flex-end;
}
.our-games {
  background: var(--white);
}
button#filter-btn {
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #7317BA;
  border-radius: 16px;
  height: 40px;
  width: 100%;
  text-align: center;
  color: var(--secondary);
  padding: 10px;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button#filter-btn:hover {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
}
.isotope-pager {
  text-align: center;
  position:relative;
}
.isotope-pager a.pager.next {
  background: #7317BA url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 40px;
  z-index: 1;
}
.isotope-pager a.pager.prev {
  background: #7317BA url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 40px;
  z-index: 1;
}
a.pager{
  letter-spacing: 0.226px;
  font-weight: 500;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 2px;
  padding: 1px;
  margin: 0 4px;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
span.total-pages {
  letter-spacing: 0.226px;
  font-weight: 500;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 1px;
  margin: 0 4px; 
}
a.pager:hover,a.pager.active{
  background:var(--secondary);
  color:#fff;
}
div#no-data-message {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 50px;
}
span.page-info {
  display: block;
  text-align: center;
  letter-spacing: 0.226px;
  font-size: 12px;
  font-weight: 500;
  color: #381970;
  margin-top: 24px;
}
div#wrapper {
  padding-bottom: 64px;
}
a.pager.prev.disabled{
  background: #F1EEFF url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
a.pager.next.disabled{
  background: #F1EEFF url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.new-game-title {
  margin-bottom: 70px;
}
.new-game-title h1 {
  color: #fff;
}
.new-games button.slick-prev.slick-arrow, .new-games button.slick-next.slick-arrow{
  top:-118px;
}
.new-games {
  background: var(--secondary);
  padding: 64px 0 155px;
  position: relative;
}
.new-games .inner-similar-games:before {
  bottom: -47px;
}
.game_hero_wraper {
  background: var(--secondary);
  padding: 128px 0 32px; 
}
.game_hero_wraper .genre-icon svg,.game_inner_page .genre-icon svg {
  width: 31px;
  height: 31px;
}
.new-games:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/media-gallery-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 123px;
  left: 0;
  position: absolute;
  width: 100%;
}
.signUp-game {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.signUp-game:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pink-dots.svg);
  width: 298px;
  height: 187px;
  left: -188px;
  top: -50px;
}

/*****************************************/
/* About css    */
/*****************************************/

.about-hero .sr-cover-image:after {
  position: absolute;
  content: "";
  background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png');
  height: 100%;
  width: 52%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-hero .sr-cover-image{
  z-index: 1;
}
.content_col {
  position: relative;
  z-index: 10;
}
.about-hero:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/about-hero-dots.svg);
  width: 192px;
  height: 104px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
  z-index: 10;
  background-repeat: no-repeat;
}
.m-gallery-icon:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Headphones.png);
  width: 130px;
  height: 90px;
  left: 0;
  top: -17px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.m-gallery-icon {
  position: relative;
  padding-left: 150px;
  margin-bottom: 0;
  z-index:10;
  display:inline-block;
}
.our_games_slider button.blaze-next {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  bottom: -14px;
  width: 40px;
  z-index: 1;
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
  left: 320px;
  margin: 0 auto;
}
.our_games_slider button.blaze-prev {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  bottom: -14px;
  width: 40px;
  z-index: 1;
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 320px;
  left: 0;
  margin: 0 auto;
}
.gallery_slider button.slick-next.slick-arrow {
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-1.svg);
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: -100px;
}
.gallery_slider button.slick-prev.slick-arrow {
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow.svg);
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 50px;
  top: -100px;
}
/* PURPLE version of slick arrows */
.purple-arrows .gallery_slider button.slick-next.slick-arrow {
  background: #7317ba url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-white.svg');
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -60px;
  top: auto;
}

.purple-arrows .gallery_slider button.slick-prev.slick-arrow {
  background: #7317ba url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow-white.svg');
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  right: 50px;
  bottom: -60px;
  top: auto;
}

.purple-arrows-centered .gallery_slider button.slick-prev.slick-arrow,
.purple-arrows-centered .gallery_slider button.slick-next.slick-arrow {
  background-color: #7317ba;
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
  position: absolute;
  bottom: -60px;
  top: auto;
}

/* Left arrow to left of center */
.purple-arrows-centered .gallery_slider button.slick-prev.slick-arrow {
  left: 50%;
  transform: translateX(-46px);
  background-image: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow-white.svg');
}

/* Right arrow to right of center */
.purple-arrows-centered .gallery_slider button.slick-next.slick-arrow {
  left: 50%;
  transform: translateX(7px);
  background-image: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-white.svg');
}


.sr-gallery {
  position: relative;
  z-index: 1;
}
.sr-gallery:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dots.svg);
  width: 298px;
  height: 187px;
  top: -80px;
  right: 160px;
  z-index: -1;
}
.sr-gallery-02 .sr-gallery .lightbox .overlay img {
  width: 75px;
  height: 75px;
}

/* NEW gallery version with no background dots */
.sr-gallery-new {
  position: relative;
  z-index: 1;
}

/* Do NOT include any ::before here — this avoids yellow dots */

/* Gallery padding */
.sr-gallery-02 .sr-gallery-new .row > div {
  padding: 0.125rem;
}

/* Lightbox image */
.sr-gallery-02 .sr-gallery-new .lightbox img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 100%;
  object-fit: cover;
}

/* Overlay styling */
.sr-gallery-new .overlay {
  align-items: center;
  background-color: var(--overlay);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .4s;
  width: calc(100% - 30px);
  right: 0;
  margin: 0 auto;
  border-radius: 8px;
}

/* Overlay hover */
.sr-gallery-new .lightbox:hover .overlay {
  opacity: 1;
}

/* Plus icon in overlay */
.sr-gallery-02 .sr-gallery-new .lightbox .overlay img {
  width: 75px;
  height: 75px;
}

/* Optional: animate plus icon */
.sr-gallery-02 .sr-gallery-new .overlay i {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .responsive-steam-widget { ... }
.responsive-steam-widget {
  position: relative;
  width: 100%;
  padding-top: 55%;
  height: 0;
  overflow: hidden;
}



.responsive-steam-widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
    }

.games_copy {
  max-width: 636px;
  margin: 0 auto;
  text-align: center;
}
.our_games_slider .blaze-pagination button {
  background: var(--white);
}
.our_games_slider .blaze-pagination button.active {
  box-shadow: 0 0 0 2px var(--white);
}
.bottom-slider-text {
  max-width: 750px;
  margin: 40px auto 0;
  text-align: center;
}
/* .our_games_slider:before {
position: absolute;
content: "";
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/our-games-cartoon.png);
right: 0;
bottom: -50px;
width: 170px;
height: 190px;
background-repeat: no-repeat;
background-size: 100%;
z-index: 1;
} */
.floting-hand{
  position: absolute; 
  right: 0;
  bottom: -50px;
  width: 170px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.our_games_slider,.sr-video-slider-01 {
  position: relative;
}
.sr-video-slider-01:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/game-shape.svg);
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.our_games_slider .blaze-pagination {
  margin-top: 30px;
}
.about-video .sr-video iframe {
  border: 6px solid #fff;
  border-radius: 16px;
}
.about-video .sr-video{
  position:relative;
  z-index:1;
  text-align:right;
}
.about-video .sr-video:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/orange-dots.svg);
  width: 268px;
  height: 168px;
  right: -70px;
  top: -40px;
  z-index: -1;
}
/* .about-video .sr-video:after {
position: absolute;
content: "";
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/jetpackworm001.png);
width: 160px;
height: 287px;
right: -53px;
bottom: -150px;
background-repeat: no-repeat;
background-size: 100%;
} */
.role .container{
  position:relative;
}
.role .animated-icon{
  position: absolute;
  width: 160px;
  height: 287px;
  right: -53px;
  bottom: -200px;
  z-index:1;
}
/* .playtesting:before {
position: absolute;
content: "";
left: 141px;
top: -90px;
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Game.png);
background-repeat: no-repeat;
background-size: 100%;
width: 193px;
height: 193px;
} */
.playtesting-rs .container{
  position:relative;
}
.playtesting-rs .animated-icon {
  position: absolute;
  left: 141px;
  top: 70px;
  width: 193px;
  height: 193px;
  z-index: 1;
}
.playtesting,.pp-img {
  position: relative;
  z-index: 1;
}
.pp-img:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pink-dots.svg);
  width: 252px;
  height: 157px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  left: 75px;
  top: 40px;
}
.faq-sec {
  position: relative;
  z-index:1;
}
.game_inner_page .game_title h1 {
  margin-bottom: 10px;

}
.faq-sec:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/top-tringle-shape.svg);
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index:-1;
}
.faq-sec:after {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/bottom-tringle-shape.svg);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 73px;
  background-repeat: no-repeat;
  background-size: cover;
}
.acc_title {
  text-align: center;
}
.faq-sec.sr-tabs-accordion-02 .details__content {
  padding: 24px;
  border-top: 1px solid #fff;
}
.faq-sec.sr-tabs-accordion-02 .details__summary {
  padding: 24px 70px 24px 24px;
}
.faq-sec.sr-tabs-accordion-02 .details {
  background: #F1EEFF;
  border-radius: 16px;
  margin-bottom: 16px;
}
.faq-sec.sr-tabs-accordion-02 .details__content p {
  font-size: 12px;
  font-weight: 500;
}
.faq-sec.sr-tabs-accordion-02 .details__summary h4{
  color:var(--primary);
}
.faq-sec.sr-tabs-accordion-02 .details__content a {
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #7317BA;
  border-radius: 16px;
  padding: 10px 21px;
  color:var(--secondary);
}
.faq-sec.sr-tabs-accordion-02 .details__content a:hover {
  color:var(--white);
  background:var(--secondary);
}


/*****************************************/
/* Game pages css    */
/*****************************************/

.hero_common {
  height: 592px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top:110px;
}
.hero_common:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png);
  height: 100%;
  left: 0;
  top: 0;
  width: 53%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.playstation_games_hero,.nintendo_games_hero,.vr_games_hero,.vr_mobile_games_hero {
  height: 650px;
}
.inner_pc h1, .inner_pc p,.inner_pc h4,.new_games_hero .game_title h3 {
  color: var(--white);
}
.inner_pc h1 {
  margin-top: 32px;
  word-break: normal;
}
.inner_pc p {
  padding-right: 50px;
}
.left_rel:before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  right: -200px;
  bottom:0;
}
ul.gamePlatforms span.x-buy-button-widget-simple-payment-button-amount {
  font-family: Poppins;
  font-weight: 700 !important;
  color: #7317ba;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px;
  cursor: pointer;
}
/* .pc_games_hero .left_rel:before {
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/mouse-icon.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .xbox_games_hero .left_rel:before {
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/xbox-3d-icon.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .playstation_games_hero .left_rel:before {
background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/playstation-3d-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .nintendo_games_hero .left_rel:before {
background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/nintendo-game-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .vr_games_hero .left_rel:before {
background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/vr-games.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .vr_mobile_games_hero .left_rel:before {
background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/vr-mobile-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
/* .new_games_hero .left_rel:before {
background: url('https://www.team17.com/hubfs/26630753/Team17%20June%202024/new-release-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
right: 20px;
bottom: -100px;
} */
.hero_common:after {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pink-dots-small.svg);
  width: 192px;
  height: 104px;
  top: 110px;
  left: -130px;
  right: 0;
  margin: 0 auto;
  background-size: cover;
}
.inner_pc .left_rel svg {
  width: 70px;
  height: 70px;
}
.new_games_hero.hero_common:after,.new_games_hero .game_hero:before{
  display:none;
}
.game-data-right.full-width {
  width: 100%;
  text-align: left;
}
.game-data-right.full-width a.website-btn {
  width: calc(100% - 169px);
  text-align: center;
}
.hero_game_hero_wraper .game-data-right.full-width a.website-btn {
  width: calc(100% - 200px);
}
.hero_game_hero_wraper .game-data-right.full-width .price-btn{
  min-width:180px;
  text-align:center;
}
.game_inner_page .game-data-right {
  display: flex;
  justify-content: flex-end;
}
.game-data-right.full-width a.buy-game-btn {
  width: 150px;
  margin-right: 0;
}
.featured_game_wraper .game-data-right.full-width {
  display: flex;
  justify-content: space-between;
}
.right_rel .game-data-left {
  width: 100%;
  margin: 20px 0;
}
.new_games_hero .game_hero{
  height:368px;
}
a.new-release {
  letter-spacing: 1.132px;
  text-transform: uppercase;
  background: var(--white);
  color:var(--secondary);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 16px;
  padding: 11px 20px;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a.new-release:hover {
  color:var(--white);
}
.new_games_hero .inner_pc h1 {
  margin-top: 0;
}
.awards-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.awards-logo {
  width: 33.33%;
}
.awards-sec{
  position:relative;
}
.awards-sec:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/awards-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 43%;
  background-position: left center;
}
/* .awards-sec:after {
position: absolute;
content: "";
top: -60px;
right: 40px;
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Bolt%201.png);
width: 196px;
height: 196px;
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
z-index: 1;
} */
.boat-icon{
  position: absolute;
  top: 50px;
  right: 40px;
  width: 196px;
  height: 196px;
  z-index: 1;
}
.awards-info p, .awards-info ul li {
  font-size: 14px;
  font-weight: 500;
}
.awards-info ul li{
  font-weight:700;
  margin-bottom:0 !important;
}
.col-content p {
  font-size: 14px;
  font-weight: 500;
}
.awards-info ul {
  padding-left: 20px;
}
.publish-partner {
  position: relative;
  z-index: 1;
}
.publish-partner:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dot-small.svg);
  bottom: -65px;
  content: "";
  height: 159px;
  position: absolute;
  right: 0;
  width: 108px;
}
.publish-partner:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/SR%20Two%20Col%20Gallery.png);
  height: 100%;
  width: 16%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}

/*****************************************/
/* Home css    */
/*****************************************/

.sr-home-hero {
  background: linear-gradient(180deg, #581ECD 0%, #7317BA 100%);
}
.hero_game_hero_wraper .game_hero:before{
  display:none;
}
.hero_game_hero_wraper .game_hero{
  /*   height:490px; */
  aspect-ratio: 4 / 3;
}
.hero_game_hero_wraper .game_title h3 {
  color: #fff;
}
.hero_game_hero_wraper .game-data-left {
  width: 100%;
  margin: 15px 0;
}
.single-hero-card {
  background: #fff;
  /* border: 6px solid #fff; */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  height: 230px;
}
.right-hero-card img {
  max-width: 130px !important;
}
.left-hero-card img {
  max-width: 170px !important;
}
.right-hero-card:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/SR-Hero-Card.png);
  right: 0;
  top: 0;
  width: 190px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: -1;
  border-radius: 0 16px 16px 0;
}
.left-hero-card h3 {
  color: var(--primary);
  letter-spacing: -0.64px;
}
.left-hero-card a {
  background: var(--secondary);
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px;
  text-transform: uppercase;
  letter-spacing: 1.132px;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
ul.gamePlatforms {
  position: absolute;
  background: #fff;
  border-radius: 8px 8px 0 8px;
  padding: 0;
  margin: 0;
  right: 24px;
  bottom: 66px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  width: 250px;
  z-index:1;
}
.game-data-right.full-width.active ul.gamePlatforms,.singlepageButton.active ul.gamePlatforms, .featuredButtons.active ul.gamePlatforms{
  visibility: visible;
  opacity: 1;
}
ul.gamePlatforms li {
  list-style: none;
}
ul.gamePlatforms li a {
  list-style: none;
  text-transform: uppercase;
  color: #7317BA;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  position:relative;
}
ul.gamePlatforms li a:hover {
  background: linear-gradient(0deg, rgba(220, 220, 244, 0.50) 0%, rgba(220, 220, 244, 0.50) 100%), var(--Greys-White, #FFF);
  border-radius: 8px 8px 0 8px;
}
ul.gamePlatforms li:last-child a{
  border:0;
}
ul.gamePlatforms li a svg {
  width: 30px;
  height: 30px;
  background: #F1EEFF;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 16px;
  top: 5px;
}
.game-data-right.full-width.active .price-btn, .singlepageButton.active .price-btn, .featuredButtons.active .price-btn{
  border-radius: 0 0 16px 16px;
}
.game-data-right.full-width.active .price-btn .down-arrow,.singlepageButton.active .price-btn .down-arrow{
  transform: rotate(-180deg);
  padding-left: 0;
}
.featuredButtons.active .price-btn .down-arrow{
  transform: rotate(-180deg);
}
.down-arrow {
  width: 14px;
  height:14px;
}
.featuredButtons .price-btn .down-arrow {
  max-width: 20px;
}
.game-data-right.singlepageButton {
  text-align: left;
}
.inner-left-copy .game-data-right {
  display: block;
}
.featuredButtons .price-btn {
  display: flex;
  justify-content: center;
}
.featuredButtons .price-btn .down-arrow {
  margin-left: 7px;
}
.featuredButtons .price-btn .down-arrow {
  height: 15px;
  width: 14px;
}
svg.down-arrow path {
  fill: transparent;
}
ul.gamePlatforms > li a > svg path {
  fill: #381970;
}
video.hoverVideo {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: 0;
}
.game-img:hover video.hoverVideo {
  opacity: 1;
}
.playBuild a.cta-button {
  background-color: var(--secondary);
}
/* .left-hero-card a:hover {
background: var(--primary);
color: #fff;
} */
.sr-new-games .new-games:before{
  display:none;
}
.sr-new-games .new-games {
  padding: 0;
  background: transparent;
}
.new-game-title h1 img {
  max-width: 153px;
}
.sr-new-games .new-game-title {
  margin-bottom: 0;
}
.sr-new-games{
  position:relative;
}
.sr-new-games:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/game-shape.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.new_btn a{
  background: var(--white);
  color: var(--secondary) !important;
  border-radius: 16px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.132px;
  padding: 14px 20px;
  text-transform: uppercase;
  position:relative;
  z-index:1;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.new_btn {
  text-align: center;
  margin-top:30px;
}
.new_btn a:hover{
  color: var(--white) !important;
}
.latest-game-form .sr-form .hs_submit.hs-submit {
  top: auto;
  bottom: 0;
}
.latest-game-form .sr-form .hs_submit.hs-submit input.hs-button.primary.large{
  border-radius: 16px;
}
.latest-game-form form label span {
  font-weight: 500 !important;
  margin-bottom: 5px;
  display: inline-block;
}
.latest-game-form .hs_i_would_like_to_receive_the_following_updates__ > label span {
  font-weight: 700 !important;
  margin-bottom: 10px;
  display: inline-block;
}
.latest-game-form .hs_i_would_like_to_receive_the_following_updates__ ul li span {
  padding-left: 44px !important;
  display: inline-block;
  font-weight: 500;
}
.latest-game-form .hs_i_would_like_to_receive_the_following_updates__ ul li{
  margin-bottom:10px;
}
.latest-game-form .form-control, .latest-game-form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
.latest-game-form input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), .latest-game-form select, 
.latest-game-form textarea{
  background: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding-right: 15px;
}
.latest-game-form .hs_i_would_like_to_receive_the_following_updates__ ul li:last-child {
  margin-bottom: 0;
}
.latestForm {
  position: relative;
  overflow: hidden;
}
.latestForm:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/form-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 90px;
  width: 100%;
  z-index: 1;
}
.formImage img {
  position: absolute;
  top: 0;
}
.formImage:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/green-dots.svg);
  width: 298px;
  height: 187px;
  right: -40px;
  top: 150px;
}
.joinTitle span {
  color: #EBD100;
  display: block;
}
.join-img{
  position: static;
}
.join-img img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 400px;
}
.joinUs{
  position:relative;
}
ul.gamePlatforms div#xsolla-buy-button-widget:hover,.hoverBg:hover,ul.gamePlatforms div#xsolla-buy-button-widgetss:hover {
  background: linear-gradient(0deg, rgba(220, 220, 244, .5) 0, rgba(220, 220, 244, .5) 100%), var(--Greys-White, #fff);
  border-radius: 8px 8px 0 8px;
}
ul.gamePlatforms div#xsolla-buy-button-widgetss:hover{
  border-radius: 8px 8px 0 8px;
}
ul.gamePlatforms div#xsolla-buy-button-widget:before,.hoverBg:before,ul.gamePlatforms div#xsolla-buy-button-widgetss:before {
  background: #F1EEFF url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/steam-icon.svg);
  content: "";
  height: 30px;
  position: absolute;
  right: 16px;
  top: 5px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
ul.gamePlatforms div#xsolla-buy-button-widgetss,ul.gamePlatforms div#xsolla-buy-button-widget,.hoverBg {
  border-bottom: 1px solid #d9d9d9;
}
.featuredButtons.active .price-btn.cta-button.cs {
  border-radius: 16px !important;
}
/* .joinUs:before {
position: absolute;
content: "";
top: -106px;
left: 0;
right: 0;
margin: 0 auto;
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Bomb.png);
width: 188px;
height: 190px;
z-index: 1;
background-size: 100%;
background-repeat: no-repeat;
} */
.joinUs a.cta-button {
  position: relative;
  font-weight:700;
  font-size:13px;
  border: 1px solid #fff;
}
.joinUs a.cta-button:after, .joinUs a.cta-button:before{
  background-color: var(--secondary);
}
.stats-wrapper{
  position:relative;
}
/* .stats-wrapper:before {
position: absolute;
content: "";
right: 170px;
top: -150px;
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/gold-chest.png);
width: 202px;
height: 202px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
z-index: 1;
} */
.treasure-chest {
  position: absolute;
  right: 170px;
  top: -150px;
  width: 202px;
  height: 202px;
  z-index: 1;
}
.stats-wrapper:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/yellow-dot-2.svg);
  content: "";
  height: 123px;
  position: absolute;
  right: 160px;
  top: -140px;
  width: 232px;
}
.sr-stats {
  position: relative;
}
.sr-stats:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/score-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.playBuild .card-content p {
  color: var(--primary);
  font-size:14px;
  font-weight:500;
}
.work-with .col-content p,.playtesting-rs .col-content p,.publish-partner .col-content p {
  font-size: 14px;
  font-weight:500;
}
.playBuild .content-col {
  width: 100%;
}
.playBuild .column-wrapper.bg-white {
  position: relative;
  z-index: 1;
}
.playBuild .column-wrapper:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Build-your-games.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 16px 16px 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  z-index: -1;
}
.playBuild,.pitch-hero {
  position: relative;
}
.playBuild:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/play-build-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  width: 100%;
  height: 81px;
}
.featured_game_wraper .game_hero:before{
  display:none;
}
.featured_game_wraper .game_hero{
  display:flex !important;
}
.featured_game_wraper .slick-slide > div {
  margin-right: 16px;
}
.featured_game_wraper .game-data-right.full-width a.website-btn,.featured_game_wraper .game-data-right.full-width a.buy-game-btn {
  width: calc(100% - 140px);
  padding: 12px 10px;
}
.featured_game_wraper .game-data-right.full-width a.buy-game-btn{
  color:var(--secondary);
}
.featured_game_wraper .game-data-right.full-width a.buy-game-btn:hover{
  color:var(--white);
}
.featured_game_wraper .game-data-right.full-width a.buy-game-btn:hover svg path {
  fill: transparent;
  stroke: #fff;
}
.featured_game_wraper .game-data-left {
  width: 100%;
  margin: 15px 0;
}
.featured_game_wraper .slick-list.draggable {
  padding-right: 0;
}
.featured_game_wraper button.slick-next.slick-arrow {
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow-1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 40px;
  z-index: 1;
}
.featured_game_wraper button.slick-prev.slick-arrow {
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/left-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 50px;
  top: -100px;
  width: 40px;
  z-index: 1;
}
.featured_game_wraper h1.heading {
  margin-bottom: 0;
}
.pitch-hero:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pitch-game-dots.svg);
  content: "";
  height: 105px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 90px;
  width: 234px;
  z-index: 10;
  background-repeat: no-repeat;
}
.pitch-hero:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/blue-dots.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  content: "";
  height: 146px;
  right: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 172px;
  z-index: 1;
}
.pitch-hero .sr-cover-image {
  z-index: 1;
}
.pitch-hero .sr-cover-image:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 53%;
  z-index: -1;
}
.pitch-hero .hero-img {
  z-index: 10;
  position: relative;
}
.top-right-green-dot:before {
  position: absolute;
  content: "";
  left: -30px;
  top: -43px;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/green-dots.svg);
  width: 298px;
  height: 187px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  z-index: -1;
}
.top-right-green-dot {
  position: relative;
  z-index: 1;
}
.p-card2 {
  padding-top: 80px;
}
.p-card3 {
  padding-top: 160px;
}
.p-card1,.p-card2,.p-card3 {
  padding-right: 64px;
}
/* .three-features:before {
position: absolute;
content: "";
right: 150px;
top: -100px;
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Chess-Pieces.png);
width: 284px;
height: 284px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} */
.three-features .chess-piece{
  position: absolute;
  right: 150px;
  top: 0;
  width: 284px;
  height: 284px;
}
.three-features {
  position: relative;
}
.three-features:after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 30px;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/vertical-yellow-dots.svg);
  width: 168px;
  height: 267px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}
.howHelp {
  background: linear-gradient(180deg, #7317BA 0%, #581ECD 100%), var(--Surface-Colour-surface-primary, #7317BA) !important;
  position:relative;
  z-index: 1;
}
.howHelp .animated-icon{
  position: absolute;
  width: 207px;
  height: 207px;
  top: -60px;
  left: 8%;
}
.howHelp:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/SR%20Three-Column-Features-Pattern.png);
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}
.sr-games-successes {
  position: relative;
  z-index: 1;
}
.sr-games-successes:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/success-patern.svg);
  width: 690px;
  height: 350px;
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
img.success-icon {
  max-width: 134px;
}
.success-title h1.heading {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 15px;
}
.success-title .description {
  margin-top: 32px;
}
.success-title {
  padding-bottom: 32px;
}
.success-title h1.heading span {
  color: var(--primary);
}
.games-success .inner-similar-games:after{
  display:none;
}
.games-success button.slick-prev.slick-arrow, .games-success button.slick-next.slick-arrow{
  top:-140px;
}
.pattern-remove:before{
  display:none;
}
.copy_wrap {
  width: 100%;
}
.two-col-wrape .pattern-remove:last-child:before{
  display:block;
}
.two-col-wrape .pattern-remove:last-child:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-corner-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 350px;
  position: absolute;
  writing-mode: lr;
  bottom: 0;
  width: 350px;
  z-index: -1;
  transform: rotate(180deg);
  display:block;
  left: 0;
  top: auto;
}
.playTesting {
  position:relative;
  z-index:1;
}
.playTesting:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
  z-index: -1;
}
.playTesting-form .sr-form {
  border-radius: 16px;
  padding: 32px !important;
}
.playTesting-form .hs_i_agree_to_receive_updates_and_marketing__you_can_unsubscribe_at_any_time__as_per_our_privacy_polic {
  min-width: auto;
  position: relative;
  top: 0;
}
.playTesting-form .sr-form .hs_submit.hs-submit{
  position: relative;
  top: 0;
  width: 100%;
}
.playTesting-form .sr-form .hs_submit.hs-submit input.hs-button.primary.large {
  border-radius: 16px;
  width: 100%;
  text-align:center;
  justify-content: center;
}
.playTesting-form .sr-spacer-bottom-25 {
  padding-bottom: 0;
}
.playTesting-form h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.playTesting .col-content p {
  font-weight: 400;
}
.playTesting .col-content {
  padding-right: 80px;
}
.playTesting-form:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/Gamepad.png);
  width: 158px;
  height: 158px;
  background-size: 100%;
  top: -60px;
  right: -18px;
  background-position: center;
  z-index: 1;
}
.playTesting-form:after {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/pink-d.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 196px;
  position: absolute;
  right: -75px;
  top: 90px;
  width: 295px;
  z-index: -1;
}
.playTesting-form .form-control, .playTesting-form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
.playTesting-form input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), .playTesting-form select, .playTesting-form textarea {
  padding-right: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.playTesting-form form {
  gap: 16px;
}
.playTesting-form form label span {
  font-size: 12px;
  font-weight: 500;
}
.character-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.character-img img {
  max-width: 405px;
}
.sr-featured-games h1.heading {
  margin-bottom: 0;
}
.v-all,.pg-btn{
  text-align:center;
}
.pg-btn {
  margin-top: 50px;
}
.v-all a,.pg-btn a {
  background: #7317ba;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 16px;
  padding: 12px 20px;
  transition: .15s ease-in-out;
}
.v-all a:hover,.pg-btn a:hover {
  background: #7317ba;
  filter: brightness(110%);
}
.left_copy h3,.inner_about_game h3,.right_copy_img h3 {
  text-transform: uppercase;
}













/*****************************************/
/* Footer css    */
/*****************************************/

.sr-footer-04 .footer-logo {
  margin-bottom: 40px !important;
}
.footer-row ul li svg, .footer-row ul li i {
  background-color: transparent !important;
}
.sr-footer-04 ul.social li {
  margin: 0 8px !important;
}
.sr-footer-04 ul.social li:last-child {
  margin-right: 0 !important;
}
.sr-footer-04 ul.social li i{
  width:auto !important;
  height:auto !important;
}
.sr-footer-04 .menu-wrapper {
  padding: 0 !important;
}
.footer-copyright-wrape {
  position: relative;
  padding-top: 32px;
  margin-top: 20px;
}
.footer-copyright-wrape:before {
  position: absolute;
  content: "";
  background: var(--secondary);
  width: calc(100% - 30px);
  height: 1px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.sr-footer-04 .social{
  margin:0;
}
.sr-footer-04 .sr-footer-nav .menu-wrapper li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.226px;
  position:relative;
}
/* .sr-footer-04 .sr-footer-nav .menu-wrapper li a:before {
position: absolute;
content: "";
height: 8px;
width: 1px;
top: 5px;
left: -22px;
background: var(--primary);
} */
/* .sr-footer-04 .sr-footer-nav .menu-wrapper li:first-child a:before{
display:none;
} */
.sr-footer-04 .sr-footer-nav .menu-wrapper li a:before,.footer-copyright-wrape p a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.sr-footer-04 .sr-footer-nav .menu-wrapper li a:hover:before,.footer-copyright-wrape p a:hover:before {
  width: 100%;
}
.footer-copyright-wrape p a{
  position:relative;
}
.footer-copyright-wrape p a:hover{
  text-decoration:none;
}

.uppercase {
  text-transform: uppercase;
}
.sr-cards-testimonial-slider-01 .heading span {
  color: var(--primary);
}
.sr-cards-testimonial-slider-01 .heading {
  position: relative;
  padding-left: 60px;
}
.sr-cards-testimonial-slider-01 .heading:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/star-icon.svg);
  width: 45px;
  height: 45px;
  background-size: 100%;
}
.game_card {
  position: relative;
}
.game_wrape {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.card__icon {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.name-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.new-tag {
  background: #D9EA00;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  color: #1A171C;
  padding: 1px 10px 0;
  margin-bottom: 10px;
}
span.cs-tag {
  background: #45D29D;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  color: #1A171C;
  padding: 1px 10px 0;
  margin-bottom: 10px;
}
.sr-cards-testimonial-slider-01 .blaze-arrow {
  border: 0 !important;
  border-radius: 8px !important;
  height: 40px !important;
  width: 40px !important;
}
.sr-cards-testimonial-slider-01 .heading {
  margin-bottom: 14px;
}
.sr-cards-testimonial-slider-01 button.blaze-arrow.blaze-prev.chevron-left {
  position: absolute;
  top: -92px;
  right: 10px;
  left: auto;
}
.sr-cards-testimonial-slider-01 button.blaze-arrow.blaze-next.chevron-right {
  position: absolute;
  top: -92px;
  right: 5px;
}
.joinUs {
  padding-left: 80px;
}
.inner-stats {
  background: var(--primary);
  border-radius: 24px;
  border: 4px solid var(--white);
  max-width: 906px;
  margin: 0 auto;
  padding: 32px 100px;
}
.inner-stats span.stat-counter {
  margin-top: 23px;
  display: inline-block;
  color: var(--white) !important;
}
.inner-stats .heading span {
  color: var(--info);
}

.sr-form .hs_submit.hs-submit {
  position: absolute;
  top: 5px;
  right: 0;
}
.sr-form .hs_submit.hs-submit input.hs-button.primary.large {
  letter-spacing: 1.698px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background-color: transparent !important;
  border-radius: 0 16px 16px 0;
  min-height: 39px;
}
.form-control, input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), select, textarea {
  min-height: 40px;
  border-radius: 30px;
  border: 1px solid #6750A4 !important;
  font-size: 12px;
  font-weight: 500;
  padding-right: 120px;
}
.sr-form form {
  position: relative;
}
.sr-form .hs-richtext p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.226px;
}
.sr-form .hs-richtext.hs-main-font-element {
  padding-left: 15px;
}
.hs_i_agree_to_receive_updates_and_marketing__you_can_unsubscribe_at_any_time__as_per_our_privacy_polic{
  position: absolute;
  top: 57px;
  min-width: auto;
}
.sr-form [type=checkbox]:checked+span:before, .sr-form [type=checkbox]:not(:checked)+span:before{
  width:20px;
  height:20px;
}
.sr-form [type=checkbox]:checked+span:after, .sr-form [type=checkbox]:not(:checked)+span:after {
  content: "";
  height: 20px;
  left: 0;
  top: 1px;
  width: 20px;
  background: #fff url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}
.sr-form .hs-richtext p a {
  text-decoration: underline;
}
.sr-form .hs-form .hs_error_rollup {
  order: 99;
  display: none;
}
.sr-form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.sr-form label.hs-error-msg {
  position: absolute;
  top: -14px;
}
.popup-commen {
  background: #fff;
  margin: 20px auto;
  max-width: 800px;
  padding: 0;
  position: relative;
  width: auto;
  border-radius: 16px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  top: -50px !important;
  right: -6px !important;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close {
  font-size: 60px !important;
  right: 11px !important;
  top: 5px !important;
  opacity: 1 !important;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
}
.gallery_img .overlay {
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
  border: 4px solid #fff;
}
.gallery_img .lightbox:hover .overlay {
  opacity: 1;
}
.gallery_img .overlay i {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_img {
  position: relative;
}
.gallery_img .overlay img {
  max-width: 50px;
  border: 0;
  height: 50px;
}
.signUp-game .sr-form [type=checkbox]:checked+span, .signUp-game .sr-form [type=checkbox]:not(:checked)+span {
  padding-left: 40px;
}
.signUp-game .sr-form .hs_submit.hs-submit input.hs-button.primary.large{
  border: 1px solid #D9D9D9;
}
.subscribe-img {
  position: relative;
}
.subscribe-img img {
  max-width: 400px;
  position: absolute;
  top: -200px;
  right: 0;
}
.signUp-game  .hs_i_agree_to_receive_updates_and_marketing__you_can_unsubscribe_at_any_time__as_per_our_privacy_polic {
  position: relative;
  top: 0;
}
.signUp-game:after {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/subscribe-pattern.png);
  height: 100%;
  width: 90%;
  right: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.socialButton {
  background: linear-gradient(180deg, #7317BA 0%, #581ECD 100%), var(--Surface-Colour-surface-primary, #7317BA);
  position:relative;
  z-index: 1;
}
.socialButton:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/social-dots.svg);
  width: 152px;
  height: 267px;
  right: 0;
  top: -70px;
  z-index: -1;
  background-size: 100%;
}
/* .socialButton:after {
position: absolute;
content: "";
background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/face.png);
width: 376px;
height: 180px;
top: -125px;
left: 10%;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
} */
.socialButton .three-face{
  position: absolute;
  width: 376px;
  height: 180px;
  top: -125px;
  left: 10%;
}
.socialButton.sr-clients .logo-slider img {
  border: 0.75px solid #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  padding: 18px;
}
.socialButton.sr-clients .logo-slider a:hover {
  background: var(--primary);
}
.socialButton.sr-clients .logo-slider a {
  display: inline-block;
  border-radius: 50%;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact_map_slider .slick-slide h3.heading {
  margin-bottom: 32px;
  display:none;
}
.contact_map_slider .slick-slide.slick-center h3.heading {
  display:block;
}
.mapSlider {
  position: relative;
}
.mapSlider:before {
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/social-pattern.svg);
  width: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  height: 94px;
}
.mapSlider .col-content p {
  display:none;
  margin-top: 24px;
}
.mapSlider .slick-center .col-content p {
  display:block;
}
.playerSupport{
  background:var(--white);
}
.playerSupport h1.heading span {
  color: var(--primary);
}
.hero_game_hero_wraper .genre-icon svg,.copy_wrap .genre-icon svg,.featured_game_wraper .game-data-left .genre-icon svg {
  width: 20px;
  height: 20px;
}
.support_search {
  max-width: 490px;
  margin: 0 auto 32px;
}
.support_search input#search-input {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/search-icon-1.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  padding-right: 30px;
  border: 1px solid #7317ba;
  border-radius: 8px;
}
.playerSupport .isotope-pager {
  margin-top: 32px;
}
.playerSupport .content-wrapper h4.heading {
  margin-top: 16px;
  margin-bottom: 0;
}
.playerSupport .content-wrapper img {
  border-radius: 16px;
  transition: all 0.5s ease;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.playerSupport .product-block {
  margin-bottom: 32px;
}
.playerSupport .product-block a{
  overflow:hidden;
}
.playerSupport .product-block:hover img {
  transform: scale(1.2);
}
.playerSupport .product-block:hover h4.heading {
  color:var(--primary); 
}
.img-class {
  overflow: hidden;
  border-radius: 16px;
}
.support-btn {
  margin: 32px 0 14px;
}
.support-btn a {
  letter-spacing: 1.132px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background: var(--secondary);
  color: #fff;
  border-radius: 16px;
  padding: 12px 24px;
  display: inline-block;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.support-btn a:hover {
  color: #fff;
}
.sr-hero-404{
  position:relative;
  z-index:1;
}
.sr-hero-404:before {
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/hero-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 55%;
  z-index: 1;
}
.single-platform .p-icon img {
  max-width: 55px;
}
.genre-icon a img {
  max-width: 16px;
}
.developer {
  margin-bottom: 32px;
}
.resource_search input#search-input {
  border-radius: 8px;
}
span.dr-date {
  color: #381970;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 7px;
}
.dev-resource-hero-main{
  margin-bottom:64px;
}
.dev-resource-hero{
  position:relative;
  align-items: center;
}
.dev-resource-hero:before {
  border-radius: 24px 0 0 24px;
  position: absolute;
  content: "";
  background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/blog-pattern.png);
  width: 45%;
  height: 100%;
  left: 15px;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: 1;
}
.dr-left {
  position: relative;
  z-index: 1;
  padding: 32px 10px 32px 47px;
}
.dr-left span.dr-date,.dr-left h3 {
  color: #fff;
}
.dr-left span.dr-date{
  font-size:20px;
  font-weight:400;
  margin-bottom: 10px;
}
.dr-right img {
  height: 347px !important;
  border-radius: 24px;
}
.dev-resource-hero-main h1 span {
  color: var(--primary);
}
.new_btn {
  position: relative;
  z-index: 1;
}
.price-btn:hover svg path {
  stroke: #fff;
}
.mobile-search {
  display: none;
}

@media(max-width:3000px){
  .awards-sec:before{
    width:50%;
  }
  .three-features {
    padding-bottom: 40vh !important;
  }
}

@media(max-width:1900px){
  .awards-sec:before{
    width:46%;
  }
}

@media(max-width:1400px){
  .about-hero .sr-cover-image:after{
    width:650px;
  }
  .awards-sec:before{
    width:42%;
  }
}

@media(max-width:1366px){
  .right_copy:before{ right:-30px;}
  .game_purchase { background-size: 40% 100%;}
  .right-left-sec:after { height: 110px; top: -50px; width: 120px; background-size: 100%; background-repeat: no-repeat; background-position: center;}
  .about-video .sr-video:before{ right:0;}
  .publish-partner:after{ width:9%;}
}

@media(max-width:1200px){
  .left_copy,.right_copy,.left_img,.right_copy_img {
    width: 50%;
  }
  .single-platform a:before{
    right:0;
  }
  .inner-similar-games:after {
    top: -44px;
  }
  .media-gallery:before,.new-games:before{
    height:100px;
  }
  .about-hero .sr-cover-image:after{
    width: 47%;
    background-position: right center;
  }
  /*   .awards-sec:after {
  width: 140px;
  height: 140px;
} */
  .boat-icon{
    width: 140px;
    height: 140px;
  }
  .left-hero-card h3 {
    font-size: 24px;    
  }
  /*   .about-video .sr-video:after {
  bottom: -150px;
  height: 217px;
  right: -30px;
  width: 120px;
} */
  .role .animated-icon{
    bottom: -150px;
    height: 217px;
    right: -30px;
    width: 120px;
  }
  .playTesting-form:after{
    right:-15px;
  }
  .playTesting:after{
    width:60%;
  }
  /*   .socialButton:after {
  height: 120px;
  top: -94px;
  width: 250px;
} */
  .socialButton .three-face{
    height: 120px;
    top: -94px;
    width: 250px;
  }
  .socialButton:before{
    top:-30px;
  }
  .error-logo img {
    max-width: 400px !important;
  }
  /*   .three-features:before {
  right: 0;
  top: -60px;
  width: 200px;
  height: 200px;
} */
  .three-features .chess-piece{
    right: 0;
    width: 200px;
    height: 200px;
  }
  .three-features:after{
    height:150px;
  }
}

@media(max-width:991px){
  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul {
    justify-content: center;
    margin-bottom: 32px !important;
  }
  .game-data-right.singlepageButton.flex-start {
    justify-content: flex-start;
  }
  ul.gamePlatforms.leftAuto {
    right: auto;
    left: 62px;
  }
  .game_inner_page .singlepageButton.innerDropdown ul.gamePlatforms{
    left: 83px;
    border-radius: 8px 8px 0;
  }
  .game_inner_page .singlepageButton ul.gamePlatforms {
    left: 24px;
    right: auto;
    border-radius: 8px 8px 8px 0;
  }
  .hero_game_hero_wraper .game-data-right.full-width .price-btn {
    min-width: 230px;
  }
  .hero_game_hero_wraper .game-data-right.full-width a.website-btn {
    width: calc(100% - 255px);
  }
  .sr-cards-testimonial-slider-01inner-wrapper {
    padding: 10px 15px;
  }
  .dr-left span.dr-date {
    font-size: 14px;
  }
  .sr-cards-testimonial-slider-01 .heading:before {
    height: 35px;
    top: 3px;
    width: 35px;
  }
  .pg-btn {
    margin-top: 100px;
  }
  .left-hero-card h3 {
    font-size: clamp(1.5rem, 2.150537634408602vw + 0.46774193548387094rem, 2.0rem);
  }
  .left-right-sec, .right-left-sec{
    padding:76px 0 0;
  }
  .two-col-wrape > div:last-child {
    padding-bottom: 50px;
  }
  .p-card1, .p-card2, .p-card3 {
    padding-right: 20px;
  }
  .game_inner_page .game-data-right {
    justify-content: flex-start;
  }
  .error-logo img {
    max-width: 300px !important;
  }
  .sr-hero-404:before{
    width:62%;
  }
  .sr-games-successes:before {    
    background-position: left top;
    height: 200px;
    width: 350px;
  }
  .sr-form .hs-richtext.hs-main-font-element {
    padding-left: 25px;
  }
  .left_copy, .left_img, .right_copy, .right_copy_img,.game-data-left {
    width: 100%;
  }
  .right_copy {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .left_copy {
    order: 2;
  }
  .games-success button.slick-next.slick-arrow {
    top:auto;
    bottom:-60px;
  }
  .games-success button.slick-prev.slick-arrow{
    top:auto;
    bottom:-60px;
    right:auto;
    left:0;
  }
  .right-left-sec:after{
    top:-60px;
  }
  .left_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .game_purchase {
    background: #f1eeff;
  }
  .left_purchase {
    width: 100%;
    margin-bottom: 30px;
    text-align:center;
  }
  .right_purchase {
    width: 100%;
    padding-left: 0;
  }
  .left_purchase h3, .left_purchase p {
    color: var(--secondary);
  }
  .inner_editions .slick-track .slick-slide>div {
    margin-right: 0;
  }
  .slick-slide.slick-current.slick-active.slick-center .editions_img img {
    height: 230px;
  }
  .gallery_title img {
    max-width: 100px;
  }
  .media-gallery .slick-list.draggable {
    padding-right: 0;
  }
  .inner-gallery:before{
    top:40px;
  }
  .media-gallery button.slick-prev.slick-arrow,.media-gallery button.slick-next.slick-arrow{
    top:-88px;
  }
  .game_copy {
    display: block;
  }
  .game-data-right {
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
  .game_title p {
    margin: 0;
  }
  .media-gallery:before,.new-games:before {
    height: 80px;
  }
  div#stuff-filters {
    flex-wrap: wrap;
  }
  .game_items {
    width: 47.5%;
  }
  .new-games {
    padding: 64px 0 155px;
  }
  .subscribe-img img {
    max-width: 300px;
    position: relative;
    right: 0;
    top: 0;
  }
  .subscribe-img {
    text-align: center;
  }
  .signUp-game:after{
    display:none;
  }
  .hero_common:before {
    width: 500px;
  }
  .hero_common:after{
    left:0;
  }
  .inner_pc h1 {
    font-size: 40px;
  }
  .game-data-right.full-width a.website-btn,.game-data-right.full-width a.buy-game-btn {
    width: auto;
    padding: 12px 15px;
  }
  .about-hero .sr-cover-image:after {
    width: 550px;
    left: -100px;
  }
  .awards-sec:before{
    width:57%;
  }
  .work-with {
    margin-top: 30px;
  }
  /*   .about-video .sr-video:after {
  bottom: -90px;
  height: 167px;
  right: -30px;
  width: 90px;
} */
  .role .animated-icon{
    bottom: -90px;
    height: 167px;
    right: -30px;
    width: 90px;
  }
  .right-hero-card:before {
    width: 240px;
  }
  .latest-game-form .sr-form .hs_submit.hs-submit {
    position: relative;
  }
  .playTesting .col-content {
    padding-right: 0;
  }
  .socialButton.sr-clients .logo-slider img {
    height: 60px;
    width: 60px;
  }
  .pitch-hero:before{
    display:none;
  }
  .playBuild .row > div {
    margin-bottom: 30px;
  }
  .image-col {
    text-align: center;
  }
  .image-col img {
    max-width: 170px;
  }
  .join-img img {
    max-width: 200px;
    bottom: 0;
    top:auto;
  }
  .joinUs {
    padding-left: 0;
  }
  .featured_game_wraper .slick-list.draggable {
    padding-right: 0;
  }
  .character-img img {
    max-width: 300px;
  }
  .character-img {
    top: 50%;
    transform: translateY(-50%);
    bottom:auto;
  }
}

@media(max-width:800px){
  .left_rel:before{
    right:-190px;
  }
}

@media(max-width:767px){
  .header__bottom {
    background: #381970;
    margin: 0 15px;
    border-radius: 0 0 8px 8px;
  }
  .hero_game_hero_wraper .game-data-right.full-width .price-btn {
    min-width: 150px;
  }
  .game-data-right.full-width.singlepageButton.nrPage a.website-btn.cta-button {
    width: 100%;
  }
  .game-data-right.full-width.singlepageButton.nrPage ul.gamePlatforms {
    right: 24px;
  }
  .hero_game_hero_wraper .game-data-right.full-width a.website-btn{
    padding:12px 10px;
  }
  .header__menu-toggle svg rect {
    fill: #fff;
  }
  ul.gamePlatforms.leftAuto {
    left: 44px;
  }
  .game_inner_page .singlepageButton.innerDropdown ul.gamePlatforms{
    left: 65px;
  }
  button.header__menu-link.header__menu-link--toggle,a.header__menu-link{
    border-bottom: 1px solid #fff;
  }
  .header__menu--mobile ul.header__menu-wrapper:first-child li:nth-last-child(2) button.header__menu-link.header__menu-link--toggle,
  ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link.header__menu-link--toggle,
  ul.header__menu-submenu.header__menu-submenu--level-3 li:last-child a.header__menu-link{
    border: 0;
  }
  .similar-games-slider.new_game_slider {
    margin-right: 0;
  }
  .treasure-chest {
    right: 0;
    width: 120px;
    height: 120px;
  }
  .sr-new-games .new-games .new_btn {
    z-index: auto;
  }
  ul.header__menu-wrapper > .header__menu-item {
    padding: 0 24px !important;
  }
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link.header__menu-link--toggle.no-button {
    padding: 0 !important;
  }
  .our_games_slider button.blaze-next{
    left:300px;
  }
  ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item {
    margin-bottom: 0;
    padding: 0 24px !important;
  }
  button.header__menu-link.header__menu-back {
    padding: 0 !important;
    border-bottom: 1px solid #7317BA !important;
    padding-bottom: 16px !important;
    margin-bottom: 32px;
    padding-top: 32px !important;
  }
  button.header__menu-link.header__menu-link--toggle {
    padding: 12px 0 !important;
  }
  ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link.header__menu-back {
    font-size: 14px;
    font-weight: 700 !important;
    color: var(--secondary) !important;
  }
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2,
  .header__container[data-layout=mobile] ul.header__menu-submenu.header__menu-submenu--level-3,
  .header__menu--mobile .header__menu-submenu{
    background-color: #F1EEFF !important;
  }
  .hero_game_hero_wraper .game-data-right.full-width a.website-btn {
    width: calc(100% - 165px);
  }
  .sr-footer-04 .footer-logo,.sr-footer-04 .social,.footer-copyright-wrape {
    text-align: center;
  }
  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul {
    column-gap: 20px !important;
  }
  .sr-footer-04 .sr-footer-nav .menu-wrapper li a:before {
    left: -11px;
  }
  .dr-left{
    order:2;
  }
  .dev-resource-hero {
    background: var(--secondary);
    border-radius: 24px;
    margin: 0px;
  }
  .dr-right img {
    border-radius: 24px 24px 0 0;
    height: 200px !important;
  }
  .dr-left {
    padding: 32px 15px;
  }
  .error-logo {
    z-index: 1;
    margin-top: 40px;
  }
  .dev-resource-hero:before{
    display:none;
  }
  .dr-right {
    padding: 0;
  }
  .character-img {
    top: 0;
    transform: none;
    position: relative;
  }
  .footer-copyright-wrape {
    margin-top: 0;
  }
  .games-success .similar-games-slider .slick-slide {
    padding: 0;
  }
  .game_hero_wraper .genre-icon svg, .game_inner_page .genre-icon svg {
    height: 25px;
    width: 25px;
  }
  .sr-footer-04 .footer-logo {
    margin-bottom: 20px !important;
  }
  .sr-cards-testimonial-slider-01 button.blaze-arrow.blaze-prev.chevron-left { left: 20px; right: 0; top: auto; bottom: -70px;}
  .awards-sec:before {
    opacity: 0.5;
  }
  .sr-cards-testimonial-slider-01 button.blaze-arrow.blaze-next.chevron-right { right: 20px; top: auto; bottom: -70px;}
  .sr-cards-testimonial-slider-01inner-wrapper {
    padding: 50px 15px;
  }
  .header__logo-col.for-mobile {
    display: block;
  }
  .header__wrapper.header__wrapper--bottom {
    margin-top: 0 !important;
    justify-content: space-between;
  }
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 {
    display: inline-block;
    width: 100%;
  }
  .header__menu-submenu {
    border-radius: 0;
    box-shadow: none !important;
  }
  /*   .three-features:before {
  height: 150px;
  right: 0;
  top: -100px;
  width: 150px;
} */
  .three-features .chess-piece{
    height: 150px;
    right: 0;
    width: 150px;
  }
  .header__wrapper.header__wrapper--bottom {
    background: transparent !important;
    border-radius: 0 !important;
  }
  .hs-search-field.hs-search-field__mobile.form-wrapper-sm,.sr-games-successes:before {
    display: none;
  }
  .p-card1, .p-card2, .p-card3{ padding-top:0;}
  .top-bar-mobile {
    border-top: 1px solid var(--secondary);
  }
  .header__menu--mobile{
    padding-bottom:100px !important;
  }
  .header__container[data-layout=mobile] ul.header__menu-submenu.header__menu-submenu--level-3 { opacity: 1; visibility: visible; position: relative; transform: none;}
  .header__container[data-layout=mobile] ul.header__menu-submenu.header__menu-submenu--level-3 li.header__menu-item.header__menu-item--depth-2 {
    display: none;
  }
  li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu > button:before {
    background: url(https://www.team17.com/hubfs/26630753/Team17%20June%202024/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 20px;
    transform: rotate(-90deg);
    background-size: 100%;
  }
  .three-features:after{ bottom:0;}
  .sr-form .hs_submit.hs-submit {
    top: -26px;
  }
  .success-title h1.heading{ padding-left:0;}
  .inner_platform {
    grid-template-columns: 1fr;
  }
  img.success-icon {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .single-platform {
    margin-right: 0;
  }
  .single-platform a:before {
    right: 20px;
  }
  .inner-gallery .slick-slide>div, .media-gallery .slick-track .slick-slide>div, .similar-games-slider .slick-slide>div,.inner_editions .slick-track .slick-slide>div {
    margin-right: 0;
  }
  .similar-title img,.gallery_title img {
    max-width: 70px;
  }
  .similar-games-slider button.slick-prev.slick-arrow {
    right: auto;
    top: auto;
    bottom: -72px;
    left: 0;
  }
  .similar-games-slider button.slick-next.slick-arrow {
    right: 0;
    top: auto;
    bottom: -72px;
  }
  .inner-similar-games:after{
    display:none;
  }
  .similar-games-slider .slick-slide,.inner-gallery .slick-slide{
    padding: 0 5px;
  }
  .right_copy:before {
    right: 0;
  }
  .left_img:before {
    left: 0;
    top: -50px;
    bottom: auto;
  }
  .editions_img img{
    height:230px;
  }
  .media-gallery button.slick-next.slick-arrow, .media-gallery button.slick-prev.slick-arrow {
    top: auto;
    bottom: -60px;
  }
  .media-gallery button.slick-prev.slick-arrow {
    left:5px;
  }
  .media-gallery button.slick-next.slick-arrow {
    right:5px;
  }
  .similar-title h1 {
    margin-left: 10px;
    font-size: 32px;
  }
  .gallery_title h1{
    font-size: 32px;
  }
  .game-data-right a.buy-game-btn{
    margin-right:0;
    padding:12px 15px;
  }
  a.website-btn{
    padding:12px 15px;
  }
  .media-gallery {
    padding: 30px 0 154px;
  }
  .media-gallery:before,.new-games:before {
    height: 60px;
  }
  .game_hero .ply-btn img {
    max-width: 40px;
  }
  .game_hero .ply-btn {
    right: 15px;
    top: 20px;
  }
  .game_hero:before {
    height: 150px;
    width:150px;
  }
  div#stuff-filters > div {
    margin-bottom: 15px;
  }
  .signUp-game .sr-form .hs_submit.hs-submit {
    top: 5px;
  }
  .hero_common:before {
    width: 400px;
    left:-170px;
  }
  .hero_common,.playstation_games_hero,.nintendo_games_hero,.vr_games_hero,.vr_mobile_games_hero {
    height: 500px;
    padding:70px 0;
  }
  .hero_common .inner_pc {
    padding-top: 70px;
  }
  .left_rel img {
    max-width: 50px;
  }
  .inner_pc h1 {
    margin: 20px 0;
  }
  .left_rel:before,.hero_common:after,.new_games_hero.hero_common:before,.about-hero:before,.about-video .sr-video:after,.role .animated-icon{
    display:none;
  }
  .game_items {
    margin: 0 0 30px;
  }
  .new-game-title,.new_games_hero .left_rel {
    margin-bottom: 30px;
  }
  .inner_pc p {
    padding-right: 0;
  }
  .nintendo_games_hero,.vr_games_hero{
    background-size: auto !important;
  }
  .new_games_hero.hero_common {
    height: auto;
  }
  .new_games_hero .inner_pc {
    padding: 40px 0;
  }
  .gallery_slider button.slick-prev.slick-arrow {
    right: auto;
    bottom: -60px;
    top: auto;
    left:15px;
  }
  .gallery_slider button.slick-next.slick-arrow {
    right: 15px;
    bottom: -60px;
    top: auto;
  }
  .sr-gallery:before {
    height: 130px;
    right: 0;
    top: -40px;
    width: 156px;
  }
  .m-gallery-icon:before {
    height: 60px;
    width: 90px;
    top:-13px;
  }
  .m-gallery-icon {
    padding-left: 110px;
  }
  /*   .awards-sec:after {
  width: 130px;
  height: 130px;
} */
  .boat-icon{
    width: 130px;
    height: 130px;
  }
  .publish-partner:after { background-size: 100%; width: 17%; opacity:0.5;}
  .faq-sec:before{ height:50px;}
  .games_copy { padding-bottom: 0;}
  /*   .our_games_slider:before { bottom: 0px; width: 100px; height: 120px;} */
  .floting-hand{ bottom: 0px; width: 100px; height: 120px;}
  /*   .playtesting:before { height: 100px; left: 160px; top: -70px; width: 100px;} */
  .playtesting-rs .animated-icon { height: 100px; left: 160px; top: -70px; width: 100px;}
  .pp-img:before { width: 150px; height: 105px; left: 75px; top: 40px;}
  .right-hero-card img {
    max-width: 100px !important;
  }
  .right-hero-card:before {
    width: 160px;
  }
  .single-hero-card{
    height:180px;
  }
  .hero_game_hero_wraper .game_hero {
    /*     height: 400px; */
  }
  .formImage img {
    position: relative;
    max-width: 300px;
  }
  .formImage{
    text-align: center;
  }
  .playTesting-form:before {
    right: 15px;
    top: -50px;
    width:100px;
    height:100px;
  }
  .playTesting-form:after {
    right: 0;
  }
  /*   .socialButton:after {
  height: 90px;
  top: -64px;
  width: 180px;
} */
  .socialButton .three-face{
    height: 90px;
    top: -64px;
    width: 180px;
  }
  .socialButton:before {
    height: 150px;
    top: 0;
    width: 120px;
    display: none;
  }
  .game_hero_wraper,.game_inner_page {
    padding: 80px 0 32px;
  }
  .new-game-title h1 img {
    max-width: 80px;
  }
  .featured_game_wraper button.slick-prev.slick-arrow {
    right: auto;
    bottom: -70px;
    left: 0;
    top: auto;
  }
  .featured_game_wraper button.slick-next.slick-arrow {
    right: 0;
    bottom: -70px;
    top: auto;
  }
  .featured_game_wraper .slick-list.draggable {
    padding-right: 0;
  }
  .featured_game_wraper .slick-slide div {
    margin-right: 5px;
  }
  .mobile-search {
    display: block;
  }
  .mobile-search .hs-search-field.hs-search-field__desktop {
    display: none;
    position: absolute;
    bottom: -60px;
    background: #F1EEFF;
    width: calc(100% - 30px);
    left: 15px;
    height: 46px;
    border-radius: 8px;
  }
  .ms-icon {
    position: absolute;
    right: 80px;
    top: 17px;
  }
  .mobile-search .hs-search-field.hs-search-field__desktop input {
    width: calc(100% - 70px) !important;
    left: 20px;
    color: #381970 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 15px 16px !important;
  }
  .mobile-search button.hs-search-field__button.cta-button.search--icon {
    position: absolute;
    top: 15px;
    right: 45px;
  }
  .ms-close {
    position: absolute;
    bottom: -53px;
    right: 30px;
    display: none;
  }
  .mobile-search.active .hs-search-field.hs-search-field__desktop,.mobile-search.active .ms-close{
    display: block;
  }
  .new_games_hero .right_rel .game-data-right.full-width {
    justify-content: flex-start;
  }
}

@media(max-width:640px){
  .about-hero .sr-cover-image:after { left: -200px;}
  .join-img img {
    max-width: 150px;
  }
}

@media(max-width:575px){
  .media-gallery:before,.new-games:before {
    height: 47px;
  }
  .game_items {
    width: 100%;
    margin: 0 0 20px;
  }
  .copy_wrap {
    width: 100%;
  }
  .game_hero_wraper .genre-icon svg {
    height: 20px;
    width: 20px;
  }
  .vr_games_hero{
    background-size: cover !important;
  }
  .about-hero .sr-cover-image:after {
    left: -200px;
    width:480px;
  }
  a.cta-button {
    width: 100%;
    justify-content: center;
  }
  .cta-group .btn-wrapper {
    width: 100%;
  }
  .playTesting:after {
    width: 100%;
  }
  .joinUs a.cta-button {
    width: auto;
  }
  a.new-release,.left-hero-card a,.game-data-right.singlepageButton.flex-start a.website-btn.cta-button,a.website-btn{
    text-align:center;
  }
  .new_btn {
    width: calc(100% - 120px);
    margin: 30px auto 0;
  }
  ul.gamePlatforms.leftAuto,.game_inner_page .singlepageButton.innerDropdown ul.gamePlatforms {
    left: auto;
    right: 24px;
  }
  a.website-btn {
    padding: 12px 10px;
  }
  .all-games-btn {
    width: calc(100% - 120px);
    margin: 32px auto 0;
  }
  .game_inner_page .singlepageButton.innerDropdown ul.gamePlatforms{
    border-radius: 8px 8px 0;
  }
}