@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap";

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
    color: #000;
    background: #fff
}

#root {
    width: 100%
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

p,
h1,
h2,
h3 {
    margin: 0
}

img {
    display: block
}

.wz-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e8eaed;
    padding: 0 35px;
    height: 62px;
    display: flex;
    align-items: center
}

.wz-nav-container {
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%
}

.wz-nav-logo {
    display: block;
    width: 36px;
    height: 32px;
    flex-shrink: 0;
    background: url(https://www.waze.com/webcms/static/compiled/04efa96d318bf647c8db.svg) center/contain no-repeat;
    margin-right: 40px
}

.wz-nav-links {
    display: flex;
    align-items: center
}

.wz-nav-links:last-child {
    margin-left: auto
}

.wz-dropdown-nav {
    position: relative;
    margin-right: 35px;
    line-height: 62px
}

.wz-dropdown-nav:last-child {
    margin-right: 0
}

.wz-nav-link {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s
}

.wz-nav-link:hover {
    color: #963eff
}

.wz-nav-link.login-button {
    border: 2px solid #000;
    border-radius: 17px;
    padding: 6px 18px;
    line-height: 1;
    font-size: 15px
}

.wz-nav-switch,
.wz-menu {
    display: none
}

.wz-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px #0000001f;
    border-radius: 8px;
    min-width: 200px;
    z-index: 200
}

.wz-dropdown-nav:hover .wz-dropdown {
    display: block
}

.wz-dropdown ul {
    padding: 8px 0
}

.wz-dropdown li a {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: color .2s
}

.wz-dropdown li a:hover {
    color: #963eff
}

.wz-split-hero-with-flavor {
    margin: 20px 15px 25px
}

.header-container {
    display: grid;
    grid-template-columns: 58% 1fr;
    gap: 15px
}

.header-left {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.header-left-content {
    position: relative;
    flex: 1;
    padding: 40px 25px 20px;
    border-radius: 10px
}

.header-right {
    position: relative;
    padding: 40px 25px 90px;
    border-radius: 10px
}

.hero-right-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 310px;
    width: auto
}

.widget-color-blue {
    background-color: #3cf
}

.widget-color-green {
    background-color: #1ee592
}

.widget-color-yellow {
    background-color: #fce354
}

.widget-color-purple {
    background-color: #7b4fd4;
    color: #fff
}

.widget-color-gray {
    background-color: #f2f4f7
}

.header-logo {
    height: 22px;
    width: 86px;
    margin-bottom: 15px
}

.header-heading {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.01em;
    margin-bottom: 15px
}

.header-right .header-heading {
    font-size: 44px
}

.header-subhead {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px
}

.buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .2s ease;
    border: 2px solid transparent;
    text-decoration: none
}

.button-primary {
    background-color: #fff;
    color: #000;
    border-color: transparent
}

.button-primary:hover {
    border-color: #000
}

.button-secondary {
    position: relative;
    background: transparent;
    color: #000;
    padding-bottom: 3px;
    border: none
}

.button-secondary:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: #000;
    transition: transform .2s ease
}

.button-secondary:hover:after {
    transform: scaleX(.85)
}

.button-white {
    background: #fff;
    color: #000;
    border-color: transparent
}

.button-white:hover {
    border-color: #000
}

.btn-store {
    background: #000;
    color: #fff;
    border-color: #000;
    gap: 6px
}

.mood {
    position: absolute;
    display: flex;
    align-items: flex-end
}

.mood-bottom-left {
    bottom: 0;
    left: 20px
}

.mood-bottom-right {
    bottom: 0;
    right: 20px
}

.mood-icon {
    width: auto
}

.header-left-flavor {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 190px;
    background: #fce354;
    display: flex;
    flex-direction: row
}

.header-left-flavor-container {
    display: flex;
    width: 100%
}

.header-left-flavor-left {
    width: 45%;
    position: relative;
    flex-shrink: 0
}

.header-left-flavor-inner {
    position: absolute;
    inset: 0
}

.header-left-flavor-diaganol {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    transform: skew(-5deg)
}

.header-left-flavor-right {
    flex: 1;
    overflow: hidden
}

.header-left-flavor-right-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.header-left-flavor-mood {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: flex;
    align-items: flex-end
}

