@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--bs-border-width: 2px;
}

body {
	font-size: 18px;
	font-family: "Roboto", serif;
	color: #002E56 !important;
}

a {
	color: #003767;
}

input[type="text"]:focus {
    border: 3px solid #286BA0 !important;
}
input[type="date"]:focus {
    border: 3px solid #286BA0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.info-ico{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.info-ico-2{
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: -5px;
}
.cancel-icon{
	vertical-align: middle;
}
.tooltip-link{
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}
/* ------------ Header ------------- */
.header-cxi {
	background-color: #FFF;
}

.header-cxi .header-cxi-brand img {

	width: 70%;
}

.header-cxi-bar {
	background-color: #002E56;
}

.header-cxi-bar .nav-link {
	color: #FFF;
}

.header-cxi-bar .navbar-toggler {
	color: #FAA519;
	border: none;
}

.header-cxi-bar .header-cxi-links .nav-link {
	padding: 0 5px;
}

/* ------------ Marketing ------------- */
.marketing-1 {
    display: flex;
	flex-direction: column;
    align-items: center;
	background: #003767;
	padding-bottom: 3%;
	margin-top: 5%;
}
.marketing-section-1 {
    margin-top: 3%;
    color: #FFF;
    padding: 50px 120px;
    display: flex;
    align-items: center;
}

.marketing-section-1 .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.marketing-section-1 .text-content {
    width: 50%;
}

