<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/*  Header styles  *************************************************************/
/******************************************************************************/
.additional_page_header_aph .mf_header { padding: 50px 30px 30px !important; }
/*.additional_page_header_aph .mf_header::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #000625 20.58%, rgba(0, 7, 46, 0) 100%);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}*/
.mf_header .mfh_text { position: relative; max-width: 440px !important; }
.mf_header .mfh_title { line-height: 120%; margin-bottom: 26px !important; }
.mf_header .mfh_desc { margin: 7px 0; font-size: 17px !important; line-height: 140% !important; }
/*.mf_header .mfh_darken { display: none !important; }*/
/*.mf_header .mfh_darken {
    background: linear-gradient(90deg, #000625 20.58%, rgba(0, 7, 46, 0) 100%) !important;
    display: block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}*/

.header_link_container{
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: 10px 0 40px;
    height: 70px;
    padding: 17px 0;
}
.header_link{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    border-right: 1px solid #E5E5E5;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
.ar_content .header_link{
    border-left: 1px solid #E5E5E5;
    border-right: none;
}
.header_link:last-child{
    border-right: none;
}
.ar_content .header_link:last-child{
    border-left: none;
}
.header_link_img{
    display: flex;
    justify-content: center;
    height: 35px;
    margin-bottom: 10px;
}
.header_link_img img{
    align-self: center;
}
.header_link_img img:last-child{
    display: none;
}
.header_link_text{
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}
.header_link:hover .header_link_img img:first-child{
    display: none;
}
.header_link:hover .header_link_img img:last-child{
    display: block;
}
.mobile_slider{ display: none !important; }
@media (max-width: 835px) {
    .additional_page_header_aph .mf_header { padding: 26px 30px 30px !important; }
    .mf_header .mfh_text { max-width: 100% !important; }
}
@media (max-width: 735px) {
/*    .mf_header .mfh_darken {
        background: linear-gradient(156.41deg, #000625 21.43%, rgba(0, 7, 46, 0) 104.61%) !important;
    }*/
    .mf_header .mfh_text { text-align: center !important; }
    .additional_page_header_aph .mf_header { padding: 26px 18px 30px !important; }
    .desktop_menu{ display: none; }
    .mobile_slider{ display: block !important; }
    .header_link_container {
        height: auto;
    }
    .header_link {
        height: 70px !important;
        border-right: 0;
        border-left: 1px solid #E5E5E5;
    }
    .ar_content .header_link {
        margin-left: 4px;
    }
    .mobile_slider .slick-current.header_link {
        border-left: 1px solid #FFFFFF;
    }
    .ar_content .mobile_slider .slick-current.header_link {
        border-right: 1px solid #FFFFFF;
    }
    .mobile_slider .slick-slide {
        height: 70px !important;
    }
    .mobile_slider .prev-arrow{
        left: -15px;
    }
    .mobile_slider .next-arrow {
        right: -15px;
    }
    .header_link_text{
        font-size: 12px;
    }
}
.slick-next::before, .slick-prev::before {
    color: red !important;
}
/******************************************************************************/
/*  Body styles  *************************************************************/
/******************************************************************************/
h2, h3{
    text-transform: none !important;
    display: block !important;
}
.pt-30{
    padding-top: 30px;
}
.trading_text{
    text-align: left;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}
.ar_content .trading_text{
    text-align: right;
}
.trading_text a{
    color: #FF0000;
}
.trading_title{
    text-align: left;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 124%;
    color: #000000;
}
.trading_title2{
    text-align: left;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}
.ar_content .trading_title{
    text-align: right;
}
.ar_content .trading_title2{
    text-align: right;
}

/** Trading steps **/
.step_container{
    padding-top: 10px;
    padding-left: 80px;
}
.ar_content .step_container{
    padding-left: 0;
    padding-right: 80px;
}
.steps{
    display: flex;
}
.step_img{
    width: 70px;
}
.step_text{
    width: calc(100% - 70px);
}
.step_title{
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 6px;
}
.ar_content .step_title{
    text-align: right;
}
.step_title span{
    color: #FF0000;
}

/** Block-1 **/
.works_container{
    display: inline-block;
}
.works_right{
    float: right;
    background: #FFFFFF;
    min-width: 367px;
    min-height: 360px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 20px;
}
.works_top{
    position: relative;
    display: flex;
    width: 55%;
    justify-content: center;
}
.abs_left{
    position: absolute;
    left: 0;
    bottom: 0;
}
.abs_right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.works_top_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 25px;
}
.works_top_img img{
    align-self: center;
    padding-bottom: 8px;
}
.works_mid{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    padding: 0 48px 20px 32px;
}
.works_img{
    display: flex;
    height: 55px;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
}
.works_img img{
    align-self: center;
}
.vector_container{
    display: flex;
}
.vector{
    position: relative;
    padding: 24px 5px 5px;
    border-top: 1px solid #F00;
}
.vector:first-child:after {
    content: "";
    display:block;
    width:49%;
    height:1px;
    padding:0;margin:0;
    background-color:white;
    position: absolute;
    left:0;
    top:-1px;
}
.vector:last-child:after {
    content: "";
    display:block;
    width:50%;
    height:1px;
    padding:0;margin:0;
    background-color:white;
    position: absolute;
    right:0;
    top:-1px;
}
.ar_content .vector:first-child:after {
    left:unset;
    right:0;
    width: 48%;
}
.ar_content .vector:last-child:after {
    left:0;
    right:unset;
}
.navBorder{
    display: inline-block;
    width: 1px;
    height: 9px;
    position: absolute;
    background: #F00;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
}
.vector:nth-child(2) .navBorder, .vector:nth-child(7) .navBorder{
    height: 18px;
    top: -10px;
}
.works_text{
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

/** Block-2 **/
.trade_container{
    display: inline-block;
}
.trade_left{
    float: left;
    background: url(/i/img/what_is_forex/trade_1.png) no-repeat;
    display: inline-flex;
    padding-right: 30px;
    padding-bottom: 20px;
}
.trade_left_inner{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    max-width: 320px;
    min-height: 300px;
    border-radius: 9px;
}
.trade1{
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;
}
.trade2{
    font-size: 17px;
    line-height: 140%;
    width: 50%;
    text-align: center;
}

/** ask-bid **/
.ask-bid_container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.ask-bid_main{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    margin-right: 49px;
}
.ar_content .ask-bid_main{
    margin-left: 49px;
    margin-right: 0;
}
.ask-bid_small{
    padding: 0;
    width: 22%;
    height: 140px;
}
.ask-bid_big{
    width: 30%;
}
.ask-bid_main2{
    padding: 44px 0;
}
.ask-bid_main:last-child{
    margin-right: 0;
}
.ar_content .ask-bid_main:last-child{
    margin-left: 0;
}
.ask-bid_top{
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 1px;
}
.ask-bid_mid{
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 12px;
}
.ask-bid_bot{
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}
.ask-bid_bot span{
    color: #FF0000;
}
.ask-bid_flags{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ask-bid_currency{
    padding-top: 20px;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
}
.ask-bid_rate{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 17px;
    line-height: 140%;
    color: #B1B1B1;
}

.factor_container{
    padding-top: 30px;
    padding-bottom: 10px;
}

/** Block-3 **/
.mid_div_container{
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin: 20px auto 60px;
    max-width: 880px;
}
.mid_div_title{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}
.mid_div_flex{
    display: flex;
    padding-top: 40px;
}
.mid_div_first{
    padding-bottom: 90px;
}
.mid_div_tiles{
    display: flex;
    flex-direction: column;
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}
.mid_div_tiles_img{
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    height: 50px;
}
.mid_div_tiles_img img{
    align-self: center;
}
.issues_container{
    padding-top: 10px;
    padding-bottom: 10px;
}

/** Block-4 **/
.strategy_container{
    display: inline-block;
}
.strategy_right{
    float: right;
    background: url(/i/img/what_is_forex/strategy.png) no-repeat;
    display: inline-flex;
    margin-left: 30px;
    margin-bottom: 20px;
}
.strategy_right_inner{
    background: rgba(0, 7, 46, 0.6);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    min-width: 370px;
    min-height: 291px;
    border-radius: 9px;
}
.strategy2{
    font-size: 24px;
    line-height: 120%;
}
.strategy2 span{
    font-size: 17px;
    margin-left: 8px;
}
.strategy1, .strategy2, .strategy3 {
    display: flex;
    width: calc(100% - 36px);
    padding-left: 36px;
}
.ar_content .strategy1, .ar_content .strategy2, .ar_content .strategy3 {
    padding-left: 0;
    padding-right: 36px;
}
.strategy2{
    padding-top: 12px;
    padding-bottom: 27px;
}
.strategy3 img{
    padding-right: 10px;
    padding-bottom: 15px;
}
.ar_content .strategy3 img{
    padding-left: 10px;
    padding-right: 0;
}
.strategy3:last-child {
    padding-bottom: 0;
}
.strategy3 div{
    text-align: left;
    font-size: 17px;
    line-height: 140%;
}

.leverage_container{
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    padding: 52px 25px;
    margin: 20px auto 60px;
    max-width: 1010px;
}
.leverage_title{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}
.leverage_step_container{
    display: flex;
    padding-top: 35px;
}
.leverage_step{
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 40px);
    text-align: center;
    margin-right: 60px;
}
.ar_content .leverage_step{
    margin-left: 60px;
    margin-right: 0;
}
.leverage_step:last-child{
    margin-right: 0;
}
.ar_content .leverage_step:last-child{
    margin-left: 0;
}
.leverage_step:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 53px;
    width: 29px;
    right: -45px;
    background: url("/i/img/what_is_forex/arrow.png") no-repeat;
    top: 30%;
    transform: translateY(-50%);
}
.ar_content .leverage_step:not(:first-child)::after {
    content: "";
    position: absolute;
    height: 53px;
    width: 29px;
    right: -45px;
    background: url("/i/img/what_is_forex/arrow.png") no-repeat;
    top: 30%;
    transform: translateY(-50%) rotate(180deg);
}
.ar_content .leverage_step:first-child::after {
    background: none;
}
.leverage_step_img{
    height: 165px;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.leverage_step_img img{
    align-self: center;
}
.leverage_step_text{
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.stop_container{
    display: inline-block;
}
.stop_left {
    float: left;
    display: inline-flex;
    padding-right: 30px;
    padding-bottom: 20px;
}

.how_to_title{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    padding: 10px 0 60px;
}
.how_to_step_container{
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.how_to_step {
    width: 33.33%;
    margin-right: 75px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.how_to_step:last-child {
    margin-right: 0;
}
.ar_content .how_to_step {
    margin-left: 75px;
    margin-right: 0;
}
.ar_content .how_to_step:last-child {
    margin-left: 0;
}
.how_to_step_text1{
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 5px;
}
.how_to_step_text2{
    font-size: 17px;
    line-height: 140%;
    color: #B1B1B1;
}
.how_to_img{
    padding-bottom: 30px;
}
.how_to_img img{
    max-width: 100%;
}

.slide-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.prev-arrow{
    z-index: 1;
    left: 0;
    cursor: pointer;
    background: url(/i/img/what_is_forex/prev.png) center center no-repeat;
    width: 8px;
    height: 13px;
}
.next-arrow{
    cursor: pointer;
    right: 0;
    background: url(/i/img/what_is_forex/next.png) center center no-repeat;
    width: 8px;
    height: 13px;
}

.works_right_adapt, .leverage_step_container_adapt, .stop_left_adapt, .strategy_right_adapt, .stop_left_mobile, .how_to_img_adapt {
    display: none;
}

/** Override css **/
/*.open_download_butt a:first-child &gt; div {
    box-shadow: 0px 3.41818px 35.8909px -5.12727px rgba(225, 27, 33, 0.15);
}
.open_download_butt a:first-child &gt; div div:first-child {
    background: linear-gradient(180deg, #D50F12 0%, #B60A0C 100%) !important;
}
.open_download_butt a:first-child &gt; div div:last-child {
    border: 1px solid #D50F12 !important;
}
.open_download_butt a:first-child:hover &gt; div div:first-child {
    font-weight: normal !important;
}

.open_download_butt a &gt; div {
    box-shadow: 0px 3.41818px 35.8909px -5.12727px rgba(33, 72, 74, 0.15);
}
.open_download_butt a:last-child &gt; div div:first-child {
    background: linear-gradient(180deg, #177377 0%, #084C4F 100%) !important;
}
.open_download_butt a:last-child &gt; div div:last-child {
    border: 1px solid #306062 !important;
}
.open_download_butt a:last-child:hover &gt; div div:first-child {
    font-weight: normal !important;
}*/
/** Adaptation **/
@media only screen and (min-width: 1000px) and (max-width: 1140px) {
    .ask-bid_main {
        margin-right: 36px;
    }
    .ar_content .ask-bid_main {
        margin-left: 36px;
        margin-right: 0;
    }
    .ask-bid_small {
        width: 25%;
    }
    .ask-bid_big {
        width: 35%;
    }
}
@media (max-width: 835px) {
    .step_container {
        padding-left: 0;
    }
    .ar_content .step_container {
        padding-right: 0;
    }
    .works_right, .leverage_step_container, .stop_left, .strategy_right {
        display: none;
    }
    .stop_left_adapt {
        float: left;
        display: inline-flex;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .leverage_step_container_adapt{
        display: flex;
        padding-top: 25px;
    }
    .works_right_adapt{
        float: right;
        background: #FFFFFF;
        min-width: 280px;
        min-height: 275px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
        border-radius: 9px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
        margin-bottom: 10px;
    }
    .works_right_adapt .vector {
        padding: 16px 4px 5px;
    }
    .works_right_adapt .works_mid{
        width: calc(100% - 56px);
        padding: 0 36px 15px 20px;
    }
    .works_right_adapt .works_img {
        height: 42px;
        padding-bottom: 5px;
    }
    .works_right_adapt .works_top_img {
        padding-bottom: 5px;
    }
    .works_right_adapt .works_top_img img {
        padding-bottom: 5px;
    }
    .works_right_adapt .works_text {
        font-size: 9px;
    }
    .works_right_adapt .abs_left, .works_right_adapt .abs_right {
        top: 40%;
    }

    .ask-bid_main {
        margin-right: 36px;
    }
    .ar_content .ask-bid_main {
        margin-left: 36px;
        margin-right: 0;
    }
    .ask-bid_small {
        width: 25%;
    }
    .ask-bid_big {
        width: 35%;
    }
    .ask-bid_currency {
        font-size: 26px;
    }
    .ask-bid_top, .ask-bid_mid, .ask-bid_bot {
        font-size: 17px;
    }
    .mid_div_first {
        padding-bottom: 60px;
    }
    .how_to_title {
        padding-bottom: 30px;
    }
    .how_to_step {
        width: 40%;
        margin-right: 60px;
    }
    .ar_content .how_to_step {
        margin-left: 60px;
        margin-right: 0;
    }
    .leverage_title {
        font-size: 22px;
    }
    .leverage_step:not(:last-child)::after {
        height: 38px;
        width: 21px;
        background: url("/i/img/what_is_forex/arrow_adap.png") no-repeat;
    }
    .ar_content .leverage_step:not(:first-child)::after {
        height: 38px;
        width: 21px;
        background: url("/i/img/what_is_forex/arrow_adap.png") no-repeat;
    }
    .leverage_step_img {
        height: 115px;
    }
    .leverage_step_text {
        font-size: 16px;
    }
    .strategy_right_adapt{
        float: right;
        background: url(/i/img/what_is_forex/strategy_adap.png) no-repeat;
        display: inline-flex;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .strategy_right_adapt_inner{
        background: rgba(0, 7, 46, 0.6);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        min-width: 280px;
        min-height: 300px;
        border-radius: 9px;
    }
    .strategy1, .strategy2, .strategy3 {
        width: calc(100% - 30px);
        padding-left: 30px;
    }
    .ar_content .strategy1, .ar_content .strategy2, .ar_content .strategy3 {
        padding-left: 0;
        padding-right: 30px;
    }
    .strategy2 {
        font-size: 18px;
    }
    .strategy2 span {
        font-size: 13px;
    }
    .strategy3 div {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .works_right_adapt{
        margin-left: 0;
        float: unset;
    }
    .strategy_right_adapt {
        float: unset;
        margin-left: 0;
    }
    .works_container{
        text-align: center;
    }
    .trade_container {
        text-align: center;
    }
    .strategy_container {
        text-align: center;
    }
    .stop_container {
        text-align: center;
    }
    .trade_left{
        background: url(/i/img/what_is_forex/trade_adap.png) no-repeat;
        padding-right: 0;
        float: unset;
    }
    .trade_left_inner{
        background: rgba(0, 7, 46, 0.5);
        width: 282px;
        min-height: 300px;
    }
    .trade2{
        width: 80%;
    }

    .stop_left_adapt {
        display: none;
    }
    .stop_left_mobile {
        display: inline-flex;
        padding-bottom: 20px;
    }

    .ask-bid_container {
        padding-top: 0;
        display: block;
    }
    .ask-bid_big {
        width: 100%;
        margin: 20px 0;
    }
    .ask-bid_small {
        width: 70%;
    }
    .ask-bid_main {
        margin-right: 0;
    }
    .ar_content .ask-bid_main {
        margin-left: 0;
    }

    .mid_div_container {
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
    .mid_div_title{
        padding-top: 15px;
    }
    .mid_div_flex {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mid_div_tiles{
        padding: 31px 16px;
        background: #FFFFFF;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
        margin: 20px;
    }
    .mid_div_tiles_img{
        display: flex;
        justify-content: center;
        margin-bottom: 14px;
        height: 50px;
    }
    .mid_div_tiles_img img{
        align-self: center;
    }

    .leverage_container {
        padding: 36px 25px;
        margin: 0 auto 20px;
    }
    .leverage_step_container_adapt {
        display: block;
        padding-top: 0;
    }
    .leverage_step {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }
    .leverage_step_img {
        height: auto;
        padding-top: 30px;
    }
    .leverage_step:not(:last-child)::after {
        height: 20px;
        width: 37px;
        top: unset;
        bottom: -60px;
        background: url("/i/img/what_is_forex/arrow_down.png") no-repeat;
        left: 50%;
        transform: translateX(-50%);
    }
    .ar_content .leverage_step:not(:last-child)::after {
        height: 20px;
        width: 37px;
        top: unset;
        bottom: -60px;
        background: url("/i/img/what_is_forex/arrow_down.png") no-repeat;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .ar_content .leverage_step:last-child::after {
        background: none;
    }
    .leverage_step:last-child {
        margin-bottom: 0;
    }

    .how_to_step_container {
        display: block;
        max-width: 100%;
    }
    .how_to_step {
        width: 100%;
        margin-right: 0;
    }
    .how_to_img_adapt{
        display: block;
        padding-top: 15px;
    }
    .how_to_img{
        display: none;
    }

    .step_container {
        padding-top: 0;
    }
    .step_img {
        width: auto;
        padding-bottom: 20px;
    }
    .step_img img {
        margin: 0 auto;
    }
    .step_title {
        text-align: center;
    }
    .step_title {
        text-align: center;
    }
    .ar_content .step_title {
        text-align: center;
    }
    .step_text {
        width: 100%;
    }
    .step_container .trading_text {
        padding-bottom: 0;
        text-align: center;
    }
    .steps {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        background: #FFFFFF;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
        padding: 10px;
        margin: 20px;
    }
    .ar_content .steps {
        direction: rtl;
    }
    .slick-track {
        display: flex !important;
    }
    .slick-slide {
        height: auto !important;
    }
    button{
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
    }
}</pre></body></html>