.contact-page{ }

.contact-page .contact-wrap{ position: relative; display: flex; align-items: flex-start; overflow: hidden; padding-top: 250px; padding-bottom: 100px; }
.contact-page .contact-wrap:before{ content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 100% at 60% 50%, rgba(14, 60, 100, 0.7) 0%, rgba(5, 20, 45, 0.85) 50%, #05070A 80%); }

.contact-page .contact-wrap .content{ display: flex; justify-content: space-between; position: relative; align-items: flex-start; z-index: 10; }

.contact-page .contact-wrap .left{ width: 50%; }
.contact-page .contact-wrap .left .title{ font-size: 82px; letter-spacing: -2px; }
.contact-page .contact-wrap .left .description{ color: var(--white); font-weight: 300; font-size: 22px; line-height: 1.5; padding-top: 50px; padding-right: 100px; }

.contact-page .contact-wrap .right{ width: 50%; }

.contact-page .contact-locations{ position: relative; overflow: hidden; padding: 96px 0 120px; background: #05070a; border-top: 1px solid var(--line); }
.contact-page .contact-locations:before{ content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(1200px 2200px at 10% 50%, rgba(14, 94, 150, 0.33), transparent 60%), radial-gradient(1200px 1200px at 100% 75%, rgba(14, 94, 140, 0.36), transparent 60%); }
.contact-page .contact-locations__content{ position: relative; z-index: 1; max-width: 1240px; }
.contact-page .contact-locations__title{ margin: 0 0 52px; color: var(--offwhite); font-family: var(--space); font-size: 56px; font-weight: 600; letter-spacing: -1.8px; line-height: 1.1; text-align: center; }
.contact-page .contact-locations__grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.contact-page .contact-location-card{ position: relative; display: flex; flex-direction: column; min-height: 386px; padding: 28px; overflow: hidden; background: rgba(255, 255, 255, 0.015); border: 1px solid var(--line); transition: border-color 240ms ease; }
.contact-page .contact-location-card:after{ content: ''; position: absolute; z-index: 2; top: 0; left: -120%; width: 70%; height: 100%; background: linear-gradient(110deg, transparent 0%, rgba(0, 227, 122, 0.06) 35%, rgba(0, 227, 122, 0.14) 50%, rgba(0, 227, 122, 0.06) 65%, transparent 100%); mix-blend-mode: screen; pointer-events: none; transition: left 900ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.contact-page .contact-location-card:hover:after{ left: 130%; }
.contact-page .contact-location-card__corner{ width: 16px; height: 16px; margin-bottom: 27px; border-top: 1px solid rgba(0, 227, 122, 0.5); border-left: 1px solid rgba(0, 227, 122, 0.5); }
.contact-page .contact-location-card__country{ margin: 0 0 10px; color: var(--green); font-family: var(--space); font-size: 34px; font-weight: 600; letter-spacing: -0.8px; line-height: 1.1; transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1); transform-origin: left center; }
.contact-page .contact-location-card:hover .contact-location-card__country{ transform: scale(1.05); }
.contact-page .contact-location-card__city{ margin: 0 0 22px; color: var(--offwhite); font-family: var(--space); font-size: 24px; font-weight: 500; line-height: 1.2; }
.contact-page .contact-location-card__address{ max-width: 340px; margin: 0 0 34px; color: rgba(242, 244, 241, 0.72); font-family: var(--inter); font-size: 17px; font-style: normal; font-weight: 300; line-height: 1.55; }
.contact-page .contact-location-card__actions{ display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px; margin-top: auto; }
.contact-page .contact-location-card__action{ display: inline-flex; align-items: center; gap: 9px; color: rgba(242, 244, 241, 0.9); font-family: var(--inter); font-size: 15px; font-weight: 400; line-height: 1.3; text-decoration: none; transition: color 180ms ease; }
.contact-page .contact-location-card__action svg{ width: 24px; height: 24px; flex: 0 0 24px; color: var(--green); }
.contact-page .contact-location-card__action:hover,
.contact-page .contact-location-card__action:focus-visible{ color: var(--green); }
.contact-page .contact-location-card__action:focus-visible{ outline: 1px solid var(--green); outline-offset: 6px; }

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1023px){


    .contact-page .contact-wrap{ padding-top: 130px; padding-bottom: 70px; }

    .contact-page .contact-wrap .content{ flex-direction: column; }

    .contact-page .contact-wrap .left{ width: 100%; }
    .contact-page .contact-wrap .left .title{ font-size: 62px; }
    .contact-page .contact-wrap .left .description{ padding-right: 0; font-size: 20px; padding-top: 20px; }

    .contact-page .contact-wrap .right{ width: 100%; margin-top: 50px; }

    .contact-page .contact-locations{ padding: 76px 0 90px; }
    .contact-page .contact-locations__title{ margin-bottom: 40px; font-size: 48px; }
    .contact-page .contact-locations__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-page .contact-location-card{ min-height: 360px; padding: 30px; }

}

@media screen and (max-width: 767px){

    .contact-page .contact-wrap .left .title{ font-size: 42px; }
    .contact-page .contact-wrap .left .description{ padding-right: 0; font-size: 18px; }

    .contact-page .contact-locations{ padding: 60px 0 70px; }
    .contact-page .contact-locations__title{ margin-bottom: 32px; font-size: 40px; letter-spacing: -1px; }
    .contact-page .contact-locations__grid{ grid-template-columns: 1fr; }
    .contact-page .contact-location-card{ min-height: 330px; padding: 26px; }
    .contact-page .contact-location-card__corner{ margin-bottom: 22px; }
    .contact-page .contact-location-card__country{ font-size: 30px; }
    .contact-page .contact-location-card__city{ font-size: 22px; }
    .contact-page .contact-location-card__address{ font-size: 16px; }

}

@media screen and (max-width: 540px){

}



