label {
	display: block;
	margin-bottom: 10px;
}

input[type="range"] {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 100%;
}

output {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}

.range-slider {
	height: 44px;
	position: relative;
}

.range-slider_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 4px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.range-slider_input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 50%;
	cursor: pointer;
	height: 100px;
	opacity: 0;
	width: 100px;
}

.range-slider_input::-moz-range-thumb {
	border-radius: 50%;
	cursor: pointer;
	height: 14vmin;
	opacity: 0;
	width: 14vmin;
}

.range-slider_thumb {
	align-items: center;
	background: #0c2764;
	border-radius: 12px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	padding: 8px 20px;
	z-index: 2;
}

.range-slider_line,
.range-slider_thumb {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.range-slider_line {
	background-color: #e1e1e1;
	height: 6px;
	width: 100%;
	z-index: 1;
}

.range-slider_line-fill {
	background-color: #0c2764;
	height: 6px;
	position: absolute;
	width: 0;
}

.annual-savings-calculation {
	padding: 60px 0;
}

.annual-savings-calculation_box {
	margin: 0 auto;
	max-width: 740px;
	width: 100%;
}

.annual-savings-calculation_top h2 {
	color: #0c2764;
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
}

.annual-savings-calculation_top p {
	color: #0c2764;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	line-height: 24px;
}

.annual-savings-calculation_top {
	padding-bottom: 41px;
}

.annual-savings-calculation_wrap {
	background: #f3f3f3;
	border-radius: 20px;
	padding: 40px 77px;
}

.annual-savings-calculation_item label {
	color: #0c2764;
	font-family: Inter;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: left;
}

.annual-savings-calculation_item {
	margin-bottom: 40px;
}

.annual-savings-calculation_item label output {
	display: none;
}

.result_box {
	background: #fff;
	border-radius: 10.589px;
	padding: 20px;
}

div#result {
	color: #0c2764;
	font-family: Inter;
	font-size: 66px;
	font-weight: 700;
	letter-spacing: -1.986px;
	line-height: 80px;
}

.result_box_text p {
	color: #0c2764;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.annual-savings-calculation_top p:last-child {
	margin-bottom: 0;
}

.annual_calculation .annual-savings-calculation_top h2 {
	color: #051b4c;
	font-family: Inter;
	font-size: 40px;
	font-weight: 700;
	line-height: 105%;
}

.fleet_tb__title {
	cursor: pointer;
	display: block;
	position: relative;
	text-align: left;
}

.fleet_tb__panel {
	display: none;
	margin-top: 12px;
	text-align: left;
}

.atob-fleets_tab_left {
	width: 45%;
}

.atob-fleets_tab_right {
	align-items: center;
	background: #f0f1f4;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	padding: 50px 20px;
	width: 45%;
}

.atob-fleets_tab_content {
	margin-bottom: 24px;
}

.atob-fleets_tab_img img {
	height: auto !important;
	max-width: 260px !important;
	width: 100% !important;
}

.fleet_tb__card {
	border-bottom: 1px solid #898f9f;
	margin-bottom: 24px;
	padding-bottom: 24px;
	transition: all 0.3s ease-in-out;
}

.fleet_tb__title p {
	color: #898f9f;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.05px;
	line-height: 24px;
	margin: 0;
}

.fleet_tb__panel p {
	color: #414b62;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 21px;
}

.fleet_tb__panel p:last-child {
	margin-bottom: 0;
}

.fleet_tb__card.active_card {
	border-bottom: 1px solid #e2e4e9;
}

.fleet_tb__card.active_card:after {
	opacity: 1;
}

.fleet_tb__title.active p {
	color: #1c2436;
}

.atob-fleets_tab {
	padding: 80px 0;
}

.atob-fleets_tab_content h2 {
	color: #1c2436;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 112.5%;
}

.atob-fleets_tab_img {
	display: none;
}

.progress-bar {
	background-color: #3e9e68;
	bottom: 0;
	height: 2px;
	left: 0;
	position: absolute;
	transition: none;
	width: 0;
}

.fleet_tb__card {
	overflow: hidden;
	position: relative;
}

.atob-fleets_tab_app {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-bottom: 64px;
}

.atob-fleets_tab_app_rating {
	width: 184px;
}

