.gfield label.gfield_label , .gfield .gfield_label {
font-size: 16px;
color: #000;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
}
.gfield label {
font-size: 0.9em;
color: #666;
margin-top: 10px;
}
.gfield_required {
font-style: italic;
}
.gfield_label .gfield_required_text {
display: inline-block;
padding-left: 5px;
color: #999;
}
.grecaptcha-badge {
z-index: 9;
}
::placeholder {
color: #A9A9A9;
}
.validation_message {
background-color: #C62E2E;
color: white;
padding: 2px 5px;
font-size: 10px;
border-radius: 2px;
position: relative;
margin-top: 10px;
display: inline-block;
}
.validation_message::after {
content: '';
display: block;
position: absolute;
border: 7px solid rgba(0,0,0,0);
border-bottom-color: #C62E2E;
width: 0;
height: 0;
top: -14px;
left: 0;
right: 0;
margin: auto;
}
.gform_submission_error  {
margin-bottom: 20px;
border: 1px solid #C62E2E;
padding: 10px 20px;
font-size: 15px;
color: #C62E2E;
}
.image-switch .gfield.gfield_error input[type=text] ,
.gfield.gfield_error input[type=text] ,
.image-switch  .gfield.gfield_error input[type=email] ,
.gfield.gfield_error input[type=email] ,
.image-switch  .gfield.gfield_error textarea ,
.gfield.gfield_error textarea ,
.image-switch  .gfield.gfield_error select ,
.gfield.gfield_error select {
border: 1px solid #C62E2E;
}
.gfield input[type=email] ,
.gfield input[type=text] ,
.gfield textarea ,
.gfield select {
height: 55px;
color:  #404040;
padding-left: 15px;
width: 100%;
border: 1px solid #91ABC6;
box-sizing: border-box;
}
.ginput_container_fileupload {
border: 1px solid #91ABC6;
box-sizing: border-box;
display: flex;
align-items: center;
padding:14px  15px;
flex-wrap: wrap;
width: 100%;
}
.gfield select {
appearance: none;
-webkit-appearance: none;
background: #fff calc(100% - 20px) center / 12px no-repeat  url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.9883 6.6856.678.9908 1.4079 0l4.5804 4.9118 4.5804-4.9118.7301.991-5.3105 5.6946Z' fill='%23032649'/%3E%3C/svg%3E");
padding-right: 70px;
}
.ginput_container_consent .gfield_required_text {
display: none;
}
.gform_footer {
margin-top: 30px;
}
.gform_fields {
flex-wrap: wrap;
gap: 30px;
}
.gfield {
flex-basis: 100%;
position: relative;
margin-bottom: 30px;
}
fieldset.gfield {
border: none;
padding: 0;
margin: 0;
}
fieldset.gfield legend {
float: left;
}
fieldset.gfield legend + *  {
clear: both;
}
.gfield.gfield--width-half {
flex-basis: calc(50% - 15px);
}
.gfield.gfield--width-third {
flex-basis: calc(33.333% - 20px);
}
.gfield.gfield--width-quarter {
flex-basis: calc(25% - 23px);
}
.gfield_visibility_hidden {
display: none;
}
.gfield.hidden_label .gfield_label {
display: none;
}
.gfield select::-ms-expand {
display: none;
}
.gfield textarea {
height: 100px;
padding-top: 20px;
}
.ginput_complex {
display: flex;
gap: 15px;
}
.ginput_container_address {
flex-wrap: wrap;
}
.ginput_container_name span {
flex-grow: 1;
}
.ginput_container_address span {
flex-basis: calc(50% - 8px);
}
.ginput_container_address span:nth-child(1) , .ginput_container_address span:nth-child(2) {
flex-basis: 100%;
}
.gfield input[type=text] + label, .gfield select + label {
margin-top: 10px;
display: block;
}
.screen-reader-text {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;  }
.gfield.captcha_field  .gfield_label {
display: none;
}
.ginput_container_fileupload .validation_message--hidden-on-empty {
display: none;
}
.gform_validation_container {
display: none;
}
.image-switch .gfield input[type=email] ,
.image-switch  .gfield input[type=text] ,
.image-switch  .gfield textarea ,
.image-switch .gfield select {
border-color: #fff;
background: transparent;
}
.ginput_container_fileupload  {
border-color: #fff;
}
.image-switch .gfield select {
appearance: none;
-webkit-appearance: none;
background: transparent calc(100% - 20px) center / 12px no-repeat  url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.9883 6.6856.678.9908 1.4079 0l4.5804 4.9118 4.5804-4.9118.7301.991-5.3105 5.6946Z' fill='%23fff'/%3E%3C/svg%3E");
padding-right: 70px;
}
.image-switch form .button {
background: #91ABC6;
border-color: #91ABC6;
}
.image-switch form .button:hover {
background: linear-gradient(180deg, #91ABC6 0%, #346CA6 100%);
}
@media (max-width: 450px) {
.ginput_container_fileupload input {
max-width: 250px;
}
}.fc_columned_content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: clamp(15px, 3vw, 30px);
}
.fc_columned_content.count_2 {
grid-template-columns: 1.25fr 0.75fr;
grid-gap: clamp(15px, 5vw, 100px);
align-items: center;
}
@media (max-width: 768px) {
.fc_columned_content.count_2,
.fc_columned_content {
grid-template-columns: 1fr;
}
}.fc_split_content {
display: flex;
overflow: hidden;
}
.fc_split_content > div {
flex-basis: 50%;
position: relative;
}
.fc_split_content .content {
display: flex;
align-items: center;
padding: clamp(20px, 5vw, 60px) 20px;
box-sizing: border-box;
z-index: 2;
justify-content: center;
}
.fc_split_content .content .wp_content {
max-width: 550px;
}
.fc_split_content.right {
flex-direction: row-reverse;
}
.fc_split_content .image-switch {
width: 100%;
display: block;
min-height: 600px;
max-height: 800px;
height: 100%;
}
.fc_split_content.right .image-switch {
width: 100%;
display: block;
}
.fc_split_content .the_image::after {
position: absolute;
bottom: 0;
left: -10%;
content: '';
width: 361px;
height: 800px;
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='M1 800 1.5 0H11l350 800H1Z' fill='%23fff'/%3E%3C/svg%3E");
}
.fc_split_content.bg_grey .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='M1 800 1.5 0H11l350 800H1Z' fill='%23F4F7F9'/%3E%3C/svg%3E");
}
.fc_split_content.bg_grey.right .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='m361 800-.7-800h-9.5L1 800h360Z' fill='%23F4F7F9'/%3E%3C/svg%3E");
}
.fc_split_content.right .the_image::after {
bottom: 0;
left: auto;
right: -1px;
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='m361 800-.7-800h-9.5L1 800h360Z' fill='%23fff'/%3E%3C/svg%3E");
}
.small_icon .the_image::after {
background: no-repeat center 100px / 361px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='M1 800 1.5 0H11l350 800H1Z' fill='%23fff'/%3E%3Cpath d='M202.8 462.5 303.4 700h54L226.1 400h-48.4L47 700h55.3l100.6-237.5Z' fill='%23032649'/%3E%3Cpath d='m145.9 699 56.7-133.8L259.4 699H145.9Z' fill='%2391ABC6'/%3E%3C/svg%3E");;
}
.small_icon.right .the_image::after {
background: no-repeat center 100px / 361px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='m361 800-.7-800h-9.5L1 800h360Z' fill='%23fff'/%3E%3Cpath d='M160.8 462.5 261.4 700H315L184.1 400h-48.4L5 700h55.3l100.6-237.5Z' fill='%23032649'/%3E%3Cpath d='m103.9 699 56.7-133.8L217.4 699H103.9Z' fill='%2391ABC6'/%3E%3C/svg%3E");
}
.small_icon.bg_grey .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='M1 800 1.5 0H11l350 800H1Z' fill='%23F4F7F9'/%3E%3Cpath d='M202.8 462.5 303.4 700h54L226.1 400h-48.4L47 700h55.3l100.6-237.5Z' fill='%23032649'/%3E%3Cpath d='m145.9 699 56.7-133.8L259.4 699H145.9Z' fill='%2391ABC6'/%3E%3C/svg%3E");
}
.small_icon.bg_grey.right .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361 800'%3E%3Cpath d='m361 800-.7-800h-9.5L1 800h360Z' fill='%23F4F7F9'/%3E%3Cpath d='M160.8 462.5 261.4 700H315L184.1 400h-48.4L5 700h55.3l100.6-237.5Z' fill='%23032649'/%3E%3Cpath d='m103.9 699 56.7-133.8L217.4 699H103.9Z' fill='%2391ABC6'/%3E%3C/svg%3E");
}
.large_icon .the_image::after {
width: 670px;
height: 800px;
left: -25%;
background: no-repeat center 100px / 670px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 670 800'%3E%3Cpath d='M0 800V0h320.1L670 800H0Z' fill='%23fff'/%3E%3Cpath d='M313.8 225 112.2 700H4.7l262.4-600H364l262 600H515.2L313.8 225Z' fill='%23F0F3F7'/%3E%3Cpath d='M429.7 700 316.1 432.5 202.5 700h227.2Z' fill='%23F0F3F7'/%3E%3C/svg%3E");
}
.large_icon.right .the_image::after {
left: auto;
right: -25%;
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 670 800'%3E%3Cpath d='M670 800V0H349.9L0 800h670Z' fill='%23fff'/%3E%3Cpath d='M352.8 225 151.2 700H43.7l262.4-600H403l262 600H554.2L352.8 225Z' fill='%23F0F3F7'/%3E%3Cpath d='M468.7 700 355.1 432.5 241.5 700h227.2Z' fill='%23F0F3F7'/%3E%3C/svg%3E");
}
.large_icon > .the_image {
flex-basis: 58%;
}
.large_icon > .content {
flex-basis: 42%;
}
.large_icon.bg_grey .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 670 800'%3E%3Cpath d='M0 800V0h320.1L670 800H0Z' fill='%23F4F7F9'/%3E%3Cpath d='M313.8 225 112.2 700H4.7l262.4-600H364l262 600H515.2L313.8 225Z' fill='%23fff'/%3E%3Cpath d='M429.7 700 316.1 432.5 202.5 700h227.2Z' fill='%23fff'/%3E%3C/svg%3E");
}
.large_icon.bg_grey.right .the_image::after {
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 670 800'%3E%3Cpath d='M670 800V0H349.9L0 800h670Z' fill='%23F4F7F9'/%3E%3Cpath d='M352.8 225 151.2 700H43.7l262.4-600H403l262 600H554.2L352.8 225Z' fill='%23fff'/%3E%3Cpath d='M468.7 700 355.1 432.5 241.5 700h227.2Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (min-width: 2200px) {
.large_icon.right .the_image::after {
right: -18%;
}
}
@media (max-width: 1400px) {
.fc_split_content .the_image::after {
left: -15%;
}
}
@media (max-width: 1024px) {
.fc_split_content {
display: block;
}
.fc_split_content .image-switch {
min-height: unset;
max-height: 500px;
height: 40vw;
}
.fc_split_content .the_image {
overflow: hidden;
}
.fc_split_content .the_image::after {
display: none;
}
}
@media (max-width: 640px) {
.fc_split_content .the_image::after {
display: none;
}
}.fc_cta {
display: grid;
grid-template-columns: 1.22fr 0.1fr 0.68fr;
}
.fc_cta > div {
padding: 25px 0;
position: relative;
display: flex;
align-items: center;
}
.fc_cta > div:nth-child(1) div {
padding-left: 35px;
max-width: 650px;
}
.fc_cta > div:nth-child(3) {
padding-left: clamp(20px, 4vw, 50px);
padding-right: 35px;
}
.fc_cta > span {
content: '';
width: 1px;
background: #fff;
transform: rotate(20deg);
}
.fc_cta > div:nth-child(3) a {
text-decoration: none;
padding-top: 10px;
display: inline-block;
}
.fc_cta > div:nth-child(3)   a:hover {
text-decoration: underline;
}
.fc_cta > div:nth-child(3)a[href^="mailto:"] {
text-decoration: underline;
color: #032649;
}
.fc_cta > div:nth-child(3) a[href^="mailto:"]:hover {
opacity: 0.7;
}
@media (max-width: 1350px) {
.fc_cta > div:nth-child(1) div {
padding-left: 0;
}
.fc_cta > div:nth-child(3) {
padding-right: 0;
}
}
@media (max-width: 1200px) {
.fc_cta {
display: grid;
grid-template-columns: 1.2fr 0.1fr 0.8fr;
}
}
@media (max-width: 1100px) {
.fc_cta {
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
text-align: center;
}
.fc_cta > span {
width: 100%;
height: 1px;
transform: rotate(0);
}
.fc_cta > div:nth-child(n) {
padding: 0;
display: block;
}
.fc_cta > div:nth-child(1) div {
max-width: 100%;
}
}.fc_simple_content.with-button {
display: flex;
justify-content: space-between;
align-items: center;
gap: clamp(15px, 3vw, 30px);
}
.fc_simple_content.with-pre-text {
display: flex;
justify-content: space-between;
gap: clamp(15px, 10vw, 200px);
align-items: flex-start;
}
.fc_simple_content.with-pre-text > .pre-text {
margin: 0;
}
@media (max-width: 640px) {
.fc_simple_content.with-button {
flex-direction: column;
text-align: center;
}
.fc_simple_content.with-pre-text {
flex-direction: column;
gap: 2em;
}
}.fc_image_links  {
display: grid;
grid-template-columns: 0.7fr 1.3fr;
align-items: center;
grid-gap: clamp(20px, 5vw, 100px);
}
.fc_image_links .content {
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.fc_image_links .content .wp_content {
max-width: 355px;
}
.fc_image_links aside {
display: grid;
grid-template-columns: repeat(3,1fr);
}
.fc_image_links aside a {
padding-bottom: 0;
height: auto;
margin-bottom: 0;
text-decoration: none;
display: flex;
padding-top: clamp(0px , 10vw, 180px);
}
.fc_image_links aside a .wp_content {
width: auto;
bottom: auto;
left: auto;
position: relative;
}
.fc_image_links aside a > .wp_content {
padding: clamp(20px, 4vw, 60px);
box-sizing: border-box;
}
.fc_image_links  .title {
font-size: clamp(25px, 2vw, 40px);
}
@media (max-width: 1500px) {
.fc_image_links  {
grid-template-columns: 0.6fr 1.4fr;
}
}
@media(max-width: 1300px) {
.fc_image_links  {
grid-template-columns: 1fr;
grid-gap: clamp(15px, 3vw, 30px);
}
.fc_image_links .content .wp_content {
max-width: 80%;
}
}
@media (max-width: 768px) {
.fc_image_links aside {
display: grid;
grid-template-columns: 1fr;
}
.fc_image_links aside a {
height: clamp(280px, 20vw, 400px);
}
}