.container {
    width: 100%;
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 .938rem
}

@media only screen and (max-width:1600px) {
    .container {
        max-width: 100%
    }
}

@media only screen and (max-width:1280px) {
    .container {
        padding: 0 1.333rem
    }
}

@media only screen and (max-width:1023px) {
    .container {
        padding: 0 0;
    }
}

.container-sm {
    max-width: 85rem
}

@media only screen and (max-width:1600px) {
    .container-sm {
        max-width: 100%
    }
}

.container-fluide {
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

@media only screen and (max-width:1600px) {
    .container-fluide {
        max-width: 100%;
        padding: 0 .938rem
    }
}

@media only screen and (max-width:1280px) {
    .container-fluide {
        padding: 0 1.333rem
    }
}

@media only screen and (max-width:1023px) {
    .container-fluide {
        padding: 0 1rem
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.938rem;
    margin-right: -.938rem
}

    .row > * {
        padding: 0 .938rem
    }

    .row.gx-5 {
        margin: -.156rem
    }

        .row.gx-5 > * {
            padding: 0 .156rem
        }

.section {
    margin-bottom: 5rem
}

@media only screen and (max-width:767px) {
    .section {
        margin-bottom: 3.733rem
    }
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

[class^=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.333333%
}

.col-2 {
    width: 16.666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%;
}

@media only screen and (max-width:767px) {
    .col-4 {
        margin: 0;
    }
}

.col-5 {
    width: 41.666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.333333%
}

.col-11 {
    width: 91.666667%
}

.col-12 {
    width: 100%
}

@media only screen and (max-width:1600px) {
    .col-5-xl {
        width: 41.666667%
    }
}

@media only screen and (max-width:1280px) {
    .col-7-lg {
        width: 58.333333%
    }
}

@media only screen and (max-width:1023px) {
    .col-12-md {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .col-12-sm {
        width: 100%
    }

    .col-6-sm {
        width: 50%
    }

    .col-5-sm {
        width: 41.666667%
    }

    .col-7-sm {
        width: 58.333333%
    }
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
/*
.partner-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto auto auto;
}

    .partner-container > div {
        text-align: center;
    }*/

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight {
    height: auto !important
}

    .swiper-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-pagination__reviews {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0
}

.sl-btn {
    cursor: pointer
}

.swiper-button-disabled {
    cursor: default
}

.sl-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1023px) {
    .sl-btn {
        display: none
    }
}

.sl-btn-large {
    width: 4.375rem;
    height: 4.375rem
}

.sl-btn.swiper-button-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

@media only screen and (max-width:1600px) {
    .sl-btn.swiper-button-prev {
        left: 3.75rem
    }
}

@media only screen and (max-width:1280px) {
    .sl-btn.swiper-button-prev {
        left: 0
    }
}

.sl-btn.swiper-button-next {
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:1600px) {
    .sl-btn.swiper-button-next {
        right: 3.75rem
    }
}

@media only screen and (max-width:1280px) {
    .sl-btn.swiper-button-next {
        right: 0
    }
}

.sl-btn.dark-btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .sl-btn.dark-btn.swiper-button-prev {
        background: url("/images/discount/arrows/arrows-black-left.svg") 0 0 no-repeat
    }

        .sl-btn.dark-btn.swiper-button-prev:hover {
            background: url("/images/discount/arrows/arrows-black-left-hover.svg") 0 0 no-repeat
        }

        .sl-btn.dark-btn.swiper-button-prev.swiper-button-disabled {
            background: url("/images/discount/arrows/arrows-black-left.svg") 0 0 no-repeat
        }

    .sl-btn.dark-btn.swiper-button-next {
        background: url("/images/discount/arrows/arrows-black-right.svg") 0 0 no-repeat
    }

        .sl-btn.dark-btn.swiper-button-next:hover {
            background: url("/images/discount/arrows/arrows-black-right-hover.svg") 0 0 no-repeat
        }

        .sl-btn.dark-btn.swiper-button-next.swiper-button-disabled {
            background: url("/images/discount/arrows/arrows-black-right.svg") 0 0 no-repeat
        }

@media only screen and (max-width:1280px) {
    .sl-btn.dark-btn {
        background-size: contain !important;
        width: 3.333rem;
        height: 3.333rem
    }
}

.sl-btn.light-btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .sl-btn.light-btn.swiper-button-prev {
        background: url("/images/discount/arrows/arrows-white-left.svg") 0 0 no-repeat
    }

        .sl-btn.light-btn.swiper-button-prev:hover {
            background: url("/images/discount/arrows/arrows-white-left-hover.svg") 0 0 no-repeat
        }

        .sl-btn.light-btn.swiper-button-prev.swiper-button-disabled {
            background: url("/images/discount/arrows/arrows-white-left.svg") 0 0 no-repeat
        }

    .sl-btn.light-btn.swiper-button-next {
        background: url("/images/discount/arrows/arrows-white-right.svg") 0 0 no-repeat
    }

        .sl-btn.light-btn.swiper-button-next:hover {
            background: url("/images/discount/arrows/arrows-white-right-hover.svg") 0 0 no-repeat
        }

        .sl-btn.light-btn.swiper-button-next.swiper-button-disabled {
            background: url("/images/discount/arrows/arrows-white-right.svg") 0 0 no-repeat
        }

@media only screen and (max-width:1280px) {
    .sl-btn.light-btn {
        background-size: contain !important;
        width: 3.333rem;
        height: 3.333rem
    }
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/rubik-v14-latin-300.eot");
    src: local(""),url("/fonts/rubik-v14-latin-300.eot?#iefix") format("embedded-opentype"),url("/fonts/rubik-v14-latin-300.woff2") format("woff2"),url("/fonts/rubik-v14-latin-300.woff") format("woff"),url("/fonts/rubik-v14-latin-300.ttf") format("truetype"),url("/fonts/rubik-v14-latin-300.svg#Rubik") format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/rubik-v14-latin-regular.eot");
    src: local(""),url("/fonts/rubik-v14-latin-regular.eot?#iefix") format("embedded-opentype"),url("/fonts/rubik-v14-latin-regular.woff2") format("woff2"),url("/fonts/rubik-v14-latin-regular.woff") format("woff"),url("/fonts/rubik-v14-latin-regular.ttf") format("truetype"),url("/fonts/rubik-v14-latin-regular.svg#Rubik") format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/rubik-v14-latin-500.eot");
    src: local(""),url("/fonts/rubik-v14-latin-500.eot?#iefix") format("embedded-opentype"),url("/fonts/rubik-v14-latin-500.woff2") format("woff2"),url("/fonts/rubik-v14-latin-500.woff") format("woff"),url("/fonts/rubik-v14-latin-500.ttf") format("truetype"),url("/fonts/rubik-v14-latin-500.svg#Rubik") format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/rubik-v14-latin-700.eot");
    src: local(""),url("/fonts/rubik-v14-latin-700.eot?#iefix") format("embedded-opentype"),url("/fonts/rubik-v14-latin-700.woff2") format("woff2"),url("/fonts/rubik-v14-latin-700.woff") format("woff"),url("/fonts/rubik-v14-latin-700.ttf") format("truetype"),url("/fonts/rubik-v14-latin-700.svg#Rubik") format("svg")
}

h2 {
    font-size: 3.125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3.75rem
}

@media only screen and (max-width:1023px) {
    h2 {
        font-size: 2.4rem;
        margin-bottom: 1.667rem
    }
}
/*changed*/
h3 {
    font-size: 3.125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3.75rem
}

@media only screen and (max-width:1023px) {
    h3 {
        font-size: 2.4rem;
        margin-bottom: 1.667rem
    }
}

p {
    line-height: 1.8
}

p {
    line-height: 1.8
}

.team-card__wrap-text p {
    line-height: 1
}

.text-uppercase p {
    text-transform: uppercase;
    line-height: 54px;
}

@media only screen and (max-width:767px) {
    .text-uppercase p {
        line-height: 1.8;
    }
}

.text-large h1,
.text-large h2,
.text-large h3 {
    font-size: 1.875rem;
    text-transform: none;
    font-weight: 300;
}

@media only screen and (max-width:767px) {
    .text-large h1,
    .text-large h2,
    .text-large h3 {
        font-size: 1.2rem;
    }
}

strong {
    font-weight: 500;
}

.text-muted {
    color: #333
}

.text-center {
    text-align: center;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 15px
    }
}

body {
    padding: 0;
    margin: 0;
    font-family: Rubik,sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    color: #000
}

    body.lock {
        padding-right: 17px;
        overflow: hidden
    }

@media only screen and (max-width:767px) {
    body.lock {
        padding-right: 0
    }
}

h1, h2, h3 {
    margin-top: 0
}

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

p {
    margin-top: 0
}

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

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto
}

.cover {
    -o-object-fit: cover;
    object-fit: cover
}

.team-card__wrap {
    padding-top: 4.375rem;
    color: #fff;
    background-color: transparent;
    border: transparent
}

    .team-card__wrap .team-card__title {
        font-size: 1.17em;
        margin-inline-start: 0px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0
    }

    .team-card__wrap p {
        color: #9b9b9b;
        text-transform: uppercase;
        font-weight: 400
    }

/*.team-card__wrap-img {
    width: 16.875rem;
    height: 16.875rem;
    position: relative;
    padding: 1.063rem;
    border: none;
    background: transparent;
}*/
.team-card__wrap-img {
    display: inline-block;
    width: 12rem;
    height: 12rem;
    position: relative;
    padding: 1.063rem;
    border: none;
    background: transparent;
}

@media only screen and (max-width:1600px) {
    /*  .team-card__wrap-img {
        width: 14.125rem;
        height: 14.125rem
    }*/
    .team-card__wrap-img {
        width: 12rem;
        height: 12rem;
    }
}

.team-card__wrap-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -.938rem;
    object-position: 0 -.938rem;
    position: relative;
    z-index: 1
}

/*.team-card__wrap-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.team-card__wrap-img.shape-1:after {
    background-image: url("/images/discount/shape/shape-1.svg");
    left: -40px;
    top: -60px
}

@media only screen and (max-width:1400px) {
    .team-card__wrap-img.shape-1:after {
        left: -15px;
        top: -40px
    }
}

.team-card__wrap-img.shape-5:after {
    background-image: url("/images/discount/shape/shape-2.svg");
    min-width: 318px;
    left: -20px;
    top: 57px
}

@media only screen and (max-width:1600px) {
    .team-card__wrap-img.shape-2:after {
        min-width: 270px
    }
}

@media only screen and (max-width:1100px) {
    .team-card__wrap-img.shape-2:after {
        min-width: 250px
    }
}

@media only screen and (max-width:767px) {
    .team-card__wrap-img.shape-2:after {
        min-width: 240px
    }
}

.team-card__wrap-img.shape-2:after {
    background-image: url("/images/discount/shape/shape-3.svg");
    min-width: 310px;
    left: -15px;
    top: -15px
}

@media only screen and (max-width:767px) {
    .team-card__wrap-img.shape-3:after {
        min-width: 240px
    }
}

.team-card__wrap-img.shape-4:after {
    background-image: url("/images/discount/shape/shape-4.svg");
    height: 45px;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
    .team-card__wrap-img.shape-4:after {
        left: -15px
    }
}

.team-card__wrap-img.shape-6:after {
    background-image: url("/images/discount/shape/shape-5.svg");
    left: -65px;
    top: -20px
}

@media only screen and (max-width:767px) {
    .team-card__wrap-img.shape-5:after {
        left: -45px
    }
}*/

.social-icons {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 24px;
    width: 24px;
    margin-right: 24px;
    font-size: 0;
    display: block
}

.in {
    background-image: url("/images/discount/social/icons-share-linkedin.svg");
    background-color: #000
}

    .in:hover {
        background-image: url("/images/discount/social/icons-share-linkedin-hover.svg");
        background-color: #000
    }

.twitter {
    background-image: url("/images/discount/social/icons-share-twitter.svg");
    background-color: #000
}

    .twitter:hover {
        background-image: url("/images/discount/social/icons-share-twitter-hover.svg")
    }

.mail {
    background-image: url("/images/discount/social/icons-share-mail.svg")
}

    .mail:hover {
        background-image: url("/images/discount/social/icons-share-mail-hover.svg")
    }

.popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: none
}

    .popup.active {
        display: block
    }

        .popup.active .popup-bg {
            opacity: 1;
            -webkit-transition-duration: 360ms;
            -o-transition-duration: 360ms;
            transition-duration: 360ms;
            -webkit-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
            -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
            transition-timing-function: cubic-bezier(.22,.61,.36,1)
        }