.carousel {
    margin-bottom: 25px
}

.carousel-container {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 360px
}

.carousel-content {
    width: 40%;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0
}

.carousel-dots {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.carousel-dot {
    transition: transform .25s ease;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    transform: scaleZ(1);
    border-radius: 50%;
    border: 3px solid #000;
    margin: 0 12px;
    cursor: pointer;
    flex-shrink: 0
}

.carousel-dot:first-child {
    margin-left: 0
}

.carousel-dot:last-child {
    margin-right: 0
}

.carousel-dot.is-active {
    transform: scale3d(1.15, 1.15, 1)
}

.carousel-dot-fill {
    opacity: 0;
    transition: opacity .25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.carousel-dot.is-active .carousel-dot-fill {
    opacity: 1
}

.carousel-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 14px
}

.carousel-subhead {
    font-size: 18px;
    line-height: 1.6
}

.carousel-buttons {
    padding-top: 24px
}

.carousel-images {
    flex: 1;
    overflow: hidden
}

.carousel-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.wz-split-livemap-section {
    margin-bottom: 25px
}

.wz-split-livemap-section__container {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-height: 350px
}

.wz-split-livemap-section__content {
    flex: 0 0 42%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #7b4fd4;
    color: #fff
}

.wz-split-livemap-section__heading {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 15px;
    color: #000
}

.wz-split-livemap-section__body-short {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #000
}

.wz-split-livemap-section__body {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #000
}

.wz-split-livemap-section__buttons {
    margin-top: 12px
}

.wz-split-livemap-section__map {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
    background: #7b4fd4
}

.wz-split-livemap-section__map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    min-height: 400px
}

.livemap-mascot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: auto
}

.registration-form-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #7b4fd4;
    padding: 20px 30px;
    gap: 20px
}

.form-mascots {
    display: flex;
    align-items: flex-end;
    flex-shrink: 0
}

.registration-form {
    flex: 1;
    max-width: 380px
}

.registration-form-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #000;
    text-align: center;
    font-family: Rubik, sans-serif
}

.form-group {
    margin-bottom: 14px
}

.form-input {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 26px;
    font-size: 16px;
    font-family: Rubik, sans-serif;
    background: #fff !important;
    transition: border-color .2s;
    outline: none;
    box-sizing: border-box
}

.form-input:focus {
    border-color: #000
}

.form-input::-moz-placeholder {
    color: #999
}

.form-input::placeholder {
    color: #999
}

.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    background-color: #fff !important
}

.form-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    border-radius: 26px;
    cursor: pointer
}

.registration-success {
    text-align: center;
    padding: 40px 20px
}

.registration-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #1ee592;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.registration-success-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000
}

.registration-success-text {
    font-size: 16px;
    color: #666;
    line-height: 1.5
}

.section {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
    border-radius: 10px;
    text-align: center;
    padding: 75px 50px
}

.section-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 24px
}

.section-heading {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 18px
}

.section-subhead {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.section-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.button-playstore,
.button-appstore {
    display: inline-block;
    width: 135px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.button-playstore {
    background-image: url(https://www.waze.com/webcms/static/compiled/327f99104a29f77f2314.png)
}

.button-appstore {
    background-image: url(https://www.waze.com/webcms/static/compiled/95b8db8a10af6f61f5ab.svg)
}

.multi-carousel-section {
    width: calc(100% - 30px);
    margin: 0 auto 25px
}

.multi-carousel__container {
    border-radius: 10px;
    padding: 28px 28px 20px;
    overflow: hidden
}

.multi-carousel__dot-container {
    display: flex;
    align-items: center
}

.multi-carousel__dot {
    transition: transform .25s ease;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    transform: scaleZ(1);
    border-radius: 50%;
    border: 3px solid #000;
    margin: 0 12px;
    cursor: pointer;
    flex-shrink: 0
}

.multi-carousel__dot:first-child {
    margin-left: 0
}

.multi-carousel__dot:last-child {
    margin-right: 0
}

.multi-carousel__dot.is-active {
    transform: scale3d(1.15, 1.15, 1)
}

.multi-carousel__dot-fill {
    opacity: 0;
    transition: opacity .25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.multi-carousel__dot.is-active .multi-carousel__dot-fill {
    opacity: 1
}

.multi-carousel__title {
    font-size: 28px;
    font-weight: 500;
    margin: 0
}

.multi-carousel__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 10px
}

.multi-carousel__nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: border-color .2s;
    flex-shrink: 0
}

.multi-carousel__nav-btn:hover {
    border-color: #000
}

.multi-carousel__slide-container {
    overflow: hidden
}

.multi-carousel__slide-container--wrapper {
    display: flex;
    width: 300%;
    transition: transform .5s ease
}

.multi-carousel__slide {
    flex: 0 0 calc(100% / 9);
    padding: 0 8px
}

.multi-carousel__slide--content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    height: 130px;
    padding: 20px
}

.multi-carousel__slide--content img {
    max-width: 100%;
    max-height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.reviews-section {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
    border-radius: 10px;
    background: #1ee592;
    padding: 60px 50px
}

.reviews-header {
    text-align: left;
    margin-bottom: 40px
}

.reviews-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px
}

.reviews-subtitle {
    font-size: 20px;
    color: #000;
    font-weight: 400
}

.reviews-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px
}

.reviews-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
    transition: background .2s
}