@media (min-width: 768px) {
	.atob-fleets_mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.atob-fleets_tab_left,
	.atob-fleets_tab_right {
		width: 100%;
	}

	.atob-fleets_tab_left {
		padding-bottom: 40px;
	}

	.atob-fleets_tab_content h2 {
		font-size: 40px;
	}

	.atob-fleets_tab {
		padding: 60px 0;
	}

	.atob-fleets_tab_acs,
	.atob-fleets_tab_right {
		display: none;
	}

	.atob-fleets_tab_app {
		padding-bottom: 50px;
	}

	.atob-fleets_cards_img {
		background: #f0f1f4;
		border-radius: 14px;
		margin-bottom: 16px;
		padding: 30px 100px;
		text-align: center;
	}

	.atob-fleets_cards_img img {
		height: auto;
		max-width: 300px !important;
		width: 100% !important;
	}

	.atob-fleets_mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}

	.atob-fleets_cards {
		width: 100%;
	}

	.atob-fleets_cards_content h4 {
		color: #1c2436;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: -0.05px;
		line-height: 150%;
		margin-bottom: 12px;
	}

	.atob-fleets_cards_content p {
		color: #414b62;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.05px;
		line-height: 150%;
	}

	.atob-fleets_cards_content p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.atob-fleets_tab_content h2 {
		font-size: 36px;
		font-weight: 700;
		letter-spacing: -1px;
		line-height: 116.667%;
	}

	.atob-fleets_tab_app {
		gap: 20px;
		padding-bottom: 48px;
	}

	.atob-fleets_cards_img img {
		height: auto;
		max-width: 180px !important;
		width: 100% !important;
	}

	.atob-fleets_cards_content h4 {
		color: #1c2436;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.05px;
		line-height: 150%;
		margin-bottom: 12px;
	}

	.atob-fleets_cards_content p {
		color: #414b62;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.05px;
		line-height: 150%;
	}

	.atob-fleets_cards_img {
		padding: 30px;
	}
}

.atob-full-image {
	margin: 0 auto;
	max-width: 1800px;
	text-align: center;
}

.atob-image-text-box {
	padding: 80px 0;
}

.atob-image-text_left,
.atob-image-text_right {
	width: 45%;
}

.atob-image-text_content h2 {
	color: #1c2436;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
	margin-bottom: 16px;
}

.atob-image-text_content p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-image-text_btn {
	margin-top: 32px;
}

.atob-image-text_content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.atob-image-text_left,
	.atob-image-text_right {
		width: 100%;
	}

	.atob-image-text_content h2 {
		font-size: 42px;
	}

	.atob-image-text-box {
		padding: 60px 0;
	}
}

@media (max-width: 479px) {
	.atob-image-text_content h2 {
		font-size: 36px;
	}
}

.atob-platform {
	padding: 80px 0;
}

.atob-platform_top h2 {
	color: #1c2436;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
}

.atob-platform_top h2:last-child {
	margin-bottom: 0;
}

.atob-platform_top {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 32px;
}

.atob-platform_item {
	background: #f0f1f4;
	border-radius: 12px;
	padding: 52px 38px 54px;
	width: calc(50% - 12px);
}

.atob-platform_box {
	gap: 24px;
}

.atob-platform_num p {
	color: #1c2436;
	font-size: 96px;
	font-weight: 700;
	letter-spacing: -6px;
	line-height: 100%;
	margin: 0;
	text-align: right;
}

.atob-platform_num {
	margin-bottom: 152px;
}

.atob-platform_content h5 {
	color: #1c2436;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 125%;
	margin-bottom: 12px;
}

.atob-platform_content p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-platform_content p:last-child {
	margin-bottom: 0;
}

.atob-platform_image {
	padding-bottom: 44px;
}

.atob-platform_top p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-platform_btn {
	margin-bottom: 64px;
}

.atob-platform_top p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1080px) {
	.atob-platform {
		padding: 80px 0;
	}

	.atob-platform_num p {
		font-size: 60px;
		letter-spacing: -4px;
	}

	.atob-platform_num {
		margin-bottom: 100px;
	}

	.atob-platform_item {
		padding: 25px;
	}
}

@media (max-width: 767px) {
	.atob-platform {
		padding: 60px 0;
	}

	.atob-platform_top h2 {
		font-size: 42px;
	}

	.atob-platform_num p {
		font-size: 60px;
		letter-spacing: -4px;
	}
}

@media (max-width: 640px) {
	.atob-platform_item {
		width: 100%;
	}

	.atob-platform_num {
		margin-bottom: 60px;
	}
}

@media (max-width: 479px) {
	.atob-platform_top h2 {
		font-size: 36px;
	}

	.atob-platform_num p {
		font-size: 48px;
		letter-spacing: -2px;
	}
}

.atob-stats-card {
	padding: 80px 0;
}

.atob-stats-card_top h2 {
	color: #1c2436;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
}

.atob-stats-card_top h2:last-child {
	margin-bottom: 0;
}

.atob-stats-card_top {
	margin: 0 auto;
	max-width: 552px;
	padding-bottom: 32px;
}

.atob-stats-card_item {
	background: #f0f1f4;
	border-radius: 24px;
	padding: 32px;
	width: calc(33.3% - 16px);
}

.atob-stats-card_box {
	gap: 24px;
}

.atob-stats-card_num p {
	color: #1c2436;
	font-size: 96px;
	font-weight: 700;
	letter-spacing: -6px;
	line-height: 100%;
	margin: 0;
	text-align: right;
}

.atob-stats-card_num {
	margin-bottom: 152px;
}

.atob-stats-card_content h5 {
	color: #1c2436;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 120%;
	margin-bottom: 12px;
}

.atob-stats-card_content p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-stats-card_content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1080px) {
	.atob-stats-card {
		padding: 80px 0;
	}

	.atob-stats-card_num p {
		font-size: 60px;
		letter-spacing: -4px;
	}

	.atob-stats-card_num {
		margin-bottom: 100px;
	}

	.atob-stats-card_item {
		padding: 25px;
	}
}

