<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-zlien-calc2 {
	display: block;
}

#form-zlien-calc2 .ldc-step-wrap {
	position: relative;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

#form-zlien-calc2 .ldc-step-wrap .btn {
	font-weight: 600;
}

#form-zlien-calc2 [data-btn="stepTo"] {
	cursor: pointer;
}

#form-zlien-calc2 .ldc-head-wrap {

}

#form-zlien-calc2 .ldc-step-head,
#form-zlien-calc2 .ldc-step-area {
	max-width: 1000px;
	margin: auto;
}

.ldc-step-head {
	background-color: #1b344d;
	color: #fff;
	padding: 20px 35px;
	border-radius: 20px 20px 0 0;
}

.ldc-step-head .ldc-progress-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ldc-step-head .ldc-progress-list:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background: #fff;
	left: 10px;
	right: 10px;
}

.ldc-step-head .ldc-progress-list a {
	color: inherit;
}

.ldc-step-head .ldc-progress-list a:hover,
.ldc-step-head .ldc-progress-list .btn-back-link  {
	color: #30bf9b;
}

.ldc-step-head .ldc-progress-list li {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	margin: 0 !important;;
	position: relative;
}

.ldc-step-head .ldc-progress-list li.actived {
	background: #30bf9b;
}

.ldc-step-head .ldc-progress-list li.actived:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	right: 100%;
	width: 500px;
	background: #30bf9b;
}

.ldc-step-head .ldc-progress-list li.actived:after {
	content: "\f00c";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 5px;
    left: 5px;
	border-radius: 50%;
	color: #fff;
	font: normal normal normal 14px/1 'Font Awesome 5 Pro';
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 3;
}

.ldc-step-head .ldc-progress-list li.active:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 6px;
	left: 6px;
	background: #30bf9b;
}


#form-zlien-calc2 .ldc-step-wrap .btn-back-link {
	/*position: absolute;
	top: 5px;
	left: 5px;*/
	background: none;
	border: 0;
	font-weight: 600;
	font-size: 14px;
}

#form-zlien-calc2 .ldc-step-wrap .btn-back-link:hover {
	text-decoration: none;
	outline: 0;
}

#form-zlien-calc2 .ldc-step-wrap h2,
#form-zlien-calc2 .ldc-step-wrap .h2, 
#form-zlien-calc2 .ldc-step-wrap h3,
#form-zlien-calc2 .ldc-step-wrap .h3 {
	margin: 0 0 5px;
	text-transform: none;
}

#form-zlien-calc2 .ldc-step-wrap .ldc-step-area h2,
#form-zlien-calc2 .ldc-step-wrap .ldc-step-area .h2 {
	color: #346594;
}

#form-zlien-calc2 .ldc-step-wrap .ldc-step-area img {
	margin: 0;
}

#form-zlien-calc2 .ldc-step-wrap h4,
#form-zlien-calc2 .ldc-step-wrap .h4 {
	color: #1b344d;
}

#form-zlien-calc2 .ldc-step-wrap h4 .fa-question-circle,
#form-zlien-calc2 .ldc-step-wrap .h4 .fa-question-circle {
	font-size: 0.9em;
	margin-left: 5px;
}

#form-zlien-calc2 .ldc-step-wrap .subtitle {
	color: #6a7585;
	font-size: 18px;
}

#form-zlien-calc2 .text-light {
	color: #8db8dc;
}

#form-zlien-calc2 .ldc-step-wrap p {
	margin-bottom: 10px;
}

#form-zlien-calc2 .ldc-step-area {
	padding: 40px 35px;
	border: 1px solid #dae1e6;
	background: #fff;
	border-radius: 0 0 20px 20px;
	position: relative;
}

#form-zlien-calc2 .ldc-step-area p {
	font-size: 16px;
	margin-bottom: 8px;
}

#form-zlien-calc2 .ldc-step-area &gt; .ldc-step-cont {
	max-width: 760px;
	margin: auto;
}



#form-zlien-calc2 .btn.btn-min-wd-sm {
	min-width: 80px;
}

/* Radio Button */
#form-zlien-calc2 .radio-pills {
	display: block !important;
}

#form-zlien-calc2 .radio-pills.inline-block {
	display: inline-block !important;
}

#form-zlien-calc2 .radio-pills.radio-pills-full-width {
	display: inline-block;
	width: 100%
}

#form-zlien-calc2 .radio-pills.radio-pills-full-width label {
	display: inline-block;
	width: 100%
}

#form-zlien-calc2 .radio-pills .btn input[type="radio"],
#form-zlien-calc2 .radio-pills .btn-group&gt;.btn input[type="radio"],
#form-zlien-calc2 .radio-pills .btn input[type="checkbox"],
#form-zlien-calc2 .radio-pills .btn-group&gt;.btn input[type="checkbox"] {
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
	position: absolute;
}

