/* Marketing lead form shortcodes v2 — standalone. Loaded only with [lead_form_sf_marketing_hero] / [lead_form_sf_marketing_lp_program_cards]. Do not also load lead-form.css. */


/* Lead Form SF styles (moved from inline shortcode style block). */
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input.error,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) select.error {
	border: 2px solid #d6001d !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full .field select.error,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid .field select.error,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid .field input.error {
	border: 2px solid #e20000 !important;
	/*background-color: #fff !important;*/
	margin-bottom: 8px !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .validation-error {
	/*top: -24px;*/
	display: block;
	position: relative;
	color: #FF3C3C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input[type="search"]#city {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	z-index: 2;
	position: relative;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input[type="search"]#city::-webkit-search-cancel-button,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input[type="search"]#city::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .city-autocomplete::after {
	display: none !important;
	content: none !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input.lead-form-sf-city--show-arrow {
	padding-right: 36px !important;
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat !important;
	position: relative;
	z-index: 2;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-sec {
	margin: 0 auto !important;
	row-gap: 0;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0 !important;
	box-sizing: border-box !important;
	padding: 0 !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full {
	/*display: grid !important;
	box-sizing: border-box !important;
	width: 100%;*/
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap {
	display: none !important;
	width: 100%;
	margin-top: 0;
	box-sizing: border-box;
	flex: 1 1 100%;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap.is-visible {
	display: block !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid label:not(.study-option),
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full label:not(.study-option),
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap label {
	display: block !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
	color: #0B0C0C;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid > div {
	margin-top: 0 !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid .field,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full .field,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap .field {
	width: 100%;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]),
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]) {
	border: 1px solid #999999 !important;
	border-radius: 0 !important;
	height: 48px;
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid select.form-control,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full select.form-control,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap select.form-control {
	border: 1px solid #999999 !important;
	border-radius: 0 !important;
	height: 48px;
	line-height: 26px;
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Graphik" !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .consent-text {
	/*display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px !important;
	row-gap: 0 !important;*/
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid > div.select-label {
	/*position: relative;
	width: 100%;*/
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full::before,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid > div.select-label::before,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full::after,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid > div.select-label::after {
	display: none !important;
	content: none !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid > div.select-label:has(select.error)::after {
	top: calc(50% - 10px);
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid label:not(.study-option) span,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid-full label:not(.study-option) span,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .lead-form-sf-enquiring-for-wrap label span {
	color: #d6001d;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .error {
	border: 2px solid #d6001d !important;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) input:focus-visible,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) select:focus-visible,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) textarea:focus-visible,
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) button:focus-visible {
	outline: 2px solid #0c71ac;
	outline-offset: 2px;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common).register-form {
	padding: 0;
}

#consentContainer {
	display: flex;
	gap: 8px;
	min-width: 0;
}
.register-form #consentContainer label {
	padding: 0;
}
.register-form #consentContainer label input {
	position: inherit;
	top: 3px;
}

@media only screen and (min-width: 768px) {
	:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .consent-text {
		/*padding-top: 24px;
		border-top: 1px solid #b7b7b7;
		margin-top: 16px;*/
	}
}

@media (max-width: 768px) {
	:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .form-grid {
		grid-template-columns: 1fr !important;
	}

	:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .cta-submit {
		display: block;
		text-align: center;
		/*margin: 32px auto 0;*/
		width: 100%;
	}

	:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .cta-submit .default-btn {
		width: 100%;
		max-width: 380px;
	}

	:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .consent-text {
		grid-template-columns: auto !important;
	}
}

.hero-section {
	background-repeat: no-repeat;
	background-size: cover;
}
.herosection-right .form-sec {}
.herosection-right .form-sec .consent-text {
	padding-bottom: 0;
}
.herosection-right .lp-banner-form-head {
	padding: 2rem !important;
}
.herosection-right .register-form {
	padding: 0 !important;
}
.herosection-right .consent-text {
	color: #0b0c0c;
}
.hero-banner-media-responsive img {
	width: 100% !important;
}

@media (max-width: 991px) {
	.hero-section {
		padding: 0;
	}	
	.lp-form-footer {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
.herosection-right .lp-banner-form-head {
	padding: 1rem !important;
}
	.herosection-right {
		padding: 0;
	}
	.herosection-right .form-sec {
		/*padding: 16px 16px 32px 16px;*/
	}
	.herosection-right .form-sec .cta-submit {
		margin-top: 0 !important;
	}
	.herosection-right .form-sec .consent-text {
		padding: 0 !important;
	}
}

/* LP and PLP leadform UI changes */
#lead-form-sf-marketing-hero .consent-text,
#lead-form-sf-marketing-common .consent-text,
#lead-form-sf-marketing-lp-program-cards .consent-text {
    /*display: flex !important;
    flex-wrap: wrap;
    gap: 36px !important;
    color: #0b0c0c;*/
}
#lead-form-sf-marketing-lp-program-cards .consent-text .consent-copy{
    font-size: 100% !important;
}
#lead-form-sf-marketing-lp-program-cards .consent-text .cta-submit{
    text-align:left !important;
}
#lead-form-sf-marketing-lp-program-cards .consent-text .cta-submit .default-btn.default-btn-secondary {
    font-size: 1.5rem !important;
    align-items: center;
    line-height: 2rem !important;
    padding: 1rem 2.5rem !important;
    font-weight: 500 !important
}
/* End LP and PLP leadform UI changes */
.register-form .lp-form-body {
	row-gap: 0;
}

.city-autocomplete {
	width: 100%;
}
.city-dropdown {
	top: calc(100% - 28px);
}
:is(#lead-form-sf, #lead-form-sf-marketing-hero, #lead-form-sf-marketing-common) .validation-error + .city-dropdown {
	top: calc(100% - 28px) !important;
}
:is(#lead-form-sf, #lead-form-sf-marketing-lp-program-cards) .validation-error + .city-dropdown{
	top: calc(100% - 28px) !important;
}
.lp-btn {
	background: #354b8c !important;
	border: 1px solid #354b8c !important;
}
.lp-btn:hover {
	border: 1px solid #1f3165 !important;
	background: #1f3165 !important;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 4px 8px 0 transparent;
	color: #fff;
}

.form-grid-full {
	padding: 0;
}
.field[aria-hidden="true"] {
	margin-bottom: 0;
}
@media (max-width: 767px) {
.register-form-submit .form-note {
	margin-top: 0;
}
}


/* City Autocomplete Dropdown — wrapper has no border (Figma #9263DE frame outlines are dev-only, not shipped) */
  .register-form .city-autocomplete {
	  position: relative;
	  width: 100%;
	  border: none;
	  margin: 0;
	  padding: 0;
	  background: transparent;
	  box-shadow: none;
  }
  
.city-autocomplete #city {
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 0;
	padding: 8px 50px 8px 8px;
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat;
	outline: none;
	cursor: pointer;
	appearance: none;
	box-shadow: none;
	box-sizing: border-box;
	color: #0B0C0C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;		  
  }
  
  .city-autocomplete #city:focus,
  .city-autocomplete #city:focus-visible {
	  cursor: text;
	  outline: none;
	  box-shadow: 0 0 0 1px #9263DE;
	  border-color: #9263DE;
  }
  
  /* .city-autocomplete #city.error {
	  border-color: #F44336 !important;
  } */
  
  .city-autocomplete.no-arrow #city {
	  background-image: none;
  }
  
  .city-dropdown {
	  display: none;
	  position: absolute;
	  top: calc(100% - 0px) !important;
	  left: 0;
	  right: 0;
	  max-height: 336px;
	  overflow-y: auto;
	  background: #fff;
	  border: 1px solid #999999;
	  border-top: none;
	  border-radius: 0;
	  z-index: 1000;
  }
  
.city-dropdown .city-section-title {
	padding: 8px;
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 700 !important;
	color: #0B0C0C;
	pointer-events: none;
}
  
  .city-dropdown .city-item {
	  padding: 8px;
	  font-size: 16px;
	  line-height: 26px;
	  font-weight: 400;
	  color: #0B0C0C;
	  cursor: pointer;
	  background: #FFFFFF;
	  min-height: 48px;
	  display: flex;
	  align-items: center;
  }
  
  .city-dropdown .city-item:hover,
  .city-dropdown .city-item.active {
	  background: #999999;
	  color: #FFFFFF;
  }
  
  .city-dropdown::-webkit-scrollbar {
	  width: 5px;
	  height: 336px;
  }
  .city-dropdown::-webkit-scrollbar-track {
	  background: #F8F8F8;
  }
  .city-dropdown::-webkit-scrollbar-thumb {
	  background: #999999;
	  border-radius: 3px;
	  min-height: 40px;  /* Rectangle 32 height */
	  margin: 8px 0;     /* top: 8px from Figma */
  }
  
  .city-dropdown::-webkit-scrollbar-button {
	  display: block;
	  background: #F8F8F8;
	  height: 6px;
  }
  
  /* Up arrow */
  .city-dropdown::-webkit-scrollbar-button:single-button:vertical:decrement {
	  background: #F8F8F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M5 0L10 6H0L5 0Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat center;
  }
  
  /* Down arrow */
  .city-dropdown::-webkit-scrollbar-button:single-button:vertical:increment {
	  background: #F8F8F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M5 6L0 0H10L5 6Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat center;
  }
  
  @media (max-width: 767px) {
	  .city-autocomplete #city {
		  padding: 6px 28px 6px 6px;
	  }
  
	  .city-dropdown .city-item {
		  padding: 8px;
		  font-size: 14px;
		  min-height: 36px;
	  }
  
	  .city-dropdown .city-section-title {
		  font-size: 14px;
	  }
  }
  
    .register-form .field input:focus, 
  .register-form .field select:focus {
	  outline: none;
	  border-color: #9263DE;
	  box-shadow: 0 0 0 1px #9263DE;
  }

