html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
    font-weight: bold !important; 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}
img {
    max-width: 100%;
}

body {
    font-family: var(--fontFamily);
    font-size: 14px;
    background-color: #23262b;
    color: #212121;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: none;
    padding: 0;
    font-family: var(--fontFamily);
    font-size: inherit;
    font-weight: normal;
    text-transform: inherit;
}
a {
	color: #fab615;
	text-decoration: none;
}
.pwo-content {
	position: relative;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px; 
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.grey__row {
	background-color: #23262d;
	min-height:40px;
	width:100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width:1120px) {
.grey__row {
	padding: 10px 20px;
}
}
.lft_txt {
	font-size: 12px;
	font-weight: 300;
	padding-right: 20px;
}
.rgt_txt {
	font-size: 14px;
}
@media screen and (max-width:576px) {
.lft_txt {
	display: none;
}
.rgt_txt {
	text-align: center;
	width: 100%;
}
}
body {
    font-family: var(--fontFamily);
    font-size: 14px;
    background-color: #23262b;
    color: #212121;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: none;
    padding: 0;
    font-family: var(--fontFamily);
    font-size: inherit;
    font-weight: normal;
    text-transform: inherit;
}
.pwo-cta {
	height: auto;
    min-height: auto;
    padding: 0px 10px;
    line-height: 44px;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    background-color: #3b9b22;
    color: #fff;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
}
.pwo-cta:hover {
	opacity: 1;
	background-color: #58b73f;
}
.pwo-main {
	color: #fff;
	background-color: #23262b;
}
.pwo-intro {
	position: relative;
	background-color: #000;
}
/* CAMBIAMO IL COLORE DI SFONDO ALLA LANDING CASINO https://bonus.planetwin365.it/casino-affiliate/ */
.pwo-intro.casino {
	background-color: #200331;
}
.pwo-intro .text-brandcolor {
	color: var(--brandColor)
}
.pwo-intro .text-bold {
	font-weight: 700
}
.pwo-intro .pwo-image {
	max-width: 100%;
	height: 600px;
	overflow: hidden
}
.pwo-intro .pwo-image picture {
	display: flex
}
@media screen and (max-width:576px) {
.pwo-intro .pwo-image picture {
    justify-content: center
  }
}
.pwo-intro .pwo-image img {
	width: auto;
	height: 600px
}
@media screen and (max-width:1550px) {
.pwo-intro .pwo-image img {
    object-position: -270px
  }
}
@media screen and (max-width:1200px) {
.pwo-intro .pwo-image img {
    object-position: -560px
  }
}
@media screen and (max-width:768px) {
.pwo-intro .pwo-image img {
    object-position: -610px
  }
}
@media screen and (max-width:576px) {
.pwo-intro .pwo-image img {
    object-position: unset
  }
}
.pwo-intro .pwo-bonus-image {
	max-width: 1920px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.pwo-intro .pwo-bonus-image::before {
	content: "";
    display: inline-block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, .07) 30%, rgba(0, 0, 0, .7) 70%);
}
.pwo-intro .pwo-bonus-image::after {
	content: "";
    display: inline-block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(91deg, rgba(0, 0, 0, .07) 89%, rgba(0, 0, 0, .7) 100%);
}
.pwo-intro .pwo-bonus-image picture {
	display: flex
}
.pwo-intro .pwo-bonus-image img {
	width: auto;
	min-height: 600px;
	max-width: inherit;
}
.pwo-intro .pwo-intro_logo {
	position: absolute;
    top: 60px;
    z-index: 1000;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}
.pwo-intro .pwo-intro_logo img {
	max-height: 88px;
	width: 210px;
}
.pwo-intro .pwo-info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 72px;
	height: 600px;
	max-width: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.mg-device-mobile .pwo-intro .pwo-info:after {
	margin-top: 48px;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #27334d
}
.pwo-intro .pwo-bonus-info .login-action_join p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}
.pwo-intro .pwo-info .pwo-wrap-login {
	margin-top: 32px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	gap: 24px
}
.pwo-intro .pwo-info .pwo-wrap-login p {
	margin: 0;
	font-size: 16px;
	font-weight: 600
}
.pwo-intro .pwo-bonus-info {
	position: absolute;
    bottom: 0;
    padding: 0;
    height: 600px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:576px) {
.pwo-intro .pwo-bonus-image {    
    height: 780px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.pwo-intro .pwo-bonus-image::after {
	content: none;
}
.pwo-intro .pwo-bonus-image::before {
	content: none;
}
.pwo-intro .pwo-bonus-image picture {
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}
}
@media screen and (min-width:1920px) {
  .pwo-intro .pwo-bonus-image img {
    width: 100%
  }
}
@media screen and (max-width:1550px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -160px
  }
}
@media screen and (max-width:1366px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -280px
  }
}
@media screen and (max-width:1200px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -330px
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -620px
  }
}
@media screen and (max-width:920px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -600px
  }
}
@media screen and (max-width:768px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: -800px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: unset;
	min-height: 620px;
    width: auto;
  }