.popup-bg {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    opacity: 0
}

.popup-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 17px
}

@media only screen and (max-width:767px) {
    .popup-overlay {
        padding: 0
    }
}

.popup-overlay:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

@media only screen and (max-width:767px) {
    .popup-overlay:before {
        display: none
    }
}

.popup-wrap {
    max-width: 1240px;
    width: calc(100% - 17px);
    display: inline-block;
    opacity: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #151515;
    color: #fff
}

@media only screen and (max-width:767px) {
    .popup-wrap {
        width: 98%
    }

        .popup-wrap .row {
            margin: 0
        }

            .popup-wrap .row .col-12-sm {
                padding: 0
            }
}

.popup-wrap img {
    width: 100%
}

.popup-wrap__header {
    padding: 60px 30px 0;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:1023px) {
    .popup-wrap__header {
        padding-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .popup-wrap__header {
        margin-bottom: 1.333rem
    }
}

.popup-wrap__header-name {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem
}

@media only screen and (max-width:1023px) {
    .popup-wrap__header-name {
        font-size: 2rem
    }
}

@media only screen and (max-width:767px) {
    .popup-wrap__header-name {
        font-size: 1.6rem;
        margin-bottom: .333rem
    }
}

.popup-wrap__header-position {
    font-size: 22px;
    font-weight: 400;
    color: #9b9b9b;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .popup-wrap__header-position {
        font-size: 1.2rem
    }
}