/* Inline thank you ([lead_form_sf] — same popup, form hidden) */
.lead-form-sf-thankyou-active #lead-form-sf,
#lead-form-sf.lead-form-sf-hidden-during-thankyou {
	display: none !important;
}

.lead-form-sf-thankyou-active #lp-generic-lead-dialog-form > .modal-title,
.lead-form-sf-thankyou-active #modal_dialog-form > .modal-title,
.lead-form-sf-thankyou-active #connect-with-us-modal > .modal-title {
	display: none !important;
}

.lead-form-sf-web-thankyou {
	width: 100%;
	box-sizing: border-box;
}

.lead-form-sf-web-thankyou .lead-form-sf-thankyou-header {
	padding: 32px;
	border-bottom: 1px solid #DBDBD3;
}

.lead-form-sf-web-thankyou .thankyou-title {
	color: #444444;
	font-size: 42px !important;
	line-height: 42px !important;
	margin: 0;
	font-weight: 700;
}

.lead-form-sf-web-thankyou .lead-form-sf-thankyou-body {
	padding: 32px;
}

.lead-form-sf-web-thankyou .lead-form-sf-thankyou-footer {
	padding: 0 28px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.lead-form-sf-web-thankyou .lead-form-sf-thankyou-footer > * {
	margin: 0;
}

.lead-form-sf-web-thankyou .apply-btn {
	background: #365594;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding: 20px;
	border-radius: 0;
	display: inline-block;
	border: 1px solid #365594;
	min-width: 178px;
	margin: 0;
	text-align: center;
}

.lead-form-sf-web-thankyou .download a {
	margin: 8px 0;
	color: #365594;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

.lead-form-sf-web-thankyou .register-form-tahnkyou-msg {
	background: #E2EDDE;
	margin: 0 auto;
	max-width: 920px;
	padding: 16px;
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 56px;
	border: 1px solid #3A8128;
	color: #0B0C0C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.lead-form-sf-web-thankyou .register-form-tahnkyou-msg h6 {
	font-size: 22px;
	margin: 0;
}
.lead-form-sf-web-thankyou .register-form-tahnkyou-msg p {
	margin: 0 0 1em;
}
.lead-form-sf-web-thankyou .register-form-tahnkyou-msg p:last-child {
	margin-bottom: 0;
}

.lead-form-sf-web-thankyou .register-form-tahnkyou-msg::before {
	content: "";
	background: url("../../../../assets/images/check_circle.svg") no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
}

.lead-form-sf-web-thankyou .register-form-tahnkyou-msg span {
	font-weight: 700;
}
.success-note::before {
	content: "";
	background: url("../../../../assets/images/check_circle.svg") no-repeat !important;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
}

.download-link {
	padding-top: 0;
}
.lead-form-thankyou-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 32px;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas .cta {
	width: auto;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas .cta-secondary {
	color: #0c31ac;
	background: #fff;
	border: 2.4px solid #0c31ac;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas .cta-secondary:hover {
	color: #fff;
	background: #001E82;
	border-color: #001E82;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas .cta-secondary svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas .cta-secondary:hover svg path {
	fill: #fff;
}
.download-link a:hover .lead-form-sf-chat-link-icon path {
	fill: #001e82;
}
.download-link a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0C31AC;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.download-link a svg {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	display: block;
}
.download-link a:hover {
	color: #001e82;
	text-decoration-color: currentColor !important;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px !important;
	text-decoration: underline;
}
.lead-form-thankyou-ctas--v2 .download-link a {
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 27px;
	letter-spacing: 0;
	color: #0C31AC;
	text-decoration: none;
}
.lead-form-thankyou-ctas--v2 .download-link a:hover {
	text-decoration: none !important;
}
.lead-form-thankyou-ctas--v2 .download-link a span {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 0;
}
.lead-form-thankyou-inline--v2 .lp-form-body {
	padding: 32px 32px 24px;
	row-gap: 24px;
}
.lead-form-thankyou-inline--v2 .lp-form-body .success-note {
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0B0C0C;
}
.lead-form-thankyou-inline--v2 .lp-form-body .success-note strong {
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 4px;
	color: #0B0C0C;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-footer-ctas {
	padding: 0 32px 32px;
	gap: 16px;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-footer-ctas .cta {
	width: auto;
}

@media (max-width: 767px) {
	/*.lead-form-sf-web-thankyou .lead-form-sf-thankyou-header,
	.lead-form-sf-web-thankyou .lead-form-sf-thankyou-body {
		padding: 12px;
	}*/

	.lead-form-sf-web-thankyou .lead-form-sf-thankyou-footer {
		padding: 0 20px 20px;
	}

	.lead-form-sf-web-thankyou .thankyou-title {
		font-size: 30px;
	}
	.lead-form-thankyou-ctas {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.download-link a {
		font-size: 16px;
	}	
	.download-link a svg {
		width: 24px;
		height: 24px;
	}
	.register-form-tahnkyou-msg .lead-form-thankyou-footer-ctas {
		gap: 12px;
	}	
}

.register-form-tahnkyou-msg .lp-form-body {
	row-gap: 32px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 32px;
}
.register-form-tahnkyou-msg .lp-form-body .success-note{
	color: #0B0C0C;
	display: block;
	width: 100%;
}
.register-form-tahnkyou-msg .lp-form-body .success-note p {
	margin: 0 0 1em;
}
.register-form-tahnkyou-msg .lp-form-body .success-note p:last-child {
	margin-bottom: 0;
}
.register-form-tahnkyou-msg .lp-form-body .success-note strong  {
	color: #0B0C0C;
	font-size: 24px;
	font-style: normal;
	line-height: 26.4px;
	font-family: "York Grot";
	margin-bottom: 8px;
	display: block;
}
.register-form-tahnkyou-msg.lead-form-thankyou-inline--v2 .lp-form-body {
	padding: 32px;
	row-gap: 24px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.register-form-tahnkyou-msg.lead-form-thankyou-inline--v2 .lp-form-body .success-note {
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0B0C0C;
}
.register-form-tahnkyou-msg.lead-form-thankyou-inline--v2 .lp-form-body .success-note strong {
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 27px;
	margin-bottom: 4px;
	color: #0B0C0C;
}
.register-form-tahnkyou-msg.lead-form-thankyou-inline--v2 .lead-form-thankyou-footer-ctas {
	padding: 0;
	margin: 0;
	gap: 16px;
	width: 100%;
}
.lead-form-sf-web-thankyou .register-form-tahnkyou-msg strong {
	color: #0B0C0C;
	font-size: 24px;
	font-style: normal;
	line-height: 26.4px;
	font-family: "York Grot";
	margin-bottom: 8px !important;
	display: block;
}
.register-form-popup .register-form .form-sec.lp-form-body .validation-error + .city-dropdown {
	top: calc(100% - 26px) !important;
}
.register-form-popup .register-form .form-sec.lp-form-body {
	padding-bottom: 4px;
	display: flex !important;
	flex-wrap: wrap;
	gap: 36px !important;
	color: #0b0c0c;
}
.register-form-popup .modal-right .register-form .lp-form-footer {
	padding: 28px;
}

.plp-banner-section .plp-container .plp-banner-form-wrapper {
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 0;
}
@media (min-width: 960px) {
  .plp-banner-section .plp-container .plp-banner-form-wrapper {
    border-radius: 18px;
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 0;
  }

}
@media (max-width: 991px) {
	.register-form-popup .modal-right .register-form .lp-form-footer {
		padding: 0 22px 22px 22px;
	}
	.register-form-popup .modal-right .register-form .lp-form-footer .register-form-submit {
		gap: 22px !important;
	}
	.register-form-popup .form-title {
		padding: 22px;
	}
	.register-form-tahnkyou-msg .lp-form-body .success-note strong  {
		font-size: 22px;
		line-height: 24.2px;
	}	
	.lead-form-sf-web-thankyou .register-form-tahnkyou-msg strong {
			font-size: 22px;
			line-height: 24.2px;
	}	
}

.register-form {
	background: #fff;
	border-radius: 18px;
	color: #000;
}
.register-form .form-title {
	padding: 32px;
	border-bottom: 1px solid #dbdbd3;
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}

.register-form .form-title h2 {
	color: #0B0C0C;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
}
.register-form .form-sec {
	padding: 32px 24px;
	row-gap: 0;
	display: flex;
	flex-wrap: wrap;
}
.register-form .field {
	margin-bottom: 16px;
	row-gap: 0;
	/*align-content: baseline;*/
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0 8px;
}
.register-form .field label {
	font-size: 16px;
	line-height: 24px;
}
.lp-form-footer {
	padding: 32px;
	border-top: 1px solid #dbdbd3;
}
.register-form .consent-text {
	padding: 0 8px !important;
	font-size: 14px;
	line-height: 20px;
}
.register-form .consent-copy {
	color: #0B0C0C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.register-form .form-note a {
	color: #0c31ac;
	text-decoration-color: currentColor;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
.register-form .form-note a:hover  {
	color: #001e82;
	text-decoration-color: currentColor;
	text-underline-offset: 4px;
	text-decoration-thickness: 3px;
}
.register-form .form-sec .field input, .register-form .form-sec .field select {
	width: 100%;
	padding: 8px;
	font-weight: 400;
	border: 1px solid #999999 !important;
	min-height: 48px;
	outline: 0;
	box-shadow: none;
	color: #0B0C0C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;	
	font-family: "Graphik" !important;
}
.register-form .field select {
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat;
	appearance: none;
	z-index: 2;
	position: relative;
}
.register-form .field select {
	padding-right: 65px !important;
}
.register-form .form-sec .field:has(select) label::after, .field.city-field label::after {
	top: 33px;
	z-index: 2;
	content: "";
	position: absolute;
	right: 9px;
	pointer-events: none;
	display: inline-block;
	width: 49px;
	height: 40px;
	background-color: #ffd200;
}
.field.select-label[aria-hidden="true"] {
	margin: 0;
}

.lp-form-footer .cta {
	min-width: 190px;
	color: #fff;
	border-radius: 48px;
	border: 2.4px solid #0c31ac;
	background: #0c31ac;
	display: inline-block;
	padding: 16px 24px;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;	
}
.lp-form-footer .cta:hover {
	color: #fff;
	border: 2.4px solid #001e82;
	background: #001e82;
}
.modal-content {
	padding: 0 !important;
}

.lead-form-sf-web-thankyou .lead-form-sf-thankyou-header {
	padding: 32px;
	border-bottom: 1px solid #DBDBD3;
}
.lead-form-sf-web-thankyou .thankyou-title {
	font-size: 42px !important;
	line-height: 42px !important;
	margin: 0;
	color: #0B0C0C;
	font-style: normal;
	font-weight: 600;
}
.modal-content .modal-title {
	padding: 32px;
	margin: 0 !important;
	border-bottom: 1px solid #dbdbd3;
	color: #0B0C0C;
	font-size: 42px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 42px !important;
}
.modal-close {
	position: absolute;
	top: 32px;
	right: 32px;
	background: transparent;
	border: none;
	font-size: 42px;
	cursor: pointer;
	line-height: 42px;
	color: #0B0C0C;
	transition: color 0.2s;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: 400;
	padding-left: 10px;
}
.alumnimodal_dialog {
	width: calc(100% - 2rem);
}
#modal_dialog {
	width: calc(100% - 2rem);
}
.register-form .city-autocomplete:before {
	display: none;
}

.lp_modal_dialog .lp-modal-form-wrapper {
	padding: 0 !important;
}
.lp_modal_dialog .lp-modal-form-wrapper h2 {
	padding: 32px;
	border-bottom: 1px solid #dbdbd3;
	margin: 0;
	font-size: 42px;
	line-height: 42px;
	padding-right: 50px;
}
.lp_modal_dialog .lp-modal-form-wrapper .form-note {
	display: flex;
	gap: 10px;
	padding: 0 8px !important;
}
.lp_modal_dialog .modal-close {
	line-height: 42px !important;
	top: 32px !important;
	right: 32px !important;
}

@media (max-width: 991px) {
	.lp-modal-course-details-wrapper {
		padding: 0 !important;
	}
	.lp-modal-course-details {
		padding: 0 32px;
	}	
	.lp_modal_dialog .lp-modal-course-details-wrapper .lp-modal-head {
		padding: 32px;
		border-bottom: 1px solid #dbdbd3;
		font-size: 42px;
		line-height: 42px;
	}	
}

@media (max-width: 767px) {
.lp_modal_dialog .lp-modal-form-wrapper h2 {
	font-size: 35px;
	line-height: 35px;
	padding: 24px;
}	
.lp_modal_dialog .modal-close {
	line-height: 35px !important;
	top: 24px !important;
	right: 24px !important;
}	
.lp_modal_dialog .lp-modal-form-wrapper .form-note {
	padding: 0 !important;
}	
.lp_modal_dialog .lp-modal-course-details-wrapper .lp-modal-head {
	padding: 24px;
	border-bottom: 1px solid #dbdbd3;
	font-size: 35px;
	line-height: 35px;
}
.lp-modal-course-details {
	padding: 0 24px;
}

.register-form .form-sec {
	padding: 24px;
}	
  .register-form .field {
    width: 100%;
    padding: 0;
  }	
.register-form .form-title {
	padding: 24px !important;
	border-bottom: 1px solid #dbdbd3;
	font-size: 35px !important;
	line-height: 35px !important;	
}
.register-form .form-title h2 {
	font-size: 35px !important;
	line-height: 35px !important;
}
.lp-form-footer {
	padding: 0 24px 24px 24px;
	border-top: 0;
}
.register-form .form-sec .field:has(select) label::after, .field.city-field label::after{
	right: 0;
}
.lp-form-footer .cta {
	padding: 12px 20px;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}
.modal-content .modal-title {
	padding: 24px 50px 24px 24px;
	color: #0B0C0C;
	font-size: 35px !important;
	line-height: 35px !important;
}
.modal-close {
	top: 24px;
	right: 24px;
	line-height: 35px;
}
.lead-form-sf-web-thankyou .lead-form-sf-thankyou-header {
	padding: 24px;
	border-bottom: 1px solid #DBDBD3;
}
.lead-form-sf-web-thankyou .thankyou-title {
	font-size: 35px !important;
	line-height: 35px !important;
}
.lead-form-sf-web-thankyou .lead-form-sf-thankyou-body {
	padding: 24px;
}
.register-form-tahnkyou-msg .lp-form-body {
	row-gap: 24px;
	padding: 24px;
}
.register-form .consent-text {
	padding: 0 !important;
}

}

#lp_modal_dialog {
	width: calc(100% - 2rem);
}
.register-form .form-sec .field input[type="search"]#city {
	background: #ffffff !important;
	position: relative;
	z-index: 5;
}
.register-form .form-sec .field input[type="search"]#city.lead-form-sf-city--show-arrow {
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat !important;
	position: relative;
	z-index: 2;
}
.register-form .form-sec .field input[type="search"].lead-form-sf-city--show-arrow {
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat !important;
	position: relative;
	z-index: 2;
}
.lp_modal_dialog .lp-modal-form-wrapper .register-form-tahnkyou-msg .thankyou-title {
	display: block;
}

.register-form .form-sec .form-grid-full {
	padding: 0 !important;
}

/* Floating labels — must stay after the base rules above. */
@keyframes leadFormSfOnAutoFillStart {
	from { opacity: 1; }
	to { opacity: 1; }
}

.register-form.lead-form-sf-floating .form-sec .field:has(select) label::after,
.register-form.lead-form-sf-floating .field.city-field label::after,
.register-form.lead-form-sf-floating .city-autocomplete::before,
.register-form.lead-form-sf-floating .city-autocomplete::after {
	display: none !important;
	content: none !important;
}

.register-form.lead-form-sf-floating .field select {
	background-image: none;
}

.register-form.lead-form-sf-floating .floating-field {
	position: relative;
	width: 100%;
	height: 48px;
	margin-bottom: 0;
}

.register-form.lead-form-sf-floating .form-grid .field,
.register-form.lead-form-sf-floating .form-grid-full .field,
.register-form.lead-form-sf-floating .lead-form-sf-enquiring-for-wrap .field {
	/*margin-bottom: 8px;*/
}

.register-form.lead-form-sf-floating .floating-label {
	position: absolute !important;
	top: 50% !important;
	left: 10px;
	z-index: 3;
	max-width: calc(100% - 36px);
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	color: #9a9a9a !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	width: auto !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	transform: translateY(-50%) !important;
	transition: color 0.15s ease, font-size 0.15s ease, font-weight 0.15s ease, line-height 0.15s ease, top 0.15s ease, transform 0.15s ease;
}

.register-form.lead-form-sf-floating .floating-field--select .floating-label,
.register-form.lead-form-sf-floating .city-field:has(.lead-form-sf-city--show-arrow) .floating-label {
	max-width: calc(100% - 65px);
}

.register-form.lead-form-sf-floating .floating-field input::placeholder,
.register-form.lead-form-sf-floating .floating-field input::-webkit-input-placeholder,
.register-form.lead-form-sf-floating .city-autocomplete input::placeholder {
	color: transparent !important;
}

.register-form.lead-form-sf-floating .floating-field input::-moz-placeholder {
	color: transparent !important;
	opacity: 1;
}

.register-form.lead-form-sf-floating .floating-field input:-webkit-autofill {
	animation-name: leadFormSfOnAutoFillStart;
}

.register-form.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within .floating-label,
.register-form.lead-form-sf-floating .floating-field.is-filled .floating-label,
.register-form.lead-form-sf-floating .floating-field:has(input:-webkit-autofill) .floating-label {
	top: 5px !important;
	color: rgba(0, 0, 0, 0.55) !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 14px !important;
	transform: none !important;
}

.register-form.lead-form-sf-floating .floating-field input:not([tabindex="-1"]),
.register-form.lead-form-sf-floating .floating-field select {
	padding-left: 10px;
	margin: 0 !important;
	height: 42px;
	min-height: 48px;
	box-sizing: border-box;
}

.register-form.lead-form-sf-floating .floating-field > .city-autocomplete {
	margin: 0 !important;
	height: 48px;
}

.register-form.lead-form-sf-floating .floating-field:not(.floating-field--select):not(.is-filled):not(:focus-within):not(:has(input:-webkit-autofill)) input:not([tabindex="-1"]) {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 10px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}

.register-form.lead-form-sf-floating .floating-field--select:not(.is-filled) .floating-label {
	opacity: 0;
}

.register-form.lead-form-sf-floating .floating-field--select.is-filled .floating-label {
	opacity: 1;
}

.register-form.lead-form-sf-floating .floating-field--select:not(.is-filled) select {
	color: #9a9a9a;
}

.register-form.lead-form-sf-floating .floating-field.is-filled input:not([tabindex="-1"]),
.register-form.lead-form-sf-floating .floating-field.is-filled select {
	color: #0B0C0C;
	font-weight: 600;
}

.register-form.lead-form-sf-floating .floating-field input:not([tabindex="-1"]):-webkit-autofill,
.register-form.lead-form-sf-floating .floating-field input:not([tabindex="-1"]):-webkit-autofill:hover,
.register-form.lead-form-sf-floating .floating-field input:not([tabindex="-1"]):-webkit-autofill:focus {
	-webkit-text-fill-color: #0B0C0C;
	caret-color: #0B0C0C;
	font-weight: 600;
}

.register-form.lead-form-sf-floating .floating-field--select::after,
.register-form.lead-form-sf-floating .city-field:has(.lead-form-sf-city--show-arrow) .floating-field::after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 4;
	pointer-events: none;
	display: block;
	width: 49px;
	height: 46px;
	background-color: #ffd200;
	background-image: url("../../../../assets/images/arrow-from.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 7px;
}

.register-form.lead-form-sf-floating .city-field:has(.lead-form-sf-city--show-arrow) input[type="search"],
#lead-form-sf-marketing-hero.lead-form-sf-floating input.lead-form-sf-city--show-arrow,
#lead-form-sf-marketing-common.lead-form-sf-floating input.lead-form-sf-city--show-arrow {
	padding-right: 55px !important;
	background-image: none !important;
	background-color: #fff !important;
}

.register-form.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within input:not([tabindex="-1"]),
.register-form.lead-form-sf-floating .floating-field.is-filled input:not([tabindex="-1"]),
.register-form.lead-form-sf-floating .floating-field:has(input:-webkit-autofill) input:not([tabindex="-1"]),
.register-form.lead-form-sf-floating .floating-field.is-filled select,
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within input:not([tabindex="-1"]),
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field.is-filled input:not([tabindex="-1"]),
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field.is-filled select,
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within input:not([tabindex="-1"]),
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field.is-filled input:not([tabindex="-1"]),
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field.is-filled select {
	color: #0B0C0C !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 24px !important;
	height: 48px;
	min-height: 48px;
	padding-top: 16px !important;
	padding-right: 10px;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	box-sizing: border-box;
}

.register-form.lead-form-sf-floating .floating-field--select.is-filled select,
.register-form.lead-form-sf-floating .city-field:has(.lead-form-sf-city--show-arrow) .floating-field.is-filled input:not([tabindex="-1"]),
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field--select.is-filled select,
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field--select.is-filled select {
	padding-right: 55px !important;
}

.register-form.lead-form-sf-floating .city-dropdown {
	top: 100%;
}

.register-form.lead-form-sf-floating .field .validation-error {
	width: 100%;
}

/* Beat #lead-form-sf-marketing-hero / common label rules in lead-form.css */
#lead-form-sf-marketing-hero.lead-form-sf-floating .form-grid .floating-label,
#lead-form-sf-marketing-hero.lead-form-sf-floating .form-grid-full .floating-label,
#lead-form-sf-marketing-hero.lead-form-sf-floating .lead-form-sf-enquiring-for-wrap .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .form-grid .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .form-grid-full .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .lead-form-sf-enquiring-for-wrap .floating-label {
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 10px !important;
	transform: translateY(-50%) !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(0, 0, 0, 0.55) !important;
	width: auto !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within .floating-label,
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field.is-filled .floating-label,
#lead-form-sf-marketing-hero.lead-form-sf-floating .floating-field:has(input:-webkit-autofill) .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field:not(.floating-field--select):focus-within .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field.is-filled .floating-label,
#lead-form-sf-marketing-common.lead-form-sf-floating .floating-field:has(input:-webkit-autofill) .floating-label {
	top: 5px !important;
	transform: none !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	line-height: 12px !important;
	color: rgba(0, 0, 0, 0.55) !important;
}

.register-form.lead-form-sf-floating .consent-copy,
.register-form.lead-form-sf-floating .consent-copy p,
.register-form.lead-form-sf-floating .form-note,
.register-form.lead-form-sf-floating .form-note p {
	font-size: 14px;
}

.register-form .field input {
	outline: none !important;
}


.modal-form-wrapper .form-note {
	padding: 0 8px;
	display: flex;
	gap: 8px;
}

@media (max-width: 767px) {
	.modal-form-wrapper .form-note {
		padding: 0;
	}
}

#lp_modal_dialog {
	width: 100%;
}
.modal-content {
	max-height: calc(100vh - 2rem);
	width: calc(100% - 2rem);
}

