body.onchanging *{
    transition: unset!important;
}
.steps_section {
    background-color: #132C55;
    position: relative;
    padding-top: 20px;
    padding-bottom: 80px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.steps_section:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -72px;
    width: 1070px;
    height: 700px;
    background-image: url('../svg/bg%20image.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.steps_section .container {
    position: relative;
    z-index: 2;
}
.tab-wrapper .text-editor-main{
    display: block;
    min-width: 100%;
}
.tab-wrapper{
    max-width: 100%;
    overflow: hidden;

}
.tab-wrapper .tab-slide{
    display: flex;
    transition: .3s all ease-in-out;
}
.step-container {
    max-width: 960px;
    margin: 0 auto;
    transition: .3s all ease;
    position: relative;
}
.step-container .steps:not(.active-step) {
    opacity: 0;
}
.steps-wrapper{
    overflow: hidden;
    transition: .3s all ease;
    padding: 0 32px;
}
.steps-wrapper .back-arrow{
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    cursor: pointer;

}
.steps-wrapper .back-arrow svg{
    fill: #498BF9;
    width: 20px;
    height: 30px;
}
.steps-wrapper .back-arrow span{

}
.steps-title {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 26px;
}

.steps-title h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    font-family: 'IBM Plex Serif', Sans-Serif;
    margin: 0;
    text-align: center;
    color: #FFF;

}

.steps-title h1 .line {
    position: relative;
    color: #F8DF8A;
}

.steps-title h1 .line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 30px;
    background-image: url('../svg/line-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 19px;
    width: 269px;
}

