.section-big-py {
    padding-top: 124px;
    padding-bottom: 124px;

    @media screen and (max-width: 1600px) {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.big-padding-top {
    padding-top: 124px;

    @media screen and (max-width: 1600px) {
        padding-top: 32px;
    }
}

.section-padding-x {
    padding-left: 100px;
    padding-right: 100px;

    @media screen and (max-width: 1100px) {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.section-mt {
    /*margin-top: calc(80px + 32px);*/

    @media screen and (max-width: 1600px) {
        margin-top: 32px;
    }
}

.section-mb {
    margin-bottom: calc(80px + 32px);

    @media screen and (max-width: 1100px) {
        margin-bottom: 48px;
    }
}

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

.top-section-mt {
    margin-top: 124px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }
}

.career-content-container.first {
    margin-top: -100px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }
}

.hero {
    margin-top: 80px;

    @media screen and (max-width: 1100px){
        margin-top: 69px;
    }
    @media screen and (max-width: 996px){
        margin-top: 60px;
    }
    @media screen and (max-width: 374px){
        margin-top: 32px;
    }
}

.hero-inner-p-x {
    padding-left: 180px;
    padding-right: 180px;

    @media screen and (max-width: 1600px){
        padding-left: 64px;
        padding-right: 64px;
    }
    @media screen and (max-width: 1000px){
        padding-left: 16px;
        padding-right: 16px;
    }
}

.hero-inner-p-y {
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1000px){
        padding-bottom: 32px;
    }
}

.hero-title-padding-top {
    padding-top: 194px;

    @media screen and (max-width: 1600px){
        padding-top: 144px;
    }

    @media screen and (max-width: 1100px){
        padding-top: 120px;
    }

    @media screen and (max-width: 991px){
        padding-top: 80px;
    }

    @media screen and (max-width: 374px){
        padding-top: 60px;
    }
}

.hero > .hero-inner {
    padding-top: 16px !important;
}

.hero-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-wrap: balance;
}

.hero-title h1 {
    margin: 0;
    font-weight: 700;
    color: white;

    @media screen and (max-width: 1700px){
        text-wrap: unset;
    }
    @media screen and (max-width: 1175px){
        text-wrap: balance;
    }
    @media screen and (max-width: 480px){
        text-wrap: unset;
    }

    font-size: 60px;
    @media screen and (max-width: 1300px) {
        font-size: 30px;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media screen and (max-width: 1000px){
        gap: 24px;
    }
}

.hero-icon {
    position: absolute;
    top: 150px;
    right: 0;
    height: 390px;
}

.hero-overlay-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 0;
    right: 0;
    margin: 24px;
}

.hero-image-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 32px;
    gap: 24px;
    background-color: white;
    backdrop-filter: blur(10px);
    max-height: max-content;
    max-width: 246px;
    opacity: 90%;
    min-width: 246px;


    @media screen and (max-width: 1300px) {
        padding: 1rem;
    }

    @media screen and (max-width: 999px) {
        display: none;
    }
}

.click-btn {
    display: inline-block;
    border-radius: 8px;
    padding: 12px 24px;
    width: max-content;
    font-weight: 600;
    font-size: 18px;

    @media screen and (max-width: 374px) {
        padding: 8px 12px !important;
    }
}

.default-button {
    background-color: #D4A773;
    color: #2F202D !important;
    text-decoration: none !important;
}

.default-button:hover {
    opacity: 0.8;
}

.hero-btn:hover {
    opacity: 0.8;
}

.hero-ups {
    display: flex;
    flex-direction: row;
    align-content: stretch;

    @media screen and (max-width: 1100px) {
        flex-direction: column;
        gap: 16px;
    }
}

.hero-ups .up {
    display: flex;

    @media screen and (max-width: 1100px) {
        padding: 0 !important;
    }
}

.hero-ups .up-inner {
    width: 100%;
    padding: 44px 25px;
    background-color: #D4A773;
    color: white;
    position: relative;

    @media screen and (max-width: 1100px) {
        padding: 24px;
    }
}

.hero-ups .up-inner .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 100px;
    width: 100%;

    @media screen and (max-width: 1024px) {
        max-width: 50px;
    }
}