.register-form.lead-form-sf-floating .field .validation-error {
	width: 100%;
	display: flex !important;
	gap: 10px;
	color: #FF3C3C !important;
	background: url("../img/validation-error.png") left center / 14px 14px no-repeat;
	padding-left: 20px;
}
.register-form.lead-form-sf-floating .field .validation-error img {
	width: 14px;
}
.register-form.lead-form-sf-floating .field .validation-error svg, .register-form.lead-form-sf-floating .field .validation-error svg path {
	fill: #FF3C3C;
}
.register-form .lp-form-footer {
	padding-top: 0;
	border-top: 0;
}
.field .validation-error {
	margin-top: 8px;
}

/* Common shortcode: study level + programme — match reference layout */
#lead-form-sf-marketing-common .study-level-program-row {
	align-items: start;
	width: 100%;
	margin: 0;
	/* Same bottom spacing as other .form-grid rows via field margin-bottom */
}

#lead-form-sf-marketing-common .study-level-program-row > .field {
	min-width: 0;
	margin-bottom: 16px;
}

#lead-form-sf-marketing-common .field.study-level-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 16px;
	padding: 0 8px;
	box-sizing: border-box;
	position: relative;
}

#lead-form-sf-marketing-common .study-level-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	gap: 8px;
	margin: 0;
	padding: 0;
}

