/** Contact **/
.mapp-container .mapp-footer .triggers.left {
    display: none;
}
.websima-map {
    height: clamp(600px, 45vw, 645px) !important;
    border-radius: 0 !important;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.websima-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    background: linear-gradient(0deg, rgb(12 52 113 / 80%), transparent);
    left: 0;
    bottom: 0;
    z-index: 1;
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: clamp(82px, 9vw, 124px) !important;
    height: clamp(72px, 8vw, 110px) !important;
}
.contact-dir-button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    gap: clamp(8px, 2vw, 12px);
    width: clamp(165px, 21vw, 300px);
    justify-content: center;
}
.contact-dir-button:before {
    content: "";
    width: 100%;
    height: clamp(46px, 5vw, 64px);
    background: white;
    position: absolute;
    right: -12%;
    bottom: 0;
    z-index: -1;
    transform: skewX(-40deg);
}
.contact-dir-button a {
    width: clamp(30px, 3vw, 40px);
    height: clamp(30px, 3vw, 40px);
    background: #EAEDF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEDF3;
    transition: 0.4s;
}
.contact-dir-button a:hover {
    border: 1px solid var(--color1);
}
.contact-dir-button a img {
    max-width: clamp(20px, 2vw, 24px);
}
.contact-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(16px, 2vw, 20px);
    margin-top: clamp(64px, 6vw, 88px);
}
.contact-info li span:not(.label),.contact-info li a {
    color: #000714;
}
.contact-info li {
    background: var(--gray);
    padding-block: clamp(26px, 3vw, 30px);
    padding-inline: clamp(32px, 3vw, 40px);
    display: flex;
    gap: 12px;
    font-size: clamp(14px, 2vw, 18px);
    position: relative;
    color: var(--color3);
	line-height: 1.5;
    align-items: center;
}
.contact-info li .label {
    width: clamp(32px, 4vw, 48px);
    height: clamp(32px, 4vw, 48px);
    font-size: clamp(20px, 3vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color3);
    flex: 0 0 clamp(32px, 4vw, 48px);
}

.contact-info li a:hover {
    color: var(--color3);
}
.contact-info li.address {
    grid-column: span 1;
}
.contact-info li.phone:before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    position: absolute;
    left: -12px;
    top: -12px;
    transform: rotate(45deg);
}
.contact-info li.phone:after {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    position: absolute;
    right: -12px;
    top: -12px;
    transform: rotate(45deg);
}
.footerSocialIconPart:after,
.footerSocialIconPart:before,
.contact-info li.address:after,
.contact-info li.address:before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    position: absolute;
    right: -12px;
    bottom: -12px;
    transform: rotate(45deg);
}
.footerSocialIconPart:after,
.contact-info li.address:after {
    left: -12px;
    right: auto;
}
@media only screen and (min-width: 768px) {
    .contact-info {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-info li.address {
        grid-column: span 2;
    }
    .contact-info li.phone:before {
        width: 36px;
        height: 36px;
        left: -18px;
        top: -18px;
    }
    .contact-info li.email:before {
        content: "";
        background: white;
        position: absolute;
        transform: rotate(45deg);
        width: 36px;
        height: 36px;
        right: -18px;
        top: -18px;
    }
    .footerSocialIconPart:after,
    .footerSocialIconPart:before,
    .contact-info li.address:after,
    .contact-info li.address:before {
        width: 36px;
        height: 36px;
        right: -18px;
        bottom: -18px;
    }
    .footerSocialIconPart:after,
    .contact-info li.address:after {
        left: -18px;
        right: auto;
    }
    .contact-info li.phone:after {
        content: none;
    }
}
.footerSocialIconPart {
    margin-inline: auto;
    width: clamp(280px, 50vw, 730px);
    background: var(--color1);
    display: flex;
    justify-content: center;
    margin-top: clamp(16px, 2vw, 24px);
    padding: 24px;
    position: relative;
}
.footerSocialIconPart .socials {
    margin: 0 !important;
    padding-bottom: 0;
}
.footerSocialIconPart .socials a {
    background: white;
    color: var(--color3);
    font-size: clamp(16px, 2vw, 20px);
}
.footerSocialIconPart .socials a:hover {
    color: white;
    background: var(--color3);
}
.title-map {
    position: absolute;
    z-index: 1;
    height: clamp(600px, 39vw, 645px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 80px;
    padding-bottom: 40px;
    color: white;
    gap: 1rem;
	z-index:1;
}
.title-map .s-title:before {
    content: none;
}
@media only screen and (max-width: 768px) {
    .title-map {
        padding-bottom: 72px;
        padding-inline: 1rem;
        align-items: center;
    }
    .contact-dir-button {
        justify-content: flex-end;
        padding-right: 1rem;
    }
    .contact-info li .label {
        margin-top: -2px;
    }
}
/** Form **/
textarea, input {
    transition: 0.4s;
    border: 0;
    width: 100%;
    padding: 1rem;
    font-family: var(--Regular);
}
.contact-page .acf-form {
    margin-top: 56px;
}
.acf-fields {
    display: flex;
    flex-wrap: wrap;
    row-gap: clamp(24px, 4vw, 52px);
    justify-content: space-between;
}
.acf-field {
    position: relative;
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
select::placeholder,
textarea::placeholder,
input::placeholder {
    font-size: 14px;
    color: #61646F;
}
.acf-label {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 8px !important;
}
.text-cform .acf-input {
    display: flex;
}
.acf-form-submit .c-btn {
    justify-content: center;
}
.acf-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(32px, 3vw, 40px);
    position: relative;
    width: fit-content;
    margin-inline: auto;
}
.websima-form-wrap .updated {
    background: green;
    color: white;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acf-field .acf-notice.-error {
    background: none !important;
    color: #E9322A !important;
    border: 0 !important;
    position: absolute;
    bottom: -38px;
    margin: 0;
    padding: 0;
}
.acf-notice.acf-error-message {
    margin-bottom: 46px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.acf-notice p {
    margin: 0 !important;
}
.acf-notice .acf-notice-dismiss {
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 0 1px;
}
.acf-form-submit .btns {
    border: 0;
    background: none;
    font-variation-settings: "wght" 500;
    text-transform: capitalize;
}
.acf-spinner {
    position: absolute;
    left: calc(100% + 1rem);
}
@media only screen and (max-width: 768px) {
    .acf-field {
        width: 100% !important;
    }
    textarea::placeholder,
    input::placeholder {
        font-size: 14px;
    }
    .acf-label {
        padding-inline: 8px;
    }
}