.p-land-italy { width: 100%; overflow: hidden;}
.p-land-italy textarea,
.p-land-italy input[type="email"], 
.p-land-italy input[type="text"] {background:#fff;}

.p-land-italy .form-group .small,
.p-land-italy .form-group a,
.p-land-italy .form-group span {
  font-size: 12px;
}

.p-land-italy .form-group a { color: black;}

.p-land-italy textarea::placeholder, 
.p-land-italy input[type="email"]::placeholder, 
.p-land-italy input[type="text"]::placeholder { color: #C1C1C1;}

.p-land-italy h2, 
.p-land-italy .h2 { font-size: 36px;}

.p-land-italy h4, 
.p-land-italy .h4 { color: #012169; font-size: 32px;}

.p-land-italy p {
  font-size: 18px;
}

.p-land-italy .row-no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* Hero */

.p-land-italy .sc-hero h1 { padding-top: 60px; margin-top: 0; padding-bottom: 16px;}

.p-land-italy .sc-hero { 
  text-align:center;
  background: url('https://bragg.group/wp-content/themes/bragg-blank/images/landing-ita/hero.jpg') 40% 0 / cover no-repeat; 
  height: 664px;
  padding: 0;
}


.p-land-italy .sc-hero .wrap { position: relative; height: 100%; }

.p-land-italy .sc-hero-overlay { position: absolute; bottom: -86px; top: auto; left: 0; width: 100%; font-size: 12px;  color: rgba(0, 0, 0, 0.7);z-index:1;}
.p-land-italy .sc-hero-overlay::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  height: 95px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(1, 33, 105, 0) 0%, rgba(1, 33, 105, 1) 100%);

}
.p-land-italy .sc-hero-overlay p { font-size: 11px; line-height: 140%; margin-bottom: 0; padding: 0 20px; font-family: 'Rubik', sans-serif;} 
.p-land-italy .sc-hero-characters { z-index: -1; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 100%; height: auto; }

.p-land-italy .singleGame .game-tile {background:none;padding:0;}

@media screen and (max-width:768px) {
.p-land-italy .sc-hero-overlay {bottom:unset; top:102%;}
.p-land-italy .sc-hero .wrap {position:static;height:unset;}
.p-land-italy .sc-hero {position:relative;padding-bottom:45%;height:auto;}
.p-land-italy .sc-hero-characters {z-index:unset;max-width:80%;}
.games-list {margin:0;}
.studio-logo {display:block;margin-left:auto;margin-right:auto;margin-bottom:4px;}

}

/* Games */

.p-land-italy .carousel .slick-slide {
  opacity: 1;
}

.p-land-italy .sc-games {background:#D2E2F0; width: 100%; overflow: hidden;}
.p-land-italy .sc-games-text {text-align: justify; font-size: 18px;}
.p-land-italy .slick-list { overflow:visible; }

.p-land-italy .singleGame a.switch {
  font-size: 21px;
  padding-top: 0;
  height: 75px;
  line-height: 75px;
  background: white;
  color: black;
  transition: all 0s none;
}

.p-land-italy .singleGame a.switch .i {
  align-self: center;
  width: 7px;
  height: 12px;
  background: url('https://bragg.group/wp-content/themes/bragg-blank/images/landing-ita/icons/chevron-right.svg') no-repeat;
  display: inline-flex;
  margin-left: 7px;
}

.p-land-italy .singleGame a.switch:hover .i {
  background-image: url('https://bragg.group/wp-content/themes/bragg-blank/images/landing-ita/icons/chevron-right-white.svg');
}

.p-land-italy .singleGame a.switch:hover {  
  background: #E40046;
  color: white;
}


.p-land-italy .sc-games .slick-arrow {
  top: auto;
  bottom: 13px;
}

.p-land-italy .sc-games .slick-prev {
  right: auto;
  left: 50%;
  transform: translateX(-255px);
}

.p-land-italy .sc-games .slick-next {
  right: auto;
  left: 50%;
  transform: translateX(207px);
}

.p-land-italy .slick-dots {
  clear: both;
  margin: 0;
  padding: 17px 0 35px;
}

.p-land-italy .slick-dots button  {
  background: white;
}

.p-land-italy .slick-dots .slick-active button {
  background: #000;
}

.p-land-italy .slick-dots li,
.p-land-italy .slick-dots button { height: 5px; border-radius: 0; width: 120px; padding:0; margin: 0; }


.p-land-italy .sc-games-title { display: flex; flex-direction: column;  margin-bottom: 40px; }


.sc-gaming .dark-blue-box h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
.p-land-italy .sc-games .logos {padding-top:26px;}

}

/* Map */ 

.sc-map {
  position:relative;
  padding-top: 60px;
}

.sc-map-title   {
  display: flex; flex-direction: column;
  align-items: center;
  justify-content: center;
  position:relative;
}

.sc-map-space {
  min-height: 300px;
}

.sc-world-map {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.sc-world-map-pin {
  position: absolute;
  width: 9px;
  height: 9px; 
  background: #003DA4;
  border-radius: 50%;
}

.sc-world-map-pin div {
  position: absolute;
  width: 15px;
  height: 15px; 
  background: rgba(0, 61, 164, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.sc-world-map-location-1 {
  top: 35.6%;
  left: 20.6%;
}

.sc-map-features {
  position: relative;
  display: flex; 
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 26px 5px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(12.5px);
  font-family: 'Barlow Condensed', Arial, sans-serif;
  color: #012169;
  font-size: 21px;
  padding: 32px;
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  gap: 48px;
}

.sc-map-features img {margin: 0 auto 16px;}

.sc-map-facts {
  display: flex; flex-direction: column;
  color: #012169;
  max-width: 480px;
  margin: 0 auto 48px;
  gap: 32px;
}
.sc-map-facts > div { display: flex; flex-direction: column; align-items: center; }
.sc-map-facts strong { font-size: 48px; font-weight: 700; font-family: 'Barlow Condensed', Arial, sans-serif; }
.sc-map-facts span { font-size: 18px; display: block; }


.sc-map-sep {
  display: none;
  position: absolute;
  background: rgba(52, 66, 74, 0.2);
  top: 53px;
  left: 50%;
  height: 2px;
  width: 260px;
}

.sc-map-sep-left { transform: translateX(-364px); }
.sc-map-sep-right { transform: translateX(110px); }

.p-land-italy .clients-list {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
.sc-world-map {top:10%;}
}

/* Form */

.sc-form {
  padding-bottom: 100px !important;
}
.more-angle:after {transform: translate(0,2px);}
.sc-form p {padding:0;}

div.simple-acceptance-ita {padding-bottom:25px;}
@media screen and (max-width: 768px) {
.wpcf7-submit {width:100%;}

div.simple-acceptance-ita {text-align:center;border-top:1px solid #ccc;padding-top:16px;margin-top:5px}
.more-angle:after {transform: translate(0,3px);}
}
.wpcf7-checkbox .wpcf7-list-item {margin-left:0;}

/* Footer */
.p-land-italy footer { background: #012169; }

.footer-ita p { opacity: 0.7}

@media screen and (max-width: 767px) {
  .p-land-italy .sc-games {
    padding-top: 140px;
  }

  .p-land-italy .sc-hero .button {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .p-land-italy .games-list .singleGame {
    width: 100%;
    margin-top: 0;
    padding-bottom: 35px;
  }

  .p-land-italy .sc-map-bragg {
    max-width: 120px;
    height: auto;
  }

  .load-more-games {
    display: block;
    clear: both;
  }

  .load-more-games hr {
    height: 1px;
    border: none;
    width: 100%;
    background: #000;
    margin: 40px auto;
  }
}

@media screen and (max-width: 1023px) {
  .sc-map-title .button {
    display: none;
  }

  .sc-map-title [class*="line-"]:before {
    margin-left: auto;
    margin-right: auto;
  }

  .p-land-italy .sc-gaming {
    padding-top: 64px;
  }

  .p-land-italy .sc-gaming .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .p-land-italy .sc-gaming .logos li {
    flex: calc(50% - 8px);
  }
}

@media screen and (min-width: 768px) {
  .p-land-italy .sc-hero {
    text-align: left;
    height: 580px;
  }

  .p-land-italy .sc-hero-col {
    max-width: 80%;
  }

  .p-land-italy .sc-hero-characters { max-width: 80%; }
  .p-land-italy .sc-hero-overlay { bottom: 0px; color: white !important;}
  .p-land-italy .sc-hero-overlay p {opacity: 1;color: white !important;position: relative;z-index: 1;}

  .load-more-games {
    display: none;
  }
}


@media screen and (min-width: 1024px) {

  .p-land-italy .sc-hero-col {
    max-width: 560px
  }

  .p-land-italy .sc-hero-align {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }



  .p-land-italy h2, 
  .p-land-italy .h2 { font-size: 46px;}

  .p-land-italy .sc-hero {
    text-align: left;
    height: 580px;
  }

  .p-land-italy .sc-hero h1 {
    padding-top: 0 !important;
  }


  .p-land-italy .sc-hero .button {
    margin-right: 12px;
  }

  .p-land-italy .sc-hero-overlay {display: block;}
  .p-land-italy .sc-hero-characters { transform: translateX(-18%); max-width: none; }

  .p-land-italy .sc-hero-overlay p { font-size: 12px; line-height: 140%; margin-bottom: 0; } 

  /* games */
  .p-land-italy .sc-games {
    padding-top: 60px;
    padding-bottom: 190px;
    background: #D2E2F0 url('https://bragg.group/wp-content/themes/bragg-blank/images/landing-ita/games.jpg') center bottom no-repeat; 
  }
  .p-land-italy .sc-games-text {text-align: center; font-size: 16px; max-width: 920px; margin-left: auto; margin-right: auto;}

  .p-land-italy .singleGame a.switch {
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    top: -1px;
    position: relative;
  }

  .p-land-italy .sc-games-col {
    padding-bottom: 0;
    padding-top: 0;
  }

  .p-land-italy .sc-games-col h2 { padding-bottom: 0;}

  .p-land-italy .sc-games-title { display: flex; justify-content: space-between;  margin-bottom: 0;}


  .p-land-italy .sc-games-button {max-width: 302px;}

  .p-land-italy .sc-gaming {
    background: #003DA4  url('https://bragg.group/wp-content/themes/bragg-blank/images/landing-ita/igaming-bg.jpg') center no-repeat;
  }

  /* iGaming */
  .sc-gaming { padding-bottom: 60px;}
  .sc-gaming .intro {padding-bottom: 32px;}

  .sc-gaming .dark-blue-boxes {
    max-width: 512px;
    margin: 0 auto;
  }

  .sc-gaming .dark-blue-box {
    padding-bottom: 30px;
    margin-bottom: 70px;
  }

  .sc-gaming .dark-blue-box h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
  }
  



  .sc-gaming-content-wrap {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .p-land-italy .clients-list {
    padding-top: 0px;
  }

  .p-land-italy .sc-clients-title {
    padding-bottom: 0;
  }


  .p-land-italy .sc-clients-col {
    padding-top: 0px;
  }


  /* Map */
  .sc-map-space {
    min-height: 480px;
  }
  
  .sc-map {
    padding-top: 100px;
    padding-bottom: 108px;
  }

  .sc-map-title   {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
  }

  .sc-world-map-pin {
    width: 18px;
    height: 18px;
  }
  
  .sc-world-map-pin div {
    width: 30px;
    height: 30px;
  }

  .sc-map-facts   {
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    max-width: none;
    gap: 32px;
    margin-bottom:60px;
  }

  .sc-map-facts > div { flex: 1;}

  .sc-map-facts strong { font-size: 72px; }
  .sc-map-facts span { font-size: 18px;  }

  .sc-map-features {
    flex-direction: row; 
    font-size: 18px;
    max-width: none;
    padding: 72px;
    gap: 0;
  }

  .sc-map-features img { margin: 0 20px 0 0;}
  .sc-map-features > div { display: flex; text-align:left; padding: 0 30px; align-items: center; justify-content: center; }
  .sc-map-features > div:not(:last-child) { border-right: 2px solid #D2E2F0; }

  .sc-form {
    padding-bottom: 80px !important;
  }  


  .footer-ita {
    padding-top: 60px;
  }
}


@media screen and (min-width: 1440px) {
  .sc-map-sep {
    display: block
  }
}

@media screen and (min-width: 1920px) {
  .p-land-italy .sc-games { background-size: 100% auto;}
  .p-land-italy .sc-hero { background-size: cover;}
}

.clients-list .item.postid-3214 {display:none !important;}

.lightbox {z-index:10000000;}
.lightbox .l-content {top:30px;left:30px;right:30px;bottom:30px;width:calc(100% - 60px);height:calc(100% - 60px);transform:translate(0);padding:20px;max-width:unset;}
.lightbox .l-content .close {position:absolute;background:#fff;border-radius:100%;text-align:center;cursor:pointer;}

.button.white {border-top-left-radius:0;border-top-right-radius:0;}
.button.white:hover {background: #BE003A;color:#fff;}

@media screen and (min-width: 768px) {
	.lightbox .l-content .close {top:-15px;right:-15px;width:80px;height:80px;line-height:85px;font-size:24px;}
	.button.white {font-size:14px;}
}

@media screen and (max-width: 768px) {
	.lightbox .l-content .close {top:10px;left:10px;width:38px;height:38px;line-height:41px;}
.lightbox .l-content {top:0;left:0;right:0;bottom:0;width:100%;height:100%;padding:0;background:#000;}
}


.game-lightbox {display:none;}
.game-lightbox.opened {display:block;}


@media screen and (min-width: 768px) {
.sm-embed-container {height:100%;}
.sm-embed-container iframe {height:100%;}
}

@media screen and (max-width: 768px) and (orientation: portrait)  {
.sm-embed-container {position: relative;top:50%;transform:translate(0,-50%);padding-bottom: 66.5%;height: 0;overflow: hidden;}
.sm-embed-container iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .lightbox .l-content .close {top:10px;left:10px;width:38px;height:38px;line-height:41px;z-index: 1;font-size: 15px;}
.lightbox .l-content {top:0;left:0;right:0;bottom:0;width:100%;height:100%;padding:0;background:#000;}
.sm-embed-container {position: relative;left:50%;transform:translate(-50%,0);height: 100%;overflow: hidden;}
.sm-embed-container iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;} 
}

.p-land-italy .sc-hero:after {content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:125px;background: linear-gradient(180deg, rgba(1, 33, 105, 0) 0%, rgba(1, 33, 105, 0.79) 100%);}