#lead-form-sf-marketing-common .study-level-field .field-label {
	display: block !important;
	margin: 0 !important;
	padding: 0;
	white-space: nowrap;
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #0b0c0c !important;
	width: auto !important;
	float: none;
	position: static;
	transform: none;
	pointer-events: auto;
}

#lead-form-sf-marketing-common .study-level {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #232b31;
}

#lead-form-sf-marketing-common .form-grid .study-option,
#lead-form-sf-marketing-common .study-level-program-row .study-option,
#lead-form-sf-marketing-common .study-level .study-option {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	color: #0B0C0C !important;
	-webkit-text-fill-color: #0B0C0C !important;
	text-decoration: none !important;
}

#lead-form-sf-marketing-common .study-option-text {
	color: #0B0C0C !important;
	-webkit-text-fill-color: #0B0C0C !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

#lead-form-sf-marketing-common label.study-option,
#lead-form-sf-marketing-common label.study-option > span {
	color: #0B0C0C !important;
	-webkit-text-fill-color: #0B0C0C !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

#lead-form-sf-marketing-common .study-option > .custom-radio {
	color: inherit;
	-webkit-text-fill-color: initial;
}

#lead-form-sf-marketing-common .study-option input[type="radio"],
#lead-form-sf-marketing-common .study-level-field input[type="hidden"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