.popup-wrap__social {
    padding: 0 30px;
    margin-bottom: 1rem
}

.popup-wrap__content {
    padding: 0 30px 0;
    max-height: 380px;
    overflow: auto;
    font-weight: 400;
}

@media only screen and (max-width:1100px) {
    .popup-wrap__content {
        max-height: 260px
    }
}

@media only screen and (max-width:1023px) {
    .popup-wrap__content {
        max-height: 160px
    }
}

@media only screen and (max-width:767px) {
    .popup-wrap__content {
        max-height: initial;
        padding-bottom: 40px
    }
}

.popup-wrap__content p {
    font-size: 19px;
    line-height: 1.7;
    padding-right: 30px;
    margin-bottom: 0
}

@media only screen and (max-width:1100px) {
    .popup-wrap__content p {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .popup-wrap__content p {
        font-size: 1.067rem
    }
}

.popup-close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url("/images/discount/icons-close-circle-line.svg") 0 0 no-repeat;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    cursor: pointer
}

    .popup-close:hover {
        background: url("/images/discount/icons-close-circle-line-hover.svg") 0 0 no-repeat
    }

.zoomOut {
    -webkit-animation: .2s ease-in-out zoomOut both;
    animation: .2s ease-in-out zoomOut both
}

.zoomIn {
    -webkit-animation: .25s ease-in-out zoomIn both;
    animation: .25s ease-in-out zoomIn both
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

    100% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.563rem 0;
    color: #fff
}

    .header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        max-height: 6.5rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

