@import url(https://use.typekit.net/dmf3iwz.css);

@-webkit-keyframes scale-appear-bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-appear-bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body:before {
    background: rgba(0, 0, 0, .85);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 4
}

.leg-l ol, .leg-l ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.leg-l [tabindex]:focus {
    outline: none
}

.leg-l .no-wrap {
    white-space: nowrap
}

.leg-l a {
    font-family: SemplicitaPro, sans-serif;
    text-decoration: none
}

.leg-l [data-preload] {
    display: none
}

.leg-l .container {
    margin: auto;
    max-width: 100%;
    padding: 0 30px;
    position: relative;
    width: 100%
}

.leg-l .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.leg-l .col {
    -ms-flex-preferred-size: 50%;
    -ms-flex-negative: 0;
    flex-basis: 50%;
    flex-shrink: 0;
    max-width: 50%
}

.leg-l .hp__btn_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.leg-l .hp__text {
    color: #939fb1;
    font-family: semplicitapro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.25;
    margin: auto;
    max-width: 320px;
    text-align: center
}

.leg-l .hp__carousel__wrapper {
    display: grid;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column
}

.leg-l .input__label {
    color: #fff;
    font-family: semplicitapro, sans-serif;
    font-size: 18px;
    font-weight: 500
}

.leg-l .input__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.leg-l .input__wrapper .btn {
    border: 0;
    padding: 15px 25px
}

.leg-l .input__wrapper input {
    background-color: #261d4c;
    border-color: transparent;
    border-radius: 25px;
    color: #939fb1;
    font-family: semplicitapro, sans-serif;
    font-size: 14px;
    line-height: 1.71;
    margin-right: -25px;
    padding: 11px 30px 11px 20px
}

.leg-l .input__wrapper input:focus {
    outline: none
}

.leg-l .hidden-xs {
    display: none
}

@media only screen and (min-width: 768px) {
    .leg-l .container {
        margin: auto;
        max-width: 1240px;
        padding: 0 40px
    }

    .leg-l .hidden-xs {
        display: block
    }

    .leg-l .visible-xs {
        display: none
    }

    .leg-l .hp__text {
        font-size: 16px;
        max-width: 680px
    }
}

.leg-l .link {
    color: #8353e3;
    line-height: 1
}

.leg-l .gradient--blue-green {
    background: #02cece;
    background: linear-gradient(60deg, #02cece, #01d6c1 50%, #00dac6)
}

.nav__main {
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #2e235d;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(46, 35, 93, .3);
    box-shadow: 0 10px 30px 0 rgba(46, 35, 93, .3);
    flex-basis: 100%;
    -ms-flex-flow: column;
    flex-flow: column;
    height: calc(100vh - 70px);
    padding: 100px 40px 50px 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 85vw;
    will-change: transform
}

.nav__main, .nav__main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__main__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0;
    position: fixed;
    right: calc(85vw - 221px);
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity
}

.nav__main__logo svg {
    height: 21px
}

.nav__main__logo span {
    margin-left: 10px
}

.nav__btn {
    -ms-flex-preferred-size: 25px;
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 25px;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-shrink: 0;
    height: 18px;
    justify-content: space-between;
    position: relative;
    width: 25px;
    z-index: 13
}

.nav__btn .line {
    background: #fff;
    border-radius: 10px;
    height: 2px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 25px;
    will-change: opacity, transform
}

.nav__btn .line--short {
    width: 16px
}

.nav__btn .line:first-of-type {
    top: 0
}

.nav__btn .line:nth-of-type(2) {
    top: 8px
}

.nav__btn .line:nth-of-type(3) {
    top: 16px
}

@media screen and (max-width: 1023.5px) {
    body.active-nav:before {
        opacity: 1
    }

    body.active-nav .nav {
        background: transparent
    }

    body.active-nav .nav__logo {
        opacity: 0;
        pointer-events: none
    }

    body.active-nav .nav__btn .line {
        pointer-events: none;
        position: absolute;
        top: 8px
    }

    body.active-nav .nav__btn .line--short {
        opacity: 0
    }

    body.active-nav .nav__btn .line--long:first-of-type {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    body.active-nav .nav__btn .line--long:last-of-type {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    body.active-nav .nav__main {
        -webkit-transform: none;
        transform: none
    }

    body.active-nav .nav__main__logo {
        opacity: .3;
        -webkit-transition: opacity .3s ease .3s;
        transition: opacity .3s ease .3s
    }

    body.active-submenu .nav__left, body.active-submenu .nav__right {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

@media only screen and (min-width: 1024px) {
    .nav__btn, .nav__main__logo, .nav__mobile {
        display: none
    }
}

.intercom-mobile-messenger-active .nav {
    z-index: 10
}

.nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}
.nav, .pos-active {
    top: 3rem !important;
}
.nav, .nav__wrapper.container {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav__wrapper.container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 30px
}

.nav__main {
    overflow: hidden
}

.nav__left, .nav__right {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.nav__left .nav__link:first-of-type, .nav__right .nav__link:first-of-type {
    margin-top: 0
}

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

.nav__link__wrapper, .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__logo {
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    flex-basis: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 250px;
    min-height: 27px;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.nav__logo svg {
    height: auto;
    width: 41px
}

.nav__logo svg path {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    will-change: fill
}

.nav__logo span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.nav__link {
    color: #fff;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 25px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav__link--dropdown svg {
    display: inline-block;
    height: 7px;
    margin-left: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: middle;
    width: 9px
}

.nav__link--dropdown svg path {
    fill: #08dabe;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    will-change: fill
}

@media screen and (max-width: 1023.5px) {
    body:not(.active-nav) .nav.scroll {
        background: #2e235d;
        top: 0px !important; 
    }

    body:not(.active-nav) .nav.scroll .nav__wrapper.container {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .nav.scroll {
        background: #2e235d;
        top: 0px !important;
    }

    .nav.scroll .nav__link {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .nav__wrapper.container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        padding-right: 106px;
        padding-top: 0
    }

    .nav__logo {
        font-size: 18px;
        font-size: 1.125rem;
        max-width: 160px
    }

    .nav__logo span {
        font-size: 13px;
        font-size: .8125rem;
        margin-left: 10px
    }

    .nav__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        justify-content: space-between;
        overflow: visible;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: auto
    }

    .nav__left, .nav__right {
        display: block
    }

    .nav__right .nav__link {
        padding-right: 0
    }

    .nav__link__wrapper {
        background: transparent;
        display: grid;
        grid-auto-flow: column;
        position: relative
    }

    .nav__link {
        display: inline-block;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 1;
        margin: 0;
        padding: 25px 15px
    }

    .nav__link--dropdown svg {
        -webkit-transform: none;
        transform: none
    }

    .nav__link--dropdown svg path {
        fill: #fff
    }

    .nav__link.active, .nav__link:hover {
        color: #10d6bc
    }

    .nav__link.active svg path, .nav__link:hover svg path {
        fill: #10d6bc
    }
}

@media only screen and (min-width: 1248px) {
    .nav__link {
        padding: 25px 20px
    }

    .nav__logo {
        max-width: 250px
    }

    .nav__logo span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.subnav {
    color: #fff;
    height: calc(100vh - 80px);
    opacity: 0;
    padding: 0 40px 50px 50px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 100px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
    transition: opacity .2s ease, -webkit-transform .4s ease;
    transition: opacity .2s ease, transform .4s ease;
    transition: opacity .2s ease, transform .4s ease, -webkit-transform .4s ease;
    width: 85vw;
    will-change: opacity, transform;
    z-index: 12
}

.subnav.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: none;
    transform: none
}

.subnav__item {
    color: #fff;
    display: none;
    height: 100%
}

.subnav__item.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.subnav__close {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-left-white.svg) no-repeat 0;
    background-size: 18px auto;
    height: 32px;
    left: 50px;
    position: absolute;
    top: -72px;
    width: 32px
}

@media screen and (min-height: 660px) {
    .subnav__links {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding-bottom: 38px
    }
}

.subnav__links__item {
    color: #fff;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 25px 0
}

.subnav__links__item:first-of-type {
    margin-top: 0
}

.subnav__links__item:last-of-type {
    margin-bottom: 0
}

.subnav__highlights {
    margin-top: 38px
}

.subnav__highlights__item {
    display: none
}

@media screen and (min-height: 660px) {
    .subnav__highlights__item:first-of-type {
        display: block
    }
}

.subnav__highlights__img {
    display: none
}

.subnav__highlights__title {
    color: #fff;
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.05;
    margin-bottom: 21px
}

.subnav__highlights__text {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.subnav__highlights__cta {
    color: #08dabe;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase
}

.subnav__footer {
    display: none
}

@media only screen and (min-width: 1024px) {
    .subnav {
        background: none;
        height: auto;
        left: 50%;
        max-width: 1160px;
        opacity: 0;
        position: fixed;
        top: 80px;
        -webkit-transform: translateX(-50%) translateY(-100px);
        transform: translateX(-50%) translateY(-100px);
        -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
        transition: opacity .2s ease, -webkit-transform .4s ease;
        transition: opacity .2s ease, transform .4s ease;
        transition: opacity .2s ease, transform .4s ease, -webkit-transform .4s ease;
        width: 100%;
        will-change: opacity, transform;
        z-index: 10
    }

    .subnav.active {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .subnav__close {
        display: none
    }

    .subnav__item {
        background-image: linear-gradient(111deg, #2e235d, #313570);
        border-radius: 20px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(46, 35, 93, .45);
        box-shadow: 0 10px 30px 0 rgba(46, 35, 93, .45);
        color: #fff;
        display: none;
        padding: 60px 60px 30px
    }

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

    .subnav__body, .subnav__item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .subnav__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .subnav__links {
        -ms-flex-preferred-size: 50%;
        -ms-flex-negative: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 50%;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-shrink: 0;
        max-width: 50%;
        padding-bottom: 0
    }

    .subnav__links__item {
        color: #fff;
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 15px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        will-change: color
    }

    .subnav__links__item:last-of-type {
        margin-bottom: 0
    }

    .subnav__links__item:hover {
        color: #10d6bc
    }

    .subnav__highlights {
        -ms-flex-preferred-size: 50%;
        -ms-flex-negative: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-left: 1px solid hsla(0, 0%, 59%, .15);
        flex-basis: 50%;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-shrink: 0;
        margin-top: 0;
        max-width: 50%;
        padding-left: 40px
    }

    .subnav__highlights, .subnav__highlights__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .subnav__highlights__item {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #2e4177;
        border-radius: 8px;
        margin-bottom: 22px;
        overflow: hidden;
        padding: 0
    }

    .subnav__highlights__item:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .subnav__highlights__item:last-of-type {
        margin-bottom: 0
    }

    .subnav__highlights__item:hover .subnav__highlights__title:after {
        width: 100%
    }

    .subnav__highlights__img {
        -ms-flex-preferred-size: 130px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        -ms-flex-negative: 0;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        display: inline-block;
        flex-basis: 130px;
        flex-grow: 0;
        flex-shrink: 0;
        min-height: 130px
    }

    .subnav__highlights__body {
        padding: 20px 26px
    }

    .subnav__highlights__title {
        color: #fff;
        display: inline-block;
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 13px;
        position: relative
    }

    .subnav__highlights__title:after {
        background: rgba(16, 214, 188, .7);
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: width .2s ease;
        transition: width .2s ease;
        width: 0;
        will-change: width
    }

    .subnav__highlights__text {
        color: hsla(0, 0%, 100%, .8);
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.5
    }

    .subnav__highlights__cta {
        display: none
    }

    .subnav__footer {
        border-top: 1px solid hsla(0, 0%, 59%, .15);
        display: block;
        padding-top: 30px
    }

    .subnav__footer__item {
        color: #fff;
        font-size: 14px;
        font-size: .875rem;
        margin-right: 30px;
        -webkit-transition: color .2s ease;
        transition: color .2s ease;
        will-change: color
    }

    .subnav__footer__item:hover {
        color: #10d6bc
    }
}

.lang-switcher {
    border-radius: 20px;
    display: inline-block;
    left: 20px;
    margin-left: 15px;
    max-height: 56px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 30px;
    -webkit-transition: max-height .25s ease, background-color .25s ease;
    transition: max-height .25s ease, background-color .25s ease
}

.lang-switcher:hover {
    cursor: pointer
}

.lang-switcher.isActive {
    background: #110b1e;
    max-height: unset;
    -webkit-transition: max-height .25s ease, background-color .25s ease;
    transition: max-height .25s ease, background-color .25s ease
}

@media only screen and (min-width: 1024px) {
    .lang-switcher.isActive {
        background: rgba(17, 11, 30, .6)
    }
}

.lang-switcher__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 0
}

.lang-switcher__item:last-child {
    padding-bottom: 20px
}

.lang-switcher__item__arrow {
    margin-left: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.isActive .lang-switcher__item__arrow, .lang-switcher__item__arrow {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.isActive .lang-switcher__item__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lang-switcher__item__flag {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 28px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 28px
}

.lang-switcher__item__flag img {
    height: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 26px
}

.lang-switcher__item__code {
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .16px;
    text-transform: uppercase
}

.lang-switcher__item:active, .lang-switcher__item:focus, .lang-switcher__item:hover {
    outline: none
}

@media only screen and (min-width: 1024px) {
    .lang-switcher {
        left: 100%;
        max-height: 48px;
        top: 6px;
        -webkit-transition: top .25s ease;
        transition: top .25s ease
    }

    .lang-switcher__item {
        padding: 10px 10px 0
    }

    .lang-switcher__item:last-child {
        padding-bottom: 10px
    }

    .nav.scroll .lang-switcher {
        top: -5px;
        -webkit-transition: top .25s ease;
        transition: top .25s ease
    }
}

@media only screen and (min-width: 2200px) {
    .nav-new .container {
        max-width: 1800px
    }
}

.footer-new .footer hr {
    border: 1px solid red;
    -webkit-box-shadow: 10px 22px 57px 19px rgba(0, 0, 0, .75);
    box-shadow: 10px 22px 57px 19px rgba(0, 0, 0, .75);
    margin-bottom: 40px
}

.footer-new .footer__benefits {
    background-image: linear-gradient(100deg, #0a8bb0, #2e235d);
    padding: 60px 0 85px;
    position: relative;
    z-index: 1
}

.footer-new .footer__benefits .title {
    color: #fff;
    font-weight: 300;
    margin: 0 auto;
    max-width: 680px
}

.footer-new .footer__benefits .hp__text {
    color: #fff;
    font-weight: 400;
    line-height: 1.88;
    margin: 30px auto 34px;
    max-width: 500px;
    opacity: .7
}

.footer-new .footer__benefits .hp__text p {
    text-align: center
}

.footer-new .footer__benefits .hp__btn__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.footer-new .footer__benefits .hp__btn__wrapper .btn--purple {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 160px
}

.footer-new .footer__benefits .hp__btn__wrapper .btn--purple:last-of-type {
    margin-right: 0
}

.footer-new .footer__benefits .sliding-form__multiple {
    position: relative
}

.footer-new .footer__benefits .sliding-form__multiple .thank-you {
    color: #fff;
    font-weight: 600;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    will-change: opacity
}

.footer-new .footer__benefits .sliding-form__multiple.sent .sliding-form {
    opacity: 0;
    pointer-events: none
}

.footer-new .footer__benefits .sliding-form__multiple.sent .thank-you {
    opacity: 1;
    pointer-events: all
}

.footer-new .footer__benefits__partnerships {
    margin-top: 50px
}

.footer-new .footer__benefits__partnerships__title {
    color: hsla(0, 0%, 100%, .9);
    font-weight: 400;
    margin: 0;
    text-align: center
}

.footer-new .footer__benefits__partnerships__partners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 60px;
    width: 100%
}

.footer-new .footer__benefits__partnerships__partners img {
    margin: 15px 30px;
    max-height: 150px;
    max-width: 180px
}

.footer-new .footer__wave {
    background: url(/wp-content/themes/wagestream/public/img/footer-bottom.png) no-repeat bottom;
    background-size: contain;
    margin-top: -4.33%;
    padding-top: 10.63%;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 2
}

.footer-new .footer__bottom {
    background: #2e235d;
    padding: 40px 0 60px;
    position: relative;
    z-index: 1
}

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

.footer-new .footer__text {
    color: #939fb1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    opacity: .6
}

.footer-new .footer .form__wrapper {
    margin-bottom: 40px
}

.footer-new .footer__privacy__wrapper {
    margin: 40px 0
}

.footer-new .footer__privacy__wrapper a {
    color: #939fb1;
    font-size: 14px;
    line-height: 1.71;
    margin-right: 40px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .footer .input__label {
    margin-left: 10px
}

.footer-new .footer .input__wrapper {
    max-width: 400px
}

.footer-new .footer .input__wrapper form {
    position: relative;
    width: 100%
}

.footer-new .footer .input__wrapper input {
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.footer-new .footer .accordion--transparent__item {
    border-bottom: 1px dashed rgba(237, 241, 247, .2);
    padding: 0 0 20px
}

.footer-new .footer .accordion--transparent__item:last-of-type {
    border-bottom: none
}

.footer-new .footer .accordion--transparent .accordion__header {
    padding-top: 20px
}

.footer-new .footer .accordion--transparent .accordion__arrow {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-white.svg) no-repeat 50%/contain
}

.footer-new .footer .accordion--transparent__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.footer-new .footer .accordion--transparent__link {
    color: #939fb1;
    display: block;
    font-size: 16px;
    line-height: 1.71;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .footer .btn--purple {
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 30px;
    vertical-align: middle;
    width: 100%
}

.footer-new .footer__app-link {
    display: inline-block;
    margin-right: 15px !important;
    margin-top: 15px
}

.footer-new .footer__app-link img {
    height: 33px
}

.footer-new .footer #form-email-subscription {
    overflow: hidden;
    position: relative
}

.footer-new .footer #form-email-subscription .form-content, .footer-new .footer #form-email-subscription .thank-you {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity
}

.footer-new .footer #form-email-subscription .thank-you {
    color: #fff;
    font-weight: 600;
    left: 50%;
    opacity: 0;
    padding-left: 15px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.footer-new .footer #form-email-subscription.sent .form-content {
    opacity: 0;
    pointer-events: none
}

.footer-new .footer #form-email-subscription.sent .thank-you {
    opacity: 1;
    pointer-events: all
}

@media only screen and (min-width: 1024px) {
    .footer-new .footer .accordion--transparent .accordion__body {
        max-height: 500px;
        padding-bottom: 30px
    }

    .footer-new .footer .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }

    .footer-new .footer .form__wrapper, .footer-new .footer__privacy__wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        order: 1
    }

    .footer-new .footer .input__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-new .footer__privacy__wrapper {
        margin: 0
    }

    .footer-new .footer__privacy__wrapper a:hover {
        color: #ced4dc;
        text-decoration: underline
    }

    .footer-new .footer__text__wrapper {
        margin-right: 60px;
        max-width: 700px;
        width: 60%
    }

    .footer-new .footer .footer__text {
        margin: 0
    }

    .footer-new .footer__benefits .hp__btn__wrapper {
        margin: auto
    }

    .footer-new .footer__bottom {
        padding-top: 0
    }

    .footer-new .footer .input__label {
        margin-left: 15px
    }

    .footer-new .footer .accordion--transparent {
        grid-column-gap: 20px;
        display: grid;
        grid-template-columns:repeat(3, minmax(auto, 200px))
    }

    .footer-new .footer .accordion--transparent__item {
        border-bottom: 0
    }

    .footer-new .footer .accordion--transparent__link {
        display: inline-block
    }

    .footer-new .footer .accordion--transparent__link:hover {
        color: #ced4dc;
        text-decoration: underline
    }

    .footer-new .footer .accordion--transparent .accordion__header {
        cursor: default;
        margin-bottom: 25px;
        padding-top: 0
    }

    .footer-new .footer .accordion--transparent .accordion__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 1
    }

    .footer-new .footer .accordion--transparent .accordion__arrow {
        display: none
    }

    .footer-new .footer .btn--purple, .footer-new .footer .input__wrapper input {
        width: 280px
    }
}

.footer-new .page-template-template-product-page .footer .footer__privacy__wrapper a, .footer-new .page-template-template-product-page .footer a.accordion--transparent__link {
    font-weight: 300
}

.footer-new .page-template-template-partners .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: unset;
    flex-flow: unset;
    padding-left: 0;
    padding-right: 0
}

.footer-new .footer__bottom.nowave {
    padding-top: 40px
}

@media (min-width: 768px) {
    .footer-new .footer__bottom.nowave {
        padding-top: 70px
    }
}

.footer-new body:not(.lang-en) .footer__partners_logo {
    padding-top: 20px
}

@media (min-width: 1024px) {
    .footer-new body:not(.lang-en) .footer__partners_logo {
        padding-top: 90px
    }
}

.footer-new .form .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 1024px) {
    .footer-new .form .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px
    }
}

.footer-new .form .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .footer-new .form .col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0 10px;
        max-width: calc(50% - 10px)
    }
}

