@media (min-width: 992px) {
    .right-actions .btn__secondary {
        word-break: break-word;
        max-width: 200px;
        padding: 6px 16px !important
    }
}
@media (min-width: 1280px) {
    .right-actions .btn__secondary {
        word-break: normal;
        max-width: inherit
    }
}
.title {
    font-family: "Roboto", Verdana, Arial, serif;
    font-weight: 700;
    font-size: 2rem;
    color: #009fe3;
    text-transform: uppercase;
    word-break: break-word
}
.hero-dealers {
    position: relative
}
.hero-dealers__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.hero-dealers__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px
}
.hero-dealers__title {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #fff
}
.cta-banner {
    background-color: #eaeaea
}
.cta-banner .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem
}
.image-wrapper {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}
.image-wrapper .container-xl {
    max-width: 1400px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important
}
.image-wrapper img {
    height: auto;
    width: 100%;
    object-fit: contain
}
.dealers {
    padding-top: 3rem
}
.dealers .container-xl {
    max-width: 1400px !important;
    width: 100% !important
}
.dealers__wrapper {
    display: flex;
    flex-direction: column
}
@media (min-width: 768px) {
    .dealers__wrapper {
        flex-direction: row
    }
}
.dealers__info-section {
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .dealers__info-section {
        flex-basis: 58.3333333333%
    }
}
.dealers__map-section {
    padding-bottom: 3rem
}
@media (min-width: 768px) {
    .dealers__map-section {
        flex-basis: 41.6666666667%;
        padding-right: 15px
    }
}
.dealers__map-section #map {
    height: 100%;
    min-height: 50vh;
    width: 100%
}
.dealers__map-section .popup-bubble {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0 2px 10px 1px #00000080;
    display: flex;
    justify-content: center;
    align-items: center
}
.dealers__map-section .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0
}
.dealers__map-section .popup-bubble-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white
}
.dealers__map-section .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    width: 200px
}
@media (min-width: 576px) {
    .dealers__info-section-wrapper,
    .dealers__contact-section {
        padding-left: .5rem;
        padding-right: .5rem
    }
}
@media (min-width: 768px) {
    .dealers__info-section-wrapper,
    .dealers__contact-section {
        padding-left: 3rem;
        padding-right: 3rem
    }
}
.dealers__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.dealers__header .title {
    flex-basis: 100%;
    margin-bottom: 2rem;
    margin-right: 16px
}
@media (min-width: 768px) {
    .dealers__header .title {
        flex-basis: 80%
    }
}
.dealers__header img {
    flex-basis: 100%;
    height: 42px;
    width: 100%;
    max-width: 100px;
    margin-inline: auto;
    margin-bottom: 2rem
}
@media (min-width: 992px) {
    .dealers__header img {
        flex-basis: 40%;
        height: 68px;
        max-width: 160px;
        margin-inline: 0
    }
}
@media (min-width: 768px) {
    .dealers__header {
        flex-wrap: nowrap
    }
}
.dealers__body {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5
}
.dealers__contact-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
@media (min-width: 1280.1px) {
    .dealers__contact-section {
        flex-direction: row
    }
}
.dealers__address {
    flex-basis: 100%;
    padding-right: 15px;
    margin-bottom: 1.5rem
}
@media (min-width: 1280.1px) {
    .dealers__address {
        flex-basis: 50%
    }
}
.dealers__address-title {
    font-family: "Roboto", Verdana, Arial, serif;
    font-weight: 400;
    color: #333;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem
}
.dealers__address-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 1.5rem
}
.dealers__address-links-item a {
    line-height: 1.5;
    font-size: 1.1rem;
    color: #009fe3;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    word-break: break-all;
    font-weight: 700 !important
}
.dealers__address-links-item a:hover {
    color: #009fe3;
    text-decoration: underline
}
.dealers__working-hours {
    flex-basis: 100%;
    margin-bottom: 3rem
}
@media (min-width: 1280.1px) {
    .dealers__working-hours {
        flex-basis: 70%;
        padding-left: 15px
    }
}
.dealers__working-hours-title {
    font-family: "Roboto", Verdana, Arial, serif;
    font-weight: 400;
    color: #333;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem
}
.dealers__working-hours table {
    color: #333;
    width: 100%
}
.dealers__working-hours table tr {
    vertical-align: top
}
.dealers__working-hours table tr:nth-of-type(odd) {
    background-color: #0000000d
}
.dealers__working-hours table td {
    border-top: none;
    padding: .5rem .75rem;
    font-size: 1.1rem;
    font-weight: 400
}
#three-cards .container-xl {
    max-width: 1400px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important
}
.dealers__social-links .dealers-facebook a {
    color: #2f70ac;
}
.dealers__social-links  .dealers-instagram i {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.dealers__social-links .dealers-facebook,
.dealers__social-links  .dealers-instagram
{
    font-size: 38px;
    display: inline-block;
    padding-right: 10px;
}