#form-zlien-calc2 .radio-pills .btn,
#form-zlien-calc2 .radio-pills button {
	text-transform: none;
	font-weight: 400;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline {
	background: #f4f7f9;
	border: 1px solid #346594;
	color: #346594;
}

#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline:hover {
	background: rgba(0, 75, 137, 0.07);
	border-color: #004b89;
	box-shadow: inset 0 0 0 6px rgba(0, 75, 137, 0.3);
}

#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline.active,
#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline.active:hover {
	background: rgba(0, 75, 137, 0.10);
	border-color: #004b89;
	box-shadow: inset 0 0 0 6px rgba(0, 75, 137, 0.75);
	color: #1b344d;
}

#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline:hover .icon,
#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline.active  .icon,
#form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline.active:hover .icon {
	transform: scale(1); 
}

#form-zlien-calc2 .radio-pills .btn.btn-sm,
#form-zlien-calc2 .radio-pills button.btn-sm {
	font-size: inherit;
	padding-top: 10px;
	padding-bottom: 10px
}

#form-zlien-calc2 .radio-pills .btn.btn-xs,
#form-zlien-calc2 .radio-pills button.btn-xs {
	font-size: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}

#form-zlien-calc2 .radio-pills .btn .icon {
	display: block;
	margin: 0 auto;
	max-width: 50px;
	transition: all 0.2s ease-in-out;
	transform: scale(0.9);
}

@media(max-width: 991px) {
	#form-zlien-calc2 .radio-pills .btn .text-sm {
		font-size: 14px;
		white-space: initial;
		line-height: 1em;
		display: block;
		margin-top: 5px;
	}
}

@media(max-width: 480px) {
	#form-zlien-calc2 .btn-lg {
		font-size: 16px;
	}
}

/* Radio Button */

/* Input Fields  */
#form-zlien-calc2 .form-control {
	font-size: 16px;
	color: #333;
}

#form-zlien-calc2 select.form-control {
	-webkit-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #6a7585 50%), linear-gradient(135deg, #6a7585 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	padding-right: 50px
}

#form-zlien-calc2 select.form-control:focus {
	background-image: linear-gradient(45deg, #346594 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #346594 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	outline: 0
}

#form-zlien-calc2 .input-contrast {
	border-color: #dadde0;
	background-color: #f5f9fc;
}

#form-zlien-calc2 .input-contrast:hover,
#form-zlien-calc2 .input-contrast:focus  {
	border-color: #346594;
}

#form-zlien-calc2 .input-contrast:focus  {
	color: #111;
}


#form-zlien-calc2 .ldc-step-area .white-area {
	border: 1px solid #ebeff2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#form-zlien-calc2 .inner-addon {
	position: relative
}

#form-zlien-calc2 .inner-addon &gt; .fa,
#form-zlien-calc2 .inner-addon &gt; .far {
	position: absolute;
	padding: 14px 7px;
	pointer-events: none;
	z-index: 2;
	opacity: 0.6;
	font-size: 0.8em;
}

#form-zlien-calc2 .left-addon &gt; .fa,
#form-zlien-calc2 .left-addon &gt; .far {
	left: 0px
}

#form-zlien-calc2 .right-addon &gt; .fa,
#form-zlien-calc2 .right-addon &gt; .far {
	right: 0px
}

#form-zlien-calc2 .left-addon input {
	padding-left: 30px
}

#form-zlien-calc2 .right-addon input {
	padding-right: 30px
}

#form-zlien-calc2 .left-addon .input-group input {
	padding-left: 12px
}

#form-zlien-calc2 .right-addon .input-group input {
	padding-right: 12px
}
/* #END Input Fields  */

#form-zlien-calc2 .deadline-result-box {
	padding: 2rem;
	border: 1px solid #ebeff2;
}


/* Progress Arrow */
#form-zlien-calc2 .progress-arrow-wrapper div[class^="col"] .progress-arrow {
	position: absolute;
	width: 100%;
	background: #ebeff2;
	height: 2rem;
	left: 0;
	top: 1rem;
	z-index: 1;
}

#form-zlien-calc2 .progress-arrow-wrapper div[class^="col"]:first-child .progress-arrow {
	margin-left: 15px;
	margin-right: auto;
}

#form-zlien-calc2 .progress-arrow-wrapper div[class^="col"]:last-child .progress-arrow {
	margin-left: auto;
	margin-right: 15px;
	width: calc(100% - 5rem);
}

#form-zlien-calc2 .progress-arrow-wrapper div[class^="col"]:last-child .progress-arrow::after {
	content: " ";
	position: absolute;
	right: -3.5rem;
	top: -2rem;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 0 3rem 6rem;
	border-color: transparent transparent transparent #ebeff2;
}

