section.block-choice,
section.block-choice:first-child,
section.block-choice:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    padding: 64px 0 0;
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(71, 231, 175, 0.2) 18.42%,
    rgba(20, 217, 225, 0.2) 29.9%,
    rgba(0, 211, 244, 0.2) 43.33%,
    rgba(7, 203, 244, 0.2) 52.22%,
    rgba(27, 182, 246, 0.2) 65.78%,
    rgba(59, 148, 248, 0.2) 76.32%,
    rgba(255, 255, 255, 0.2) 100%
    );
}
section.block-choice.block-choice-secondary-background,
section.block-choice.block-choice-secondary-background:first-child,
section.block-choice.block-choice-secondary-background:last-child {
    background: url("./bg_trainning_choice.png");
    background-size: 100% 96%;
    background-position: center;;
}

section.block-choice.block-choice-remove-bg,
section.block-choice.block-choice-remove-bg:first-child,
section.block-choice.block-choice-remove-bg:last-child{
    background: none;
}
section.block-choice.block-choice-hiring,
section.block-choice.block-choice-hiring:first-child,
section.block-choice.block-choice-hiring:last-child{
    background-image: url("./bg_mask_hiring.png");
    background-size: 100% 90%;
    background-position: center;
    background-repeat: no-repeat;
}
section.block-choice-blue,
section.block-choice-blue:first-child,
section.block-choice-blue:last-child{
    background: none;
}
.block-choice .heading{
    margin-bottom: 50px;
}
.block-choice .heading .title{
    text-align: center;
}
.block-choice .heading .title h1,
.block-choice .heading .title h2,
.block-choice .heading .title h3,
.block-choice .heading .title h4,
.block-choice .heading .title h5,
.block-choice .heading .title h6,
.block-choice .heading .title p{
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(292.34deg, #6060E1 29%, #3E2765 83.81%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.block-choice.block-choice-dark .heading .title h1,
.block-choice.block-choice-dark .heading .title h2,
.block-choice.block-choice-dark .heading .title h3,
.block-choice.block-choice-dark .heading .title h4,
.block-choice.block-choice-dark .heading .title h5,
.block-choice.block-choice-dark .heading .title h6,
.block-choice.block-choice-dark .heading .title p{
    background: linear-gradient(292.34deg, #6060E1 29%, #3E2765 83.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-choice .heading .description{
    text-align: center;
    margin-bottom: 40px;
}
.banner-choice{
    padding: 36px 40px;
    margin-bottom: 48px;
    border-radius: 56px;
    background: rgba(75, 209, 241, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n-1){
    background-color: rgba(100, 104, 242, 1);
    background-image: url("./bg_banner_01_dark.svg");
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n){
    background-color: rgba(62, 39, 101, 1);
    background-image: url("./bg_banner_02_dark.svg");
}
.block-choice.block-choice-blue .banner-choice:nth-child(2n-1){
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
}
.block-choice.block-choice-blue .banner-choice:nth-child(2n){
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
}
.banner-choice:nth-child(2n-1){
    background-image: url("./bg_banner_01.png");
}
.banner-choice:nth-child(2n){
    background-image: url("./bg_banner_02.png");
}
.grid-choices{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 70px;
}
.grid-choices-2{
    max-width: 935px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.grid-choices .item-choice{
    position: relative;
}
.grid-choices.grid-choices-2 .item-choice:nth-child(2n){
    right: -4rem;
}
.grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 142px;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 210px;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 164px;
}
.grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 150px;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 206px;
}
.grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 200px;
}
.block-choice-blue .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 136px;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 158px;
}
.grid-choices .item-choice .image-choice{
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
}
.grid-choices .item-choice:nth-child(3n-1) .image-choice{
    left: -60px;
}
.block-choice.block-choice-dark .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .image-choice{
    top: 20px;
}
.grid-choices .item-choice:nth-child(3n) .image-choice{
    left: -80px;
}
.block-choice.block-choice-dark .grid-choices .item-choice:nth-child(3n) .image-choice{
    left: -40px;
}
.grid-choices .item-choice .meta-choice{
    max-width: 366px;
    border-radius: 32px;
    padding: 40px;
    background: rgba(244, 244, 244, 0.6);
    box-shadow: 50px 50px 100px 0 rgba(1, 16, 39, 0.16);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(227, 227, 227, 0.5);
}
.grid-choices .item-choice .meta-choice .btn-flat{
    background-color: transparent;
    margin-top: 8px;
}
.block-choice-blue .grid-choices .item-choice .meta-choice{
    position: relative;
    min-height: 284px;
    padding-bottom: 92px;
}
.block-choice-blue .grid-choices .item-choice .meta-choice .btn{
    position: absolute;
    bottom: 32px;
    left: 32px;
}
.block-choice-blue .banner-choice:nth-child(1) .item-choice .meta-choice{
    min-height: 300px;
}
.grid-choices .meta-choice .title h1,
.grid-choices .meta-choice .title h2,
.grid-choices .meta-choice .title h3,
.grid-choices .meta-choice .title h4,
.grid-choices .meta-choice .title h5,
.grid-choices .meta-choice .title h6,
.grid-choices .meta-choice .title p{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 8px;
}
.block-choice .heading .title.title-gradient{
    display: flex;
    justify-content: center;
}
.block-choice .heading .title.title-gradient h1,
.block-choice .heading  .title.title-gradient h2,
.block-choice .heading  .title.title-gradient h3,
.block-choice .heading  .title.title-gradient h4,
.block-choice .heading  .title.title-gradient h5,
.block-choice .heading  .title.title-gradient h6,
.block-choice .heading  .title.title-gradient p{
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
}
.grid-choices .meta-choice .description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 8px;
}
.block-choice .buttons{
    display: flex;
    justify-content: center;
}
.block-choice .buttons .btn{
    max-width: 246px;
    margin: 0 5px;
}
.block-choice .block-bubbles{
    margin-top: 120px;
}
.block-choice .grid-bubbles{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 70px;
    max-width: 892px;
    margin-right: auto;
    margin-left: auto;
}
.block-choice .grid-bubbles .item-bubble{
    position: relative;
}
.block-choice .grid-bubbles .item-bubble .image{
    position: relative;
}
.block-choice .grid-bubbles .item-bubble .image::before{
    position: absolute;
    z-index: 0;
}
.block-choice .grid-bubbles .item-bubble .image img{
    position: relative;
    z-index: 1;
}
.block-choice .grid-bubbles .label{
    position: absolute;
    z-index: 3;
    background: rgba(244, 244, 244, 0.7);
    box-shadow: 49.94px 49.94px 99.89px 0px rgba(1, 16, 39, 0.16);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(227, 227, 227, 0.7);
    bottom: 34px;
    left: 0;
    right: 0;
    border-radius: 16px;
    padding: 12px 20px;
}
.block-choice .grid-bubbles .label h1,
.block-choice .grid-bubbles .label h2,
.block-choice .grid-bubbles .label h3,
.block-choice .grid-bubbles .label h4,
.block-choice .grid-bubbles .label h5,
.block-choice .grid-bubbles .label h6,
.block-choice .grid-bubbles .label p{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n-1){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: linear-gradient(270deg, #ADF17B 0%, #4BD1F1 100%);
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n-1):before{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: url("./bg_hiring01.svg");
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: linear-gradient(-270deg, #ADF17B 0%, #4BD1F1 100%);
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n):before{
    position: absolute;
    bottom: -20px;
    right: 0;
    content: url("./bg_hiring02.svg");
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 182px;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 160px;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 184px;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 196px;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 186px;
}
.block-choice.block-choice-hiring .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 184px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n-1){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n-1):before{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: url("./bg_consulting01.svg");
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: rgba(75, 209, 241, 1);
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n):before{
    position: absolute;
    bottom: -20px;
    right: 0;
    content: url("./bg_consulting02.svg");
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 144px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 144px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 152px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 150px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 148px;
}
.block-choice.block-choice-consulting .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 150px;
}