.reviews-dot.is-active {
    background: #000
}

.reviews-carousel-viewport {
    overflow: hidden
}

.reviews-carousel-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.review-card {
    flex: 0 0 calc(100% / 6);
    padding: 0 8px;
    box-sizing: border-box
}

.review-card-inner {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 2px 12px #0000000f
}

.review-card-top {
    display: flex;
    align-items: center;
    gap: 14px
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.review-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.review-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px
}

.review-city {
    font-size: 14px;
    color: #56595d
}

.review-stars {
    display: flex;
    gap: 2px
}

.review-star {
    color: #fbb500;
    font-size: 18px
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.wz-footer {
    background: #fff;
    border-top: 1px solid #e8eaed
}

.wz-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 60px);
    padding: 50px 0 40px;
    margin: 0 auto
}

.wz-footer-meta {
    flex-basis: 15%;
    margin-right: auto;
    white-space: nowrap;
    margin-bottom: 0
}

.wz-footer-meta-logo {
    display: block;
    width: 86px;
    height: 22px;
    margin-bottom: 20px;
    overflow: hidden
}

.wz-footer-meta-tagline {
    font-size: 20px;
    font-weight: 500;
    color: #56595d;
    letter-spacing: -.025em;
    line-height: 1.625;
    margin: 0 0 20px
}