@media (max-width: 767px) {
	.atob-stats-card {
		padding: 60px 0;
	}

	.atob-stats-card_top h2 {
		font-size: 42px;
	}

	.atob-stats-card_num p {
		font-size: 60px;
		letter-spacing: -4px;
	}
}

@media (max-width: 640px) {
	.atob-stats-card_item {
		width: 100%;
	}

	.atob-stats-card_num {
		margin-bottom: 60px;
	}
}

@media (max-width: 479px) {
	.atob-stats-card_top h2 {
		font-size: 36px;
	}

	.atob-stats-card_num p {
		font-size: 48px;
		letter-spacing: -2px;
	}
}

.atob-transaction_fees {
	border-radius: 24px;
	margin: 0 auto;
	max-width: calc(100% - 48px);
	padding: 80px 24px;
	width: 100%;
}

.atob-transaction_fees_content h2 {
	color: #1c2436;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 112.5%;
}

.atob-transaction_fees_content p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-transaction_fees_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.atob-transaction_fees_left {
	width: 37%;
}

.atob-transaction_fees_right {
	width: 40%;
}

.atob-transaction_fees_item {
	align-items: baseline;
	border-bottom: 1px solid #898f9f;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.atob-transaction_fees_item_fees span {
	color: #414b62;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
}

.atob-transaction_fees_item_title span {
	color: #1c2436;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.atob-transaction_fees_item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.atob-transaction_fees {
		border-radius: 0;
		max-width: 100%;
		padding: 48px 0;
	}

	.atob-transaction_fees_content h2 {
		font-size: 36px;
		letter-spacing: -1px;
		line-height: 120%;
	}

	.atob-transaction_fees_left {
		padding-bottom: 32px;
		width: 100%;
	}

	.atob-transaction_fees_right {
		width: 100%;
	}

	.atob-transaction_fees_item_fees span {
		font-size: 24px;
		letter-spacing: -0.75px;
		line-height: 125%;
	}

	.atob-transaction_fees_item_title span {
		font-size: 16px;
		letter-spacing: -0.05px;
		line-height: 150%;
	}

	.atob-transaction_fees_item {
		gap: 20px;
	}
}

.faq {
	background: #e2e4e9;
	border-radius: 24px;
	margin: 0 auto 24px;
	max-width: calc(100% - 48px);
	padding: 80px 20px;
	width: 100%;
}

.title h2 {
	color: #1c2436;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
}

.faq .faq-heading {
	position: relative;
}

.faq .faq-heading .title {
	margin-bottom: 60px;
}

.faq .faq-heading img {
	border-radius: 20px;
	height: auto !important;
	width: 100% !important;
}

.faq .js-accordion {
	border-radius: 20px;
	padding: 45px 45px 35px;
}

.faq .accordion__item {
	border-bottom: 1px solid #b9b9b9;
	margin: 0 0 18px;
	padding-bottom: 11px;
	position: relative;
	width: 100%;
}

.faq .accordion__item:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.faq .accordion-header.js-accordion-header {
	position: relative;
}

.faq .accordion-header.js-accordion-header:hover {
	cursor: pointer;
}

.faq .accordion-header:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13' fill='none' viewBox='0 0 23 13'%3E%3Cpath stroke='%23000' stroke-width='2' d='m1 1 10.5 10.5L22 1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: all 0.3s;
	width: 21px;
}

.faq .js-accordion-item.active .accordion-header:after {
	transform: rotate(-180deg);
}

.faq h4.question-text {
	color: #000;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 11px;
	padding-right: 29px;
}

.faq .accordion-body {
	display: block;
}

.faq .accordion-body.js-accordion-body {
	color: #787878;
	display: none;
	padding: 0 0 15px;
}

.faq .accordion__item.js-accordion-item.active .accordion-header.js-accordion-header .faq-_ion-block .faq_icon-line.rotate {
	display: none;
}

