/*
Theme Name: Drivers Guild
*/

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

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    position: relative;
}

html.mobile-menu-open {
    overflow-y: hidden;
}

/* common elements */

h1,
h2,
h3,
.page-title {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

a.a-red {
    color: #ee3947;
    text-decoration: underline;
}

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

button,
.button {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #ee3947;
    color: #fff;
    border-radius: 3px;
    padding: 14px 18px 15px;
    border: none;
    cursor: pointer;
    justify-content: center;
}


button.dark-button,
.button.dark-button {
    background: #132d56;
}

button.button-not-active,
.button.button-not-active {
    background: #d4e0f0;
    color: #111c31;
}
button.buttons-not-active,
.button.buttons-not-active {
    width: 200px;
    background: #1781FF;
    color: white;
    display: flex;
    flex-direction: row;
}
@media (min-width: 768px) {button.buttons-not-active,
.button.buttons-not-active {
    display: grid;
}
}


a.button,
.basic-content a.button {
    color: #fff;
    text-decoration: none;
}

button.button-with-arrow,
.button.button-with-arrow {
    display: flex;
    align-items: center;
}


button.button-with-arrow svg,
.button.button-with-arrow svg {
    margin-left: 20px;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.container.container-large {
    max-width: 1350px;
}

.page-title {
    font-style: italic;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
}

.page-title.page-title--white {
    color: #fff;
}

.page-title.page-title--left {
    text-align: left;
}

.page-title span {
    color: #ee3947;
}

.basic-content {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.home-state {
    display: flex;
    align-items: center;
    background-color: #f3f6fa;
    border-radius: 3px;
    padding: 0 0 0 24px;
    min-height: 96px;
    margin-bottom: 12px;
}

.modal-classes .home-state.disable {
    background-color: #dddddd;
    opacity: 0.3;
    pointer-events: none;
}

.home-state.home-state-exception {
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    background-color: #ee3947;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.home-state.home-state-exception:hover {
    background-color: #50b5f0;
}

.home-state.home-state-exception svg {
    margin-left: auto;
}

.home-state .home-state-img {
    margin-right: 18px;
    width: 48px;
    height: 48px;
}

.home-state .home-state-name {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
}

.home-state .home-state-arrow {
    min-height: 96px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    border-radius: 0 3px 3px 0;
}

.home-state .home-state-arrow-disable {
    min-height: 96px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    border-radius: 0 3px 3px 0;
}

.home-state:hover .home-state-arrow {
    background-color: #ee3947;
}

.home-state .home-state-arrow svg {
    position: relative;
    z-index: 5;
    font-size: 24px;
    font-weight: 700;
    color: #ee3947;
    transition: all 0.5s ease;
}

.home-state:hover .home-state-arrow svg {
    color: #fff;
}

.basic-form .basic-form-input {
    margin-bottom: 20px;
}

.basic-form .basic-form-input > label {
    font-family: "Barlow", sans-serif;
    margin-bottom: 13px;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
    display: block;
}

.basic-form .basic-form-input input:not([type="checkbox"]):not([type="radio"]),
.basic-form .basic-form-input textarea {
    font-family: "Montserrat", sans-serif;
    min-height: 48px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1;
    background-color: #f1f4f9;
    border-radius: 3px;
    border: none;
    width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    outline: none;
}

.basic-form .basic-form-input textarea {
    padding: 15px;
}

.basic-form .basic-form-input .basic-form-input-checkboxes,
.basic-form .basic-form-input .basic-form-input-radios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.basic-form .basic-form-input.input-validation-error label,
.basic-form .basic-form-input.input-validation-error input,
.basic-form .basic-form-input-agree-policy.input-validation-error label,

.basic-form .basic-form-input.input-validation-error select,
.basic-form .basic-form-input.input-validation-error input::placeholder,
.basic-form .basic-form-input.input-validation-error textarea,
.basic-form .basic-form-input.input-validation-error textarea::placeholder {
    color: #ee3947;
}

.basic-form select {
    font-family: "Montserrat", sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    min-height: 48px;
    width: 100%;
    /* width: 114px; */
    background: #f1f4f9;
    border-radius: 3px;
    border: none;
    appearance: none;
    background-image: url(./assets/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
}

.basic-form .basic-form-error,
.basic-form .basic-form-success {
    font-family: "Montseratt", sans-serif;
    margin-bottom: 20px;
}

.basic-form .basic-form-error {
    color: #ee3947;
    width: 100% !important;
    text-align: center;
}

.basic-form .basic-form-success {
    color: #059435;
    width: 100% !important;
    text-align: center;
}

.basic-form .basic-form-error:empty,
.basic-form .basic-form-success:empty {
    margin-bottom: 0;
}

.basic-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.basic-form button svg {
    margin-left: 18px;
}

.basic-content {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}

.basic-content figure {
    margin: 0;
}

.basic-content p {
    margin: 0;
}

.basic-content a {
    color: #50b5f0;
    text-decoration: underline;
}

.basic-content ul {
    margin-bottom: 40px;
}

.basic-content ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 10px;
    padding-left: 17px;
}

.basic-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee3947;
}

.basic-content ul > li > ul {
    margin-top: 35px;
}

.button-block {
    background-color: #fff;
    padding: 40px 36px 36px;
}

.button-block .button-block-title {
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    height: 60px;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.button-block .button-block-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 45px;
}

.button-block .button {
    width: 100%;
}

.more-news-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 50px;
}

.more-news-wrapper .page-title {
    margin-bottom: 50px;
}

.news-items-wrapper {
    margin-top: 50px;
}

.news-item {
    display: block;
    background-color: #fff;
    margin-bottom: 24px;
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-item .news-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 230px;
}

.news-item .news-item-content {
    padding: 27px 36px 85px;
    border-radius: 0 0 24px 24px;
}

.news-item .news-item-content .news-item-title {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
    margin-bottom: 16px;
    height: 90px;
    overflow: hidden;
}

.news-item .news-item-content .news-item-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 40px;
    background-image: linear-gradient(to bottom,
    rgba(255, 255, 255, 0),
    #fff 75%);
}

.news-item .news-item-content .news-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item .news-item-content .news-item-bottom .news-item-date {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #111c31;
}

.news-item .news-item-content .news-item-bottom button svg {
    transform: rotate(-90deg);
}

.news-item .news-item-content .news-item-bottom .news-item-ext-link {
    display: flex;
    align-items: center;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ee3947;
}

.news-item .news-item-content .news-item-bottom .news-item-ext-link svg {
    margin-left: 10px;
}

.radio label {
    position: relative;
    margin: 0;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #52555d;
    cursor: pointer;
    padding-left: 42px;
    margin-left: 18px;
}

.radio label input {
    display: none;
}

/* .radio label i {
    position: relative;
} */

.radio label i::before {
    content: "";
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f1f4f9;
}

.radio label i::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #ee3947;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

.radio input:checked + i::after {
    opacity: 1;
}

.checkbox label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    color: #52555d;
    padding: 10px 0 10px 0;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.checkbox label input {
    margin: 0 9px 0 18px;
    outline: none;
}

.checkbox label i {
    display: block;
    background-color: #f1f4f9;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #ee3947;
}

.checkbox label i svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
}

.checkbox label input:checked + i svg {
    opacity: 1;
}

