.module-google-map {
    width: 100%;
    min-height: fit-content;
    overflow: visible;
}
.module-google-map .signup-cta {
    display: none; }
.module-google-map .google-map-conatiner {
    height: 642px;
    width: 100%; }

.module-google-map .google-map-conatiner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/*.module-google-map .marker-info-window-container {*/
/*    max-width: 400px; }*/
.module-google-map .marker-info-window-header,
.module-google-map .marker-info-window-content {
    padding: 20px; }
.module-google-map .marker-info-window-content .email_verified {
    margin: 0 !important;
    color: #061637;
}
.module-google-map .marker-info-window-header {
    background: #009BDF;
    padding-right: 60px; }
.module-google-map .marker-info-window-header h4 {
    line-height: 1.2;
    margin-bottom: 0; }
.module-google-map .marker-info-window-header a:link,
.module-google-map .marker-info-window-header a:visited {
    color: #FFFFFF; }
.module-google-map .marker-info-window-content {
    padding-top: 12px;
    padding-bottom: 12px; }
.module-google-map .marker-info-window-content .location:not(:last-child),
.module-google-map .marker-info-window-content .sports:not(:last-child) {
    margin-bottom: 10px; }
.module-google-map .marker-info-window-content .location h4,
.module-google-map .marker-info-window-content .sports h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px; }
.module-google-map .marker-info-window-content p:not(:last-child) {
    margin-bottom: 1rem; }
.module-google-map .marker-info-window-content p:last-child {
    margin-bottom: 0; }
.module-google-map .marker-info-window-cta {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2; }
.module-google-map fieldset {
    border: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
    margin: unset;
    margin-bottom: 24px; }
.module-google-map fieldset label {
    color: #1e2f43; }
.module-google-map h4 {
    color: #009bdf;
    font-size: 1.5rem;
    font-weight: 600; }
.module-google-map label.choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0 0.75rem 1rem;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.883rem; }
.module-google-map label.choice:last-child {
    border-bottom: none;
    padding-bottom: 0; }
.module-google-map label.choice:last-child:after {
    top: calc(50% - 6px) !important; }
.module-google-map label.choice.blue-bg {
    position: relative; }
.module-google-map label.choice.blue-bg input {
    opacity: 0; }
.module-google-map label.choice.blue-bg svg {
    margin-right: 4px; }
.module-google-map label.choice.blue-bg:after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    content: "";
    color: #009BDF;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    top: calc(50% - 12px);
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 5px;
    background-color: #CCEBF9; }
.module-google-map label.choice.blue-bg.checked:after {
    content: "\f00c"; }
.module-google-map .select2-container {
    cursor: default; }
.module-google-map .select2-container .select2-selection--multiple {
    height: 78px;
    padding: 0 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.module-google-map .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: unset;
    max-height: 100%;
    overflow-y: scroll; }
.module-google-map .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #CCEBF9;
    margin: 0.1563rem; }
.module-google-map .select2-container .select2-selection--multiple .select2-selection__choice * {
    height: 100%; }
.module-google-map .select2-container .select2-search--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.module-google-map .select2-container .select2-search--inline textarea {
    margin: 0; }
.module-google-map .select2-container .selection {
    height: 100%; }
.module-google-map .select2-container .select2-selection__choice__display {
    cursor: default;
    padding-left: 1rem; }
.module-google-map .map-location-search {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 1; }
@media only screen and (max-width: 576px) {
    .module-google-map .map-location-search {
        width: 32%;
    }
}
.module-google-map .map-location-search form {
    display: flex;
    width: 100%;
}
.module-google-map .map-location-search form input,
.module-google-map .map-location-search form button {
    height: 40px;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }
.module-google-map .map-location-search form input[type=search] {
    background: #FFFFFF;
    border-radius: 2px 0 0 2px; }
