:root {
--animate-duration: 500ms;
--animate-delay: 100ms;
--animate-repeat: 1;
--cf-bg-color: #bcd6ec;
--cf-primary-color: #1a3d5c;
--cf-secondary-color: #e4eef7;
--cf-confirmation-text: #e4eef7;
--cf-progressbar-color: #448ccb;
--cf-border-color: #ffffff;
--cf-button-bg: #448ccb;
--cf-button-text: #f1f1f1;
--cf-button-hover-bg: #357fc0;
--cf-button-hover-text: #f1f1f1;
--cf-content-top-default-margin: 60px;
--cf-content-bottom-default-margin: 60px; --cf-fs-heading: 36px;
--cf-fs-text: 18px;
--cf-fs-label: 36px;
--cf-fs-input: 26px;
--cf-fs-heading-medium: 32px;
--cf-fs-text-medium: 16px;
--cf-fs-label-medium: 32px;
--cf-fs-input-medium: 22px;
--cf-fs-heading-small: 27px;
--cf-fs-text-small: 16px;
--cf-fs-label-small: 27px;
--cf-fs-input-small: 20px;
cf-overlay-color: rgba(255, 255, 255, 0.5);
--cf-small-gap: 10px;
--cf-medium-gap: 20px;
--cf-large-gap: 40px;
--cf-max-form-width: 720px;
--cf-max-intro-width: 800px;
}
html.cf-html{
margin-top: 0 !important;
} body.conv-form {
background-color: var(--cf-bg-color);
background-image: radial-gradient(ellipse at center, white 0%, rgba(255,255,255,0) 100%);
min-height: calc(100vh - 70px);
background-attachment: fixed;
position: relative;
}
body.conv-form.bgimage {
background-image: var(--cf-cover-image);
}
body.conv-form.bgimage::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: calc(100% + 70px);
background-color: var(--cf-bg-color);
background-image: radial-gradient(ellipse at center, white 0%, rgba(255,255,255,0) 100%);
opacity: 0.75;
}
body.conv-form .conv-intro, body.conv-form .conv-intro-bottom {
align-items: center;
display: flex;
flex-wrap: wrap;
}
body.conv-form .conv-intro {
height: 100%;
min-height: calc(100vh + 10px);
}
body.conv-form .conv-intro .conv-intro-container { box-sizing: border-box;
margin: var(--cf-large-gap) auto;
max-width: var(--cf-max-intro-width);
padding: var(--cf-large-gap);
text-align: center;
width: 90%;
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-logo {
margin: auto;
padding-bottom: var(--cf-small-gap);
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
color: var(--cf-primary-color);
font-family: inherit;
font-size: var(--cf-fs-heading );
font-weight: 700;
line-height: 1.3;
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
font-family: inherit;
font-size: var(--cf-fs-heading );
margin: var(--cf-small-gap) 0 var(--cf-medium-gap);
}
body.conv-form .conv-form-container .conv-intro-title-wrap{
overflow: hidden;
}
body.conv-form .conv-form-container h1.conv-intro-title {
text-align: center;
top: 0; padding: var(--cf-small-gap) 0;
background: var(--cf-bg-color);
z-index: 999;
position: fixed;
width: 100%;
border-bottom: 1px solid #0000002e;
background-image: radial-gradient(ellipse at left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0) 100%);
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-description {
color: var(--cf-primary-color);
font-family: inherit;
line-height: 1.8;
}
body.conv-form .conv-intro-bottom {
flex-direction: row;
justify-content: center;
margin-top: var(--cf-medium-gap);
}
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
background: var(--cf-bg-dark );
color: var(--cf-text-color-light );
}
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
margin-right: 15px;
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
color: rgba(26,61,92,0.5);
font-size: var(--cf-fs-text);
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-enter span{
font-weight: 600;
}
body.conv-form .custom-template-wrap {
overflow: hidden;
}
body.conv-form .custom-template-wrap-inner {
display: flex;
}
body.conv-form  .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, 
body.conv-form  .gform_wrapper .gfield_checkbox button, 
body.conv-form  .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], 
body.conv-form  .gform_wrapper .gform_footer button, body.conv-form  .gform_wrapper .gform_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer .button, 
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button,
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
background: var(--cf-button-bg);
border: 2px solid var(--cf-button-bg);
color: var(--cf-button-text);
cursor: pointer;
font-family: inherit;
font-size: var(--cf-fs-text);
font-weight: 600;
border-radius: 3px;
letter-spacing: 1px;
line-height: normal;
padding: var(--cf-small-gap) var(--cf-medium-gap);
text-decoration: none;
} body.conv-form  .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover, 
body.conv-form  .gform_wrapper .gfield_checkbox button:hover, 
body.conv-form  .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit]:hover, 
body.conv-form  .gform_wrapper .gform_footer button, body.conv-form  .gform_wrapper .gform_footer input:hover, 
body.conv-form  .gform_wrapper .gform_page_footer .button:hover, 
body.conv-form  .gform_wrapper .gform_page_footer button:hover, 
body.conv-form  .gform_wrapper .gform_page_footer input:hover, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button:hover, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button:hover,
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn:hover{
background: var(--cf-button-hover-bg);
border: 2px solid var(--cf-button-hover-bg);
color: var(--cf-button-hover-text);
}
body.conv-form .gform_wrapper {
margin: 0px;
}
body.conv-form .gform_wrapper .gform_heading {
display: none;
}
body.conv-form .gform_wrapper .gf_progressbar_wrapper {
position: sticky;
top: 0;
overflow: hidden;
display: none;
}
body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
display: none;
}
body.conv-form .gform_wrapper .gf_progressbar {
border-radius: 0px;
background: rgba(0,0,0,.24);
}
body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
height: 5px;
border-radius: 0px;
background-color: var(--cf-progress-bar );
animation-duration: .5s;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
display: none;
}
body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
display: none;
}
body.conv-form .gform_wrapper .gform-body {
max-width: var(--cf-max-form-width);
width: 80%;
margin: auto;
}
body.conv-form .gform_wrapper .gform_page {
display: flex;
flex-direction: column;
justify-content: center;
animation-duration: .5s; min-height: calc(100vh - 100px);
}
body.conv-form .gform_wrapper .gfield_label, body.conv-form .gsection_title {
color: var(--cf-primary-color);
line-height: 1.3;
margin: 0px;
font-weight: normal;
position: relative;
}
body.conv-form .gform-field-label{
color: var(--cf-primary-color);
}
body.conv-form .gsection_title {
font-size: var(--cf-fs-heading);
}
body.conv-form .gform_wrapper .gfield_label {
font-size: var(--cf-fs-label);
}
body.conv-form .gform_wrapper .ginput_container:not( .ginput_container_time ), body.conv-form .gform_wrapper .ginput_complex {
margin-top: 32px;
}
body.conv-form .gchoice, body.conv-form .ginput_container_consent {
margin-bottom: 15px;
overflow: visible;
display: block !important;
}
body.conv-form .gchoice input[type="radio"], body.conv-form .gchoice input[type="checkbox"], body.conv-form .ginput_container_consent input {
display: none;
}
body.conv-form .gform_wrapper .gform_body .gchoice label:before {
counter-increment: gfaa-counter;
content: counter(gfaa-counter,upper-alpha);
left: 12px;
position: absolute;
height: 33px;
width: 33px;
text-align: center;
border: 1px solid;
border-radius: 3px;
line-height: 30px;
background-color: transparent;
}
body.conv-form .gform_wrapper .gform_body .gchoice label:hover:before{
content: "Key " counter(gfaa-counter,upper-alpha);
width: 67px;
left: -22px;
}
body.conv-form .gform_wrapper .gform_body .gfield-choice-input:checked + label:before {
background: var(--cf-primary-color);
color: #ffffff;
}
body.conv-form .gform_wrapper .ginput_container {
counter-reset: gfaa-counter;
} body.conv-form .gform_wrapper .gform_body .gchoice label, body.conv-form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
border-style: solid;
border-width: 1px;
border-radius: 4px;
position: relative;
cursor: pointer;
font-size: var(--cf-fs-text);
line-height: 33px;
padding: 9px 9px 9px 60px;
display: block;
min-height: 52px;
background-color: rgba(26,61,92,0.025);
border-color: rgba(26,61,92,0.1);
color: var(--cf-primary-color);
}
body.conv-form .gform_wrapper .gform_body .gchoice:hover label {
background: rgba(26,61,92,0.05);
}
body.conv-form .gform_wrapper .gform_body .gfield-choice-input:checked + label {
border-color: var(--cf-primary-color);
} body.conv-form .gform_body .gform_page_fields input[type="button"], 
body.conv-form .gform_body .gform_page_fields input[type="checkbox"], 
body.conv-form .gform_body .gform_page_fields input[type="email"], 
body.conv-form .gform_body .gform_page_fields input[type="file"], 
body.conv-form .gform_body .gform_page_fields input[type="submit"], 
body.conv-form .gform_body .gform_page_fields input[type="tel"], 
body.conv-form .gform_body .gform_page_fields input[type="text"], 
body.conv-form .gform_body .gform_page_fields input[type="password"], 
body.conv-form .gform_body .gform_page_fields input[type="url"], 
body.conv-form .gform_body .gform_page_fields input[type="number"], 
body.conv-form .gform_body .gform_page_fields textarea, 
body.conv-form .gform_body .gform_page_fields select {
color: #1a3d5c;
border-bottom: 1px solid rgba(26,61,92,0.1);
}
body.conv-form .gform_body .gform_page_fields input[type="button"], 
body.conv-form .gform_body .gform_page_fields input[type="checkbox"], 
body.conv-form .gform_body .gform_page_fields input[type="email"], 
body.conv-form .gform_body .gform_page_fields input[type="file"], 
body.conv-form .gform_body .gform_page_fields input[type="submit"], 
body.conv-form .gform_body .gform_page_fields input[type="tel"], 
body.conv-form .gform_body .gform_page_fields input[type="text"], 
body.conv-form .gform_body .gform_page_fields input[type="password"], 
body.conv-form .gform_body .gform_page_fields input[type="url"], 
body.conv-form .gform_body .gform_page_fields input[type="number"], 
body.conv-form .gform_body .gform_page_fields input[type="range"], 
body.conv-form .gform_body .gform_page_fields textarea, 
body.conv-form .gform_body .gform_page_fields select {
max-width: 100%;
line-height: normal;
background-color: transparent;
border: none;
height: 66px;
border-radius: 0;
border-bottom: 1px solid;
padding: var(--cf-small-gap) 0;
width: 100%;
outline: none;
}
body.conv-form .gform_body .gform_page_fields input[type="email"], 
body.conv-form .gform_body .gform_page_fields input[type="tel"], 
body.conv-form .gform_body .gform_page_fields input[type="text"], 
body.conv-form .gform_body .gform_page_fields input[type="password"], 
body.conv-form .gform_body .gform_page_fields input[type="url"], 
body.conv-form .gform_body .gform_page_fields input[type="number"], 
body.conv-form .gform_body .gform_page_fields textarea,
body.conv-form .gform_body .gform_page_fields select {
font-size: var(--cf-fs-input );
}
body.conv-form .gform_body .gform_page_fields select option{
font-size: 90%;
}
body.conv-form .gform_page_footer.top_label { }
body.conv-form .custom-template-wrap .conv-form-footer {
font-size: 13px;
height: 60px;
position: fixed;
bottom: 0;
width: 100%;
transition: height .25s ease-in-out;
overflow: hidden;
z-index: 99999;
}
body.conv-form .custom-template-wrap .conv-form-footer {
background-color: var(--cf-progressbar-color);
color: var(--cf-secondary-color);
}
body.conv-form .custom-template-wrap .conv-form-footer-wrap {
display: flex;
display: -ms-flexbox;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
max-width: 750px;
margin: auto;
padding: 15px;
}
body.conv-form .custom-template-wrap .conv-form-footer-progress {
flex: 0 0 60%;
}
body.conv-form .custom-template-wrap .conv-form-footer-progress-status {
line-height: 1;
margin-bottom: 8px;
}
body.conv-form .custom-template-wrap .conv-form-footer-wrap span {
color: inherit;
}
body.conv-form .custom-template-wrap .conv-form-footer-progress-bar {
width: 100%;
height: 10px;
background-color: rgba(0,0,0,0.251);
border-radius: 10px;
position: relative;
max-width: 240px;
}
body.conv-form .custom-template-wrap .conv-form-footer-progress-completed {
position: absolute;
top: 0;
left: 0;
border-radius: 10px;
width: 100%;
height: 100%;
background-color: var(--cf-bg-color);
}
body.conv-form .custom-template-wrap .conv-form-footer-right-container {
display: flex;
display: -ms-flexbox;
align-items: stretch;
flex: 0 0 40%;
justify-content: flex-end;
}
body.conv-form .custom-template-wrap .conv-form-footer-switch-step {
margin-left: var(--cf-medium-gap);
width: 77px;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
cursor: pointer;
}
body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up, .custom-template-wrap .conv-form-footer-switch-step-down {
text-align: center;
border-radius: 50%;
vertical-align: middle;
line-height: 1;
}
body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up {
transform: rotate(180deg);
}
body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up i.fa, .custom-template-wrap .conv-form-footer-switch-step-down i.fa {
line-height: 1;
vertical-align: top;
}
.conv-form-footer-switch-step img, .conv-form-footer-switch-step svg {
height: 29px;
width: 29px;
padding: 5px;
position: relative;
top: 1px;
}
body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up, .custom-template-wrap .conv-form-footer-switch-step-down {
border: 2px solid var(--cf-bg-color);
color: 2px solid var(--cf-bg-color)
}
.conv-form-footer-switch-step svg path{
fill: var(--cf-bg-color);
}
.conv-form-footer-switch-step-down.active,
.conv-form-footer-switch-step-up.active{
animation: border-pulse 0.6s infinite;
}
.conv-form-footer-switch-step-up img{
transform: scale(1,-1);
}
.image-left, .image-right{
display: none;
width: 45%;
flex: 0 0 45%;
text-align: center;
}
body.conv-form.leftimage .image-left{
display: block;
}
body.conv-form.rightimage .image-right{
display: block;
}
body.conv-form.leftimage .custom-template-wrap-inner .formgf,
body.conv-form.rightimage .custom-template-wrap-inner .formgf
{
flex: 0 0 55%;
}
body.conv-form .custom-template-wrap-inner .formgf {
flex: 0 0 100%;
}
body.conv-form .side-image img{
height: 100%;
object-fit: cover;
object-position: center;
}
body.conv-form .gform_validation_errors{
display: none;
}
#color-panel-toggle {
position: fixed;
bottom: 30px;
right: 30px;
width: 40px;
height: 40px;
border-radius: 7%;
background-color: #ffffff;
color: #fff;
text-align: center;
line-height: 40px;
cursor: pointer;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
}
#color-panel-toggle img {
height: 25px;
width: 24px;
}
#color-panel-toggle.active{
background: #000000;
}
#color-panel-toggle.active svg{
fill: #ffffff;
}
#color-panel {
position: fixed;
display: none;
bottom: 20px;
right: 20px;
padding: 20px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 10px;
z-index: 9999;
width: 330px;
}
#color-panel.open {
display: block;
}
#color-panel h2 {
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
}
.color-option {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 10px;
}
.color-option label {
margin-right: 10px;
font-weight: bold;
flex: 0 0 calc(100% - 60px);
}
.color-option input[type="color"] {
margin-right: 10px;
width: 40px;
height: 40px;
border: none;
border-radius: 50%;
padding: 0; 
}
#save-colors-btn {
background-color: var(--cf-button-bg);
color: var(--cf-button-text);
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
margin-top: 20px;
}
#save-colors-btn:hover{
background-color: var(--cf-button-hover-bg);
color: var(--cf-button-hover-text);
}
.color-option input[type=color]::-webkit-color-swatch {
border-radius: 50%;
}
.color-option input[type="color" i]::-webkit-color-swatch-wrapper {
padding: 0;
}
body.conv-form .gform_confirmation_message {
display: flex;
flex-direction: column;
justify-content: center;
animation-duration: .5s; min-height: calc(100vh - 90px);
max-width: 720px;
width: 80%;
margin: auto;
font-size: var(--cf-fs-label);
color: var(--cf-confirmation-text);
text-align: center;
}
.gfa-loading {
opacity: 0 !important;
}
body.conv-form  .gform_wrapper .gform_page_footer .button, 
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button{	
transition: all 0.3s ease;
}
body.conv-form  .gform_wrapper  .gpoll_field_label {
font-weight: 600;
font-size: 22px;
margin-top: 15px;
}
.element-hidden{
opacity: 0;
max-width: 15px;
overflow: hidden;
}
body.conv-form .custom-template-wrap .conv-form-footer-right-container{
position: relative;
}
body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader{
border: 3px solid var(--cf-bg-color);
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
border-top: 3px solid #555;
border-radius: 50%;
width: 33px;
height: 33px;
margin-left: 10px;
position:  absolute; 
left: 100%;
display: none;
opacity: 0;
}
body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader.show{
display: block;
opacity: 1;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes border-pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.9);
}
70% {
box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
}
@media screen and (max-width: 1024px) {
body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
font-size: var(--cf-fs-heading-medium);
}
body.conv-form .gsection_title {
font-size: var(--cf-fs-heading-medium);
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
font-size: var(--cf-fs-text-medium);
}
body.conv-form  .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, 
body.conv-form  .gform_wrapper .gfield_checkbox button, 
body.conv-form  .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], 
body.conv-form  .gform_wrapper .gform_footer button, body.conv-form  .gform_wrapper .gform_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer .button, 
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button,
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
font-size: var(--cf-fs-text-medium);
}
body.conv-form .gform_wrapper .gfield_label {
font-size: var(--cf-fs-label-medium);
}
body.conv-form .gform_confirmation_message {
font-size: var(--cf-fs-label-medium);
}
body.conv-form .gform_body .gform_page_fields input[type="email"], 
body.conv-form .gform_body .gform_page_fields input[type="tel"], 
body.conv-form .gform_body .gform_page_fields input[type="text"], 
body.conv-form .gform_body .gform_page_fields input[type="password"], 
body.conv-form .gform_body .gform_page_fields input[type="url"], 
body.conv-form .gform_body .gform_page_fields input[type="number"], 
body.conv-form .gform_body .gform_page_fields textarea,
body.conv-form .gform_body .gform_page_fields select {
font-size: var(--cf-fs-input-medium);
}
}
@media screen and (max-width: 850px) {
body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader{
position: relative;
left: 0;
display: block;
}
}
@media screen and (max-width: 767px) {
body.conv-form .conv-form-container h1.conv-intro-title {
font-size: 7vw;
white-space: nowrap;
padding: 10px;
text-overflow: ellipsis;
overflow: hidden;
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
font-size: var(--cf-fs-heading-small);
}
body.conv-form .gsection_title {
font-size: var(--cf-fs-heading-small);
}
body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
font-size: var(--cf-fs-text-small);
}
body.conv-form  .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, 
body.conv-form  .gform_wrapper .gfield_checkbox button, 
body.conv-form  .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], 
body.conv-form  .gform_wrapper .gform_footer button, body.conv-form  .gform_wrapper .gform_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer .button, 
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button,
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
font-size: var(--cf-fs-text-small);
}
body.conv-form .gform_wrapper .gfield_label {
font-size: var(--cf-fs-label-small);
}
body.conv-form .gform_confirmation_message {
font-size: var(--cf-fs-label-small);
}
body.conv-form .gform_body .gform_page_fields input[type="email"], 
body.conv-form .gform_body .gform_page_fields input[type="tel"], 
body.conv-form .gform_body .gform_page_fields input[type="text"], 
body.conv-form .gform_body .gform_page_fields input[type="password"], 
body.conv-form .gform_body .gform_page_fields input[type="url"], 
body.conv-form .gform_body .gform_page_fields input[type="number"], 
body.conv-form .gform_body .gform_page_fields textarea,
body.conv-form .gform_body .gform_page_fields select {
font-size: var(--cf-fs-input-small);
}
body.leftimage.conv-form .gform_wrapper .gform_page	{
min-height: auto;
}
body.rightimage.conv-form .gform_wrapper .gform_page {
min-height: auto;
margin-top: 10vh;
}
}