/**
Theme Name: custom
Author: Encodigo Web
Author URI: https://encodigoweb.com/
Description: Tema personalizado para Maison Perrier Chic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom
Template: astra
*/

:root {
	--ast-global-color-0: #0f7255;
	--ast-global-color-0-alt: #00694a;
	--ast-global-color-1: #d9e9e4;
	--ast-global-color-2: #e5f0ed;
	--ast-global-color-3: #111111;
	--ast-global-color-4: #444444;
	--ast-global-color-5: #d0d0d0;
	--ast-global-color-6: #e5e7eb;
	--ast-global-color-7: #fafafa;
	--ast-global-color-8: #ffffff;
}

/* - reset
------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background-color: #ece9e6;
	background-image: url(img/background-texture.png) !important;
	background-position: top center;
	background-repeat: repeat;
}
a, a:hover, a:active, a:focus, input:hover, input:active, input:focus, input[type="search"]:focus {
	outline: 0;
}

/* - header
------------------------------------------------------------- */
/* - logo & site-title - */
#page .ast-site-identity img {
	display: block;
	width: 100px;
	height: auto;
}
#ast-fixed-header .site-title {
	display: none;
}
@media screen and (min-width: 376px) {
	#page .ast-site-identity img {
		width: 120px;
	}
}
@media screen and (min-width: 576px) {
	#page .ast-site-identity img {
		width: 130px;
	}
}
@media screen and (min-width: 1025px) {
	#page .ast-site-identity img {
		width: 140px;
	}
}

/* - structure
------------------------------------------------------------- */
body #page {
	overflow-x: hidden;
}

#primary, #secondary {
	padding: 0;
	margin: 0;
}
#page #primary {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

@media screen and (min-width: 992px) {
	#page #primary {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#page #primary .entry-content > p {
		text-align: justify;
	}
}

/* - Fruit & content container
------------------------------------------------------------- */
#page #primary > .site-main {
	z-index: 999;
	padding: 0;
}
#page #primary > .site-main > .page {
	position: relative;
	z-index: 999;
}

#masthead .site-primary-header-wrap, #page #primary > .site-main {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body:not(.home) #page #primary > .site-main > .page, body.home #page .form-register .ff-step-container .ff-step-body {
	padding: 1.5rem;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	background-color: var(--ast-global-color-8);
	box-shadow: 0px 10px 15px -3px #0000001A;
}
body.home #page .form-register:not(.is_started) .ff-step-container .ff-step-body {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#masthead .site-primary-header-wrap::before, #page #primary > .site-main::before {
	z-index: -1;
	display: block;
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	background-position: top right;
	background-repeat: no-repeat;
	width: 500px;
	height: 400px;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#masthead .site-primary-header-wrap::before {
	background-image: url(img/fruit-flip.png);
	bottom: 30px;
	right: auto;
	left: 65%;
}
#page #primary > .site-main::before {
	background-image: url(img/fruit.png);
	top: -30px;
	right: 65%;
	left: auto;
}

@media screen and (min-width: 376px) {
	#page #primary > .site-main {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 992px) {
	#page #primary > .site-main {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	body:not(.home) #page #primary > .site-main > .page, body.home #page .form-register .ff-step-container .ff-step-body {
		padding: 2rem 2.5rem;
	}
	#masthead .site-primary-header-wrap::before {
		bottom: -80px;
		right: 75%;
		left: auto;
	}
	#page #primary > .site-main::before {
		top: 20px;
		right: auto;
		left: 75%;
	}
}


/* - Footer
------------------------------------------------------------- */

/* - structure - */
.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	display: none;
}

/* footer menu */
#astra-footer-menu {
	font-weight: 500;
}
#astra-footer-menu a:hover {
	text-decoration: underline;
}

/* - copyright - */
#colophon .ast-footer-copyright {
	font-weight: 500;
}

