<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/*  Text alignment utilities  *************************************************/
/******************************************************************************/

._text-xs-left {
    text-align: left !important;
}
._text-xs-right {
    text-align: right !important;
}
._text-xs-center {
    text-align: center !important;
}
._text-xs-justify {
    text-align: justify !important;
}

@media (min-width: 768px) {
    ._text-sm-left {
        text-align: left !important;
    }
    ._text-sm-right {
        text-align: right !important;
    }
    ._text-sm-center {
        text-align: center !important;
    }
    ._text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    ._text-md-left {
        text-align: left !important;
    }
    ._text-md-right {
        text-align: right !important;
    }
    ._text-md-center {
        text-align: center !important;
    }
    ._text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    ._text-lg-left {
        text-align: left !important;
    }
    ._text-lg-right {
        text-align: right !important;
    }
    ._text-lg-center {
        text-align: center !important;
    }
    ._text-lg-justify {
        text-align: justify !important;
    }
}

/******************************************************************************/
/*  Spritesheet  **************************************************************/
/******************************************************************************/

.spritesheet {
    background-image: url("/i/img/instasport/spritesheet-v2.png");
    display: inline-block;
}

.spritesheet_align-middle {
    vertical-align: middle;
}

.spritesheet_laurel,
.spritesheet_frame-1 {
    width: 103px;
    height: 47px;
    background-position: -65px -3px;
}

.spritesheet_prize-gold,
.spritesheet_frame-2 {
    width: 56px;
    height: 45px;
    background-position: -3px -3px;
}

.spritesheet_prize-silver,
.spritesheet_frame-3 {
    width: 56px;
    height: 45px;
    background-position: -3px -3px;
}

/******************************************************************************/
/*  Page header  **************************************************************/
/******************************************************************************/

.page-header {
    border-bottom: 2px solid #e0e0e0;
    font-size: 26px;
    margin-bottom: 30px;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

.page-header::before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #e0e0e0;
    bottom: -16px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

.page-header::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    bottom: -13px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

/******************************************************************************/
/*  Banner #1  ****************************************************************/
/******************************************************************************/

.banner-1 {
    background-image: url(/i/img/instasport/Sport+Forex.jpg);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px;
    text-align: left;

    -webkit-background-size: cover;
            background-size: cover;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.banner-1__header {
    border-bottom: 2px solid #a8a8a8;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .banner-1 {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .banner-1 {
        padding: 35px;
    }
}

@media (min-width: 1200px) {
    .banner-1 {
        padding: 45px;
    }
}

/******************************************************************************/
/*  ...  **********************************************************************/
/******************************************************************************/

.tmp {
    border: 1px solid #a8a8a8;
    display: table;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.tmp__frame {
    overflow: hidden;
    position: relative;
}

.tmp__image {
    width: 100%;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .tmp &gt; div {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    .tmp__frame {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .tmp__image {
        width: auto;

        bottom: -9999px;
        left: -9999px;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        right: -9999px;
        top: -9999px;
    }
}

@media (min-width: 1200px) {

}








.tmp-2 {
    border: 1px solid #a8a8a8;
    display: table;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.tmp-2__frame {
    height: 204px;
    overflow: hidden;
    position: relative;
}

.tmp-2__image {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
}







/******************************************************************************/
/*  ...  **********************************************************************/
/******************************************************************************/

.magic-table &gt; div {
    margin: 30px 0;
    position: relative;
}

.magic-table &gt; div:nth-child(1)::before,
.magic-table &gt; div:nth-child(2)::before {
    content: " ";
    border: 1px solid #a8a8a8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.magic-table &gt; div &gt; div {
    overflow: hidden;
    padding: 1px;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

@media (min-width: 768px) {

    .magic-table {
        display: table;
        margin: 15px 0;
        table-layout: fixed;
        width: 100%;
    }

    .magic-table &gt; div {
        display: table-cell;
        position: relative;
    }

    .magic-table &gt; div:nth-child(1) {
        padding-right: 15px;
    }

    .magic-table &gt; div:nth-child(2) {
        padding-left: 15px;
    }


    .magic-table &gt; div:nth-child(1)::before {
        right: 15px;
    }

    .magic-table &gt; div:nth-child(2)::before {
        left: 15px;
    }

}

/******************************************************************************/
/*  ...  **********************************************************************/
/******************************************************************************/

.partner {
    overflow: hidden;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.partner__content {
    padding: 15px;
}

.partner__header {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}

.partner__header a {
    text-decoration: none;
}
.partner__header a:hover {
    color: #7f0c0c;
}

.partner__image-container {
    overflow: hidden;
    position: relative;
    /*height: 200px;*/
}

.partner__image-container_wide {
    overflow: hidden;
    position: relative;
    /*height: 200px;*/
}

.partner__image {
    width: 100%;
    /*bottom: -9999px;*/
    /*left: -9999px;*/
    /*margin: auto;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*position: absolute;*/
    /*right: -9999px;*/
    /*top: -9999px;*/
}

.partner__subheader {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.partner__achievements {
    font-size: 15px;
    margin-bottom: 15px;
}

.partner__achievement {
    margin-left: 0 !important;
}

.partner__link {
    color: #7f0c0c;
    font-weight: 600;
    position: relative;
}

.partner__link::before {
    border-color: #7f0c0c;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    height: 6px;
    margin-top: -4px;
    position: absolute;
    right: -42px;
    top: 50%;
    width: 6px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.partner__link::after {
    background-color: #7f0c0c;
    content: " ";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 32px;
}

.partner__description {
    color: #616161;
    font-size: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    /*.partner__image-container {*/
        /*height: 400px;*/
    /*}*/

    /*.partner__image-container_wide {*/
        /*height: 200px;*/
    /*}*/
    .partner__content {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .partner__content {
        padding: 35px;
    }
}

@media (min-width: 1200px) {
    .partner__content {
        padding: 45px;
    }
}
</pre></body></html>