.o-contact-steps {
    background: #f7f5f5;
}
.o-contact-steps__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .o-contact-steps__wrapper {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media (min-width: 1500px) {
    .o-contact-steps__wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.o-contact-steps__title {
    margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
    .o-contact-steps__title {
        margin-bottom: 1rem;
    }
}
.o-contact-steps__description {
    margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
    .o-contact-steps__description {
        margin-bottom: 3.25rem;
    }
}
@media (min-width: 1500px) {
    .o-contact-steps__description {
        margin-bottom: 4rem;
    }
}
.o-contact-steps__list {
    position: relative;
}
@media (min-width: 1024px) {
    .o-contact-steps__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.o-contact-steps__list:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 98%;
    background: #fed67b;
    left: 25px;
}
@media (min-width: 1024px) {
    .o-contact-steps__list:before {
        width: 92%;
        height: 2px;
        left: 0;
        top: 40px;
    }
}
.o-contact-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}
@media (min-width: 1024px) {
    .o-contact-steps__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 2.5rem;
    }
    .o-contact-steps__item:last-child {
        padding-right: 0;
    }
}
@media (min-width: 1500px) {
    .o-contact-steps__item {
        padding-right: 6rem;
    }
}
.o-contact-steps__item p {
    line-height: 1.4;
}
.o-contact-steps__number {
    position: relative;
    margin-right: 1rem;
}
@media (min-width: 1024px) {
    .o-contact-steps__number {
        margin-bottom: 1.8125rem;
    }
}
.o-contact-steps__number svg {
    width: 50px;
    height: 50px;
}
@media (min-width: 1024px) {
    .o-contact-steps__number svg {
        width: 80px;
        height: 80px;
    }
}
.o-contact-steps__number svg path {
    fill: #fed67b;
}
.o-contact-steps__number span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
    .o-contact-steps__number span {
        font-size: 2.25rem;
    }
}
@media (min-width: 1500px) {
    .o-contact-map__wrapper {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.o-contact-map iframe {
    width: 100%;
    height: 500px;
}
@media (min-width: 1024px) {
    .o-contact-map iframe {
        height: 540px;
    }
}
.o-contact-address__wrapper {
    padding-top: 2.5rem;
}
@media (min-width: 768px) {
    .o-contact-address__wrapper {
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }
}
@media (min-width: 1024px) {
    .o-contact-address__wrapper {
        padding-top: 4rem;
    }
}
.o-contact-address address {
    margin-bottom: 0.3125rem;
}
@media (min-width: 1024px) {
    .o-contact-address address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.o-contact-address address h2 {
    width: 100%;
    text-align: center;
}
@media (min-width: 1024px) {
    .o-contact-address address h2 {
        margin-bottom: 2.5rem;
    }
}
.o-contact-address address div {
    padding-top: 1.4375rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
}
@media (min-width: 1024px) {
    .o-contact-address address div {
        border-bottom: none;
        width: 33.33%;
        border-right: 1px solid #c4c4c4;
        padding-left: 3.75rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .o-contact-address address div:nth-child(2) {
        padding-left: 0;
    }
}
.o-contact-address address div:last-child {
    border-bottom: none;
}
@media (min-width: 1024px) {
    .o-contact-address address div:last-child {
        border-right: none;
    }
}
.o-contact-address address div a {
    color: #444;
}
.o-contact-address address div a,
.o-contact-address address div p {
    font-size: 1.125rem;
    line-height: 1.33;
}
@media (min-width: 1024px) {
    .o-contact-address address div a,
    .o-contact-address address div p {
        line-height: 2;
    }
}
.o-contact-team__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
    .o-contact-team__wrapper {
        padding-top: 3.125rem;
        padding-bottom: 3.75rem;
    }
}
@media (min-width: 1500px) {
    .o-contact-team__wrapper {
        padding-bottom: 4rem;
    }
}
.o-contact-team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
@media (min-width: 768px) {
    .o-contact-team__list {
        margin: 0 -25px;
    }
}
@media (min-width: 1024px) {
    .o-contact-team__list {
        margin: 0 -77.5px;
    }
}
.o-contact-team__item {
    width: calc(50% - 15px);
    margin: 0 7.5px 22px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
    .o-contact-team__item {
        width: calc(50% - 50px);
        margin: 0 25px 50px;
    }
}
@media (min-width: 1024px) {
    .o-contact-team__item {
        width: calc(50% - 96px);
        margin: 32px 48px 32px 48px;
    }
}
.o-contact-team__item-img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 1.25rem;
    background: #c4c4c4;
}
@media (min-width: 768px) {
    .o-contact-team__item-img {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 1024px) {
    .o-contact-team__item-img {
        padding-top: 99%;
    }
}
.o-contact-team__item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.o-contact-team__item-name {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.33;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .o-contact-team__item-name {
        font-size: 1.5rem;
        padding-bottom: 1.875rem;
        margin-bottom: 1.3125rem;
    }
}
.o-contact-team__item-description {
    font-size: 0.875rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .o-contact-team__item-description {
        font-size: 1rem;
        line-height: 1.875;
        margin-bottom: 0.4375rem;
    }
}