@media only screen and (max-width:767px) {
    .header.sticky {
        padding: .467rem 0
    }
}

.header.sticky:after {
    background-color: rgba(24,24,24,.96);
}

.header.sticky:before {
    opacity: 0
}

.header.sticky .header-logo img {
    height: 3.125rem
}

@media only screen and (max-width:767px) {
    .header.sticky .header-logo img {
        height: 2.267rem
    }
}

.header.sticky nav ul li a {
    opacity: .8
}

@media only screen and (max-width:1023px) {
    .header.sticky .btn {
        display: inline-block;
        text-align: center;
    }
}

.header .container-fluide {
    z-index: 1001;
    position: relative
}

.header-logo img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 6.375rem
}

@media only screen and (max-width:1280px) {
    .header-logo img {
        height: 4.375rem
    }
}

@media only screen and (max-width:1023px) {
    .header-logo img {
        height: initial
    }
}

@media only screen and (max-width:767px) {
    .header-logo img {
        height: 4.133rem
    }
}

@media only screen and (max-width:1023px) {
    .header nav {
        display: none
    }
}

.header nav ul {
    margin-bottom: 0
}

    .header nav ul li:not(:first-child) {
        margin-left: 1.875rem
    }

@media only screen and (max-width:1280px) {
    .header nav ul li:not(:first-child) {
        margin-left: 1.5rem
    }
}