.footer-new .input, .footer-new .textarea {
    background-color: #f6f8fb;
    border: 0;
    border-radius: 25px;
    color: #2e235d;
    font-family: semplicitapro, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 30px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%;
    will-change: box-shadow
}

.footer-new .input:focus, .footer-new .textarea:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(147, 159, 177, .3);
    box-shadow: 0 15px 30px 0 rgba(147, 159, 177, .3);
    outline: none
}

.footer-new .input--no-click, .footer-new .textarea--no-click {
    pointer-events: none
}

.footer-new .textarea {
    min-height: 140px;
    resize: vertical
}

.footer-new button {
    border: 0;
    font-family: semplicitapro, sans-serif;
    line-height: 1
}

.footer-new button:focus {
    outline: none
}

.footer-new label[for] {
    cursor: pointer
}

.footer-new .form-group {
    margin-top: 30px;
    position: relative;
    width: 100%
}

.footer-new .form-group .label {
    color: #939fb1;
    font-size: 16px;
    font-size: 1rem;
    left: 30px;
    position: absolute;
    top: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    will-change: font-size, top
}

.footer-new .form-group.active .label {
    font-size: 13px;
    font-size: .8125rem;
    top: -25px
}

.footer-new .form-group--select {
    position: relative
}

.footer-new .form-group--select select {
    display: none
}