/* - 404
------------------------------------------------------------- */
.error404 #content h1.page-title {
	color: var(--ast-global-color-0);
}
.error404 #content .page-sub-title {
	font-size: .95rem;
	font-weight: 500;
	max-width: 660px;
	margin: 0 auto;
}
.error404 #content .search-form {
    display: none;
}

/* - grecaptcha
------------------------------------------------------------- */
/* v3 */
.grecaptcha-badge {
	bottom: 90px !important;
	z-index: 20;
}
@media screen and (min-width: 576px) {
	.grecaptcha-badge {
		bottom: 110px !important;
	}
}

/* v2 */
/* fix responsive screen overflow */
.g-recaptcha > div {
	width: 100% !important;
}

.g-recaptcha > div > div {
	margin: 4px auto !important;
	width: auto !important;
	height: auto !important;
}

.g-recaptcha iframe {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform-origin: left top;
	-webkit-transform-origin: left top;
}
#rc-imageselect {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform:scale(0.77);
	-ms-transform:scale(0.77);
	-o-transform:scale(0.77);
}

@media screen and (min-width: 481px){
	#rc-imageselect {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.g-recaptcha iframe{
		max-width: none;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
}

/* - cookieyes
------------------------------------------------------------- */
body .cky-btn {
	font-size: 0.825rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.05rem;
	border-radius: .35rem;
	-webkit-border-radius: .35rem;
	-moz-border-radius: .35rem;
	-ms-border-radius: .35rem;
	-o-border-radius: .35rem;
}

/* notice */
body .cky-consent-container .cky-consent-bar {
	border-width: 0;
	background: rgba(255,255,255,0.95) !important;
}
body .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
	right: 10px;
	top: 10px;
}
body .cky-consent-container .cky-consent-bar .cky-banner-btn-close img {
	height: 12px;
	width: 12px;
}
body .cky-consent-container .cky-notice .cky-title {
	font-size: 0.925rem;
	font-weight: 500;
	display: none;
}
body .cky-consent-container .cky-notice-des {
	text-align: justify;
	line-height: 1.3;
}
body .cky-consent-container .cky-notice-des * {
	font-size: 0.825rem;
	font-weight: 500;
	line-height: 1.3;
}
body .cky-consent-container .cky-notice-des a {
	text-decoration: underline;
	color: var(--ast-global-color-0);
}
body .cky-consent-container .cky-notice-btn-wrapper {
	gap: 5px;
}
body .cky-consent-container .cky-notice-btn-wrapper > .cky-btn {
	margin: 0;
	flex-basis: calc(33.333% - 10px);
}

/* modal */
body .cky-modal *, body .cky-modal .cky-preference-content-wrapper * {
	line-height: 1.4;
}

body .cky-modal .cky-preference-center {
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}
body .cky-modal .cky-preference-content-wrapper .cky-show-desc-btn {
	font-size: 0.725rem;
	line-height: inherit;
	color: var(--ast-global-color-0)
}
body .cky-modal .cky-preference-content-wrapper button.cky-show-desc-btn:not(:hover):not(:active) {
	color: var(--ast-global-color-0)
}

body .cky-modal .cky-accordion-header .cky-accordion-btn {
	font-size: .75rem;
	line-height: 1.4;
}
body .cky-modal .cky-accordion-header-des {
	font-size: .75rem;
	line-height: 1.5;
}
body .cky-modal .cky-accordion-header-des * {
	font-size: .75rem;
}
body .cky-modal .cky-accordion-header .cky-always-active {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.025rem;
	color: var(--ast-global-color-0);
}
body .cky-modal .cky-switch input[type="checkbox"] {
    border-width: 0 !important;
}
body .cky-modal .cky-switch input[type="checkbox"]:checked {
	background: var(--ast-global-color-0) !important;
}

body .cky-modal .cky-prefrence-btn-wrapper {
	padding-top: 10px;
}
body .cky-modal .cky-prefrence-btn-wrapper {
	padding-top: 10px;
}
body .cky-modal .cky-prefrence-btn-wrapper .cky-btn {
	flex-basis: 30%;
}