.wz-footer-meta-social {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.wz-footer-meta-social-link {
    border-radius: 50%;
    transition: background .2s, box-shadow .2s;
    box-shadow: 0 0 0 10px transparent
}

.wz-footer-meta-social-link:hover {
    background: #e8eaed;
    box-shadow: 0 0 0 10px #e8eaed
}

.wz-footer-meta-social-link-container {
    height: 28px;
    width: 40px;
    margin-right: 26px;
    display: flex;
    align-items: center
}

.wz-footer-links {
    display: flex;
    flex-basis: 72.5%;
    margin-bottom: 0
}

.wz-footer-list {
    flex-basis: 25%;
    border: 0;
    margin-bottom: 0
}

.wz-footer-list-heading {
    color: #000;
    padding: 0;
    margin-bottom: 15px;
    cursor: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wz-footer-list-heading-text {
    font-size: 21px;
    font-weight: 500
}

.wz-footer-list-heading-icon {
    display: none
}

.wz-footer-list-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #56595d;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color .2s ease
}

.wz-footer-list-link:hover {
    color: #963eff
}

.wz-footer-legal {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    font-size: 16px;
    margin-top: 30px
}

.wz-footer-legal-copyright {
    font-size: 19px;
    color: #56595d;
    order: -1;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0
}

.wz-footer-legal-links {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-basis: 54.375%
}

.wz-footer-legal-link {
    color: #56595d;
    text-decoration: none;
    margin-right: 35px;
    transition: color .2s ease
}

.wz-footer-legal-link:last-child {
    margin-right: 0
}

.wz-footer-legal-link:hover {
    color: #963eff
}

@media(max-width:1100px) {
    .wz-nav {
        padding: 0 20px
    }

    .wz-nav-links {
        display: none
    }

    .wz-nav-switch {
        display: block;
        width: 24px;
        height: 18px;
        cursor: pointer;
        position: relative;
        margin-left: auto
    }

    .wz-nav-switch:before,
    .wz-nav-switch:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #333
    }

    .wz-nav-switch:before {
        top: 0
    }

    .wz-nav-switch:after {
        bottom: 0
    }

    .wz-menu.is-active {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 200;
        background: #3cf;
        padding: 20px;
        overflow: auto
    }

    .wz-menu-bar {
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }

    .wz-menu-logo {
        display: block;
        width: 36px;
        height: 32px;
        /* background: url(https://www.waze.com/webcms/static/compiled/04efa96d318bf647c8db.svg) center/contain no-repeat */
    }

    .wz-menu-switch {
        margin-left: auto;
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: relative
    }

    .wz-menu-switch:before,
    .wz-menu-switch:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        top: 50%
    }

    .wz-menu-switch:before {
        transform: rotate(45deg)
    }

    .wz-menu-switch:after {
        transform: rotate(-45deg)
    }

    .wz-menu-link {
        display: block;
        font-size: 28px;
        font-weight: 500;
        color: #000;
        padding: 6px 0
    }

    .wz-menu-sub-links {
        padding-left: 20px;
        margin-bottom: 8px
    }

    .wz-menu-sub-link {
        display: block;
        font-size: 18px;
        color: #000;
        padding: 4px 0
    }

    .separator {
        height: 2px;
        width: 36px;
        background: transparent;
        margin: 20px 0
    }

    .wz-split-hero-with-flavor {
        margin: 20px 20px 25px
    }

    .header-container {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .header-left,
    .header-right {
        width: 100%
    }

    .header-left-content {
        padding: 30px 20px 20px
    }

    .header-right {
        padding-bottom: 40px
    }

    .hero-right-img {
        position: static;
        display: block;
        transform: none;
        width: 100%;
        height: auto;
        margin-top: 16px
    }

    .header-left-content .mood {
        display: none
    }

    .carousel-container {
        flex-direction: column;
        width: calc(100% - 40px);
        height: auto
    }

    .carousel-content,
    .carousel-images {
        width: 100%
    }

    .carousel-content {
        flex: none
    }

    .carousel-images {
        height: 220px;
        flex: none
    }

    .wz-split-livemap-section__container {
        flex-direction: column;
        width: calc(100% - 40px)
    }

    .wz-split-livemap-section__content {
        width: 100%;
        padding: 30px 20px
    }

    .livemap-mascot {
        position: static;
        display: block;
        height: auto;
        width: 120px;
        margin: 0 auto 16px
    }

    .registration-form-wrapper {
        flex-direction: column;
        padding: 20px
    }

    .form-mascots {
        display: none
    }

    .section {
        width: calc(100% - 40px);
        padding: 50px 30px
    }

    .multi-carousel-section {
        width: calc(100% - 40px)
    }

    .multi-carousel__slide-container--wrapper {
        width: 900%
    }

    .multi-carousel__dot-container {
        display: none
    }

    .wz-footer-container {
        width: calc(100% - 40px);
        padding: 40px 0;
        flex-direction: column
    }

    .wz-footer-meta {
        flex-basis: auto;
        margin-right: 0;
        white-space: normal;
        margin-bottom: 30px
    }

    .wz-footer-links {
        flex-basis: auto;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
        margin-bottom: 20px
    }

    .wz-footer-list {
        flex-basis: calc(50% - 10px)
    }

    .wz-footer-list-heading-icon {
        display: none
    }

    .wz-footer-legal {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }

    .wz-footer-legal-copyright {
        margin-bottom: 0
    }

    .wz-footer-legal-links {
        flex-direction: column;
        flex-basis: auto;
        gap: 8px
    }

    .reviews-section {
        width: calc(100% - 40px);
        padding: 40px 20px
    }

    .reviews-carousel-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .review-card {
        flex: 0 0 calc(100% / 6)
    }

    .reviews-title {
        font-size: 28px
    }

    .carousel-container {
        width: calc(100% - 40px)
    }
}

@media(max-width:600px) {

    .header-heading,
    .section-heading {
        font-size: 28px
    }

    .wz-footer-links {
        grid-template-columns: 1fr
    }
}