/*===== Start container =====*/
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
[data-content-type='row'][data-appearance='contained'] {
    max-width: 1144px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}
@media screen and (max-width: 1199px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 960px !important;
  }
}
@media screen and (max-width: 991px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 720px !important;
  }
}
@media screen and (max-width: 767px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 540px !important;
  }
}
@media screen and (max-width: 575px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100% !important;
  }
}

/*===== End container =====*/

/*===== Start common banner =====*/
.common-banner .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    padding: calc(var(--bs-space) / 2);
    max-width: 770px;
    --bs-bg-opacity: 0.75;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.common-banner h1 {
    margin-bottom: 1.3rem;
}
.common-banner p strong {
    font-family: var(--bs-futura);
}
.equivalents-all-page-banner img.pagebuilder-mobile-hidden {
    height: 469px !important;
    object-fit: cover;
    object-position: center;
}
/*===== End common banner =====*/
.border-style-hidden{
    border-style: hidden !important;
}
main .h1, main .h2, main .h3, main .h4, main .h5, main .h6, main h1, main h2, main h3, main h4, main h5, main h6{
    color: var(--bs-primary);
    font-weight: 500;
}

main .text-white .h1, main .text-white .h2, main .text-white .h3, main .text-white .h4, main .text-white .h5, main .text-white .h6, 
main .text-white h1, main .text-white h2, main .text-white h3, main .text-white h4, main .text-white h5, main .text-white h6{
    color: var(--bs-white);
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
  font-size: .875em;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}

.h1, .h2, h1, h2 {
    margin-bottom: .4em;
}

.comon-two-column .column {
    padding: calc(var(--bs-space)* 2) 0;
}
.comon-two-column .text-box {
    padding: 0 calc(var(--bs-space) / 1.5);
    max-width: 720px;
}
.comon-two-column .heading-title {
    padding-top: 0.9em;
}
.comon-two-column .heading-title:before {
    font-size: 1.666em;
    top: 0;
    bottom: auto;
}

.common-box {
    margin-top: calc(-1* var(--bs-space));
}
.common-box .box-wrap {
    border-radius: 2em 0;
    min-height: 285px;
}
.common-box .text-box {
    max-width: 500px;
    margin-left: auto;
    padding-left: 12px;
}
.common-welcome .text-box:not(:last-child) {
    margin-bottom: calc(var(--bs-space) / 1.5);
}

.common-welcome .col-right {
    padding-left: 9%;
}