/* revisit button */
body .cky-btn-revisit-wrapper {
	/*placeundermobilemenu*/
	z-index: 99999;
	bottom: .25rem;
	left: .25rem;
	width: auto;
	height: auto;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	background-color: var(--ast-global-color-0) !important;
	color: var(--ast-global-color-8) !important;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit {
	padding: .25rem !important;
	font-size: .575rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.025rem;
	color: var(--ast-global-color-8) !important;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit::after {
	position: relative;
	content: 'Cookies';
}
.cky-revisit-bottom-left:hover::before {
	font-size: 0.675rem;
	letter-spacing: 0.05rem;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit img {
	opacity: 0;
	display: none;
}

@media screen and (min-width: 992px) {
	body .cky-consent-container {
		bottom: 1rem;
		left: 1rem;
		width: fit-content;
		max-width: calc(100% - 3rem);
	}
	body .cky-consent-container .cky-consent-bar {
		padding: 1.25rem;
		border-radius: .5rem;
		-webkit-border-radius: .5rem;
		-moz-border-radius: .5rem;
		-ms-border-radius: .5rem;
		-o-border-radius: .5rem;
	}
	body .cky-consent-container .cky-notice-btn-wrapper {
		margin-top: 1.75rem;
		gap: 10px;
	}
	body .cky-btn-revisit-wrapper {
		bottom: .5rem;
		left: .5rem;
	}
}
@media screen and (min-width: 1200px) {
	body .cky-consent-container .cky-consent-bar {
		padding: 3rem;
		width: 800px;
	}
}

@media screen and (max-width: 991px) {
	body .cky-consent-container {
		bottom: 0px;
		left: 0px;
		width: 100%;
		max-width: 100%;
	}
	body .cky-consent-container .cky-consent-bar {
		padding: 15px;
	}
	body .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
		display: none;
	}
	body .cky-consent-container .cky-notice .cky-title, body .cky-consent-container .cky-notice-des {
		padding: 0;
	}
	body .cky-consent-container .cky-notice-btn-wrapper {
		padding: 0;
		margin-top: 10px;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	body .cky-consent-container .cky-notice-btn-wrapper .cky-btn {
		order: 1;
		font-size: 0.675rem;
		padding: 5px;
		line-height: 20px;
		margin: 0 5px;
	}
	body .cky-consent-container .cky-notice-btn-wrapper .cky-btn-customize {
		margin-left: 0;
	}
	body .cky-consent-container .cky-notice-btn-wrapper .cky-btn-accept {
		margin-right: 0;
	}
}

/* - FORMS - FLUENT FORMS
------------------------------------------------------------- */
#page label, #page legend {
	color: var(--ast-global-color-4);
}

/* - forms - */
#page .fluentform .form-legend {
	margin-bottom: .5rem;
	margin-top: .5rem;
	text-align: right;
	font-size: .725rem;
}
#page .fluentform .form-legend strong {
	display: inline-block;
	font-size: 140%;
	line-height: 0;
	position: relative;
	top: .25em;
	padding-right: .1em;
	padding-left: .1em;
	color: var(--ast-global-color-0);
}


.frm-fluent-form .ff-t-container {
	align-items: flex-start;
}

#page .fluentform .ff-el-group {
	margin-bottom: .5rem;
}

#page .fluentform .ff-el-group.ff-custom_html.form-legal-text p {
	font-size: 0.82rem;
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 0.25rem;
}

#page .fluentform .ff-el-tc label.ff_tc_label > div,
#page .fluentform .ff-el-tc label.ff_tc_label > span {
	vertical-align: top;
	padding-top: 0 !important;
}
#page .fluentform .ff-el-input--label {
	margin-bottom: .25rem;
	color: var(--ast-global-color-0);
}
#page .fluentform .ff-el-input--label label {
	font-size: .825rem;
	font-weight: 500;
	letter-spacing: .025em;
	text-transform: none;
	color: var(--ast-global-color-0);
}
#page .fluentform .ff-el-form-check-label .ff-el-form-check-input {
	top: -1px;
	margin-right: .25rem;
}
#page .fluentform .ff-el-form-check label.ff-el-form-check-label {
	font-size: .875rem;
}
#page .fluentform .ff-el-form-check label.ff-el-form-check-label a {
	text-decoration: underline;
}
#page .fluentform .ff-el-form-check label.ff-el-form-check-label a:hover {
	color: var(--ast-global-color-0);
}

