@import url('popups.css');
@import url('header.css');
@import url('footer.css');
:root {
	--basic: #F6F7FA;
	--neutrals-0: #FFF;
	--neutrals-1: #C7C7C7;
  --neutrals-3: #5D5D5D;
	--dark-mode-1: #2A2C38;
	--dark-mode-2: #11131B;
}
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing:border-box;
	overflow-wrap: anywhere;
}
a, a:hover, a:visited, a:active {
  color: #EA5752;
  overflow-wrap: anywhere;
}

iframe {
	max-width: 100%;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

html {
	height: 100%; /* Ensures that the html and body tags take up at least full viewport height */
    margin: 0;
	scroll-padding-top: 150px;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	display: flex; /* Establishes a flex container */
	background: #F6F7FA;
	font-family: "Inter";
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
}
body.darkmode{
	background: #11131B;
}
blockquote{
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #f00;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
.uncopy, .uncopy *{
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body.fixed{
	overflow: hidden;
}
.center{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 165px 2.5% 2.5% 2.5%;
}
.content{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
ul, ol{
	list-style: none
}
@media (max-width: 850px){
	html {
  	scroll-padding-top: 125px;
	}
	.center{
		padding: 110px 2% 2% 2%;
	}
	.content{
		width: 100%;
	}
}
@media (max-width: 576px){
	.center{
		padding: 110px 24px 24px 24px;
	}
}
.tcn5{
	color: var(--neutrals-5, #07070B) !important;
}
.tcn4{
	color: var(--neutrals-4, #2E2E2E) !important;
}
.darkmode .tcn4.darkable{
  color: var(--neutrals-1, #C7C7C7) !important;
}
.tcn3{
	color: var(--neutrals-3, #5D5D5D) !important;
}
.tcn2{
	color: var(--neutrals-2, #909090) !important;
}
.tcw{
	color: #FFF !important;
}
.tcb{
	color: #000;
}
.darkmode .tcb.darkable{
	color: #fff !important;
}
.darkmode .tcn5:not(.sbt1){
	color: var(--neutrals-0, #FFF) !important;
}
.darkmode .tcn3{
	color: var(--neutrals-1, #C7C7C7) !important;
}
.darkmode .dwhite{
	color: white !important;
}
.darkmode svg.dwhite path{
	stroke: white !important;
}
.darkmode select.dwhite option{
	color: white !important;
	background-color: rgba(1,1,1, 1); !important;
}
select option{
	border: none !important;
}
.center_align{
	text-align: center;
}
.tirsb{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.tibt3{
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tibt2{
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tibt1{
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tibb{
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}
.tist{
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.tisb{
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}
.tisf{
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.tirs{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.tims{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.tirf{
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.tirb{
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.timb{
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}
.brdls{
	border: none;
}
.sbt1{
	display: inline-flex;
	padding: 11px 24px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	border: 1px solid var(--accent-3, #E52D27);
	color: var(--neutrals-5, #07070B);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	transition: all 0.2s;
	white-space: nowrap;
	background: transparent;
	cursor: pointer;
}
.pbt1{
	display: inline-flex;
	padding: 11px 24px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	background: var(--accent-3, #E52D27);
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
	transition: all 0.2s;
	cursor: pointer;
}
.pbt1:hover{
	background: var(--accent-4, #B7241F);
}
.iab{
	display: flex;
	height: 46px;
	padding: 11px 8px;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--neutrals-5, #07070B);
	color: var(--neutrals-5, #07070B);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.is1{
	display: flex;
	height: 46px;
	padding: 10px 8px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--neutrals-2, #909090);
}
.darkmode .is1{
	background: none;
	color: var(--neutrals-0, #FFF);
	border: 1px solid var(--neutrals-1, #C7C7C7);
}
.al_flex_start{
	align-items: flex-start;
}
.al_flex_stretch{
	align-items: stretch;
}
.hidden{
	display: none !important;
}
.required{
	border: 1px solid var(--accent-4, #B7241F);
}
.required::placeholder {
	color: var(--accent-4, #B7241F);
}
input.error{
	border: 1px solid var(--accent-4, #B7241F);
}
form span.error{
	color: var(--accent-4, #B7241F);
}
.icon_button{
	background: transparent;
	border: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}