.explore {
    background-color: #F5F5F5;
}

.explore__wrap {
    padding-bottom: 96px;
    padding-top: 96px;
}

@media screen and (max-width: 1024px) {
    .explore__wrap {
        padding-bottom: 72px;
        padding-top: 72px;
    }
}

.explore__title {
    color: #A2AAAD;
    font-family: "Canela", serif;
    font-size: 88px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 88px;
    margin: -13px auto 64px;
    max-width: 1440px;
    padding-bottom: 15px;
    padding-left: 144px;
    padding-right: 144px;
    text-align: center;
}

.explore__title p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .explore__title {
        font-size: 48px;
        line-height: 56px;
        padding: 0 24px 9px;
        margin-top: -12px;
    }
}

.explore__title strong {
    color: #09142B;
    font-weight: 400;
}

.explore__rack {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.explore__underline {
    height: 2px;
    border-radius: 2px;
    background-color: #09142B;
    position: absolute;
    margin-left: 24px;
    margin-right: 24px;
    -webkit-transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), -o-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -moz-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -moz-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -o-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    left: 0;
    bottom: 0;
}

.explore__slider {
    font-family: "europa", sans-serif;
}

.explore__slides {
    height: 326px;
    position: relative;
    background-color: #F5F5F5;
}

@media screen and (max-width: 1024px) {
    .explore__slides {
        height: 320px;
    }
}

.explore__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-top: 48px;
}

.explore__slide {
    position: absolute;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -moz-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -moz-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -o-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    max-width: 100%;
}

.explore__slide--before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.explore__slide--current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.explore__slide--after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.explore__slide--empty-content {
    max-width: 684px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 46px 8px 63px 8px;
    background-color: #FBFBFB;
}

@media screen and (max-width: 767px) {
    .explore__slide--empty-content {
        margin: 0 auto;
        max-width: -webkit-calc(100% - 48px);
        max-width: -moz-calc(100% - 48px);
        max-width: calc(100% - 48px);
    }
}

.explore__slide--empty-vector {
    margin: 24px 0;
}

@media screen and (max-width: 1024px) {
    .explore__slide--empty-vector {
        margin: 10px 0 24px 0;
    }
}

.explore__slide--empty-title {
    font-size: 18px;
    line-height: 24px;
    color: #5B6D8F;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .explore__slide--empty-title {
        max-width: 194px;
    }
}

.explore__pagination {
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .explore__pagination {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
}

.explore__pagination--top {
    margin-bottom: 32px;
}

.explore__pagination--bottom {
    margin-bottom: -32px;
    height: 32px;
    -webkit-transition: margin-bottom 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: margin-bottom 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: margin-bottom 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: margin-bottom 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    overflow-y: hidden;
}

.explore__pagination--bottom .explore__nav_item {
    font-family: "europa", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .explore__pagination--bottom .explore__nav_item:nth-child(1) {
        margin-left: 24px;
    }
    .explore__pagination--bottom .explore__nav_item:nth-last-child(2) {
        margin-right: 24px;
    }
}

.explore__pagination--visible {
    height: 32px;
    margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
    .explore__pagination--visible {
        overflow-x: auto;
        width: 100%;
        scrollbar-width: none;
    }
    .explore__pagination--visible::-webkit-scrollbar {
        display: none;
    }
}

.explore__nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .explore__nav {
        overflow: initial;
    }
}

.explore__nav span {
    display: block;
}

.explore__nav_item {
    margin-bottom: 20px;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 24px;
    font-family: "europa", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.15em;
    color: #5B6D8F;
    -webkit-transition: color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1024px) {
    .explore__nav_item {
        margin: 0 16px;
        font-size: 12px;
        line-height: 20px;
    }
}

.explore__nav_item span {
    cursor: pointer;
}

.explore__nav_item--active {
    color: #09142B;
}

.explore__group {
    max-width: 1440px;
    padding-left: 144px;
    padding-right: 144px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    margin: 0 auto;
    background-color: #F5F5F5;
}

@media (max-width: 1250px) {
    .explore__group {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .explore__group {
        grid-template-columns: 1fr;
        background-color: transparent;
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .explore__group {
        padding: 0 24px;
    }
}

.explore__item {
    /* min-height: 326px; */
    padding: 8px;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    max-height: 326px;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (min-width: 1025px) {
    .explore__item:hover .explore__hover_border {
        top: -8px;
        left: -8px;
        border: 8px solid #FFFFFF;
        width: -webkit-calc(100% + 16px);
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px);
        height: -webkit-calc(100% + 16px);
        height: -moz-calc(100% + 16px);
        height: calc(100% + 16px);
    }
    .explore__item:hover::before {
        opacity: 1;
        visibility: visible;
    }
    .explore__item:hover .arrowBtn svg path {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    .explore__item:hover .arrowBtn svg rect {
        -webkit-transform: translateY(-2px) scale(1.16);
        -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
        -o-transform: translateY(-2px) scale(1.16);
        transform: translateY(-2px) scale(1.16);
    }
}

@media screen and (max-width: 1024px) {
    .explore__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .explore__item {
        min-height: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        margin-bottom: 16px;
        max-height: unset;
    }
}

.explore__hover_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    pointer-events: none;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (max-width: 1024px) {
    .explore__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
}

.explore__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .explore__bottom {
        width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
        height: 100%;
        padding: 8px 0 0 16px;
    }
}

.explore__address {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .explore__address {
        position: relative;
        padding-right: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .explore__street {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
}

.explore__suburb {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .explore__suburb {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
}

.explore__arr_right {
    position: absolute;
    right: 0;
    top: 8px;
}

.explore__img {
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .explore__img {
        height: 80px;
        width: 64px;
        margin-bottom: 0;
    }
}

.explore__attr_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .explore__attr_link {
        margin-bottom: 0;
    }
}

.explore__attributes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.explore__attribute {
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-right: 8px;
}

.explore__icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.explore__count {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.explore__link {
    pointer-events: none;
}


/*# sourceMappingURL=explore.css.map */