:root {
  --txt-dark-blue: #05264f;
}
.dropdown-list-centro .w-dropdown-list .w--open{
	background:transparent !important;
}
/* casestudy page */

.drop-inner-light{
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
}
 @media screen and (min-width: 1920px) {
  .drop-inner-light{
    gap: 61px !important;
  }
  .drop-nav-n{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px; 
    margin-top: 30px !important;
}
.link-nav-light{
  font-size: 18px !important;
  padding: 17px !important;
}
 }
.drop-nav-n{
  background: white;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 100px;
  margin-top: 20px;
}

.link-nav-light{
 padding-top: 12.87px;
 padding-bottom: 12.87px;
 padding-left: 12.75px;
 padding-right: 12.75px;
 border-radius: 100px;
 font-size: 13.5px;
 color: #05264F;
 font-weight:500 ;
 cursor: pointer;
 transition: all 0.8s ease;
}
.link-nav-light:hover{
  background: #EFF4F8 !important;
  color: #00938e !important;

}
 .active-light{
  background: #EFF4F8 !important;
  color: #00938e !important;
  border-radius: 100px;
}
.dropdown-rel-light{
  position: relative;
}
.nav-casestudy {
  /* background-color: #00938e; */
  display: none;
  position: absolute;
  top:120%; /* or customize */
  left: 0;
  /* background: white; */
  z-index: 10;
  /* padding: 10px; */
  /* border: 1px solid #ccc; */
}

.dropdown-rel-light.active-light .nav-casestudy {
  display: block;
}
/* Change link text color when active */
.dropdown-rel-light.active-light .link-nav-light {
  color: #00968D;
}