.header nav ul li a {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

    .header nav ul li a:hover {
        opacity: 1
    }

.header .btn {
    color: #0ce3d8;
    font-size: 1.125rem;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(104deg,#13e271 1%,#0ce3d8 99%);
    border-image-slice: 1;
    text-transform: uppercase;
    padding: 8px 25px;
    padding: 1.063rem 2.063rem;
    margin-left: 1.875rem;
}

@media only screen and (max-width:1023px) {
    .header .btn {
        display: none;
        margin-left: -1.125rem;
    }
}

@media only screen and (max-width:767px) {
    .header .btn {
        padding: .733rem 1.6rem;
        font-size: .8rem;
        margin-left: -1.125rem;
        height: 36px;
        width: 104px;
        padding: 12px 0 0 0;
    }
}

.header-news {
    padding: .813rem 0;
    background-color: rgba(24,24,24,.96)
}

    .header-news:before {
        display: none
    }

    .header-news .btn {
        display: inline-block;
        text-align: center;
    }

    .header-news .header-logo img {
        height: 3.125rem
    }

.footer-wrap {
    padding: 1.75rem 0;
    border-top: 1px solid #000
}

@media only screen and (max-width:1600px) {
    .footer-wrap .container-sm {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .footer-wrap {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .footer-wrap .col-2 {
        margin-bottom: 2.667rem
    }
}

.footer-wrap ul {
    margin-bottom: 0
}

    .footer-wrap ul li {
        margin-left: 8.125rem;
    }

@media only screen and (max-width:1280px) {
    .footer-wrap ul li {
        margin-left: 5rem
    }
}

@media only screen and (max-width:1023px) {
    .footer-wrap ul li {
        margin-left: 0;
        width: 50%;
        margin-bottom: 2.667rem
    }
}

.footer-wrap ul li a {
    text-transform: uppercase;
    font-size: .938rem;
    font-weight: 400;
    color: #595959
}

@media only screen and (max-width:1023px) {
    .footer-wrap ul li a {
        font-size: 1rem
    }
}

.page-header {
    margin-bottom: 5rem;
    position: relative
}

    .page-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10.875rem;
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.96)));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.96));
        background-image: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.96));
        z-index: 10
    }

    .page-header .h1, .page-header h1 {
        color: #fff;
        font-size: 3.125rem;
        text-transform: uppercase;
        line-height: 1.44;
        font-weight: 300;
        margin-bottom: 0;
        text-shadow: 0 4px 14px rgba(0,0,0,.76),0 2px 24px rgba(0,0,0,.69)
    }

@media only screen and (max-width:767px) {
    .page-header .h1, .page-header h1 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

.page-header .h1 span, .page-header h1 span {
    font-weight: 500
}

.page-header .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1)
}