.dark_version_faq .accordion-body__contents p {
	color: hsla(0, 0%, 100%, 0.6);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.footer-disclaimer {
	padding-top: 50px;
}

.footer-disclaimer_text p {
	color: #787878;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 156.25%;
}

.faq_box {
	margin: 0 auto;
	max-width: 840px;
}

.title h2:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.faq {
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.faq .faq-heading,
	.faq .js-accordion {
		margin-top: 10px;
		width: 100%;
	}

	.faq .faq-heading {
		padding-right: 0;
	}

	.faq .faq-heading .title {
		margin-bottom: 24px;
	}

	.faq .hide-desktop img {
		margin-bottom: 30px;
	}

	.faq .js-accordion {
		padding: 35px 35px 25px;
	}

	.faq h4.question-text {
		font-size: 18px;
	}

	.faq {
		border-radius: 0;
		margin-bottom: 0;
		max-width: 100%;
		padding: 60px 0;
	}
}

@media (max-width: 479px) {
	.title h2 {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: -0.75px;
		line-height: 125%;
	}

	.faq .js-accordion {
		padding: 24px 16px;
	}

	.faq h4.question-text {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.05px;
		line-height: 150%;
	}

	.faq .accordion-header:after {
		background-size: contain;
		width: 16px;
	}
}

.banner-form {
	align-items: center;
	background-position: 0;
	background-size: cover;
	border-radius: 20px;
	display: flex;
	overflow: hidden;
	padding: 35px 40px;
}

.banner-form .col-content {
	background-position: 50%;
	background-size: cover;
	font-size: 24px;
	line-height: 1.5em;
	padding-right: 45px;
	width: 56%;
}

.banner-form .col-form {
	background-color: #fff;
	border-radius: 20px;
	margin-left: 2%;
	text-align: center;
	width: 42%;
}

.banner-form .col-form .module-form {
	padding: 35px 40px;
}

.banner-form .col-content .items {
	color: #fff;
	font-size: 18px;
}

.banner-form .col-content .items .item {
	margin-bottom: 7px;
}

.banner-form .col-content .items .item svg {
	margin: 2px 5px 0 0;
}

.banner-form .col-form .form-field {
	margin-bottom: 12px;
}

.banner-form .col-form .form-field input {
	color: #000;
	min-width: 100%;
}

.banner-form .col-form .form-field select {
	max-width: 100%;
}

.banner-form .col-form .form-field input::-moz-placeholder {
	color: #bebebe;
}

.banner-form .col-form .form-field input::placeholder {
	color: #bebebe;
}

.banner-form .col-form .form-field input:focus {
	background-color: #eee !important;
	color: #000;
}

.banner-form .col-form .form-field select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url(../images/dropdown.svg);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 14px;
	color: #000;
	padding-right: 32px;
}

#fleet_type option,
#fleet_type option:first-child {
	color: #000;
}

.banner-form .col-form .form-field select:focus {
	background-color: #eee !important;
	color: #000;
}

.banner-form .hs-error-msgs,
.banner-form label.error {
	color: red;
	display: block;
	font-size: 13px;
	font-weight: 300;
	list-style: none;
	margin: 3px 0 10px 10px;
	padding: 0;
	text-align: left;
}

.banner-form .col-form .hs-button {
	background-color: #0c2764;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.banner-form .col-form .text-disclaimer {
	color: #848484;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45em;
}

.banner-form .col-form .text-disclaimer a {
	color: #848484;
	text-decoration: underline;
}

#atob-loading {
	background-color: hsla(0, 0%, 100%, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8888;
}

#atob-loading img {
	border: 1px solid #ccc;
	border-radius: 100px;
	left: 50%;
	margin-left: -50px;
	overflow: hidden;
	position: absolute;
	top: 40%;
}

.denim-hero .module-heading h1 {
	letter-spacing: -1.77px;
	margin-bottom: 16px;
	max-width: 446px;
}

.denim-hero .module-heading p {
	color: #000;
	font-family: Inter;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 30px;
}

.denim-hero .col-content .items .item {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	line-height: 22.5px;
	margin-bottom: 24px;
}

.denim-hero .col-content .items .item svg {
	margin: 4px 5px 0 0;
	position: relative;
	top: 3px;
}

.denim-hero .col-content {
	width: 50%;
}

.denim-hero .col-form {
	width: 60%;
}

.echo_hero .module-heading h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1.44px;
	line-height: 110%;
	margin-bottom: 60px;
}

.echo_hero .module-heading h3 {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: 125%;
}

.echo_hero .module-heading p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 125%;
}

.echo_hero {
	margin-top: 50px;
}

.custom_bullet_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}

.custom_bullet_list_icn {
	width: 36px;
}

.custom_bullet_list_text {
	width: calc(100% - 60px);
}

.custom_bullet_list_text p {
	font-family: Inter, Arial, Helvetica, sans serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 120%;
	margin: 0;
}

.custom_bullets {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 32px;
}

.banner-form_bottom p {
	color: #fff;
	font-family: Inter, Arial, Helvetica, sans serif;
	font-size: 8px;
	font-weight: 400;
	line-height: 200%;
}

.banner-form_bottom {
	margin-top: 32px;
}

.smartfleet_hero .module-heading .tag_line {
	color: #fff;
	font-family: Inter, Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.smartfleet_hero .module-heading h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
	margin-bottom: 16px;
}

.smartfleet_hero .module-heading .para {
	color: #d1d4db;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
	margin: 0;
}

.form-field-submit {
	margin-top: 16px;
}

.form-field-submit input#atob-submit {
	margin-top: 0;
}

@media (max-width: 1024px) {
	.banner-form .col-form .module-form {
		padding: 35px 30px;
	}
}

@media (min-width: 768px) {
	.echo_hero {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.echo_hero .col-content {
		padding: 0;
		width: 50%;
	}

	.echo_hero .col-form {
		margin: 0;
		width: 46%;
	}
}

@media (max-width: 767px) {
	.smartfleet_hero .module-heading h1 {
		font-size: 48px;
	}

	.echo_hero .module-heading h1 {
		font-size: 38px;
		line-height: 120%;
	}

	.echo_hero .module-heading h3 {
		font-size: 22px;
	}

	.echo_hero .module-heading p {
		font-size: 18px;
	}

	.banner-form {
		background-position: 50%;
		display: block;
		padding: 0;
	}

	.banner-form .col-content {
		border-radius: 20px;
		font-size: 15px;
		margin-bottom: 30px;
		padding: 30px;
		width: auto;
	}

	.banner-form .col-form {
		margin: 0;
		width: 100%;
	}

	.banner-form .col-form .module-form {
		padding: 28px 21px;
	}

	#fleet_type {
		color: #000;
	}
}

