.contactUsPageContainerUnderContactForm{background-color:#002e52}.contactUsPageWrapperContactForm{display:flex;justify-content:space-between;gap:155px;width:86%;margin:0 auto;padding:50px 0;border-top:1px solid #9b9b9b;border-bottom:1px solid #9b9b9b}.ContactUsPageHeaderText{font-size:var(--font-size-xlarge);font-weight:400;padding:50px 0;text-align:center}.ContactUsInfoButtons{display:flex;justify-content:center;gap:60px;padding-bottom:50px}.ContactUsInfoButton{border:1px solid var(--blue-theme-color);border-radius:50px;padding:16px 32px;display:flex;align-items:center;gap:15px}.contactUsOptions{text-decoration:none;color:#000;font-size:var(--font-size-small)}.contactUsOptions:hover{text-decoration:underline}.phoneNumber{text-decoration:none;color:#fff;font-size:var(--font-size-small)}.phoneNumber:hover{text-decoration:underline}.ContactUsBlueForm{background-color:var(--blue-theme-color);width:1100px;padding:50px;margin:0 auto 50px;box-sizing:border-box}.ContactUsBlueFormTextTop{color:#d9d9d9;width:585px;margin:0 auto;padding-bottom:75px;font-size:18px;text-align:center}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropDownCustomArrow{position:relative}.dropDownCustomArrow select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ContactUsPageFormContainerUnderForm{background-color:#002e52}.ContactUsPageFormContainerUnderFormWrapper{display:flex;justify-content:space-between;gap:155px;width:86%;margin:0 auto;padding:80px 0}.textUnderContactUsPageForm{width:835px;margin:0 auto;border-top:1px solid #d9d9d9;padding-top:50px;font-size:18px;color:#d9d9d9;font-weight:300;text-align:center}.textUnderContactUsPageForm span{color:#fff;font-weight:700}.ContactUsPageHeaderContainer{position:relative;background-color:#f0efef}.ContactUsPageHeaderContainerGreyBackground{position:absolute;bottom:-180px;width:100%;height:300px;background-color:#f0efef;z-index:-1}@media only screen and (max-width:1919px) and (min-width:1600px){.contactUsPageWrapperContactForm{gap:70px}}@media only screen and (max-width:1599px) and (min-width:1280px){.contactUsPageWrapperContactForm{gap:50px}}@media screen and (max-width:1440px){.ContactUsBlueForm{width:90%;padding:60px}.textUnderContactUsPageForm{width:90%}}@media only screen and (max-width:1279px) and (min-width:1024px){.contactUsPageWrapperContactForm{gap:30px}}@media screen and (max-width:1024px){.ContactUsPageHeaderText{padding:40px 0}.ContactUsBlueForm{margin-bottom:60px}.ContactUsInfoButtons{padding-bottom:40px;width:300px;margin:0 auto;flex-direction:column}.ContactUsInfoButton{width:100%;justify-content:center}.ContactUsBlueFormTextTop{width:90%;margin:0 auto;padding-bottom:40px}}@media only screen and (max-width:1023px) and (min-width:360px){.contactUsPageWrapperContactForm{gap:30px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px}}@media screen and (max-width:768px){.contactUsPageWrapperContactForm{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:0;padding:50px 0 30px;width:95%}.ContactUsInfoButtons{gap:40px}}@media screen and (max-width:540px){.contactUsPageWrapperContactForm{display:flex;flex-direction:column;gap:25px}.ContactUsBlueForm{padding:25px}}.popupMessage{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;padding:20px;background-color:#fff;border:1px solid #ddd;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1000;text-align:center;border-radius:8px}@keyframes popupAnimation{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) scale(1)}}.popupMessage{animation:popupAnimation .5s ease forwards}.popupMessage button{margin-top:20px;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.popupMessage button:hover{background-color:#0056b3}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}