.main-pagination {
    right: .938rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

    .main-pagination span {
        display: block;
        width: .25rem;
        height: 2.875rem;
        background-color: #595959;
        margin-bottom: .125rem;
        font-size: 0;
        border-radius: .25rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

        .main-pagination span.swiper-pagination-bullet-active {
            background-image: -webkit-gradient(linear,left top,left bottom,from(#13e271),to(#0ce3d8));
            background-image: -o-linear-gradient(top,#13e271,#0ce3d8);
            background-image: linear-gradient(to bottom,#13e271,#0ce3d8);
            cursor: default
        }

.img-right {
    margin-top: -4.063rem;
    min-height: 56.25rem
}

@media only screen and (max-width:1023px) {
    .img-right .col-6 {
        background-color: #fff;
        position: relative;
        margin-bottom: -2.667rem;
        z-index: 10;
        margin-left: 1rem;
        margin-right: 1rem;
        max-width: calc(100% - 2rem);
        padding: 2.667rem
    }
}

@media only screen and (max-width:1023px) {
    .img-right .col-6 {
        padding: 2.667rem 1.667rem
    }
}

.img-right h1, .img-right h2, .img-right h3 {
    padding-left: 4.25rem;
    margin-bottom: 3.75rem
}

@media only screen and (max-width:1600px) {
    .img-right h1, .img-right h2, .img-right h3 {
        padding-left: 2.5rem
    }
}

@media only screen and (max-width:1023px) {
    .img-right h1, .img-right h2, .img-right h3 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.667rem
    }
}

@media only screen and (max-width:767px) {
    .img-right h1, .img-right h2, .img-right h3 {
        text-align: center
    }
}

.img-right p {
    padding-right: 16rem;
    padding-left: 4.25rem;
    margin-bottom: 0;
    font-size: 1.875rem;
    text-transform: uppercase;
}

@media only screen and (max-width:1600px) {
    .img-right p {
        padding-left: 2.5rem;
        padding-right: 9rem
    }
}

@media only screen and (max-width:1100px) {
    .img-right p {
        font-size: 1.733rem;
        padding-right: 2rem
    }
}

@media only screen and (max-width:1023px) {
    .img-right p {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .img-right p {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:740px) {
    .img-right p {
        font-size: 1rem;
    }
}

.img-right img {
    position: absolute;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    height: calc(100% - 0.938rem);
    width: 50%;
}

@media only screen and (max-width:1023px) {
    .img-right img {
        position: relative;
        width: 100%;
        height: auto
    }
}

.team {
    background: url("/images/discount/team-bg-big.jpg") 0 0/cover no-repeat;
    padding: 6.25rem 0
}

@media only screen and (max-width:767px) {
    .team {
        padding: 3.733rem 0
    }
}

.team h1, .team h2, .team h3 {
    text-align: center;
    color: #0ce3d8;
    margin: 0;
}

.team-wrap {
    width: 100%;
    height: 49.063rem;
    position: relative;
    padding: 0 13.125rem
}

@media only screen and (max-width:1600px) {
    .team-wrap {
        height: 44rem
    }
}

@media only screen and (max-width:1280px) {
    .team-wrap {
        padding: 0 5rem
    }
}

@media only screen and (max-width:1023px) {
    .team-wrap {
        height: initial;
        padding-left: 0;
        padding-right: 0
    }
}

.team-wrap .swiper {
    height: 100%
}

.team-wrap .swiper-slide {
    text-align: center;
    height: 50%
}

.products {
    position: relative
}

    .products .title > * {
        margin-bottom: .938rem
    }

    .products .subtitle > * {
        font-size: 1.875rem;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 2
    }

@media only screen and (max-width:767px) {
    .products .subtitle > * {
        font-size: 1.467rem;
        padding: 0 1rem;
        line-height: 1.5;
        margin-bottom: 1rem
    }
}

.products .container .body-text {
    font-size: 20px;
    max-width: 43.75rem;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width:767px) {
    .products .container .body-text {
        font-size: 1.067rem;
        padding: 0 1rem
    }
}

.products-wrap {
    margin-top: 5.75rem;
    padding-bottom: 3.75rem
}

@media only screen and (max-width:1600px) {
    .products-wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media only screen and (max-width:1280px) {
    .products-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:1023px) {
    .products-wrap .swiper {
        padding: 0 1rem
    }
}

@media only screen and (max-width:767px) {
    .products-wrap {
        margin-top: 3.5rem;
        padding-bottom: 1rem
    }
}

.products-wrap:after {
    content: "";
    width: 100%;
    height: 25.938rem;
    background-color: #000;
    opacity: .86;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.products-wrap .container {
    margin-top: -1.875rem
}

.products-wrap__item {
    overflow: hidden
}

    .products-wrap__item:hover .products-wrap__item-content > div {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-height: calc(100% + 1px);
        overflow: auto
    }

.products-wrap__item-img {
    overflow: hidden
}

    .products-wrap__item-img img {
        max-width: calc(100% + 2px);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        margin: -1px
    }

.products-wrap__item-content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff
}

    .products-wrap__item-content > div {
        -webkit-transform: translateY(calc(100% - 13.125rem + 1px));
        -ms-transform: translateY(calc(100% - 13.125rem + 1px));
        transform: translateY(calc(100% - 13.125rem + 1px));
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s
    }

    .products-wrap__item-content h3 {
        width: 100%;
        min-height: 13.125rem;
        position: relative;
        margin: 0;
        padding: 0 2.125rem 1.563rem;
        font-size: 2.25rem;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        z-index: 1
    }

@media only screen and (max-width:1600px) {
    .products-wrap__item-content h3 {
        padding: 0 1.2rem 1.2rem
    }
}

@media only screen and (max-width:1400px) {
    .products-wrap__item-content h3 {
        font-size: 1.875rem
    }
}

.products-wrap__item-content h3 span {
    display: block
}

.products-wrap__item-content h3:after {
    content: "";
    position: absolute;
    opacity: .95;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(27,27,27,0)),to(#0c0c0c));
    background-image: -o-linear-gradient(top,rgba(27,27,27,0),#0c0c0c);
    background-image: linear-gradient(to bottom,rgba(27,27,27,0),#0c0c0c);
    height: 13.125rem;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1
}

.products-wrap__item-content p {
    margin: 0;
    padding: 0 2.125rem 2.125rem;
    background-color: rgba(12,12,12,.96);
    font-size: 1.125rem;
    line-height: 1.44
}

@media only screen and (max-width:1600px) {
    .products-wrap__item-content p {
        padding: 0 1.2rem 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .global img {
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .global .container-fluide, .global .row {
        height: 100%
    }

    .global .col-12-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.global-wrap {
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

@media only screen and (max-width:1023px) {
    .global-wrap {
        font-size: 1.133rem
    }
}

.global-wrap h2 p {
    line-height: 1;
}

@media only screen and (max-width:1600px) {
    .global-wrap h1, .global-wrap h2, .global-wrap h3 {
        padding-left: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .global-wrap h1, .global-wrap h2, .global-wrap h3 {
        padding-left: 0;
        font-size: 36px;
    }
}

.global-wrap h1 span, .global-wrap h2 span, .global-wrap h3 span {
    font-size: 2.5rem;
    color: #13e271;
    display: block;
    line-height: 60px;
}

@media only screen and (max-width:1023px) {
    .global-wrap h1 span, .global-wrap h2 span, .global-wrap h3 span {
        font-size: 22px;
        line-height: 1.5;
    }
}

.global-wrap p {
    margin: 0
}

@media only screen and (max-width:1600px) {
    .global-wrap p {
        padding-left: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .global-wrap p {
        padding-left: 0;
    }
}

.global-wrap p strong {
    font-weight: 500;
    color: #0ce3d8
}

.news h1, .news h2, .news h3 {
    margin-bottom: 5rem
}

@media only screen and (max-width:1023px) {
    .news h1, .news h2, .news h3 {
        margin-bottom: 2.667rem
    }
}

.news .sl-btn.swiper-button-next {
    right: -1.875rem;
    -webkit-transform: translateY(calc(-50% - 20px));
    -ms-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px))
}

@media only screen and (max-width:1600px) {
    .news .sl-btn.swiper-button-next {
        right: .938rem
    }
}

@media only screen and (max-width:1280px) {
    .news .sl-btn.swiper-button-next {
        right: 1.333rem
    }
}

.news .sl-btn.swiper-button-prev {
    left: -1.875rem;
    -webkit-transform: translateY(calc(-50% - 20px));
    -ms-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px))
}

@media only screen and (max-width:1600px) {
    .news .sl-btn.swiper-button-prev {
        left: .938rem
    }
}

@media only screen and (max-width:1280px) {
    .news .sl-btn.swiper-button-prev {
        left: 1.333rem
    }
}

.news-wrapper:after {
    content: "";
    width: 100%;
    height: 25.938rem;
    background-color: #000;
    opacity: .86;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:1280px) {
    .news-wrapper:after {
        height: 23.333rem
    }
}

.news .swiper-wrapper .swiper-slide {
    height: initial;
}

    .news .swiper-wrapper .swiper-slide:nth-child(even) .news-item {
        margin-top: 17.375rem
    }

    .news .swiper-wrapper .swiper-slide:nth-child(even) .news-item__title {
        color: #000
    }

.news-item__img {
    overflow: hidden;
    margin-bottom: 1.563rem;
}

    .news-item__img img {
        max-width: calc(100% + 2px);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        margin: -1px;
    }

.news-item__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.18;
    text-align: center;
    display: block;
    font-weight: 400;
}

@media only screen and (max-width:1280px) {
    .news-item__title a {
        font-size: 1.133rem
    }
}

@media only screen and (max-width:767px) {
    .news-item__title a {
        font-size: 1.4rem
    }
}

.partners .sl-btn.swiper-button-next {
    right: .938rem
}

@media only screen and (max-width:1280px) {
    .partners .sl-btn.swiper-button-next {
        right: 1.333rem
    }
}

.partners .sl-btn.swiper-button-prev {
    left: .938rem
}

@media only screen and (max-width:1280px) {
    .partners .sl-btn.swiper-button-prev {
        left: 1.333rem
    }
}

.partners-wrapper .container {
    padding: 0 6.563rem
}

@media only screen and (max-width:1023px) {
    .partners-wrapper .container {
        padding: 0
    }
}

.partners-wrapper__item span:hover img {
    -webkit-filter: none;
    filter: none
}

.partners-wrapper__item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s
}

.contacts h2 {
    margin-bottom: 5rem
}

@media only screen and (max-width:1023px) {
    .contacts h2 {
        margin-bottom: 2rem
    }
}

.contacts-wrap > * {
    min-height: 4.75rem
}

@media only screen and (max-width:1023px) {
    .contacts-wrap > * {
        min-height: initial;
        margin-bottom: 3rem
    }
}

.contacts-wrap > :not(:first-child) {
    padding-left: 1.875rem;
    border-left: 1px solid #d6d6d6;
    font-size: 19px
}

@media only screen and (max-width:767px) {
    .contacts-wrap > :not(:first-child) {
        padding-left: 0;
        border: none
    }
}

@media only screen and (max-width:1023px) {
    .contacts-wrap .conatcts-item {
        width: 100%;
        padding-left: 0;
        text-align: center
    }
}

.contacts h3 {
    font-weight: 300;
    font-size: 1.75rem;
    color: #595959;
    margin-bottom: 0
}

@media only screen and (max-width:1023px) {
    .contacts h3 {
        font-size: 1.6rem;
        margin-bottom: .333rem
    }
}

.contacts a, .contacts span {
    font-size: 1.188rem;
    font-weight: 400;
    color: #333
}

.contacts .social a {
    position: relative;
    top: .375rem
}

    .contacts .social a:not(:last-child) {
        margin-right: 3.75rem
    }

@media only screen and (max-width:1600px) {
    .news .swiper {
        margin: 0 2.5rem
    }
}

@media only screen and (max-width:1023px) {
    .news .swiper {
        margin: 0;
        padding: 0 1rem
    }
}

.link-popup {
    cursor: pointer
}

.page-news .page-header img {
    min-height: 29.333rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:1023px) {
    .page-news .breadcrumbs {
        /*display:none;*/
        margin-left: 2rem;
        padding-bottom: 1.5rem;
    }
}

.page-wrap {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    margin-bottom: 5rem
}

.page-wrap__share {
    margin-bottom: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.75rem
}

@media only screen and (max-width:767px) {
    .page-wrap__share {
        padding: 0 2rem
    }
}

.page-wrap__share a {
    margin-right: 1.875rem;
}

    .page-wrap__share a svg {
        width: 1.5rem;
        height: 1.5rem
    }

.page-wrap__content p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.75rem
}

@media only screen and (max-width:767px) {
    .page-wrap__content p {
        padding: 0 2rem;
        font-size: 1.067rem;
        line-height: 1.75
    }
}

.page-wrap__content img {
    max-width: 60.938rem;
    padding-top: 1.875rem;
    margin-bottom: 3.75rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1023px) {
    .page-wrap__content img {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .page-wrap__content img {
        padding-top: 0;
        margin-bottom: 1.875rem
    }
}

.page-wrap__content h2, .page-wrap__content h3, .page-wrap__content h4 {
    font-weight: 300;
    margin-bottom: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.75rem
}

@media only screen and (max-width:767px) {
    .page-wrap__content h2, .page-wrap__content h3, .page-wrap__content h4 {
        padding: 0 1rem
    }
}

.page-wrap__content h3 {
    font-size: 1.75rem
}

.page-wrap__content h4 {
    font-size: 2rem
}

.page-wrap .page-description
.page-wrap .page-description h1,
.page-wrap .page-description h2,
.page-wrap .page-description h3 {
    line-height: 1.6;
    margin-top: -3.75rem;
    margin-bottom: 3.75rem
}

@media only screen and (max-width:1023px) {
    .page-wrap .page-description
    .page-wrap .page-description h1,
    .page-wrap .page-description h2,
    .page-wrap .page-description h3 {
        width: calc(100% - 4rem);
        margin-left: 2rem;
        margin-bottom: 1.875rem
    }
}
/*change from h2 to h1*/
.page-wrap .title h1, .page-wrap .title h2, .page-wrap .title h3 {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(24,24,24,.96);
    padding: 1.25rem 1.875rem;
    font-size: 64px;
    line-height: 1.06;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0
}

@media only screen and (max-width:1023px) {
    .page-wrap .title h1, .page-wrap .title h2, .page-wrap .title h3 {
        width: calc(100% - 2rem);
        margin-left: 1rem
    }
}

@media only screen and (max-width:767px) {
    .page-wrap .title h1, .page-wrap .title h2, .page-wrap .title h3 {
        font-size: 2.133rem;
        padding: 1rem;
        margin-bottom: 1.5rem
    }
}

.d-block {
    display: block
}

.d-i-block {
    display: inline-block
}

.d-none {
    display: none
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-i-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:1023px) {
    .justify-start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:1023px) {
    .justify-center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.priority {
    z-index: 10
}

.top {
    top: 0
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.vw-100 {
    width: 100vw
}

.vh-100 {
    height: 100vh
}
.page-header h1 p:nth-child(1) span{color:#0ce3d8;}.page-header h1 p:nth-child(2) span{color:#13e271;}#teamMemeberSubTitle{line-height:0;}.news .invisible{display:none;}.news .imgCenter{display:flex;justify-content:center;}.team .invisible{display:none;}.partners .invisible{display:none;}.partners.text-center{font-size:36px;}.popup-wrap__content p{margin:0 0 16px;}.partners .swiper-wrapper{display:flex;flex-wrap:wrap;justify-content:center;}@media only screen and (max-width:767px){.popup .col-12-sm{width:100%;overflow:hidden;margin:0;}.popup .col-12-sm img{display:block;width:100%;}.popup .col-12-sm img{margin:-33.875% 0;}.news .imgCenter{display:flex;justify-content:space-between;}}
#linkedImageFaceBook{border:none;background-repeat:no-repeat;width:50px;height:36px;}#linkedImageYouTube{border:none;background-repeat:no-repeat;width:50px;height:36px;}#linkedImageLinkedin{border:none;background-repeat:no-repeat;width:50px;height:36px;}
#editbutton-container{display:flex;gap:10px;position:fixed;top:5.5rem;left:0.5rem;z-index:999999;padding:5px;background:#f5f5f5;border:1px solid #CCC;border-radius:5px;}#editbutton-container a{text-decoration:none;}