.checkbox-dropdown-wrapper {
    position: relative;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 267px;
    background-color: #fff;
    padding: 14px 18px 15px 18px;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button .checkbox-dropdown-title {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button .checkbox-dropdown-plus {
    font-family: "Barlow", sans-serif;
    font-size: 28px;
    margin-left: auto;
    color: #ee3947;
}

.checkbox-dropdown-wrapper .checkbox-dropdown {
    display: none;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    padding: 14px 0 14px 0;
    background-color: #fff;
    z-index: 1000;
}

.checkbox-dropdown-wrapper.open .checkbox-dropdown {
    display: block;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.pagination ul {
    display: flex;
}

.pagination a,
.pagination span {
    background-color: #fff;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination span {
    color: #ee3947;
}

.pagination a.next,
.pagination a.prev,
.pagination span.next,
.pagination span.prev {
    background-color: #ee3947;
    color: #fff;
    font-size: 24px;
}

.pagination a.next,
.pagination span.next {
    border-radius: 0 3px 3px 0;
}

.pagination button {
    width: 100%;
    height: 100%;
    padding: 0;
}

#signInDesktopButton.hidden,
#signInMobileButton.hidden,
#joinButton.hidden {
    visibility: hidden !important;
}

.benefits-items-wrapper .benefits-item a {
    display: block;
    width: auto;
    background: #fff;
    padding: 60px 15px;
    text-align: center;
    margin-bottom: 24px;
}

.benefits-items-wrapper {
    margin-top: 50px;
}

.benefits-items-wrapper .benefits-item {
    margin-bottom: 48px;
}

.benefits-items-wrapper .benefits-item .benefits-item-image {
    display: block;
    width: 75px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.benefits-items-wrapper .benefits-item .benefits-item-title {
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
}

.benefits-items-wrapper .benefits-item .benefits-item-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
}

@media (min-width: 768px) {
    .page-title {
        font-size: 60px;
        line-height: 60px;
    }

    .basic-form .basic-form-input input:not([type="checkbox"]):not([type="radio"]),
    .basic-form .basic-form-input textarea,
    .basic-form .basic-form-input select {
        min-height: 60px;
        padding: 15px 24px;
        font-size: 16px;
        line-height: 28px;
    }

    .news-items-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .news-items-wrapper > * {
        width: calc((100% - 24px) / 2);
    }

    .news-items-wrapper > *:last-of-type {
        margin-bottom: 24px;
    }

    .pagination a,
    .pagination span {
        width: 48px;
        height: 48px;
    }

    .pagination button {
        width: unset;
        height: unset;
        padding: unset;
    }

    .benefits-items-wrapper .benefits-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .benefits-items-wrapper .benefits-item a {
        width: 243px;
        margin-bottom: 0;
    }

    .benefits-items-wrapper .benefits-item .benefits-item-description {
        flex: 1;
        padding-top: 48px;
        padding-left: 48px;
    }
}

@media (min-width: 992px) {
    .news-details-page-wrapper-header .page-title {
        font-size: 48px;
        line-height: 54px;
        margin: 100px 3rem 4rem;
    }

    .page-title {
        font-size: 57px;
        line-height: 78px;
    }

    .more-news-wrapper {
        padding-top: 100px;
    }

    .more-news-wrapper .page-title {
        margin-bottom: 100px;
    }

    .news-items-wrapper > * {
        width: calc((100% - 48px) / 3);
        margin-right: 1rem;
    }
}

.breadcrumbs-wrapper {
    padding-top: 24px;
    display: flex;
    align-items: center;
}

.breadcrumbs-wrapper > div {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #717680;
}

.breadcrumbs-wrapper > div > a {
    color: #717680 !important;
    text-decoration: underline;
}

.breadcrumbs-wrapper .breadcrumbs-divider {
    margin: 0 10px;
}

/* END common elements */

/* header */

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 150;
    margin-top: 118px;
    padding-bottom: 90px;
    overflow-y: auto;
    min-height: 100vh;
    transform: translateY(200%);
    transition: all 0.5s ease;
    opacity: 0;
}

.mobile-menu-wrapper.open {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-wrapper .mobile-menu {
    margin-bottom: 48px;
    border-top: 1px solid #d1e7f2;
}

.mobile-menu-wrapper .mobile-menu li {
    width: 100%;
    border-bottom: 1px solid #d1e7f2;
    margin: 0;
}

.mobile-menu-wrapper .mobile-menu li a,
.mobile-menu-wrapper .mobile-menu li span {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 30px 17px;
    color: #111c31;
    cursor: pointer;
    transition: all 0.5s ease;
}

.mobile-menu-wrapper .mobile-menu li a:hover,
.mobile-menu-wrapper .mobile-menu li span:hover {
    color: #ee3947;
}

.mobile-menu-wrapper .mobile-menu .mobile-submenu {
    padding: 0 0 20px 30px;
}

.mobile-menu-wrapper .mobile-menu .mobile-submenu li {
    margin-bottom: 15px;
    border-bottom: 0;
}

.mobile-menu-wrapper .mobile-menu .mobile-submenu li a {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    position: relative;
}

.mobile-menu-wrapper .mobile-menu .mobile-submenu li a::before {
    content: "";
    opacity: 0;
    position: absolute;
    left: -30px;
    width: 3px;
    height: 27px;
    background-color: #ee3947;
    border-radius: 2px;
}

.mobile-menu-wrapper .mobile-menu .mobile-submenu li:hover a::before {
    opacity: 1;
}

.mobile-menu-wrapper .mobile-sign-button {
    display: none;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 150px;
}

.header {
    font-family: "Barlow", sans-serif;
    background-color: #111c31;
}

.header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}

.header .header-inner .desktop-menu-wrapper {
    display: none;
}

.header .header-inner .auth-button {
    display: none;
}

.header .header-inner .mobile-menu-button {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    background-color: #ee3947;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header .header-inner .mobile-menu-button .toggle-burger {
    width: 18px;
    height: 16px;
    display: block;
    position: relative;
}

.header .header-inner .mobile-menu-button .toggle-burger .toggle-line {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
}

.header .header-inner .mobile-menu-button .toggle-burger .toggle-line:first-child {
    top: 0;
}

.header .header-inner .mobile-menu-button.open .toggle-burger .toggle-line:first-child {
    top: 7px;
    transform: rotate(45deg);
}

.header .header-inner .mobile-menu-button .toggle-burger .toggle-line:nth-child(2) {
    top: 7px;
}

.header .header-inner .mobile-menu-button.open .toggle-burger .toggle-line:nth-child(2) {
    opacity: 0;
}

.header .header-inner .mobile-menu-button .toggle-burger .toggle-line:last-child {
    bottom: 0;
}

.header .header-inner .mobile-menu-button.open .toggle-burger .toggle-line:last-child {
    top: 7px;
    bottom: unset;
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .header .header-inner .desktop-menu-wrapper .desktop-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li {
        position: relative;
        margin-right: 40px;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:last-child {
        margin-right: 0;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu a,
    .header .header-inner .desktop-menu-wrapper .desktop-menu span {
        font-family: "Barlow", sans-serif;
        font-style: italic;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu a:hover,
    .header .header-inner .desktop-menu-wrapper .desktop-menu span:hover {
        color: #ee3947;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li .desktop-submenu {
        display: none;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu {
        display: block;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 24px 120px rgb(145 199 225 / 35%);
        border-radius: 3px;
        padding: 38px 20px 38px 30px;
        left: -30px;
        right: 30px;
        width: 250px;
        z-index: 500;
        transform: translateY(20px);
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 36px;
        top: -9px;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 20px;
        left: 0;
        top: -20px;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu li {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu li a {
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        position: relative;
        color: #111c31;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu li:hover a {
        color: #ee3947;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu li:hover a::before {
        content: "";
        opacity: 0;
        position: absolute;
        left: -30px;
        width: 3px;
        height: 27px;
        background-color: #ee3947;
        border-radius: 2px;
    }

    .header .header-inner .desktop-menu-wrapper .desktop-menu li:hover .desktop-submenu li:hover a::before {
        opacity: 1;
    }

    .header .header-inner .join-button {
        margin-left: 18px;
    }
}

@media (min-width: 992px) {
    .header .header-inner .desktop-menu-wrapper {
        display: block;
        margin-left: auto;
    }

    .header .header-inner .mobile-menu-button {
        display: none;
    }

    .header .header-inner .auth-button {
        display: block;
        margin-left: auto;
    }
}

/* END header */

/* footer */

.footer {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    background-color: #111c31;
    margin-top: auto;
}

.footer .footer-menu {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.footer .footer-menu li a,
.footer .footer-menu li span {
    display: block;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
}

.footer .footer-menu li a:hover,
.footer .footer-menu li span:hover {
    color: #ee3947;
}

.footer .footer-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-social a {
    color: #ee3947;
    margin-right: 24px;
}

.footer .footer-social a:last-child {
    margin-right: 0;
}

.footer .footer-social a:hover {
    color: #fff;
}

.footer-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .footer .footer-menu {
        display: flex;
        align-items: center;
    }

    .footer .footer-menu li {
        margin-right: 40px;
    }

    .footer .footer-menu li:last-child {
        margin-right: 0;
    }

    .footer .footer-social {
        justify-content: left;
        margin-top: 15px;
    }

    .footer-line {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* END footer */

/* home page */

.home-top {
    background-color: #111c31;
    padding: 34px 0;
}

.home-top .home-items-wrapper {
    margin-top: 60px;
}

.home-top .home-items-wrapper .home-item {
    display: none;
    position: relative;
    min-height: 146px;
    border-radius: 3px;
    padding: 24px;
    transition: all 0.5s ease;
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}

.home-top .home-items-wrapper.open .home-item,
.home-top .home-items-wrapper .home-item:nth-child(1),
.home-top .home-items-wrapper .home-item:nth-child(2),
.home-top .home-items-wrapper .home-item:nth-child(3)
.home-top .home-items-wrapper .home-item:nth-child(4) {
    display: block;
}

.home-top .home-items-wrapper .home-item.home-item-basic {
    background-image: url(https://driversguild.org/wp-content/themes/idg-theme/img/water-logo-1.png);
    background-color: #132d56;
    background-repeat: no-repeat;
    background-position: top right;
}

.home-top .home-items-wrapper .home-item.home-item-basic:hover {
    background-image: url(https://driversguild.org/wp-content/themes/idg-theme/img/water-logo-1-hover.png);
    background-color: #ee3947;
}

.home-top .home-items-wrapper .home-item .home-item-icon {
    color: #ee3947;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.home-top .home-items-wrapper .home-item:hover .home-item-icon {
    color: #fff;
}

.home-top .home-items-wrapper .home-item .home-item-background {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.home-top .home-items-wrapper .home-item:hover .home-item-background {
    transform: scale(1.1);
}

.home-top .home-items-wrapper .home-item .home-item-title {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}

.home-top .home-items-wrapper .home-item .home-item-desc {
    font-family: "Montserrat", sans-serif;
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.home-top .load-home-items-button {
    margin-top: 75px;
    width: 100%;
}

.home-about {
    padding: 70px 0;
    background-color: #f1f4f9;
}

.home-about .home-about-img {
    width: 100%;
    height: auto;
    margin-bottom: 42px;
    order: 2;
}

.home-about .home-about-text {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.home-maps {
    position: relative;
    padding: 100px 0 100px;
    background-color: #f1f4f9;
}

.home-maps .page-title {
    margin-bottom: 80px;
}

.home-maps .map-svg {
    display: none;
    position: absolute;
  /*  top: 210px;*/
    left: calc(50vw - 1250px);
}


.home-maps .map-svg .map-svg-state {
    fill: #d4e0f0;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

.home-maps .map-svg .map-svg-state.map-svg-state-gray {
    fill: rgb(229, 232, 239);
}

.home-maps .map-svg .map-svg-state.active {
    fill: #f9babf;
}

.home-maps .home-states-wrapper {
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-top .home-items-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.75fr 0.75fr 1fr 1fr 1fr;
        gap: 24px;
        grid-template-areas:
      "one two"
      "one three"
      "four five"
      "six seven"
      "eight nine";
        margin-top: 100px;
    }

    .home-top .home-items-wrapper .home-item {
        display: block;
        margin-bottom: 0;
    }

    .home-top .home-items-wrapper .home-item:nth-child(1) {
        grid-area: one;
    }

    .home-top .home-items-wrapper .home-item:nth-child(2) {
        grid-area: two;
    }

    .home-top .home-items-wrapper .home-item:nth-child(3) {
        grid-area: three;
    }

    .home-top .home-items-wrapper .home-item:nth-child(4) {
        grid-area: four;
    }

    .home-top .home-items-wrapper .home-item:nth-child(5) {
        grid-area: five;
    }

    .home-top .home-items-wrapper .home-item:nth-child(6) {
        grid-area: six;
    }

    .home-top .home-items-wrapper .home-item:nth-child(7) {
        grid-area: seven;
    }

    .home-top .home-items-wrapper .home-item:nth-child(8) {
        grid-area: eight;
    }

    .home-top .home-items-wrapper .home-item:nth-child(9) {
        grid-area: nine;
    }

    .home-top .home-items-wrapper .home-item:nth-child(10) {
        grid-area: ten;
    }

    .home-top .home-items-wrapper .home-item:nth-child(11) {
        grid-area: eleven;
    }

    .home-top .load-home-items-button {
        display: none;
    }

    .home-about .home-about-inner {
        display: flex;
        align-items: center;
    }

    .home-about .home-about-inner > * {
        width: 50%;
    }

    .home-about .home-about-img {
        padding-left: 40px;
    }

    .home-maps {
        padding-bottom: 260px;
    }

    .home-maps .home-states-wrapper {
        margin-left: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 24px;
    }

    .home-maps .home-states-wrapper .home-state {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .home-top .home-items-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas:
      "one one two two"
      "one one three three"
      "four five six seven"
      "eight nine ten eleven";
        margin-top: 140px;
    }

    .home-top .home-items-wrapper .home-item .home-item-icon {
        margin-bottom: 70px;
    }

    .home-top .home-items-wrapper .home-item .home-item-title {
        font-size: 30px;
        line-height: 36px;
    }

    .home-maps .map-svg {
        display: block;
    }

    .home-maps .home-states-wrapper {
        width: 65%;
    }
}

/* END home page */

/* about us page */

.about-us-wrapper {
    padding: 25px 0 72px;
    background-color: #f1f4f9;
}

.about-us-wrapper .about-us-description-wrapper .page-title {
    margin-bottom: 45px;
}

.about-us-wrapper .about-us-description-wrapper .about-us-description {
    max-width: 840px;
}

.about-us-wrapper .about-us-numbers {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0;
}

.about-us-wrapper .about-us-numbers .about-us-number {
    width: calc(50% - 10px);
}

.about-us-wrapper .about-us-numbers .about-us-number .about-us-number-value {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #ee3947;
    margin-bottom: 10px;
}

.about-us-wrapper .about-us-numbers .about-us-number .about-us-number-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #111c31;
}

.about-us-wrapper .about-us-cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.about-us-wrapper .about-us-cards .about-us-card {
    background-color: #fff;
    border-radius: 3px;
    padding: 40px 36px;
    position: relative;
}

.about-us-wrapper .about-us-cards .about-us-card .about-us-card-number {
    display: none;
    font-style: italic;
    right: 10px;
    top: 10px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #f1f4f9;
    position: absolute;
}

.about-us-wrapper .about-us-cards .about-us-card .about-us-card-title {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
    margin-bottom: 20px;
}

.about-us-wrapper .about-us-cards .about-us-card .about-us-card-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.about-us-bottom {
    padding: 60px 0 80px;
    background-color: #fff;
}

.about-us-bottom .about-us-bottom-title {
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
}

.about-us-bottom .about-us-bottom-text {
    font-family: "Montserrat", sans-serif;
    margin-top: 35px;
    max-width: 840px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.about-us-bottom .about-us-bottom-text.about-us-bottom-text-white {
    color: #fff;
}

.about-us-bottom .about-us-image {
    padding: 300px 15px 60px;
    background-image: url(/wp-content/uploads/2022/04/about-img-1.webp);
    background-color: #062440;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    margin: 90px -15px 60px;
}

@media (min-width: 768px) {
    .about-us-wrapper .about-us-description-wrapper {
        display: flex;
    }

    .about-us-wrapper .about-us-description-wrapper .about-us-numbers {
        display: block;
        padding-left: 60px;
    }

    .about-us-wrapper .about-us-description-wrapper .about-us-numbers .about-us-number {
        width: auto;
    }

    .about-us-wrapper .about-us-description-wrapper .about-us-numbers .about-us-number:last-child {
        margin-top: 15px;
    }

    .about-us-wrapper .about-us-description-wrapper .about-us-numbers .about-us-number .about-us-number-value {
        font-size: 54px;
        line-height: 50px;
    }

    .about-us-wrapper .about-us-description-wrapper .about-us-numbers .about-us-number .about-us-number-text {
        font-size: 16px;
        line-height: 28px;
    }

    .about-us-wrapper .about-us-cards .about-us-card .about-us-card-number {
        font-family: "Barlow", sans-serif;
        display: block;
    }

    .about-us-bottom .container-why {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-us-bottom .container-why > div {
        width: calc(50% - 15px);
    }

    .about-us-bottom .about-us-image {
        padding: 30px 20px;
        margin: 90px -15px 60px;
    }

    .about-us-bottom .about-us-image .about-us-bottom-text {
        width: calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .about-us-wrapper .about-us-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }

    .about-us-bottom .about-us-image {
        padding: 90px 80px;
        margin: 100px 0;
    }

    .about-us-bottom .about-us-bottom-title {
        font-size: 54px;
        line-height: 66px;
    }

    .about-us-bottom .about-us-bottom-text.about-us-bottom-text-columns {
        max-width: unset;
        column-count: 2;
        column-gap: 30px;
    }

    .about-us-bottom .about-us-bottom-text.about-us-bottom-text-columns > p:first-child {
        margin-top: 0;
    }
}

/* END about us page */

/* gallery page */

.gallery-page-wrapper {
    padding: 55px 0 72px;
    background-color: #f1f4f9;
}

.gallery-page-wrapper .title {
    margin-bottom: 45px;
}

.gallery-page-wrapper .gallery-item {
    background: #fff;
    padding: 39px 36px 36px;
    margin-bottom: 24px;
}

.gallery-page-wrapper .gallery-item:last-child {
    margin-bottom: 0;
}

.gallery-page-wrapper .gallery-item h3 {
    font-size: 30px;
    letter-spacing: 0.015em;
    margin-top: 0;
}

.gallery-page-wrapper .gallery-item .gallery-item-date {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
    text-align: center;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper {
    margin-top: 40px;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: none;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-visible {
    display: block;
    margin-bottom: 15px;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-visible:last-child {
    margin-bottom: 0;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-with-more {
    position: relative;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-with-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 55%);
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image img {
    width: 100%;
    height: auto;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image .gallery-item-image-more {
    font-family: "Barlow", sans-serif;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 134px;
    height: 100%;
    padding: 25px;
    background: #132d56;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image .gallery-item-image-more::after {
    content: "+";
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 25px;
    width: 100%;
}

@media (min-width: 768px) {
    .gallery-page-wrapper .gallery-item .gallery-item-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gallery-page-wrapper .gallery-item .gallery-item-date {
        width: max-content;
        white-space: nowrap;
        margin-left: 10px;
    }

    .gallery-page-wrapper .gallery-item .gallery-item-images-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-visible {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        min-height: 219px;
        margin-bottom: 0;
    }

    .gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-visible:nth-child(3) {
        margin-right: 0;
    }

    .gallery-page-wrapper .gallery-item .gallery-item-images-wrapper .gallery-item-image.gallery-item-image-visible img {
        height: 100%;
        object-fit: cover;
    }
}

/* END gallery page */

/* campaings page */

.campaigns-page-wrapper {
    padding: 55px 0 72px;
    background-color: #f1f4f9;
}

.campaigns-page-wrapper .campaigns-filter {
    text-align: center;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 50px;
}

.campaigns-page-wrapper .campaigns-filter a {
    font-family: "Barlow", sans-serif;
    margin: 0 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #111c31;
    text-transform: uppercase;
}

.campaigns-page-wrapper .campaigns-filter a.active {
    color: #ee3947;
}

.campaigns-page-wrapper .campaigns-item {
    border-radius: 3px;
    margin-bottom: 24px;
}

.campaigns-page-wrapper .campaigns-item .campaigns-item-image {
    background-color: #d4e0f0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    border-radius: 3px 0 0 3px;
}

.campaigns-page-wrapper .campaigns-item .campaigns-item-content {
    padding: 28px 36px;
    background-color: #fff;
}

.campaigns-page-wrapper .campaigns-item .campaigns-item-content h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 0.015em;
}

@media (min-width: 992px) {
    .campaigns-page-wrapper .campaigns-item {
        display: flex;
        align-items: center;
        background-color: #d4e0f0;
    }

    .campaigns-page-wrapper .campaigns-item .campaigns-item-image {
        max-width: 364px;
    }

    .campaigns-page-wrapper .campaigns-item .campaigns-item-content {
        flex: 1;
        padding: 30px;
    }

    .campaigns-page-wrapper .campaigns-item .campaigns-item-content h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

/* END campaings page */

/* news details page */

.news-categories-container {
    font-family: Barlow;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.05em;
    padding: 24px 0;
    color: #ee3947;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-details-page-wrapper .news-page-wrapper-header {
    display: flex;
    align-items: center;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-details-page-wrapper .news-details-page-wrapper-header .news-details-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

/* end news details page */

/* basic page */

.basic-page-wrapper .basic-page-wrapper-header {
    display: flex;
    align-items: center;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #132d56;
}
.basic-page-wrapper-contact .basic-page-wrapper-header-contact {
    display: flex;
    align-items: center;
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #062440;
}

.basic-page-wrapper .basic-page-wrapper-header .basic-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.basic-page-wrapper .basic-page-wrapper-content {
    padding-top: 50px;
}

.basic-page-wrapper .basic-page-wrapper-content p {
    margin-bottom: 25px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
    font-family: "Montserrat", sans-serif;
    background-color: #32373c;
    border-radius: 35px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    color: #50b5f0;
    text-decoration: underline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:last-child {
    margin-right: 0;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .basic-page-wrapper .basic-page-wrapper-header {
        height: 255px;
    }
}

@media (min-width: 992px) {
    .basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* END basic page */

/* sign up page */

.signup-page-wrapper-header {
    height: 400px !important;
}

.signup-page-wrapper-header h1 {
    margin-top: -30px !important;
}

.basic-page-wrapper .basic-page-wrapper-content.signup-page-wrapper-content {
    padding-top: 0;
    background-color: #f3f6fa;
    margin-bottom: 0;
    min-height: 430px;
}

.signup-page-wrapper-content .signup-inner > div {
    margin: 0 auto;
    transform: translateY(-84px);
}

/* END sign up page */

/* zero violence page */

.zero-violence-page-wrapper .zero-violence-page-wrapper-content {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    color: #111c31;
    font-weight: bold;
    background-color: #f3f6fa;
}

.zero-violence-page-wrapper .zero-violence-page-top-wrapper > div {
    margin-top: 50px;
}

.zero-violence-page-wrapper .zero-violence-page-top-wrapper > div:first-child {
    margin-top: 0;
}

.zero-violence-page-wrapper .zero-violence-page-image-wrapper > * {
    margin-top: 50px;
}

.zero-violence-page-buttons-block-wrapper > * {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .zero-violence-page-wrapper .zero-violence-page-image-wrapper h3 {
        font-size: 24px;
        letter-spacing: 0.015em;
    }
}

@media (min-width: 992px) {
    .zero-violence-page-wrapper .zero-violence-page-top-wrapper {
        margin-top: 100px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .zero-violence-page-wrapper .zero-violence-page-top-wrapper > div {
        margin-top: 0;
    }

    .zero-violence-page-wrapper .zero-violence-page-top-wrapper > div:first-child {
        margin-right: 50px;
    }

    .zero-violence-page-wrapper .zero-violence-page-image-wrapper {
        margin-top: 50px;
        display: flex;
        align-items: center;
    }

    .zero-violence-page-wrapper .zero-violence-page-image-wrapper div {
        margin: 0 auto;
        width: calc(100% / 3 - 40px);
    }

    .zero-violence-page-wrapper .zero-violence-page-image-wrapper img {
        width: calc(100% / 1.5 - 20px);
    }

    .zero-violence-page-wrapper .zero-violence-page-buttons-block-wrapper {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .zero-violence-page-wrapper .zero-violence-page-buttons-block-wrapper > div {
        width: calc(100% / 3 - 40px);
    }

    .zero-violence-page-wrapper .zero-violence-page-buttons-block-wrapper .page-title {
        font-size: 48px;
        line-height: 54px;
    }
}

/* END zero violence page */

/* benefits page */

.benefits-page-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 120px;
}

.benefits-page-wrapper .basic-page-wrapper-header {
    height: auto;
    padding: 55px 0 72px;
    background-size: cover;
    box-shadow: none;
}

.benefits-page-wrapper .basic-page-wrapper-header .page-title {
    margin: 51px 0;
}

.benefits-page-wrapper .benefits-page-states-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 86px;
    padding-bottom: 72px;
}
.index-buttons{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .index-buttons{
       display: flex;
        flex-direction: column;
        align-content: center;
        width: 100%;
    }}

.benefits-page-wrapper .benefits-page-states-wrapper > * {
    margin-right: 25px;
    margin-bottom: 20px;
}

.benefits-page-wrapper .benefits-page-states-wrapper > *:last-child {
    margin-right: 0;
}

.benefits-page-wrapper .benefits-page-link {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 0 0 24px;
    min-height: 96px;
    margin-bottom: 12px;
}

.benefits-page-wrapper .benefits-page-link .link-state-name {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
}

.benefits-page-wrapper .benefits-page-link .link-state-arrow {
    min-height: 96px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    border-radius: 0 3px 3px 0;
}

.benefits-page-wrapper .benefits-page-link:hover .link-state-arrow {
    background-color: #ee3947;
}

.benefits-page-wrapper .benefits-page-link .link-state-arrow svg {
    position: relative;
    z-index: 5;
    font-size: 24px;
    font-weight: 700;
    color: #ee3947;
    transition: all 0.5s ease;
}

.benefits-page-wrapper .benefits-page-link:hover .link-state-arrow svg {
    color: #fff;
}
.buttons-deactivate{
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 50px;
    margin-top: 50px;
}
@media (max-width: 772px) {
    .buttons-deactivate{
        display: grid;
    }
}

.deactivation-map{

    background-color: #F3F6FA;
    width: 1140px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

@media (max-width: 768px) {
    .deactivation-map {
        padding: 30px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .benefits-page-wrapper .benefits-links-wrapper {
        display: flex;
        justify-content: center;
    }

    .benefits-page-wrapper .benefits-links-wrapper > * {
        margin: 0 10px;
    }
}

/* END benefits page */

/* news page */

.news-page-wrapper {
    padding: 55px 0 72px;
    background-color: #f1f4f9;
}

.news-item-bottom button:hover {
    background-color: #50b5f0;
}

.news-page-wrapper .news-page-filters-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-page-wrapper .news-page-filters-wrapper > div {
    width: 267px;
}

.news-page-wrapper .news-page-filters-wrapper > div:first-child {
    margin-bottom: 20px;
}

.news-page-wrapper .news-page-filters-wrapper button {
    margin-top: 20px;
}

.news-page-wrapper .news-page-filters-wrapper button.show {
    display: block;
}

.news-detail-date {
    padding-bottom: 2rem;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.tags-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.tags-wrapper > a {
    color: black !important;
    margin-right: 2rem;
    font-family: Montserrat;
    font-size: 12px;
    background-color: #f3f6fa !important;
    font-weight: 400;
    font-style: normal;
}

.tags-wrapper > a:hover {
    background-color: #d4e0f0 !important;
    font-weight: bolder !important;
}

@media (min-width: 992px) {
    .news-page-wrapper .news-page-filters-wrapper {
        flex-direction: row;
    }

    .news-page-wrapper .news-page-filters-wrapper > div:first-child {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .news-page-wrapper .news-page-filters-wrapper button {
        margin-top: 0;
        display: none;
    }

    .news-page-wrapper .news-page-filters-wrapper button:first-of-type {
        margin-left: auto;
        margin-right: 15px;
    }

    .news-page-wrapper .news-page-filters-wrapper button:last-of-type {
        margin-right: 0;
    }
}

/* END news page */

/* profile page */

.profile-page-wrapper .page-title {
    padding: 126px 0 33px;
}

.profile-page-wrapper .profile-page-tabs {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.profile-page-wrapper .profile-page-tabs > div {
    font-family: "Barlow", sans-serif;
    position: relative;
    margin: 0 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #111c31;
    text-transform: uppercase;
    cursor: pointer;
}

.profile-page-wrapper .profile-page-tabs > div.active {
    color: #ee3947;
}

.profile-page-wrapper .profile-page-tabs > div.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    bottom: -64px;
    width: 24px;
    height: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fff;
}

.profile-page-wrapper .profile-page-inner {
    background: #f1f4f9;
    padding-bottom: 103px;
    overflow: hidden;
}

.profile-page-wrapper .profile-page-inner > div {
    display: none;
}

.profile-page-wrapper .profile-page-inner > div.active {
    display: block;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper {
    width: 558px;
    padding-top: 65px;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div {
    margin-bottom: 41px;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div label {
    font-family: "Barlow", sans-serif;
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div div {
    font-family: "Montserrat", sans-serif;
    width: 485px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .profile-page-wrapper .profile-page-tabs > div {
        margin: 0 30px;
    }
}

/* END profile page */

/* my state is not listed page */

.state-not-listed-wrapper {
    padding: 55px 0 72px;
    /* padding: 126px 0 144px; */
    background-color: #111c31;
}

.state-not-listed-wrapper .page-title {
    margin-top: 0;
}

.state-not-listed-wrapper .basic-form {
    padding: 30px 15px;
    margin-top: 50px;
    /* padding: 30px;
      margin-top: 100px; */
    background-color: #fff;
    border-radius: 3px;
}

.state-not-listed-wrapper .basic-form textarea {
    min-height: 210px !important;
    resize: none !important;
}

.state-not-listed-wrapper .basic-form .terms-of-use {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.state-not-listed-wrapper .basic-form .terms-of-use a {
    text-decoration: underline;
}

.state-not-listed-wrapper .not-listed-map {
    margin-top: 100px;
    padding: 30px 0 50px 0;
    background-color: #f1f4f9;
}

.state-not-listed-wrapper .not-listed-map .not-listed-map-label {
    display: flex;
    align-items: center;
    font-family: "Montseratt", sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.state-not-listed-wrapper .not-listed-map .not-listed-map-label svg {
    margin-right: 5px;
    color: #ee3947;
}

.state-not-listed-wrapper .not-listed-map .not-listed-map-text {
    font-family: "Montseratt", sans-serif;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .state-not-listed-wrapper .basic-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .state-not-listed-wrapper .basic-form > div {
        width: calc(50% - 12px);
    }

    .state-not-listed-wrapper .basic-form .terms-of-use {
        width: 100%;
    }

    .state-not-listed-wrapper .basic-form button {
        max-width: 365px;
        margin: 0 auto;
    }

    .basic-form button {
        width: 50%;
        margin: auto;
    }
}

/* END my state is not listed page */

/* modals */

.modal-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.modal-wrapper.modal-gallery-wrapper {
    background-color: #111c31;
}

.modal-wrapper.open {
    display: block;
}

.modal-wrapper .modal-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wrapper .modal-inner .modal-content {
    position: relative;
    max-width: 680px;
    padding: 44px;
    background-color: #fff;
}

.modal-wrapper .modal-inner .modal-content.modal-content-full-height {
    height: calc(100vh - 64px);
    padding: 40px 15px;
    margin: 0 6px;
}

.modal-wrapper .modal-inner .modal-content.modal-content-background-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal-wrapper .modal-inner .modal-content.modal-content-background-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(6, 36, 64, 0.5);
    z-index: 1;
}

.modal-wrapper .modal-inner .modal-content.modal-content-background-image .modal-content-inner {
    position: relative;
    z-index: 2;
}

.modal-wrapper .modal-inner .modal-content.modal-content-background-image .modal-close {
    color: #fff;
    z-index: 3;
}

.modal-wrapper .modal-inner .modal-content .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #858484;
    cursor: pointer;
}

.modal-template {
    display: none !important;
}

.modal-wrapper .modal-inner .modal-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-align: left;
    color: #111c31;
    text-transform: uppercase;
    margin: 0;
}

.modal-join {
    display: block;
}

.modal-join .home-state {
    margin-bottom: 0;
}

.modal-wrapper .modal-inner .contacts-modal h3 {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.modal-contact-wrapper-states .button:hover {
    background-color: #ee3947;
    color: white;
}

.modal-wrapper .modal-inner .thanks-modal h3 {
    font-family: Barlow;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.modal-wrapper .modal-inner .thanks-modal p {
    font-family: Barlow;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #717680;
    margin-bottom: 4rem;
}

.contacts-modal .contacts-modal-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* font-size: 16px;
      line-height: 28px; */
    color: #fff;
}

.contacts-modal .contacts-modal-form {
    background-color: #fff;
    border-radius: 3px;
    /* padding: 20px; */
}

.modal-contact-wrapper-states > * {
    margin-right: 25px;
    margin-bottom: 20px;
}

.modal-contact-wrapper-states {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.thanks-modal-containt-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 0;
}

.thanks-modal-success {
    background: #d4e0f0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.modal-contact-wrapper-states > * {
    margin-right: 25px;
    margin-bottom: 20px;
}

.modal-contact-wrapper-states > *:last-child {
    margin-right: 25px;
    margin-bottom: 20px;
}

.sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select:last-child {
    margin-right: 0;
}

.modal-gallery-wrapper .modal-inner .modal-content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
}

.modal-gallery-wrapper .modal-inner .modal-content .modal-close {
    color: #fff;
    z-index: 999999;
}

.modal-gallery-wrapper .modal-content .modal-gallery-image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-gallery-wrapper .modal-gallery-nav {
    position: absolute;
    top: calc(50% - 19px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #ee3947;
    cursor: pointer;
}

.modal-gallery-wrapper .modal-gallery-nav.modal-gallery-nav-prev {
    left: 0;
}

.modal-gallery-wrapper .modal-gallery-nav.modal-gallery-nav-prev svg {
    transform: rotate(180deg);
}

.modal-gallery-wrapper .modal-gallery-nav.modal-gallery-nav-next {
    right: 0;
}

.modal-gallery-wrapper .modal-gallery-caption {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}

.contact-us-select-state {
    font-family: Barlow;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #717680;
    margin-top: 1rem;
    text-transform: uppercase;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .modal-contact-wrapper-states {
        margin-bottom: 3rem;
    }

    .contact-us-select-state {
        margin-top: 4rem;
    }

    .contact-modal-form-inputs-wrapper {
        display: flex;
    }

    .contact-modal-form-inputs-wrapper div:first-child {
        margin-right: 22px;
    }

    .contacts-modal-form-input > label {
        margin-left: 22px;
    }

    .modal-wrapper .modal-inner .modal-content h3 {
        /* font-size: 30px;
        line-height: 36px; */
        text-align: center;
    }

    .modal-wrapper .modal-inner .modal-content.modal-content-full-height {
        max-width: 100%;
        padding: 50px 30px;
    }

    .modal-wrapper .modal-inner .modal-content.modal-content-full-height .modal-close {
        top: 20px;
    }

    .modal-join {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 24px;
        margin-top: 40px;
    }

    .modal-join .home-state {
        margin-bottom: 0;
    }

    .contacts-modal {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
    }

    .contact-us-select-state {
        font-size: 16px;
    }

    .thanks-modal {
        padding: 0 8rem;
    }

    .contacts-modal > * {
        /* width: 50%; */
    }

    .contacts-modal > *:first-child {
        /* padding-right: 48px; */
    }

    .sign-in-modal .sign-in-modal-form {
        min-width: 600px;
    }

    .sign-in-modal .sign-in-modal-form .sign-in-modal-form-date {
        display: flex;
    }

    .sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select {
        width: auto;
        margin-right: 20px;
        flex: 1;
    }

    .modal-gallery-wrapper .modal-content .modal-gallery-image img {
        max-height: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .modal-wrapper .modal-inner .contacts-modal h3 {
        font-size: 48px;
    }

    .modal-wrapper .modal-inner .modal-content.modal-content-full-height {
        padding: 108px 97px;
        max-width: 1060px;
    }

    .contacts-modal .contacts-modal-form {
        /* padding: 40px 36px; */
    }
}

/* END modals */

/* OUR TEAM */

.basic-page-wrapper .our-team-page-wrapper-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6fa;
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.card-container .card-item {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.card-item img {
    border-radius: 8px;
    height: 240px;
    width: 100%;
    object-fit: fill;
}

.card-member-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-item .member-info {
    padding: 18px;
    height: 360px;
}

.card-item .list-origin-country-container-info img {
    max-width: 34px;
    height: 24px;
    border-radius: 8px;
    margin-right: 6px;
    border: 1px solid black;
}

.general-info .list-origin-country-container-info img {
    max-width: 34px;
    height: 24px;
    border-radius: 8px;
    margin-right: 6px;
    border: 1px solid black;
}

.card-item .card-name {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.card-item .card-img {
    padding: 18px 18px 0 18px;
    position: relative;
}

.card-item .card-img:hover .card-bios {
    display: block;
    font-size: 14px;
    font-family: "Montserrat";
    font-style: italic;
    color: #111C31;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    background-color: rgba(241, 244, 249, .7);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: calc(100% - 35px);
    padding: 10px 13px;
}

.card-item .card-position {
    font-size: 12px;
    font-family: "Montserrat";
    padding-bottom: 1rem;
    color: gray;
}

.general-info .member-position {
    font-size: 12px;
    font-family: "Montserrat";
    padding-bottom: 1rem;
    color: gray;
}

.general-info .member-name {
    margin-bottom: 10px !important;
}

.card-item .card-bios {
    display: none;
    /* font-size: 14px;
    font-family: "Montserrat";
    font-style: italic;
    color: #111C31;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    background-color: rgba(241, 244, 249, .7);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: calc(100% - 35px);
    padding: 10px 13px; */
}

.card-item .card-list-column {
    padding-top: 12px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    font-family: "Montserrat";
}

.general-info .card-list-column {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    font-family: "Montserrat";
}

.card-list-column .title {
    color: gray;
    font-size: 14px;
    border-bottom: 1px solid #d4e0f0;
    padding-top: 15px;
    padding-bottom: 14px;
}

.card-list-column .title-origin-country {
    color: gray;
    font-size: 14px;
    padding-top: 15px;
}

.card-list-column .states {
    font-weight: 800;
    text-align: right;
    border-bottom: 1px solid #d4e0f0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.member-ride-share .ride-share-time {
    font-weight: 800;
}

.member-apps .apps-worked {
    font-weight: 800;
}

.member-neighborhood .neighborhood-live {
    font-weight: 800;
}

.member-organizing .organizing-drivers {
    font-weight: 800;
}

.card-list-column .list-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.card-list-column .list-languages .title {
    color: gray;
    font-size: 14px;
}

.card-list-column .list-origin-country-container-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.card-list-column .list-origin-country .title {
    color: gray;
    font-size: 14px;
}

.card-item .button-center {
    text-align: center;
    margin-top: auto;
}

.card-list-column .languages {
    text-align: right;
    font-weight: 800;
    border-bottom: 1px solid #d4e0f0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
}

.card-list-social-media {
    display: flex;
    max-height: 35px;
    justify-content: center;
    margin: 30px 0;
}

.card-list-social-media a {
    margin-right: 10px;
}

.card-list-social-media img {
    height: 30px;
}

.modal-member-team {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
}

.general-info img {
    border-radius: 8px;
}

.general-info .list-origin-country img {
    max-width: 32px;
    height: 24px;
}

.general-info .card-list-column {
    padding-top: 2rem;
}

.member-profile .title {
    font-weight: 800;
    padding-bottom: 10px;
}

.member-profile .member-position {
    color: gray;
    font-size: 14px;
    padding-bottom: 1rem;
}

.member-profile .content .title {
    color: gray;
    font-size: 14px;
    padding-top: 1rem;
}

.member-profile .content {
    color: gray;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 26px;
}

.member-ride-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-neighborhood {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-organizing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-ride-share .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-apps .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-neighborhood .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-organizing .title {
    color: gray;
    font-size: 14px;
    padding-bottom: 1rem;
    width: 70%;
}

.modal-content-overflow-y {
    overflow-y: scroll;
}

.member-team-modal {
    width: 100%;
}

.banner-container {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

.banner-container-2 {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    align-items: end;
}

.member-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17447a;
    max-width: 860px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    color: white;
    background: #17447a;
    padding: 50px 16px 50px 16px;
    max-width: 486px;
}

.banner-content-2 {
    display: flex;
    flex-direction: column;
    color: white;
    background: #ee3947;
    padding: 50px 16px 50px 16px;
    max-width: 486px;
}

.member-banner-title {
    overflow-wrap: break-word;
    font-family: Barlow;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: uppercase;
}

.member-banner-subtitle {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 24px;
}

.member-banner-subtitle a {
    color: white;
    text-decoration: underline;
}

.banner-sections {
    display: flex;
    flex-direction: column;
}

.banner-container .image-banner {
    position: relative;
    left: 20px;
    width: 90px;
    top: 50px;
}

.banner-container-2 .image-banner {
    position: relative;
    right: 120px;
    width: 90px;
    top: 50px;
}

.member-profile ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 10px;
    padding-left: 17px;
}

.member-profile ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee3947;
}

.member-info-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.member-info-list .member-item {
    display: flex;
    align-items: center;
}

.member-item .member-item-img {
    width: 40px;
    text-align: center;
}

.member-info-list .member-item-details {
    margin-left: 1rem;
}

.member-founder-container {
    margin-top: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.member-founder-info {
    padding: 18px;
}

.member-founder-title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
}

.member-founder-position {
    font-size: 12px;
    font-family: "Montserrat";
    padding-top: 10px;
    padding-bottom: 1rem;
    color: gray;
}

.member-founder-content {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: gray;
}

.founder-img {
    padding: 18px;
}

@media (min-width: 780px) {
    .member-name-mobile {
        display: none;
    }

    .card-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px 30px;
    }

    .card-member-info .member-info {
        padding: 28px 16px 16px 16px;
    }

    .modal-member-team {
        flex-wrap: nowrap;
    }

    .modal-member-team .general-info {
        width: 280px;
        max-width: 280px;
        padding-right: 2rem;
    }

    .modal-member-team .member-profile {
        flex: 1;
    }

    .modal-content.modal-content-full-height.modal-content-overflow-y {
        padding: 36px 45px !important;
    }

    .member-name {
        margin: 0 0 8px 0 !important;
    }

    .member-profile .content {
        font-family: "Montserrat";
        font-size: 14px;
        line-height: 24px;
    }

    .general-info .card-img img {
        width: 240px;
        height: 274px;
        object-fit: cover;
    }

    .member-info-list {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        gap: 30px 10px;
        padding-top: 26px;
        padding-bottom: 26px;
        font-family: "Montserrat";
        font-size: 14px;
    }

    .member-founder-container {
        flex-direction: row;
    }

    .member-founder-info {
        padding: 34px 40px 14px 40px;
    }

    .banner-content {
        background: #17447a;
        padding: 50px 0 50px 80px;
    }

    .banner-content-2 {
        background: #ee3947;
        padding: 50px 0 50px 80px;
    }

    .banner-sections {
        flex-direction: row;
    }

    .banner-container {
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        flex-direction: row;
    }

    .banner-container-2 {
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        flex-direction: row;
    }

    .banner-container .image-banner {
        position: relative;
        left: -30px;
        /* width: auto; */
        top: auto;
    }

    .banner-container-2 .image-banner {
        position: relative;
        left: 60px;
        width: auto;
        top: auto;
    }

    .card-item img {
        width: 100%;
    }

    .founder-img {
        padding: 0;
    }
}

@media (min-width: 1000px) {
    .card-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 60px 30px;
    }
}

.our-team-wrapper .news-page-filters-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-team-wrapper .news-page-filters-wrapper > div {
    width: 267px;
    margin-bottom: 20px;
}

.our-team-wrapper .news-page-filters-wrapper button {
    margin-top: 20px;
}

.our-team-wrapper .news-page-filters-wrapper button.show {
    display: block;
}

.filter-members-button {
    margin-top: 0;
    display: none;
}

.bios-zero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 60px;
}

.zero-result-main-text {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #111C31;
    padding-bottom: 30px;
}

.zero-result-alt-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #717680;
}

@media (min-width: 992px) {
    .our-team-wrapper .news-page-filters-wrapper {
        flex-direction: row;
        padding-bottom: 3rem;
    }

    .our-team-wrapper .news-page-filters-wrapper > div {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .filter-members-button {
        margin-top: 0;
        display: none;
    }

    .our-team-wrapper .news-page-filters-wrapper button:first-of-type {
        margin-left: auto;
        margin-right: 15px;
    }

    .our-team-wrapper .news-page-filters-wrapper button:last-of-type {
        margin-right: 0;
    }
}

/* END OUR TEAM */

/* DELIVERY WORKERS PAGE */
.delivery-workers-page-wrapper {
    background-color: #f1f4f9;
    padding-bottom: 1px;
}

.delivery-workers-page-wrapper .delivery-workers-header {
    display: flex;
    align-items: center;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #132d56;
}

.delivery-workers-header {
    height: auto;
    padding: 50px 0;
}

.delivery-workers-page-wrapper .delivery-workers-header .page-title {
    margin: 51px 0;
}

.general-info-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.general-info-container .info {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 28px;
}

.general-info-container .info p {
    margin: 30px 0;
}

.general-info-container .info-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.general-info-container .info-numbers .info_number_text {
    min-width: 140px;
    width: 140px;
}

.general-info-container .info-numbers .info_number_text .number {
    font-family: Barlow;
    font-size: 38px;
    font-style: italic;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 0.015em;
    color: #ee3947;
}

.general-info-container .info-numbers .info_number_text .text {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
}

.general-info--img img {
    height: 400px;
    width: 340px;
    object-fit: cover;
}

.delivery-benefit-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    padding-bottom: 50px;
}

.delivery-benefit-grid .card {
    background-color: #fff;
    border-radius: 3px;
    padding: 40px 20px;
    position: relative;
}

.delivery-benefit-grid .card__number {
    font-family: Barlow;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.015em;
    color: #f1f4f9;
    position: absolute;
    right: 18px;
    top: 6px;
}

.delivery-benefit-grid .card__title {
    font-family: Barlow;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 0.015em;
    color: #ee3947;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.delivery-benefit-grid .card__text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.delivery-workers-content-join-us {
    background-color: #062440;
}

.delivery-workers-content-join-us .page-title {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 1.5%;
    padding: 25px 0;
}

.delivery-join-us-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.delivery-join-us-info .images-gallery {
    display: flex;
}

.images-gallery img {
    padding-bottom: 10px;
}

.images-gallery .images-col-1 {
    padding: 30px 10px 0 6px;
}

.images-gallery .images-col-2 {
    padding: 0px 10px 0 10px;
}

.delivery-join-us-desc {
    display: flex;
    flex-direction: column;
}

.delivery-join-us-desc .info-text {
    font-family: Barlow;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.015em;
    text-align: center;
    color: white;
    padding-bottom: 35px;
}

.delivery-join-us-desc .join-button {
    font-family: "Barlow";
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #ee3947;
    color: #fff;
    border-radius: 3px;
    padding: 18px 18px 18px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.delivery-workers-banner-content {
    background-color: #f1f4f9;
}

.delivery-workers-banner-content .banner-content-info {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.delivery-workers-banner-content img {
    max-width: 200px;
    max-height: 200px;
}

.delivery-workers-contact-container-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.delivery-workers-contact-container-mobile > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.delivery-workers-contact-container-mobile .contact-us-card-1 {
    background-color: #062440;
    padding: 20px;
}

.contact-us-card-1 .text-white {
    color: white !important;
    text-align: center;
}

.contact-us-card-1 a {
    display: flex;
    margin: 23px 16px 40px 16px;
}

.contact-us-card-2 h1 {
    text-align: center;
}

.contact-us-card-2 a {
    display: flex;
    margin: 23px 16px 40px 16px;
}

.delivery-workers-contact-container-mobile .contact-us-card-2 {
    background-color: #d4e0f0;
    padding: 20px;
}

.delivery-join-us-desc .desktop {
    display: none;
}

@media (min-width: 768px) {
    .general-info-container {
        padding-top: 45px;
        flex-direction: row;
    }

    .general-info--info {
        padding: 35px 35px 35px 0;
        flex: 1;
    }

    .general-info-container .info p {
        margin: 12px 0;
    }

    .general-info--img {
        padding: 35px 0px 35px 35px;
        display: flex;
        flex: 1;
    }

    .general-info--img img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .delivery-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px;
    }

    .delivery-benefit-grid .card {
        padding: 40px 30px;
    }

    .delivery-workers-content-join-us .page-title {
        display: none;
    }

    .delivery-join-us-info {
        padding-top: 80px;
        flex-direction: row;
    }

    .delivery-join-us-info .images-gallery {
        flex: 1;
    }

    .images-gallery .images-col-1 {
        padding-top: 62px;
    }

    .delivery-join-us-desc {
        flex: 1;
        justify-content: center;
        padding: 0 0 0 90px;
    }

    .delivery-join-us-desc .desktop {
        display: block;
        font-size: 48px;
        line-height: 62px;
        text-align: left;
        margin: 0;
    }

    .delivery-join-us-desc .info-text {
        text-align: left;
    }

    .delivery-workers-banner-content .banner-content-info {
        flex-direction: row;
    }

    .banner-content-info .page-title {
        font-size: 64px;
        line-height: 76px;
        text-align: left;
    }

    .delivery-workers-contact-container-mobile {
        padding: 90px 0;
    }

    .delivery-workers-contact-container-mobile > div {
        flex-direction: row;
    }

    .contact-us-card-1 .contact-us-info {
        flex: 0.8;
        padding-left: 20px;
    }

    .contact-us-card-1 a {
        margin: 23px 0;
    }

    .contact-us-card-2 .contact-us-info {
        flex: 0.8;
        padding-left: 20px;
    }

    .contact-us-card-1 .text-white {
        text-align: left;
    }

    .contact-us-card-2 h1 {
        text-align: left;
    }

    .contact-us-card-2 a {
        margin: 23px 0;
    }
}

/* END DELIVERY WORKERS PAGE */

/* DRIVER PAY SURVEY PAGE */
.facebook-share {
    background-color: #1877f2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
    border-radius: 9999px;
    padding: 6px 12px;
    vertical-align: middle !important;
    height: 28px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.facebook-share:hover {
    background-color: #1665ce;
}

.share-survay-buttons {
    display: flex;
}

.share-survay-buttons svg {
    vertical-align: middle;
    margin-top: -2px;
}

.share-survay {
    padding-top: 50px;
    padding-bottom: 150px;
}

.share-survay-text {
    margin-bottom: 50px;
    color: #101c30;
    font-family: Barlow;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.015em;
}

.driver-pay-graphic {
    text-align: center;
    margin-top: 100px;
}

@media all and (max-width: 767px) {
    .twitter-share {
        display: block;
    }

    .facebook-share {
        display: block;
    }

    .share-survay {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

/* END DRIVER PAY SURVEY PAGE */

/* DELIVERY WORKERS WITH FORM PAGE (only the difference from main delivery workers template) */

#signUp-form {
    background-color: #111c31;
    padding: 20px 40px;
    flex: 1;
    border: 1px solid rgba(195, 203, 221, 0.2);
    box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

#signUp-form h3 {
    color: #ee3947;
    font-family: Barlow;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0.015em;
    text-align: center;
    margin-top: 0;
}

#signUp-form label {
    color: #fff;
}

.signUp-form-terms {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.signUp-form-inputs-wrapper {
    display: flex;
}

.signUp-form-inputs-wrapper div:first-child {
    margin-right: 22px;
}

.hero-with-form {
    display: flex;
    align-items: center;
}

.hero-with-form .page-title {
    text-align: left;
    font-size: 70px;
    flex: 1;
}

.signUp-form-mobile {
    display: none;
}

.images-gallery img {
    width: 100%;
}

.delivery-workers-content {
    background-color: #f1f4f9;
}

@media all and (max-width: 767px) {
    .signUp-form-mobile {
        display: block;
    }

    .signUp-form-desktop {
        display: none;
    }

    #signUp-form.signUp-form-mobile h3 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.015em;
    }

    #signUp-form.signUp-form-mobile {
        padding: 30px 20px;
        margin: 50px 20px;
    }

    .signUp-form-mobile .signUp-form-inputs-wrapper {
        flex-direction: column;
    }

    .signUp-form-inputs-wrapper div:first-child {
        margin-right: 0px;
    }

    .delivery-workers-header .page-title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.015em;
        text-align: center;
    }

    .general-info--img img {
        width: 100%;
    }

    .delivery-workers-content-join-us .page-title {
        margin-top: 0;
    }

    .contact-us-card-1 a,
    .contact-us-card-2 a {
        margin: 23px 0px 40px 0px;
    }
}

/* float banner start */
.float-banner {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 100%;
    max-width: 360px;
    height: auto !important;
    background: #D4E0F0;
    background-size: cover;
    border-radius: 3px;
    padding: 30px 24px !important;
    z-index: 10000;
}

.float-banner-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.float-banner-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #111C31;
}

.float-banner-text p {
    margin-bottom: 4px !important;
}

.float-banner-title {
    font-family: Montserrat;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #111C31 !important;
    font-style: normal;
    margin-top: 0;
}

.float-banner-text-desktop {
    display: none;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #111C31;
}

.float-banner-full-heigth {
    height: 450px !important;
}

@media (max-width: 520px) {
    .float-banner {
        max-width: calc(100% - 35px) !important;
        padding: 33px 15px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .float-banner-title {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .float-banner-text-desktop {
        display: block;
    }

    .float-banner-text {
        display: none;
    }
}

@media (min-width: 500px) {
    .float-banner-text-desktop {
        display: block;
    }

    .float-banner-text {
        display: none;
    }
}

/* float banner end */

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Dropdown Button */
.stateDropbtn, .categoryDropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    margin-top: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 225px;
    display: flex;
    gap: 20px;
    box-direction: reverse;

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 225px;
}

/* Links inside the dropdown */
.dropdown-content option {
    background-color: #ffffff;;
    color: #000000;
    padding: 12px 16px;
    
    text-decoration: none;
    display: block;
    font-family: "Barlow", sans-serif;
}

.dropdown-content option:hover {

    background-color: #d4e0f0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.hide {
    display: none !important;
}
.event-description-text{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.campaigns-item-content-inner > p > img {
    max-width: 95%;
}

.campaigns-item-content-inner > figure > img {
    max-width: 95%;
}

.campaigns-item-content-inner >div> p > img {
    max-width: 95%;
}

.campaigns-item-content-inner >div> figure > img {
    max-width: 95%;
}
.campaigns-item-content-inner > p > iframe {
    max-width: 100%;
}

.campaigns-item-content-inner > figure > iframe {
    max-width: 100%;
}

.campaigns-item-content-inner >div> p > iframe{
    max-width: 100%;
}

.campaigns-item-content-inner >div> figure > iframe {
    max-width: 100%;
}

.link-normalization {
    width: auto!important;
    margin: auto!important;
    display: initial!important;
    background: transparent!important;
    padding: 0 !important;
    text-align: center!important;
}

.under-maintenance-text{
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #717680;
}

.under-maintenance-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agreement-text{
    color: #717680;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;

}

/* service page */
page-title-deactivation-page-font{
    font-size: 57px;
}
.service-page-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 80px;
    padding-top: 15px;
}

.service-page-wrapper .service-page-wrapper-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 50vw rgb(5 26 60 / 70%);
}

.service-page-wrapper .service-page-wrapper-header .breadcrumbs-wrapper {
    margin-bottom: 25px;
}

.service-page-wrapper .service-page-wrapper-header .service-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.service-page-wrapper .service-page-wrapper-content {

    padding-bottom: 150px;
}

.service-page-wrapper .service-page-wrapper-content p {
    margin-bottom: 25px;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a {
    font-family: 'Montserrat', sans-serif;
    background-color: #32373c;
    border-radius: 35px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    color: #50b5f0;
    text-decoration: underline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.service-content p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 15px;
}

.service-content ol {
    list-style: none;
    counter-reset: li;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 10px;
}

.service-content li {
    counter-increment: li
}

.service-content li:before {
    content: counter(li);
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a:last-child {
    margin-right: 0;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a:hover {
    color: #fff;
}

.page-title.page-title--white {
    color: #fff;
}

.service-benefits-list {
}

@media (min-width: 768px) {
    .service-page-wrapper .service-page-wrapper-header {
        height: 390px;
    }

    .service-page-wrapper .service-page-wrapper-header .breadcrumbs-wrapper {
        position: absolute;
        top: 75px;
        left: 15px;
    }
}

@media (min-width: 992px) {
    .service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a {
        font-size: 18px;
        margin-bottom: 0;
    }
}


.service-benefit-item {
    background-color: #fff;
    border-radius: 24px;
    padding: 36px 36px 22px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
}

.service-benefit-item .service-benefit-img {
    width: 100%;
    max-width: 72px;
    margin-bottom: 24px;
}

.service-benefit-item .service-benefit-name {
    font-family: Barlow, sans-serif;
    color: #062440;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-benefit-item .service-benefit-desc {
    font-weight: 400;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #6f7b8e;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    font-size: 14px;
}

.service-benefit-item .service-benefit-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 205px;
    width: 100%;
    margin-top: 40px;
}

.service-benefit-btns .button:last-child {
    margin-top: 24px;
}


/* E
ND service page */

@media (min-width: 768px) {

    

    .service-benefit-item {
        flex-direction: row;
    }

    .service-benefit-item .service-benefit-img {
        margin-bottom: 0px;
        margin-left: 50px;
    }

    .service-benefit-item .service-benefit-text {
        margin-left: 40px;
        width: 100%;
        margin-right: 20px;
    }

    .service-benefit-item .service-benefit-name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

    .service-benefit-btns .button:last-child {
        margin-top: 24px;
    }

    .service-benefit-item .service-benefit-desc {
        line-height: 28px;
        font-size: 16px;
        text-align: left;
    }

    .service-benefit-item .service-benefit-btns {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .sc-tile-top:after {
        top: unset;
        bottom: 25px;
        right: 16px;
    }
}

.img-responsive {
    height: auto;
    max-width: 100%;
    /* display: block; */
}


/* Contact Us block */
.contacts__new-info {
    display: flex;
    padding-bottom: 90px;
    flex-wrap: wrap;
    .contacts__inform {
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .contacts__inform ul > li {
        position: relative;
        padding-left: 17px;
        margin-bottom: 10px;
    }

    .contacts__inform ul > li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #e73846;
    }

    .contacts__inform ol > li {
        position: relative;
    }

    .contacts__inform ol > li:before {
        content: counter(num) "" !important;
        counter-increment: num !important;
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
        font-family: Lato !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        color: #e73846 !important;
        width: 0 !important;
        height: 0 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }

    .contacts__inform .contacts__inform_top {
        display: flex;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left {
        position: relative;
        display: flex;
        flex-direction: column;
        width: calc(100% * 2 / 3);
        padding: 40px 36px 36px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__new-icon {
        position: absolute;
        top: 14px;
        right: 14px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_title {
        font-family: Barlow;
        font-size: 24px;
        font-style: italic;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.015em;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top {
        display: flex;
        font-family: Montserrat;
        font-weight: 400;
        line-height: 28px;
        color: #111c31;
        margin-bottom: 30px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first {
        width: 50%;
        padding-right: 24px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first ol {
        font-size: 12px;
        padding-left: 32px;
        list-style: none;
        counter-reset: num;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_second {
        width: 50%;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom {
        display: flex;
        align-items: center;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom .contacts__inform_left_bottom_button {
        width: 50%;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom div {
        width: 50%;
        font-family: Montserrat;
        font-weight: 400;
        line-height: 28px;
        color: #111c31;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_right {
        display: flex;
        flex-direction: column;
        padding: 40px 27px 36px;
        flex: 1;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_column {
        font-family: Montserrat;
        font-weight: 400;
        line-height: 28px;
        color: #111c31;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_title {
        font-family: Barlow;
        font-size: 24px;
        font-style: italic;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.015em;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_title a {
        color: #ee3947;
    }

    .contacts__inform .contacts__inform_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_button {
        width: calc(100% / 3 - 72px);
        margin-right: 36px;
    }

    .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_text {
        font-family: Barlow;
        width: calc(100% * 2 / 3);
        font-size: 24px;
        font-style: italic;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.015em;
        text-transform: uppercase;
        color: #fff;
        padding: 51px 36px;
    }


    @media (max-width: 768px) {
        .contacts__inform {
            margin-top: 64px;
            margin-left: -15px;
            margin-right: -15px;
        }

        .contacts__inform .contacts__inform_top {
            flex-direction: column;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left {
            width: 100%;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top {
            flex-direction: column;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first {
            width: 100%;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_second {
            width: 100%;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom {
            flex-direction: column;
            gap: 25px;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom div {
            width: 100%;
            text-align: center;
        }

        .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom .contacts__inform_left_bottom_button {
            width: 100%;
        }

        .contacts__inform .contacts__inform_bottom {
            flex-direction: column;
            padding-bottom: 36px;
        }

        .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_text {
            width: 100%;
            padding: 51px 44px;
            text-align: center;
        }

        .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_button {
            width: calc(100% - 72px);
            margin-right: 0;
        }

        .contacts__form .contacts__title {
            font-size: 24px;
        }

        .contacts__form-contact_us .form__group--large {
            margin-bottom: 42px;
        }

        .contacts__form-contact_us .button {
            width: 100%;
        }

    }


    .contacts__new-block {
        position: relative;
        display: flex;
        width: calc(100% / 3);
        padding: 40px;
    }

    .contacts__new-block:nth-child(1) {
        color: #fff;
        border-radius: 3px 0 0 3px;
    }

    .contacts__new-block:nth-child(2),
    .contacts__new-block:nth-child(3) {
        flex-direction: column;
    }

    .contacts__new-block:nth-child(3) {
        border-radius: 0 3px 3px 0;
    }

    .contacts__new-icon {
        display: inline-block;
    }

    .contacts__new-block:nth-child(1) .contacts__new-icon {
        margin-right: 22px;
    }

    .contacts__new-block:nth-child(2) .contacts__new-icon,
    .contacts__new-block:nth-child(3) .contacts__new-icon {
        position: absolute;
        top: 14px;
        right: 14px;
    }

    .contacts__new-title {
        font-family: Barlow;
        font-size: 24px;
        font-style: italic;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.015em;
        text-transform: uppercase;
    }

    .contacts__new-block:nth-child(1) .contacts__new-link {
        font-size: 24px;
        font-style: italic;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.015em;
        color: #EE3947;
    }

    .contacts__new-link svg {
        margin-left: 18px;
    }

    .contacts__new-small {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin: 20px 0 0;
    }

    .contacts__new-block:nth-child(2) .contacts__new-small,
    .contacts__new-block:nth-child(3) .contacts__new-small {
        margin-bottom: 45px;
    }

}
.contacts__new-title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.contacts__new-link svg {
    margin-left: 18px;
}


.contacts__new-small {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0 0;
}

.contacts__new-block:nth-child(2) .contacts__new-small,
.contacts__new-block:nth-child(3) .contacts__new-small {
    margin-bottom: 45px;
}

.button-normalization{
    transition: all .5s ease;
    -o-transition: all .5s ease;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: inline-flex;
    min-height: 48px;
    min-width: 130px;
}
.button-normalization:hover{
   background-color: #1781ff;
}
/* Contact Us block */

.center-youtube-video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 25px;

}

@media (max-width: 576px) {
    .center-youtube-video {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 1px;
        margin-right: 1px;
        width: 100%;
        padding-bottom: 25px;
    }
}



/*** Classes ***/
.classes-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 38px;
    margin-bottom: 20px;
}

.classes-button {
    color: #fff;
    text-decoration: none;
    padding: 17px 30px;
}

.classes-button svg {
    margin-left: 16px;
}

.classes-section {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 52px 48px;
    margin-bottom: 0px;
    border-radius: 3px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 80px;
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 60px;
    gap: 24px;
}

.classes-section-block{
    padding: 52px 48px;
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap:46px;
    background-color: transparent;
    font-size: 14px;
    padding-left: 0;
    padding-top: 40px;
    padding-right: 0;
}
.classes-section-block-div{
    width: calc(50% - 12px);
}
.classes-text-space{
    width: calc(50% - 30px)
}
.classes-div-section{
    background-color: #F1F4F9;
    width: 100%;
    height: fit-content;
    color: #111C31;
    padding: 25px;
    display: flex;
    flex-direction: row;
  /*  gap: 56px;*/
}
.classes-div-location-inner{
    max-width: 52%;
    padding-right: 15px;
}
@media (max-width: 768px) {
    .classes-div-location-inner{
        max-width: 100%;

    }
}

@media (max-width: 768px) {
    .classes-text-space{
        width: 100%;

    }
}
@media (max-width: 768px) {
    .classes-div-section{
        width: 100%;
        height: auto;
        flex-direction: column;


    }

    .classes-section-block-div{
        width: 100%;}
}
.class-location-section{
    width: 100%;
    background-color: #062440;
    padding: 25px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.class-section-full-width-block{
    width: 100%;
    height: fit-content;
    color: #111C31;
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.class-section-full-width-block-location{

    padding: 25px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin: 0px;
    height: fit-content;
    width: calc(50% - 12px);
}

@media (max-width: 768px) {
    .class-section-full-width-block-location{
      width: 100%;
        padding: 16px;

    }
}

@media (max-width: 768px) {
    .class-section-full-width-block{
        flex-direction: column;

    }
}

@media (max-width: 768px) {
    .class-location-section{
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .classes-section-container{
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .classes-section {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.classes-section-card {
    border-radius: 3px;
    background-color: #fff;
    width: 351px;
    height: 351px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 17px;

}

.linkClasses {

    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;

    p {
        font-size: 18px;
        color: var(--Main-Gray, #717680);
        margin: 0;
        padding: 0;
    }
}


.classes-section-info {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 0px 48px;
    padding-top: 30px;
    border-radius: 3px;

}


.classes-section-contacts {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 24px 48px;
    margin-bottom: 60px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;

}

.classes-section-button{
    gap: 18px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: var(--Main-Green, #EE3947);
    p{
        color: #FFFFFF;
        margin-bottom: 0px;
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'liga' off;
        /* Buttons/Main */
        font-family: Barlow;
        font-size: 16px;
        font-style: italic;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
}


.classes-info-section{
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: black;
    padding: 25px;
    font-family: sans-serif;
    width: 70%;
    margin-top: 0px
}
@media (max-width: 768px) {
    .classes-info-section{
        width: 100%;
    }
}


.classes-title-card{


    color: var(--Main-Black, #111C31);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.classes-section-container{
    background: #fff;
    gap: 43px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .classes-section-contacts {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .classes-section-container{
        justify-content: center;
    }
}




.classes-section-grey {
    background-color: #D4E0F0;
}

.classes-section-left {
    padding-right: 30px;
}

.classes-section-right {
    padding-left: 30px;
    margin-top: 48px;
}

.classes-section-right-grey {
    background: #F3F6FA;
    border-radius: 3px;
    margin-top: 0;
    padding: 36px;
}

.classes-section-70 {
    float: left;
    width: 70%;
}

.classes-section-50 {
    float: left;
    width: 50%;
}

.classes-section-30 {
    float: left;
    width: 30%;
}

.classes-tc {
    text-align: center;
    color: var(--Main-Gray, #6F7B8E);
}

.classes-phone {
    font-weight: 700;
    text-decoration: none;
    color: #111C31;
}
.classes-page-desc {
    padding-top: 25px;
    font-family: sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    margin-bottom: 36px;
    color: #111C31;
}

.classes-page-title {
    padding-top: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    margin-bottom: 36px;
    color: #111C31;
}

.classes-free {
    margin-bottom: 34px;
}

.classes-location {
    margin-top: 25px;
}

.classes-location-title {
    font-family: Barlow;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-right: 10px;
    display: flex;
}

.classes-location-remark {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 768px) {

    .classes-section-left,
    .classes-section-right {
        width: 100% !important;
        padding-left: 0;
    }

    .classes-section-right-grey {
        padding-left: 36px;
        margin-top: 36px;
    }
}

@media (max-width: 576px) {
    .page__top {
        /*max-height: 800px !important;
		height: 800px !important;*/
    }

    .classes-section {
        padding: 15px;
    }
}
.page-subtitle {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 38px;
    margin-bottom: 20px;
}

li::marker {
    color: red;
}


.contacts-button {
    color:blue;
}

/*** Contact us New ***/

.contact-us-container{
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us-card{

    background-color: #132D56;
    width: 1238px;
    height: auto;
}

/*//rrfrfrff////*/
.contact-us-card-grey{
    width: 1317px;
    height: auto;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 55px;
    padding-top: 25px;
    background-color: #F1F4F9
}

.contact-us-card-inner{

    background-color: #17447A;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 55px
}
.contact-us-card-inner-grey{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: #132D56;
    border-radius: 5px;
    height: 81px;
}
.contact-us-card-inner-grey-text{
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-style: italic;
}
.press-inquires-container{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.press-inquires-text{
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;

}
.div-states-contact{
    padding-bottom: 80px;

}
@media (max-width: 768px) {
    .div-states-contact{
        padding-bottom: 0px;
    }}

@media (max-width: 768px) {
    .press-inquires-text{
        display: flex;
        flex-direction: column;
    }}


@media (max-width: 768px) {
    .contact-us-card-inner-grey-text{
        font-size: 20px;
    }}
.contact-us-state-title{
    font-style: italic;
    font-family: Barlow, sans-serif;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 54px;
}

@media (max-width: 768px) {
    .contact-us-state-title{
        font-size: 33px;
    }}

.contact-us-buttons{
    display: flex;
    justify-content: space-around;
    align-items:center;
    padding-top: 38px;
}


.contact-us-day-section{

    display: flex;
    justify-content: space-between;
    margin-left: 38px;
    margin-right: 38px;
    margin-top: 38px;
    flex-direction: column;
    align-items: center
}
.contact-us-day-section-inner{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.contacts-us-icons{

    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 768px) {
    .contact-us-container{
        margin-bottom: 35px;
        width: auto;
        display: flow-root;
        flex-direction: column;
        gap: 20px;
    }}
@media (max-width: 768px) {
    .contact-us-card{
        width: auto;
        flex-direction: column;
        gap: 20px;
    }}

@media (max-width: 768px) {
    .contact-us-card-grey{
        width: auto;
        flex-direction: column;
        gap: 20px;
    }}
@media (max-width: 768px) {
    .contact-us-icon{
        flex-direction: column;
        gap: 20px;
    }}
@media (max-width: 768px) {
    .contact-us-day-section{
        flex-direction: column;
        gap: 20px;
    }}
@media (max-width: 768px) {
    .contact-us-buttons{
     flex-direction: column;
        gap: 20px;

    }
}



@media (max-width: 768px) {
    .classes-text-space{
        width: 100%;

    }
}


.iframe-forms{
    width: 700px;
    height: 500px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .iframe-forms{
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.driver-pay-content{
    display: flex;
    margin-left: 55px;
}


@media (max-width: 768px) {
    .driver-pay-content{
        display: flex;
        flex-direction: column;
        margin-left: 0px;;
    }
}

.driver-pay-content-inner{
    width: 517px;
    font-size: 16px;
    padding-right: 15px;
}


@media (max-width: 768px) {
    .driver-pay-content-inner{
        width: fit-content;
        font-size: 16px;
        padding-right: 15px;
    }
}