/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*===================FRAME SECTION=====================*/
section.compareSectionContainer {
    position: relative;
    width: 100%;
    height: 100dvh;
    background-color: #071512;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 0.4fr var(--spaceX) 0.6fr;
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: var(--spaceX);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: var(--spaceX);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2rem;
}
html[dir="ltr"] section.compareSectionContainer {
    padding-left: var(--spaceX);
    padding-right: 2rem;
}
.compareSectionInfoWrapper {
    position: relative;
    width: 25%;
    min-height: 70vh;
    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;
}
.compareSectionFrame {
    height: calc(var(--space) * 4);
    width: calc(var(--space) * 5);
}
.compareSectionInfoWrapper .compareSectionInfoWrap {
    color: var(--white);
    background-color: #071512;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*.compareSectionInfoWrapper .compareSectionInfoWrap:not(:first-child) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}*/
.compareSectionInfoWrapper .compareSectionInfoWrap.section3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compareSectionInfoWrapper .compareSectionInfoWrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.compareSectionInfoWrapper .compareSectionInfoWrap h2{
    font-size: 2rem;
    margin-top: 0;
    font-weight: 400;
}
.calculator-container .difference #interestDifference span.highlighted {
    direction: ltr;
    display: inline-block;
}
.compareSectionInfoWrapper .compareSectionInfoWrap .content_text {
    font-size: .97rem;
}
.compareSectionInfoWrapper .compareSectionInfoWrap .content_text p {
    line-height: 1.5;
}
.loadBarProgress {
    position: absolute;
    z-index: 1;
    bottom: 5rem;
    right: var(--spaceX);
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #071512;
    height: 1.825rem;
    /* padding-top: 2rem; */
}
html[dir="ltr"] .loadBarProgress {
    right: auto;
    left: var(--spaceX);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.loadBarProgress span {
    width: 4px;
    height: 100%;
    background-color: var(--BrandGreen-400);
    display: block;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    position: relative;
    z-index: 0;
}
.loadBarProgress img {
    width: 100%;
}
.compareSectionInfoWrapper .compareSectionInfoWrap:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loadBarProgress::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 5px;
    background-color: #071512;
    z-index: 1;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loadBarProgress::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 6px;
    background-color: #071512;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.investment-table-wrapper {
    background-color: var(--BrandYellow500);
    border-radius: 1rem;
    position: relative;
    width: 100%;
    padding: 1.25rem 1.2rem;
    color: var(--BrandGreen500);
}
.investment-table-wrapper h3 {
    font-size: 1.25rem;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}
.calculator-container .input-group-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
html[dir="ltr"] .calculator-container .input-group-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.calculator-container .input-group-wrapper .input-group label {font-size: 0.875rem;font-style: normal;font-weight: bold;display: block;margin-bottom: .5rem;}
.calculator-container .input-group-wrapper .input-group.month {
    width: 20%;
}
.calculator-container .input-group-wrapper .input-group.price {
    width: 70%;
}
.calculator-container .multiple-icon {
    height: var(--space3Y);
    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: 1.5rem;
}

.calculator-container .input-group-wrapper input {
    border-radius: .5rem;
    width: 100%;
    direction: ltr;
    padding: 0 .5rem;
    height: 2.5rem;
}

.calculator-container .input-group-wrapper .input-group.price label {
    text-align: left;
}

.calculator-container .multiple-icon img {
    width: 0.54188rem;
    height: 0.625rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.calculator-container {}

.calculator-container .results {
    position: relative;
}

.calculator-container .resultWrap {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--BrandGreen500);
}

.calculator-container .resultWrap #loadingIndicator {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--BrandYellow500);
    font-size: .75rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
}
.calculator-container .resultWrap .result-item {
    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;
    margin-bottom: 1rem;
}

.calculator-container .resultWrap .result-item .result-value.empty {
    font-size: .75rem;
    color: var(--BrandGreen-400);
}
.calculator-container .resultWrap .result-item .result-value:not(.empty){
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    display: block;
}
.calculator-container .difference {
    position: relative;
    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;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--BrandGreen500);
}
.calculator-container .difference #interestDifference {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}
.calculator-container .resultWrap .long-number {
    font-size: .95rem !important;
}
/*===================FRAME SECTION=====================*/
/*===================================================RESPONSIVE*/
@media only screen and (max-width: 768px) {
    section.compareSectionContainer {
        display: block;
        padding-top: calc(var(--headerHeight) + 1.5rem);
        height: 100vh;
    }
    .compareSectionInfoWrapper {
        width: 100%;
        min-height: auto;
        height: 49vh;
        overflow: hidden;
    }
    .compareSectionFrame {
        width: 100%;
        height: 26vh;
    }
    .loadBarProgress {
        width: calc(100% - var(--spaceX)*3);
        right: auto;
        bottom: 2rem;
        height: 4vh;
        padding: 0;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .compareSectionInfoWrapper .compareSectionInfoWrap h2 {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .loadBarProgress::after {
        bottom: 0;
        height: 4px;
    }
    .loadBarProgress::before{
        top: 0;
    }
    .loadBarProgress span {
        height: 100%;
    }
    section.permissionContainer .gradient-line.gray {
        width: 4.125rem !important;
    }

    .investment-table-wrapper h3 {
        font-size: 1.125rem;
    }

    .calculator-container .resultWrap .result-item {
        font-size: .875rem;
    }

    .calculator-container .difference {
        font-size: .875rem;
    }
    .compareSectionInfoWrapper .compareSectionInfoWrap .content_text{
        font-size: .75rem;
    }

}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.compareSectionContainer {
        padding-top: calc(var(--headerHeight) + 5.5rem);
    }
    .compareSectionFrame {
        height: 32dvh;
    }
    .compareSectionInfoWrapper {
        height: 45dvh;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .compareSectionInfoWrapper {
        width: 100%;
        height: 34vh;
        overflow: hidden;
        min-height: auto;
    }
    section.compareSectionContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: calc(var(--headerHeight) + 3rem);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .compareSectionFrame {
        width: 100%;
        height: 37vh;
    }
    .compareSectionInfoWrapper .compareSectionInfoWrap {
        padding: 1rem 0;
    }

    .loadBarProgress {
        right: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 3rem;
        bottom: 2rem;
        padding: 0;
    }
    .loadBarProgress span {
        height: 100%;
    }
    .loadBarProgress::before {
        top: 0;
    }
    .loadBarProgress::after {
        bottom: 0;
    }
    .investment-table-wrapper {
        width: 70%;
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    section.permissionContainer .scroller__inner.permissionItems {
        padding-block: 1.88rem;
    }
    section.permissionContainer .gradient-line.gray {
        width: 4.125rem;
    }
    .compareSectionInfoWrapper .compareSectionInfoWrap h2 {
        font-size: 1.6rem;
        margin-bottom: .75rem;
    }
    .compareSectionInfoWrapper {
        width: 33%;
    }
    .loadBarProgress {
        width: 33%;
        height: 1.5rem;
        padding: 0;
        bottom: 2rem;
        -webkit-column-gap: .55rem;
        -moz-column-gap: .55rem;
        column-gap: .55rem;
    }
    .loadBarProgress span {
        height: 100%;
        width: 3px;
    }
    .compareSectionFrame {
        height: calc(var(--space) * 3);
        width: calc(var(--space) * 5);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .compareSectionInfoWrapper .compareSectionInfoWrap h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    .compareSectionInfoWrapper {
        width: 30%;
    }
    .loadBarProgress {
        width: 30%;
    }
}