section.gt-block.form-map .form-map {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--Impeda-BG, linear-gradient(100deg, #004b89 15.38%, #0086ad 100%));
}
@media screen and (max-width: 935px) {
section.gt-block.form-map .form-map {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.form-map .form-map__form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10rem 6rem 10rem clamp(6rem, 10vw, 36rem);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: clamp(4rem, 4vw, 8rem);
width: 50%;
max-width: 100%;
}
@media screen and (max-width: 1400px) {
section.gt-block.form-map .form-map__form {
padding: 10rem 6rem 10rem clamp(6rem, 4vw, 36rem);
}
}
@media screen and (max-width: 1250px) {
section.gt-block.form-map .form-map__form {
width: 65%;
}
}
@media screen and (max-width: 935px) {
section.gt-block.form-map .form-map__form {
padding: 3rem;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
section.gt-block.form-map .form-map__form h2 {
color: #fff;
max-width: 71.3rem;
}
section.gt-block.form-map .form-map__form .contact-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.form-map .form-map__form .contact-form .inputs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .name_surname,
section.gt-block.form-map .form-map__form .contact-form .inputs .email_tel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1.5rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 600px) {
section.gt-block.form-map .form-map__form .contact-form .inputs .name_surname,
section.gt-block.form-map .form-map__form .contact-form .inputs .email_tel {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.form-map .form-map__form .contact-form .inputs .input {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1.5rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .input label {
color: #d4e5eb;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: 1.6rem;
font-style: normal;
line-height: normal;
text-transform: uppercase;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .input input,
section.gt-block.form-map .form-map__form .contact-form .inputs .input select {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 6rem;
padding: 0rem 2rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .input input option:hover,
section.gt-block.form-map .form-map__form .contact-form .inputs .input select option:hover {
cursor: pointer;
color: #fff;
background: #1bbbe9;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .input input::-webkit-input-placeholder, section.gt-block.form-map .form-map__form .contact-form .inputs .input select::-webkit-input-placeholder {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .input input::-moz-placeholder, section.gt-block.form-map .form-map__form .contact-form .inputs .input select::-moz-placeholder {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .input input:-ms-input-placeholder, section.gt-block.form-map .form-map__form .contact-form .inputs .input select:-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .input input::-ms-input-placeholder, section.gt-block.form-map .form-map__form .contact-form .inputs .input select::-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .input input::placeholder,
section.gt-block.form-map .form-map__form .contact-form .inputs .input select::placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea {
margin-bottom: -1.5rem;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 20rem;
padding: 1rem 2rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; width: 100% !important;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea::-webkit-input-placeholder {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea::-moz-placeholder {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea:-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea::-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .textarea textarea::placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
section.gt-block.form-map .form-map__form .contact-form .inputs .require-input {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #d4e5eb;
font-size: 1.2rem;
font-style: normal;
line-height: normal;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
gap: 2rem;
}
@media screen and (max-width: 600px) {
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3rem;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check .checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
color: #d4e5eb;
font-size: 1.2rem;
font-style: normal;
line-height: 1.4;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check .checkbox input[type=checkbox] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
max-width: 5rem;
height: 5rem;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
cursor: pointer;
position: relative;
margin: 0;  }
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check .checkbox input[type=checkbox]:checked::after {
content: "";
position: absolute;
left: 50%;
top: 45%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
width: 1rem;
height: 2rem;
border: solid #1bbbe9;
border-width: 0 3px 3px 0;
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check .checkbox input[type=checkbox]:hover {
background: rgba(0, 0, 0, 0.15);
}
section.gt-block.form-map .form-map__form .contact-form .inputs .bottom__check .checkbox input[type=checkbox]:checked {
background: rgba(0, 0, 0, 0.2);
}
section.gt-block.form-map .form-map__form .contact-form .col-2 {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.5rem;
}
@media screen and (max-width: 600px) {
section.gt-block.form-map .form-map__form .contact-form .btn__primary {
width: 100%;
}
}
section.gt-block.form-map .form-map__form .contact-form .hidden {
display: none;
}
section.gt-block.form-map .form-map__form .contact-form .sent {
text-align: center;
margin-top: 15px;
text-align: center;
border-radius: 15px;
margin-left: auto;
margin-right: auto;
padding: 10px 0;
}
section.gt-block.form-map .form-map__form .contact-form .sent.hidden {
display: none;
}
section.gt-block.form-map .form-map__form .contact-form .sent p {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: calc(var(--fs-small-rate) * 2rem);
line-height: 1.2;
color: #fff;
}
section.gt-block.form-map .form-map__form .contact-form .sending {
height: 300px;
background-size: 90px auto;
}
section.gt-block.form-map .form-map__form .contact-form span.errorEmpty,
section.gt-block.form-map .form-map__form .contact-form span.errorFormat,
section.gt-block.form-map .form-map__form .contact-form span.errorData {
display: block;
overflow: hidden;
color: red;
font-size: 1.8rem;
line-height: 2.5rem;
font-weight: normal;
font-family: "Inter", sans-serif;
font-weight: 600;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
max-height: 0px;
padding: 0;
opacity: 0;
}
section.gt-block.form-map .form-map__form .contact-form .hasErrorEmpty span.errorEmpty,
section.gt-block.form-map .form-map__form .contact-form .hasErrorFormat span.errorFormat,
section.gt-block.form-map .form-map__form .contact-form .hasErrorData span.errorData {
max-height: 40px;
padding: 4px 0 6px 0;
opacity: 1;
}
section.gt-block.form-map .form-map__form .contact-form .hasErrorEmpty .form-input {
border: 1px solid red;
}
section.gt-block.form-map .form-map .map {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 50%;
max-width: 100%;
-ms-flex-item-align: stretch;
align-self: stretch;
z-index: 2;
min-height: 100%;
}
@media screen and (max-width: 935px) {
section.gt-block.form-map .form-map .map {
height: 72rem;
width: 100%;
}
}
@media screen and (max-width: 600px) {
section.gt-block.form-map .form-map .map {
display: none;
}
}
section.gt-block.form-map .form-map .map iframe, section.gt-block.form-map .form-map .map > * {
position: relative;
width: 100% !important;
height: 100% !important;
min-height: 50rem;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
@media screen and (max-width: 935px) {
section.gt-block.form-map .form-map .map iframe, section.gt-block.form-map .form-map .map > * {
height: 72rem;
}
}
@media screen and (max-width: 600px) {
section.gt-block.form-map .form-map .map iframe, section.gt-block.form-map .form-map .map > * {
display: none;
}
}