.common-welcome-column .title {
    margin-bottom: 0.8rem;
}
.common-odd-even .column:nth-child(even) > .pagebuilder-column-line {
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.common-top-main .col-left {
    width: 33.33% !important;
    flex-basis: 33.33%;
    padding-right: 12px;
}
.common-top-main .col-right {
    width: 66.66% !important;
    flex-basis: 66.66%;
}
.common-top-main .btn-wrap {
    margin-top: 1.5em;
}
.common-btn-primary > a {
    margin: 0;
    font-size: 18px;
    padding: 1em 1.7em;
    font-weight: 600;
    line-height: 1.1;
    border-width: 0.15em !important;
    border-radius: 0.8em;
    color: var(--bs-primary);
    font-family: var(--bs-body-font-family);
    border-style: solid;
    border-color: var(--bs-primary);
    background-color: transparent;
}
.common-btn-primary > a:hover {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}
.careers-policy-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.common-right-slider .text-box {
    max-width: 320px;
    height: 100%;
    padding-left: 15px;
    padding-bottom: calc(var(--bs-space) / 2);
    padding-top: calc(var(--bs-space) / 1.2);
    padding-right: 15px;
}

.common-right-slider .icon-box {
    font-size: calc(var(--bs-space) / 2.5) !important;
    width: 1.25em;
    height: 1.5em;
    border-radius: 1rem 0;
}

.common-right-slider .text-box .title {
    font-size: 20px;
    margin-bottom: 0.6em;
}

.careers-policy-slider .owl-nav:not(.disabled) {
    padding-top: calc(var(--bs-space) / 2.5);
    padding-right: calc(var(--bs-space)* 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4em;
}

.careers-policy-slider.owl-carousel .owl-nav button {
    width: 0.8em;
    height: 0.8em;
    font-size: 2.5em;
    line-height: 0;
    background-color: transparent !important;
    box-shadow: none;
}
.common-faq .col-left {
    padding-right: calc(var(--bs-space)* 1.1);
    width: 41.66% !important;
}
.common-faq .col-right {
    padding-left: calc(var(--bs-space)* 0.55);
    width: 58.33% !important;
}

.common-faq .col-left .title {
    margin-bottom: 0.6em;
}
.common-faq .col-right .title {
    padding: 0.7em 0;
    border-bottom: solid 1px var(--bs-secondary);
    cursor: pointer;
    position: relative;
}
.common-faq .col-right .title  > *{
    padding-right: 1.7em;
    cursor: pointer;
}
.common-faq .col-right .title  > *:after {
    content: "";
    background-image: url(../images/arrow-down-primary.svg);
    background-color: var(--bs-light);
    position: absolute;
    width: 1em;
    height: 1em;
    right: 0;
    top: 1em;
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: center;
    transition: all 0.5s;
    pointer-events: none;
}

.common-faq .col-right .title.active > *:after {
    transform: rotate(180deg);
} 

.common-faq .col-right .text-box {
    border-bottom: solid 1px var(--bs-secondary);
    padding-bottom: 1.5em;
    margin-top: -1px;
    background-color: var(--bs-light);
    position: relative;
    display: none;
}
.common-bottom-bar .col-left {
    padding-right: 12px;
}
.common-bottom-bar .col-right {
    padding-left: 12px;
}

.common-accordion .main-title:not(.active) {
    margin-bottom: 1.2rem;
}
.common-accordion .main-title > div {
    border-radius: 0.7em 0;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.common-accordion .main-title.active > div {
    border-bottom-right-radius: 0px !important;
}
.common-accordion .main-title > div:after {
    content: "";
    background-image: url(../images/arrow-down-primary.svg);
    width: 1.1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center right;
    transition: all 0.5s;
    pointer-events: none;
}
.common-accordion .main-title.active > div:after {
    transform: rotate(180deg);
}

.common-accordion .text-box {
    display: none;
    margin-top: -2px;
    position: relative;
    padding:0.2rem 1.5rem 2rem;
    border-radius: 0px 0px 0.7em 0;
    margin-bottom: 1.2rem;
}
.common-accordion .text-box:last-child {
    margin-bottom: 0;
}
.common-accordion .text-box .btn-wrap {
    padding: 1em 0;
}
.common-accordion .text-box table.table tr > *:first-child {
    padding: 0.2em 1em 0.2em 0;
}
.common-accordion .text-box table.table tr > *:last-child {
    padding: 0.2em 0em 0.2em 1em;
}
.common-accordion .text-box p strong {
    font-family: var(--bs-futura);
}
.common-mako .row {
    --bs-gutter-y: calc(var(--bs-space) / 2);
}
.common-mako .col {
    gap: 1em;
}

.common-mako .img-box {
    min-width: 2.3em;
}

.common-mako .column {
    border-radius: 2em 0 0 2em;
    margin-left: auto;
    max-width: 700px;
    margin-top: calc(var(--bs-space) / 2);
    z-index: 0;
}
.common-mako .column:after {
    content: "";
    position: absolute;
    width: 500%;
    right: -500%;
    height: 100%;
    top: 0;
    background: var(--bs-secondary);
    z-index: 999;
}
.common-mako .heading-title:before {
    font-size: 2.22em;
}
.common-mako .heading-title[data-title] {
    padding-top: 0.5em;
}
.common-product{
    margin-top: 0;
}
.home-product-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.home-product-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -1.3em;
}
.home-product-slider button.owl-prev span, .home-product-slider button.owl-next span {
    font-size: 5rem;
}
.home-product-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: -1.3em;
}
.common-product .inner-col {
    border-radius: 2.5em 0;
}
.common-product .photo.product-item-photo {
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.common-product .product-item-name {
    padding: 0 calc(var(--bs-space) / 2.5);
    padding-bottom: calc(var(--bs-space) / 4);
}
.common-product .product-item-name a.product-item-link {
    font-size: 0.8em;
}
.common-product .product-item-short-description {
    padding: 0 calc(var(--bs-space) / 2.5);
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.common-product .product-item-details {
    padding: 0 calc(var(--bs-space) / 2.5) calc(var(--bs-space) / 2.5);
}
.home-product-slider .owl-dots:not(.disabled) {
    padding-top: calc(var(--bs-space) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7em;
}
.home-product-slider.owl-carousel .owl-dots .owl-dot {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
}
.home-product-slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--bs-primary);
}
.common-welcome-section .container:not(:last-child) {
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.common-welcome-section .pagebuilder-column-line {
    flex-wrap: wrap;
    width: calc(100% + 24px) !important;
    margin-left: -12px;
    margin-right: -12px;
}
.common-welcome-section .column {
    padding: 0px 12px;
}
.common-welcome-section .title {
    margin-bottom: 0.8rem;
}
.common-welcome-section .sub-title {
    color: var(--bs-black);
}
.offset-table-section thead th{
    width: 110px;
}
.offset-table-section thead img {
    max-height: 1.8em;
    width:auto;
}
.offset-table-section-1 .table-responsive {
    /*box-shadow: 5px 5px 15px rgba(0, 0, 51, 0.12);*/
}

.offset-table-section-1 thead th {
    width: 25%;
}

.offset-table-section-1 .top-img {
    width: 100%;
    overflow: hidden;
    border-bottom: 0px !important;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.offset-table-section-1 .top-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}
.offset-table-section-1 .thead-1 th:nth-child(2) .top-img {
    border-top-left-radius: 1em;
}
.offset-table-section-1 .thead-1 th:not(:last-child) .top-img {
    border-right-width: 0px !important;
}

.offset-table-section-1 thead:not(.thead-1) th:first-child {
    border-top-left-radius: 1em;
}
.prefregs-key-features {
    font-size: .875em;
}
.prefregs-key-features .heading-wrap .heading-title {
    padding-top: 0.8em;
}
.prefregs-key-features .heading-wrap .heading-title::before {
    font-size: 2.6em;
}
.prefregs-key-features .col .heading-title {
    line-height: 1.1;
}
.prefregs-key-features .col .heading-title::before {
    font-weight: 600;
    left: 0;
    transform: translateX(-15%);
    bottom: auto;
    top: 0;
}

.prepregs-top-main .ratio-1x1 {
    --bs-aspect-ratio: 95%;
}

.rounded-bottom-end {
  border-bottom-right-radius: calc(var(--bs-space) / 3);
}

.rounded-top-start {
  border-top-left-radius: calc(var(--bs-space) / 3);
}

.prefregs-tabs .img-box {
    --bs-aspect-ratio: 35%;
}
.prefregs-tabs .img-box.ratio > * {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    border-top-left-radius: calc(calc(var(--bs-space) / 3) - 5px);
}
.prefregs-tabs .list-group {
    --bs-list-group-border-radius: 0;
    --bs-list-group-border-width: 0;
    --bs-list-group-item-padding-x: 0.8em;
    --bs-list-group-item-padding-y: 0.4em;
    --bs-list-group-action-hover-color: var(--bs-primary);
    --bs-list-group-action-hover-bg: transparent;
    --bs-list-group-action-active-bg: transparent;
    --bs-list-group-active-bg: transparent;
    --bs-list-group-active-color: var(--bs-primary);
}
.prefregs-tabs .list-group .list-group-item {
    font-weight: normal;
    border: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}

.prefregs-tabs .list-group .list-group-item.active svg.d-none {
    display: block !important;
    font-weight: bold;
}

@media screen and (min-width:768px){
    .common-box .pagebuilder-column {
        flex-basis: 50%;
    }
    .equivalents-all-page-banner {
        font-size: 0.818em;
    }
}

@media screen and (min-width:992px){
  .prepregs-top-main .col-right {
    margin-left: calc(-1 * var(--bs-space) / 2);
    }  
}
@media screen and (min-width:1200px){
    .equivalents-all-page-banner h1 {
        font-size: 54px !important;
    }
    .prefregs-sales-popup .pagebuilder-column-group {
        --bs-space: 60px;
    }
}



@media screen and (max-width:1199px){
    .comon-two-column {
        font-size: 1em;
    }
    .comon-two-column .heading-title:before {
        font-size: 1.5em;
    }
    .common-faq .col-left {
        padding-right: calc(var(--bs-space)* 0.6);
    }
    .common-bottom-bar .pagebuilder-column-line {
        flex-wrap: wrap;
    }
    .common-bottom-bar .col-left {
        padding-right: 0;
        width: 100% !important;
    }
    .common-bottom-bar .col-right {
        padding-left: 0;
        width: 100% !important;
    }
     .common-mako .column {
        max-width: 460px;
        margin-top: -240px;
        padding-right: 0;
    }
    .common-mako .heading-title:before {
        font-size: 2em;
        bottom: 0.12em;
    }
}
@media screen and (max-width:991px){
    .comon-two-column .heading-wrap br {
        display: block;
    }
    .comon-two-column .custom-row .pagebuilder-column-line {
        display: flex;
        flex-direction: column;
    }
    .comon-two-column .custom-row .pagebuilder-column.column {
        width: 100% !important;
    }
    .comon-two-column .text-box {
        padding: 0 calc(var(--bs-gutter-x)* .5);
        max-width: 710px;
        margin: auto;
        --bs-gutter-x: 1.5rem;
    }
    .common-box {
        margin-top: 0;
        background-color: var(--bs-primary);
    }
    .common-box .box-wrap {
       padding: 0; 
       border-radius: 0;
       min-height: 1px;
    }
    .common-box .text-box {
        max-width: 380px;
    }
    .common-welcome .col-right {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .common-welcome .text-box:not(:last-child) {
        margin-bottom: calc(var(--bs-space) / 2);
    }
    .common-welcome .pagebuilder-column-line {
        flex-direction: column-reverse;
    }
    .common-welcome .col-left {
        width: 100% !important;
    }
    .common-welcome .col-right {
        padding-left: 0;
        width: 100% !important;
    }
    .common-odd-even .column .pagebuilder-column-line {
        flex-wrap: wrap;
        flex-direction: column !important;
    }
    .common-odd-even .column .pagebuilder-column-line .pagebuilder-column {
        width: 100% !important;
        padding-inline: 0;
    }
    .common-top-main .col-left {
        width: 41.66% !important;
        flex-basis: 41.66%;
    }
    .common-top-main .col-right {
        width: 58.33% !important;
        flex-basis: 58.33%;
        padding-left: 12px;
    }
    .common-faq .col-left {
        padding-right: 12px;
        flex-basis: 50%;
    }
    .common-faq .col-right {
        padding-left: 12px;
        flex-basis: 50%;
    }
    .common-mako .column {
        max-width: 330px;
        margin-top: -280px;
    }
    .common-mako .heading-title:before {
        font-size: 1.45em;
        bottom: 0.17em;
    }
    .common-welcome-section .container:not(:last-child){
        margin-bottom: 0;
    }
    .prepregs-top-main .pagebuilder-column-line {
        flex-wrap: wrap;
    }
    .common-welcome-section .column {
        width: 100% !important;
        margin-bottom: calc(var(--bs-space) / 2.5);
    }
    .prepregs-top-main .col-left {
        width: 100% !important;
    }
    .prepregs-top-main .col-right {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

}
@media screen and (max-width:767px){
    .common-banner .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
        padding: 0;
        max-width: 100%;
    }
    .comon-two-column .column {
        padding: calc(var(--bs-space)* 1) 0;
    }
    .comon-two-column .text-box {
        max-width: 540px;
    }
    .common-box .text-box {
        max-width: 100%;
        margin-left: auto;
        padding-left: 0;
    }
    .common-top-main .col-left {
        width: 100% !important;
        flex-basis: 100%;
        padding-right: 0;
    }
    .common-top-main .col-right {
        width: 100% !important;
        flex-basis: 100%;
        padding-left: 0;
    }
    .common-right-slider .container-right {
        padding-left: calc((100% - 516px) / 2);
        padding-right: 0;
    }
    .common-right-slider .icon-box {
        font-size: 24px !important;
    }
    .common-faq .col-right .text-box {
        padding-bottom: 1.2em;
    }
    .common-faq .col-left {
        padding-right: 0px;
        flex-basis: 100%;
    }
    .common-faq .col-right {
        padding-left: 0px;
        flex-basis: 100%;
    }
    .common-mako .column {
        max-width: 100%;
        margin-top: calc(var(--bs-space) / 2);
        padding-right: calc(var(--bs-space) / 2);
        border-radius: 1.5em;
    }
    .common-mako .column:after{
        opacity: 0;
    }
    .prefregs-key-features .heading-wrap .heading-title {
        padding-top: 0.4em;
    }
    .prefregs-key-features .heading-wrap .heading-title::before {
        font-size: 2em;
    }
    .prefregs-sales-popup .col-right {
        margin-top: 1.5rem !important;
    }
}
@media screen and (max-width:575px){
    .comon-two-column .heading-title {
        font-size: calc(23px + .9vw) !important;
    }
    .common-right-slider .container-right {
        padding-left: 12px;
    }
    .offset-table-section-1 .top-img {
        height: clamp(5.25rem, -0.9609rem + 26.5vw, 8.5625rem);
    }
    .prefregs-key-features .heading-wrap .heading-title {
        padding-top: 0.2em;
    }
    .prefregs-key-features .heading-wrap .heading-title::before {
        font-size: 1.35em;
        bottom: 0.2em;
    }
}
@media screen and (max-width:374px){
    .common-right-slider .text-box {
        max-width: 290px;
    }
}