.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    background: linear-gradient(292.34deg, #6060E1 29%, #3E2765 83.81%);
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1):before{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: url("./bg_trainning01.svg");
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n){
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: rgba(100, 104, 242, 1);
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n):before{
    position: absolute;
    bottom: -20px;
    right: 0;
    content: url("./bg_trainning02.svg");
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 210px;
    max-width: 336px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 190px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n-1) .image-choice{
    top: 44px;
    left: -20px;
    z-index: 0;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 200px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n-1) .grid-choices .item-choice:nth-child(3n) .image-choice{
    left: -22px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-2) .meta-choice{
    margin-top: 172px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-2) .image-choice{
    left: auto;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .meta-choice{
    margin-top: 206px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n-1) .image-choice{
    left: -40px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n) .meta-choice{
    margin-top: 158px;
}
.block-choice.block-choice-trainning .banner-choice:nth-child(2n) .grid-choices .item-choice:nth-child(3n) .image-choice{
    left: -28px;
}
/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-choice-blue, section.block-choice-blue:first-child, section.block-choice-blue:last-child{
        overflow-x: hidden;
    }
    .banner-choice{
        padding: 12px;
    }
    .block-choice .heading .title h1, .block-choice .heading .title h2, .block-choice .heading .title h3, .block-choice .heading .title h4, .block-choice .heading .title h5, .block-choice .heading .title h6, .block-choice .heading .title p{
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }
    .grid-choices{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 34px;
    }
    .grid-choices .item-choice .image-choice{
        left: -22px;
    }
    .grid-choices .item-choice:nth-child(3n-2) .meta-choice {
        margin-top: 188px;
    }
    .grid-choices .item-choice:nth-child(3n-1) .image-choice,
    .grid-choices .item-choice:nth-child(3n) .image-choice{
        left: -10%;
    }
    .grid-choices .item-choice .meta-choice{
        border-radius: 48px;
    }
    .block-choice .buttons{
        display: table;
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }
    .block-choice .buttons .btn{
        display: block;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .block-choice .grid-bubbles {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 50px;
    }
    .block-choice .grid-bubbles .item-bubble .image{
        display: flex;
        justify-content: center;
    }
    .block-choice .grid-bubbles .item-bubble .image::before{
        display: none;
    }
    .block-choice.block-choice-consulting .banner-choice:nth-child(n){
        background: rgba(75, 209, 241, 1);
        background-image: url("./bg_consulting_m.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    .block-choice .grid-bubbles .item-bubble .image img{
        max-width: 278px;
    }
    .grid-choices.grid-choices-2 .item-choice:nth-child(2n){
        right: 0;
    }
}