
  #comp-100-modal .close-wrap {
	width: 100%;
	display: flex;
	justify-content: flex-end;
  }
  
  #comp-100-modal .close {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.5);
	display: flex;
    align-items: center;
    justify-content: center;
  }
  #comp-100-modal .close svg {
	fill: white;
	width: 10px;
	height: 10px;
  }
  
  #comp-100-modal h4 {
	color: black;
	font-size: 24px;
	font-weight: 400;
  }

  #comp-100-modal img.gc-100 {
	width: 400px;
	max-width: 90%;
	margin: 3rem auto;
  }
  
  #comp-100-modal .claim-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
  }
  
  #comp-100-modal .claim-wrap .bttn-green {
	border-radius: 3rem;
  }
  
  #comp-100-modal .disclaimer {
	color: rgba(51, 51, 51, 0.5);
	font-size: 12px;
  }
