.et-l--header.gsi-csp-popup-true{
	position: relative;
  }
  .gsi-country-suggestion-popup-overlay{
	position: fixed;
	width: 150vw;
	height: 150vw;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
  }
  .gsi-country-suggestion-popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	background-color: var(--cool-grey-1);
	width: 90%;
	max-width: 644px;
	border-radius: 12px;
	padding: 40px;
  }
  .gsi-country-suggestion-popup h5.gsi-csp-title{
	font-family: var(--heading-font);
	text-align: center;
	width: 75%;
	margin: auto;
	margin-bottom: 32px;
  }
  .gsi-country-suggestion-popup h5.gsi-csp-title .gsi-csp-blue{
	color: var(--cobalt);
  }
  .gsi-country-suggestion-popup  .gsi-csp-subtitle{
	display: block;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 32px;
  }
  .gsi-country-suggestion-popup a.gsi-csp-button{
	display: block;
	background-color: var(--cherry);
	width: 75%;
	margin: auto;
	text-align: center;
	padding: 16px;
	border-radius: 8px;
	color: var(--white);
	font-weight: 600;
	margin-bottom: 24px;
	cursor: pointer;
  }
  .gsi-country-suggestion-popup a.gsi-csp-button:hover{
	background-color: #FA557C;
  }
  .gsi-country-suggestion-popup .gsi-csp-stay-here{
    color: var(--cobalt) !important;
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
  }
  .gsi-country-suggestion-popup .gsi-csp-close{
	cursor: pointer;
	position: absolute;
	right: 24px;
	top: 24px;
  }

  .gsi-brand-intro-header-true{
    position: relative;
  }
  .gsi-brand-intro-popup-close{
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
  }
  .gsi-brand-intro-popup-overlay{
    position: fixed;
    width: 120vw;
    height: 400vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9;
  }
  .gsi-brand-intro-popup{
     position: fixed;
     width: 90%;
     max-width: 644px;
     background-color: var(--navy);
     background-repeat: no-repeat;
     background-position: bottom center;
     background-size: contain;
     z-index: 99;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     border-radius: 12px;
     padding: 48px 0;
  }
  .gsi-brand-intro-popup-inner{
    text-align: center;
  }
  .gsi-intro-popup-logo{
    width: 110px;
    height: 110px;
  }
  .gsi-brand-intro-popup-inner h5{
    color: #ffffff;
    margin-bottom: 24px;
  }
  .gsi-brand-intro-logo-sec{
    background-color: #F8F9FA;
    padding: 27px;
    margin-bottom: 32px;
  
  }
  .gsi-brand-intro-logo-sec-inner{
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    column-gap: 16px;
  }
  .gsi-bil-segment{
    color: #010A1C;
    font-size: 49.98px;
  }
  .gsi-bil-segment.gbs-logo-1{
    text-align: right;
  }
  .gsi-bil-segment.gbs-logo-2{
    text-align: left;
  }
  .gsi-bil-segment span{
    font-family: var(--heading-font);
    font-size: 49.98px;
    line-height: 0px;
  }
  .gsi-brand-intro-popup-inner h4{
    color: #ffffff;
    padding: 0 20px;
    font-size: 28px;
    padding-bottom: 23%;
    line-height: 36px;
  }


  @media (max-width: 768px){
    .gsi-brand-intro-popup-inner h4{
        font-size: 24px;
        line-height: 32px;
    }
    .gsi-intro-popup-logo{
        width: 70px;
        height: 70px;
    }
    .gsi-bil-segment span{
        font-size: 40px;
        line-height: 32px
    }
  }