:root {
	--green-color: #21C300;
	--background-color: #e5e5e5;
	--header-color: white;
	--black-color: #101E0E;
	--text-color-dark: #2E2E2E;
	--text-color-light: white;
}

body, main {
	background-color: var(--background-color);
	color: var(--text-color-dark);
	font-family: Raleway, sans-serif;
}

h2 {
	font-size: 38px;
	font-weight: 400;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #000;
	line-height: 120%;
	text-transform: uppercase;
	font-family: Gruppo, sans-serif;
}

.green-color {
	color: var(--green-color);
}

header {
	background-color: var(--header-color);
	margin-bottom: 40px;
}

.gruppo {
	font-family: Gruppo, sans-serif;
}
header .header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

header .header-left {
	display: flex;
	align-items: center;
}

/* .header-right { */
/**/
/* } */

.centered.button-container {
	margin: 0 auto;
	text-align: center;
}

.ui.button.hunter-button {
	background-color: var(--black-color);
	color: var(--green-color);
	padding: 1.5rem 2rem;

	border-radius: 8px;

	text-align: center;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.ui.button.inverted.hunter-button {
	background-color: transparent;
	color: var(--green-color);
	border: 1px var(--green-color) solid;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ui.button.hunter-button:hover {
	color: var(--black-color);
	background-color: var(--green-color);
}


#header-button {
	padding: 1.5rem 2.5rem;
}


header .solyd-one-header-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: normal;
}

header .solyd-one-header-label:before {
	content: "";
	margin: 0 10px;
	height: 55px;
	width: 1px;
	border-right: 1px solid rgba(142, 142, 142, 0.20);
}

header .solyd-header .item a.button {
	border-radius: 4px;
	border: 1px solid #5F5F5F;
	background-color: transparent;
	color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
	padding: 10px 1rem !important;
	text-align: center;
	font-family: Ubuntu, sans-serif;
	font-size: 14px !important;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
}

header .gradient-text {
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--green-color);
}


#hero-section .title .green-color {
	-webkit-text-stroke-color: var(--green-color);
}

@media screen and (min-width: 992px) {
	#hero-section .left {
		margin-top: 32px;
	}

}
@media screen and (max-width: 991px) {
	#solyd-header-logo {
		height: 45px;
		width: 115px;
	}

	header .solyd-one-header-label {
		font-size: 25px;
	}

	#header-button {
		padding: 1rem 2rem;
		font-size: 14px;
	}

	#hero-section .title {
		font-size: 28px;
	}

	#hero-section .right {
		display: flex;
		justify-content: center;
	}

	.ui.grid.tablet-reverse {
		flex-direction: column-reverse
	}

	h2 {
		font-size: 28px;
	}


}

.faq-title {
    color: var(--green-color);
    font-family: Gruppo, sans-serif;
    font-size: 34px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.ui.accordion {
    border: 1px solid #5F5F5F;
    border-radius: 8px;
}

#faq-section .ui.accordion > .title.modules-title {
    color: var(--text-color-dark);
    font-family: Gruppo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #5F5F5F;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.ui.accordion .modules-title i {
    margin-left: auto;
}

.ui.accordion .content {
    padding-left: 2rem!important;
    color: var(--text-color-dark);
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #5F5F5F;
}

.ui.accordion .content > *:first-child {
    margin-top: .5rem;
}

.ui.accordion .content > *:last-child {
    margin-bottom: 1rem;
}

.ui.accordion .round-bottom {
    border-radius: 0 0 8px 8px;
}

#faq-section .ui.accordion > .title.modules-title.active {
    color: var(--green-color)
}

.ui.accordion .modules-title.active.round-bottom {
    border-radius: 0;
}

.white-divider {
    background-color: #5F5F5F;
    height: 1px;
    width: 100%;
}

.modules-accordion {
	background: transparent!important;
	padding-top: 0!important;
}

.ui.modal {
	border-radius: 7.091px;
	background: var(--black-color);
}

.ui.modal label {
	color: white!important;
}

.ui.modal > .header {
	font-family: Gruppo, sans-serif;
	font-size: 28px!important;
	font-style: normal;
	font-weight: 400!important;
	text-transform: uppercase;
	border: none;
	background: var(--black-color);
	color: var(--green-color);
	padding-bottom: 0;
}

.ui.modal .content {
	background: var(--black-color);
}

.ui.form :is( input, textarea, select) {
	background-color: #D9D9D9;
	color: var(--text-color-dark);
}

.ui.form :is( input, input[type=text], textarea, select):focus,
.ui.form .field input:not(:placeholder-shown):invalid {
	background-color: #D9D9D9;
	color: var(--text-color-dark);
}

#form-captcha-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.disclaimer {
    font-size: .7rem;
    margin-top: 15px;
    text-align: center;
	color: #727272;
}

.disclaimer a {
    font-size: inherit;
    color: var(--green-color);
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#solyd-header-logo {
		height: 30px;
		width: 80px;
	}

	header .solyd-one-header-label {
		font-size: 18px;
	}

	#header-button {
		padding: 1rem 1rem;
		font-size: 12px;
	}

	.ui.form .fields {
        margin-bottom: 1rem;
    }

	#company-employees-field > .field {
		width: 50%;
	}

	#contact-form-button {
		padding: 1rem;
	}
}

@media screen and (max-width: 520px) {
	header .header-content {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 1rem;
	}
	#solyd-header-logo {
		height: 45px;
		width: 115px;
	}

	header .solyd-one-header-label {
		font-size: 25px;
	}

	#header-button {
		padding: 1rem 2rem;
		font-size: 14px;
	}
	
	
}