.module-google-map .map-location-search form input[type=search]:focus-visible {
    outline: #009bdf auto 1px; }
.module-google-map .map-location-search form button {
    background: #FFFFFF;
    border-radius: 0 2px 2px 0;
    padding: 12px; }
.module-google-map .map-location-search form button > svg {
    height: 16px;
    width: auto; }
.module-google-map .map-location-search form button > svg path {
    fill: #5b5b5b; }
.module-google-map .map-location-search form button:hover > svg path {
    fill: #2d2d2d; }
.module-google-map .map-location-search form button:active > svg path {
    fill: #121212; }

body.logged-out .module-google-map.module-blurred .google-map-conatiner,
body.logged-out .module-google-map.module-blurred .map-filter__wrapper,
body.logged-out .module-google-map.module-blurred .map-location-search {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none; }

body.logged-out .module-google-map.module-blurred .signup-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    background: #009bdf;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 28px 35px;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}

body.logged-out .module-google-map.module-blurred .signup-cta {
    padding: 12px 28px 22px;
}
body.logged-out .module-google-map.module-blurred .signup-cta a {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 1024px) {
    body.logged-out .module-google-map.module-blurred .signup-cta a {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    body.logged-out .module-google-map.module-blurred .signup-cta a {
        font-size: 30px;
        line-height: 40px;
    }
}

.map-filter__wrapper {
    position: absolute;
    width: 350px;
    margin-left: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 0 40px 0 rgba(45, 54, 67, 0.2);
    height: calc(100% - 120px);
    top: 50%;
    transform: translateY(-50%);
    left: -362px;
    transition: all .3s ease-in-out;
    z-index: 7;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 490px) {
    .map-filter__wrapper {
        left: -306px;
        margin-left: 6px;
    }
}
@media only screen and (max-width: 490px) {
    .map-filter__wrapper {
        width: 300px;
    }
}
.map-filter__wrapper.map-filter__wrapper_close {
    left: 0;
}
.map-filter__wrapper #filter-map {
    overflow-y: auto;
    overflow-x: hidden;
}
.map-filter__wrapper .filters-container {
    padding: 0 30px 30px;
    height: 100%;
}
@media only screen and (max-width: 490px) {
    .map-filter__wrapper .filters-container {
        padding: 0 20px 20px;
    }
}
.map-filter__wrapper .map-filter__wrapper-header {
    font-size: 18px;
    line-height: 28px;
    padding: 30px 30px 10px 30px;
    background-color: transparent !important;
    color: #000;
    font-family: "Bjorn", sans-serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (max-width: 490px) {
    .map-filter__wrapper .map-filter__wrapper-header {
        padding: 20px 20px 10px 20px;
    }
}
.map-filter__wrapper .map-filter__wrapper-header .divider {
    border-bottom: 1px solid rgb(215, 223, 233);
    margin-bottom: 16px;
    padding-top: 16px;
}
@media only screen and (max-width: 1024px) {
    .map-filter__wrapper .map-filter__wrapper-header {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .map-filter__wrapper .map-filter__wrapper-header {
        font-size: 18px;
        line-height: 28px;
    }
}
.map-filter__wrapper .map-filter__wrapper-header svg {
    display: none;
}
.map-filter__wrapper fieldset {
    margin-bottom: 25px !important;
    border-bottom: 1px solid rgb(215, 223, 233);
    padding-bottom: 32px;
}
.map-filter__wrapper fieldset:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.map-filter__wrapper fieldset h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: initial;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
    font-family: "Bjorn", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.map-filter__wrapper fieldset h4 span {
    background: #FFD41C;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px 4px;
    font-size: 10px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
}
.map-filter__wrapper fieldset .select2-container {
    width: 275px !important;
}
@media only screen and (max-width: 490px) {
    .map-filter__wrapper fieldset .select2-container {
        width: 245px !important;
    }
}
.map-filter__wrapper label.choice {
    font-size: 16px;
    line-height: 24px;
    color: #2D3643;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 14px;
    font-family: "Lato", sans-serif;
    padding-left: 28px;
    cursor: pointer;
}
.map-filter__wrapper label.choice.disabled-user {
    opacity: 0.3;
}
.map-filter__wrapper label.choice:last-child {
    margin-bottom: 0;
}
.map-filter__wrapper label.choice:last-child:after {
    top: calc(50% - 0px) !important;
}
.map-filter__wrapper label.choice input {
    width: 10px;
    position: absolute;
}
.map-filter__wrapper label.choice.blue-bg:after {
    border-radius: 4px;
    border: 1px solid #AFBACA;
    background-color: #F9FAFB;
    color: #ffffff;
    width: 20px !important;
    height: 20px !important;
    top: calc(50% - 0px) !important;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
}
.map-filter__wrapper label.choice.blue-bg.checked:after {
    background-color: #009BDF;
    border-color: #009BDF;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC4xMjUgMy4zNzVMNC44NzUgOC42MjVMMi4yNSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
    content: "";
}

.google-map-conatiner .gmnoprint button {
    border-radius: 0;
    font-weight: 400;
}
.google-map-conatiner .gmnoprint button > div {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: scaleX(1) !important;
}

.map-location-search form input {
    border-radius: 2px 0 0 2px !important;
    background-color: #fff !important;
    border: 1px solid transparent !important;
    padding: 0 0.75rem !important;
    color: inherit !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    height: auto;
    outline: none !important;
}

.map-filter__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 51px;
    height: 150px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-radius: 0 8px 8px 0;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.gm-style .gm-style-iw {
    box-shadow: 0 8px 40px 0 rgba(45, 54, 67, 0.2);
    max-width: 412px !important;
    border-radius: 16px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .gm-style .gm-style-iw {
        max-width: 345px !important;
    }
}
.gm-style .gm-style-iw .gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0;
}
.gm-style .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
    display: none !important;
}
.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style-iw-d {
    overflow: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    padding: 0 !important;
}

.gm-style-iw-d > div {
    max-height: 468px;
}

.gm-style-iw-d::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important; }

.gm-style .gm-style-iw .gm-style-iw-chr button.gm-ui-hover-effect {
    width: auto !important;
    height: auto !important;
    right: 36px !important;
    top: 36px !important;
    opacity: 1 !important
}
.gm-style .gm-style-iw .gm-style-iw-chr button.gm-ui-hover-effect span {
    display: none !important;
}
.gm-style .gm-style-iw .gm-style-iw-chr button.gm-ui-hover-effect:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwM18yMjgzKSI+CjxwYXRoIGQ9Ik0xNS4wNzcyIDEzLjkyMzNMOS4xNTM5NCA4LjAwMDAzTDE1LjA3NzIgMi4wNzY4QzE1LjM5OTggMS43NTQxNyAxNS4zOTk4IDEuMjQ1ODggMTUuMDc3MiAwLjkyMzI0OEMxNC43NTQ1IDAuNjAwNjE3IDE0LjI0NjIgMC42MDA2MTcgMTMuOTIzNiAwLjkyMzI0OEw4LjAwMDM5IDYuODQ2NDdMMi4wNzcxNyAwLjkyMzI0OEMxLjc1NDU0IDAuNjAwNjE3IDEuMjQ2MjQgMC42MDA2MTcgMC45MjM2MTQgMC45MjMyNDhDMC42MDA5ODMgMS4yNDU4OCAwLjYwMDk4MyAxLjc1NDE3IDAuOTIzNjE0IDIuMDc2OEw2Ljg0Njg0IDguMDAwMDNMMC45MjM2MTQgMTMuOTIzM0MwLjYwMDk4MyAxNC4yNDU5IDAuNjAwOTgzIDE0Ljc1NDIgMC45MjM2MTQgMTUuMDc2OEMxLjA2MTQ5IDE1LjIxNDcgMS4yNzIzNSAxNS4zMjUgMS41MDAzOSAxNS4zMjVDMS42OTg4NCAxNS4zMjUgMS45MjU5NSAxNS4yNTk0IDIuMDg1OSAxNS4wNjgxTDguMDAwMzkgOS4xNTM1OEwxMy45MjM2IDE1LjA3NjhDMTQuMDYxNSAxNS4yMTQ3IDE0LjI3MjMgMTUuMzI1IDE0LjUwMDQgMTUuMzI1QzE0LjY5OTIgMTUuMzI1IDE0LjkyNjcgMTUuMjU5MiAxNS4wODY2IDE1LjA2NzJDMTUuMzk5OCAxNC43NDQxIDE1LjM5NjYgMTQuMjQyNyAxNS4wNzcyIDEzLjkyMzNaIiBmaWxsPSIjNzE3MTcxIiBzdHJva2U9IiM3MTcxNzEiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjAzXzIyODMiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+");
    height: 12px;
    width: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container {
    max-height: 468px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header {
    padding: 24px 46px 0 24px;
    background: transparent;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 {
    font-size: 20px;
    line-height: 30px;
}
@media only screen and (max-width: 1024px) {
    .gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 a {
    font-size: inherit;
    line-height: inherit;
    color: #061637;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 a:hover {
    color: #FFD41c;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-header h5 a:focus-visible {
    outline: none;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content {
    padding: 24px 24px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .event_date_wrap {
    margin-bottom: 12px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .event_date_wrap .event_date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 4px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .event_date_wrap .event_date p {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .event_date_wrap .event_date p .event_dates_icon {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .event_date_wrap .event_date p .event_dates_date {
    font-size: 16px;
    line-height: 24px;
    color: #061637;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .location {
    padding-left: 24px;
    position: relative;
    margin-bottom: 0;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .location .icon {
    position: absolute;
    top: 4px;
    left: 0;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .location p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #061637;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .sports {
    margin-top: 16px;
    margin-bottom: 0;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .sports h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .sports p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #061637;
}
.gm-style .gm-style-iw .gm-style-iw-d .marker-info-window-container .marker-info-window-content .marker-info-window-cta {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}
.map-filter__toggle_close svg {
    transform: rotate(180deg);
}