body {
	background: #c6cfd8;
}

.header {
	display: flex;
}

/* Welcome banner section */
.welcome-banner {
	box-sizing: border-box;
	position: relative;
	width: 1280px;
	height: 360px;
	flex-grow: 0;
	margin: 16px 0 0;
	padding: 44px 579px 44px 109px;
	object-fit: contain;
	border-radius: 25px;
	background-image: linear-gradient(74deg,
			#fff 31%,
			#fdfeff 52%,
			rgba(255, 255, 255, 0.25) 74%,
			rgba(255, 255, 255, 0) 90%);
	margin: 0 auto;
	margin-bottom: 80px;
	;
}

.welcome-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1280px;
	height: 360px;
	background-image: url("/images/Hero_Image_BG.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -2;
	border-radius: 25px;
}

.welcome-banner h1 {
	width: 592px;
	height: 64px;
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 54px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #263746;
	margin: 0;
}

.welcome-banner h1 span {
	color: #0167ba;
}

.welcome-banner p {
	width: 435px;
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #263746;
	margin-bottom: 20px;
}

.welcome-banner__button {
	width: 189px;
	height: 50px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	object-fit: contain;
	border-radius: 40px;
	background-color: #0167ba;
	color: #fff;
	text-decoration: none;
}

.welcome-banner__button:hover {
	background-color: #02579C;
}

/* Get a quote section */
.get-quote {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.get-quote::before {
	background-image: url("/images/Grey_Wave_BG.png");
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1440px;
	height: 2350px;
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.get-quote::after {
	background-image: url("/images/Blue_Wave_BG.png");
	content: "";
	position: absolute;
	top: -400px;
	left: 0;
	width: 1440px;
	height: 1228px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -3;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.get-quote__header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.get-quote__header h2 {
	box-sizing: border-box;
	width: 257px;
	height: 48px;
	flex-grow: 0;
	margin: 0 95px 11px 83px;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 42px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	color: white;
}

.get-quote__header p {
	width: 435px;
	height: 52px;
	flex-grow: 0;
	margin: 11px 0 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
	color: white;
}

.get-quote__cards {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 40px
}

.get-quote__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	width: 328px;
	height: 260px;
	margin: 75px 0 0;
	padding: 96px 47px 32px;
	border-radius: 20px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.card__icon {
	width: 150px;
	height: 150px;
	position: absolute;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
	border-radius: 150px;
	top: -25%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card__icon--home {
	width: 70%;
	height: 70%;
	background-image: url("/images/home-icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card__icon--auto {
	width: 70%;
	height: 70%;
	background-image: url("/images/car-icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card__icon--rental {
	width: 70%;
	height: 70%;
	background-image: url("/images/apartment-icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card__title {
	margin: 0;
	height: 30px;
	align-self: stretch;
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #263746;
}

.card__text {
	margin: 0;
	align-self: stretch;
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #757584;
}

.card__button {
	box-sizing: border-box;
	margin: 0;
	width: 123px;
	height: 34px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 8px 20px;
	border-radius: 40px;
	border: solid 2px #0167ba;
}

/* Contact an advisor banner */
.advisor-banner {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
}

.advisor-banner__banner {
	box-sizing: border-box;
	width: 1062px;
	height: 160px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 48px;
	margin: 40px 0 0;
	padding: 24px 64px;
	border-radius: 16px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
	background-image: linear-gradient(99deg, #092a5a 22%, #015bb7 77%, #00aeef 109%);
}

.advisor__large-text {
	flex-grow: 1;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 28px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.advisor__small-text {
	flex-grow: 1;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.advisor__button {
	box-sizing: border-box;
	width: 230px;
	height: 50px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	object-fit: contain;
	border-radius: 40px;
	border: solid 2px #fff;
	color: #fff;
}

/* make a claim */
.claim-container {
	width: fit-content;
	margin: auto;
}

.claim-container .title {
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 42px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #263746;
}

.claim-container .claim-list {
	display: flex;
	gap: 32px;
	margin: 40px 0;
}

.claim-container .claim-list .claim-item {
	width: 515px;
	height: 160px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	padding: 24px 32px;
	border-radius: 16px;
	box-shadow: 0 4px 10px 0 #00000014;
	background-color: #263746;
	color: white;
	box-sizing: border-box;
}

.claim-container .claim-list .claim-item .icon {
	width: 64px;
	height: 64px;
	margin: 24px 24px 24px 0;
	background-color: #d9d9d900;
}

.claim-container .claim-list .claim-item .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
	padding: 0;
}

.claim-container .claim-list .claim-item .content .title {
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.claim-container .claim-list .claim-item .content .description {
	flex-grow: 0;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.claim-container .claim-list .claim-item .action {
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	border-radius: 16px;
	box-shadow: 0 4px 10px 0 #00000014;
	background-color: #263746;
}

.claim-container .claim-list .claim-item .action .btn-round {
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 8px 20px;
	border-radius: 40px;
	border: solid 2px #fff;
	color: #fff;
	background-color: #263746;
}

.claim-container .expand-container .title-container {
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 32px 0 0;
	padding: 24px 32px;
	border-radius: 16px;
	background-color: #f7f7f7;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}

.claim-container .expand-container .title-container .title {
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #263746;
	width: 420px;
}

.claim-container .expand-container .title-container .action {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	padding: 0;
	cursor: pointer;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #0167ba;
}

.claim-container .expand-container {
	margin-bottom: 40px;
}

/* Form section */
.form-section {
	width: 624px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.form-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
	width: 624px;
	padding: 64px 56px;
	border-radius: 25px;
	background-color: #fff;
}

.form-content .label {
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	text-align: left;
	color: #6e6e6e;
	margin-bottom: 12px;
}

.form-content input[type="text"],
.form-content input[type="password"],
.form-content select {
	box-sizing: border-box;
	width: 512px;
	height: 44px;
	padding: 12px 24px;
	border-radius: 4px;
	border: solid 0.5px #757584;
	background-color: #fff;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: rgba(117, 117, 132, 0.5);
}

.form-content select option {
	color: #263746;
}

.form-content input[type="text"]:focus-visible,
.form-content input[type="password"]:focus-visible,
.form-content select:focus-visible {
	outline: none;
	border: solid 1.5px #00aeef;
}

.form-content input[type="submit"] {
	width: 145px;
	height: 50px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	object-fit: contain;
	border-radius: 40px;
	background-color: #e9e9e9;
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #6e6e6e;
	border: none;
}

.form-content input[type="submit"]:focus-visible {
	outline: none;
	border: solid 1.5px #00aeef;
}

.required-field-validator {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	text-align: left;
	color: #dd1740;
}

/* accordion */
.accordion-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 24px;
}

.accordion-button {
	background-color: #263746;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 1062px;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	border-radius: 16px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active,
.accordion-button:hover {
	background-color: #ccc;
} */
.accordion-button.active {
	margin-bottom: 24px;
}
/* Style the accordion panel. Note: hidden by default */
.accordion-panel {
	display: block;
	height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0 16px;
	width: 1062px;
}
.accordion-panel ul li, .accordion-panel p {
	font-family: 70% Helvetica, Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #263746;
}
.accordion-button:after {
	content: "+";
	/* Unicode character for "plus" sign (+) */
	font-size: 30px;
	color: #fff;
	float: right;
	margin-left: 5px;
}
.accordion-button.active:after {
	content: "-";
	/* Unicode character for "minus" sign (-) */
}
.member-faq__accordion {
	margin-top: 40px;
}