/** contact1 **/
.contact1{
    position: relative;
    background: #ffffff;
    padding: 4.770833333333333VW 0 0 0;
    min-height: 42.697917VW; 
}
.contact1::after{
    content: '';
    position: absolute;
    top: 9.770833VW;
    left: 4.691667VW;
    width: 26.479167VW;
    height: 32VW;
    background: url('../img/contact1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.contact1::before{
    content: '';
    position: absolute;
    top: 4.870833VW;
    right: 2.491667VW;
    width: 27.15625VW;
    height: 36.739583VW;
    background: url('../img/contact2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.contact1 h1{
    position: relative;
    z-index: 3;
	font-weight: normal;
    font-size: calc( 20px + ( 70 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 26px + ( 76 - 26 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin: 0 auto 1.3020833333333335VW auto;
    max-width: 86.614583VW;
}
.contact1 h2{
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: calc( 18px + ( 28 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 24px + ( 34 - 24 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #d62193;
    margin-bottom: 5.520833333333333VW;
}
.contact1 h2 span{
    color: #d62193;
}
/** contact1 **/
/** contact2 **/
.contact2 h2{
    font-size: calc( 20px + ( 60 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 32px + ( 72 - 32 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin-bottom: 2.3854166666666665VW;
}
.contact2 ul{
    margin-bottom: 4.3854166666666665VW;
}
.contact2 ul:last-of-type{
    margin-bottom: 0;
}
.contact2 ul li{
    margin-bottom: 0.9375VW;
}
.contact2 ul li a{
    color: #d62193;
    text-decoration: none;
}
.contact2 ul li strong{
    font-weight: bold;
}
.perfect-flex.extra-space{
	display: flex;
	flex-wrap: wrap;
	margin-left: -4.3020833333333335VW;
	margin-right: -4.3020833333333335VW;
}
.flex-left.extra-space, .flex-right.extra-space{
	width: 50%;
	padding: 4.3020833333333335VW;
}
/** contact2 **/
/** contact3 **/
.contact3{
    position: relative;
    padding: 6.25VW 0 6.25VW 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,246,255,1) 100%);;
}
.maphold{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 21.875VW;
    background: #d62193;
    /* background: linear-gradient(to bottom, #ee1e60, #7704cf); */
    border-radius: 2.083333333333333VW;
    padding: 4px;
}
.contact3::after{
    content: '';
    position: absolute;
    bottom: calc(6.25VW + -3.314583333333333VW);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.614583333333333VW;
    height: 6.614583333333333VW;
    background: url('../img/large-pin.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#map{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 28px;
}
/** contact3 **/

.submit-hold{
    position: relative;
}
.loader{
    opacity: 0;
    visibility: visible;
    position: absolute;
    top: 0.024vw;
    left: 3.424vw;
    width: 3.234242vw;
    pointer-events: none;
}
.loader img{
    display: block;
    width: 100%;
}
.error-messages p{
    margin-bottom: 0.324vw;
}

@media screen and (max-width:1680px){
    .contact2 ul {
        margin-bottom: 2.385417VW;
    }
}
@media screen and (max-width:990px){
    .perfect-flex.extra-space{
        margin-left: 0;
        margin-right: 0;
    }
    .flex-left.extra-space, .flex-right.extra-space{
        width: 100%;
        padding: 0 0;
    }
    .contact2 h2{
		margin-top: 4.385417VW;
	}
	.contact3{
		padding: 5.25VW 0 5.25VW 0;
	}
    #map{
        border-radius: 13px;
    }
}
@media screen and (max-width:540px){
    .contact1 h1{
        position: relative;
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
        padding:0 15px;
    }
    .contact1 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        padding:0 15px;
    }
    .contact1{
        padding: 25px 0 0 0;
        min-height: 260px;
    }
    .contact1::before{
        top: 37%;
    }
    .contact1::after{
        top: 44%;
    }
    .contact2 h2 {
		margin-top: 25px;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.contact2 ul {
		margin-bottom: 20px;
	}
	.contact2 ul li {
		margin-bottom: 12px;
	}
    .contact3 {
        padding: 25px 0 50px 0;
    }
    .maphold{
        height: 270px;
        border-radius: 16px;
        padding: 4px;
    }
    .contact3::after{
        bottom: 22px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width:375px){
    .contact1::after {
        top: 50%;
    }
    .contact1::before {
        top: 43%;
    }
}