.contact-us-gallery-picture-container{display:flex;flex:2;flex-direction:column;height:inherit;margin:0px .25rem;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .6s ease-in-out,opacity .6s ease-in-out;animation:slideIn .6s ease-in-out}.contact-us-gallery-picture-container.no-animation{animation:none}@keyframes slideIn{0%{transform:translate(20%);opacity:.5}to{transform:translate(0);opacity:1}}.contact-us-gallery-picture{display:flex;align-items:center;border-radius:30px;margin-top:.5rem}.contact-us-gallery-picture-container:nth-child(1),.contact-us-gallery-picture-container:nth-child(5){height:80%}.contact-us-gallery-picture-container:nth-child(2){flex-direction:column-reverse;height:90%}.contact-us-gallery-picture-container:nth-child(3){flex:3}.contact-us-gallery-picture-container:nth-child(4){height:90%}.contact-us-gallery-picture-container:nth-child(odd) .contact-us-gallery-picture:nth-child(2){display:none}.contact-us-gallery-picture:nth-child(1){flex:2}.contact-us-gallery-picture:nth-child(2){flex:1}.contact-us-gallery-picture:nth-child(1) .contact-us-gallery-picture img{object-fit:contain}.contact-us-gallery-picture img{height:100%;width:100%;object-fit:cover;background-position:center;border-radius:inherit}@media (max-width: 750px){.contact-us-gallery-picture{border-radius:15px}.contact-us-gallery-picture-container:nth-child(2),.contact-us-gallery-picture-container:nth-child(4){display:none}}#contact-us-gallery-section{display:flex;width:100%;height:600px;align-items:center;margin-bottom:3rem}@media (max-width: 750px){#contact-us-gallery-section{height:275px;margin-bottom:1.5rem}}.contact-info-container{display:flex;flex-direction:row;text-align:left;align-items:center;margin:1rem 0px}.contact-info-icon{height:2.5rem;width:2.5rem}.contact-info-icon img{height:inherit;width:inherit;object-fit:cover;background-position:center}.contact-info-text{margin-left:2rem;color:#000}@media (max-width: 750px){.contact-info-container{margin:.5rem 0px}.contact-info-text{margin-left:1rem}.contact-info-icon{height:1.5rem;width:1.5rem}}#contact-us-form-section{display:flex;flex-direction:row;padding:0px 3rem 6rem}#contact-us-details-container{flex:2;margin-top:2rem}#contact-us-form-container{flex:3;margin-left:2rem}#contact-us-submit{display:block;margin-top:.5rem;padding:.5rem 2.5rem}#contact-us-submit:disabled{border:1px solid #999999;background-color:#ccc;color:#666}@media (max-width: 750px){#contact-us-form-section{flex-direction:column-reverse;padding:0px 1rem 3rem}#contact-us-form-container{margin-left:0}#contact-us-submit{padding:.25rem 1rem}}.contact-us-text-field-container{display:flex;flex-direction:column;margin:.75rem .5rem;flex:1}.contact-us-text-fields-container{width:100%;flex-wrap:wrap;display:flex}.contact-us-text-field-label{padding-bottom:.5rem;font-size:16px;font-weight:500;line-height:24px}.contact-us-text-field{min-width:200px;margin:0;padding:.75rem 1rem;border-radius:.75rem;box-sizing:border-box;border:1px solid #000000}.contact-us-text-field::placeholder{color:#bdbdbd;font-size:16px;font-weight:400;line-height:24px}.contact-us-text-area{width:90%}.error-text{color:var(--pink);margin-top:.25rem}@media (max-width: 750px){.contact-us-text-field-container{margin:.5rem}.contact-us-text-field{padding:.5rem .75rem;border-radius:.5rem}.contact-us-text-area{width:100%}}.brand-btn{background-color:#353263;color:#fff;padding:.75rem 2rem;border:none;border-radius:50vh;font-size:20px;font-weight:500;line-height:30px;cursor:pointer}@media (max-width: 750px){.brand-btn{padding:.5rem 1.25rem;font-size:14px;font-weight:500;line-height:24px}}.contact-us-checkbox-container{margin-top:1.25rem}.contact-us-checkbox-label{margin-left:.5rem}@media (max-width: 750px){.contact-us-checkbox-container{margin:.25rem}}input[type=file]{outline:none;border:none;margin:0;position:relative}input[type=file]:before{position:absolute;pointer-events:none;top:50%;transform:translateY(-50%);left:30px;color:#0964b0;content:"Upload File"}input[type=file]:after{position:absolute;pointer-events:none;top:50%;left:8px;height:20px;transform:translateY(-50%);width:20px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E")}input[type=file]::file-selector-button{width:auto;color:transparent;border-radius:4px;padding:0 16px;height:40px;cursor:pointer;background-color:#fff;border:1px solid rgba(0,0,0,.16);box-shadow:0 1px #0000000d;margin-right:16px;transition:background-color .2s}input[type=file]::file-selector-button:hover{background-color:#f3f4f6}input[type=file]::file-selector-button:active{background-color:#e5e7eb}#contact-us-hero-section{padding-top:3rem;padding-bottom:6rem;position:relative}#contact-us-hero-intro{margin:0 auto;width:70%;max-width:600px}#contact-us-hero-subtitle{margin-top:1.25rem;color:#8c8888}#contact-us-blue-bg{position:absolute;top:30px;width:150px;height:125px;background-color:#eff7fd;border-radius:0 20px 20px 0;z-index:1}#contact-us-blue-grid{position:absolute;top:45px;left:30px;background-image:radial-gradient(var(--blue) 2px,transparent 0)}#contact-us-yellow-bg{position:absolute;top:100px;right:0;width:75px;height:60px;border-radius:20px 0 0 20px;background-color:var(--secondary-yellow);z-index:1}#contact-us-yellow-grid{position:absolute;top:60px;right:0;width:50px;height:90px;background-image:radial-gradient(var(--yellow) 2px,transparent 0)}@media (max-width: 1000px){#contact-us-blue-bg,#contact-us-blue-grid{display:none}}@media (max-width: 750px){#contact-us-hero-section{padding-bottom:3rem}#contact-us-hero-intro{margin:0px 1.5rem;width:70%;max-width:750px}#contact-us-blue-bg,#contact-us-blue-grid{display:none}}