#lead-form-sf-marketing-common .study-option input[type="radio"]:focus-visible + .custom-radio {
	outline: 2px solid #00824b;
	outline-offset: 2px;
}

#lead-form-sf-marketing-common .custom-radio {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	border: 2px solid #0B0C0C;
	border-radius: 50%;
	background: #fff;
}

#lead-form-sf-marketing-common .study-option input[type="radio"]:checked + .custom-radio {
	border-color: #0C31AC;
	border-width: 2px;
	background: #fff;
}

#lead-form-sf-marketing-common .study-option input[type="radio"]:checked + .custom-radio::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	background: #0C31AC;
	border-radius: 50%;
}

#lead-form-sf-marketing-common .study-level-field.error {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

#lead-form-sf-marketing-common .study-level-field.error .custom-radio {
	border-color: #FF3C3C;
}

#lead-form-sf-marketing-common .study-level-field .validation-error {
	display: block;
	width: 100%;
	margin-top: 8px;
}

#lead-form-sf-marketing-common .study-level-program-row > .field.select-label {
	align-self: start;
}

/* V2 marketing forms: split phone (+91 | number) */
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field {
	position: relative;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 48px;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid #999999;
	background: #fff;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone-code {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 14px;
	border: 0;
	border-right: 1px solid #999999;
	color: #0B0C0C;
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	white-space: nowrap;
	user-select: none;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone-control {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: stretch;
}

/* Beat .form-grid input:not(...) border !important so input has no own border */
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .form-grid .phone-field .lead-form-sf-phone input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]),
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .lead-form-sf-phone input[type="tel"] {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	background: transparent !important;
	color: #0B0C0C;
	box-sizing: border-box;
	font-size: 16px !important;
	line-height: 24px !important;
}