#page .fluentform .ff-el-form-control {
	width: 100%;
	height: 3rem;
	font-family: inherit;
	border-radius: .35rem;
	-webkit-border-radius: .35rem;
	-moz-border-radius: .35rem;
	-ms-border-radius: .35rem;
	-o-border-radius: .35rem;
	padding: .75rem;
	font-size: 0.875rem;
	border-width: 1px;
	border-color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-7);
	color: var(--ast-global-color-4);
}
#page .fluentform textarea.ff-el-form-control {
	height: 8rem;
}
#page .fluentform .ff-el-form-control:focus {
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-2);
	color: var(--ast-global-color-0);
}

#page .fluentform .ff-btn {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-width: 2px;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: .75rem;
	font-size: .925rem;
	line-height: 1.5;
	font-weight: 700;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-8);
}
#page .fluentform .ff-btn:hover, #page .fluentform .ff-btn:focus {
	border-color: var(--ast-global-color-0-alt);
	background-color: var(--ast-global-color-0-alt);
	color: var(--ast-global-color-8);
}

#page .fluentform .ff-btn.disabled,
#page .fluentform .ff-btn:disabled {
	border-color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-5);
	color: var(--ast-global-color-8);
	pointer-events: none;
	cursor: not-allowed;
}

#page .fluentform .ff-message-success {
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	padding: 1.25rem;
	border-width: 0;
	font-size: 0.925rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
}
#page .fluentform .ff-message-success p:last-child {
	margin-bottom: 0;
}

#page .fluentform .text-danger {
	color: #e01018;
}
#page .fluentform .ff-el-is-error .text-danger {
	font-size: 0.825rem;
	font-weight: 500;
}

/* - modal - */
.lity {
	background: rgba(0,0,0,0.6);
}
.lity-content {
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}
.lity-content::after {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	font-family: inherit;
	font-weight: 200;
	width: 55px;
	height: 55px;
	font-size: 55px;
	line-height: 1;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}
.lity #page .fluentform .form-legend {
	margin-top: 0;
}
.lity .ff-message-success {
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* - form-register
------------------------------------------------------------- */

/* - progress bar - */
#page .fluentform .form-register .ff-step-header--progress {
	width: 75%;
	margin: 0 auto;
	opacity: 0;
	height: 0;
	margin-bottom: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#page .fluentform .form-register.is_started .ff-step-header--progress {
	opacity: 1;
	height: auto;
}
#page .fluentform .form-register .ff-step-header--progress > .ff-step-progress-wrap {
	padding-bottom: 1rem;
}
#page .fluentform .form-register .ff-el-progress-title {
	display: none !important;
}

#page .fluentform .form-register .ff-el-progress-status {
	display: flex;
	justify-content: space-between;
	margin-bottom: .5rem;
	font-size: .825rem;
	line-height: 1;
	font-weight: 600;
	color: var(--ast-global-color-0);
}
#page .fluentform .form-register .ff-el-progress {
	height: .5rem;
	line-height: 1;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	background-color: var(--ast-global-color-8) !important;
	color: transparent !important;
}
#page .fluentform .form-register .ff-el-progress-bar {
	background-color: var(--ast-global-color-0) !important;
}
#page .fluentform .form-register .ff-el-progress-bar span {
	opacity: 0;
}

