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

:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid-full .field select.error,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid .field select.error,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) .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) .validation-error {
	/*top: -24px;*/
	display: block;
	position: relative;
	color: #e20000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero) 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) input[type="search"]#city::-webkit-search-cancel-button,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) input[type="search"]#city::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

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

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

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

:is(#lead-form-sf, #lead-form-sf-marketing-hero) .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) .form-grid-full {
	/*display: grid !important;
	box-sizing: border-box !important;
	width: 100%;*/
}

:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid label,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid-full 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) .form-grid > div {
	margin-top: 0 !important;
}

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

:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid input,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid-full input {
	border: 1px solid #999999 !important;
	border-radius: 0 !important;
	height: 40px;
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

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

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

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

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

:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid label span,
:is(#lead-form-sf, #lead-form-sf-marketing-hero) .form-grid-full label span {
	color: #d6001d;
}

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

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

:is(#lead-form-sf, #lead-form-sf-marketing-hero).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) .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) .form-grid {
		grid-template-columns: 1fr !important;
	}

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

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

	:is(#lead-form-sf, #lead-form-sf-marketing-hero) .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;
	}
}

/* LP and PLP leadform UI changes */
#lead-form-sf-marketing-hero .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) .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: 42px;
	  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;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
}

.download-link {
	padding-top: 0;
}
.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:hover {
	color: #001e82;
	text-decoration-color: currentColor !important;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px !important;
	text-decoration: underline;
}

@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;
	}
	.download-link a {
		font-size: 16px;
	}	
	.download-link a svg {
		width: 24px;
		height: 24px;
	}	
}

.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;
}
.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;
	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;
}
.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: 42px;
	outline: 0;
	box-shadow: none;
	color: #0B0C0C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;	
}
.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;
}
.lp_modal_dialog .modal-close {
	line-height: 42px;
	top: 32px;
	right: 32px;
}

@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;
	top: 24px;
	right: 24px;
}	
.lp_modal_dialog .lp-modal-form-wrapper .form-note {
	padding: 0;
}	
.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;
}
.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;
}

}

#lp_modal_dialog {
	width: calc(100% - 2rem);
}

#lead-form-sf-pc-p43 input#lp-pc-p43-city.lead-form-sf-city--show-arrow {
	background: transparent url("../../../../assets/images/arrow-from.svg") right 17.5px center no-repeat;
	position: relative;
	z-index: 2;	
}
.lp_modal_dialog .lp-modal-form-wrapper .register-form-tahnkyou-msg .thankyou-title {
	display: block;
}