.marketing-section-1 .text-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.marketing-section-1 .text-content p {
	margin-top: 3%;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.marketing-section-1 .img-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.marketing-section-1 .img-marketing {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}

.marketing-section-1 .confirm-button-marketing {
	width: 45%;
	margin-top: 10%;
}
.marketing-section-1 .confirm-button-marketing:hover {
    background: #d98c1f;
}

.marketing-section-2 {
    background: #002a52;
    color: #FFF;
    padding: 30px 90px;
}

.marketing-section-2 .container-fluid {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.marketing-section-2 .features {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.marketing-section-2 .feature {
    display: flex;
    gap: 10px;
	padding-right: 5% !important;
	margin-left: 5%;
    border-right: 1px solid #FFF;
}
.marketing-section-2 .feature:first-child {
    margin-left: none !important;
}
.marketing-section-2 .feature:last-child {
    border-right: none;
    padding-right: 0;
}

.marketing-section-2 .check-ico {
	margin-top: 2%;
    font-size: 1.8rem;
    color: #FFA500;
}

.marketing-2 {
    display: flex;
	flex-direction: column;
    align-items: center;
	background-color: #FFF;
	padding-top: 4%;
	color: #002E56;
	margin-bottom: 5%;
}

.marketing-2 .marketing-section-3 {
	display: flex;
	align-items: center;
	text-align: center;
}

.marketing-2 .marketing-section-3 .text-content-2 p{
	font-size: 1.5rem;
	font-weight: 500;
}

.marketing-2 .marketing-section-4 {
	margin-top: 3%;
}

.marketing-2 .marketing-section-4 .steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step {
	width: 230px;
	display: flex;
	justify-content:center;
}

.marketing-2 .marketing-section-4 .steps .step .arrow-image {
	width: 40px;
}

.marketing-2 .marketing-section-4 .steps .step-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-header {
	display: flex;
	align-items: center;
	border-bottom: 0.5px solid #286BA0;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-header .step-number {
	font-size: 3rem;
	font-weight: 400;
	margin-right: 5%;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-header .step-header-info {
	font-size: 1.2rem;
	font-weight: 500;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body {
	width: 100%;
	margin-top: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info {
	width: 100%;
	height: 100px;
	background-color: #286BA0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image {
	width: 80px;
	height: 80px;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image-car {
	width: 90px;
	height: 50px;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image-check {
	width: 60px;
	height: 60px;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-footer{
	margin-top: 10%;
	font-size: 1.2rem;
}

/* ------------ Footer ------------- */
.footer-cxi {
	background-color: #EFEFEF;
	padding: 2em 0 0;
}

.footer-cxi span {
	font-size: 14px;
}

.footer-cxi .footer-cxi-logos div {
	border-top: 1px solid #e3e3e4;
}

.footer-cxi .footer-cxi-bottom {
	background-color: #003767;
	color: #FFF;
	padding: 1rem 0;
}

.footer-cxi .footer-cxi-bottom .footer-cxi-links a {
	font-size: 14px;
	text-decoration: none;
}

.footer-cxi .footer-cxi-bottom a {
	color: #FFF;
}

/* ------------ Main ------------- */
.main-cxi {
	background: #EFEFEF;
}

/* Hero */
.hero-section {
	background: url('../img/banner-desktop.svg') no-repeat 70% 0;
	background-size: cover;
	padding: 3em 0 6em;
}

/* steps */
.tabs-section {
	margin-top: -11em;
}

.custom-tabs {
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding: 0 !important; 
    margin: 0 !important; 
}

.custom-link {
	flex: 1;
	font-size: 18px;
}

.custom-tabs .nav-link {
	background-color: #fff;
	color: #002E56;
	font-weight: 500;
	border-radius: 6px !important;
	height: 50px;
}

.custom-tabs .nav-link.active {
	border: 3px solid #286BA0;
	color: #002E56;
}

/* Steps */
.steps-section {
	padding: 0 0 24px;
}

.steps-section .step-number {
	font-size: 48px;
	font-weight: 400;
	color: #CBCBCB;
}

.step-active .step-number {
	color: #286BA0;
}

.step-focus .card {
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
	border: 3px solid #286BA0;
}

.step-validation-error .card {
	border: 3px solid #DB1F35 !important;
}

.step-1 {
	padding: 24px 0 24px;
}
.step-4 {
	padding: 24px 0 24px;
}

.step-1 .card {
	/* margin-top: -11em; */
}

.step-1 .step-currency {
	border-bottom: 2px solid #9AB4C9;
}

.step-1 .rate-box h3 {
	font-size: 24px;
	margin-top: 16px;
}

.step-1 .rate-box p {
	line-height: 1;
	margin: 0;
}

.step-1 .rate-box span {
	font-size: 14px;
	color: #286BA0;
}

.step-end .form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 2.5em;
	margin-bottom: .125rem;
	text-align: left;
	font-size: 14px;
}

.step-end .form-check-input {
	width: 1.5em;
	height: 1.5em;
}

.step-end .form-check .form-check-input {
	float: left;
	margin-left: -2.5em;
}

.select2-container {
	width: 100% !important;
	display: block !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0.6rem 2.25rem 0.6rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 46px !important;
}

.select2-container .select2-results__option img {
	width: 20px;
	height: 15px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img {
	width: 20px;
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

/* Active rate page */
.hero-active-section {
	background: url('../img/active_rate.png') no-repeat 70% 0;
	background-size: cover;
	padding: 4em 0;
}

.active-section {
	margin-top: -3em;
}

.tracker-buttons {
	border-bottom: 2px solid #DEDEDE;
	/* padding-bottom: 8px; */
}

.tracker-buttons a {
	text-decoration: none;
	display: inline-block;
}

.tracker-title span {
	color: #286BA0;
}

.tracker-title .title {
	font-size: 1.5rem;
}

.active-links-alerts a {
	border-bottom: 1px solid #DEDEDE;
}

.active-tracker .card:has(.collapse.show) {
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 27%);
}

.active-tracker .unavailable {
	color: #DB1F35;
	font-weight: 700;
}

.active-tracker .unavailable-icon {
	background: url('../img/error.svg') no-repeat center;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.hero-noactive-section {
	padding: 3em 0 !important;
}

.noactive-section {
	margin-top: 0 !important;
	padding: 2em 0;
}

/* ------------ Elements ------------- */
/* Cards */
.card {
	border-radius: 20px;
	padding: 1em;
	border: none;
}

.card-body {
	color: #002E56;
}

/* Form */
.form-label {
	color: #002E56;
}

.form-control {
	color: #286BA0;
	text-align: center;
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #A9A9A9;
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #A9A9A9;
}

.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #A9A9A9;
}

.form-control:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: transparent !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #CBCBCB !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered img {
	filter: grayscale(1);
}

.form-control:focus {
	color: #286BA0;
	background-color: transparent;
	border-color: #286BA0;
	box-shadow: none;
}

.form-select {
	color: #A9A9A9;
	text-align: center;
}

.form-select:focus {
	border-color: #286BA0;
	box-shadow: none;
	color: #286BA0;
}

.form-check {
	min-height: 3.5rem;
	padding-left: 3.5em;
	margin-bottom: 1.125rem;
	display: flex;
	gap: 10px;
	align-items: center;
}

.form-check-input {
	width: 2.5em;
	height: 2.5em;
	vertical-align: middle;
	margin-top: 0.1em;
}

.form-check-input:checked {
	background-color: #9AB4C9;
	border-color: #286BA0;
}

.form-check-input:checked[type=checkbox] {
	background-image: url('../img/check.svg');
	background-size: 50%;
}

.form-check-input:focus {
	border-color: #286BA0;
	box-shadow: none;
}
.form-check-input-modal {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-top: 0.1em;
}
.form-check-input-modal:checked {
	background-color: #9AB4C9;
	border-color: #286BA0;
}

.form-check-input-modal:checked[type=checkbox] {
	background-image: url('../img/check.svg');
	background-size: 50%;
}

.form-check-input-modal:focus {
	border-color: #286BA0;
	box-shadow: none;
}

.form-check .form-check-input {
	float: none;
	margin-left: -3.5em;
}

.form-text {
	color: #286BA0;
	margin: 0;
	font-size: 14px;
	display: none;
}

.form-check-input:checked~div .form-text {
	display: block;
}

.invalid-feedback {
	text-align: left;
}
.notification-type-alert {
	display: none;
	width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

/* Buttons */
.btn {
	--bs-btn-padding-x: 1.75rem;
}

.btn-primary {
	background-color: #FAA519;
	color: #003767;
	border-color: #FAA519;
	font-weight: 700;
}

.btn-primary:hover {
	color: #FFF;
	background-color: #003767;
	border-color: #003767;
}

.btn-primary:disabled {
	background-color: #FAA519;
	color: #003767;
	border-color: #FAA519;
}

.btn-close {
	background: transparent;
	color: #FFF;
	opacity: 1;
	font-size: 27px;
}

/* Modal */
.modal-header {
	border: none;
}

.modal-content {
	background-color: rgb(40 107 160 / 90%);
	color: #FFF;
	border: 0;
	box-shadow: 11px 11px 22px 0 rgb(0 0 0 / 20%);
}

.modal-confirm{
	background-color: rgba(253, 253, 253, 0.9);
	color: #003767;
	border: 2px solid #003767 !important;
}

.modal-confirm .confirm-button {
	width: 45%;
}

.modal-confirm .cancel-button {
	width: 45%;
	border: none !important;
	text-decoration: underline;
}

.modal-error {
	background-color: rgb(253, 253, 253) !important;
	color: #DB1F35 !important;
	border: 2px solid #DB1F35 !important;
}
.modal-error .close-button {
	width: 50%;
	background-color: #DB1F35;
	border: none;
	color: #FFF;
	margin-top: 2%;
}

.modal-error .btn-close {
	color: #DB1F35;
}

.modal-body {
	padding: 2em;
}

input:disabled {
	color: #aaa !important;
}

.no-alerts-section{
	background-color: #EFEFEF;
	margin-top: 5%;
	margin-bottom: -5% !important;
}

.tooltip-inner {
    background-color: rgb(40 107 160 / 90%) !important; 
	font-family: "Roboto", serif !important;
    color: white !important; 
    /* font-size: 18px !important; */
	padding: 12px 24px !important;
	max-width: 300px !important;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: rgb(40 107 160 / 90%) !important;
}

.disclaimer {
	text-align: left; 
	font-size: 15px; 
	font-weight: 350;
	color: #002E56;
}

.disclaimer a {
	text-decoration: underline;
	color: #286BA0;
}

.confirm-email-first-section {
	background-color: #EFEFEF;
    padding: 0 0 35px;
}

.confirm-email-second-section {
	background-color: #FFF;
    padding: 5px 0 25px;
}

.hero-confirm-email {
	padding: 4em 0 5em !important;
}

.confirm-email-text {
	text-align: left; 
	font-size: 18px; 
	font-weight: 350;
	color: #002E56;
}

a.disabled {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}

.go-to-alerts{
	color: #FFF;
	font-weight: 700;
}

.container-alternate {
	margin-top: 0 !important;
    padding-top: 20px;
}
.error-container {
	background: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	padding-bottom: 30px;
}
.error-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 10px;
}
.error-title {
	font-size: 171px;
	font-weight: bold;
	color: #286BA0;
}
.error-divider {
	width: 2px;
	height: 150px;
	background-color: #286BA0;
}
.error-subtitle {
	font-size: 40px;
	font-weight: 500;
	color: #002E56;
}
.content-text{
	font-size: 24px;
	color: #002E56;
}
.btn-submit {
	background-color: #2c3e50;
	color: white;
	font-weight: bold;
}
.btn-submit:hover {
	background-color: #1a252f;
}

input[type="checkbox"].d-checkbox {
    pointer-events: none;
}
.set-up-new-alert{
	width: 25% !important;
	height: 45px;
	font-size: 18px;
	/* font-weight: 700; */
}

.stimate-div{
	width: 80%;
	margin-left: 12%;
	align-items: center; 
	gap: 8px;
}
.icon-img {
    width: 20px;
    height: 20px;
	vertical-align: middle;
}
.stimate-div a{
	text-decoration: none;
	color: #286BA0;
	font-size: 24px;
	font-weight: 400;
}
.stimate-div a span {
	margin-left: 8px !important;
}
.stimate-input-conversor{
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px; 
}

.conversor-input{
	width: 20%;
	height: 40px !important;
	font-weight: 700;
	vertical-align: middle;
}

.conversor-text{
	font-size: 24px;
	font-weight: 700;
	text-align: center !important;
	vertical-align: middle;
}

.captcha-container {
	overflow: hidden;
}

.captcha {
	float: right;
	width: 24.5%;
}

.captcha-alert {
	display: none;
	margin-right: 4%;
	margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

/* ------------ Responsive ------------- */
@media (min-width: 481px) {
	.marketing-2 .marketing-section-4 .steps .step .arrow-down-image {
		display: none;
	}
}

@media (min-width: 576px) {
	.steps-section .step-number {
		width: 10%;
		font-size: 68px;
	}

	.step-1 .step-currency {
		border-right: 2px solid #9AB4C9;
		border-bottom: 0;
	}

	.step-2 .step-input label,
	.step-2 .step-input .form-div,
	.step-input {
		width: 44%;
	}
	.step-3 .step-input label,
	.step-3 .step-input .form-div,
	.step-input {
		width: 44%;
	}
	.step4 .step-input label,
	.step-4 .step-input .form-div,
	.step-input {
		width: 44%;
	}

	.step-end .form-check .form-check-input {
		float: none;
	}

	.custom-link {
		flex: 1;
		font-size: 12px;
		margin-top: 5%;
	}

	.tabs-section {
		margin-top: -7em;
	}
}

@media (min-width: 768px) {
	.header-cxi-brand .nav-link {
		color: #286BA0;
	}

	.header-cxi-brand .fa-solid {
		color: #002E56;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.footer-cxi {
		border-top: 2px solid #FFF;
	}

	.footer-cxi .footer-cxi-logos div {
		border-top: none;
		border-left: 1px solid rgb(193, 13, 13);
		padding: 0 2em;
	}

	.footer-cxi .footer-cxi-logos div:first-child {
		border-left: none;
	}
	
	.hero-section {
		background-position: center;
		padding: 10em 0 9em;
	}

	.card {
		border-radius: 20px;
		padding: 2em;
	}

	.hero-active-section {
		padding: 4em 0 15em;
	}

	.active-section {
		margin-top: -13em;
	}

	.tracker-buttons,
	.active-links-alerts a {
		border: none;
	}

	.notification-type {
		border-top: 2px solid #286BA0;
	}

	.tabs-section {
		margin-top: -7em;
	}
}

@media (min-width: 992px) {
	.form-label {
		font-size: 24px;
	}

	.steps-section .step-number {
		font-size: 100px;
	}

	.custom-link {
		flex: 1;
		font-size: 18px;
		margin-top: 5%;
	}

	.tabs-section {
		margin-top: -9em;
	}
}

@media only screen and (max-width: 480px) {
	.stimate-div{
		width: 100%;
		margin-top: 5%;
		margin-left: 0%;
		align-items: center; 
		gap: 8px;
	}
	.stimate-div a{
		text-decoration: none;
		color: #286BA0;
		font-size: 18px;
		font-weight: 400;
	}
	.conversor-input{
		width: 50%;
		height: 20px !important;
		font-weight: 700;
		vertical-align: middle;
	}
	.conversor-text{
		font-size: 18px;
		font-weight: 700;
		text-align: center !important;
		vertical-align: middle;
	}
	.tabs-section {
		margin-top: -3.6em;
	}
	.custom-tabs{
		width: 100% !important;
		font-size: 14px;
		font-weight: 700;
		gap: 25px;
	}
	.custom-tabs .nav-link {
		height: 84px;
		width: 150px;
		font-size: 14px;
		font-weight: 700;
		line-height: 18.2px;
	}

	.hero-section {
		background: url('../img/banner-mobile.svg') no-repeat 70% 0;
		background-size: cover;
		padding: 3em 0.5em 15em;
	}

	.hero-section h1{
		font-size: 24px;
	}
	.hero-section p{
		font-size: 18px;
	}
	.rate-box{
		text-align: center !important;
	}

	.steps-section .step-number {
		font-size: 48px;
		font-weight: 400;
		line-height: 48px;
	}

	.step-1 .rate-box p {
		font-size: 18px;
		font-weight: 400;
		line-height: 25.2px;
	}
	.step-1 .rate-box h3 {
		font-size: 24px;
		font-weight: 700;
	}
	.step-1 .rate-box span {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
	}

	.set-up-new-alert{
		width: 100% !important;
		height: 50px;
		font-size: 18px;
		font-weight: 700;
	}

	.manage-existing-alerts{
		width: 100% !important;
		height: 50px;
		font-size: 18px;
		font-weight: 700;
	}

	/* marketing section */
	.marketing-1 {
		padding-bottom: 40px;
	}
	.marketing-section-1 {
		margin-top: 0%;
		padding: 35px 16px;
	}
	.marketing-section-1 .container-fluid {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.marketing-section-1 .text-content {
		width: 100%;
	}
	.marketing-section-1 .text-content h2 {
		font-size: 24px;
		font-weight: bold;
	}
	.marketing-section-1 .text-content p {
		margin-top: 3%;
		font-size: 18px;
		font-weight: 350;
	}
	.marketing-section-1 .img-container {
		width: 100%;
		display: flex;
		margin-top: 10%;
	}
	.marketing-section-1 .img-marketing {
		width: 100%;
		border-radius: 20px;
	}
	.marketing-section-1 .confirm-button-marketing {
		width: 100%;
		margin-top: 5%;
	}
	.marketing-section-2 {
		background: #002a52;
		color: #FFF;
		padding: 35px 30px;
		margin-top: 10%;
	}
	.marketing-section-2 .container-fluid {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.marketing-section-2 .features {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.marketing-section-2 .feature {
		display: flex;
		gap: 0px;
		padding-right: 0 !important;
		padding-bottom: 20px;
		margin-left: 0 !important;
		margin-bottom: 5%;
		border-right: none;
		border-bottom: 1px solid #9AB4C9;
	}
	.marketing-section-2 .feature p{
		font-size: 18px;
	}
	.marketing-section-2 .check-ico{
		margin-top: 1% !important;
		margin-right: 5%;
		font-size: 1.8rem;
		color: #FFA500;
	}
	.marketing-section-2 .feature:first-child {
		margin-top: 0 !important;
	}
	.marketing-section-2 .feature:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.marketing-section-2 .check-ico {
		margin-top: 2%;
		font-size: 1.8rem;
		color: #FFA500;
	}
	.marketing-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #FFF;
		padding-top: 5% !important;
		color: #002E56;
		margin-bottom: 5%;
		padding: 0 30px;
	}
	.marketing-section-3 .text-content-2 h1{
		font-size: 24px;
		font-weight: bold;
	}
	.marketing-section-3 .text-content-2 p{
		font-size: 18px !important;
		font-weight: 350;
	}
	.marketing-2 .marketing-section-4 {
		margin-top: 10%;
	}
	.marketing-2 .marketing-section-4 .steps {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.marketing-2 .marketing-section-4 .steps .step .arrow-image {
		display: none;
	}
	.marketing-2 .marketing-section-4 .steps .step .arrow-down-image {
		width: 15px;
	}
	.marketing-2 .marketing-section-4 .confirm-button-marketing {
		width: 340px !important;
		margin-top: 5%;
	}
	.captcha {
		width: 89%;
	}
	.error-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .error-title {
        font-size: 116px;
		font-weight: 700;
        margin: 0;
    }

    .error-divider {
        width: 80%;
        height: 2px;
        background-color: #286BA0;
    }

    .error-subtitle {
        font-size: 24px;
        font-weight: bold;
        color: #002E56;
        text-align: center;
		margin-top: 10%;
    }

    .content-text {
        font-size: 16px;
        color: #002E56;
        padding: 0 20px;
        text-align: center;
		margin-top: 5%;
    }
}