/* Match first-name floating label + value spacing when focused/filled */
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field:not(.floating-field--select):focus-within .lead-form-sf-phone input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]),
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field.is-filled .lead-form-sf-phone input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]),
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field:has(input:-webkit-autofill) .lead-form-sf-phone input:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]) {
	padding-top: 16px !important;
	padding-right: 10px !important;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	font-weight: 600 !important;
	color: #0B0C0C !important;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone-control .floating-label {
	left: 10px !important;
	max-width: calc(100% - 24px);
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field:not(.floating-field--select):focus-within .lead-form-sf-phone-control .floating-label,
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field.is-filled .lead-form-sf-phone-control .floating-label,
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .phone-field .floating-field:has(input:-webkit-autofill) .lead-form-sf-phone-control .floating-label {
	top: 5px !important;
	transform: none !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	line-height: 12px !important;
	color: rgba(0, 0, 0, 0.55) !important;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone:has(input.error),
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone:has(input[aria-invalid="true"]) {
	border-color: #d6001d !important;
	border-width: 2px;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .form-grid .phone-field .lead-form-sf-phone input.error:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]),
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .form-grid .phone-field .lead-form-sf-phone input[aria-invalid="true"]:not([type="radio"]):not([type="hidden"]):not([type="checkbox"]) {
	border: 0 !important;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone input:focus,
:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone input:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

:is(#lead-form-sf-marketing-hero, #lead-form-sf-marketing-common, .lead-form-sf-pc-instance) .lead-form-sf-phone:focus-within {
	outline: 2px solid #0c71ac;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	#lead-form-sf-marketing-common .study-level-program-row {
		grid-template-columns: 1fr !important;
		align-items: stretch;
		row-gap: 0;
	}

	#lead-form-sf-marketing-common .study-level-program-row > .field,
	#lead-form-sf-marketing-common .field.study-level-field {
		margin-bottom: 16px;
		padding: 0 8px;
	}

	#lead-form-sf-marketing-common .study-level {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	#lead-form-sf-marketing-common .study-level-program-row > .field.select-label {
		align-self: stretch;
	}
}