#form-zlien-calc2 .progress-arrow-wrapper div[class^="col"] i {
	position: relative;
	z-index: 3;
}

/* #END Progress Arrow */


/* Badge and list */
#form-zlien-calc2 .badge.badge-danger {
	background-color: #ff644c
}

#form-zlien-calc2 .badge.badge-warning {
	background-color: #f7bf25
}

#form-zlien-calc2 .badge.badge-default {
	background-color: #ebeff2;
	color: #525a66
}

#form-zlien-calc2 .badge.badge-success {
	background-color: #30bf9b
}

#form-zlien-calc2 .badge.badge-info {
	background-color: #346594
}


#form-zlien-calc2 ul.ul-no-bullets {
	list-style: none !important;
	padding: 0
}

#form-zlien-calc2 ul.ul-no-bullets li {
	padding: 0
}

/* Styles for embed sections to post content */

.post-content .ldc-calc2-wrap {
   margin-bottom: 25px;
   font-size: 15px;
}

.post-content .ldc-calc2-wrap #form-zlien-calc2 .ldc-step-area {
	padding: 20px;
}

.post-content #form-zlien-calc2 .radio-pills .btn.btn-primary.btn-outline .text-lg {
	font-size: 14px;
}

/* Badge and list */

.lp-fa-circled {
	font-size: 1.3em;
	width: 1.3em;
	text-align: center;
	line-height: 1.3em;
	background: #346594;
	background: #345c94;
	background: -moz-linear-gradient(-45deg, #345c94 0%, #346594 100%);
	background: -webkit-linear-gradient(-45deg, #345c94 0%, #346594 100%);
	background: linear-gradient(135deg, #345c94 0%, #346594 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#345c94', endColorstr='#346594', GradientType=1);
	color: #fff;
	border-radius: 0.8em
}

.lp-fa-circled.lp-fa-circled-success {
	background: #30bf9b
}

.lp-fa-circled.lp-fa-circled-warning {
	background: #f7bf25
}

.lp-fa-circled-alt,
.lp-fa-circled-alt-xs,
.lp-fa-circled-alt-sm,
.lp-fa-circled-alt-md {
	background: #346594;
	background: #345c94;
	background: -moz-linear-gradient(-45deg, #345c94 0%, #346594 100%);
	background: -webkit-linear-gradient(-45deg, #345c94 0%, #346594 100%);
	background: linear-gradient(135deg, #345c94 0%, #346594 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#345c94', endColorstr='#346594', GradientType=1);
	width: 9rem;
	height: 9rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 9rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 4rem;
	color: #fff;
	position: relative;
	overflow: hidden
}

.lp-fa-circled-alt:before,
.lp-fa-circled-alt-xs:before,
.lp-fa-circled-alt-sm:before,
.lp-fa-circled-alt-md:before {
	position: relative;
	line-height: 100%
}

.lp-fa-circled-alt.lp-fa-circled-slash::after,
.lp-fa-circled-alt-xs.lp-fa-circled-slash::after,
.lp-fa-circled-alt-sm.lp-fa-circled-slash::after,
.lp-fa-circled-alt-md.lp-fa-circled-slash::after {
	content: "";
	position: absolute;
	width: 3px;
	outline: 2px solid #fff;
	height: 141.421356%;
	top: -20.710678%;
	display: block;
	background-color: #346594;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg)
}

.lp-fa-circled-alt.danger,
.lp-fa-circled-alt.lp-fa-circled-slash.danger::after,
.lp-fa-circled-alt-xs.danger,
.lp-fa-circled-alt-xs.lp-fa-circled-slash.danger::after,
.lp-fa-circled-alt-sm.danger,
.lp-fa-circled-alt-sm.lp-fa-circled-slash.danger::after,
.lp-fa-circled-alt-md.danger,
.lp-fa-circled-alt-md.lp-fa-circled-slash.danger::after {
	background: #ff644c
}

.lp-fa-circled-alt.warning,
.lp-fa-circled-alt.lp-fa-circled-slash.warning,
.lp-fa-circled-alt::after,
.lp-fa-circled-alt-xs.warning,
.lp-fa-circled-alt-xs.lp-fa-circled-slash.warning,
.lp-fa-circled-alt-xs::after,
.lp-fa-circled-alt-sm.warning,
.lp-fa-circled-alt-sm.lp-fa-circled-slash.warning,
.lp-fa-circled-alt-sm::after,
.lp-fa-circled-alt-md.warning,
.lp-fa-circled-alt-md.lp-fa-circled-slash.warning,
.lp-fa-circled-alt-md::after {
	background: #f7bf25
}

.lp-fa-circled-alt.success,
.lp-fa-circled-alt.lp-fa-circled-slash.success::after,
.lp-fa-circled-alt-xs.success,
.lp-fa-circled-alt-xs.lp-fa-circled-slash.success::after,
.lp-fa-circled-alt-sm.success,
.lp-fa-circled-alt-sm.lp-fa-circled-slash.success::after,
.lp-fa-circled-alt-md.success,
.lp-fa-circled-alt-md.lp-fa-circled-slash.success::after {
	background: #30bf9b
}

.lp-fa-circled-alt.gray,
.lp-fa-circled-alt.lp-fa-circled-slash.gray::after,
.lp-fa-circled-alt-xs.gray,
.lp-fa-circled-alt-xs.lp-fa-circled-slash.gray::after,
.lp-fa-circled-alt-sm.gray,
.lp-fa-circled-alt-sm.lp-fa-circled-slash.gray::after,
.lp-fa-circled-alt-md.gray,
.lp-fa-circled-alt-md.lp-fa-circled-slash.gray::after {
	background: #e1e5e8
}

.lp-fa-circled-alt.light-blue,
.lp-fa-circled-alt.lp-fa-circled-slash.light-blue::after,
.lp-fa-circled-alt-xs.light-blue,
.lp-fa-circled-alt-xs.lp-fa-circled-slash.light-blue::after,
.lp-fa-circled-alt-sm.light-blue,
.lp-fa-circled-alt-sm.lp-fa-circled-slash.light-blue::after,
.lp-fa-circled-alt-md.light-blue,
.lp-fa-circled-alt-md.lp-fa-circled-slash.light-blue::after {
	background: #2a5278
}

.lp-fa-circled-alt.lp-fa-circled-outline,
.lp-fa-circled-alt-xs.lp-fa-circled-outline,
.lp-fa-circled-alt-sm.lp-fa-circled-outline,
.lp-fa-circled-alt-md.lp-fa-circled-outline {
	background: transparent !important;
	border: 3px solid #346594;
	color: #346594;
	line-height: 8.5rem
}

.lp-fa-circled-alt.lp-fa-circled-outline.danger,
.lp-fa-circled-alt-xs.lp-fa-circled-outline.danger,
.lp-fa-circled-alt-sm.lp-fa-circled-outline.danger,
.lp-fa-circled-alt-md.lp-fa-circled-outline.danger {
	border-color: #ff644c;
	color: #ff644c
}

.lp-fa-circled-alt.lp-fa-circled-outline.warning,
.lp-fa-circled-alt-xs.lp-fa-circled-outline.warning,
.lp-fa-circled-alt-sm.lp-fa-circled-outline.warning,
.lp-fa-circled-alt-md.lp-fa-circled-outline.warning {
	border-color: #f7bf25;
	color: #f7bf25
}

.lp-fa-circled-alt.lp-fa-circled-outline.success,
.lp-fa-circled-alt-xs.lp-fa-circled-outline.success,
.lp-fa-circled-alt-sm.lp-fa-circled-outline.success,
.lp-fa-circled-alt-md.lp-fa-circled-outline.success {
	border-color: #30bf9b;
	color: #30bf9b
}

.lp-fa-circled-alt.lp-fa-circled-outline.gray,
.lp-fa-circled-alt-xs.lp-fa-circled-outline.gray,
.lp-fa-circled-alt-sm.lp-fa-circled-outline.gray,
.lp-fa-circled-alt-md.lp-fa-circled-outline.gray {
	border-color: #e1e5e8;
	color: #e1e5e8
}

.lp-fa-circled-alt.lp-fa-circled-outline.light-blue,
.lp-fa-circled-alt-xs.lp-fa-circled-outline.light-blue,
.lp-fa-circled-alt-sm.lp-fa-circled-outline.light-blue,
.lp-fa-circled-alt-md.lp-fa-circled-outline.light-blue {
	border-color: #2a5278;
	color: #2a5278
}

.lp-fa-circled-alt-xs {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.4rem;
	font-size: 1.2rem
}

.lp-fa-circled-alt-xs.lp-fa-circled-outline {
	border-width: 2px
}

.lp-fa-circled-alt-xs.lp-fa-circled-slash::after {
	width: 2px;
	outline-width: 1px
}

.lp-fa-circled-alt-sm {
	width: 4rem;
	height: 4rem;
	line-height: 4rem !important;
	font-size: 2rem
}

.lp-fa-circled-alt-sm.lp-fa-circled-outline {
	line-height: 3.5rem
}

.lp-fa-circled-alt-md {
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 3rem
}

.font-weight-normal {
	font-weight: normal !important;
}

/* Light Style [dlcalc2-light] shortcode*/
</pre></body></html>