body {
    color: #fff;
}
.simplex-button a {
    font-weight: 600;
    text-transform: uppercase;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 0 30px;
    font-size: 14px;
    min-width: 245px;
    text-align: center;
    text-decoration: none;
}
.simplex-button a:hover {
    opacity: 0.9;
    transition: all 0.2s linear;
}
.simplex-button.pink a {
    color: #fff;
    background: var(--pink);
    transition: all 0.2s linear;
}
#red-glow {
    overflow: hidden;
    position: relative;
}
#red-glow::after {
    content: ' ';
    width: 320px;
    height: 320px;
    background-image: radial-gradient(#f30d5a75, #df165926, #8b073514, #8b073500, #8b073500);
    position: absolute;
    border-radius: 50%;
    left: -20px;
    bottom: 50px;
}
.sell-crypto {
    background-image: url(../images/bg-light-bottom-rotated.jpg);
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: 30% -520px;
    /*background-image: linear-gradient(to left, #32102c, #74296c, #5d87cb, #2d5c94, #203456, #25273e);*/
}
.sell-crypto .page-content {
    padding-top: 60px;
}
.sell-crypto .page-content h2 {
    font-size: 27px;
    font-weight: 600;
}
.sell-crypto .wp-block-group__inner-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .sell-crypto .wp-block-group__inner-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .sell-crypto .wp-block-group__inner-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .sell-crypto .wp-block-group__inner-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .sell-crypto .wp-block-group__inner-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .sell-crypto .wp-block-group__inner-container {
        max-width: 1320px;
    }
}
.sell-crypto .icon-box-wrap {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    min-height: 275px;
}
.sell-crypto h1,
.sell-crypto .top-content p {
    max-width: 640px;
}
.sell-crypto .why-sell p {
    max-width: 960px;
    margin: auto;
}
.max-width-960 {
    max-width: 960px;
    margin: auto;
}
.sell-crypto .wp-block-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sell-crypto .wp-block-list li {
    position: relative;
    counter-increment: step-counter;
    margin-bottom: 80px;
    padding-left: 50px;
}
.sell-crypto .wp-block-list li:last-child {
    margin-bottom: 0;
}
.sell-crypto .wp-block-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--simplex-pink);
    color: #fff;
    font-weight: 600;
    width: 33px;
    height: 33px;
    margin-right: 20px;
    border-radius: 50%;
}
.sell-crypto .wp-block-list li::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 2px;
    height: 70px;
    background: var(--simplex-pink);
    left: 17px;
    top: 50px;
}
.pseudo-title {
    font-size: 21px;
    font-weight: 600;
    color: var(--simplex-pink);
}
.sell-crypto .wp-block-list li:last-child::after {
    display: none;
}
.sell-crypto .section-faqs {
    background-image: linear-gradient(180deg, #331b35, #503266);
}
.sell-crypto .accordion-button {
    border-radius: 10px;
}
.sell-crypto .accordion-item {
    border-radius: 10px;
    margin-bottom: 30px;
}
.sell-crypto .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}
.sell-crypto .accordion-item:last-of-type .accordion-button:not(.collapsed) {
    border-radius: 10px;
}
.sell-crypto .accordion-item:last-of-type:not(.collapsed) {
    border-radius: 10px !important;
}
.sell-crypto #whats-is-box {
    background-image: linear-gradient(180deg, #1c0d18, #1c0d18, #3b1e3d);
}
.sell-crypto #counter-boxes {
    margin: 0;
    text-align: center;
}
.sell-crypto #counter-boxes .counter-box-title {
    font-size: 106.08px;
    font-weight: 800;
}
.sell-crypto .svg-col {
    text-align: right;
}
@media screen and (min-width: 768px){
    .sell-crypto .heading-col {
        flex-basis: calc(100% - 380px) !important;
    }
    .sell-crypto .iframe-col {
        flex-basis: 380px !important;
    }
    .sell-crypto #simplex-quote-widget {
        padding: 30px 15px;
    }
}
@media screen and (min-width: 992px){
    .d-block-mobile {
        display: block !important;
    }
    .sell-crypto .svg-bitcoin {
        width: 90%;
        height: auto;
        margin-top: -160px;
    }
    .sell-crypto .swiper-wrapper {
        display: flex;
        transform: unset !important;
        flex-wrap: wrap;
        height: auto !important;
    }
    .sell-crypto .wp-swiper .swiper-container-autoheight .swiper-slide {
        width: calc(100% / 3) !important;
        padding: 0 15px !important;
        margin: 0 0 30px 0 !important;
    }
    .sell-crypto .wp_swiper__navigation,
    .sell-crypto .swiper-pagination {
        display: none;
    }
}
.sell-crypto #about-us {    
    background-color: #2a1427;
}
.sell-crypto #why-sell {    
    background-image: linear-gradient(to bottom, #34112e00, #231930, #0f070f);
}
.sell-crypto #sell-payment-methods {
    margin-top: -80px;
    z-index: 1;
    position: relative;
    background: #fff;
    color: var(--simplex-black);
    padding: 60px 0;
    border-radius: 40px;
} 
.sell-crypto #sell-payment-methods .gws {
    display: flex;
    align-items: center !important;
}
.sell-crypto #sell-payment-methods .gws .wp-block-columns {
    justify-content: center;
    align-items: center !important;
}
.sell-crypto #sell-payment-methods .info-paragraph {
    padding-left: 60px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 420px;
}
.sell-crypto #sell-payment-methods .info-paragraph:before {
    content: " ";
    background: url(../images/list-check-shield-red.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    position: absolute;
    width: 43px;
    height: 46px;
    left: 3px;
    top: 0;
    transition: all 0.2s linear;
}
.info-row {
    display: flex;
    justify-content: space-between;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid:not(.always-show) {
    display: none;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item {
    padding: 0;
    margin-bottom: 40px;
    align-items: center !important;
    justify-content: start;
}
.sell-crypto .wp-block-buttons {
    justify-content: center;
    text-align: center;
}
.sell-crypto #show-all-coins {
    text-align: center;
}
.sell-crypto #show-all-coins a {
    background: transparent;
    color: var(--simplex-black);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-radius: 15px 0 0 15px;
}
.sell-crypto #show-all-coins a:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    font-size: 18px;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow-small-black.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
}
.sell-crypto #show-all-coins a.open:after {
    transform: rotate(180deg);
    opacity: 0;
}
.sell-crypto #show-all-coins a.open {
    position: fixed;
    right: 0;
    top: 50%;
    background: #f4f4f4;
    color: var(--simplex-blue);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-right: 0;
}
@media screen and (min-width: 992px) {
    .sell-crypto #show-all-coins a.open:hover {
        color: var(--simplex-dark-gray);
        background: #e2e2e2;
    }
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item > .wp-block-columns .wp-block-column {
    padding: 0;
    margin-bottom: 40px;
    align-items: center !important;
    justify-content: start;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .wp-block-columns .wp-block-column:first-child {
    width: 40px;
    display: inline-flex;
    flex-basis: unset;
    flex-grow: unset;
    margin-right: 30px; 
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .wp-block-columns .wp-block-column:nth-child(2),
.sell-crypto #sell-payment-methods .crypto-coin-grid .wp-block-columns .wp-block-column:nth-child(3) {
    display: inline-flex;
    flex-basis: unset;
    flex-grow: unset;
    margin: 0;
    word-break: keep-all;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .wp-block-columns .wp-block-column:nth-child(2){
    margin-right: 10px;
    max-width: 137px;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item .wp-block-image {
    margin: 0;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item img {
    max-width: 40px;
    max-height: 40px;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item .coin-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item .coin-code {
    font-size: 14px;
    font-weight: 400;
    color: #3E4D55;
    margin: 0;
}

.acf-block-faqs {
    margin: 60px 0;
}
.accordion {
    background: transparent;
}
.accordion-item {
    outline: none;
    box-shadow: unset;
    border: 0 !important;
    border-bottom: 1px solid var(--light-gray) !important;
}
.accordion-button::before {
    content: 'Q';
    position: absolute;
    left: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #cecece;
}
.accordion-button {
    color: var(--blue);
    background: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 30px 30px;
    padding-left: 75px;
    outline: none !important;
    box-shadow: unset !important;
}
.accordion-button:not(.collapsed) {
    color: var(--blue);
    background: var(--white);
    box-shadow: unset;
}
.accordion-button.collapsed::before {
    color: var(--simplex-red);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0) !important;
}
.accordion-button.collapsed::after {
    transform: rotate(180deg) !important;
    opacity: 0;
}
.accordion-body {
    padding: 30px 40px 30px 80px;
    position: relative;
}
.accordion-body::before {
    content: 'A';
    position: absolute;
    left: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #cecece;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion-item:first-of-type {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:last-of-type:not(.collapsed) {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 0 !important;
}
.accordion-item:last-of-type .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.sell-crypto #buy-crypto-form {
    background: #fff;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    font-size: 14px;
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    body:not(.home) .accordion {
        padding: 0;
    }
    .accordion-item:first-of-type .accordion-button {
        padding-left: 60px;
    }
    .accordion-button {
        padding-left: 60px;
    }
    .accordion-button::before {
        left: 15px;
    }
    .accordion-body {
        padding: 30px 15px 30px 60px;
    }
    .accordion-body::before {
        left: 15px;
    }
}
@media screen and (max-width: 991px) {
    /* Sell Crypto */
    .sell-crypto {
        background-size: 220% 100%;
        background-position: 30% -840px;
    }  
    .sell-crypto h2 {
        font-size: 21px;
    }
    .sell-crypto .wp-block-list li {
        margin-bottom: 60px;
    }
    .sell-crypto #counter-boxes .counter-box-title {
        font-size: 56px;
    }
    .sell-crypto #whats-is-box .wp-block-group__inner-container,
    .sell-crypto #whats-is-box .wp-block-group__inner-container .wp-block-columns{
        padding: 0;
    }
    .sell-crypto #whats-is-box .text-col{
        padding: 0 15px;
    }
    .sell-crypto #sell-payment-methods .gws {
        display: block;
    }
    .sell-crypto #sell-payment-methods .gws .wp-block-image figure {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sell-crypto .svg-col {
        overflow: hidden;
    }
    .sell-crypto .svg-bitcoin {
        width: 130%;
        height: auto;
        margin-left: -10px;
        margin-top: 0;
    }
    .sell-crypto .swiper-wrapper {
        height: auto !important;
    }
    .sell-crypto .swiper-pagination {
        width: 100%;
        justify-content: space-evenly;
        display: flex;
        margin-top: 40px;
        position: initial !important;
    }
    .sell-crypto .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: transparent !important;
        border: 1px solid #fff;
        opacity: 1 !important;
    }
    .sell-crypto .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: var(--simplex-pink) !important;
        border-color: var(--simplex-pink);
    }
    .sell-crypto .wp-swiper>.wp-swiper__wrapper {
        margin-bottom: 0;
    }
    .sell-crypto .wp-block-button.simplex-button {
        text-align: center;
    }
    .sell-crypto #sell-payment-methods .info-paragraph {
        font-size: 14px;
        font-weight: 600;
        max-width: 100%;
    }
    .sell-crypto #sell-payment-methods .info-paragraph:before {
        top: calc(50% - 23px);
    }
    .sell-crypto #sell-payment-methods .crypto-coin-grid .grid-item {
        padding: 0;
        margin-bottom: 20px;
        align-items: center !important;
        display: flex;
        justify-content: space-between;
    }
    .sell-crypto #about-us {
        padding: 0;
    }
    .sell-crypto #about-us .wp-block-group__inner-container {
        padding: 0 25px;
    }
    .sell-crypto .acf-block-faqs {
        margin: 0;
    }
	#red-glow::after {
        left: -22%;
        bottom: -5%;
    }
    .info-row {
        display: flex;
        justify-content: space-around;
        flex-flow: column;
    }
}