.page_page__KdIv3,
.page_page__KdIv3 main {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.page_page__KdIv3 main {
    background-color: #fff
}

.button_container__KHrBT {
    display: inline-flex
}

.button_container__KHrBT.button_auto__wbtEz {
    width: 100%
}

@media(min-width:480px) {
    .button_container__KHrBT {
        width: auto
    }
}

.button_linkOrButton__IR26U {
    align-items: center;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    position: relative;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px
}

.button_linkOrButton__IR26U.button_size-s__UNLed {
    font-size: 14px;
    padding: 0 20px;
    height: 32px;
    line-height: 150%
}

.button_linkOrButton__IR26U.button_size-m__QDiG4 {
    font-size: 14px;
    padding: 0 24px;
    height: 40px;
    line-height: 150%
}

.button_linkOrButton__IR26U.button_size-l__qIBWv {
    font-size: 16px;
    padding: 0 24px;
    height: 48px;
    line-height: 150%
}

.button_linkOrButton__IR26U.button_size-xl__4k6_W {
    font-size: 16px;
    padding: 0 40px;
    height: 56px;
    line-height: 150%
}

.button_linkOrButton__IR26U.button_size-xxl___3a25 {
    font-size: 22px;
    padding: 0 48px;
    height: 64px;
    line-height: 150%
}

.button_linkOrButton__IR26U.button_roundedCorners__a8glJ {
    border-radius: 36px
}

.button_linkOrButton__IR26U.button_disabled__a0wMR {
    opacity: .6;
    pointer-events: none
}

.button_linkOrButton__IR26U.button_auto__wbtEz {
    width: 100%
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U {
    padding: 0
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U.button_size-s__UNLed {
    width: 32px
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U.button_size-m__QDiG4 {
    width: 40px
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U.button_size-l__qIBWv {
    width: 48px
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U.button_size-xl__4k6_W {
    width: 56px
}

.button_linkOrButton__IR26U.button_iconButton__Jki_U.button_size-xxl___3a25 {
    width: 64px
}

.button_linkOrButton__IR26U.button_primary__raeTg {
    background-color: #000;
    color: #fff;
    border: none;
    transition: all .2s ease-in-out
}

.button_linkOrButton__IR26U.button_primary__raeTg:focus,
.button_linkOrButton__IR26U.button_primary__raeTg:hover {
    color: #000;
    background-color: #29c7b0
}

.button_linkOrButton__IR26U.button_primary__raeTg.button_loading__YyDkq {
    background-color: #29c7b0
}

.button_linkOrButton__IR26U.button_secondary___fvv9 {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: all .2s ease-in-out
}

.button_linkOrButton__IR26U.button_secondary___fvv9:focus,
.button_linkOrButton__IR26U.button_secondary___fvv9:hover {
    color: #fff;
    background-color: #000
}

.button_linkOrButton__IR26U.button_secondary___fvv9.button_darkMode___ywMj {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    transition: all .2s ease-in-out
}

.button_linkOrButton__IR26U.button_secondary___fvv9.button_darkMode___ywMj:focus,
.button_linkOrButton__IR26U.button_secondary___fvv9.button_darkMode___ywMj:hover {
    border: 2px solid #000;
    background-color: #000
}

.button_linkOrButton__IR26U.button_tertiary__Opd59 {
    color: #121212;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out
}

.button_linkOrButton__IR26U.button_tertiary__Opd59.button_darkMode___ywMj {
    color: #fff
}

.button_linkOrButton__IR26U.button_tertiary__Opd59:focus,
.button_linkOrButton__IR26U.button_tertiary__Opd59:hover {
    color: #121212;
    background-color: #f2f2f2
}

.button_linkOrButton__IR26U.button_noBorder__aPre8,
.button_linkOrButton__IR26U.button_noBorder__aPre8:focus,
.button_linkOrButton__IR26U.button_noBorder__aPre8:hover {
    border: none
}

.button_linkOrButton__IR26U.button_transparent__h15iu {
    background-color: rgba(0, 0, 0, 0)
}

.button_linkOrButton__IR26U:focus {
    outline: none
}

.button_linkOrButton__IR26U span.button_ripple__vvpLd {
    animation: button_ripple__vvpLd .4s ease-in-out;
    background-color: hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    position: absolute;
    transform: scale(0)
}

@keyframes button_ripple__vvpLd {
    to {
        transform: scale(4);
        opacity: 0
    }
}

.button_successIcon__rYWOz {
    animation: button_icon-line-container__XRxDW .4s;
    height: 50px;
    position: absolute;
    width: 30px
}

@keyframes button_icon-line-container__XRxDW {
    0% {
        -webkit-clip-path: polygon(0 17%, 19% 20%, 0 17%, 0 47%, 0 100%, 0 50%);
        clip-path: polygon(0 17%, 19% 20%, 0 17%, 0 47%, 0 100%, 0 50%)
    }

    25% {
        -webkit-clip-path: polygon(0 17%, 19% 20%, 57% 100%, 43% 100%, 0 100%, 0 50%);
        clip-path: polygon(0 17%, 19% 20%, 57% 100%, 43% 100%, 0 100%, 0 50%)
    }

    50% {
        -webkit-clip-path: polygon(0 17%, 19% 20%, 100% 100%, 100% 100%, 0 100%, 0 50%);
        clip-path: polygon(0 17%, 19% 20%, 100% 100%, 100% 100%, 0 100%, 0 50%)
    }

    75% {
        -webkit-clip-path: polygon(0 0, 34% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
        clip-path: polygon(0 0, 34% 0, 100% 50%, 100% 100%, 0 100%, 0 50%)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%)
    }
}

.button_iconLineTip__Z5y42 {
    left: 6.3px;
    top: 28px;
    transform: rotate(40deg);
    width: 8px
}

.button_iconLineLong___uJEV,
.button_iconLineTip__Z5y42 {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    position: absolute;
    z-index: 10
}

.button_iconLineLong___uJEV {
    top: 25.3px;
    transform: rotate(-50deg);
    right: 5px;
    width: 15px
}

.button_captionWrapper___Nnht {
    display: flex;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    gap: .5em;
    width: 100%;
    font-family: var(--basic-font);
    font-weight: 400
}

.button_captionWrapper___Nnht.button_success__XjRrM {
    visibility: hidden
}

.button_captionWrapper___Nnht.button_loading__YyDkq {
    color: rgba(0, 0, 0, 0)
}

.button_captionWrapper___Nnht .button_caption__kgznh {
    white-space: nowrap;
    width: 100%
}

.button_iconContainer__KLiLV {
    display: inline-flex;
    justify-content: center
}

.styles_filterBody__f_mdv {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%
}

.styles_filterBody__f_mdv .styles_filters__U5Eyf {
    flex: 1 1;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.styles_filterBody__f_mdv .styles_filters__U5Eyf:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    pointer-events: none;
    display: none;
    display: block
}

.styles_filterBody__f_mdv .styles_filterControls__J3QbX {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    flex-shrink: 0;
    padding: 4rem 0
}

.styles_selectItemContainer__k9bhM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media(max-width:1024px) {
    .styles_filterBody__f_mdv {
        padding: 0 2.4rem
    }
}

.styles_cardContainer__k5_dT {
    color: #000;
    display: flex;
    width: 100%;
    padding: 5.6rem 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    border-radius: .2rem;
    border: 1px solid #e7e7e7;
    cursor: pointer
}

.styles_cardContainer__k5_dT:hover {
    border-color: #201f13
}

.styles_cardContainer__k5_dT .styles_cardHeader__LQn2i {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.styles_cardContainer__k5_dT .styles_cardHeader__LQn2i .styles_title__WR4cv {
    font-family: var(--title-font);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase
}

.styles_cardContainer__k5_dT .styles_cardHeader__LQn2i .styles_location__htjzu {
    text-align: right;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 150%;
    flex-shrink: 1
}

.styles_cardContainer__k5_dT .styles_cardFlags__hwnu9 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.6rem
}

.styles_cardContainer__k5_dT .styles_cardFlags__hwnu9>* {
    display: flex;
    padding: .8rem 1.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    background: #f1f1f1
}

.styles_cardContainer__k5_dT .styles_cardText__ywv3C {
    flex: 1 0;
    align-self: stretch;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 150%
}

@media(max-width:1024px) {
    .styles_cardContainer__k5_dT {
        padding: 4rem 2.4rem
    }

    .styles_cardContainer__k5_dT .styles_cardHeader__LQn2i {
        flex-direction: column;
        gap: .8rem
    }

    .styles_cardContainer__k5_dT .styles_cardHeader__LQn2i .styles_title__WR4cv {
        font-size: 2.4rem
    }

    .styles_cardContainer__k5_dT .styles_cardHeader__LQn2i .styles_location__htjzu {
        text-align: left
    }

    .styles_cardContainer__k5_dT .styles_cardText__ywv3C {
        font-size: 1.8rem
    }

    .styles_hideOnNarrowScreen__nCmTz {
        display: none
    }
}

@media(min-width:1025px) {
    .styles_hideOnLargeScreen__TBWD4 {
        display: none
    }
}

.styles_footerContainer__IR0Za {
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.styles_footerContainer__IR0Za .styles_showingNbr__ie9GF {
    flex-grow: 1;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 150%
}

@media(max-width:1024px) {
    .styles_footerContainer__IR0Za {
        height: auto;
        flex-direction: column;
        padding-top: 1.6rem;
        gap: 1.6rem
    }
}

.styles_resultHeader__M60Nq {
    height: 6.4rem;
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.styles_resultHeader__M60Nq .styles_showingNbr__0Kouz,
.styles_resultHeader__M60Nq .styles_sortByWrap__egRdW,
.styles_resultHeader__M60Nq .styles_totalNbr___6C4c {
    flex-shrink: 0
}

.styles_resultHeader__M60Nq .styles_middlePart__hBj2P {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-grow: 1;
    width: 100%
}

.styles_resultHeader__M60Nq .styles_totalNbr___6C4c {
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 120%
}

.styles_resultHeader__M60Nq .styles_showingNbr__0Kouz {
    flex-grow: 1;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 150%
}

.styles_resultHeader__M60Nq .styles_pagesBtns__mCS3S {
    flex-shrink: 1
}

@media(max-width:1024px) {
    .styles_resultHeader__M60Nq {
        height: auto;
        flex-direction: column;
        padding-bottom: 1.4rem
    }

    .styles_resultHeader__M60Nq .styles_pagesBtns__mCS3S {
        display: none
    }
}

.styles_sectionWrapper__iMVDd {
    padding: .8rem 3.2rem 3.6rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 2.4rem
}

.styles_sectionWrapper__iMVDd .styles_filterWrapper__Wsd_a {
    width: 28.6rem;
    display: flex;
    flex-direction: column;
    height: 100%
}

.styles_sectionWrapper__iMVDd .styles_filterWrapper__Wsd_a .styles_filterHeader__FeC_C {
    height: 6.4rem;
    display: flex;
    align-items: center;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 120%
}

.styles_sectionWrapper__iMVDd .styles_resultWrapper__rNNO_ {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.styles_sectionWrapper__iMVDd .styles_resultWrapper__rNNO_ .styles_resultBody__HyoYO {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media(max-width:1024px) {
    .styles_sectionWrapper__iMVDd {
        padding-top: 7.2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }

    .styles_sectionWrapper__iMVDd .styles_filterWrapper__Wsd_a {
        display: none
    }

    .styles_sectionWrapper__iMVDd .styles_resultWrapper__rNNO_ .styles_resultBody__HyoYO {
        gap: 2.4rem
    }
}

@media(min-width:1025px) {
    .styles_sectionWrapper__iMVDd {
        max-width: 1272px
    }
}

.styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn {
    margin: 0 auto;
    width: 100%;
    padding: 8rem 1.6rem
}

.styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem
}

.styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ .styles_sectionTitle__lSQvF {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    color: #000;
    text-align: center;
    font-family: var(--title-font);
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase
}

.styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ .styles_sectionTitle__lSQvF .styles_titlePhrase__szXnz {
    color: #159b86;
    font-size: 2.4rem
}

@media(max-width:1024px) {
    .styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn {
        padding-top: 7rem;
        padding-bottom: 4.8rem
    }

    .styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ {
        gap: 2.4rem
    }

    .styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ .styles_sectionTitle__lSQvF {
        gap: .4rem
    }

    .styles_sectionDiscover__2M6dq .styles_sectionWrapper__9_Itn .styles_sectionContent__wO9DJ .styles_sectionTitle__lSQvF .styles_titleSlogan__tQ_S6 {
        font-size: 3.2rem;
        line-height: 110%
    }
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP {
    margin: 0 auto;
    width: 100%;
    padding: 8rem 3.2rem 12rem
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 4.8rem
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_oneSide__zG__s {
    position: relative;
    flex: 1 1;
    flex-basis: 100%
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_imageSide___SaHT:after {
    content: " ";
    position: absolute;
    bottom: -10%;
    left: 8%;
    width: 84%;
    height: 36%;
    flex-shrink: 0;
    background: var(--Bacardi-Secondary-Blue, #39d6f7);
    mix-blend-mode: multiply
}

@media(max-width:750px) {
    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_imageSide___SaHT {
        padding-left: 2.2rem;
        margin-bottom: 3rem
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_imageSide___SaHT:after {
        bottom: -2rem;
        left: 0;
        width: 68%
    }
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.4rem;
    height: 100%
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR {
    font-family: var(--title-font);
    color: var(--color--black);
    font-size: 3.2rem;
    font-weight: 500;
    display: flex;
    flex-direction: column
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR .styles_regular__vTqp4 {
    margin-bottom: -4rem;
    margin-left: 6.4rem;
    z-index: 100;
    text-transform: uppercase
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR .styles_script__Ox8S8 {
    font-family: var(--fancy-font);
    color: #08a2c2;
    font-size: 12rem;
    line-height: 1;
    white-space: nowrap
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textPara__sJKgb {
    max-width: 43rem;
    margin-top: 4rem
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textPara__sJKgb .styles_title__u7HHV {
    font-family: var(--basic-font);
    font-weight: 400;
    line-height: normal;
    font-size: 2.4rem;
    color: var(--color--black)
}

.styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textPara__sJKgb .styles_paragraph__mtzIY {
    margin-top: 1.6rem
}

@media(max-width:1024px) {
    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP {
        padding: 4.8rem 0
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx {
        padding-right: 1.6rem !important
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR {
        font-size: 2.4rem
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR .styles_regular__vTqp4 {
        margin-bottom: -3rem
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textTitle__K_7cR .styles_script__Ox8S8 {
        font-size: 7rem
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx .styles_textPara__sJKgb {
        margin-top: 2.4rem
    }
}

@media(min-width:1025px) {
    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP {
        max-width: 1272px
    }
}

@media(max-width:750px) {
    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 {
        flex-direction: column !important;
        gap: 2.8rem !important
    }

    .styles_sectionLifeInside__99jRb .styles_section__wrapper__nxWyP .styles_twoSides__AHcd1 .styles_rightSideContent__FX7Mx {
        padding: 0 1.6rem !important;
        max-width: 43rem;
        margin-left: auto;
        margin-right: auto
    }
}

.styles_bannerFormWrap__XO0e8 .styles_form__nIacP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90rem;
    height: 9.6rem;
    padding: 2.4rem 2rem 2.4rem 3.2rem;
    text-align: left;
    background: #fff;
    border-radius: 6rem;
    box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, .1);
    margin: 0 auto -4.75rem;
    position: relative;
    z-index: 100
}

.styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    gap: 2.4rem
}

.styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E .styles_countryWrap__Fxmwm {
    border-left: .1rem solid #e7e7e7;
    padding-left: 1.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1
}

.styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E .styles_keywordWrap__HVSIB {
    flex-grow: 1;
    padding-right: 2.4rem
}

.styles_selectItemContainer__PCR2w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media(max-width:1024px) {
    .styles_bannerFormWrap__XO0e8 .styles_form__nIacP {
        width: calc(100% - 3.2rem);
        max-width: 65rem;
        height: 5.6rem;
        padding: .8rem .8rem .8rem 2.2rem;
        margin-bottom: -3rem;
        position: relative;
        z-index: 5
    }

    .styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E {
        flex-basis: auto
    }

    .styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E:first-child {
        flex-grow: 1;
        flex-basis: 100%
    }

    .styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E .styles_countryWrap__Fxmwm {
        display: none;
        visibility: hidden
    }

    .styles_bannerFormWrap__XO0e8 .styles_form__nIacP .styles_formSide__t5F6E .styles_keywordWrap__HVSIB {
        padding-right: 0
    }
}

.styles_headerContainer__97XRF {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    height: 59rem;
    background-position: 100% 0;
    background-size: cover
}

.styles_headerContainer__97XRF .styles_bannerContainer__hK6id {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 1.6rem 3.2rem
}

.styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerTitle__GeKCG {
    color: var(--color--brand);
    text-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .34);
    font-family: var(--fancy-font);
    font-size: 21.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    text-align: center;
    white-space: nowrap
}

.styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerSubtitle__vLGtR {
    color: #fff;
    text-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .34);
    font-family: var(--title-font);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerTitle__GeKCG {
        font-size: 17rem
    }
}

@media(max-width:1024px) {
    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id {
        white-space: nowrap
    }

    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerTitle__GeKCG {
        font-size: 14rem
    }

    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerSubtitle__vLGtR {
        font-size: 2.4rem;
        margin-top: 3.2rem
    }
}

@media(max-width:750px) {
    .styles_headerContainer__97XRF {
        background-image: url(../../../images/banners/banner--main--mobile.webp);
        height: 29.4rem
    }

    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id {
        padding-right: 1.6rem;
        padding-left: 1.6rem
    }

    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerTitle__GeKCG {
        font-size: 7rem
    }

    .styles_headerContainer__97XRF .styles_bannerContainer__hK6id .styles_bannerSubtitle__vLGtR {
        font-size: 2rem;
        margin-top: 1.8rem
    }
}

@media(max-width:350px) {
    .styles_bannerTitle__GeKCG {
        font-size: 5.5rem !important
    }
}

@media(min-width:1025px) {
    .styles_bannerContainer__hK6id .styles_headerContainer__97XRF {
        max-width: 1272px
    }
}

.page_page__kGa3e,
.page_page__kGa3e main {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.page_page__kGa3e main {
    background-color: #fff
}

.styles_sectionAfterApply___QTdr {
    width: 100%;
    padding-right: 3.2rem;
    padding-left: 3.2rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG {
    margin: 0 auto;
    border: .1rem dashed var(--color--black);
    padding: 8rem 3.2rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT {
    margin-top: -10.5rem;
    display: flex;
    flex-direction: column;
    gap: 3.8rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza {
    display: flex;
    align-items: center;
    width: 100%
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2.4rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx {
    text-transform: uppercase;
    background: var(--color--white);
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    text-align: center;
    font-family: var(--title-font);
    font-size: 4.8rem;
    font-weight: 500;
    color: var(--color--black)
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx:after,
.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx:before {
    content: "";
    background: url(../../../assets/index/icon--rhombus.svg);
    text-decoration: inherit;
    vertical-align: inherit;
    width: .9rem;
    height: .9rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__subtitle__Go1UK {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 {
    display: flex;
    align-items: center;
    gap: 8rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q {
    padding: 3.1rem 0 0 3.1rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q:first-child .styles_article__lVw05 {
    background-image: url(../../../assets/index/icon--rhombus--a.svg)
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q:nth-child(2) .styles_article__lVw05 {
    background-image: url(../../../assets/index/icon--rhombus--b.svg)
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q:nth-child(3) .styles_article__lVw05 {
    background-image: url(../../../assets/index/icon--rhombus--c.svg)
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q .styles_article__lVw05 {
    min-height: 26rem;
    background-position-y: 6rem;
    background-position-x: .5rem;
    background-repeat: no-repeat;
    max-width: 20.5rem;
    height: 100%
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q .styles_article__lVw05 .styles_article__content__title__X0AiQ {
    max-width: 16rem;
    line-height: 110%;
    margin-top: 32px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--color--black);
    font-size: 3.2rem
}

.styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_content__item__S9D1q .styles_article__lVw05 .styles_article__content__text__rAeJ4 {
    font-size: 1.8rem;
    line-height: 150%;
    margin-top: .8rem
}

@media(max-width:1024px) {
    .styles_sectionAfterApply___QTdr {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-top: 3.2rem;
        margin: 0
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG {
        padding: 4.8rem 3.2rem
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT {
        margin-top: -7.2rem
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx {
        width: 21rem;
        font-size: 2.4rem
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx:after,
    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__header__TMqza .styles_section__header__text__ckLBg .styles_section__header__text__title__IZNyx:before {
        height: 1rem;
        width: 1.5rem
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_article__lVw05 {
        min-height: 26rem !important
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT .styles_section__content__wym12 .styles_article__lVw05 .styles_article__content__title__X0AiQ {
        font-size: 2.4rem !important
    }
}

@media(min-width:1025px) {
    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG {
        max-width: 1272px
    }

    .styles_sectionAfterApply___QTdr .styles_section__wrapper__YLvWG .styles_section__group__EX4TT {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        gap: 3.2rem;
        width: 100%;
        max-width: 90rem
    }
}

@media(max-width:750px) {
    .styles_section__wrapper__YLvWG {
        padding: 4.8rem 1.6rem
    }
}

@media(max-width:975px) {
    .styles_section__content__wym12 {
        flex-direction: column;
        gap: 4rem !important
    }

    .styles_section__content__wym12 .styles_content__item__S9D1q {
        padding: 1.6rem 0 !important
    }
}

.styles_sectionPrefooter__SscrR {
    margin: 0 auto;
    width: 100%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu {
    padding-top: 8rem;
    padding-bottom: 4rem
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 {
    display: flex;
    justify-content: center;
    gap: 52px
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(16.66% - 52px);
    transition: transform .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_bacardi__ieef0 {
    flex-basis: 91%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_greygoose__yDMbI {
    flex-basis: 151%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_patron__8m32I {
    flex-basis: 122%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_dewars__zDWYe,
.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_martini__QGNp9 {
    flex-basis: 113%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM.styles_brand__item_sapphire___5aRx {
    flex-basis: 200%
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM:focus {
    outline-color: #676767;
    outline-width: .1rem;
    outline-offset: 8px;
    border-radius: 2px;
    outline-style: dotted
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM picture {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM img {
    width: 100%;
    height: auto;
    transition: transform .3s ease
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageContainer__LHxNM:hover img {
    transform: scale(1.1)
}

.styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_vLine__ZAGYd {
    width: 3px;
    background-color: #f1f1f1
}

@media(max-width:1024px) {
    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 {
        display: grid;
        grid-template-columns: repeat(3, 164px);
        grid-template-rows: repeat(2, 140px);
        grid-gap: 1px;
        gap: 1px;
        justify-content: center
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3>* {
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM {
        width: 164px !important;
        height: 140px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM:not(.styles_firstOf3rows__bRSaW):before {
        content: "";
        position: absolute;
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background-color: #f1f1f1
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_firstOf3rows__bRSaW:before {
        content: none
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM:nth-child(-n+5) {
        border-bottom: 1px solid #f1f1f1
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_bacardi__ieef0 img {
        width: 84px !important;
        height: 68px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_greygoose__yDMbI img {
        width: 96px !important;
        height: 81.515px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_patron__8m32I img {
        width: 96px !important;
        height: 72px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_martini__QGNp9 img {
        width: 117px !important;
        height: 56px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_dewars__zDWYe img {
        width: 121.898px !important;
        height: 37.861px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_brand__item_sapphire___5aRx img {
        width: 65px !important;
        height: 106px !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_vLine__ZAGYd {
        display: none
    }
}

@media(max-width:520px) {
    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 {
        display: grid;
        grid-template-columns: repeat(2, 164px);
        grid-template-rows: repeat(3, 140px);
        grid-gap: 1px;
        gap: 1px;
        justify-content: center
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM {
        flex: 1 1;
        flex-basis: calc(50% - 52px) !important
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM:not(.styles_firstOf2rows__kQLr5):before {
        content: "";
        position: absolute;
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background-color: #f1f1f1
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM.styles_firstOf2rows__kQLr5:before {
        content: none
    }

    .styles_sectionPrefooter__SscrR .styles_section__wrapper__Sc6fu .styles_imageGrid__Iwpv3 .styles_imageContainer__LHxNM:nth-child(-n+7) {
        border-bottom: 1px solid #f1f1f1
    }
}

.page_page__ZbbE_ {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht {
    margin: 0 auto;
    width: 100%;
    padding: 8rem 1.6rem;
    overflow: hidden
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionHeader__TRIwW {
    display: flex;
    align-items: center;
    width: 100%
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionHeader__TRIwW .styles_headerTitle__SbxTq {
    display: block;
    text-transform: uppercase;
    font-size: 4.8rem;
    font-weight: 500;
    color: #000;
    font-family: var(--title-font)
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4rem
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W {
    overflow: visible
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q .styles_slideAnchor__iYeGW {
    flex-basis: 100%;
    height: 14.4rem;
    display: flex;
    align-items: center;
    padding: 4rem 3.2rem;
    font-size: 3.2rem;
    font-family: var(--title-font);
    font-weight: 500;
    box-shadow: 0 .8rem 2rem -.5rem rgba(0, 0, 0, .1);
    border-left: 1.6rem solid var(--color--brand--sub-1);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q .styles_slideAnchor__iYeGW span {
    display: -webkit-box;
    width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 110%
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q:nth-child(4n+2) .styles_slideAnchor__iYeGW {
    border-left-color: var(--color--brand--sub-2)
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q:nth-child(4n+3) .styles_slideAnchor__iYeGW {
    border-left-color: var(--color--brand--sub-3)
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_teamSlider__Tk81W .styles_swiperSlide__KuR4Q:nth-child(4n+4) .styles_slideAnchor__iYeGW {
    border-left-color: var(--color--brand)
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_nextButton__1pwVS,
.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_prevButton__FP6j0 {
    border-radius: 100%;
    width: 6.4rem;
    height: 6.4rem;
    box-shadow: .2rem .4rem 1.4rem 0 rgba(44, 51, 55, .16);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_nextButton__1pwVS:after,
.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_prevButton__FP6j0:after {
    font-size: 1.4rem;
    color: #000;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_prevButton__FP6j0:after {
    content: "prev"
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_nextButton__1pwVS:after {
    content: "next"
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x {
    width: 7rem !important;
    display: flex;
    gap: .7rem;
    align-items: center
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: initial;
    opacity: 1;
    background: url(../../../assets/index/icon--pagination.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0
}

.styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x .swiper-pagination-bullet-active {
    background: url(../../../assets/index/icon--paginationb.svg);
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width:1025px) {
    .styles_sectionWrapper__Uzsht {
        max-width: 1272px
    }

    .styles_teamSlider__Tk81W .styles_slideAnchor__iYeGW {
        overflow: hidden
    }
}

@media(max-width:1024px) {
    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionHeader__TRIwW .styles_headerTitle__SbxTq {
        font-size: 2.4rem
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x {
        width: 9rem !important
    }
}

@media(max-width:750px) {
    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe {
        gap: 2rem
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_nextButton__1pwVS,
    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_prevButton__FP6j0 {
        width: 40px !important;
        height: 40px !important
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_prevButton__FP6j0 {
        padding-right: 4px
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_nextButton__1pwVS {
        padding-left: 4px
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x {
        gap: .5rem !important;
        width: 10rem !important
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_navigationContainer__pP_i4 .styles_pagination__1y76x .swiper-pagination-bullet {
        width: 1.2rem;
        height: 1.2rem
    }

    .styles_sectionTeam__gd2Fn .styles_sectionWrapper__Uzsht .styles_sectionContent__wZFSe .styles_slideAnchor__iYeGW {
        height: 6.6rem !important;
        font-size: 1.8rem !important;
        border-left-width: 1.2rem !important;
        line-height: 100% !important
    }
}

.page_page__XcfN4 {
    flex: 1 1;
    display: flex;
    flex-direction: column
}