/* - form-html - */
#page .fluentform .form-register .form-html p {
	margin-bottom: 1rem;
}
#page .fluentform .form-register .form-html.form-intro {
	text-align: center;
}
#page .fluentform .form-register .form-html.form-intro h1 {
	font-size: 1.5rem;
	margin-bottom: .75rem;
}
#page .fluentform .form-register .form-html.form-intro p {
	margin-bottom: .5rem;
}
#page .fluentform .form-register .form-html:not(.form-intro) h2 {
	display: inline-block;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: .825rem;
	line-height: 1;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;
	background-color: var(--ast-global-color-1);
	color: var(--ast-global-color-0);
}
#page .fluentform .form-register .form-html:not(.form-intro) p {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: var(--ast-global-color-0);
}

/* - buttons - */
#page .fluentform .form-register .ff-btn {
	float: none !important;
}
#page .fluentform .form-register .ff-btn-prev {
	display: none !important;
}
#page .fluentform .form-register .ff-inner_submit_container {
	display: block;
	gap: 0;
}

/* - radio & checkbox - */
#page .fluentform .form-register .ff-el-group.ff_list_buttons .ff-el-form-check {
	display: block;
	width: 100%;
	margin-bottom: .5rem;
}
#page .fluentform .form-register .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
	display: block;
	width: 100%;
	text-align: left;
	padding: .75rem 1.25rem;
	font-size: .925rem;
	line-height: 1.2;
	font-weight: 600;
	white-space: wrap;
	border-radius: .35rem !important;
	-webkit-border-radius: .35rem !important;
	-moz-border-radius: .35rem !important;
	-ms-border-radius: .35rem !important;
	-o-border-radius: .35rem !important;
	box-shadow: none !important;
	border: 2px solid !important;
	border-color: var(--ast-global-color-5) !important;
	background-color: var(--ast-global-color-7);
	color: var(--ast-global-color-4) !important;
}
#page .fluentform .form-register .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
	border-color: var(--ast-global-color-0) !important;
	background-color: var(--ast-global-color-2);
	color: var(--ast-global-color-0) !important;
}

/* - step 01 - */
#page .fluentform .form-register .ff-step-body .form-custom-step-01 .form-container.form-container-register,
#page .fluentform .form-register .ff-step-body .form-custom-step-01 .form-container.form-container-question-01 {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#page .fluentform .form-register.is_started .ff-step-body .form-custom-step-01 .form-container.form-container-register,
#page .fluentform .form-register .ff-step-body .form-custom-step-01 .form-container.form-container-question-01,
#page .fluentform .form-register .ff-step-body .form-custom-step-01 .step-nav {
	opacity: 0;
	display: none;
}
#page .fluentform .form-register.is_started .ff-step-body .form-custom-step-01 .form-container.form-container-question-01,
#page .fluentform .form-register.is_started .ff-step-body .form-custom-step-01 .step-nav {
	opacity: 1;
	display: block;
}

/* - success - */
#page .fluentform .form-register + .ff-message-success {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	padding: 1.5rem;
	text-align: center;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-width: 0;
	background-color: var(--ast-global-color-8);
	box-shadow: 0px 10px 15px -3px #0000001A;
}
#page .fluentform .form-register + .ff-message-success h2 {
	font-size: 1.5rem;
	margin-bottom: .5em;
}
#page .fluentform .form-register + .ff-message-success h3 {
	font-size: .925rem;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--ast-global-color-3);
}
#page .fluentform .form-register + .ff-message-success p {
	font-size: .825rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--ast-global-color-0);
}
#page .fluentform .form-register + .ff-message-success p:last-child {
	margin-bottom: 0;
}
#page .fluentform .form-register + .ff-message-success p > a {
	display: inline-block;
	padding: .5rem 1rem;
	text-decoration: none;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-8);
}
#page .fluentform .form-register + .ff-message-success p > a:hover {
	background-color: var(--ast-global-color-0-alt);
	color: var(--ast-global-color-8);
}
#page .fluentform .form-register + .ff-message-success hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
	#page .fluentform .form-register + .ff-message-success {
		padding: 2rem 2.5rem;
	}
}