.hero-ups .up-inner .fg-image {
    max-width: 100px;

    @media screen and (max-width: 1100px) {
        max-width: 50px;
    }
}

.hero-ups .up-text {
    position: relative;
    margin-top: 32px;
    z-index: 1;
}

.hero-ups .up-text .up-header {
    margin-bottom: 16px;
}

.career-content-container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    color: #101828;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}

.career-content-container-big {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    color: #101828;

    @media screen and (max-width: 1600px) {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.career-section-header {

}

.career-section-header .header-top {
    display: inline-flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.career-section-header .header-top-p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.career-section-header .header-header {
    margin-bottom: 24px;
    text-align: center;
}

.career-section-header {
    text-align: center;
}

.max-1200w {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-ups {
    gap: 24px;
    display: flex;
    text-align: left;
    margin-top: 48px;

    @media screen and (max-width: 1100px) {
        flex-direction: column;
        gap: 16px;
    }
}

.hero-ups .inner {
    width: 100%;
    color: white;
    background-color: #D4A773;
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.hero-ups .inner img {
    max-width: 80px;
    margin-bottom: 32px;

    @media screen and (max-width: 1100px) {
        margin-bottom: 24px;
    }
}

.section-2-points {
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 48px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
        column-gap: 24px;
        row-gap: 8px;
    }

    @media screen and (max-width: 750px) {
        column-gap: 999px;
    }
}

.section-2-points .point {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.section-2-people {
    margin-top: 48px;

    @media screen and (max-width: 1100px) {
        margin-top: 24px;
    }
}

.section-2-people .person {
}

.section-2-people .person img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.section-2-people .slick-slide > div {
    /*padding: 0 12px;*/
}

.slick-slide img {
    /*min-width: calc(100% - 100px);*/
    /*margin: 0 50px;*/
}

.section-2-people .slick-track .slick-slide {
    margin-right: 24px;

    @media screen and (max-width: 1100px) {
        margin-right: 16px;
    }
}

.section-2-people .text-row {
    margin-top: 24px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }
}

.defaultnt-button {
    display: inline-block;
    color: white !important;
    background-color: #2F202D;
    padding: 12px 24px;
    border-radius: 8px;
}

.hero-btn:focus {
    outline: none;
}

.default-button:focus {
    outline: none;
}

.left-but-hold-on {
    text-align: center;

    @media screen and (max-width: 700px) {
        text-align: unset;
    }
}

#switching-content-box-1 {
    background-color: #2F202D;
    color: white;
    margin-top: 48px;


    @media screen and (max-width: 1100px) {
        margin-top: 24px;
    }
}

.content-box-header {
    padding: 64px;

    @media screen and (max-width: 1100px) {
        padding: 24px 16px;
    }
}

#switching-content-box-1 .list-2 .list-element img {
    margin-right: 16px;

    @media screen and (max-width: 1100px) {
        margin-right: 12px;
    }
}

#switching-content-box-1 .aside-image img {
    max-width: 375px;
    max-height: 666px;

    @media screen and (max-width: 1100px) {
        width: 100%;
    }
}

#switching-content-box-1 .aside-image {
    margin-left: auto;
    position: relative;

    @media screen and (max-width: 1100px) {
        margin-right: auto;
        margin-bottom: 24px;
    }
}

#switching-content-box-1 .aside-image::after {
    /*content: "";*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    pointer-events: none;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0)
    );

    @media screen and (max-width: 1100px) {
        /*content: "";*/
    }
}

#switching-content-box-1 .aside-image .aside-image-overlay {
    z-index: 1;
    position: absolute;
    bottom: 44px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    /*display: none;*/

    @media screen and (max-width: 1100px) {
        justify-self: center;
        max-width: 260px;
        padding: 6px 8px;
        background: rgb(1, 1, 1, 0.2);
        backdrop-filter: blur(4px);
        bottom: 0;
    }

    @media screen and (max-width: 1100px) {
        display: block;
    }
}

#switching-content-box-1 .content-box-content {
    display: flex;
    flex-direction: row;
    padding-left: 64px;

    @media screen and (max-width: 1100px) {
        flex-direction: column-reverse;
        padding-right: 16px;
        padding-left: 16px;
    }
}