@media (max-width: 479px) {
	.echo_hero .module-heading h1 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 40px;
	}

	.smartfleet_hero .module-heading h1 {
		font-size: 40px;
	}
}

.client-logo {
	margin: 0 auto;
}

.sec-title {
	margin-bottom: 20px;
	width: 100%;
}

.ul-clients {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 20px auto 0;
	padding: 0;
}

.echo_logo_client .sec-title h3 {
	color: #fff;
	font-family: Inter;
	font-size: 37px;
	font-weight: 700;
	line-height: 110%;
}

@media (max-width: 767px) {
	.echo_logo_client .sec-title h3 {
		font-size: 30px;
		line-height: 120%;
	}
}

@media (max-width: 479px) {
	.echo_logo_client .sec-title h3 {
		font-size: 28px;
		line-height: 120%;
	}
}

.comp-table {
	margin: 0px 0px;
	border-radius: 20px;
	overflow: hidden;
}

.comp-table .head {
}

.comp-table .row.heading {
	font-size: 18px;
	font-weight: 600 !important;
}

.comp-table .row.heading .col {
	padding: 17px 5px;
	color: #000;
}

.comp-table .row.heading .col img {
	height: 100px;
	width: auto;
	margin-bottom: 20px;
}

.comp-table .row.heading .col-two {
	font-weight: 600 !important;
}

.comp-table .row {
	display: flex;
	flex-wrap: no-wrap;
}

.comp-table .row.cont {
	font-size: 17px;
}

.comp-table .row.cont .col {
	padding: 17px 15px 17px 15px;
}

.comp-table .row:nth-child(odd) {
}

.comp-table .row.cont .col-one,
.comp-table .row.heading .col-one {
	width: 38%;
	font-weight: 600;
	padding-left: 60px;
}

.comp-table .col-two {
	width: 28%;
}

.comp-table .col-three {
	width: 33%;
	padding-right: 5px;
	color: #787878;
}

.denim-com-table .head {
	/*     background-color: #0c2764 !important; */
	padding: 25px 20px 25px 20px !important;
	text-align: center;
}

.comp-btn {
	padding-top: 60px;
}

.denim-com-table .head h3 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.comp-table.denim-com-table .row.cont .col.col-three {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	opacity: 0.48;
}

@media (max-width: 1024px) {
	.comp-table {
	}

	.comp-table .row.cont {
		font-size: 15px;
	}

	.comp-table .row.cont .col {
		padding: 14px 3px 14px 3px;
	}

	.comp-table .row.cont .col-one,
	.comp-table .row.heading .col-one {
		width: 38%;
		padding-left: 10px;
	}

	.comp-table .row.heading {
		font-size: 16px;
	}

	.comp-table .row.heading .col img {
		height: 45px;
		width: auto;
		margin-bottom: 12px;
	}
}

@media (max-width: 479px) {
	.denim-com-table .head h3 {
		font-size: 16px;
	}

	.comp-table.denim-com-table .row.cont .col.col-two {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}

	.comp-table.denim-com-table .col.col-one {
		font-size: 12px;
		line-height: 14px;
	}

	.comp-table.denim-com-table .row.cont .col.col-three {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}
}

.engaged-benefits {
	padding: 120px 0;
}

.engaged-benefits_left {
	width: 42%;
}

.engaged-benefits_right {
	width: 45%;
}

.engaged-benefits_item_icon {
	width: 48px;
}

.engaged-benefits_item_text {
	width: calc(100% - 72px);
}

.engaged-benefits_item {
	border-bottom: 1px solid #898f9f;
	gap: 24px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	padding-left: 16px;
	padding-right: 16px;
}

.engaged-benefits_item_text h4 {
	color: #1c2436;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.05px;
	line-height: 150%;
	margin-bottom: 4px;
}

.engaged-benefits_item_text p {
	color: #414b62;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
	margin: 0;
}

.engaged-benefits_item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.engaged-benefits {
		padding: 60px 0;
	}

	.engaged-benefits_left {
		padding-bottom: 40px;
		width: 100%;
	}

	.engaged-benefits_right {
		width: 100%;
	}
}

.engaged-footer {
	padding-bottom: 120px;
	padding-top: 120px;
}

.engaged-footer_text h2 {
	color: #fff;
	font-family: Inter;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 112.5%;
}

.engaged-footer_text h2:last-child {
	margin-bottom: 0;
}

.engaged-footer_text {
	padding-bottom: 90px;
}

