.media-contact-section .designation {
    color: #333;
    margin: 0 0 34px;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 22.95px;
    letter-spacing: 0%;
}
.career-hero {
    background: var(--vls-blue);
    padding: 48px 44px 82px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}
.career-content {
    max-width: 690px;
}
.align-items-start .career-title {
    color: #fff;
    margin: 0 0 90px;
    font-weight: 900;
    font-size: 64px;
    line-height: 60.8px;
    letter-spacing: -2.5px;
}
.career-title span {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    font-size: 56px;
    line-height: 53.2px;
    letter-spacing: -2px;
}
.align-items-start .career-text {
    color: rgba(255, 255, 255, 0.58);
    margin: 0 0 35px;
    max-width: 640px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
}
.career-text.second {
    margin-bottom: 42px;
}
.career-btn {
    width: 145px;
    height: 52px;
    background: var(--vls-red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: all 0.3s ease;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
}
.career-btn:hover {
    background: #ff523f;
    color: #fff;
}
.career-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.career-stats {
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.career-stat h3 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.career-stat h3 span {
    color: var(--vls-red);
}
.career-stat p {
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    font-weight: 600;
    font-size: 9.5px;
    line-height: 100%;
    letter-spacing: 1px;
}
.career-gallery {
    padding-left: 34px;
}
.career-gallery-top {
    position: relative;
    overflow: hidden;
}
.career-gallery-top img {
    width: 100%;
    height: 100%;
    display: block;
}
.career-gallery span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}
.careers-cfs .why-vanguard-cards .why-card {
    min-height: 106px;
    padding: 28px 30px;
}
.careers-cfs .why-vanguard-cards .blue-card-one {
    background: var(--vls-blue);
    margin: 3px;
}
.careers-cfs .why-vanguard-cards .red-card {
    background: var(--vls-red);
    margin: 3px;
}
.careers-cfs .why-vanguard-cards .light-card {
    background: #f1f1ef;
    margin: 3px;
}
.careers-cfs .why-vanguard-cards .cyan-card {
    background: #56c1df;
    margin: 3px;
}
.careers-cfs .why-vanguard-cards .blue-card-one p,
.careers-cfs .why-vanguard-cards .red-card p,
.careers-cfs .why-vanguard-cards .cyan-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 21.88px;
    margin: 0;
}
.careers-cfs .why-vanguard-cards .light-card p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 21.88px;
    margin: 0;
}
.careers-cfs .why-vanguard-cards .blue-card-one h3,
.careers-cfs .why-vanguard-cards .red-card h3,
.careers-cfs .why-vanguard-cards .cyan-card h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 21.6px;
    margin: 0;
}
.careers-cfs .why-vanguard-cards .light-card h3 {
    color: var(--vls-blue);
    font-size: 18px;
    font-weight: 800;
    line-height: 21.6px;
    margin: 0;
}
.career-functions {
    background: #F8F5F0;
    padding: 78px 44px 84px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}