.step-container .steps {
    padding: 80px 20px;
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 50px auto 80px;
}
.step-container .steps.onchanging *{
    transition: unset!important;
}
.step-container .steps .main {
    max-width: 600px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.step-container .steps .icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.step-1 .abs-img-left {
    position: absolute;
    left: -110px;
    bottom: -90px;
}


.step-container .steps .main .title {
    margin-bottom: 48px;
}

.step-container .steps.step-1 .main .title {
    margin-bottom: 56px;
    max-width: 405px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.step-container .steps .main .title h2, .step-container .steps .main .title [data-changing-title] {
    margin: 0;
    text-align: center;
    font-family: 'IBM Plex Serif', Sans-Serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    color: #333;
}

.step-container .steps .icons img {
    position: absolute;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: auto;
}

.step-container .steps.step-1 .icons img.ic-1 {
    width: 69px;
    height: 69px;
    top: 92px;
    right: 50px;
}

.step-container .steps.step-1 .icons img.ic-2 {
    width: 36px;
    height: 31px;
    top: 250px;
    right: 140px;
}

.step-container .steps.step-1 .icons img.ic-3 {
    width: 24px;
    height: 24px;
    bottom: 163px;
    right: 62px;
}

.step-form .input {
    position: relative;
}

.step-form input {
    border-radius: 5px;
    border: 2px solid #498BF9;
    background-color: #EEF5FF;
    min-height: 74px;
    width: 100%;
    display: block;
    padding: 36px 16px 22px 16px;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #333;
    outline: none;
}

.step-form .placeholder {
    color: #646464;
    position: absolute;
    left: 16px;
    top: 20px;
    z-index: 2;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.result_section .desc,
.result_section .desc p,
.steps .desc,
.steps .desc p {
    margin-top: 8px;
    color: #646464;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.steps .desc span {
    color: #646464;
    font-weight: 700;
}
.steps .desc p,
.result_section .desc p {
    margin: 0;
}

.btn-style {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    text-align: center;
}

.btn-style button {
    border: 2px solid #498BF9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 32px;
    border-radius: 40px;
    background-color: #498BF9;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    min-height: 74px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
    text-decoration: none;
    cursor: pointer;
}

.btn-style:not(.btn-next, .generate-btn, .next-btn) button:hover {
    background-color: transparent;
    color: #498BF9;
}
.btn-next button:hover, .generate-btn button:hover, .btn-style .next-btn button:hover{
    background-color: #649CF9;
    color: #fff;
    border-color: #649CF9;
}

    .btn-style.not-active-btn button {
    border-color: #A4C5FC;
    background-color: #A4C5FC;
    pointer-events: none;
}

.circle-container {
    position: relative;
    padding-top: 15px;
}

.circle-container .pos-abs-img {
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 111;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.circle-container .pos-abs-img .circle {
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background-color: #FEEAA5;
    overflow: hidden;
    position: relative;
    z-index: -1;
    transform: translateZ(0);

}

.circle-container .pos-abs-img .circle .animated-eyes,.circle-container .pos-abs-img .circle .grade-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0 ,0);
    -ms-transform: translate3d(-50%, 0 ,0);
    transform: translate3d(-50%, 0 ,0);
    bottom: -12px;
    width: 265px;
    height: 300px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    will-change: transform;
}
.circle-container .pos-abs-img .circle .animated-eyes .lottie-wrapper{
    margin-right: -25%;
    isolation: isolate;
    transform: translateZ(0);
}
.circle-container .pos-abs-img .circle .grade-image{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.circle-container .pos-abs-img .circle .eyes-wrapper{
    position: absolute;
    left: 99px;
    right: 94px;
    top: 135px;
    height: 26px;
    display: flex;
    justify-content: space-between;
    z-index: 2;

}
.circle-container .pos-abs-img .circle .eyes-wrapper .eyes-item{
    width: 20px;
    position: relative;
}
.circle-container .pos-abs-img .circle .eyes-wrapper .eyes-item svg{
    position: absolute;
    left: 0;
    top: 0;
}
.grade-level {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.grade-level .levels {
    width: 66px;
    height: 66px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #EEF5FF;
    padding: 24px 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.grade-level .levels span {
    color: #333;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.grade-level .levels:hover {
    background-color: #CBE0FF;
}

.grade-level .levels.active {
    background-color: #FF9874;
}

.grade-level .levels.active span {
    color: #FFF;
}

.grade-level-1 {
    max-width: 445px;
}

.grade-level-2 {
    max-width: 497px;
}

.grade-level-3 {
    max-width: 495px;
    padding-top: 14px;
}

.grade-level-4 {
    max-width: 429px;
}

.grade-level-5 {
    max-width: 303px;
    padding-top: 0;
    margin-top: 0
}

.grade-level-6 {
    max-width: 151px;
    padding-top: 0;
    margin-top: -25px;
}

.step-2 .btn-style {
    margin-top: 48px;
}

.step-container .step-2 .icons img.ic-1,
.step-container .step-3 .icons img.ic-1 {
    width: 69px;
    height: 69px;
    left: 100px;
    top: 320px;
}

.step-container .step-2 .icons img.ic-2,
.step-container .step-3 .icons img.ic-2 {
    width: 36px;
    height: 31px;
    left: 85px;
    bottom: 297px;
}

.step-container .step-2 .icons img.ic-3,
.step-container .step-3 .icons img.ic-3 {
    width: 24px;
    height: 24px;
    left: 165px;
    bottom: 230px;
}

.step-container .step-2 .icons img.ic-4,
.step-container .step-3 .icons img.ic-4 {
    width: 24px;
    height: 24px;
    right: 195px;
    bottom: 355px;
}

.step-container .step-2 .icons img.ic-5,
.step-container .step-3 .icons img.ic-5 {
    width: 36px;
    height: 31px;
    right: 95px;
    bottom: 336px;
}

.step-container .step-2 .icons img.ic-6,
.step-container .step-3 .icons img.ic-6 {
    width: 69px;
    height: 69px;
    right: 50px;
    bottom: 175px;
}

.step-3 .circle-container .pos-abs-img .circle img {
    bottom: -30px;
}

.owl-img {
    text-align: center;
}

.owl-img img {
    max-width: 534px;
    width: 100%;
    height: 538px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    margin-bottom: -5px;
}

.step-container .steps.step-4 {
    padding-bottom: 0;
}
.step-container .steps.step-4 .title{
    position: relative;
}
.step-container .steps.step-4 .title h2, .step-container .steps.step-4 .title [data-changing-title]{
    transition: .3s all ease-in-out;
}

.step-container .steps.step-4 [data-changing-title]{
    position: absolute;
    inset: 0;
}
.step-container .steps.step-4 .title .inactive{
    opacity: 0;
}
.step-container .steps.step-4 .title .active{
    opacity: 1;
}

.steps.step-4 .owl-img .lottie-wrapper{
    margin-bottom: -50px;
}

.step-container .steps.step-4 .icons img.ic-3 {
    width: 45px;
    height: 45px;
    top: 285px;
    left: 195px;
}

.step-container .steps.step-4 .icons img.ic-2 {
    top: 374px;
    left: 80px;
    width: 31px;
    height: 36px;
}

.step-container .steps.step-4 .icons img.ic-1 {
    bottom: 210px;
    left: 140px;
    width: 24px;
    height: 24px;
}

.step-container .steps.step-4 .icons img.ic-4 {
    bottom: 258px;
    right: 231px;
    width: 24px;
    height: 24px;
}

.step-container .steps.step-4 .icons img.ic-6 {
    bottom: 130px;
    right: 80px;
    width: 69px;
    height: 69px;
}

.step-container .steps.step-5 {
    overflow: unset;
}

.abs-img-right-top {
    position: absolute;
    right: -175px;
    top: -75px;
    max-width: fit-content;
}
.abs-img-right-top .owl-wrapper{
    max-width: 280px;
    margin: 0 -15%;
}
.abs-img-right-top .bubble-wrapper{
    margin-top: -80px;
}
.abs-img-right-top img {
    max-width: 294px;
    width: 100%;
    height: 181px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.step-container .steps.step-4 .icons img.ic-5 {
    bottom: 132px;
    right: 255px;
    width: 23px;
    height: 40px;
}

.step-container .steps.step-5 .main .title {
    margin-bottom: 0px;
}

.steps.step-5 .desc {
    text-align: center;
    margin-bottom: 24px;
}

.steps.step-5 .info,
.white-container .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 38px;
    background-color: #F3F8FF;
}

.white-container .info .grade,
.steps.step-5 .info .grade {
    margin-right: 8px;
}

.white-container .info .words,
.steps.step-5 .info .words {
    margin-left: 8px;
}

.white-container .info span,
.steps.step-5 .info span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "DM Sans", sans-serif;
    color: #646464;
}

.white-container .info span.grade-num,
.white-container .info span.words-num,
.steps.step-5 .info span.grade-num,
.steps.step-5 .info span.words-num {
    color: #41C46E;
    font-weight: 700;
}

.editable-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: text;
    margin-bottom: 3px;
    border: 1px solid transparent;
}

.editable-text {
    padding: 5px 14px 12px 14px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: text;
    background-color: #fff;
    border-radius: 10px;
    color: #646464;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.editable-text p {
    margin-bottom: 12px;
}

.editable-text p:last-child {
    margin-bottom: 0px;
}

.editable-text p {
    color: #646464;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.editable-heading h2 {
    display: inline-block;
    font-family: "DM Sans", Sans-Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.editable-input {
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: default;
    border: none;
    color: #333;
    font-family: "DM Sans", Sans-Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    outline: none;
    padding: 0;
    min-height: 24px;
    border-radius: 0;
}

.editable-text .icon,
.editable-heading .icon {
    margin-left: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.editable-text textarea{
    height: auto;

}
.editable-text .icon {
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.editable-text .icon svg,
.editable-heading .icon svg {
    width: 24px;
    height: 24px;
}

.editable-text .icon svg path,
.editable-heading .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.editable-text:hover,
.editable-heading:hover {
    background-color: #EEF5FF;
}
.edit-wrapper.active
{
    background-color: #FFF;
    border-color: #498BF9;

}
.edit-wrapper.active, .edit-wrapper.active input{
    cursor: text;
}

.editable-text:hover .icon svg path,
.editable-heading:hover .icon svg path {
    fill: #498BF9;
}

.editable-text.active .icon,
.editable-heading.active .icon {
    display: none;
}

.btns.btn-style {
    margin-top: 38px;
}

.btns.btn-style .regenerate-btn {
    margin-right: 8px;
}

.btns.btn-style .next-btn {
    margin-left: 8px;
}

.btn-style .regenerate-btn button {
    background-color: #EEF5FF;
    border-color: #EEF5FF;
    color: #498BF9;
}
.btn-style .regenerate-btn button:hover{
    background-color: #DFECFE;
    border-color: #DFECFE;

}
.btn-style .regenerate-btn button:disabled{
    background-color: #F3F8FF;
    border-color: #F3F8FF;

}
.btn-style .regenerate-btn button .txt {
    margin-left: 8px;
}

.btn-style .regenerate-btn button .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.btn-style .regenerate-btn button .icon svg {
    width: 24px;
    height: 24px;
}

.step-container .steps.step-5 .icons img.ic-1 {
    width: 45px;
    height: 45px;
    bottom: 225px;
    left: 65px;
}

.step-container .steps.step-5 .icons img.ic-2 {
    width: 23px;
    height: 40px;
    left: 198px;
    bottom: 216px;
}

.step-container .steps.step-5 .icons img.ic-3 {
    width: 36px;
    height: 31px;
    right: 82px;
    bottom: 272px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
}

.step-container .steps.step-5 .icons img.ic-4 {
    width: 24px;
    height: 24px;
    bottom: 195px;
    right: 140px;
}

.step-container .steps.step-6 {
    overflow: unset;
}

.step-6 .editable-heading {
    margin-bottom: 10px;
}

.step-6 .editable-heading h2 {
    margin-right: 0;
}

.step-6 .editable-heading h2 span {
    margin-left: 16px;
}

.step-container .steps.step-6 .main .title {
    margin-bottom: 24px;
}

.step-container .dots {
    margin-bottom: 48px;
}

.step-container .dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.step-container .dots ul li {
    margin-left: 4px;
    margin-right: 4px;
}

.step-container .dots ul li span {
    width: 40px;
    cursor: pointer;
    height: 8px;
    border-radius: 5px;
    display: inline-block;
    background-color: #CBE0FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.step-container .dots ul li:hover span,
.step-container .dots ul li.active span {
    background-color: #498BF9;
}

.editable-accordion .acc-item {
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #fff;
}

.editable-accordion .acc-item.edit  {
    border-color: #498BF9;
}
.editable-accordion .acc-item.edit.active-acc .acc-container{
    border: 0;
    background-color: unset;
}
.editable-accordion .acc-item:not(.edit) .acc-edit-input{
    display: none;

    height: 20px;
}
.editable-accordion .acc-item.edit .title h3{
    display: none;

}
.editable-accordion .acc-item.edit .acc-description .txt{
    display: none;
}
.editable-accordion .acc-item .acc-edit-input{
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
    resize: none;
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.editable-accordion .acc-item.edit:hover {
    background-color: transparent;
}

.editable-accordion .acc-item.edit .icon svg {
    display: none;
}

.editable-accordion .acc-item.edit .acc-container {
    border-color: transparent;
}

.editable-accordion .acc-item:hover {
    background-color: #EEF5FF;
}

.editable-accordion .acc-item.active-acc {
    background-color: #fff;
}

.editable-accordion .acc-item .acc-container {
    border-radius: 6px;
    border: 1px solid #DFECFE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px;
}

.editable-accordion .acc-item .acc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.editable-accordion .acc-item .acc-title .title{
    flex: 1;
    margin-left: 8px;
    padding-left: 12px;
}
.editable-accordion .acc-item .acc-title .circle {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #EEF5FF;
}

.editable-accordion .acc-item .acc-title .circle span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #333;
    display: inline-block;
}

.step-container .steps.step-6 .main .editable-accordion .acc-item .acc-title .title {
    width: calc(100% - 56px);
    margin-bottom: 0;
    padding: 0 12px;
}

.editable-accordion .acc-item .acc-title .title h3 {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #646464;
    font-family: "Dm Sans", sans-serif;
}

.editable-accordion .acc-item .acc-title .icon,
.editable-accordion .acc-item .acc-title .icon svg {
    width: 20px;
    height: 20px;
}

.editable-accordion .acc-item .acc-title .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.editable-accordion .acc-item:not(.active-acc):hover .acc-title .icon svg path {
    fill: #498BF9;
}

.editable-accordion .acc-item.active-acc .acc-container {
    border: 2px solid #41C46E;
    background-color: #ECF9F0;
}

.editable-accordion .acc-item.active-acc .acc-title .circle {
    background-color: #41C46E;
    padding: 10px;
}

.editable-accordion .acc-item .acc-title .circle span .icon-check img {
    width: 16px;
    height: 16px;
}

.editable-accordion .acc-description {
    padding: 16px 8px 4px 8px;
    border-top: 1px solid #FFF;
    margin-top: 12px;
}

.editable-accordion .acc-description span.txt {
    font-family: 'Dm Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left: 17px;
    line-height: 16px;
    color: #646464;
    max-width: calc(100% - 24px);
    width: 100%;
}
.editable-accordion .acc-description .acc-edit-explantation{
    flex: 1;
}
.editable-accordion .acc-description .acc-edit-explantation textarea{
    display: block;
}

.editable-accordion .acc-description span.txt b {
    font-family: 'Dm Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #41C46E;
}

.editable-accordion .acc-item.active-acc .acc-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.editable-accordion .acc-description .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.editable-accordion .acc-description .icon img {
    width: 24px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    height: 24px;
}

.step-container .steps.step-6 .icons img.ic-1 {
    width: 45px;
    height: 45px;
    left: 85px;
    bottom: 65px;
}

.step-container .steps.step-6 .icons img.ic-2 {
    width: 23px;
    height: 40px;
    left: 210px;
    bottom: 125px;
}

.step-container .steps.step-6 .icons img.ic-3 {
    width: 36px;
    height: 31px;
    right: 175px;
    bottom: 115px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.step-container .steps.step-6 .icons img.ic-4 {
    width: 24px;
    height: 24px;
    right: 56px;
    bottom: 85px;
}

.abs-img-right-bottom {
    position: absolute;
    right: -280px;
    bottom: -60px;
}

.abs-img-right-bottom img {
    max-width: 331px;
    height: 595px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.step-container .steps.step-7 .main .title {
    margin-bottom: 0;
}

.steps.step-7 .desc,
.steps.step-7 .desc p {
    max-width: 375px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.steps.step-7 .desc span {
    color: #498BF9;
    text-decoration: none;
}

.cover-step .cover {
    text-align: center;
    position: relative;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cover-step .cover:after {
    content: "";
    display: block;
    position: absolute;
    right: -16px;
    bottom: -8px;
    border-radius: 200px 5px 5px 200px;
    background-color: #FFEEC1;
    width: 320px;
    height: 320px;
}

.cover-step .cover .cover-container {
    position: relative;
    z-index: 2;
}

.cover-step .cover .cover-container img {
    width: 320px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 200px 5px 5px 200px;
}

.step-container .steps.step-7 .icons img.ic-1 {
    width: 69px;
    height: 69px;
    top: 310px;
    left: 100px;
}

.step-container .steps.step-7 .icons img.ic-2 {
    width: 36px;
    height: 31px;
    bottom: 280px;
    left: 85px;
}

.step-container .steps.step-7 .icons img.ic-3 {
    width: 24px;
    height: 24px;
    bottom: 211px;
    left: 165px;
}

.step-container .steps.step-8 .main .title {
    margin-bottom: 32px
}

.steps.step-8 .desc {
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto 32px auto;
}

.steps.step-8 .desc,
.steps.step-8 .desc p {
    font-size: 22px;
    line-height: 30px;
}
.step-8 .form .err-msg{
    color: #EB5757;
    font-size: 12px;
    line-height: 17px;
    padding-left: 20px;
    margin-top: 6px;
    opacity: 0;
}
.step-8 .form .err-msg.active{
    opacity: 1;
}
.passage-form {
    max-width: 600px;
    width: 100%;
    margin: auto;
    position: relative;
}

.passage-form .email {
    position: relative;
    display: block;
    width: calc(100% - 30px);
}

.passage-form .email input {
    background-color: #FFFFFF;
    border-radius: 28px;
    padding: 15px 185px 15px 24px;
    font-family: 'DM Sans', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #F9EBE6;
    min-height: 56px;
}

.passage-form .email input::-webkit-input-placeholder {
    color: #929292;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    font-family: 'DM Sans', Sans-Serif;
}

.passage-form .email input::-moz-placeholder {
    color: #929292;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    font-family: 'DM Sans', Sans-Serif;
}

.passage-form .email input:-ms-input-placeholder {
    color: #929292;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    font-family: 'DM Sans', Sans-Serif;
}

.passage-form .email input::-ms-input-placeholder {
    color: #929292;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    font-family: 'DM Sans', Sans-Serif;
}

.passage-form .email input::placeholder {
    color: #929292;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    font-family: 'DM Sans', Sans-Serif;
}

.passage-form .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.passage-form .btn input {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #EE7D54;
    background-color: #EE7D54;
    border-radius: 100px;
    padding: 15px 32px;
    font-family: 'DM Sans', Sans-Serif;
    display: inline-block;
    min-height: 56px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    min-width: 210px;
    width: 100%;
    outline: none;
}
.passage-form .btn input.submit-mobile{
    display: none;
}

.passage-form br {
    display: none;
}

.passage-form p {
    margin-bottom: 0;
}

.passage-form .btn .loader {
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    top: 18px;
    right: -45px;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1.1s infinite linear !important;
    animation: loaderSpin 1.1s infinite linear !important;
    margin-right: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.passage-form .btn .loader.active-load {
    visibility: visible;
    opacity: 1;
}

.passage-form .btn .loader {
    border-top: 4px solid rgba(238, 125, 84, 0.2);
    border-right: 4px solid rgba(238, 125, 84, 0.2);
    border-bottom: 4px solid rgba(238, 125, 84, 0.2);
    border-left: 4px solid #EE7D54;
}
.passage-form:hover .email input, .passage-form:focus-within .email input{
    border-color: #FFD2BB;
}
.passage-form .btn:hover input:not(:disabled){
    border-color: #FF9874;
    background-color: #FF9874;
    color: #fff;
}
.step-container .steps.step-8 .icons img.ic-1 {
    width: 53px;
    height: 63px;
    top: 130px;
    left: 84px;
}

.step-container .steps.step-8 .icons img.ic-2 {
    width: 24px;
    height: 24px;
    top: 188px;
    left: 195px;
}

.step-container .steps.step-8 .icons img.ic-3 {
    width: 36px;
    height: 31px;
    top: 274px;
    left: 112px;
}

.step-container .steps.step-8 .icons img.ic-4 {
    width: 84px;
    height: 49px;
    top: 116px;
    right: 60px;
}

.step-container .steps.step-8 .icons img.ic-5 {
    width: 48px;
    height: 50px;
    top: 190px;
    right: 152px;
}

.step-container .steps.step-8 .icons img.ic-6 {
    width: 30px;
    height: 30px;
    bottom: 150px;
    right: 40px;
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    transform: rotate(-29deg);
}

.editable-text textarea {
    padding: 0;
    resize: none;
    outline: none;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: text;
    background-color: #fff;
    color: #646464;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.generation-slider{
    overflow: hidden;
}
.generation-slider .generation-slider-wrapper{
    display: flex;
    width: 100%;
    transition: .3s all ease-in-out;

}
.generation-slider .generation-slider-wrapper .generation-slide{
    min-width: 100%;
}
.generation-slider .generation-slider-wrapper .generation-slide.not-active{
    height: 0;
    overflow: hidden;
}
/*Capacity*/
.capacity-wrapper{
    background-color: #132C55;
}
.capacity-wrapper .capacity-content .content-left{
    max-width: 412px;
    letter-spacing: .3px;
    margin-top: 78px;
}
.capacity-wrapper .capacity-content {
    padding-top: 60px;
    justify-content: space-between;
}
.capacity-wrapper .capacity-content .content-left .title{
    font-family: "IBM Plex Serif";
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}
.capacity-wrapper .capacity-content .content-left .after-title {
    color: #59CE91;
    line-height: 41.6px;
}
.capacity-wrapper .capacity-content .content-left .title:not(.after-title) {
    margin-bottom: 35px;
}
.capacity-wrapper .capacity-content .content-left .text {
    font-size: 18px;
    line-height: 26px;
    font-family: "DM Sans", Sans-Serif;
    margin-top: 13px;
    letter-spacing: .2px;
    color: #E7E7E7;
}
.capacity-content .content-left .text a {
    font-family: "DM Sans", Sans-Serif;
    color: #FEEAA5;
    font-weight: 700;
}
.capacity-content .content-right {
    flex: 1;
    margin-bottom: -5px;
}

@media (max-width: 1200px) {
    .abs-img-right-bottom img {
        max-width: 320px;
        height: 515px;
    }

    .step-container .steps.step-8 .icons img.ic-2 {
        top: 150px;
    }

    .step-container .steps.step-8 .icons img.ic-5 {
        right: 140px;
    }
}

@media (max-width: 992px) {
    .editable-text textarea {
        font-size: 16px;
    }

    .editable-input {
        font-size: 20px;
    }

    .editable-heading h2 {
        font-size: 20px;
    }

    .step-container .dots {
        margin-bottom: 32px;
    }



    .step-1 .abs-img-left img {
        width: 120px;
        height: 140px;
    }

    .steps .desc,
    .steps .desc p {
        font-size: 16px;
    }

    .steps-title h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .step-container .steps .main .title h2,.step-container .steps .main .title [data-changing-title] {
        font-size: 28px;
        line-height: 33px;
    }

    .step-container .steps.step-1 .main .title {
        margin-bottom: 30px;
    }

    .step-container .steps .main .title {
        margin-bottom: 30px;
    }

    .step-container .steps {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 20px auto;
    }

    .steps-title h1 .line:after {
        bottom: -6px;
        left: 24px;
        height: 10px;
        width: 153px;
    }

    .step-container .step-2 .icons img.ic-1,
    .step-container .step-3 .icons img.ic-1 {
        top: 20px;
        left: 20px;
    }

    .step-container .step-2 .icons img.ic-4,
    .step-container .step-3 .icons img.ic-4 {
        bottom: 40px;
        right: 120px;
    }

    .abs-img-right-top {
        display: none;
    }

    .editable-text,
    .editable-text p {
        font-size: 16px;
    }

    .step-container .steps.step-6 .icons img.ic-1 {
        left: 20px;
    }
    .step-container .steps.step-6 .icons img.ic-3 {
        display: none;
    }

    .steps.step-8 .desc,
    .steps.step-8 .desc p {
        font-size: 18px;
        line-height: 25px;
    }

    .step-container .steps.step-8 .icons img.ic-2 {
        top: 110px;
    }

    .step-container .steps.step-8 .icons img.ic-4 {
        top: 80px;
    }

    .step-container .steps.step-8 .icons img.ic-5 {
        right: 110px;
    }

    .step-container .steps.step-8 .icons img.ic-1 {
        left: 40px;
    }
    .capacity-wrapper .capacity-content .content-right{
        flex: unset;
    }
    .capacity-wrapper .capacity-content {
        justify-content: center;
        padding-top: 0;
    }
    .capacity-wrapper .capacity-content .content-left {
        text-align: center;
    }
    .capacity-wrapper .capacity-content .content-left .title{
        font-size: 24px;
        line-height: 31.2px;
    }

}

@media (max-width: 767px) {
    .steps_section{
        padding: 40px 0 80px;
    }
    .steps-wrapper{
        padding: 0 ;
    }
    .step-container .steps{
        border-radius: 0;
        margin: 40px 0;
    }

    .step-1 .abs-img-left{
        left: -65px;
        bottom: -45px;
        width: 245px;
    }
    .circle-container .pos-abs-img .circle .grade-image,.circle-container .pos-abs-img .circle .animated-eyes {
        width: 235px;
    }
    .circle-container .pos-abs-img .circle .animated-eyes .lottie-wrapper{
        max-width: 100%;
    }
    .circle-container .pos-abs-img .circle .animated-eyes{
        top: 0px;
        left: 50%;
        transform: translateX(calc(-50% + 25px));
    }
    .circle-container .pos-abs-img .circle .animated-eyes .eyes-wrapper{
        top: 98px;
        left: 75px;
        right: 105px;
    }
    .circle-container .pos-abs-img .circle .animated-eyes .eyes-wrapper svg{
        width: 6.4px;
    }
    .circle-container{
        padding-top: 0;
    }
    .circle-container .pos-abs-img{
        top: 55px;
    }
    .circle-container .pos-abs-img .circle{
        width: 200px;
        height: 200px;
    }
    .circle-container .pos-abs-img .circle .grade-image img{
        object-fit: contain;
    }
    .step-container .step-1{
        padding-bottom: 150px;
    }
    .step-container .steps .main .title h2{
        font-size: 24px;
        line-height: 31.2px;
        max-width: 302px;
        margin: 0 auto;
    }


    .circle-container .pos-abs-img .circle {
        width: 240px;
        height: 240px;
    }

    .circle-container .pos-abs-img .circle img {
        width: 170px;
        height: 200px;
    }

    .grade-level .levels {
        padding: 0;
        width: 55px;
        height: 55px;
    }

    .grade-level .levels span {
        font-size: 14px;
    }
    .step-container .steps.step-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .circle-container .pos-abs-img{
        top: 60px;
    }
    .circle-container .pos-abs-img .circle {
        width: 200px;
        height: 200px;
    }
    .grade-level{
        padding-top: 0;
    }
    .grade-level-1 {
        max-width: 172px;
    }

    .grade-level-2 {
        max-width: 272px;
        margin: -10px auto 10px;
    }

    .grade-level-3 {
        max-width: 335px;
        margin-bottom: 13px;
    }

    .grade-level-4 {
        max-width: 323px;
        margin-bottom: 3px;
    }

    .grade-level-5 {
        max-width: 252px;
        padding-top: 9px;
    }

    .grade-level-6 {
        margin-top: -30px;
        max-width: 125px;
    }

    .step-2 .btn-style {
        margin-top: 32px;
    }

    .owl-img img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .abs-img-right-top{
        display: none;
        height: auto;
    }

    .btns.btn-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btns.btn-style .next-btn {
        margin-top: 24px;
    }

    .btn-style button {
        font-size: 18px;
        min-height: 72px;
    }

    .btns.btn-style .regenerate-btn {
        margin-right: 0;
    }

    .btns.btn-style .next-btn {
        margin-left: 0;
    }

    .cover-step .cover {
        max-width: 280px;
    }

    .cover-step .cover .cover-container img {
        width: 280px;
        height: 280px;
    }

    .cover-step .cover:after {
        right: -5px;
        bottom: -1px;
        width: 280px;
        height: 280px;
    }

    .abs-img-right-bottom {
        display: none;
    }


    .passage-form .btn .loader {
        top: 30px;
        right: 15px;
    }

    .passage-form .btn input {
        min-width: 100%;
        width: 100%;
    }
    .passage-form .btn input:not(.submit-mobile){
        display: none;
    }
    .passage-form .email input {
        padding: 15px 45px 15px 25px;
    }
    .passage-form .btn input.submit-mobile{
        display: block;
        background: url(../svg/mobile-submit.svg) no-repeat center #EE7D54;

    }
    .passage-form .btn{
        right: 10px;
    }
    .passage-form .btn .loader {
        border-top: 4px solid rgba(255, 255, 255, 0.2);
        border-right: 4px solid rgba(255, 255, 255, 0.2);
        border-bottom: 4px solid rgba(255, 255, 255, 0.2);
        border-left: 4px solid #fff;
    }

    .passage-form .btn input:hover + .loader,
    .passage-form .btn input:active + .loader {
        border-top: 4px solid rgba(238, 125, 84, 0.2);
        border-right: 4px solid rgba(238, 125, 84, 0.2);
        border-bottom: 4px solid rgba(238, 125, 84, 0.2);
        border-left: 4px solid #EE7D54;
    }
    .steps.step-5 .desc{
        max-width: 327px;
        margin: 16px auto;
    }

    .step-container .steps.step-1 .icons img.ic-1 {
        top: 80%;
        right: 50%;
        width: 35px;
        transform: rotate(71deg);
    }
    .step-container .steps.step-1 .icons img.ic-2 {
        height: 15px;
        top: 90%;
        right: 35%;
        transform: rotate(-32.14deg);

    }
    .step-container .steps.step-1 .icons img.ic-3{
        width: 13px;
        bottom: 10%;
        right: 10%;

    }
    .step-container .step-2 .icons img.ic-1{
        top: 96%;
        left: 90%;
        width: 30px;
        transform: translate(-100%, -100%) rotate(104deg);
    }
    .step-container .step-2 .icons img.ic-2{
        width: 15px;
        top: 85%;
        left: 5%;
        transform: rotate(94deg);
    }
    .step-container .step-2 .icons img.ic-3{
        width: 15px;
        left: 13%;
        bottom: 20%;
    }
    .step-container .step-2 .icons img.ic-5,
    .step-container .step-2 .icons img.ic-4,
    .step-container .step-2 .icons img.ic-6,
    .step-container .step-4 .icons img.ic-1,
    .step-container .step-4 .icons img.ic-5,
    .step-container .steps.step-5 .icons img.ic-3,
    .step-container .steps.step-8 .icons img.ic-5 {


        display: none;
    }
    .steps.step-4 .owl-img .lottie-wrapper{
        margin: 0 0 -60px -70px;
        height: 350px;
    }
    .step-container .steps.step-4 .icons img.ic-3 {
        top: 50%;
        left: 5%;
        transform: rotate(105deg);
    }
    .step-container .steps.step-4 .icons img.ic-2 {
        top: 60%;
        left: 70%;
        transform: rotate(90deg);
        width: 15px;
    }
    .step-container .steps.step-4 .icons img.ic-4 {
        top: 55%;
        width: 13px;
        left: 85%;
    }
    .step-container .steps.step-4 .icons img.ic-6 {
        right: 10%;
        bottom: 7%;
        width: 42px;
    }
    .step-container .steps.step-5 .icons img.ic-1 {
        left: 5%;
        bottom: 70px;
        transform: rotate(45deg);
        width: 32px;
    }
    .step-container .steps.step-5 .icons img.ic-2{
        bottom: 30px;
        left: 80%;
        width: 9.14px;
    }
    .step-container .steps.step-5 .icons img.ic-4{
        left: 10%;
        bottom: 25px;
        width: 15px;
    }
    .step-container .steps.step-6 .icons img.ic-4{
        left: 7%;
        bottom: 7%;
        width: 15px;
    }
    .step-container .steps.step-6 .icons img.ic-2{
        left: 20%;
        bottom: 15px;
        width: 10px;
        transform: rotate(100deg);
    }
    .step-container .steps.step-6 .icons img.ic-1{
        left: unset;
        top: unset;
        bottom: 3%;
        right: 5%;
        transform: rotate(-50deg);
        width: 32px;
    }
    .step-container .steps.step-7 .icons img.ic-1{
        left: 10%;
        top: 88%;
        width: 20px;
        transform: rotate(-10deg);
    }
    .step-container .steps.step-7 .icons img.ic-2{
        right: 5%;
        bottom: 10%;
        left: unset;
        top: unset;
        width: 15px;
    }
    .step-container .steps.step-7 .icons img.ic-3{
        width: 15px;
        left: 75%;
        bottom: 3%;
    }
    .step-container .steps.step-8{
        padding-bottom: 145px;
    }
    .step-container .steps.step-8 .icons img.ic-6 {
        bottom: 10%;
        left: 10%;
        width: 25px;
    }
    .step-container .steps.step-8 .icons img.ic-4 {
        top: unset;
        bottom: 12%;
        left: 28%;
        width: 61px;
    }
    .step-container .steps.step-8 .icons img.ic-1 {
        top: unset;
        left: 55%;
        bottom: 13%;
        transform: rotate(25deg);
        height: 36.8px;
    }
    .step-container .steps.step-8 .icons img.ic-2 {
        left: 75%;
        top: unset;
        bottom: 10%;
        width: 15px;
    }
    .step-container .steps.step-8 .icons img.ic-3 {
        top: unset;
        left: 90%;
        bottom: 15%;
        width: 14px;
    }
    .editable-text .icon, .editable-heading .icon {
        margin-left: 12px;
    }

}

/* result page */

.experience_section {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #EEF5FF;
}

.experience_section .container {
    max-width: 590px;
    text-align: center;
}

.experience_section .img {
    text-align: center;
    margin-bottom: 42px;
}

.experience_section .img img {
    max-width: 100px;
    width: 100%;
    height: auto;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.experience_section .title {
    margin-bottom: 12px;
}

.experience_section .title h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    color: #333;
    margin: 0;
    font-family: 'IBM Plex Serif', serif;
}

.experience_section .desc,
.experience_section .desc p {
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    color: #646464;
}

.experience_section .desc {
    margin-bottom: 32px;
}

.experience_section .btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.experience_section .btn-blue a , .experience_section .btn-blue button{
    padding: 12px 32px 12px 32px;
    font-size: var(--font-size--small);
    line-height: 24px;
    color: var(--rt-white);
    background-color: #498BF9;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-style: normal;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: auto;
    text-align: center;
}

.experience_section .btn-blue a:hover {
    background-color: #629DFF;
}

.result_section {
    background-color: #132C55;
    padding-top: 136px;
    padding-bottom: 118px;
    position: relative;
    overflow: hidden;
}
.generation-slide.exercise-single .result_section{
    padding-top: 70px;
}
.generation-slide.exercise-single .white-container:first-child{
    margin-top: 0;
}
.result_section .container {
    position: relative;
    z-index: 2;
}

.result_section:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    transform: translateX(-27%);
    top: 241px;
    width: 865px;
    height: 552px;
    background-image: url('../svg/banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.result_section .steps-title {
    padding-bottom: 24px;
}

.result_section .steps-title h1 .green {
    color: #74E2A9;
}

.result-container {
    max-width: 680px;
    width: 100%;
    margin: auto;
}

.result-container .tabs-container{
    padding-left: 2px;
}
.result_section .editable-accordion .acc-item{
    cursor: unset;
    margin-left: 2px;
}
.result-container > .desc,
.result-container > .desc p,
.steps_section .step-container > .desc,
.steps_section .step-container > .desc p
{
    color: #F1F3F6;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
}

.result-container .white-container {
    border-radius: 16px;
    background-color: #FFF;
    margin-top: 56px;
    padding: 56px;
    overflow: hidden;
    position: relative;
}

.result-container .white-container.share {
    padding: 24px;
}

.result-container .white-container.share > .d-flex {
    max-width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.result-container .white-container.share > .d-flex .img-container {
    width: 47%;
    text-align: right;
}

.result-container .white-container.share > .d-flex .col-content {
    width: 53%;
    /*padding-right: 20px;*/
}

.result-container .white-container.share > .d-flex .img-container img {
    max-width: 234px;
    height: 234px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.result-container .white-container.share > .d-flex .col-content .title h2 {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    color: #333;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'IBM Plex Serif', serif;
    text-align: start;
}

.result-container .white-container.share > .d-flex .col-content .title h2 span {
    color: #498BF9;
}

.result-container .white-container.share .blue-btn a {
    min-width: 104px;
    min-height: 46px;
    padding: 15px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 32px;
    background-color: #498BF9;
    border: 2px solid #498BF9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'DM Sans', Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
}

.result-container .white-container.share .blue-btn a:hover {
    background-color: transparent;
    color: #498BF9;
}

.icons-abs {
    position: absolute;
    top: 228px;
    -webkit-transform: translateX(-290%);
    -ms-transform: translateX(-290%);
    transform: translateX(-290%);
    left: 50%;
}

.icons-abs img {
    max-width: 213px;
    width: 100%;
    height: 209px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.white-container .title {
    margin-bottom: 8px;
}

.white-container .title h2 {
    color: #333;
    text-align: center;
    font-family: 'IBM Plex Serif', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.white-container .info {
    padding: 8px;
    max-width: 328px;
    width: 100%;
    margin: 0 auto 28px auto;
}

.white-container .info .grade {
    margin-left: 8px;
}

.white-container .info .questions {
    margin-right: 8px;
}

.white-container .cover {
    max-width: 188px;
    margin: 0 auto;
}

.white-container .cover .cover-container img {
    border-radius: 150px 5px 5px 150px;
    width: 188px;
    height: 188px;
}

.white-container .cover:after {
    width: 188px;
    height: 188px;
    border-radius: 150px 5px 5px 150px;
    right: -10px;
    bottom: -1px;
}

.tabs-title .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    border-bottom: 2px solid #ECF3FD;
}

.tabs-title .tabs-list .tab-head {
    margin: 0 12px;
}

.tabs-title .tabs-list .tab-head .tab-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.tabs-title .tabs-list .tab-head .tab-button:after {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: #498BF9;
    width: 0%;
    height: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    display: inline-block;
}

.tabs-title .tabs-list .tab-head .tab-button:hover,
.tabs-title .tabs-list .tab-head.active .tab-button {
    color: #333;
}

.tabs-title .tabs-list .tab-head .tab-button:hover:after,
.tabs-title .tabs-list .tab-head.active .tab-button:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.white-container .abs-bottom-right {
    position: absolute;
    right: -2px;
    bottom: -6px;
}

.white-container .abs-bottom-right img {
    max-width: 136px;
    height: 144px;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.white-container .tags {
    padding-top: 16px;
    margin-top: 32px;
    border-top: 1px solid #EEF5FF;
}

.tags-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 534px;
    width: 100%;
    margin: 0 auto;
}

.tags-flex span {
    min-width: 63px;
    min-height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 8px 4px 0 4px;
    padding: 8px 12px;
    border-radius: 30px;
    background-color: #FFEEC1;
    color: #646464;
    font-family: 'DM Sans', Sans-Serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.share-download {
    margin-top: 42px;
}

.share-download > .d-flex {
    max-width: 410px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share-download .blue-btn a {
    min-width: 200px;
    min-height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 32px;
    background-color: #498BF9;
    border-radius: 32px;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.share-download .blue-btn a:hover {
    background-color: #629DFF;
}

.share-download .share-items h4 .txt,
.share-download .blue-btn a .txt {
    padding-left: 8px;
    display: inline-block;
}

.share-download .blue-btn a .icon {
    width: 12px;
    display: inline-block;
    height: 12px;
}

.share-download .share-items h4 .icon {
    width: 12px;
    display: inline-block;
}

.share-download .share-items h4 .icon img,
.share-download .blue-btn a .icon svg {
    width: 12px;
    height: 12px;
}

.share-download .dwn-btn {
    margin-right: 12px;
}

.share-download .share-items {
    margin-left: 12px;
}

.share-download .share-items h4 {
    margin: 0;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-download .share-items h4 .txt  {
    text-align: right;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    color: #498BF9;
}

.share-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-flex button, .share-flex a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ECF3FD;
    outline: unset;
    border: unset;
    cursor: pointer;
}

.share-flex a:hover {
    opacity: 0.8;
}

.share-flex a img {
    width: auto;
    height: auto;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.tab-item {
    padding-top: 32px;
    display: none;
}

.tab-item.active {
    display: block;
}

.tab-main-container {
    color: #646464;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
}

.tab-main-container.collapsed {
    position: relative;
    height: 116px;
}
.tab-main-container.collapsed .question-list{
    opacity: 0;
}
.tab-main-container.collapsed:after {
    content: "";
    display: block;
    height: 20px;
    bottom: 8px;
    position: absolute;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.00)), to(#FFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.tab-main-container p {
    margin-bottom: 12px;
}

.collapse-expend-btn {
    margin-top: 27px;
    max-width: fit-content;
}
.collapse-expend-btn.collapsed .collapse-btn{
    display: none;
}
.collapse-expend-btn:not(.collapsed) .expend-btn{
    display: none;
}
.collapse-expend-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collapse-expend-btn a:hover {
    color: #498BF9;
}

.collapse-expend-btn a .txt {
    padding-left: 8px;
}

.collapse-expend-btn a .icon {
    width: 18px;
    height: 18px;
}

.collapse-expend-btn a .icon img {
    width: 18px;
    height: 18px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.question-list {
    margin-top: 24px;
}

.question-list .question {
    margin-bottom: 16px;
}

.question-list .question:last-child {
    margin-bottom: 0px;
}

.question-num h4 {
    color: #498BF9;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.question-list .question-main h3 {
    font-family: 'DM Sans', Sans-Serif;
    color: #333;
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.question-list .editable-accordion {
    margin-top: 2px;
    margin-left: -13px;
    margin-right: -13px;
    overflow: hidden;
}


@media (max-width: 992px) {
    .experience_section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .experience_section .title h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .icons-abs {
        display: none;
    }
}

@media (max-width: 767px) {
    .result-container .white-container.share {
        padding: 32px 20px;
    }

    .result-container .white-container.share > .d-flex .col-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 32px;
    }

    .result-container .white-container.share > .d-flex .img-container {
        width: 100%;
        text-align: center;
    }

    .result-container .white-container.share > .d-flex .col-content .title h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .result-container > .desc, .result-container > .desc p,
    .steps_section .step-container > .desc, .steps_section .step-container > .desc p{
        font-size: 18px;
        line-height: 28px;
    }

    .white-container .title h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .result-container .white-container {
        padding: 32px 20px;
    }

    .tabs-title .tabs-list .tab-head {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 12px;
    }

    .tabs-title .tabs-list .tab-head .tab-button:after {
        bottom: -5px;
    }

    .tags-flex {
        max-width: 287px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .white-container .abs-bottom-right img {
        max-width: 100px;
        height: 110px;
    }

    .white-container .abs-bottom-right {
        right: -3px;
        bottom: -10px;
    }

    .share-download > .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .share-download .dwn-btn {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    .share-download .share-items {
        margin-left: 0;
    }

    .tab-main-container {
        font-size: 16px;
        line-height: 25px;
    }
    .step-8 .form .err-msg {
        font-size: 14px;
        line-height: 16px;
    }
}

.tab-style-0 .question-list{
    height: 0;
    transition: .3s all ease-in-out;
    overflow: hidden;
}
@keyframes qListOut {
    99%{
        overflow: unset;
    }
    100%{
        overflow: hidden;
    }
}
.tab-style-1 .editable-accordion .acc-item.active-acc .acc-container{
    border: 1px solid #DFECFE;
    background-color: unset;
}
.tab-style-1 .editable-accordion .acc-item.active-acc .acc-container .acc-description{
    display: none;
}
.tab-style-1 .editable-accordion .acc-item.active-acc .acc-title .circle .icon-check{
    display: none;
}
.editable-accordion .acc-item.active-acc .acc-title .circle span:not(.icon-check){
    display: none;
}
.tab-style-1 .editable-accordion .acc-item.active-acc:hover{
    background-color: #EEF5FF;
}
.tab-style-1 .editable-accordion .acc-item.active-acc .acc-title .circle{
    background-color: #EEF5FF;
}
.tab-style-1 .editable-accordion .acc-item.active-acc .acc-title .circle span:not(.icon-check){
    display: inline;
 }
