h1 {
	text-indent: -9999px;
	height: 0;
}

.KV img {
	width: 100%;
	height: auto;
}

.wrapper-dark {
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	padding: 1rem 0;
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .sameUL li:first-child {
	background: #2e2e2e !important;
}

.custom_full_table thead td,
.custom_full_table thead td:first-child {
	background-color: #2e2e2e;
}

.custom_full_table {
	border: 1px solid #9b9b9b;
}

.btn-primary-black {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #000000, #3a3a3a);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	background-size: 300% 100%;
	transition: all .5s ease-in-out;
}

.btn-primary-black:hover {
	color: #ffffff !important;
	background-position: 100% 0;
	transition: all .5s ease-in-out;
}

.btnrow a {
	font-size: 1.2rem;
}

.ugocontainer {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 2vw;
    padding-right: 2vw;
}


.step-box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}


.step-box img {
    width: 100%;
    height: auto;
}


/* @media (max-width: 767px) {
  .container  {
    padding-left: 5vw;
    padding-right: 5vw;
  }
} */