/* v2 thank-you CTAs — Figma node 17521:33144 */
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 32px;
	width: 100%;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 .download-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 27px;
	letter-spacing: 0;
	color: #0C31AC;
	text-decoration: none;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 .download-link a svg {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 .download-link a span {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 .download-link a:hover,
.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 .download-link a:hover span {
	color: #001e82;
	text-decoration: underline;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	padding: 0;
	border: 0;
	width: 100%;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta {
	width: auto;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	padding: 12px 20px;
	border-radius: 48px;
	border: 2px solid #0c31ac;
	background: #0c31ac;
	color: #fff;
	font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta:hover {
	background: #001e82;
	border-color: #001e82;
	color: #fff;
	text-decoration: none;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta-secondary {
	background: #fff;
	color: #0c31ac;
	border: 2px solid #0c31ac;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta-secondary:hover {
	background: #001E82;
	color: #fff;
	border-color: #001E82;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta-secondary svg {
	width: 24px;
	height: 24px;
}
.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta-secondary:hover svg path {
	fill: #fff;
}

@media (max-width: 767px) {
	.lead-form-thankyou-inline--v2 .lead-form-thankyou-ctas--v2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}
	.lead-form-thankyou-inline--v2 .lp-form-footer.lead-form-thankyou-footer-ctas .cta {
		width: 100%;
	}
}