.career-functions .career-functions-eyebrow {
    color: var(--vls-red);
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.career-functions .career-functions-title {
    color: var(--vls-blue);
    margin: 0 0 34px;
    font-weight: 900;
    font-size: 50px;
    line-height: 48.5px;
    letter-spacing: -1.5px;
}
.career-functions .career-functions-text {
    color: #4f4f4f;
    margin: 0 0 52px;
    max-width: 930px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0%;
}
.career-functions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.career-function-card {
    min-height: 104px;
    background: var(--vls-white);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 26px;
    transition: all 0.3s ease;
}
.career-function-icon {
    width: 42px;
    height: 42px;
    background: #ececeb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.career-function-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.career-function-card h3 {
    color: var(--vls-blue);
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.career-benefits {
    background: #000;
    padding: 82px 44px 86px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}
.container-fluid .career-benefits-eyebrow {
    color: #4ec3e0;
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.container-fluid .career-benefits-title {
    color: #fff;
    margin: 0 0 62px;
    font-weight: 900;
    font-size: 48px;
    line-height: 46.56px;
    letter-spacing: -1.5px;
    max-width: 860px;
}
.career-benefits-title span {
    color: #4ec3e0;
    font-weight: 900;
    font-size: 48px;
    line-height: 46.56px;
    letter-spacing: -1.5px;
}
.career-benefits {
    overflow: hidden;
}
.career-benefits-grid {
    display: flex;
    gap: 2px;
    width: max-content;
    animation: benefitsSlide 25s linear infinite;
}
.career-benefit-card {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    padding: 22px;
    flex-shrink: 0;
}
.career-benefit-card h3 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30.8px;
    letter-spacing: -0.3px;
}
@keyframes benefitsSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2532px);
    }
}
.job-filter-bar {
    display: grid;
    grid-template-columns: 1fr 170px 150px 150px 92px;
    gap: 8px;
    margin-bottom: 26px;
}
.job-search,
.job-filter-bar select {
    height: 42px;
    background: #fff;
    border: 1px solid #dedede;
}
.job-search {
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 10px;
}
.job-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.job-filter-bar select {
    padding: 0 12px;
    font-size: 13px;
    color: #222;
}
.job-filter-bar button {
    border: 0;
    background: var(--vls-blue);
    color: var(--vls-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0%;
}
.job-filter-bar button img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.job-list {
    display: grid;
    gap: 4px;
}
.job-card {
    min-height: 88px;
    background: #fff;
    border: 1px solid #e1e1e1;
    display: grid;
    grid-template-columns: 44px 1fr 80px;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
}
.job-icon {
    width: 40px;
    height: 40px;
    background: #f1f1ef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-icon img {
    width: 18px;
    height: 18px;
}
.job-info h3 {
    color: var(--vls-blue);
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
.job-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.job-tags span {
    background: #edf0fb;
    color: var(--vls-blue);
    padding: 4px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.job-tags .green {
    background: #e8f6df;
    color: #51a83c;
}
.job-tags .cyan {
    background: #e6f8fd;
    color: #4ec3e0;
}
.job-tags small {
    color: #8b8b8b;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.job-apply {
    height: 34px;
    background: var(--vls-red);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 11.5px;
    line-height: 100%;
    letter-spacing: 0%;
}
.job-apply img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.application-section {
    background: #f7f7f5;
    padding: 78px 44px 90px;
    font-family: "Poppins", sans-serif;
}
.application-layout {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 50px;
    align-items: flex-start;
}
.application-section .application-eyebrow {
    color: var(--vls-red);
    margin: 0 0 18px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 3px;
}
.application-section .application-title {
    color: var(--vls-blue);
    margin: 0 0 28px;
    font-weight: 900;
    font-size: 44px;
    line-height: 42.68px;
    letter-spacing: -1.5px;
}
.application-section .application-text {
    max-width: 640px;
    margin: 0 0 34px;
    color: #111;
    font-size: 12.5px;
    line-height: 17px;
    letter-spacing: 0%;
}
.application-form {
    width: 100%;
    background: #fff;
    padding: 20px;
}
.form-group label {
    display: block;
    margin: 0 0 8px;
    color: var(--vls-blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 100%;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border: 1px solid var(--vls-silver-sand);
    background: var(--vls-white);
    color: #222;
    font-size: 14px;
    padding: 0 16px;
    font-family: "Poppins", sans-serif;
    height: 44px;
    border-radius: 5px;
}
.form-group input {
    height: 44px;
    border-radius: 5px;
}
.form-group select {
    appearance: none;
    background-image: url('/static/img/careers/icon/down-arr.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    cursor: pointer;
}
.form-group textarea {
    height: 64px;
    resize: none;
    padding-top: 14px;
    border-radius: 5px;
    width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #bcbcbc;
}
.country-code .down-icon {
    width: 12px;
    height: 12px;
}
.experience-box {
    max-width: 74px;
}
.form-group.full {
    margin-bottom: 18px;
}
.application-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    gap: 20px;
}
.application-photo {
    position: relative;
    border-radius: 70px;
    overflow: visible;
}
.application-photo img:first-child {
    width: 340px;
    height: 286px;
    object-fit: cover;
    display: block;
    border-radius: 70px;
}
.application-photo-two {
    position: relative;
    border-radius: 70px;
    overflow: visible;
}
.application-photo-two img {
    width: 340px;
    height: 286px;
    object-fit: cover;
    display: block;
    border-radius: 70px;
}
.application-pin {
    position: absolute;
    bottom: 90%;
    right: 55%;
    width: 90px;
    z-index: 2;
}
.locations-section {
    background-color: #F8F5F0;
}
.locations-eyebrow {
    color: var(--vls-red);
}
.locations-title {
    color: var(--vls-blue);
}
.locations-text {
    color: #4f4f4f;
}
.locations-grid {
    border: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.locations-grid .blue-card {
    grid-column: 1 / -1;
    margin-right: 0;
}
.locations-grid .white-card,
.locations-grid .green-card {
    grid-column: auto;
    margin-right: 0;
}
.locations-card {
    border-right: none;
    border-bottom: none;
    border-right: 1px solid #dedbd4;
}
.location-finder {
    background: #f7f7f5;
    padding: 72px 44px 84px;
    font-family: "Poppins", sans-serif;
}
.location-finder .location-eyebrow {
    color: var(--vls-red);
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.location-finder .location-title {
    color: var(--vls-blue);
    margin: 0 0 32px;
    font-weight: 900;
    font-size: 44px;
    line-height: 42.68px;
    letter-spacing: -1.5px;
}
.location-finder .location-text {
    color: #000000;
    margin: 0 0 34px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27.75px;
    letter-spacing: 0%;
}
.location-tabs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 28px;
    cursor: pointer;
}
.location-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 52px;
}
.location-tabs li {
    position: relative;
    padding: 0 0 18px;
    color: #8a8a8a;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 100%;
}
.location-tabs li.active {
    color: var(--vls-blue);
}
.location-tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--vls-red);
}
.location-search {
    position: relative;
    width: 222px;
    height: 40px;
    background: #fff;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    margin-bottom: 6px;
}
.location-search img {
    width: 14px;
    height: 14px;
}
.location-search input {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    font-size: 13px;
}
.location-search-results {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: min(360px, 92vw);
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    z-index: 5;
}
.location-search-results[hidden] {
    display: none;
}
.location-search-item {
    display: block;
    width: 100%;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    color: #2f2f2f;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}
.location-search-item:hover,
.location-search-item:focus {
    background: #f7f7f5;
    outline: none;
}
.location-search-item span,
.location-search-item small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location-search-item span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}
.location-search-item small {
    margin-top: 3px;
    color: #777;
    font-size: 11px;
    font-weight: 500;
}
.location-search-empty {
    padding: 12px 14px;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}
.location-map-box {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    background: #e8ecef;
}
.location-map {
    width: 100%;
    height: 760px;
    display: block;
}
.location-map-message {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #eef1f3;
    color: var(--vls-blue);
    font-weight: 700;
    text-align: center;
    z-index: 1;
}
.location-map-message[hidden] {
    display: none;
}
.location-panel {
    position: absolute;
    top: 74px;
    left: 38px;
    box-sizing: border-box;
    width: 250px;
    max-height: calc(100% - 148px);
    overflow-y: auto;
    background: #fff;
    padding: 26px 20px;
    z-index: 2;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.location-panel h3 {
    color: var(--vls-blue);
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.3px;
}
.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
}
.location-list li.location-empty {
    padding-left: 0;
    color: #777;
    cursor: default;
    line-height: 1.4;
}
.location-list li.location-country-group {
    padding-left: 0;
    margin-bottom: 22px;
}
.location-list li.location-country-group:last-child {
    margin-bottom: 0;
}
.location-country-title {
    margin: 0 0 8px;
    padding: 0 0 10px;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
}
.location-country-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-list li.office::before,
.location-list li.agent::before,
.location-legend p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.location-list li.location-empty::before {
    display: none;
}
.location-list li.office::before,
.location-legend p.office::before {
    background-image: url("/static/img/locations/icon/red-icon.svg");
}
.location-list li.agent::before,
.location-legend p.agent::before {
    background-image: url("/static/img/locations/icon/gray-icon.svg");
}
.location-legend {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}
.location-legend p {
    position: relative;
    padding-left: 24px;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 4px;
}
.location-legend p.office {
    color: var(--vls-red);
}
.location-legend p.agent {
    color: #333;
}
.location-map-box {
    position: relative;
}
.location-popup {
    position: absolute;
    left: 445px;
    top: 345px;
    width: 305px;
    background: #fff;
    border: 2px solid var(--vls-blue);
    padding: 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    display: none;
}
.location-popup.active {
    display: block;
}
.location-popup p {
    color: #777;
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.6;
}
.location-popup strong {
    color: #111;
    font-weight: 700;
    font-size: 14px;
}
.location-info-window {
    width: min(360px, calc(100vw - 72px));
    box-sizing: border-box;
    padding: 26px 30px 28px;
    font-family: "Poppins", sans-serif;
}
.location-info-window .popup-top {
    gap: 16px;
    align-items: flex-start;
    padding-right: 52px;
    margin-bottom: 16px;
}
.location-info-window .popup-top h4 {
    color: var(--vls-blue);
    margin: 0;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.2;
}
.location-info-window .popup-top span {
    flex: 0 0 auto;
    background: var(--vls-blue);
    color: #fff;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 8px;
    line-height: 1;
}
.location-info-window p {
    color: #777;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
}
.location-info-window strong {
    display: block;
    color: #111;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
}
.location-info-window__email {
    display: block;
    margin-top: 16px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.location-info-window__email:hover,
.location-info-window__email:focus,
.location-info-window__email:focus-visible,
.location-info-window__email:active {
    color: var(--vls-blue);
    border: 0;
    outline: 0;
    box-shadow: none;
}
.location-popup {
    display: none;
}
.location-popup.active {
    display: block;
}
.location-list li {
    cursor: pointer;
}
.location-list li.active-location {
    color: var(--vls-red);
    font-weight: 700;
}
.location-panel.hide-panel {
    display: none;
}
.locations-card-green h3 {
    color: var(--vls-green);
}
.locations-card-cyan h3 {
    color: var(--vls-cyan);
}
.locations-card-red h3 {
    color: var(--vls-red);
}
.support-section {
    background: #f4f1ed;
    padding: 0px 0 70px;
    font-family: "Poppins", sans-serif;
}
.support-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    background: #ffffff;
    border: 1px solid #e4e0da;
    overflow: visible;
}
.support-content {
    padding: 64px 56px 60px;
}
.support-section .support-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #29bdf2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 28px;
    line-height: 100%;
}
.support-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #29bdf2;
}
.support-content h2 {
    color: #001a78;
    font-size: 74px;
    font-weight: 900;
    line-height: 69.92px;
    margin-bottom: 26px;
    letter-spacing: 0;
}
.support-section .support-text {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.1px;
    margin-bottom: 26px;
    letter-spacing: 0;
}
.support-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-top: 14px;
    background: #F4F4F2;
    border: 1px solid #00000017;
}
.support-box-technical {
    position: relative;
    cursor: pointer;
}
.support-box-technical .support-icon,
.support-box-technical h4,
.support-box-technical span {
    position: relative;
    z-index: 1;
}
.support-box-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    text-decoration: none;
}
.support-box-overlay-link:focus-visible {
    outline: 2px solid var(--vls-cyan);
    outline-offset: 3px;
}
.support-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.support-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.support-box:hover .network,
.support-box:focus-within .network {
    background: var(--vls-blue);
    transform: translateY(6px);
}
.support-box:hover .network img,
.support-box:focus-within .network img {
    filter: brightness(0) invert(1);
    transform: translateY(1px);
}
.support-box h4 {
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 100%;
    letter-spacing: 0%;
}
.support-box span {
    color: #8b8b8b;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.support-map {
    position: relative;
    margin-top: 78px;
    border: 1px solid #e4e0da;
    background: #ffffff;
    padding: 54px;
}
.support-map>img {
    width: 100%;
    height: clamp(360px, 39vw, 600px);
    object-fit: cover;
}
.contact-team-section {
    background: #f4f1ed;
    padding: 0 0 70px;
    font-family: "Poppins", sans-serif;
}
.contact-team-section .container-fluid {
    width: 94%;
    max-width: 1440px;
    margin: 0 auto;
}
.contact-team-box {
    background: #ffffff;
    border-left: 1px solid #e9e5df;
    padding: 0 56px 0;
    margin: 64px 0 48px;
}
.contact-team-box h2 {
    color: #001a78;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 28px;
    line-height: 1.2;
    letter-spacing: 0;
}
.contact-team-section .contact-subtitle {
    color: #444;
    font-size: 14px;
    margin-bottom: 38px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.contact-team-box label {
    display: block;
    color: var(--vls-blue);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    line-height: 100%;
}
.contact-team-box input,
.contact-team-box select,
.contact-team-box textarea {
    width: 100%;
    border: none;
    outline: none;
    background: var(--vls-white);
    border: 1px solid var(--vls-silver-sand);
    border-radius: 8px;
    height: 48px;
    padding: 0 16px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.contact-team-box textarea {
    height: 120px;
    padding-top: 20px;
    resize: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 23.4px;
    letter-spacing: 0%;
}
.contact-team-box input::placeholder,
.contact-team-box textarea::placeholder {
    color: #b5b5b5;
}
.contact-bottom {
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-bottom p {
    color: var(--vls-subtext-grey);
    font-size: 11px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    margin-right: 15px;
}
.contact-bottom button {
    border: none;
    background: var(--vls-red);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 32px;
    white-space: nowrap;
    margin-left: 20px;
}
.contact-bottom button img {
    width: 14px;
    height: 14px;
}
.contact-bottom button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.contact-form-message {
    color: #0f6b3f;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 18px 0 0;
}
.contact-form-message.is-error {
    color: var(--vls-red);
}
.vls-phone-control .iti__tel-input,
.form-group .vls-phone-control .iti__tel-input,
.vls-login-field .vls-phone-control .iti__tel-input,
.vls-signup-field .vls-phone-control .iti__tel-input {
    height: 44px;
    line-height: 44px;
    width: 100%;
}
.location-map-message--notice {
    inset: auto 24px auto auto;
    top: 76px;
    display: block;
    width: min(320px, calc(100% - 48px));
    padding: 14px 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 24, 113, 0.16);
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    z-index: 3;
}
.location-map-message--notice[hidden] {
    display: none;
}
.location-map-locate {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d5dce5;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 24, 113, 0.16);
    color: var(--vls-blue);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.location-map-locate:hover,
.location-map-locate:focus {
    border-color: var(--vls-blue);
    outline: none;
}
.location-map-locate:disabled {
    cursor: wait;
    opacity: 0.7;
}
.contact-form .iti__tel-input{
    height: 48px;
}