.footer-new .form-group--select label.select {
    color: #939fb1;
    left: 30px;
    pointer-events: none;
    position: absolute;
    top: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10
}

.footer-new .form-group--select label.select--active {
    font-size: 13px;
    font-size: .8125rem;
    top: -25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-new .form-group--select .select-selected {
    background-color: #f6f8fb;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #2e235d;
    font-size: 16px;
    font-size: 1rem;
    min-height: 50px;
    padding: 13px 30px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    will-change: box-shadow;
    z-index: 9
}

.footer-new .form-group--select .select-selected:after {
    border: 6px solid transparent;
    border-top-color: #2e235d;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    top: 21px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 0
}

.footer-new .form-group--select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #2e235d;
    top: 14px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.footer-new .form-group--select .select-selected:hover {
    cursor: pointer
}

.footer-new .form-group--select .select-items {
    background-color: #2e235d;
    border-radius: 25px;
    color: #fff;
    left: 0;
    margin-top: -49px;
    padding: 13px 30px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    z-index: 8
}

.footer-new .form-group--select .select-items div:first-child {
    margin-top: 49px
}

.footer-new .form-group--select .select-item:hover {
    cursor: pointer
}

.footer-new .form-group--select .select-hide {
    opacity: 0;
    pointer-events: none
}

.footer-new .form-group--select .select-items div {
    border-radius: 25px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 8px 30px
}

.footer-new .form-group--select .same-as-selected, .footer-new .form-group--select .select-items div:hover {
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.footer-new .form-text {
    color: #2e235d;
    margin-top: 30px;
    width: 100%
}

.footer-new .form-text a {
    color: #2e235d;
    text-decoration: underline
}

.footer-new .form-text a:hover {
    text-decoration: none
}

.footer-new .checkbox__container {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 16px
}

.footer-new .checkbox__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.footer-new .checkbox__input:checked ~ .checkbox__checkmark:after {
    display: block
}

.footer-new .checkbox__checkmark {
    background-color: #fff;
    border: 1px solid #463c6f;
    border-radius: 4px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.footer-new .checkbox__checkmark:after {
    border: solid #463c6f;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 9px;
    left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
}

.footer-new .accordion {
    position: relative;
    z-index: 1
}

.footer-new .accordion__item {
    background-color: #fff;
    border-radius: 10px;
    border-top: 1px dashed #0e89ab;
    -webkit-box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    color: #2e235d;
    font-family: semplicitapro, sans-serif;
    padding: 19px 19px 19px 30px
}

.footer-new .accordion__item:first-of-type {
    border-top: 0
}

.footer-new .accordion__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.125rem;
    justify-content: space-between;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    will-change: color
}

.footer-new .accordion__number {
    -ms-flex-preferred-size: 45px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-basis: 45px;
    flex-grow: 0;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600
}

.footer-new .accordion__title {
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 100%;
    flex-grow: 1;
    font-weight: 500;
    max-width: 100%;
    text-align: left
}

.footer-new .accordion__arrow {
    -ms-flex-preferred-size: 32px;
    -ms-flex-negative: 0;
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-gray.svg) no-repeat 50%/contain;
    flex-basis: 32px;
    flex-shrink: 0;
    height: 32px;
    margin-left: 20px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    width: 32px;
    will-change: transform
}

.footer-new .accordion__body {
    height: auto;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow-x: hidden;
    padding: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-new .accordion__body p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
    will-change: margin
}

.footer-new .accordion__body__link {
    border-top: 1px solid #77808f;
    color: #08dabe;
    display: none;
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%
}

.footer-new .accordion__subtitle {
    color: #2e235d;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
    margin: 20px 0
}

.footer-new .accordion--transparent {
    color: #939fb1
}

.footer-new .accordion--transparent__item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer-new .accordion__item--active .accordion__body {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-new .accordion__item--active .accordion__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-new .accordion__item--active .accordion__arrow--side {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer-new .accordion--gradient .accordion__item {
    background-color: transparent;
    border-radius: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.footer-new .accordion--gradient .accordion__item:first-of-type .accordion__header {
    border-top: 0
}

.footer-new .accordion--gradient .accordion__item--active .accordion__header {
    background-image: -webkit-gradient(linear, left top, right top, from(#2dadd1), to(#08dabe)) !important;
    background-image: linear-gradient(90deg, #2dadd1, #08dabe) !important;
    -webkit-box-shadow: 5px 10px 30px 0 rgba(45, 173, 209, .3);
    box-shadow: 5px 10px 30px 0 rgba(45, 173, 209, .3);
    color: #fff
}

.footer-new .accordion--gradient .accordion__item--active .accordion__arrow {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-white.svg) no-repeat 50%/contain
}

.footer-new .accordion--gradient .accordion__item--active .accordion__body p {
    margin: 0 0 40px
}

.footer-new .accordion--gradient .accordion__header {
    background-color: #fff;
    border-radius: 10px;
    border-top: 1px dashed rgba(200, 209, 221, .5);
    -webkit-box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    padding: 19px 19px 19px 30px
}

.footer-new .accordion--gradient .accordion__body {
    color: #939fb1;
    line-height: 1.88;
    text-align: left
}

.footer-new .accordion--rainbow .accordion__item {
    background-color: transparent;
    border-radius: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.footer-new .accordion--rainbow .accordion__item:first-of-type .accordion__header {
    background-color: #6b6ddc;
    border-top: 0
}

.footer-new .accordion--rainbow .accordion__item:nth-of-type(2) .accordion__header {
    background-color: #4993d2
}

.footer-new .accordion--rainbow .accordion__item:nth-of-type(3) .accordion__header {
    background-color: #2dadd1
}

.footer-new .accordion--rainbow .accordion__header {
    border-radius: 10px;
    border-top: 1px dashed #fff;
    color: #fff;
    padding: 19px 19px 19px 30px
}

.footer-new .accordion--rainbow .accordion__arrow {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-white.svg) no-repeat 50%/contain
}

.footer-new .accordion--gray .accordion__item {
    border-radius: 20px 20px 0 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: -20px;
    padding: 0
}

.footer-new .accordion--gray .accordion__item:last-of-type {
    margin-bottom: 0
}

.footer-new .accordion--gray .accordion__item:last-of-type .accordion__header {
    padding-bottom: 19px
}

.footer-new .accordion--gray .accordion__item:last-of-type .accordion__subtitle {
    margin-top: 10px
}

.footer-new .accordion--gray .accordion__item:last-of-type .accordion__body {
    margin-top: 0
}

.footer-new .accordion--gray .accordion__item:last-of-type .accordion__body p {
    margin-bottom: 26px
}

.footer-new .accordion--gray .accordion__item:first-of-type {
    background: #eff1f5
}

.footer-new .accordion--gray .accordion__item:first-of-type .accordion__icon {
    background: #08dabe
}

.footer-new .accordion--gray .accordion__item:nth-of-type(2) {
    background: #e2e6ed
}

.footer-new .accordion--gray .accordion__item:nth-of-type(2) .accordion__icon {
    background: #2dadd1
}

.footer-new .accordion--gray .accordion__item:nth-of-type(3) {
    background: #d9dee6
}

.footer-new .accordion--gray .accordion__item:nth-of-type(3) .accordion__icon {
    background: #5683d6
}

.footer-new .accordion--gray .accordion__item:nth-of-type(4) {
    background: #d3d8e1
}

.footer-new .accordion--gray .accordion__item:nth-of-type(4) .accordion__icon {
    background: #8353e3
}

.footer-new .accordion--gray .accordion__item--active .accordion__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer-new .accordion--gray .accordion__header {
    border-radius: 0;
    border-top: 0;
    color: #2e235d;
    line-height: 1;
    padding: 19px 26px 39px
}

.footer-new .accordion--gray .accordion__subtitle {
    border-top: 1px solid #d7dee6;
    margin-top: 0;
    padding-top: 20px
}

.footer-new .accordion--gray .accordion__arrow {
    -ms-flex-preferred-size: 12px;
    background: url(/wp-content/themes/wagestream/public/img/icons/chevron_right.svg) no-repeat 50%/contain;
    flex-basis: 12px;
    height: 11px;
    width: 12px
}

.footer-new .accordion--gray .accordion__body {
    margin-top: -20px;
    padding: 0 26px
}

.footer-new .accordion--gray .accordion__body p {
    margin-bottom: 46px
}

.footer-new .accordion--gray .accordion__icon {
    -ms-flex-preferred-size: 42px;
    -ms-flex-negative: 0;
    background: red;
    border-radius: 50%;
    flex-basis: 42px;
    flex-shrink: 0;
    height: 42px;
    margin-right: 15px;
    position: relative;
    width: 42px
}

.footer-new .accordion--gray .accordion__icon svg {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px
}

.footer-new .accordion--gray .accordion__icon svg path {
    fill: #fff
}

.footer-new .btn {
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    font-family: semplicitapro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: normal
}

.footer-new .btn--center {
    margin: auto
}

.footer-new .btn--half-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 173, 209, .3);
    box-shadow: 0 10px 30px 0 rgba(45, 173, 209, .3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: space-between;
    padding: 11px 10px 11px 20px;
    position: relative
}

.footer-new .btn--half-circle .icon {
    margin-left: 20px
}

.footer-new .btn--blue {
    background-color: #2e235d
}

.footer-new .btn--blue-green {
    background-image: -webkit-gradient(linear, left top, right top, from(#2dadd1), to(#08dabe));
    background-image: linear-gradient(90deg, #2dadd1, #08dabe)
}

.footer-new .btn--blue-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#0a8bb0), to(#2dadd1));
    background-image: linear-gradient(90deg, #0a8bb0, #2dadd1)
}

.footer-new .btn--purple-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#8353e3), to(#2dadd1));
    background-image: linear-gradient(90deg, #8353e3, #2dadd1)
}

.footer-new .btn--white {
    border: 1px solid #edf1f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #939fb1
}

.footer-new .btn--white .icon {
    background-color: #f6f8fb;
    -webkit-box-shadow: 4px 8px 20px 0 rgba(147, 159, 177, .3);
    box-shadow: 4px 8px 20px 0 rgba(147, 159, 177, .3)
}

.footer-new .btn--white .icon--arrow-right {
    background-image: url(/wp-content/themes/wagestream/public/img/icons/arrow-right-gray.svg)
}

.footer-new .btn--white .icon:after {
    border-color: #fff
}

.footer-new .btn--sm-half {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    margin-left: 25px;
    padding: 0
}

.footer-new .btn--sm-half span {
    display: none
}

.footer-new .btn--sm-half .icon {
    margin-left: 0
}

.footer-new .btn--accordion {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-gray.svg) no-repeat 50%/contain;
    border-radius: 10px;
    -webkit-box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    box-shadow: 5px 10px 30px 0 rgba(147, 159, 177, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    justify-content: flex-start;
    padding: 23px 19px 22px 30px;
    position: relative
}

.footer-new .btn--accordion span {
    color: #2e235d;
    font-family: semplicitapro, sans-serif
}

.footer-new .btn--accordion:before {
    content: "";
    left: 8px;
    position: absolute;
    top: -1px;
    width: calc(100% - 16px)
}

.footer-new .btn--accordion:first-of-type:before {
    content: none
}

.footer-new .btn--accordion:after {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropdown-gray.svg) no-repeat 50%/contain;
    content: "";
    height: 32px;
    position: absolute;
    right: 19px;
    width: 32px
}

.footer-new .btn.active {
    -webkit-box-shadow: 5px 10px 30px 0 rgba(45, 173, 209, .3);
    box-shadow: 5px 10px 30px 0 rgba(45, 173, 209, .3)
}

.footer-new .btn.active span {
    color: #fff
}

.footer-new .btn.active:before {
    content: none
}

.footer-new .btn.active:after {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropup-white.svg) no-repeat 50%/contain
}

.footer-new .btn.active:after:before {
    content: none
}

.footer-new .btn.active:after:after {
    background: url(/wp-content/themes/wagestream/public/img/icons/arrow-dropup-white.svg) no-repeat 50%/contain
}

.footer-new .hp__accordion {
    margin: 40px 0
}

.footer-new .hp__accordion__item.active .hp__text {
    font-size: 16px
}

.footer-new .hp__accordion__item.active .title {
    font-size: 21px;
    margin: 40px 0
}

.footer-new .hp__accordion .title {
    color: #2e235d;
    font-size: 0;
    line-height: normal;
    text-align: center
}

.footer-new .hp__accordion .hp__text {
    color: #939fb1;
    font-size: 0;
    line-height: 1.88
}

.footer-new .hp__accordion__text {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-top: 2px
}

.footer-new .hp__accordion__number {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    margin-right: 20px
}

.footer-new .hp__accordion__img {
    margin: 20px -126px 0
}

.footer-new .hp__accordion__img img {
    margin-left: 13%;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .footer-new .btn--sm-half {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        border: 1px solid hsla(0, 0%, 100%, .25);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        margin-left: 0;
        padding: 9px 10px 9px 25px
    }

    .footer-new .btn--sm-half span {
        display: block
    }

    .footer-new .btn--sm-half .icon {
        margin-left: 20px;
        padding: 15px
    }
}

.footer-new .btn--purple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8353e3;
    border-radius: 25px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    will-change: background
}

.footer-new .btn--purple .arrow {
    -ms-flex-negative: 0;
    background: #fff;
    border: 5px solid #a492df;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.footer-new .btn--purple .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--purple .arrow svg path {
    fill: #8353e3
}

.footer-new .btn--purple:hover {
    background: #9369e7
}

.footer-new .btn--purple--dark {
    background: #362a68
}

.footer-new .btn--purple--outline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #8353e3;
    border-radius: 25px;
    color: #8353e3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 30px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    will-change: all
}

.footer-new .btn--purple--outline .arrow {
    background: #fff;
    border: 5px solid #a492df;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.footer-new .btn--purple--outline .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--purple--outline .arrow svg path {
    fill: #8353e3
}

.footer-new .btn--purple--outline:hover {
    background: #9369e7;
    color: #fff
}

.footer-new .btn--purple--outline--dark {
    background: #362a68
}

.footer-new .btn--activate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #08dabe;
    background-image: linear-gradient(102deg, #08dabe 2%, #8353e3);
    border-radius: 25px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    will-change: background
}

.footer-new .btn--activate .arrow {
    background: #fff;
    border: 5px solid #a492df;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.footer-new .btn--activate .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--activate .arrow svg path {
    fill: #8353e3
}

.footer-new .btn--green {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2dadd1;
    background-image: -webkit-gradient(linear, left top, right top, from(#2dadd1), to(#08dabe));
    background-image: linear-gradient(90deg, #2dadd1, #08dabe);
    border-radius: 25px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .btn--green .arrow {
    background: #fff;
    border: 5px solid #08dabe;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.footer-new .btn--green .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--green .arrow svg path {
    fill: #08dabe
}

.footer-new .btn--green:hover {
    background: #08dfc2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .btn--green--outline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 1px solid #0adabe;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 0 7px rgba(10, 218, 190, .4);
    box-shadow: 0 0 0 7px rgba(10, 218, 190, .4);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .btn--green--outline .arrow {
    background: #fff;
    border: 5px solid #08dabe;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.footer-new .btn--green--outline .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--green--outline .arrow svg path {
    fill: #08dabe
}

.footer-new .btn--green--outline:hover {
    background: #08dfc2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer-new .btn--green--outline--outline {
    background: transparent;
    border: 1px solid #0adabe;
    -webkit-box-shadow: 0 0 0 7px rgba(10, 218, 190, .4);
    box-shadow: 0 0 0 7px rgba(10, 218, 190, .4)
}

.footer-new .btn--transparent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 25px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 6px 0 30px
}

.footer-new .btn--transparent .arrow, .footer-new .btn--transparent .play {
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    position: relative;
    width: 38px
}

.blog__item__article .footer-new .btn--transparent .arrow, .blog__item__article .footer-new .btn--transparent .play {
    border: 5px solid #7ec5d6
}

.blog__item__case-study .footer-new .btn--transparent .arrow, .blog__item__case-study .footer-new .btn--transparent .play {
    border: 5px solid #aa9bde
}

.footer-new .btn--transparent .arrow svg, .footer-new .btn--transparent .play svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--transparent .arrow svg path, .footer-new .btn--transparent .play svg path {
    fill: #fff
}

.footer-new .btn--transparent .play svg {
    height: 12px;
    left: 55%
}

.footer-new .btn--gray {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c8d1dd;
    border-radius: 25px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 0 30px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    will-change: background
}

.footer-new .btn--gray .arrow {
    display: inline-block;
    height: 14px;
    margin-left: 15px;
    position: relative;
    width: 14px
}

.footer-new .btn--gray .arrow svg {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px
}

.footer-new .btn--gray:hover {
    background: #b8c4d3
}

.footer-new .btn--iconless {
    height: 42px;
    padding-left: 15px;
    padding-right: 15px
}

.footer-new input {
    border: 2px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    will-change: box-shadow, border, background
}

.footer-new [data-validate] .has-error {
    background: #ffe4e7 !important;
    border-color: #ff7382;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 115, 130, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 115, 130, .2);
    color: #ff7382
}

.footer-new .footer__text p {
    color: #939fb1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67
}

.g-bs .container, .g-bs .container-0, .g-bs .container-des, .g-bs .container-fluid, .g-bs .container-lap, .g-bs .container-mob-lg, .g-bs .container-tab, .g-bs .container-tab-l {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 8px);
    padding-right: var(--bs-gutter-x, 8px);
    width: 100%
}

.g-bs .container {
    max-width: 100%
}

@media (min-width: 576px) {
    .g-bs .container, .g-bs .container-mob-lg {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .g-bs .container, .g-bs .container-mob-lg, .g-bs .container-tab {
        max-width: 634px
    }
}

@media (min-width: 992px) {
    .g-bs .container, .g-bs .container-mob-lg, .g-bs .container-tab, .g-bs .container-tab-l {
        max-width: 792px
    }
}

@media (min-width: 1200px) {
    .g-bs .container, .g-bs .container-lap, .g-bs .container-mob-lg, .g-bs .container-tab, .g-bs .container-tab-l {
        max-width: 961px
    }
}

@media (min-width: 1600px) {
    .g-bs .container, .g-bs .container-des, .g-bs .container-lap, .g-bs .container-mob-lg, .g-bs .container-tab, .g-bs .container-tab-l {
        max-width: 1436px
    }
}

.g-bs .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.g-bs .row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%
}

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

.g-bs .row-cols-auto > * {
    width: auto
}

.g-bs .row-cols-1 > *, .g-bs .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .row-cols-1 > * {
    width: 100%
}

.g-bs .row-cols-2 > * {
    width: 50%
}

.g-bs .row-cols-2 > *, .g-bs .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .row-cols-3 > * {
    width: 33.3333333333%
}

.g-bs .row-cols-4 > * {
    width: 25%
}

.g-bs .row-cols-4 > *, .g-bs .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .row-cols-5 > * {
    width: 20%
}

.g-bs .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width: 576px) {
    .g-bs .col-mob-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .g-bs .row-cols-mob-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .g-bs .row-cols-mob-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .row-cols-mob-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .g-bs .row-cols-mob-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .g-bs .row-cols-mob-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .g-bs .row-cols-mob-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .g-bs .row-cols-mob-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 768px) {
    .g-bs .col-tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .g-bs .row-cols-tab-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .g-bs .row-cols-tab-1 > * {
        width: 100%
    }

    .g-bs .row-cols-tab-1 > *, .g-bs .row-cols-tab-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-tab-2 > * {
        width: 50%
    }

    .g-bs .row-cols-tab-3 > * {
        width: 33.3333333333%
    }

    .g-bs .row-cols-tab-3 > *, .g-bs .row-cols-tab-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-tab-4 > * {
        width: 25%
    }

    .g-bs .row-cols-tab-5 > * {
        width: 20%
    }

    .g-bs .row-cols-tab-5 > *, .g-bs .row-cols-tab-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-tab-6 > * {
        width: 16.6666666667%
    }
}

@media (min-width: 992px) {
    .g-bs .col-tab-l {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .g-bs .row-cols-tab-l-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .g-bs .row-cols-tab-l-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .row-cols-tab-l-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .g-bs .row-cols-tab-l-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .g-bs .row-cols-tab-l-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .g-bs .row-cols-tab-l-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .g-bs .row-cols-tab-l-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 1200px) {
    .g-bs .col-lap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .g-bs .row-cols-lap-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .g-bs .row-cols-lap-1 > * {
        width: 100%
    }

    .g-bs .row-cols-lap-1 > *, .g-bs .row-cols-lap-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-lap-2 > * {
        width: 50%
    }

    .g-bs .row-cols-lap-3 > * {
        width: 33.3333333333%
    }

    .g-bs .row-cols-lap-3 > *, .g-bs .row-cols-lap-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-lap-4 > * {
        width: 25%
    }

    .g-bs .row-cols-lap-5 > * {
        width: 20%
    }

    .g-bs .row-cols-lap-5 > *, .g-bs .row-cols-lap-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-lap-6 > * {
        width: 16.6666666667%
    }
}

@media (min-width: 1600px) {
    .g-bs .col-des {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .g-bs .row-cols-des-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .g-bs .row-cols-des-1 > * {
        width: 100%
    }

    .g-bs .row-cols-des-1 > *, .g-bs .row-cols-des-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-des-2 > * {
        width: 50%
    }

    .g-bs .row-cols-des-3 > * {
        width: 33.3333333333%
    }

    .g-bs .row-cols-des-3 > *, .g-bs .row-cols-des-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-des-4 > * {
        width: 25%
    }

    .g-bs .row-cols-des-5 > * {
        width: 20%
    }

    .g-bs .row-cols-des-5 > *, .g-bs .row-cols-des-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .row-cols-des-6 > * {
        width: 16.6666666667%
    }
}

.g-bs .col-auto {
    width: auto
}

.g-bs .col-1, .g-bs .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-1 {
    width: 8.33333333%
}

.g-bs .col-2 {
    width: 16.66666667%
}

.g-bs .col-2, .g-bs .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-3 {
    width: 25%
}

.g-bs .col-4 {
    width: 33.33333333%
}

.g-bs .col-4, .g-bs .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-5 {
    width: 41.66666667%
}

.g-bs .col-6 {
    width: 50%
}

.g-bs .col-6, .g-bs .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-7 {
    width: 58.33333333%
}

.g-bs .col-8 {
    width: 66.66666667%
}

.g-bs .col-8, .g-bs .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-9 {
    width: 75%
}

.g-bs .col-10 {
    width: 83.33333333%
}

.g-bs .col-10, .g-bs .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.g-bs .col-11 {
    width: 91.66666667%
}

.g-bs .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.g-bs .offset-1 {
    margin-left: 8.33333333%
}

.g-bs .offset-2 {
    margin-left: 16.66666667%
}

.g-bs .offset-3 {
    margin-left: 25%
}

.g-bs .offset-4 {
    margin-left: 33.33333333%
}

.g-bs .offset-5 {
    margin-left: 41.66666667%
}

.g-bs .offset-6 {
    margin-left: 50%
}

.g-bs .offset-7 {
    margin-left: 58.33333333%
}

.g-bs .offset-8 {
    margin-left: 66.66666667%
}

.g-bs .offset-9 {
    margin-left: 75%
}

.g-bs .offset-10 {
    margin-left: 83.33333333%
}

.g-bs .offset-11 {
    margin-left: 91.66666667%
}

.g-bs .g-0, .g-bs .gx-0 {
    --bs-gutter-x: 0
}

.g-bs .g-0, .g-bs .gy-0 {
    --bs-gutter-y: 0
}

.g-bs .g-1, .g-bs .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-bs .g-1, .g-bs .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-bs .g-2, .g-bs .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-bs .g-2, .g-bs .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-bs .g-3, .g-bs .gx-3 {
    --bs-gutter-x: 1rem
}

.g-bs .g-3, .g-bs .gy-3 {
    --bs-gutter-y: 1rem
}

.g-bs .g-4, .g-bs .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-bs .g-4, .g-bs .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-bs .g-5, .g-bs .gx-5 {
    --bs-gutter-x: 3rem
}

.g-bs .g-5, .g-bs .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .g-bs .col-mob-lg-auto {
        width: auto
    }

    .g-bs .col-mob-lg-1, .g-bs .col-mob-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-1 {
        width: 8.33333333%
    }

    .g-bs .col-mob-lg-2 {
        width: 16.66666667%
    }

    .g-bs .col-mob-lg-2, .g-bs .col-mob-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-3 {
        width: 25%
    }

    .g-bs .col-mob-lg-4 {
        width: 33.33333333%
    }

    .g-bs .col-mob-lg-4, .g-bs .col-mob-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-5 {
        width: 41.66666667%
    }

    .g-bs .col-mob-lg-6 {
        width: 50%
    }

    .g-bs .col-mob-lg-6, .g-bs .col-mob-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-7 {
        width: 58.33333333%
    }

    .g-bs .col-mob-lg-8 {
        width: 66.66666667%
    }

    .g-bs .col-mob-lg-8, .g-bs .col-mob-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-9 {
        width: 75%
    }

    .g-bs .col-mob-lg-10 {
        width: 83.33333333%
    }

    .g-bs .col-mob-lg-10, .g-bs .col-mob-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-mob-lg-11 {
        width: 91.66666667%
    }

    .g-bs .col-mob-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .offset-mob-lg-0 {
        margin-left: 0
    }

    .g-bs .offset-mob-lg-1 {
        margin-left: 8.33333333%
    }

    .g-bs .offset-mob-lg-2 {
        margin-left: 16.66666667%
    }

    .g-bs .offset-mob-lg-3 {
        margin-left: 25%
    }

    .g-bs .offset-mob-lg-4 {
        margin-left: 33.33333333%
    }

    .g-bs .offset-mob-lg-5 {
        margin-left: 41.66666667%
    }

    .g-bs .offset-mob-lg-6 {
        margin-left: 50%
    }

    .g-bs .offset-mob-lg-7 {
        margin-left: 58.33333333%
    }

    .g-bs .offset-mob-lg-8 {
        margin-left: 66.66666667%
    }

    .g-bs .offset-mob-lg-9 {
        margin-left: 75%
    }

    .g-bs .offset-mob-lg-10 {
        margin-left: 83.33333333%
    }

    .g-bs .offset-mob-lg-11 {
        margin-left: 91.66666667%
    }

    .g-bs .g-mob-lg-0, .g-bs .gx-mob-lg-0 {
        --bs-gutter-x: 0
    }

    .g-bs .g-mob-lg-0, .g-bs .gy-mob-lg-0 {
        --bs-gutter-y: 0
    }

    .g-bs .g-mob-lg-1, .g-bs .gx-mob-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-bs .g-mob-lg-1, .g-bs .gy-mob-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-bs .g-mob-lg-2, .g-bs .gx-mob-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-bs .g-mob-lg-2, .g-bs .gy-mob-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-bs .g-mob-lg-3, .g-bs .gx-mob-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-bs .g-mob-lg-3, .g-bs .gy-mob-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-bs .g-mob-lg-4, .g-bs .gx-mob-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-bs .g-mob-lg-4, .g-bs .gy-mob-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-bs .g-mob-lg-5, .g-bs .gx-mob-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-bs .g-mob-lg-5, .g-bs .gy-mob-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .g-bs .col-tab-auto {
        width: auto
    }

    .g-bs .col-tab-1, .g-bs .col-tab-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-1 {
        width: 8.33333333%
    }

    .g-bs .col-tab-2 {
        width: 16.66666667%
    }

    .g-bs .col-tab-2, .g-bs .col-tab-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-3 {
        width: 25%
    }

    .g-bs .col-tab-4 {
        width: 33.33333333%
    }

    .g-bs .col-tab-4, .g-bs .col-tab-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-5 {
        width: 41.66666667%
    }

    .g-bs .col-tab-6 {
        width: 50%
    }

    .g-bs .col-tab-6, .g-bs .col-tab-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-7 {
        width: 58.33333333%
    }

    .g-bs .col-tab-8 {
        width: 66.66666667%
    }

    .g-bs .col-tab-8, .g-bs .col-tab-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-9 {
        width: 75%
    }

    .g-bs .col-tab-10 {
        width: 83.33333333%
    }

    .g-bs .col-tab-10, .g-bs .col-tab-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-11 {
        width: 91.66666667%
    }

    .g-bs .col-tab-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .offset-tab-0 {
        margin-left: 0
    }

    .g-bs .offset-tab-1 {
        margin-left: 8.33333333%
    }

    .g-bs .offset-tab-2 {
        margin-left: 16.66666667%
    }

    .g-bs .offset-tab-3 {
        margin-left: 25%
    }

    .g-bs .offset-tab-4 {
        margin-left: 33.33333333%
    }

    .g-bs .offset-tab-5 {
        margin-left: 41.66666667%
    }

    .g-bs .offset-tab-6 {
        margin-left: 50%
    }

    .g-bs .offset-tab-7 {
        margin-left: 58.33333333%
    }

    .g-bs .offset-tab-8 {
        margin-left: 66.66666667%
    }

    .g-bs .offset-tab-9 {
        margin-left: 75%
    }

    .g-bs .offset-tab-10 {
        margin-left: 83.33333333%
    }

    .g-bs .offset-tab-11 {
        margin-left: 91.66666667%
    }

    .g-bs .g-tab-0, .g-bs .gx-tab-0 {
        --bs-gutter-x: 0
    }

    .g-bs .g-tab-0, .g-bs .gy-tab-0 {
        --bs-gutter-y: 0
    }

    .g-bs .g-tab-1, .g-bs .gx-tab-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-bs .g-tab-1, .g-bs .gy-tab-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-bs .g-tab-2, .g-bs .gx-tab-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-bs .g-tab-2, .g-bs .gy-tab-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-bs .g-tab-3, .g-bs .gx-tab-3 {
        --bs-gutter-x: 1rem
    }

    .g-bs .g-tab-3, .g-bs .gy-tab-3 {
        --bs-gutter-y: 1rem
    }

    .g-bs .g-tab-4, .g-bs .gx-tab-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-bs .g-tab-4, .g-bs .gy-tab-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-bs .g-tab-5, .g-bs .gx-tab-5 {
        --bs-gutter-x: 3rem
    }

    .g-bs .g-tab-5, .g-bs .gy-tab-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .g-bs .col-tab-l-auto {
        width: auto
    }

    .g-bs .col-tab-l-1, .g-bs .col-tab-l-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-1 {
        width: 8.33333333%
    }

    .g-bs .col-tab-l-2 {
        width: 16.66666667%
    }

    .g-bs .col-tab-l-2, .g-bs .col-tab-l-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-3 {
        width: 25%
    }

    .g-bs .col-tab-l-4 {
        width: 33.33333333%
    }

    .g-bs .col-tab-l-4, .g-bs .col-tab-l-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-5 {
        width: 41.66666667%
    }

    .g-bs .col-tab-l-6 {
        width: 50%
    }

    .g-bs .col-tab-l-6, .g-bs .col-tab-l-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-7 {
        width: 58.33333333%
    }

    .g-bs .col-tab-l-8 {
        width: 66.66666667%
    }

    .g-bs .col-tab-l-8, .g-bs .col-tab-l-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-9 {
        width: 75%
    }

    .g-bs .col-tab-l-10 {
        width: 83.33333333%
    }

    .g-bs .col-tab-l-10, .g-bs .col-tab-l-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-tab-l-11 {
        width: 91.66666667%
    }

    .g-bs .col-tab-l-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .offset-tab-l-0 {
        margin-left: 0
    }

    .g-bs .offset-tab-l-1 {
        margin-left: 8.33333333%
    }

    .g-bs .offset-tab-l-2 {
        margin-left: 16.66666667%
    }

    .g-bs .offset-tab-l-3 {
        margin-left: 25%
    }

    .g-bs .offset-tab-l-4 {
        margin-left: 33.33333333%
    }

    .g-bs .offset-tab-l-5 {
        margin-left: 41.66666667%
    }

    .g-bs .offset-tab-l-6 {
        margin-left: 50%
    }

    .g-bs .offset-tab-l-7 {
        margin-left: 58.33333333%
    }

    .g-bs .offset-tab-l-8 {
        margin-left: 66.66666667%
    }

    .g-bs .offset-tab-l-9 {
        margin-left: 75%
    }

    .g-bs .offset-tab-l-10 {
        margin-left: 83.33333333%
    }

    .g-bs .offset-tab-l-11 {
        margin-left: 91.66666667%
    }

    .g-bs .g-tab-l-0, .g-bs .gx-tab-l-0 {
        --bs-gutter-x: 0
    }

    .g-bs .g-tab-l-0, .g-bs .gy-tab-l-0 {
        --bs-gutter-y: 0
    }

    .g-bs .g-tab-l-1, .g-bs .gx-tab-l-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-bs .g-tab-l-1, .g-bs .gy-tab-l-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-bs .g-tab-l-2, .g-bs .gx-tab-l-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-bs .g-tab-l-2, .g-bs .gy-tab-l-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-bs .g-tab-l-3, .g-bs .gx-tab-l-3 {
        --bs-gutter-x: 1rem
    }

    .g-bs .g-tab-l-3, .g-bs .gy-tab-l-3 {
        --bs-gutter-y: 1rem
    }

    .g-bs .g-tab-l-4, .g-bs .gx-tab-l-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-bs .g-tab-l-4, .g-bs .gy-tab-l-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-bs .g-tab-l-5, .g-bs .gx-tab-l-5 {
        --bs-gutter-x: 3rem
    }

    .g-bs .g-tab-l-5, .g-bs .gy-tab-l-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .g-bs .col-lap-auto {
        width: auto
    }

    .g-bs .col-lap-1, .g-bs .col-lap-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-1 {
        width: 8.33333333%
    }

    .g-bs .col-lap-2 {
        width: 16.66666667%
    }

    .g-bs .col-lap-2, .g-bs .col-lap-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-3 {
        width: 25%
    }

    .g-bs .col-lap-4 {
        width: 33.33333333%
    }

    .g-bs .col-lap-4, .g-bs .col-lap-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-5 {
        width: 41.66666667%
    }

    .g-bs .col-lap-6 {
        width: 50%
    }

    .g-bs .col-lap-6, .g-bs .col-lap-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-7 {
        width: 58.33333333%
    }

    .g-bs .col-lap-8 {
        width: 66.66666667%
    }

    .g-bs .col-lap-8, .g-bs .col-lap-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-9 {
        width: 75%
    }

    .g-bs .col-lap-10 {
        width: 83.33333333%
    }

    .g-bs .col-lap-10, .g-bs .col-lap-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-lap-11 {
        width: 91.66666667%
    }

    .g-bs .col-lap-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .offset-lap-0 {
        margin-left: 0
    }

    .g-bs .offset-lap-1 {
        margin-left: 8.33333333%
    }

    .g-bs .offset-lap-2 {
        margin-left: 16.66666667%
    }

    .g-bs .offset-lap-3 {
        margin-left: 25%
    }

    .g-bs .offset-lap-4 {
        margin-left: 33.33333333%
    }

    .g-bs .offset-lap-5 {
        margin-left: 41.66666667%
    }

    .g-bs .offset-lap-6 {
        margin-left: 50%
    }

    .g-bs .offset-lap-7 {
        margin-left: 58.33333333%
    }

    .g-bs .offset-lap-8 {
        margin-left: 66.66666667%
    }

    .g-bs .offset-lap-9 {
        margin-left: 75%
    }

    .g-bs .offset-lap-10 {
        margin-left: 83.33333333%
    }

    .g-bs .offset-lap-11 {
        margin-left: 91.66666667%
    }

    .g-bs .g-lap-0, .g-bs .gx-lap-0 {
        --bs-gutter-x: 0
    }

    .g-bs .g-lap-0, .g-bs .gy-lap-0 {
        --bs-gutter-y: 0
    }

    .g-bs .g-lap-1, .g-bs .gx-lap-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-bs .g-lap-1, .g-bs .gy-lap-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-bs .g-lap-2, .g-bs .gx-lap-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-bs .g-lap-2, .g-bs .gy-lap-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-bs .g-lap-3, .g-bs .gx-lap-3 {
        --bs-gutter-x: 1rem
    }

    .g-bs .g-lap-3, .g-bs .gy-lap-3 {
        --bs-gutter-y: 1rem
    }

    .g-bs .g-lap-4, .g-bs .gx-lap-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-bs .g-lap-4, .g-bs .gy-lap-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-bs .g-lap-5, .g-bs .gx-lap-5 {
        --bs-gutter-x: 3rem
    }

    .g-bs .g-lap-5, .g-bs .gy-lap-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1600px) {
    .g-bs .col-des-auto {
        width: auto
    }

    .g-bs .col-des-1, .g-bs .col-des-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-1 {
        width: 8.33333333%
    }

    .g-bs .col-des-2 {
        width: 16.66666667%
    }

    .g-bs .col-des-2, .g-bs .col-des-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-3 {
        width: 25%
    }

    .g-bs .col-des-4 {
        width: 33.33333333%
    }

    .g-bs .col-des-4, .g-bs .col-des-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-5 {
        width: 41.66666667%
    }

    .g-bs .col-des-6 {
        width: 50%
    }

    .g-bs .col-des-6, .g-bs .col-des-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-7 {
        width: 58.33333333%
    }

    .g-bs .col-des-8 {
        width: 66.66666667%
    }

    .g-bs .col-des-8, .g-bs .col-des-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-9 {
        width: 75%
    }

    .g-bs .col-des-10 {
        width: 83.33333333%
    }

    .g-bs .col-des-10, .g-bs .col-des-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .g-bs .col-des-11 {
        width: 91.66666667%
    }

    .g-bs .col-des-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .g-bs .offset-des-0 {
        margin-left: 0
    }

    .g-bs .offset-des-1 {
        margin-left: 8.33333333%
    }

    .g-bs .offset-des-2 {
        margin-left: 16.66666667%
    }

    .g-bs .offset-des-3 {
        margin-left: 25%
    }

    .g-bs .offset-des-4 {
        margin-left: 33.33333333%
    }

    .g-bs .offset-des-5 {
        margin-left: 41.66666667%
    }

    .g-bs .offset-des-6 {
        margin-left: 50%
    }

    .g-bs .offset-des-7 {
        margin-left: 58.33333333%
    }

    .g-bs .offset-des-8 {
        margin-left: 66.66666667%
    }

    .g-bs .offset-des-9 {
        margin-left: 75%
    }

    .g-bs .offset-des-10 {
        margin-left: 83.33333333%
    }

    .g-bs .offset-des-11 {
        margin-left: 91.66666667%
    }

    .g-bs .g-des-0, .g-bs .gx-des-0 {
        --bs-gutter-x: 0
    }

    .g-bs .g-des-0, .g-bs .gy-des-0 {
        --bs-gutter-y: 0
    }

    .g-bs .g-des-1, .g-bs .gx-des-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-bs .g-des-1, .g-bs .gy-des-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-bs .g-des-2, .g-bs .gx-des-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-bs .g-des-2, .g-bs .gy-des-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-bs .g-des-3, .g-bs .gx-des-3 {
        --bs-gutter-x: 1rem
    }

    .g-bs .g-des-3, .g-bs .gy-des-3 {
        --bs-gutter-y: 1rem
    }

    .g-bs .g-des-4, .g-bs .gx-des-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-bs .g-des-4, .g-bs .gy-des-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-bs .g-des-5, .g-bs .gx-des-5 {
        --bs-gutter-x: 3rem
    }

    .g-bs .g-des-5, .g-bs .gy-des-5 {
        --bs-gutter-y: 3rem
    }
}