[class*="shaping-"] {
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.double-shape,
.double_shape,
[class*="shaping-"] {
    position: absolute;
    z-index: -1;
}

[class*="shaping-green-"] {
    background: var(--color-secondary);
}

[class*="shaping-blue-"] {
    background: var(--color-primary);
}

[class*="shaping-third-"] {
    background: var(--color-third);
}

[class*="shaping-outline-"] {
    background: #ffffff;
    border: 10px solid rgba(136, 136, 136, 0.10);
}

.shaping-green-78 {
    --size: 78px;
}

.shaping-blue-100,
.shaping-third-100,
.shaping-green-100 {
    --size: 100px;
}

.shaping-third-188 {
    --size: 188px;
}

.shaping-third-226 {
    --size: 226px;
}

.shaping-blue-300 {
    --size: 300px;
}

.shaping-blue-350,
.shaping-third-350,
.shaping-green-350 {
    --size: 350px;
}

.shaping-blue-460 {
    --size: 460px;
}

.shaping-outline-514 {
    --size: 514px;
}

.shaping-outline-485 {
    --size: 485px;
}

.shaping-outline-green {
    border: 12px solid rgba(30, 162, 112, 0.23);
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.scholarship-third-section {
    position: relative;
    overflow: hidden;
}

.scholarship-third-section .shaping-outline-485 {
    right: -200px;
    top: -200px;
}

.scholarship-third-section .shaping-third-226 {
    right: calc(var(--size) * -.5);
    top: 65%;
}

/* -------------------------------------------------------------- */

.scholarship-first-section .shaping-blue-460 {
    left: calc(var(--size) * -.7);
    top: 45%;
}

.scholarship-first-section .double-shape {
    right: -200px;
    top: 0;
}

/* -------------------------------------------------------------- */

.subpage_block .double-shape {
    top: 0;
    right: -90px;
}

/* -------------------------------------------------------------- */

.process_first_block .double-shape {
    top: 0;
    right: -90px;
}

/* -------------------------------------------------------------- */

.guiding_section .shaping-third-350 {
    right: calc(var(--size) * -.5);
    top: 20px;
}

/*.guiding_section .shaping-blue-100 {
    left: 3%;
    top: 27%;
}*/

.guiding_section .shaping-blue-100 {
    left: 3%;
    bottom:5%;
}


/* -------------------------------------------------------------- */

.first_section_team .haping-blue-350 {
    top: 20px;
    right: calc(var(--size) * -.5);
}

.first_section_team .haping-green-100 {
    right: 3%;
    top: 27%;
}

/* -------------------------------------------------------------- */

.privacy-disclaimer .shaping-green-100 {
    top: 580px;
    left: 2%;
}

.privacy-disclaimer .shaping-blue-350 {
    top: 5%;
    left: -210px;
}

.privacy-disclaimer .shaping-green-350 {
    bottom: -1%;
    right: -200px;
}

.privacy-disclaimer .shaping-outline-514 {
    top: 4%;
    right: -374px;
}

.privacy-disclaimer .double_shape {
    bottom: 0;
    right: -70px;
}

/* -------------------------------------------------------------- */

.news_section .shaping-outline-514 {
    bottom: 0;
    right: -365px;
}

.news_section .shaping-blue-100,
.news-detail-page .shaping-blue-100 {
    left: -50px;
    top: 500px;
}

.news_section .shaping-third-350,
.news-detail-page .shaping-third-350 {
    right: -225px;
}






body .wp-block[data-align="full"], body .wp-block.alignfull {
    max-width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 100%;
}

.editor-styles-wrapper :where(body .is-layout-constrained) > *{
    margin:0 !important;
}



@media (max-width: 1600px) {
    body{
      --container-width: 1200px;
    }
  }
  
  @media (max-width: 1281px) {
    body{
        --container-width: 100%;
    }
    .shaping-circle,
    [class*="shaping-"]{
      display:none !important;
    }
  }