.engaged-footer_social_text span {
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.engaged-footer_social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.engaged-footer_social ul li {
	margin-bottom: 12px;
}

.engaged-footer_social_box {
	gap: 16px;
}

.engaged-footer_social_icon {
	width: 40px;
}

.engaged-footer_social_text {
	width: calc(100% - 56px);
}

.engaged-footer_box {
	align-items: flex-end;
}

.engaged-footer_disclaimer p {
	color: #d1d4db;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
}

.engaged-footer_disclaimer {
	max-width: 450px;
	padding-bottom: 44px;
}

.engaged-footer.disclaimer_option {
	padding-top: 120px;
}

.engaged-footer_left {
	width: 60%;
}

p.disclaimer_para {
	color: #d1d4db;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 150%;
}

@media (max-width: 1080px) {
	.engaged-footer {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.engaged-footer_text h2 {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.engaged-footer_left {
		padding-bottom: 60px;
		width: 100%;
	}

	.engaged-footer_right {
		width: 100%;
	}

	.engaged-footer {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.engaged-footer_text {
		padding-bottom: 40px;
	}

	.engaged-footer_text h2 {
		font-size: 48px;
		font-weight: 700;
		letter-spacing: -1px;
		line-height: 100%;
		margin-bottom: 44px;
	}
}

@media (max-width: 479px) {
	.engaged-footer_text p {
		color: #d1d4db;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 150%;
	}
}

.save-at-gas-stations {
	padding: 90px 0;
}

.save-at-gas-stations_top {
	margin: 0 auto;
	max-width: 767px;
}

.save-at-gas-stations_top h2 {
	color: #0c2764;
	margin-bottom: 14px;
}

.save-at-gas-stations_top p {
	color: #0c2764;
	font-weight: 300;
	line-height: 105%;
}

.smartfleet_gas-stations .save-at-gas-stations_top h2 {
	color: #1c2436;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
}

.smartfleet_gas-stations .save-at-gas-stations_top p {
	color: #414b62;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

@media (max-width: 767px) {
	.save-at-gas-stations {
		padding: 60px 0;
	}
}

@media (max-width: 479px) {
	.save-at-gas-stations {
		padding: 45px 0;
	}
}

/*** Template CSS ***/
.row-fluid {
	width: 100%;
}

.row-fluid:after,
.row-fluid:before {
	content: "";
	display: table;
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 2.127659574%;
	min-height: 1px;
	width: 100%;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
}

.row-fluid .span11 {
	width: 91.489361693%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
}

.row-fluid .span9 {
	width: 74.468085099%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
}

.row-fluid .span7 {
	width: 57.446808505%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
}

.row-fluid .span5 {
	width: 40.425531911%;
}

.row-fluid .span4 {
	width: 31.914893614%;
}

.row-fluid .span3 {
	width: 23.404255317%;
}

.row-fluid .span2 {
	width: 14.89361702%;
}

.row-fluid .span1 {
	width: 6.382978723%;
}

.container-fluid:after,
.container-fluid:before {
	content: "";
	display: table;
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		margin-left: 0;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid:after,
	.row-fluid:before {
		content: "";
		display: table;
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		margin-left: 2.762430939%;
		min-height: 1px;
		width: 100%;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid:after,
	.row-fluid:before {
		content: "";
		display: table;
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		margin-left: 2.564102564%;
		min-height: 1px;
		width: 100%;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
	}
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.hidden,
.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
}

.hidden-desktop,
.visible-phone,
.visible-tablet {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

.banner-section .dnd-section {
	padding: 0 !important;
}

.content-wrapper {
	margin: 0 auto;
}

@media screen and (min-width: 1380px) {
	.content-wrapper {
		padding: 0;
	}
}

.dnd-section > .row-fluid,
.page-center {
	margin: 0 auto;
}

.dnd-section .dnd-column {
	padding: 0 20px;
}

.hs-form-field {
	margin-bottom: 0.9rem;
}

.form-title:empty {
	display: none;
}

form legend {
	font-size: 0.875rem;
}

input[type="button"] {
	transition: all 0.4s ease;
}

form .hs-input:not([type="file"]),
form input[type="email"],
form input[type="file"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
	background-color: #f5f5f5 !important;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #999;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: inherit;
	max-width: 100%;
	min-height: 31px;
	min-width: 93%;
	padding: 12px 20px 12px 0;
	text-indent: 20px;
	transition: all 0.4s ease;
}

form select {
	max-width: 98%;
	padding: 14px 20px;
	text-indent: 0;
}

form input[type="submit"] {
	background-color: #0c2764;
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	margin: 10px auto;
	min-width: 90%;
	padding: 15px 3%;
	transition: all 0.4s ease;
}

form fieldset {
	max-width: 100% !important;
}

form .inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
	cursor: pointer;
	margin-right: 0.35rem;
}

input[type="range"]:focus {
	outline: none;
}

.hs-form-required {
	color: red;
}

form input[type="email"]:focus,
form input[type="file"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form select:focus,
form textarea:focus {
	outline: none;
}

.hs-input.invalid.error,
input.error,
input.error:focus,
select.error {
	border: 1px solid red !important;
}

form .hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
}

form .hs-error-msg,
form .hs-error-msgs label {
	color: red;
	font-size: 0.9em;
	margin-top: 0.25rem;
}

.grecaptcha-badge {
	margin: 0 auto;
}

body,
html {
	font-family: Inter, Arial, Helvetica, sans serif;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5em;
	overflow-x: hidden;
	position: relative;
}

*,
:after,
:before {
	box-sizing: border-box;
}

.wrapper-full {
	width: 1200px;
}

.wrapper-full,
.wrapper-small {
	margin: auto;
	max-width: 100% !important;
}

.wrapper-small {
	width: 950px;
}

.wrapper-medium {
	margin: auto;
	max-width: 100% !important;
	width: 1000px;
}

.dnd-column:has(.sec-full) {
	padding: 0;
}

.page-center2 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.sec-full .page-center {
	max-width: 1280px !important;
	padding: 0 20px;
}

.page-center {
	padding: 0 20px;
}

.tc {
	text-align: center;
}

.df {
	display: flex;
	flex-wrap: wrap;
}

.sb {
	justify-content: space-between;
}

.ac {
	align-items: center;
}

.blue-btn a {
	background: #0c2764;
	border-radius: 12px;
	color: #f5f5f5;
	font-size: 19px;
	font-weight: 600;
	line-height: normal;
	padding: 13px 30px;
}

.blue-btn a,
.inter_plain_button a {
	display: inline-block;
	font-family: Inter;
}

.inter_plain_button a {
	background: #126fb4;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.32px;
	line-height: 150%;
	padding: 12px 34px;
}

.inter_text h2 {
	color: #3c414a;
	font-family: Inter;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1.2px;
	line-height: 116.667%;
	margin-bottom: 20px;
}

.inter_plain_btn_wide a {
	max-width: 300px;
	width: 100%;
}

@font-face {
	font-family: Industry Bold;
	font-style: normal;
	font-weight: 700;
	src: url(https://go.atob.com/hubfs/Fonts/Industry-Bold.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Industry-Bold.woff) format("woff"), url(https://go.atob.com/hubfs/Fonts/Industry-Bold.ttf) format("truetype");
}

.custom-font-industry {
	font-family: Industry Bold, sans-serif;
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: url(https://go.atob.com/hubfs/Fonts/Montserrat-Regular.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Montserrat-Regular.woff) format("woff"),
	url(https://go.atob.com/hubfs/Fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
	font-family: Montserrat;
	font-style: italic;
	font-weight: 400;
	src: url(https://go.atob.com/hubfs/Fonts/Montserrat-Italic.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Montserrat-Italic.woff) format("woff"), url(https://go.atob.com/hubfs/Fonts/Montserrat-Italic.ttf) format("truetype");
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: url(https://go.atob.com/hubfs/Fonts/Montserrat-SemiBold.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Montserrat-SemiBold.woff) format("woff"),
	url(https://go.atob.com/hubfs/Fonts/Montserrat-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	src: url(https://go.atob.com/hubfs/Fonts/Montserrat-Light.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Montserrat-Light.woff) format("woff"), url(https://go.atob.com/hubfs/Fonts/Montserrat-Light.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	src: url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Regular.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Regular.woff) format("woff"),
	url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Regular.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	src: url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Medium.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Medium.woff) format("woff"),
	url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Medium.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	src: url(https://go.atob.com/hubfs/Fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Inter/Inter-SemiBold.woff) format("woff"),
	url(https://go.atob.com/hubfs/Fonts/Inter/Inter-SemiBold.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	src: url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Bold.woff2) format("woff2"), url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Bold.woff) format("woff"), url(https://go.atob.com/hubfs/Fonts/Inter/Inter-Bold.ttf) format("truetype");
}

.font-inter {
	font-family: Inter, Arial, sans-serif;
}

.ecapital-font-light {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
}

.ecapital-font-regular {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.ecapital-font-semibold {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
}

.ecapital-font-italic {
	font-family: Montserrat, sans-serif;
	font-style: italic;
}

@font-face {
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 600;
	src: url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-SemiBold.woff2) format("woff2"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-SemiBold.woff) format("woff"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 400;
	src: url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.woff2) format("woff2"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.woff) format("woff"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.ttf) format("truetype");
}

@font-face {
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 500;
	src: url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Medium.woff2) format("woff2"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Medium.woff) format("woff"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Medium.ttf) format("truetype");
}

@font-face {
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 700;
	src: url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.woff2) format("woff2"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.woff) format("woff"),
	url(https://9232944fs1.hubspotusercontent-na1.net/hubfs/9232944/Fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.ttf) format("truetype");
}

.alloy_btn_wide a {
	width: 300px;
}

.alloy_sec {
	padding: 80px 0;
}

.alloy_text h2 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1.5px;
	line-height: 81%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.alloy_text h2,
.alloy_text h4 {
	color: #426da8;
	font-family: Yanone Kaffeesatz;
}

.alloy_text h4 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.9px;
	line-height: 29px;
}

.alloy_text h3 {
	color: #426da8;
	font-family: Yanone Kaffeesatz;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 40px;
}

.alloy_text p,
.alloy_text ul li {
	color: #426da8;
	font-family: Yanone Kaffeesatz;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.6px;
	line-height: 29px;
}

.alloy_btn a {
	font-family: Yanone Kaffeesatz;
	font-size: 24px;
}

.alloy_btn a,
.green_btn a {
	background: #78be21;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 100%;
	padding: 12px 34px;
}

.green_btn a {
	font-size: 20px;
}

.green_btn a,
.lg_green_btn a {
	font-family: Inter, Arial, Helvetica, sans serif;
	max-width: 280px;
	text-align: center;
	width: 100%;
}

.lg_green_btn a {
	background: #0baf4e;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 34px;
}

.alloy_text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.wrapper-full,
	.wrapper-medium,
	.wrapper-small {
		max-width: 100% !important;
		width: auto !important;
	}

	.alloy_sec {
		padding: 60px 0;
	}

	.alloy_text h2 {
		line-height: 100%;
	}
}

@media (max-width: 767px) {
	.wrapper-full,
	.wrapper-medium,
	.wrapper-small {
		max-width: 100% !important;
		width: auto !important;
	}

	.inter_text h2 {
		font-size: 40px;
	}
}

a {
	text-decoration: none;
	transition: all 0.4s ease;
}

p {
	margin-top: 0;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

h1 {
	font-size: 59px;
	line-height: 1.2em;
	margin: 0 0 20px;
}

h2 {
	font-size: 40px;
}

h2,
h3 {
	line-height: 1.2em;
	margin: 0 0 15px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 22px;
	margin: 0 0 15px;
}

h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}

h5 {
	line-height: 1.4em;
}

.hide-desktop {
	display: none;
}

.hide-mobile {
	display: inherit;
}

@media (max-width: 1160px) {
	.page-center2,
	.sec-full .page-center {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 1.2em;
		margin: 0 0 20px;
	}

	h2 {
		font-size: 26px;
	}

	h2,
	h3 {
		line-height: 1.2em;
		margin: 0 0 12px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
		line-height: 1.2em;
		margin: 0 0 15px;
	}

	.hide-desktop {
		display: inherit;
	}

	.hide-mobile {
		display: none;
	}

	.alloy_text h2 {
		font-size: 46px;
		letter-spacing: -1px;
		line-height: 100%;
	}

	.alloy_text h3 {
		font-size: 34px;
		line-height: 110%;
	}

	.alloy_text h4 {
		font-size: 28px;
		line-height: 100%;
	}

	.alloy_text p {
		font-size: 20px;
		letter-spacing: -0.4px;
	}
}

input,
select,
textarea {
	font-family: Inter, Arial, Helvetica, sans serif;
}

.lazybg {
	background-image: none !important;
}

@media (max-width: 479px) {
	.alloy_sec {
		padding: 45px 0;
	}

	.alloy_text h2 {
		font-size: 44px;
		letter-spacing: -0.8px;
		line-height: 100%;
	}

	.inter_text h2 {
		font-size: 36px;
	}
}

.content-wrapper--vertical-spacing,
.dnd-section {
	padding: 50px 0;
}

.container,
.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
	max-width: 1200px !important;
}

/**** Template CSS Ends ******/

.engaged_text h2 {
	color: #1c2436;
	font-family: Inter;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 112.5%;
}

.engaged_text p {
	color: #414b62;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 150%;
}

.engaged_text h3 {
	color: #1c2436;
	font-family: Inter;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 116.667%;
}

@media (max-width: 767px) {
	.engaged_text h2 {
		font-size: 42px;
	}
}

@media (max-width: 479px) {
	.engaged_text h2 {
		font-size: 36px;
		line-height: 120%;
	}
}

/**** Responsive Code ******/

@media (max-width: 767px) {
	.annual_calculation .annual-savings-calculation_top h2 {
		font-size: 36px;
	}

	div#top {
		text-align: center;
	}

}

@media (max-width: 479px) {
	.annual_calculation .annual-savings-calculation_top h2 {
		font-size: 28px;
	}

	.annual-savings-calculation_top h2 {
		font-size: 28px;
		letter-spacing: -0.84px;
		line-height: 30px;
		margin-left: auto;
		margin-right: auto;
		max-width: 284px;
	}

	.annual-savings-calculation_top p {
		color: #7e7e7e;
		font-size: 13.708px;
		font-weight: 400;
	}

	.annual-savings-calculation_top {
		padding-bottom: 25px;
	}

	.annual-savings-calculation_wrap {
		padding: 20px 36px;
	}

	.annual-savings-calculation_item label {
		font-size: 14px;
		letter-spacing: -0.42px;
		line-height: 11.396px;
		margin-bottom: 20px;
	}

	.range-slider_thumb {
		font-size: 12px;
		letter-spacing: -0.256px;
		line-height: 24px;
		padding: 6px 14px;
	}

	.range-slider_line,
	.range-slider_line-fill {
		height: 2.5px;
	}

	div#result {
		font-size: 32px;
		letter-spacing: -0.943px;
		line-height: 42px;
	}

	.result_box_text p {
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
	}

	.annual-savings-calculation {
		padding: 45px 0;
	}
}
/*# sourceMappingURL=atob-card.css.map */