.pwo-intro .pwo-intro_logo img {
    max-width: 180px
  }
.pwo-intro .pwo-intro_logo {
	flex-grow: 1;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	top: 30px;
  }
.pwo-intro .pwo-intro_logo img {
    display: block;
    width: 180px;
    margin: 0 auto
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info {
    padding: 0 0 0 32px;
    max-width: 480px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info {
    padding: 48px 32px 0;
    max-width: 100%;
    text-align: center
  }
}
@media screen and (max-width:375px) {
  .pwo-intro .pwo-info {
    padding: 48px 24px 0
  }
}
.pwo-intro .pwo-info #pwo-info_logo img {
  max-height: 88px
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info #pwo-info_logo img {
    max-height: 63px
  }
}
.pwo-intro .pwo-info .login-action_join p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info .login-action_join p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
  }
}
.pwo-intro .pwo-info section h2 {
	margin: 64px 0 16px;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info section h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
  }
}
.pwo-intro .pwo-info section p {
	max-width: 450px;
	margin: 0 0 32px;
	font-size: 20px;
	line-height: 28px
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info section p {
    font-size: 14px;
    line-height: 20px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info .pwo-wrap-login {
    flex-direction: column
  }
}
@media screen and (max-width:1680px) {
  .pwo-intro .pwo-bonus-info {
    padding: 0;
	width: 100%;
	height: 600px;
  }
}
@media screen and (min-width:577px) and (max-width:1120px) {
  .pwo-intro .pwo-bonus-info, .pwo-intro_logo {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .pwo-intro .pwo-bonus-info {
    width: 100%
  }
}
@media screen and (max-width:576px) {
.pwo-intro .pwo-bonus-info {
	text-align: center;
	padding: 0;
	display: flex;
	align-items: center;
	top: 110px;
	justify-content: flex-start;
  }
.pwo-cta {
    line-height: 40px;
    font-size: 19px;
}
.container_copy {
    flex-direction: column;
}
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info .login-action_join p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
  }
}
.pwo-intro .pwo-bonus-info .pwo-label {
	display: inline-block;
    width: fit-content;
    margin: 0;
    padding: 6px 6px 4px 6px;
    font-size: 18px;
    background-color: transparent;
    color: #fab615;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fab615;
    line-height: initial;
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info .pwo-label {
    margin: 0 auto
  }
}
.pwo-intro .pwo-bonus-info h2 {
	margin: 16px 0;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700
}
.pwo-intro .pwo-bonus-info h2 del {
	font-weight: 400
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info h2 {
    font-size: 28px;
    line-height: 36px
  }
}
.pwo-intro .pwo-bonus-info p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 24px
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-bonus-info p {
    font-size: 14px;
    line-height: 20px
  }
}
.pwo-intro .pwo-bonus-info #promo-timer {
	width: 320px;
	margin-bottom: 16px
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info #promo-timer {
    margin: 0 auto 16px
  }
}
@media screen and (max-width:375px) {
  .pwo-intro .pwo-bonus-info #promo-timer {
    width: auto
  }
}
.pwo-step_container {
	display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    text-align: center;
    background: #fab615;
    height: 108px;
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}
@media screen and (max-width:576px) {
  .pwo-step_container {
    padding: 0px 32px;	  
    height: 108px;
  }
}
@media screen and (max-width:1024px) {
  .pwo-step_container {
    padding: 0px
  }
}
@media screen and (max-width:375px) {
  .pwo-step_container {
    padding: 0px 0px
  }
}
.pwo-step_container .pwo-step--title {
	margin: 0
}
.pwo-step_container .pwo-step_wrap {
	display: flex;
	flex-direction: row;
	column-gap: 80px;
	max-width: 1110px;
    width: 100%;
	align-items: center;
    height: 108px;
}
@media screen and (max-width:1024px) {
  .pwo-step_container .pwo-step_wrap {
    column-gap: 40px
  }
}
@media screen and (max-width:576px) {
.pwo-step_container .pwo-step_wrap {
    flex-direction: column;
    row-gap: 40px
  }
  .snd__line {
  line-height:1.5;
}
}
.pwo-step_container .pwo-step_wrap .step-box {
	flex-basis: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px
}
.pwo-step_container .pwo-step_wrap .step-box .step-box--counter {
	display: block;
	width: 48px;
	line-height: 46px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	border: 1px solid var(--brandColor);
	background: #081533;
	color: var(--brandColor)
}
.pwo-step_container .pwo-step_wrap .step-box p {
	margin: 0
}
.pwo-step_container .pwo-step_wrap .step-box a {
	text-decoration: underline
}
.pwo-details_container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0px
}
.pwo-details_container ul, .pwo-details_container ol {
	margin: 0 0 8px 16px
}
.pwo-details_container ul {
	list-style: disc
}
.pwo-details_container ol {
	list-style: decimal
}
.pwo-details {
	padding: 48px 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
	text-align: center;
	background: #081533
}
@media screen and (max-width:1024px) {
  .pwo-details {
    padding: 48px 32px
  }
}
@media screen and (max-width:375px) {
  .pwo-details {
    padding: 48px 24px
  }
}
.pwo-details .pwo-details-intro {
  max-width: 560px
}
/* STILI PER IL COPY DESKTOP SU DUE RIGHE */
.container_copy {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px 0px;
}
.container_reg {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
	width: 100%;
}
/* Titolo "BONUS SPORT" */
.fst__line {
	/* font-size: clamp(40px, 2vw, 40px);*/
	font-size: clamp(32px, 2vw, 40px);
	font-style: italic;
}
/* Testo "FINO A" */
.snd__line {
	/*font-size: clamp(40px, 5vw, 65px);*/
	font-size: clamp(32px, 5vw, 65px);
	font-style: italic;
	font-weight: bold;
}
.trd__line {
	font-size: clamp(18px, 1.25vw, 27px);
	font-style: italic;
}
/* Numero "500€" */
.rgt {
	font-size: clamp(100px, 7vw, 130px);
	font-weight: bold;
	color: #fab615;
	font-style: italic;
	letter-spacing: -5px;
}
/* STILI PER LA FASCIA DEI TRE STEP */
.container_3step {
	max-width: 1100px;
	margin: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.grid_3step {
	display: flex;
	gap: 20px;
}
.item_3step, .item_3step_fre {
	flex: 1;
}
.item_3step_fre::after {	
	content: ""; /* Necessario per attivare ::after */
	display: block; 
	width: 41px; 
	height: 104px; 
	background-image: url("https://bonus.planetwin365.it/common/img/arrow_3s.jpg"); 
	background-size: cover; 
}
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1;
}
.arrow.left {
	left: 10px;
}
.arrow.right {
	right: 10px;
}
/* Modalità carosello sotto i 1024px */
@media (max-width: 768px) {
.grid_3step {
	flex-wrap: nowrap;
	transition: transform 0.3s ease;
	gap: 0;
}
.arrw_dsk {
	display:none;
}
.item_3step, .item_3step_fre {
	min-width: 100%;
	flex-shrink: 0;
}
.arrow {
	display: block;
}
}
@media (min-width: 769px) {
.arrow {
	display: none;
}
.grid_3step {
	flex-wrap: wrap;
}
.item_3step {
	min-width: 0;
	text-align: left;
}
.item_3step_fre {
	min-width: 0;
	text-align: left;
	display: inline-flex;
	justify-content: flex-end;
}
}
@media (max-width: 768px) {
.item_3step_fre::after {
    content: none; /* Nasconde il contenuto su schermi più piccoli */
  }
}
/* STILE ACCORDION */
.accordion {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.accordion-header {
	padding: 15px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.accordion-arrow {
	transition: transform 0.3s ease;
	display: inline-block;
	transform: rotate(270deg);
}
.accordion-arrow.open {
	transform: rotate(90deg);
}
.accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}
.accordion-content-inner {
	padding: 15px;
	border-top: 1px solid #fff;
	font-size: 15px;
    line-height: 1.3;
}
/* FINE STILE ACCORDION */
/* STILI PER IL FOOTER */
.footer--legal__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: #2c2f35;
}
.gioco_resp {
    background-position-x: -80px;
    margin-right: 4px;
}
.footer--legal__info {
    text-align: center;
    padding: 0 13px;
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.2;
}
.footer--payments {
    padding: 13px;
	text-align: center;
}
/* FINE STILI PER IL FOOTER */
:root {
  --fontFamily: "Roboto", sans-serif;
  --brandColor: #45e645;
  --brandColorDarken: #2d923e;
  --brandColorTxt: #081533;
  --livechatBgColor: var(--brandColor);
  --livechatColor: #081533;
  --loginBgColor: var(--brandColor);
  --loginColor: #ffffff;
  --joinBgColor: var(--brandColor);
  --joinColor: #081533;
  --bodyBgColorDark: #030712;
  --headerBgColorDark: #081533;
  --footerBgColorDark: #030712;
  --bodyBgColorLight: #f0f1f3;
  --headerBgColorLight: #081533;
  --footerBgColorLight: #030712;
  --siteBorderRadius: 4px;
  --stepperColor: #c1f7c1;
  --sidebarWidth: 200px;
  --casinoGameGap: 16px;
  --casinoGameBorderRadius: var(--siteBorderRadius);
  --casinoLabelBorderRadius: 4px;
  --openedTicketColor: var(--pendingColor);
  --winningTicketColor: var(--brandColor);
  --losingTicketColor: var(--errorDarkColor)
}