#switching-content-box-1 .list-2-container {
    max-width: 1174px;
    flex-grow: 1;
    padding-right: 124px;

    @media screen and (max-width: 1500px) {
        padding-right: 64px;
    }

    @media screen and (max-width: 1390px) {
        padding-right: 32px;
    }

    @media screen and (max-width: 1100px) {
        padding-right: 0;
    }
}

#switching-content-box-1 .list-2-container .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: row;
    margin-top: 32px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }

    @media screen and (max-width: 750px) {
        flex-direction: column;
    }
}

#switching-content-box-1 .list-2-container .blocks .block {
    padding: 24px;
    background-color: #211720;
    text-align: center;
    flex: 1;
    min-width: 238px;
}

#switching-content-box-1 .small-text-container {
    margin-bottom: -24px;
    margin-top: 48px;
    text-align: center;
    color: #BFBABE;

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

#switching-content-box-1 .image-boxes {
    display: grid;
    gap: 16px;
    margin-top: 48px;

    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;

    @media (max-width: 1100px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

#switching-content-box-1 .image-boxes .image-box {
    background-color: #fff;
    color: black;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 16px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#switching-content-box-1 .image-boxes .image-box img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

#switching-content-box-1 .small-text-container-list {
    text-align: center;
    color: #BFBABE;

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

#switching-content-box-1 .list-2-container .defaultnt-button:hover {
    opacity: 0.8;
}

#switching-content-box-1 .list-2-container .defaultnt-button {
    border-radius: 8px;
    background-color: #D4A773;
    color: #2F202D !important;
    text-align: center;
    text-decoration: none !important;

    @media screen and (max-width: 1100px) {
        /*margin-top: 24px;*/
        /*margin-bottom: 24px;*/
        width: 100%;
    }
}

#switching-content-box-1 .list-2-container .button-container {
    display: inline-flex;
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 48px;

    @media screen and (max-width: 1100px) {
        flex-direction: column;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

#switching-content-box-1 .list-2-container .aside-text-container {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 2px solid white;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    /*background: #fff;*/

    @media screen and (max-width: 1100px) {
        border-right: 2px solid white;
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        justify-content: center;
        text-align: center;
        padding: 6px;
    }
}

#switching-content-box-1 .list-2-container .defaultnt-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    padding: 0 24px;
    border-radius: 8px;
    background-color: #D4A773;
    color: #2F202D !important;
    text-decoration: none !important;
    white-space: nowrap;
    min-height: 48px;

    @media screen and (max-width: 1100px) {

        width: 100%;
    }
}


#switching-content-box-1 .list-2-container .button-container:has(.aside-text-container) .defaultnt-button {
    border-radius: 0 8px 8px 0;

    @media screen and (max-width: 1100px) {
        border-radius: 0 0 8px 8px;
    }
}

#switching-content-box-1 .list-2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;

    @media (max-width: 1100px) {
        grid-template-columns: 1fr;
    }
}

#switching-content-box-1 .list-element {
    width: 100%;
    display: flex;
    padding: 12px 0;
    align-items: center;
    border-bottom: 1px solid #594D57;
}

.home-cta {
    position: relative;
    background-color: #2F202D;
    padding: 44px 64px;
    margin-top: 48px;
    color: white;

    display: flex;
    align-items: center;
    gap: 32px;

    @media (max-width: 1100px) {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 16px;
        margin-top: 24px;
        gap: 24px;
    }
}

.home-cta .text-row {
    position: relative;
    z-index: 1;
    text-align: left;
    flex: 1;
}

.home-cta .click-btn {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: #D4A773;
    color: white !important;
    /*flex-basis: 100%;*/
}

.home-cta .button-container {
    flex-shrink: 0;
    align-content: center;

    @media (max-width: 1100px) {
        align-content: start;
        text-align: left;
    }
}

.home-cta .button-container a {
    text-decoration: none !important;
}

.home-cta .button-container a:hover {
    opacity: 0.8;
}

.home-cta .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;

    @media (max-width: 1100px) {
        display: none;
    }
}

