
/* ------------------------------------------------------------------------ */
.aqc-block-015 {
    margin-top:6rem;
    margin-bottom:6rem;
    position: relative;
    display:flex;
    flex-flow:column;
    margin-left: 4.94vw;
    margin-right: 4.94vw;
}
@media (max-width: 1240px) {
    .aqc-block-015 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-015 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/**
 * First on the page
 */
/* ------------------------------------------------ */
.aqc-block-015.widget_index_0 {
    margin-top:12rem;
}

@media (max-width: 1240px) {
    .aqc-block-015 > .background {
        margin-top:10rem;
    }
}
@media (max-width: 768px) {
    .aqc-block-015 > .background {
        margin-top:8rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-015 > .background {
        margin-top:6rem;
    }
}
/* ------------------------------------------------ */


/* ------------------------------------------------------------------------ */
.aqc-block-015 .content {
    padding-top: 3rem;
    position:relative;
    margin: auto;
    max-width: 100%; /*content width*/
    width: 100%; /*content width*/
    padding-bottom: 3rem;
    padding-top: 8rem;
    background: rgba(38, 60, 132, 0.09);
    /*** border-radius: 0px ***/
}
@media (max-width: 1240px) {
    .aqc-block-015 > .content {
        padding-top: 2rem;
        margin-top:3rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-015 > .content {
        width:100%;
        max-width: none;
        display: flex;
        flex-flow: column;
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding-top: 2rem;
    }
}

.aq-attribute-block {
}

/**
 * Header
 */
/* ------------------------------------------------------------------------ */
.aq-attr-block-header {
    width: 100%;
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid #000000;
    padding-left:32px;
    padding-right:32px;
    padding-bottom:8px;
}
@media (max-width: 576px) {
    .aq-attr-block-header {
        width: 100%;
        display: flex;
        flex-flow: row;
        border-bottom: 1px solid #000000;
        padding-left:1rem;
        padding-right:1rem;
        padding-bottom:1rem;
    }
}

/* ------------------------------------------------------------------------ */
.aqc-block-015 .aq-open-close-control {
    flex-grow: 0;
    width: 40px;
    height: 40px;
    font-family: linearicons;
    font-size:24px;
}

.aqc-block-015 .aq-open-close-control:before {
    content: '\e936';
}

.aqc-block-015 .aq-open-close-control.opened:before {
    content: '\e937';
}


/**
 * attributes open/close
 */
/* ------------------------------------------------------------------------ */
.aq-attribute-block {
    padding: 72px;
    padding-top: 36px;
    padding-bottom: 36px;
}
@media (max-width: 1240px) {
    .aq-attribute-block {
        padding: 1rem;
    }
}
@media (max-width: 576px) {
    .aq-attribute-block {
        padding: 1rem;
    }
}

/**
 * Content
 */
/* ------------------------------------------------------------------------ */
.aq-attribute-block-content {
    padding-left:32px;
    padding-right:32px;
    padding-top:32px;
    padding-bottom:8px;
}

@media (max-width: 576px) {
    .aq-attribute-block-content {
        padding-left:1rem;
        padding-right:1rem;
        padding-top:32px;
        padding-bottom:8px;
    }
}


.attribute-sub-label {
    color: #252525;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.4;
}

/**
 * attributes open/close
 */
.section.attributes {
    background: rgba(38, 60, 132, 0.09);
    /*** border-radius: 0px ***/
}

/* ------------------------------------------------------------------------ */
.aq-attr-block-label {
    flex-grow: 1;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #252525;
}

.aq-open-close-control {
    flex-grow: 0;
    width: 40px;
    height: 40px;
    font-family: mcfw-linearicons;
    font-size:24px;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.aq-open-close-control:hover {
}

.aq-open-close-control:before {
    transform: rotate(0deg);
    transition: transform 0.24s ease-in-out;
}

.aq-open-close-control:hover:before {
    transform: rotate(90deg);
}

.aq-open-close-control.opened:before {
    transform: rotate(0deg);
    content: '\e937';
}

/**
 * Content
 */

.aq-attribute-block-content {
    padding-left:32px;
    padding-right:32px;
    padding-top:32px;
    transition: all 0.8s ease-out;
}

.aq-attribute-block-content-wrapper.animated {
    transition: all 0.8s ease-out;
}
.aq-attribute-block-content-wrapper.maxheight0 {
    max-height: 0px;
}

.aq-attribute-block-content-wrapper {
    overflow: hidden;
}

.aq-attribute-block-content.closeable {
    opacity: 0;
}

.aq-attribute-block-content.opened {
    opacity: 1;
}












.aq-parameter-col-1 {
    width: fit-content;
    flex-flow: column;
    padding-right: 32px;
    white-space: nowrap;
}


@media (max-width: 576px) {
    .aq-parameter-col-1 {
        padding-bottom: 2rem;
    }
}

.pname {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #252525;
    padding-right: 16px;
}

.pval {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    color: #252525;
}

.aq-parameter-col-2 {

}

.aq-parameter-image {
    max-width: 320px;
}

.aq-parameter-image > img {
    max-width: 180px;
    width: 180px;
    object-fit: contain;
    height: fit-content;
    object-fit: contain;
    margin-left: 32px;
    margin-right: 32px;
}

/**
 * Button row
 */
.aq-attr-buttonrow {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.aq-attr-button-white {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 100px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #252525;
    padding: 32px;
    margin-left:16px;
    margin-right:16px;
    flex-grow: 1;
    cursor: pointer;
}

.aq-attr-button-white:hover {
    background-color: rgba(222, 40, 83, 1);
    color: white;
}

.pval > p {
    padding: 0px;
    margin-bottom: 0px;
}