.hobby-wrapper{
 border-top: 1px solid #CBD5E5;
 border-bottom: 1px solid #CBD5E5;
 margin: 0px 39px;
 padding: 30px 0px;
}
.faq-case-study{
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-arr{
  width: 17px;
}
.faqCase-title{
  font-size: 24px;
  font-weight: bold;
  color:#05264F;
}
.faqCase-p{
  margin-top: 15px;
}
.faqCase-content-wrap{
  padding: 33px 0px;
}
.faqCase-content-titte{
  font-size: 41px;
  line-height: 1.4em;
  font-weight: bold;
  color: #05264F;
}
.faqCase-content-wrap{
  padding: 44px 0px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.faqCase-overview{
  font-size: 24px;
  font-weight: semibold;
  color: #05264F;
}
.content-faqCase-text{
  font-size: 15px;
  color: #35475C;
  line-height: 1.6em;
}
.arrow-content-end{
  width: 10px;
}
.fragmented-wrap{
  display: flex;
  flex-direction: column;
  gap: 10px ;
}
.faqCase-content-wrap {
  display: none;
  opacity: 0;
  transform: scaleY(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faqCase-content-wrap.visible {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: scaleY(1);
}

.increase-wrapfull {
  transition: opacity 0.3s ease;
}

.increase-wrapfull.dimmed {
  opacity: 0.5;
}


@media (min-width:1920px){
  .hobby-wrapper{
 border-top: 1px solid #CBD5E5;
 border-bottom: 1px solid #CBD5E5;
 margin: 0px 52px;
 padding: 40px 39px;
}
.faq-case-study{
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-arr{
  width: 20px;
  margin-bottom: 5px;
}
.faqCase-title{
  font-size: 28px;
  font-weight: bold;
  color:#05264F;
}
.faqCase-p{
  margin-top: 20px !important;
}
.faqCase-content-wrap{
  padding: 44px 0px;
  display: none;
  flex-direction: column;
  gap: 44px;
}
.faqCase-content-titte{
  font-size: 55px;
}
.faqCase-overview{
  font-size: 32px;
  font-weight: semibold;
}
.content-faqCase-text{
  font-size: 20px;
}
.arrow-content-end{
  width: 15px;
}
}
/* casestudypage */
/* .w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
} */
.main-btn .diff-colr{
font-weight:500 !important
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
	
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.styleguide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  margin-bottom: 100px;
}

.styleguide-title {
  font-size: 32px;
  line-height: 1;
  position: sticky;
  top: 40px;
}

.color-div {
  border: 1px solid #1e1c1c;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 120px;
  height: 120px;
}

.color-div.color-5 {
  background-color: #fff;
}

.color-div.color-5._6 {
  background-color: #1e1c1c;
}

.color-div.color-1 {
  background-color: #f7f8fb;
}

.color-div.color-2 {
  background-color: #eff1f5;
}

.styleguide-hero-section {
  background-color: #2b2f3a;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1140px;
  height: 400px;
  margin: 60px auto;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  transition: box-shadow .3s;
  position: relative;
}

.heaidng-1 {
  color: #000;
}

.styleguide-right-div {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styleguide-right-div.color {
  grid-column-gap: 30px;
  flex-flow: wrap;
}

.section-wrapper.rel {
  position: relative;
}

.section-wrapper.footer-centro {
  background-color: #05264f;
  overflow: hidden;

}

.container-wrapper {
  max-width: 1440px;
  padding: 60px 150px;
	margin:0 auto !important;
}

.container-wrapper.nav {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  padding: 36px 53px;
  display: flex;
}

.container-wrapper.index-1-centro {
  z-index: 1;
  position: relative;
}

.container-wrapper.index-1-centro.remove-top-margin-centro {
  padding-top: 0;
  padding-bottom: 0;
}

.container-wrapper.rm-pdm {
  padding-bottom: 0;
}

.container-wrapper.rm-pdm.rm-top-pdn, .container-wrapper.rm-top-padding {
  padding-top: 0;
}

.container-wrapper.rm-top-padding.index1-tab {
  position: relative;
}

.container-wrapper.rm-top-padding.flex-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-wrapper.footer-centro {
  padding-bottom: 40px;
  margin:0 auto !important;
}

.h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #05264f, #00968d 88%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  line-height: 1.2;
}

.heading1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #05264f, #00968d 88%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  line-height: 1.2;
}

.h2 {
  color: #05264f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  line-height: 1.3;
}

.h2.text-center {
  text-align: center;
}

.heading2 {
  color: #05264f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  line-height: 1.3;
}

.heading2.text-center {
  text-align: center;
}

.heading2.diff-weight {
  font-weight: 400;
}

.heading2.diff-weight.first-cap {
  text-transform: capitalize;
}

.big-paragraph {
  color: #05264f;
  font-family: Poppins, sans-serif;
  font-size: 26.25px;
  font-weight: 500;
  line-height: 1.3;
}

.big-paragraph.txt-align-left {
  text-align: left;
}

.big-paragraph.smaller-para {
  color: #35475c;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-main {
  color: #35475c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.paragraph-main.letterspac {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-main.letterspac.blue-clr {
  color: var(--txt-dark-blue);
}

.paragraph-main.txt-align-left {
  text-align: left;
}

.main-btn {
  text-transform: capitalize;
  background-color: #05264f;
  border-radius: 100px;
  padding: 20px 35px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: all .3s;
}

.main-btn:hover {
  background-color: #00968d;
}

.main-btn.diff-colr {
  background-color: #00968d;
  transition-duration: .3s;
}

.main-btn.diff-colr:hover {
  background-color: #05264f;
}

.btn-2 {
  color: #05264f;
  background-color: #3898ec00;
  border: 2px solid #05264f;
  border-radius: 100px;
  padding: 17px 34px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .4s;
}

.btn-2:hover {
  color: #00968d;
  -webkit-text-stroke-color: #00968d;
  border-color: #00968d;
}

.hero-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.hero-box.gaming-page-centro {
  margin-top: 180px;
}

.hero-heading-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-heading-box.widercont {
  width: 111%;
}

.hero-heading-box.gamblingbox {
  width: 122%;
}

.hero-heading-box.gamblingbox.upr-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-heading-box.dating-centro {
  width: 122%;
}

.hero-heading-box.pci-dss-wid {
  width: 109%;
}

.big-para-box {
  max-width: 72%;
}

.big-para-box.smaller {
  max-width: 61%;
}

.hero-btn-box {
  margin-top: 10px;
}

.hero-btn-box.ve-up-mrgn {
  margin-top: -20px;
}

.hero-img-box {
  width: auto;
}

.hero-img-box.wideimg {
  width: 118%;
}

.hero-img-box.gambingbox {
  margin-top: 140px;
}

.hero-img-box.dating-centro {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-img-box.pci-wdth {
  width: 84%;
}

.hero-img-box.pci-wdth.bigger-img-centro, .phone-img.pci-img {
  width: 100%;
}

.navbar {
  background-color: transparent !important;
  position: absolute !important;
  inset: 0% 0% auto !important;
}

.nav-brand-imgcentro {
  width: 153px;
}

.imgcentro {
  width: 100%;
}

.nav-menu-box {
  background-color: #fff;
  border-radius: 84px;
  padding: 1px 7px;
}

.nav-menu-inner-boxcentro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.centronav-link {
  padding: 0;
  font-weight: 500;
}

.dropicon {
  color: #00968d;
  margin-right: 10px;
}

.droptextbox {
  color: #05264f;
  font-weight: 500;
}

.dropdown-toggle {
  padding: 18px 34px 18px 14px;
}

.nav-btn-box.show-on-small-b {
  display: none;
}

.merchants-box {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: center;
  background-image: linear-gradient(#ffffff12, #fff0);
  border-radius: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 90px;
  display: flex;
  box-shadow: 0 -30px 27px #92a8c41c;
}

.merchants-box.diff-linear {
  background-image: linear-gradient(#ffffff59, #fff0 35%);
  box-shadow: 0 -128px 27px #92a8c40a;
}

.merchants-box.diff-linear.gamlingwide.ve-upr-mrgn {
  margin-top: -60px;
}

.merchants-box.rm-btm-padng {
  padding-bottom: 0;
}

.merchants-box.ve-upr-mrg {
  margin-top: -60px;
}

.merchants-para-box {
  max-width: 99%;
}

.merchants-para-box.align-left {
  text-align: left;
  width: 100%;
}

.merchants-para-box.txt-center {
  text-align: center;
  margin-top: 35px;
  padding-left: 90px;
  padding-right: 90px;
}

.merchants-head-box {
  max-width: 83%;
}

.merchants-head-box.gaming {
  max-width: none;
}

.merchants-head-box.gaming.flex-v {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.merchants-head-box.gaming.less-width {
  max-width: 92%;
}

.merchants-head-box.gaming._80-width {
  width: 80%;
}

.merchants-head-box.gaming.upr-megn {
  margin-top: 60px;
}

.merchants-head-box.gamlingwider {
  max-width: 93%;
}

.merchants-head-box.less-width-centro {
  width: 80%;
}

.gridcentro2nd {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 87%;
  margin: 20px auto;
}

.gridcentro2nd.leftalign {
  grid-row-gap: 61px;
  text-align: left;
  max-width: 96%;
}

.gridcentro2nd.leftalign._2nd-colm {
  grid-template-columns: 1fr 1fr;
  max-width: 84%;
  margin-top: 60px;
}

.gridcentro2nd.leftalign._2nd-colm.low-spac {
  grid-column-gap: 48px;
  grid-row-gap: 15px;
  max-width: 100%;
}

.gridcentro2nd.leftalign._2nd-colm.full-width {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: none;
}

.gridcentro2nd.leftalign._2-col-full-width {
  grid-template-columns: 1fr 1fr;
  max-width: none;
  margin-top: 0;
}

.gridcentro2nd.leftalign._5-col {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  max-width: 100%;
}

.gridcentro2nd.dating-page-centro {
  max-width: 89%;
}

.gridcentro2nd.low-gap-centro-and-lil-wider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 93%;
}

.gridcentro2nd._2-col-centro {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
}

.gridcentro2nd._2-col-centro.rem-all-mrgn {
  margin-top: 0;
  margin-bottom: 0;
}

.gridcentro2nd._2-col-centro.smaller {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gridcentro2nd._100-width {
  max-width: 100%;
}

.gridcentro2nd._100-width.less-space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: none;
}

.centro-grid-cont-vertical {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.centro-grid-cont-vertical.less-gap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.centro-grid-cont {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 87%;
  display: grid;
}

.centro-grid-cont.morew {
  max-width: 93%;
}

.centro-grid-cont.method {
  max-width: 82%;
}

.centro-grid-cont.method.align-left {
  text-align: left;
}

.centro-grid-cont._100-width {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.centro-grid-cont.less-width-centro.left-align, .centro-grid-cont.less-width-flow-cards {
  text-align: left;
}

.horizontal-arrow-content {
  width: 10px;
  margin-top: 6px;
}

.arrow-abs {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-abs._2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-abs._2.smart-routing-centro-arrow-2, .arrow-abs.smart-routing-centro-arrow {
  height: 47%;
  top: 25%;
}

.why-adult-cont-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.why-adult-cont-box.ve-upper-pdn {
  margin-top: -60px;
}

.why-adult-cont-box.txt-center {
  text-align: center;
}

.why-adult-cont-box.txt-center.less-width-centro.bottom-margin-centro {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.slide-grd {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.slide-grd-cont {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #ffffff59;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px 58px 30px 30px;
  display: flex;
}

.slide-grd-cont.rem-pdn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.slide-grd-cont.rem-pdn.transp-bg {
  background-color: #fff0;
}

.para-mid {
  font-size: 21px;
  line-height: 32px;
}

.slide-grd-img {
  width: 98px;
}

.slide-grd-img._65 {
  width: 65px;
}

.headon-cont-box {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headon-cont-box.gambling-wider {
  max-width: 94%;
}

.headon-cont-box.gambling-wider._80-width {
  width: 80%;
}

.headon-cont-box.gambling-wider._80-width.bottom-margin {
  margin-bottom: 100px;
}

.subscription-slide {
  background-color: #ddd0;
  height: 100%;
  margin-top: 60px;
}

.sub-arrow {
  background-color: #dee7f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  inset: 0% auto 0% -8%;
}

.sub-arrow.rightarrow {
  inset: 0% -8% 0% auto;
}

.subscriptions-left-arow-inner {
  width: 22px;
}

.subscriptions-left-arow-inner.absimg {
  position: absolute;
  inset: auto;
}

.subscriptions-left-arow-inner.absimg.right {
  transform: rotate(180deg);
}

.subscription-grid-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  width: 100%;
  height: 100%;
}

.subscription-grid-slide.lower-spac.diff-fr {
  grid-template-columns: 1fr 1.15fr;
}

.subscription-grid-slide.lower-spac.diff-fr-1st {
  grid-template-columns: 1.1fr 1fr;
}

.subscription-grid-slide.lower-spac.upper-mrgn {
  margin-top: 80px;
}

.subscription-grid-slide.lower-spac.small-right-side-fr {
  grid-column-gap: 51px;
  grid-template-columns: .9fr 1fr;
}

.subscription-grid-slide.low-fr {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  background-color: #ffffff59;
  border-radius: 30px;
  grid-template-columns: .5fr .9fr;
  padding: 30px 48px;
}

.subscription-box-slide {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.subscription-box-img.less-width {
  width: 70%;
}

.subscription-box-img._80-width {
  width: 85%;
}

.subscription-img {
  width: 100%;
}

.subs-centro-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.subs-centro-list.align-left-centro {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subscription-box-para {
  max-width: 93%;
}

.subscription-box-para.full-wide-centro {
  max-width: 100%;
}

.subs-slide-1 {
  margin-right: 40px;
}

.adult-cont-centro {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 95%;
  display: flex;
}

.adult-cont-centro.top-mrgn {
  max-width: 96%;
  margin-top: 60px;
}

.adult-cont-centro.top-mrgn.wide {
  max-width: 97%;
}

.adult-cont-centro.txt-center {
  text-align: center;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.adult-cont-centro._100-width {
  width: 100%;
  max-width: none;
}

.adult-cont-centro.lil-small {
  max-width: 95%;
}

.adult-cont-centro.more-width {
  max-width: 97%;
}

.cta-box {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 71%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link-centro-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1.25fr 2.25fr 1.25fr 1fr;
  margin-top: 10px;
}

.footer-link-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-lnk-centro {
  color: #fff;
  font-size: 15px;
  font-weight: 400 !important;
  line-height:1.2em !important;
  text-decoration: none;
}

.footer-line-centro {
  background-color: #ffffff26;
  flex: none;
  width: 100vw;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.footer-line-centro-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-rights-grid-box {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1.25fr .5fr;
}

.all-rights-links-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-icon-linkl-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scialicon {
  width: 44px;
}

.footer-logo-box-img {
  width: 100px;
}

.home-bg-centro {
  background-image: url('https://gbi.rqu.mybluehost.me/website_b9de6488/wp-content/uploads/2025/06/home-bg.svg');
  background-position: 0 0;
  background-size: cover;
}

.dropdown-centro {
  border-radius: 100px;
}

.slider-grid-centro {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.slider-grid-centro._2-colm-centro {
  grid-template-columns: 1fr 1fr;
}

.slider-grid-centro.rem-upr-gap {
  margin-top: 0;
}

.slider-cont-main-wrapper {
  background-color: #ffffff59;
  border-radius: 40px;
  height: 100%;
  padding: 35px 23px 62px;
}

.slider-cont-main-wrapper.less-pading-centro {
  padding-bottom: 35px;
}

.e-gaming-grid-box {
  grid-template-rows: auto;
  grid-template-columns: auto .75fr;
  justify-content: start;
  place-items: center start;
  margin-bottom: 15px;
}

.e-gaming-grid-box.wider-box {
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.heading4 {
  color: #05264f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.strategies {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #ffffff59;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 58px 30px 30px;
  display: flex;
}

.strategies-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.strategies-grid._3-col-centro {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.strategies-grid._3-col-centro.rem-upr-pdn {
  margin-top: 0;
}

.strategies-grid._1-row-centro {
  grid-template-rows: auto;
}

.cont-wrapper {
  max-width: 92%;
}

.cont-wrapper._100width {
  max-width: none;
}

.pci-cont-centro {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.pci-cont-centro.more-margn-centro {
  margin-top: 60px;
}

.top-margn-pci {
  margin-top: 40px;
}

.less-width-centro {
  width: 90%;
}

.less-width-centro.cntr {
  margin-left: auto;
  margin-right: auto;
}

.less-width-centro._100-width {
  width: auto;
}

.slider-industries {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.slider-cont {
  background-color: #ffffff59;
  border-radius: 40px;
  padding: 132px 22px 73px;
  position: relative;
  overflow: hidden;
}

.heading3 {
  color: var(--txt-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.heading3._24-light {
  color: #35475c;
  font-size: 24px;
}

.abs-img {
  position: absolute;
  inset: 0% 0% auto auto;
}

.abs-img._1 {
  top: 4%;
  right: -12%;
}

.abs-img._2 {
  top: 4%;
  right: 10%;
}

.abs-img._3 {
  top: 14%;
  right: -8%;
}

.abs-img._4 {
  top: 4%;
}

.content-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 94%;
  display: flex;
}

.high-risks-para {
  margin-top: 60px;
}

.grid-centro {
  grid-template-rows: auto;
  grid-template-columns: .75fr auto .75fr auto 1.5fr auto 1fr;
  justify-content: start;
  margin-top: 0px !important;
}

.flow-chat-img-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.flow-cards {
  background-image: linear-gradient(#ffffff1a, #dae6f366);
  border: 1px solid #05264f33;
  border-radius: 30px;
  padding: 18px;
}

.less-width-flow-cards {
  width: 306px;
}

.h3-wrapper {
  margin-top: 20px;
  padding-bottom: 20px;
}

.real-time-para {
  text-align: left;
  width: 100%;
}

.slider-heading {
  width: 84%;
}

.arrow-centro {
  height: 100%;
}

.case-studies-soon-centro-box {
  border-radius: 100px;
  padding: 18px 14px;
  position: relative;
}

.case-studies-soon-centro-box.left-gap-centro {
  color: #05264f;
  margin-right: 10px;
  text-decoration: none;
}

.case-studies-soon-centro-box.simple-centro {
  color: #05264f;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: all .3s;
}

.case-studies-soon-centro-box.simple-centro:hover {
  color: #00968d;
  background-color: #eff4f8;
}

.soon-text-centro {
  color: #00968d;
  font-size: 8px;
  font-weight: 700;
  line-height: 8px;
}

.soon-text-box-centro {
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 6px 7px;
  display: flex;
  position: absolute;
  inset: 0% -6% auto auto;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/Arrow-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next {
  background-color: #dee7f3;
  border-style: none;
  width: 63px;
  height: 63px;
  margin-right: 0;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  background-color: #dee7f3;
  border-style: none;
  width: 63px;
  height: 63px;
  margin-right: 0;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.splide.slider2 {
  width: 86%;
  overflow: hidden;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  display: none;
  position: relative;
  inset: 0% auto 0;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.slider-pill_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.slider-pill {
  text-align: center;
  padding-bottom: 3.5em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide._50 {
  width: 50%;
}

.embed {
  pointer-events: auto;
}

.sliders_text2 {
  font-style: italic;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 100vw;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slide-wrap-copy {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.arrow-main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 116%;
  max-width: 116%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.arrow-main-wrapper.full {
  width: 100%;
  max-width: 100%;
}

.arrow-left-main {
  cursor: pointer;
  background-color: #dee7f3;
  background-image: url('https://gbi.rqu.mybluehost.me/website_b9de6488/wp-content/uploads/2025/06/Arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  transition: all .3s;
}

.arrow-left-main:hover {
  background-color: #00938e;
  background-image: url('https://gbi.rqu.mybluehost.me/website_b9de6488/wp-content/uploads/2025/06/Arrow-1_1.svg');
}

.arrow-right-main {
  cursor: pointer;
  background-color: #dee7f3;
  background-image: url('https://gbi.rqu.mybluehost.me/website_b9de6488/wp-content/uploads/2025/06/Arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  transition: all .3s;
  transform: rotate(180deg);
}

.arrow-right-main:hover {
  background-color: #00938e;
  background-image: url('https://gbi.rqu.mybluehost.me/website_b9de6488/wp-content/uploads/2025/06/Arrow-1_1.svg');
}

.embed-second {
  pointer-events: auto;
}

.dropdown-list {
  background-color: #eff4fc;
  border-radius: 20px;
  padding-left: 20px;
}

.dropdown-list.w--open {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #eff4fc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px 10px 10px;
  display: flex;
  inset: 133% auto auto 0%;
}

.dropdown-list.grid-centro {
  padding-left: 0;
  display: flex;
}

.dropdown-link {
  color: #05264f;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-box-centro {
  display: flex;
}

.dropdow-links-cont-box {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 248px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 12px 28px #a9bfcd33;
}

.dropdow-links-cont-box.payment-features-centro {
  width: 311px;
}

.dropdow-links-cont-box.geo-solutions-centro {
  width: 366px;
}

.dropdow-links-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.dropdown-link-2 {
  color: #05264f;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  transition: all .3s;
}

.dropdown-link-2:hover {
  color: #00968d;
}

.dropdown-list-centro {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #f2f5ffbf;
  flex-flow: column;
  margin-top: 20px;
  margin-left: -11px;
  display: none;
}

.dropdown-list-centro.w--open {
  display: block;
}

.dropdown-list-centro.colord-list-centro {
  background-color: #f2f5ff;
  border-radius: 20px;
}

.dropdown-list-centro.colord-list-centro.w--open {
  flex-flow: column;
}

.dropdown-list-centro.hide-centro {
  display: block;
}

@media screen and (min-width: 1920px) {
  .container-wrapper {
    max-width: 1920px;
    padding-left: 250px;
    padding-right: 250px;
  }

  .container-wrapper.nav {
    padding: 50px 132px;
  }

  .h1, .heading1 {
    font-size: 100px;
    line-height: 1.1;
  }

  .h2, .heading2 {
    text-transform: capitalize;
    font-size: 55px;
  }

  .big-paragraph {
    font-size: 35px;
  }

  .big-paragraph.smaller-para {
    font-size: 32px;
  }

  .paragraph-main {
    font-size: 20px;
  }

  .main-btn {
    padding: 27px 47px;
    font-size: 20px;
  }

  .btn-2 {
    padding: 23px 46px;
    font-size: 20px;
  }

  .hero-heading-box {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 111%;
  }

  .hero-heading-box.widercont {
    width: 112%;
  }

  .hero-heading-box.gamblingbox, .hero-heading-box.dating-centro {
    width: 126%;
  }

  .hero-heading-box.pci-dss-wid {
    width: 116%;
  }

  .hero-btn-box {
    margin-top: 20px;
  }

  .hero-img-box {
    width: 580px;
  }

  .hero-img-box.wideimg {
    width: 111%;
  }

  .hero-img-box.gambingbox {
    margin-top: 180px;
  }

  .hero-img-box.dating-centro {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-img-box.pci-wdth {
    width: 73%;
  }

  .phone-img.heartcoin {
    width: 65%;
  }

  .nav-brand-imgcentro {
    width: 200px;
  }

  .nav-menu-box {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .centronav-link {
    font-size: 17px;
  }

  .dropicon {
    font-size: 20px;
  }

  .droptextbox {
    font-size: 17px;
  }

  .dropdown-toggle {
    padding-right: 40px;
  }

  .merchants-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 64px 120px;
  }

  .merchants-box.diff-linear.gamlingwide {
    padding-left: 80px;
    padding-right: 80px;
  }

  .merchants-box.diff-linear.gamlingwide.ve-upr-mrgn {
    margin-top: -100px;
  }

  .merchants-box.less-padding-centro {
    padding-left: 80px;
    padding-right: 80px;
  }

  .merchants-para-box.small, .merchants-head-box {
    max-width: none;
  }

  .merchants-head-box._100-width-align-left {
    text-align: left;
    max-width: 100%;
  }

  .gridcentro2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 90%;
  }

  .gridcentro2nd.leftalign._5-col {
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  }

  .gridcentro2nd.dating-page-centro.top-mrgn-centro {
    margin-top: 60px;
  }

  .gridcentro2nd._2-col-centro.smaller {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gridcentro2nd._2-col-centro.smaller.gap-centro {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gridcentro2nd._100-width {
    width: 100%;
  }

  .centro-grid-cont.method.align-left.lil-small {
    max-width: 76%;
  }

  .centro-grid-cont.less-width-centro.left-align {
    text-align: left;
  }

  .horizontal-arrow-content {
    width: 12px;
    margin-top: 10px;
  }

  .arrow-abs {
    height: 100%;
  }

  .slide-grd {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .para-mid {
    font-size: 28px;
    line-height: 39px;
  }

  .slide-grd-img {
    width: 126px;
  }

  .slide-grd-img._65 {
    width: 86px;
  }

  .headon-cont-box.gambling-wider._80-width {
    width: auto;
  }

  .subscription-slide {
    margin-top: 82px;
  }

  .sub-arrow {
    width: 83px;
    height: 83px;
  }

  .subscriptions-left-arow-inner {
    width: 28px;
  }

  .subscription-grid-slide {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-columns: 1fr .86fr;
  }

  .subscription-grid-slide.lower-spac {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .subscription-box-img.smaller-width-centro {
    width: 86%;
  }

  .subs-centro-list {
    font-size: 21px;
  }

  .adult-cont-centro {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .adult-cont-centro.top-mrgn {
    margin-top: 80px;
  }

  .cta-box {
    margin-bottom: 60px;
  }

  .footer-link-centro-box {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 2fr 1.5fr auto 1.5fr 1.25fr;
    margin-top: 20px;
  }

  .footer-link-box {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .footer-lnk-centro {
    font-size: 20px;
  }

  .footer-lnk-centro.wider-centro {
    width: 105%;
  }

  .footer-line-centro {
    margin-top: 66px;
    margin-bottom: 50px;
  }

  .all-rights-grid-box {
    grid-template-columns: .5fr 1.5fr .6fr;
  }

  .all-rights-links-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .scialicon {
    width: 50px;
  }

  .footer-logo-box-img {
    width: 114px;
  }

  .e-gaming-grid-box, .e-gaming-grid-box.wider-box {
    place-items: center start;
  }

  .heading4 {
    font-size: 24px;
    line-height: 36px;
  }

  .strategies-grid {
    grid-column-gap: 93px;
    grid-row-gap: 18px;
  }

  .strategies-grid._3-col-centro {
    grid-row-gap: 60px;
  }

  .strategies-grid.less-uper-pdn {
    grid-row-gap: 61px;
  }

  .cont-wrapper {
    max-width: none;
  }

  .pci-cont-centro {
    margin-top: 48px;
  }

  .pci-cont-centro.more-margn-centro {
    margin-top: 68px;
  }

  .less-width-centro.cntr {
    width: 91%;
  }

  .less-width-flow-cards {
    width: auto;
  }

  .smaller-para-in-grid {
    width: 370px;
  }

  .arrow-left-main, .arrow-right-main {
    background-size: 28px;
    width: 83px;
    height: 83px;
  }

  .dropdown-box-centro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dropdow-links-cont-box {
    width: 450px;
    padding-left: 40px;
  }

  .dropdow-links-cont-box.payment-features-centro {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 404px;
  }

  .dropdow-links-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-link-2 {
    font-size: 20px;
  }

  .dropdown-list-centro {
    border-radius: 25px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-wrapper.nav {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-wrapper.rm-top-padding {
    padding-top: 40px;
  }

  .container-wrapper.rm-top-padding.index1-tab {
    z-index: 1;
  }

  .container-wrapper.rem-top-pdn-sm {
    padding-top: 0;
  }

  .h1, .heading1 {
    font-size: 40px;
  }

  .h2, .heading2 {
    font-size: 26px;
  }

  .big-paragraph {
    font-size: 20px;
    line-height: 1.7;
  }

  .main-btn {
    padding: 18px 27px;
    font-size: 13px;
    transition-duration: .4s;
  }

  .btn-2 {
    padding: 14px 34px;
    font-size: 13px;
  }

  .hero-box {
    grid-template-columns: 1fr 1fr;
    margin-top: 101px;
  }

  .hero-box.gaming-page-centro.rem-upper-pdn-hero {
    margin-top: 101px;
  }

  .hero-heading-box {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .hero-heading-box.widercont, .hero-heading-box.dating-centro {
    width: auto;
  }

  .big-para-box.smaller {
    max-width: 80%;
  }

  .nav-menu-box {
    border-radius: 0 0 30px 30px;
  }

  .nav-menu-inner-boxcentro {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .centronav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .dropicon {
    margin-right: 18px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .nav-btn-box {
    display: none;
  }

  .nav-btn-box.show-on-small-b {
    display: flex;
  }

  .merchants-box {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-image: linear-gradient(#ffffff12, #fff0);
    padding-left: 40px;
    padding-right: 40px;
  }

  .merchants-box.rm-btm-padng {
    padding-bottom: 48px;
  }

  .merchants-para-box {
    max-width: none;
  }

  .gridcentro2nd {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .gridcentro2nd.leftalign {
    grid-row-gap: 35px;
  }

  .gridcentro2nd._100-width {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .gridcentro2nd._100-width.less-space {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .centro-grid-cont-vertical {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .centro-grid-cont, .centro-grid-cont.method, .why-adult-cont-box {
    max-width: none;
  }

  .why-adult-cont-box.txt-center.less-width-centro.bottom-margin-centro {
    margin-bottom: 60px;
  }

  .slide-grd {
    grid-template-columns: 1fr 1fr;
  }

  .slide-grd-cont {
    padding-right: 30px;
  }

  .headon-cont-box.gambling-wider {
    max-width: 100%;
  }

  .subscription-slide {
    margin-top: 40px;
  }

  .sub-arrow {
    left: -4%;
  }

  .sub-arrow.rightarrow {
    right: -4%;
  }

  .subscription-grid-slide {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .subscription-grid-slide.lower-spac {
    width: 100%;
  }

  .subscription-grid-slide.lower-spac.diff-fr {
    grid-template-columns: 1fr;
  }

  .subscription-grid-slide.lower-spac.diff-fr-1st {
    grid-template-columns: 1.1fr;
  }

  .subscription-grid-slide.lower-spac.upper-mrgn {
    margin-top: 40px;
  }

  .subscription-grid-slide.lower-spac.small-right-side-fr {
    grid-template-columns: .5fr;
  }

  .subscription-grid-slide.low-fr {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .subscription-box-slide {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .subscription-box-img {
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .subscription-img {
    width: 70%;
  }

  .adult-cont-centro {
    max-width: none;
  }

  .adult-cont-centro.top-mrgn {
    max-width: none;
    margin-top: 40px;
  }

  .adult-cont-centro.top-mrgn.wide {
    max-width: none;
  }

  .cta-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .footer-link-centro-box {
    grid-column-gap: 31px;
    grid-template-columns: auto auto auto;
  }

  .all-rights-grid-box {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: auto;
  }

  .all-rights-links-box {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-logo-box-img {
    width: 200px;
  }

  .home-bg-centro {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .menu-main-box {
    flex: 1;
  }

  .dropdown-centro {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-box {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#05264f, #0c57b5);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
  }

  .slider-grid-centro {
    grid-template-columns: 1fr 1fr;
  }

  .strategies {
    padding-right: 30px;
  }

  .strategies-grid {
    grid-template-columns: 1fr 1fr;
  }

  .strategies-grid._3-col-centro, .strategies-grid._3-col-centro.rem-upr-pdn {
    grid-template-columns: 1fr;
  }

  .grid-centro {
    grid-template-columns: .75fr auto;
  }

  .flow-chat-img-wrapper {
    display: none;
  }

  .case-studies-soon-centro-box.left-gap-centro, .case-studies-soon-centro-box.simple-centro {
    margin-right: auto;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide.slider1.pill {
    width: 84%;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide._50 {
    width: 100%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .arrow-main-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-box-centro {
    flex-flow: column;
  }

  .dropdow-links-cont-box, .dropdow-links-cont-box.payment-features-centro, .dropdow-links-cont-box.geo-solutions-centro {
    width: 60%;
  }

  .dropdown-list-centro {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f2f5ff;
    border-radius: 25px;
    margin-top: 10px;
    margin-left: 0;
    display: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .styleguide-hero-section {
    height: 200px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper {
    padding: 40px 20px;
  }

  .container-wrapper.nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wrapper.rm-pdm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper.rem-top-pdn-sm {
    padding-top: 0;
  }

  .h1, .heading1 {
    font-size: 50px;
  }

  .h2.text-center, .heading2.text-center, .big-paragraph {
    font-size: 24px;
  }

  .paragraph-main {
    font-size: 12px;
  }

  .paragraph-main.bigger-on-centro {
    font-size: 14px;
  }

  .hero-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero-heading-box {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .hero-heading-box.gamblingbox, .hero-heading-box.dating-centro, .hero-heading-box.pci-dss-wid {
    width: auto;
  }

  .big-para-box.smaller {
    max-width: 100%;
  }

  .hero-img-box, .hero-img-box.wideimg._60-width {
    width: 60%;
  }

  .hero-img-box.gambingbox {
    width: 100%;
    margin-top: 0;
  }

  .hero-img-box.pci-wdth.bigger-img-centro {
    width: 80%;
  }

  .nav-brand-imgcentro {
    padding-left: 0;
  }

  .merchants-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 30px 20px;
  }

  .merchants-para-box.txt-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .merchants-head-box.gaming._80-width {
    width: 100%;
  }

  .gridcentro2nd {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    max-width: none;
  }

  .gridcentro2nd.low-gap-centro-and-lil-wider {
    grid-template-columns: 1fr;
  }

  .gridcentro2nd._2-col-centro.rem-all-mrgn {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .gridcentro2nd._100-width.less-space {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .centro-grid-cont.less-width-centro.left-align {
    text-align: left;
  }

  .arrow-abs {
    height: 100%;
    left: -8%;
  }

  .arrow-abs._2 {
    right: -8%;
  }

  .why-adult-cont-box.txt-center.less-width-centro.bottom-margin-centro {
    width: 100%;
  }

  .slide-grd {
    grid-template-columns: 1fr;
  }

  .slide-grd-cont {
    padding: 20px;
  }

  .slide-grd-cont.rem-pdn.transp-bg {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .para-mid {
    font-size: 18px;
    line-height: 28px;
  }

  .headon-cont-box.gambling-wider._80-width.bottom-margin {
    width: 100%;
    margin-bottom: 40px;
  }

  .sub-arrow {
    width: 50px;
    height: 50px;
    left: -2%;
  }

  .sub-arrow.rightarrow {
    width: 50px;
    height: 50px;
    right: -2%;
  }

  .subscription-grid-slide.lower-spac.upper-mrgn {
    margin-top: 40px;
  }

  .subscription-box-img.smaller-width-centro {
    width: 100%;
  }

  .subscription-box-para {
    max-width: 100%;
  }

  .adult-cont-centro {
    max-width: none;
  }

  .adult-cont-centro.top-mrgn {
    max-width: none;
    margin-top: 40px;
  }

  .adult-cont-centro.top-mrgn.wide {
    max-width: none;
  }

  .cta-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .all-rights-links-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .scialicon {
    width: 35px;
  }

  .home-bg-centro {
    background-image: url('../images/home-bg.svg');
    background-size: cover;
  }

  .menu-box {
    padding: 10px;
  }

  .slider-grid-centro {
    grid-template-columns: 1fr;
  }

  .strategies {
    padding: 20px;
  }

  .strategies-grid {
    grid-template-columns: 1fr;
  }

  .strategies-grid.less-uper-pdn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .cont-wrapper {
    max-width: none;
  }

  .grid-centro {
    grid-template-columns: 1fr;
  }

  .flow-chat-img-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .flow-cards {
    text-align: center;
    width: 200px;
  }

  .flow-cards._3.mob {
    width: auto;
  }

  .arrow-icon {
    transform: rotate(90deg);
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .splide__slide {
    width: 100%;
  }

  .dropdow-links-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-link-2 {
    font-size: 14px;
  }

  .dropdown-list-centro {
    z-index: 1;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-wrapper, .container-wrapper.rm-pdm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1, .heading1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 24px;
  }

  .heading2 {
    font-size: 22px;
  }

  .big-paragraph {
    font-size: 16px;
  }

  .paragraph-main {
    font-size: 14px;
  }

  .main-btn {
    padding: 16px 24px;
    font-size: 14px;
  }

  .btn-2 {
    padding: 10px 28px;
    font-size: 12px;
  }

  .hero-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .hero-heading-box.gamblingbox {
    width: auto;
  }

  .hero-heading-box.dating-centro {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: auto;
  }

  .hero-heading-box.pci-dss-wid {
    width: auto;
  }

  .big-para-box.smaller {
    max-width: 100%;
  }

  .hero-img-box, .hero-img-box.wideimg._60-width {
    width: 100%;
  }

  .hero-img-box.gambingbox {
    margin-top: 0;
  }

  .hero-img-box.dating-centro {
    justify-content: center;
    align-items: center;
  }

  .hero-img-box.pci-wdth.bigger-img-centro {
    width: 100%;
  }

  .merchants-box {
    padding-bottom: 40px;
  }

  .merchants-para-box.txt-center {
    padding-left: 0;
    padding-right: 0;
  }

  .merchants-head-box {
    max-width: none;
  }

  .merchants-head-box.gaming._80-width {
    width: 100%;
  }

  .merchants-head-box.gaming.upr-megn {
    margin-top: 20px;
  }

  .gridcentro2nd {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .gridcentro2nd.leftalign._2nd-colm {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .gridcentro2nd.leftalign._5-col {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1.5fr;
  }

  .gridcentro2nd._2-col-centro, .gridcentro2nd._2-col-centro.rem-all-mrgn {
    grid-template-columns: 1fr;
  }

  .gridcentro2nd._100-width {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .gridcentro2nd._100-width.less-space {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 100%;
  }

  .centro-grid-cont-vertical {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .arrow-abs {
    height: 100%;
    display: none;
    left: -19%;
    transform: none;
  }

  .arrow-abs._2 {
    height: 100%;
    right: -19%;
  }

  .why-adult-cont-box {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .para-mid {
    font-size: 16px;
    line-height: 26px;
  }

  .slide-grd-img {
    width: 80px;
  }

  .slide-grd-img._65 {
    width: 50px;
  }

  .subscription-slide {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-arrow {
    width: 40px;
    height: 40px;
    left: -15%;
  }

  .sub-arrow.rightarrow {
    width: 40px;
    height: 40px;
    right: -15%;
  }

  .subscription-grid-slide {
    width: auto;
  }

  .subscription-grid-slide.low-fr {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscription-box-slide {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .subscription-box-img {
    width: auto;
  }

  .subscription-box-img.less-width, .subscription-box-img._80-width, .subscription-img {
    width: 100%;
  }

  .subscription-box-para {
    max-width: none;
  }

  .adult-cont-centro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .adult-cont-centro.top-mrgn {
    margin-top: 60px;
  }

  .adult-cont-centro.top-mrgn.wide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-box {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-bottom: 20px;
  }

  .footer-link-centro-box {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: auto;
  }

  .all-rights-grid-box {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .footer-logo-icon-linkl-box {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-logo-box-img {
    width: 150px;
  }

  .e-gaming-grid-box {
    grid-template-columns: auto 1fr;
  }

  .strategies-grid._3-col-centro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .strategies-grid._1-row-centro {
    margin-top: 20px;
  }

  .pci-cont-centro.more-margn-centro {
    margin-top: 40px;
  }

  .heading3._24-light {
    font-size: 19px;
    line-height: 28px;
  }

  .abs-img {
    width: 46%;
  }

  .flow-cards._3.mob, .flow-cards._4, .less-width-flow-cards {
    width: auto;
  }

  .splide.slider1.pill {
    width: 80%;
  }

  .splide.slider2 {
    width: 76%;
  }

  .arrow-left-main, .arrow-right-main {
    width: 50px;
    height: 50px;
  }

  .dropdown-list.grid-centro {
    flex-flow: column;
  }

  .dropdow-links-cont-box {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 100%;
    padding: 20px;
  }

  .dropdow-links-cont-box.payment-features-centro {
    width: 100%;
  }

  .dropdow-links-cont-box.geo-solutions-centro {
    width: 100%;
    padding-right: 40px;
  }

  .dropdow-links-box {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }

  .dropdow-links-box.vertical-centro {
    flex-flow: column;
    display: flex;
  }

  .dropdown-list-centro {
    display: none;
  }

  .dropdown-list-centro.hide-centro {
    display: block;
  }
}

#w-node-b47512c6-1a7f-9b59-6cc7-05de8d6b8c4b-015c1741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30e1323e-565e-e35f-564d-5b276f4d3557-015c1741, #w-node-c6f8023d-7ca1-3f5f-67f0-ab8ee6f30f63-e6f30f16 {
  justify-self: end;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89aa3-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89aa5-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ab7-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ab9-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89abc-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89abe-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ac6-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ac8-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ad2-d72b372c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e5e325b-fdda-82ce-9847-f7f2cbb89ad4-d72b372c, #w-node-_077ed712-846f-99ca-ea64-a8dbd56f8816-46b10770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_077ed712-846f-99ca-ea64-a8dbd56f881f-46b10770 {
  justify-self: end;
}

#w-node-_077ed712-846f-99ca-ea64-a8dbd56f8816-6cc41602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_077ed712-846f-99ca-ea64-a8dbd56f881f-6cc41602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_23f80184-ccf9-e489-64e4-45583c074291-6cc41602, #w-node-c5e65bd2-6804-fdce-a24a-8d862d0d3b81-6cc41602, #w-node-_53e97582-3c0a-1b63-3aeb-8b7a74bb2bd2-6cc41602 {
  align-self: center;
}

#w-node-_81f7b543-9225-b4c8-387a-42a14d716ddf-6ee3bf1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8813f509-443d-1fa9-1759-19f4bea8ec45-6ee3bf1d, #w-node-_8813f509-443d-1fa9-1759-19f4bea8ec4f-6ee3bf1d, #w-node-_8813f509-443d-1fa9-1759-19f4bea8ec59-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e51-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e5b-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e65-6ee3bf1d {
  align-self: center;
}

#w-node-_81f7b543-9225-b4c8-387a-42a14d716ddf-92f1d10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81f7b543-9225-b4c8-387a-42a14d716de8-92f1d10c {
  justify-self: end;
}

#w-node-c21a92b1-6a41-3d38-173e-193e9f580e71-92f1d10c, #w-node-afa0b51b-b248-3300-00af-d45c06b2d89b-92f1d10c {
  align-self: center;
}

#w-node-f3ac746d-7af7-bedb-add4-dc5dafe9de6c-668cfdcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ac746d-7af7-bedb-add4-dc5dafe9de75-668cfdcf {
  justify-self: end;
}

#w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df1f-668cfdcf, #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df2c-668cfdcf {
  align-self: center;
}

#w-node-_0b864e64-695c-bb77-d392-fa3fe45ded16-dfde21a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b864e64-695c-bb77-d392-fa3fe45ded1f-dfde21a2 {
  justify-self: end;
}

#w-node-_142995a0-551a-e78b-7371-9c853be408de-dfde21a2 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_39c8dbc2-99e4-4703-d430-8e08fef0f516-dfde21a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c2f08d-5268-b076-ea2b-c5530ca02d9d-0bfb1584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c2f08d-5268-b076-ea2b-c5530ca02da6-0bfb1584 {
  place-self: end;
}

#w-node-_602538f2-fbc6-8239-530d-3c25aa354ec5-0bfb1584, #w-node-_602538f2-fbc6-8239-530d-3c25aa354ecf-0bfb1584, #w-node-_602538f2-fbc6-8239-530d-3c25aa354ed9-0bfb1584 {
  align-self: center;
}

#w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca64-2ecba0b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca6d-2ecba0b3 {
  place-self: end;
}

#w-node-_29fb4145-4374-60ef-8ed3-5311c5446ad8-79819322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29fb4145-4374-60ef-8ed3-5311c5446ae1-79819322 {
  justify-self: end;
}

#w-node-_29fb4145-4374-60ef-8ed3-5311c5446bad-79819322, #w-node-_29fb4145-4374-60ef-8ed3-5311c5446bb2-79819322 {
  justify-self: auto;
}

#w-node-_37b5102a-4d65-5edf-d9d8-77a49ad17ff9-cd99a283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b5102a-4d65-5edf-d9d8-77a49ad18002-cd99a283 {
  justify-self: end;
}

#w-node-c40f1537-6fcd-4291-16e6-cd98c1171dce-cd99a283, #w-node-b61c2545-1b51-0bd9-51f1-e4088c0d21be-cd99a283, #w-node-b36b3669-2dea-723a-ee25-53d775498664-cd99a283 {
  align-self: start;
}

#w-node-b454ac18-e7e4-e7d8-ab87-3c4097076957-cd99a283 {
  align-self: center;
}

#w-node-_5f8d74de-2700-99f1-2a9d-cca1174866ed-78ab9dcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f8d74de-2700-99f1-2a9d-cca1174866f6-78ab9dcf {
  place-self: end;
}

#w-node-_5f8d74de-2700-99f1-2a9d-cca117486741-78ab9dcf, #w-node-_5f8d74de-2700-99f1-2a9d-cca11748674e-78ab9dcf, #w-node-_5f8d74de-2700-99f1-2a9d-cca117486758-78ab9dcf {
  align-self: center;
}

#w-node-_074e5f3b-299a-011b-c6c3-ac2aa096737f-7f761ff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_074e5f3b-299a-011b-c6c3-ac2aa0967388-7f761ff9 {
  place-self: center;
}

#w-node-_074e5f3b-299a-011b-c6c3-ac2aa09673a0-7f761ff9, #w-node-_074e5f3b-299a-011b-c6c3-ac2aa09673aa-7f761ff9, #w-node-_074e5f3b-299a-011b-c6c3-ac2aa09673b4-7f761ff9, #w-node-abce17b3-964f-6c52-d35a-e3ed8614d61e-7f761ff9 {
  align-self: center;
}

#w-node-_376e5fca-0bcf-765d-53a5-caa917fefd37-d62e8455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_376e5fca-0bcf-765d-53a5-caa917fefd40-d62e8455 {
  place-self: center;
}

#w-node-_376e5fca-0bcf-765d-53a5-caa917fefd5b-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd65-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd6f-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd79-d62e8455 {
  align-self: center;
}

#w-node-_3fd8c481-90e1-8ba0-069e-1054062329a5-4ab91433 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fd8c481-90e1-8ba0-069e-1054062329ae-4ab91433 {
  justify-self: end;
}

#w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3a9-f1a2faca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3b2-f1a2faca {
  justify-self: end;
}

#w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3f0-f1a2faca, #w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3fd-f1a2faca {
  align-self: center;
}

#w-node-bb864e09-37c9-cb14-fcac-357f167bd986-1077e4bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb864e09-37c9-cb14-fcac-357f167bd98f-1077e4bb {
  justify-self: end;
}

#w-node-adecb18b-a5cf-fd51-af83-6138f3b4a866-d055c1d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adecb18b-a5cf-fd51-af83-6138f3b4a86f-d055c1d5 {
  justify-self: end;
}

#w-node-cb575f6b-2a71-7e0b-9248-aeeb41bffca0-1de722e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cb575f6b-2a71-7e0b-9248-aeeb41bffca9-1de722e6 {
  justify-self: end;
}

#w-node-_770d7baa-5820-2697-d7ac-66a7ae1cc5c5-1de722e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df25-668cfdcf {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b1ca7f3-1f75-5341-d8b2-cecff732185d-015c1741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_824a5b34-62df-a67e-682e-96b17d9c6853-015c1741, #w-node-e5f01911-662e-bfdb-ab4c-2344c4874a64-015c1741, #w-node-_2b93f87a-e35b-c9f9-f806-b5632e20926b-015c1741, #w-node-_53e46709-90e6-e159-8cb1-4787ec038beb-015c1741 {
    justify-self: center;
  }

  #w-node-c6f8023d-7ca1-3f5f-67f0-ab8ee6f30f63-e6f30f16 {
    justify-self: start;
  }

  #w-node-_2a937917-5f06-3de9-feb8-5a0b540c968c-46b10770 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_409c7eee-17e9-3808-7602-2e2bcd757e87-46b10770 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_64623b79-b285-9d82-27c7-4d8455f64629-46b10770 {
    justify-self: center;
  }

  #w-node-_2a937917-5f06-3de9-feb8-5a0b540c968c-6cc41602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c2c15d6-a5c6-c55b-dd82-3319d1ade1a1-6cc41602, #w-node-_1c2c15d6-a5c6-c55b-dd82-3319d1ade1bb-6cc41602, #w-node-_1c2c15d6-a5c6-c55b-dd82-3319d1ade1d5-6cc41602, #w-node-_23f80184-ccf9-e489-64e4-45583c0742a1-6cc41602, #w-node-c5e65bd2-6804-fdce-a24a-8d862d0d3b7f-6cc41602, #w-node-_53e97582-3c0a-1b63-3aeb-8b7a74bb2bd0-6cc41602 {
    justify-self: center;
  }

  #w-node-_81f7b543-9225-b4c8-387a-42a14d716e1a-6ee3bf1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8813f509-443d-1fa9-1759-19f4bea8ec43-6ee3bf1d, #w-node-_8813f509-443d-1fa9-1759-19f4bea8ec4d-6ee3bf1d, #w-node-_8813f509-443d-1fa9-1759-19f4bea8ec57-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e4f-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e59-6ee3bf1d, #w-node-_17afcace-7812-8911-17df-8c5704724e63-6ee3bf1d {
    justify-self: center;
  }

  #w-node-ebd0338a-3ea4-5457-9f21-c4315135eb13-92f1d10c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c21a92b1-6a41-3d38-173e-193e9f580e82-92f1d10c, #w-node-afa0b51b-b248-3300-00af-d45c06b2d899-92f1d10c, #w-node-fffb92b9-f60a-4666-07d4-55b9a1aa68a2-668cfdcf, #w-node-fffb92b9-f60a-4666-07d4-55b9a1aa68b6-668cfdcf, #w-node-fffb92b9-f60a-4666-07d4-55b9a1aa68c7-668cfdcf, #w-node-_9d6a4d2f-d24a-5dd7-8cb2-b31c7e0b3413-668cfdcf, #w-node-_9c01f72c-4ef6-6f4e-b957-6b4051be60ed-668cfdcf, #w-node-cfc37905-73bf-61d7-2b58-9d060e77eb24-668cfdcf, #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df25-668cfdcf, #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df2a-668cfdcf {
    justify-self: center;
  }

  #w-node-_9b6e62c0-a4ec-cbb2-a55e-98ed1c3b4c67-dfde21a2, #w-node-_142995a0-551a-e78b-7371-9c853be408de-dfde21a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_39c8dbc2-99e4-4703-d430-8e08fef0f516-dfde21a2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93c30d5b-8bd6-8cbe-07c6-518394bfa4d8-0bfb1584 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_602538f2-fbc6-8239-530d-3c25aa354ec3-0bfb1584, #w-node-_602538f2-fbc6-8239-530d-3c25aa354ecd-0bfb1584, #w-node-_602538f2-fbc6-8239-530d-3c25aa354ed7-0bfb1584 {
    justify-self: center;
  }

  #w-node-_48f01fd2-7786-71e4-ee58-0de2d7502d7a-0bfb1584, #w-node-_51352311-1f71-6fef-1c06-467eaddc4abc-0bfb1584 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca9a-2ecba0b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29fb4145-4374-60ef-8ed3-5311c5446bad-79819322 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_29fb4145-4374-60ef-8ed3-5311c5446bb2-79819322 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_29fb4145-4374-60ef-8ed3-5311c5446bb4-79819322 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba20a976-c3de-2a2b-4d2b-8c9830ae0ad5-cd99a283, #w-node-_628833eb-56c6-ee45-1299-0ce49b7ffa97-cd99a283 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_5f8d74de-2700-99f1-2a9d-cca11748673f-78ab9dcf, #w-node-_5f8d74de-2700-99f1-2a9d-cca11748674c-78ab9dcf, #w-node-_5f8d74de-2700-99f1-2a9d-cca117486756-78ab9dcf {
    justify-self: center;
  }

  #w-node-_5f8d74de-2700-99f1-2a9d-cca11748677f-78ab9dcf, #w-node-_5f8d74de-2700-99f1-2a9d-cca117486784-78ab9dcf, #w-node-_81a9a49a-2fbb-f578-0dff-fd59c800e4b6-78ab9dcf, #w-node-db36615a-6e45-f4d3-b4b5-35c5b042242d-78ab9dcf {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_074e5f3b-299a-011b-c6c3-ac2aa096739e-7f761ff9, #w-node-_074e5f3b-299a-011b-c6c3-ac2aa09673a8-7f761ff9, #w-node-_074e5f3b-299a-011b-c6c3-ac2aa09673b2-7f761ff9, #w-node-abce17b3-964f-6c52-d35a-e3ed8614d61c-7f761ff9, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd59-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd63-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd6d-d62e8455, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd77-d62e8455 {
    justify-self: center;
  }

  #w-node-_8caae0dd-ae91-e70b-772a-68c767a98c94-d62e8455, #w-node-_06f9f202-1558-5387-520d-770b7dc76910-d62e8455, #w-node-_4b156234-348a-8f0f-3bdf-45bd5673dd54-4ab91433, #w-node-_5d93da46-f927-1745-72be-1b1fc364f12d-4ab91433, #w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3f6-f1a2faca, #w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3fb-f1a2faca {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-b3fc2ccd-e73a-48cc-6709-880259570412-1077e4bb, #w-node-_7a3c0bc1-cb01-fe69-14af-b955c5627777-1077e4bb, #w-node-_0d748907-bfec-f355-d61f-dcb1524d41df-1077e4bb, #w-node-adecb18b-a5cf-fd51-af83-6138f3b4a8cc-d055c1d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30e1323e-565e-e35f-564d-5b276f4d3557-015c1741, #w-node-_077ed712-846f-99ca-ea64-a8dbd56f881f-46b10770, #w-node-_077ed712-846f-99ca-ea64-a8dbd56f881f-6cc41602, #w-node-_81f7b543-9225-b4c8-387a-42a14d716de8-6ee3bf1d, #w-node-_81f7b543-9225-b4c8-387a-42a14d716de8-92f1d10c, #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9de75-668cfdcf, #w-node-_0b864e64-695c-bb77-d392-fa3fe45ded1f-dfde21a2, #w-node-_73c2f08d-5268-b076-ea2b-c5530ca02da6-0bfb1584, #w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca6d-2ecba0b3 {
    justify-self: center;
  }

  #w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca9a-2ecba0b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_29fb4145-4374-60ef-8ed3-5311c5446ae1-79819322, #w-node-_37b5102a-4d65-5edf-d9d8-77a49ad18002-cd99a283, #w-node-c40f1537-6fcd-4291-16e6-cd98c1171dce-cd99a283, #w-node-b61c2545-1b51-0bd9-51f1-e4088c0d21be-cd99a283, #w-node-b36b3669-2dea-723a-ee25-53d775498664-cd99a283 {
    justify-self: center;
  }

  #w-node-_28af9ee6-878f-c7c6-16da-fe07d79c6f15-cd99a283 {
    align-self: center;
  }

  #w-node-b454ac18-e7e4-e7d8-ab87-3c4097076957-cd99a283, #w-node-_5f8d74de-2700-99f1-2a9d-cca1174866f6-78ab9dcf, #w-node-_074e5f3b-299a-011b-c6c3-ac2aa0967388-7f761ff9, #w-node-_376e5fca-0bcf-765d-53a5-caa917fefd40-d62e8455, #w-node-_3fd8c481-90e1-8ba0-069e-1054062329ae-4ab91433, #w-node-c19ca2e9-9216-d898-e6b6-d82086e3e3b2-f1a2faca, #w-node-bb864e09-37c9-cb14-fcac-357f167bd98f-1077e4bb, #w-node-adecb18b-a5cf-fd51-af83-6138f3b4a86f-d055c1d5, #w-node-cb575f6b-2a71-7e0b-9248-aeeb41bffca9-1de722e6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b1ca7f3-1f75-5341-d8b2-cecff732185d-015c1741, #w-node-_2a937917-5f06-3de9-feb8-5a0b540c968c-46b10770 {
    grid-column: span 1 / span 1;
  }

  #w-node-_409c7eee-17e9-3808-7602-2e2bcd757e6c-46b10770 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_409c7eee-17e9-3808-7602-2e2bcd757e87-46b10770 {
    grid-row: 2 / 3;
  }

  #w-node-_64623b79-b285-9d82-27c7-4d8455f64618-46b10770 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a937917-5f06-3de9-feb8-5a0b540c968c-6cc41602, #w-node-_81f7b543-9225-b4c8-387a-42a14d716e1a-6ee3bf1d, #w-node-ebd0338a-3ea4-5457-9f21-c4315135eb13-92f1d10c {
    grid-column: span 1 / span 1;
  }

  #w-node-c21a92b1-6a41-3d38-173e-193e9f580e82-92f1d10c, #w-node-f3ac746d-7af7-bedb-add4-dc5dafe9df25-668cfdcf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b6e62c0-a4ec-cbb2-a55e-98ed1c3b4c67-dfde21a2, #w-node-_93c30d5b-8bd6-8cbe-07c6-518394bfa4d8-0bfb1584, #w-node-b9e86fbd-36f6-faa4-63a9-8a4b5f46ca9a-2ecba0b3, #w-node-b3fc2ccd-e73a-48cc-6709-880259570412-1077e4bb, #w-node-_7a3c0bc1-cb01-fe69-14af-b955c5627777-1077e4bb, #w-node-_0d748907-bfec-f355-d61f-dcb1524d41df-1077e4bb, #w-node-adecb18b-a5cf-fd51-af83-6138f3b4a8cc-d055c1d5 {
    grid-column: span 1 / span 1;
  }
}