.switching-content-ctls {
    margin-top: 48px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    justify-content: flex-start;

    scrollbar-width: none;

    @media (max-width: 1100px) {
        margin-top: -12px;
    }
}

.switching-content-ctls::before,
.switching-content-ctls::after {
    content: "";
    flex: 1 0 0;
}

.switching-content-ctls button {
    flex: 0 0 auto;
    white-space: nowrap;
    background-color: #E4E7EC;
    color: #475467;
    padding: 12px 16px;
    border-radius: 100px;
    cursor: pointer;
}

.switching-content-ctls button:focus {
    outline: none;
}

.switching-content-ctls button.active {
    background-color: #2F202D;
    color: white;
    padding: 12px 16px;
    border-radius: 100px;
    cursor: unset;
}

#switching-content-box-2,
#switching-content-box-1 {
    position: relative;
}

#switching-content-box-2 article,
#switching-content-box-1 article {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transition: opacity 80ms;
}

#switching-content-box-2 article.active,
#switching-content-box-1 article.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

#switching-content-box-2-ctls {
    margin-bottom: 48px;

    @media (max-width: 1100px) {
        margin-bottom: 24px;
    }
}

#switching-content-box-2 .app {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#switching-content-box-2 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

#switching-content-box-2 p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    text-align: center;
    color: #667085;
}

#switching-content-box-2 .integrations-container {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(117px, 1fr));*/
    /*gap: 12px;*/
    /*justify-items: center;*/
}

#switching-content-box-2 .integration-box {
    height: 117px;
    max-width: 117px !important;
    /*width: 117px;*/
    max-height: 117px !important;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/

    /*box-shadow: 0px 20px 24px -4px #10182814;*/
    border: 1px solid #E4E7EC;
    background-color: white;
    border-radius: 12px;


}

#switching-content-box-2 .slick-track {
    display: flex;
    cursor: grab;
}

#switching-content-box-2 .integration-box img {
    max-width: 100%;
    max-height: 100%;
    padding: 12px;
    margin: 0;
    object-fit: contain;

    @media (max-width: 1100px) {
        padding: 6px;
    }
}

#switching-content-box-2 .slick-slide {
    margin-right: 12px;
    height: 117px;
    max-width: 117px;

    @media (max-width: 1100px) {
        height: 74px;
        max-width: 74px;
        max-height: 74px;
    }
}

.small-card {
    min-height: 341px;

    @media screen and (max-width: 900px) {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }

    @media screen and (max-width: 768px) {
        min-height: 270px;
    }
}

.three-boxes {
    @media screen and (max-width: 900px) {
        flex-direction: column;
    }
}

.dw-big-cta {
    position: relative;
    background-color: #D4A773;
    display: flex;
    flex-direction: row;
    padding: 44px 64px;
    gap: 32px;
    align-items: center;
    color: white;

    @media screen and (max-width: 1600px) {
        margin-bottom: 64px;
    }

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        align-items: unset;
        gap: 24px;
        padding: 16px;
        margin-bottom: 64px;
    }
}

.dw-big-cta > .dw-text-container {
    position: relative;
    z-index: 1;
    max-width: 760px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dw-big-cta-end {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex: 0 0 auto;

    @media screen and (max-width: 1199px) {
        align-items: unset;
    }
}

.dw-big-cta .dw-img-contaienr > img {
    display: flex;
    max-width: 160px;
    max-height: 160px;

    @media screen and (max-width: 1300px) {
        max-width: 80px;
    }
}

.dw-big-cta .dw-img-bg-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    display: none;

    @media screen and (max-width: 1199px) {
        display: block;
    }
}

.home-section-small {
    max-width: 1300px;
}

.section-6-py {
    @media screen and (max-width: 1600px) {
        margin-top: 64px;
    }
}

.qna-btn-show {
    transition: 200ms;
    outline: none !important;
}
.qna-btn-hide {
    transform: rotate(180deg);
    transition: 200ms;
}

.qna-section {
    padding-bottom: 32px !important;
}

.section-top {
    @media screen and (max-width: 1600px) {
        margin-top: 32px;
    }
}

.review-section div.text-left > div:first-child {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}