@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/FiraGO-Regular.eot');
	src: local('Ã¢ËœÂº'), url('../fonts/FiraGO-Regular.woff') format('woff'), url('../fonts/FiraGO-Regular.ttf') format('truetype'), url('../fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
  color: #0a3251;
}
* {
  text-decoration: none !important;
}
body {
  font-family: "FiraGO", sans-serif;
  color: #0a3251 !important;
  background: #fff;
}
h2, h3, h4, h5, h6 {
  color: #0a3251 !important;
  font-feature-settings: 'case' on;
  font-weight: bold;
}
p {
  color: #0a3251;
}
.main-device {
	max-width: 768px;
	margin: 0 auto;
	min-height: calc(100vh - 60px);
	position: relative;
	padding: 20px;
}
.image-container {
	width: 124px;
	height: 124px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 #ccc;
	border: 5px solid #fff;
}
.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.org {
    border-radius: 20px;
    width: fit-content;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: var(--tp-txt-color);
    margin-bottom: 8px;
    font-weight: bold;
	background-color: var(--tp-header-color);
}
.infoS {
	color: rgb(0 0 0 / 60%);
    font-size: 13px;
}
.info-box {
	background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    text-align: center;
    border-radius: 12px;
    font-size: 22px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 30px;
	flex-direction: column;
}
.save-contact {
	background-color: var(--tp-txt-color);
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 12px 8px;
    border-radius: 12px;
    text-align: center;
    color: #fff !important;
	font-weight: bold;
}
.info-box p {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
.bg-white-cl {
	background-color: #fff;
	border-radius: 12px;
}

.main-device::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(https://img.freepik.com/free-vector/halftone-background-abstract-black-white-dots-shape_314614-1558.jpg?w=1480&t=st=1708495090~exp=1708495690~hmac=f771645…);
  background-size: cover;
  opacity: 0.09;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.main-device::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--tp-bg-color);
  opacity: 0.8;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.main-device .container {
  position: relative;
  z-index: 1;
}