﻿/*#region Main */

body {
    background-color: #f2f2f2;
    font-family: F1 !important;
    font-size: 11pt !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(/../IMG/bg.jpg);
}

    body:before {
        content: "";
        position: fixed;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        z-index: 100;
    }

.Dir {
    direction: ltr !important;
}

.Text {
    font-family: F1 !important;
    font-size: 12pt !important;
    line-height: 175% !important;
}

.Page_Top_Fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.Page_Top {
    background-color: #FFFFFF;
    border-bottom: 5px solid var(--C_1);
    position: fixed;
    width: 100%;
    z-index: 888888;
}

.Page_Top_2 H2 {
    display: inline-block;
}

    .Page_Top_2 H2 .fa {
        font-size: 15pt;
    }

.Page_Top_Menu {
    color: var(--C_1);
}

a._MenuTop, a._MenuTop_Active {
    display: inline-block !important;
    color: #8e287c !important;
    font-family: F1;
    font-size: 12pt;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

    a._MenuTop:hover {
        color: #701F62 !important;
    }

a._MenuTop_Active {
    color: yellow !important;
}

    a._MenuTop_Active:hover {
        color: yellow !important;
        padding-right: 20px;
    }


a._MenuTop2, a._MenuTop2_Active {
    background-color: #8e287c;
    border-radius: 2px;
    margin: 2px;
    display: inline-block !important;
    color: #FFFFFF !important;
    font-family: F1;
    font-size: 11pt;
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

    a._MenuTop2:hover {
        color: yellow !important;
    }

a._MenuTop2_Active {
    color: yellow !important;
}

    a._MenuTop2_Active:hover {
        color: yellow !important;
        padding-right: 20px;
    }

.Page_Bottom {
    background-color: var(--C_1);
    color: var(--C_11);
    /*-moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: inset 0 -10px 10px -10px #000000;*/
}

    .Page_Bottom H3 .fa {
        font-size: 15pt;
        margin-left: 10px;
    }

._Box {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    box-shadow: 0px 0px 5px #666;
    padding: 10px;
    border-radius: 4px;
    font-family: F1;
    font-size: 13px;
    height: calc(100% - 30px);
}

    ._Box .Caption, .Caption {
        font-family: F1;
        font-weight: bold;
        font-size: 11pt;
        color: var(--C_11);
        background-color: var(--C_1);
        padding: 10px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    ._Box .Caption_2 {
        font-family: F1;
        font-weight: bold;
        font-size: 11pt;
        color: #FFFFFF;
        background-color: var(--C_2);
        padding: 10px;
        padding-right: 20px;
        margin-top: -10px;
        margin-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
        width: 250px;
        border-bottom-left-radius: 20px;
        /*-moz-box-shadow: inset 0 -10px 10px -10px #000000;
        -webkit-box-shadow: inset 0 -10px 10px -10px #000000;*/
        box-shadow: inset 0 -10px 10px -10px #000000;
    }

        ._Box .Caption_2::after {
            content: " ";
            border-bottom: 1px solid #000;
        }

    ._Box .Next, ._Box .Prev {
        background-color: rgba(0, 0, 0, 0.60);
        height: 39px;
        width: 40px;
        float: left;
        margin-top: -10px;
        text-align: center;
        line-height: 39px;
        color: #FFFFFF;
        font-size: 40px;
        cursor: pointer;
    }

    ._Box .Next {
        margin-left: 5px;
    }

        ._Box .Next::after {
            content: '«';
        }

    ._Box .Prev::after {
        content: '»';
    }

._BoxRemoveMargin {
    margin-left: -10px;
    margin-right: -10px;
}

.Cpt {
    font-family: F1;
    font-weight: bold;
    font-size: 15pt;
    color: #FFFFFF;
    background-color: var(--C_2);
    padding: 15px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}


._BoxNews {
    /*background: #eee;*/
    padding: 5px;
    margin: 5px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


.SortBox {
    font-family: F1;
    font-size: 12pt;
}

    .SortBox a {
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        font-family: F1;
        font-size: 12pt;
        color: yellow !important;
        background-color: #454545;
        border: solid 2px #454545;
        display: inline-block;
    }

        .SortBox a:hover {
            color: #CC0000 !important;
            background-color: #DDDDDD;
            border-radius: 0px;
        }

    .SortBox .Active {
        background-color: #CC0000;
        border: solid 2px #CC0000;
    }



.MenuAlign {
    text-align: center;
}

.topSpace {
    height: 135px;
}

@media (min-width: 992px) {
}

._Box_1 {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: #222222;
    border: 1px solid #ccc;
}

    ._Box_1 ._Caption, ._Caption {
        background-color: var(--C_1);
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
        padding: 10px;
        color: var(--C_11);
        font-size: 11pt;
        font-family: F1;
        font-weight: bold;
        border-right: 10px solid #454545;
    }

._Box_2 {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: #222222;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}

    ._Box_2 ._Caption, ._Caption {
        background-color: var(--C_1);
        margin-top: -10px;
        margin-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
        padding: 10px;
        color: var(--C_11);
        font-size: 11pt;
        font-family: F1;
        font-weight: bold;
        border-right: 10px solid #454545;
    }


.Box_White {
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}









.Product_Box {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}


    .Product_Box H2 {
        font-size: 18pt !important;
        font-weight: bold;
        text-decoration: dashed underline;
    }

    .Product_Box H4 {
        font-family: F1;
        font-size: 12pt !important;
    }


    .Product_Box a {
        color: #000000 !Important;
    }

        .Product_Box a:hover {
            color: #CC0000 !Important;
        }



._Price {
    background-color: green;
    color: #FFFFFF;
    font-family: F1;
    font-size: 20pt;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
}

    ._Price .Curency {
        font-family: F1;
        font-size: 11pt;
    }


._PriceOffer {
    color: #CC0000;
    font-family: F1;
    font-size: 24pt;
    display: inline-block;
    text-decoration: line-through;
}

._OffPercent {
    background-color: #CC0000;
    color: #FFFFFF;
    font-family: F1;
    font-size: 24pt;
    line-height: 24pt;
    padding: 5px;
    padding-top: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

._ProductStatus_NoExist, ._ProductStatus_ComingSoon, ._ProductStatus_StopProduction {
    background-color: #e61d1d;
    color: #FFFFFF;
    font-family: F1;
    font-size: 20pt;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
}

._ProductStatus_ComingSoon {
    background-color: #0ab60a !important;
}

._ProductStatus_StopProduction {
    background-color: #a57208 !important;
}



a._MoreInfo {
    background-color: #007aff;
    color: #FFFFFF !important;
    border-radius: 5px;
    font-family: F1;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 10px 8px 10px;
    display: inline-block;
}

    a._MoreInfo:hover {
        color: yellow !important;
        border-radius: 0px;
    }





._Line_Icon > hr {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
    border-top: 1px solid #CCCCCC !important;
}

._Line_Icon > .Icon_S1 {
    color: #CCCCCC !important;
}


@media (min-width: 992px) {
    ._Line_Icon > hr {
        width: 200px;
    }
}






._Top_SocialLink {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}





._LogoColor {
    color: #003815 !important;
}


._Right {
    text-align: right !important;
}

._Center {
    text-align: center !important;
}

._Left {
    text-align: left !important;
}

._White {
    color: #FFFFFF !important;
}

._BgWhite {
    background-color: #FFFFFF !important;
}

._Black {
    color: #060606 !important;
}

._FloatNone {
    float: none;
    clear: both;
}


._Text_Box {
    padding: 10px;
    font-family: F1;
    font-size: 12pt;
}

._Text {
    font-size: 12pt;
    font-family: F1;
    line-height: 200%;
    text-align: justify;
}

._Tahoma {
    font-size: 8pt !important;
    font-family: Tahoma !important;
}

._RF_PM {
    font-size: 11pt !important;
    font-family: F1 !important;
    font-weight: bold;
    color: #CC0000;
}

._RF:before {
    content: '\002a';
    font-family: 'Glyphicons Halflings';
    font-size: 8pt;
    font-weight: normal;
    margin-left: 5px;
    color: #CC0000;
}



._PM_Stop {
    padding: 5px;
    background-color: #ffeaea;
    color: #CC0000;
    border: 1px solid #CC0000;
    font-family: F1;
    font-size: 12pt;
    margin: 5px 0px 5px 0px;
}


._PM_OK {
    padding: 5px;
    background-color: #c3fcc3;
    color: green;
    border: 1px solid green;
    font-family: F1;
    font-size: 12pt;
    margin: 5px 0px 5px 0px;
}





._SubMenu {
    color: #FFFFFF !important;
    font-family: F1 !important;
    font-size: 11pt !important;
    font-weight: bold !important;
    border-bottom: 1px solid #FFFFFF !important;
    padding: 3px;
}





.Content_Desc {
    font-family: F1 !important;
    font-size: 13pt !important;
    line-height: 175% !important;
    margin: 10px -10px 10px -10px;
    /*border: dashed 1px #DDDDDD;*/
    padding: 10px;
    text-align: justify;
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: 0px 0px 9px 1px rgba(128,128,128,0.63);
-moz-box-shadow: 0px 0px 9px 1px rgba(128,128,128,0.63);
box-shadow: 0px 0px 9px 1px rgba(128,128,128,0.63);*/
}

.Content_MediaShow {
    background-color: #454545;
    padding: 5px;
    text-align: center;
    min-width: 400px;
    color: #FFFFFF;
}

.Content_MediaText {
    background-color: #222222;
    padding: 5px;
    text-align: center;
    min-width: 100px;
    color: #FFFFFF;
}

.Content_Image_Box {
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
}




a:hover {
    text-decoration: none !important;
    color: #CC0000 !important;
}

a {
    color: #222222 !important;
}


    a.btn {
        background-color: var(--C_2) !important;
        color: #FFFFFF !important;
        border-radius: 4px;
        display: inline-block;
        padding: 5px;
        margin: 2px;
    }

        a.btn:hover {
            background-color: #9d177b !important;
            color: yellow !important;
        }


    a.White:hover {
        color: yellow !important;
        text-decoration: none !important;
    }

    a.White {
        color: #FFFFFF !important;
        text-decoration: none !important;
    }


h1, h2, h3, h4, h5, h6 {
    font-family: F1 !important;
    font-size: 14pt !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 175%;
}

h1 {
    font-weight: bold;
}

h2 {
    font-size: 16pt !important;
}

h3 {
    font-size: 12pt !important;
}

h4 {
    font-size: 11pt !important;
}

h5 {
    font-size: 11pt !important;
}

h6 {
    font-size: 9pt !important;
}


._Cap_12 {
    font-family: F1 !important;
    font-size: 12pt !important;
}


.Adv_Image_Box {
    margin-top: 3px;
    margin-bottom: 3px;
}







/* --- Bootstrap --- */

.BS_navbar {
    margin-bottom: 0px !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.BS_navbar-brand {
    height: 138px !important;
    padding: 0px 0px !important;
    margin-left: 10px !important;
}


.BS_MenuActive {
}

    .BS_MenuActive > a {
        color: #fba51a !important;
        border-radius: 5px !important;
    }


.navbar-nav > li {
}

    .navbar-nav > li > a {
        display: inline-block !important;
        color: var(--C_1) !important;
        width: 100% !important;
        margin: 5px;
        font-family: F1;
        font-size: 11pt;
        font-weight: bold;
        padding-left: 5px !important;
        padding-right: 5px !important;
        cursor: pointer;
        transition: 0s;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .navbar-nav > li > a:hover {
            background-color: var(--C_1) !important;
            color: var(--C_11) !important;
            border-radius: 40px !important;
        }

/* UC_News_List_Tile */
.UCNewsListTile_Box {
    width: 220px;
    height: 405px;
    margin: 10px;
    display: inline-block;
}

    .UCNewsListTile_Box > .ImgBox {
        width: 220px;
        height: 300px;
        text-align: center;
    }

        .UCNewsListTile_Box > .ImgBox > img {
            max-width: 220px;
            max-height: 300px;
        }

    .UCNewsListTile_Box > .TitleBox {
        overflow: hidden;
        height: 75px;
        color: #FFFFFF;
    }



/* UC_News_List_Small */
.UCNewsListSmall_MainPanel {
    background-color: #003815;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.UCNewsListSmall_Caption {
    background-color: #f8951e;
    padding: 5px;
    font-family: F1;
    font-size: 15pt;
    line-height: 30px;
    color: #FFFFFF;
}

.UCNewsListSmall_Box {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .UCNewsListSmall_Box > img {
        max-width: 75px;
        float: right;
        margin-left: 5px;
    }


/* UC_News_List_Row */


.UCNewsListRow_Box {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .UCNewsListRow_Box > img {
        max-width: 150px;
        float: right;
        margin-left: 5px;
        border: 2px solid #FFFFFF;
    }

    .UCNewsListRow_Box > .Lead {
        font-family: Tahoma;
        font-size: 11pt;
        line-height: 150%;
    }


/* UC_News_List_SecondTitel */

.UC_News_List_SecondTitel_IMG {
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 20px #888888;
    width: 300px !important;
    height: 300px !important;
    margin: 20px;
}



/* News */

.News_UpTitle {
    color: #888888;
    font-family: F1;
    font-size: 12pt;
    line-height: 30px;
}

.News_Details {
    font-family: F1;
    font-size: 11pt;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    color: #000000;
    display: inline-block;
    margin: 5px;
}


.News_Lead {
    color: #454545;
    font-family: F1;
    font-size: 14pt;
    line-height: 175%;
    padding: 20px;
    display: inline-block;
    text-align: justify;
}


.News_Body {
    color: #000000;
    font-family: F1;
    font-size: 15pt;
    line-height: 175%;
    text-align: justify;
}




/* -- ShopCart -- */

.SC_Add_Plus {
    color: green;
    border: solid 1px #AAAAAA;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: F1;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.SC_Add_Mines {
    color: #CC0000 !important;
    border: solid 1px #AAAAAA;
    border-right: none !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-family: F1;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.SC_Add_Count {
    color: #000000;
    border: solid 1px #AAAAAA;
    border-left: none;
    border-right: none;
    font-family: F1;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 50px;
    text-align: center;
    display: inline-block;
}

.SC_Add_Btn {
    color: #FFFFFF;
    background-color: green;
    border-radius: 10px;
    font-family: F1;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
}

/* == ShopCart == */





/* -- Paging -- */

.Paging_Box {
    padding: 10px;
    text-align: center;
    direction: ltr;
    float: none;
    clear: both;
    color: #FFFFFF;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.Paging_Item {
    padding: 5px;
    text-align: center;
    background-color: #EEEEEE !important;
    border: 2px solid #EEEEEE;
    border-radius: 25px;
    width: 50px;
    line-height: 30px;
    font-family: F1;
    font-size: 14pt;
    display: inline-block;
}

.Paging_Item_On {
    border: 2px solid #AAAAAA !important;
    background-color: #DDDDDD !important;
    color: #FFFFFF;
}

/* == Paging == */



/* -- Control -- */


select._Ctrl {
    font-family: F1 !important;
    font-size: 11pt !important;
    padding: 5px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    select._Ctrl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    select._Ctrl > option:nth-child(2n) {
        background-color: #EEEEEE !important;
    }


[Type=text]._Ctrl, [Type=password]._Ctrl, textarea._Ctrl {
    font-family: F1 !important;
    font-size: 11pt !important;
    padding: 5px !important;
    line-height: 175% !important;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    [Type=text]._Ctrl:focus, [Type=password]._Ctrl:focus, textarea._Ctrl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }



.btnNext {
    border: none;
    border-radius: 5px;
    background-color: green;
    color: #FFFFFF;
    font-family: F1;
    font-size: 12pt;
    padding: 10px;
}

.btnBack {
    border: none;
    border-radius: 5px;
    background-color: #CC0000;
    color: #FFFFFF;
    font-family: F1;
    font-size: 12pt;
    padding: 10px;
}

/* == Control == */








/* -- Boot Strap -- */
.control-label {
    font-family: F1 !important;
    font-size: 12pt;
    line-height: 150%;
}


.form-control {
    font-family: F1 !important;
    font-size: 11pt !important;
}

.btn {
    font-family: F1 !important;
    font-size: 11pt !important;
}







.PM_Stop, .PM_Info, .PM_OK, .PM_Warring {
    background-color: #fcd2d2;
    padding: 5px;
    border: 1px solid #CC0000;
    color: #CC0000;
    margin: 5px;
    font-family: F1;
    font-size: 12pt;
    text-align: right;
}

.PM_OK {
    background-color: #d8f6d8;
    border: 1px solid green;
    color: green;
}

.PM_Info {
    background-color: #d9e3fb;
    border: 1px solid blue;
    color: blue;
}

.PM_Warring {
    background-color: #fff9b7;
    border: 1px solid orange;
    color: orange;
}


.Info {
    display: inline-block;
    background-color: #d9e3fb;
    color: blue;
    padding: 5px;
    border: 1px solid blue;
}






/* -- Table -- */



.Form_Table, .List_Table {
    width: 100%;
}

    .Form_Table .Caption, .List_Table .Caption {
        background-color: #FFFFFF !important;
        border-bottom: 2px solid #0055A5 !important;
        padding: 10px !important;
        text-align: right !important;
        color: #0055A5 !important;
        font-weight: bold !important;
        font-family: F1 !important;
        font-size: 12pt !important;
        line-height: 12pt !important;
    }

        .Form_Table .Caption::after, .List_Table .Caption::after {
            content: ' ' !important;
        }

        .Form_Table .Caption::before, .List_Table .Caption::before {
            /* content:'\00bb\00a0' !important;*/
        }

    .Form_Table .Desc, .List_Table .Desc {
        background-color: #F7F7F7 !important;
        padding: 2px !important;
        text-align: right !important;
        color: #000000 !important;
        font-family: Tahoma !important;
        font-size: 8pt !important;
    }

        .Form_Table .Desc::after, .List_Table .Desc::after {
            content: ' ' !important;
        }

    .BtnBox, .Form_Table .BtnBox, .List_Table .BtnBox {
        border-top: 2px solid #0055a5;
        background-color: #EEEEEE !important;
        padding: 2px !important;
        text-align: center !important;
        color: #000000 !important;
        font-family: Tahoma !important;
        font-size: 8pt !important;
    }

        .BtnBox, .Form_Table .BtnBox::after, .List_Table .BtnBox::after {
            content: ' ' !important;
        }





    .Form_Table > tr > td:nth-child(2n+1),
    .Form_Table > tbody > tr > td:nth-child(2n+1),
    td.Head {
        background-color: #0093D0;
        padding: 5px;
        text-align: left;
        color: #FFFFFF;
        font-family: F1;
        font-size: 12pt;
    }

td.Head {
    background-color: #0093D0 !important;
    text-align: left !important;
}



    .Form_Table > tr > td:nth-child(2n+1)::after,
    .Form_Table > tbody > tr > td:nth-child(2n+1)::after,
    td.Head::after {
        content: ' : ';
    }

.Form_Table > tr > td:nth-child(2n),
.Form_Table > tbody > tr > td:nth-child(2n) {
    background-color: #F7F7F7;
    padding: 2px;
    text-align: right;
}



.List_Table > tr:nth-child(2) > td,
.List_Table > tbody > tr:nth-child(2) > td {
    background-color: #0093D0;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    font-family: F1;
    font-size: 12pt;
}


.List_Table > tr:nth-child(2n+1) > td,
.List_Table > tbody > tr:nth-child(2n+1) > td {
    background-color: #FCFCFC;
    padding: 5px;
    text-align: center;
    font-family: F1;
    font-size: 12pt;
}

.List_Table > tr:nth-child(2n+4) > td,
.List_Table > tbody > tr:nth-child(2n+4) > td {
    background-color: #F7F7F7;
    padding: 5px;
    text-align: center;
    font-family: F1;
    font-size: 12pt;
}


.List_Table > tr:nth-child(2n+1):hover > td,
.List_Table > tbody > tr:nth-child(2n+1):hover > td {
    background-color: #f2f7b5;
}

.List_Table > tr:nth-child(2n+4):hover > td,
.List_Table > tbody > tr:nth-child(2n+4):hover > td {
    background-color: #f2f7b5;
}



.SearchBG {
    background-color: #DEDEDE;
}

.bts_Language {
    text-align: left;
}

    .bts_Language > span > a {
        color: #000000 !important;
    }

@media (min-width: 992px) {
    .SearchBG {
        background-color: rgba(222, 222, 222, 0.00);
    }

    .bts_Language {
        text-align: right;
    }

        .bts_Language > span > a {
            color: #FFFFFF !important;
        }
}



._Tag {
    display: inline-block;
    margin: 2px 5px 2px 5px;
    padding: 5px;
    border-radius: 4px;
    background-color: #EEEEEE;
    font-family: f1;
    font-size: 8pt;
}

.XST {
    font-size: 10px !important;
}

.ST {
    font-size: 12px !important;
}

.MT {
    font-size: 14px !important;
}

.LT {
    font-size: 16px !important;
}

.XLT {
    font-size: 18px !important;
}

.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 10px;
}

.pr {
    padding-right: 10px;
}

.pl {
    padding-left: 10px;
}

.mc {
    margin: 0 auto;
}

.mb {
    margin-bottom: 15px !important;
}

.mt {
    margin-top: 15px;
}

.mr {
    margin-right: 15px;
}

.ml {
    margin-left: 15px;
}

/*** custom checkboxes And radio with Bootstrap Font Awesome ***/
input[type=radio],
input[type=checkbox] {
    display: none;
}

label {
    cursor: pointer;
    font-size: 9pt;
}

/* to hide the checkbox itself */

input[type=radio] + label:before,
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    font-size: 16pt;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}


input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: "\f1db";
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
    /*letter-spacing: 4px;*/
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    content: "\f00c";
    color: green;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    /*letter-spacing: 2px;*/
}

input[type=checkbox] + label:before {
    content: "\f096";
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/*#endregion */

/*#region Utilities */


.c_1 {
    color: var(--C_1) !important;
}

.c_2 {
    color: var(--C_2) !important;
}

.c_3 {
    color: var(--C_3) !important;
}

.c_11 {
    color: var(--C_11) !important;
}

.c_12 {
    color: var(--C_12) !important;
}

.c_13 {
    color: var(--C_13) !important;
}

.bc_1 {
    background-color: var(--C_1) !important;
}

.bc_2 {
    background-color: var(--C_2) !important;
}

.bc_3 {
    background-color: var(--C_3) !important;
}

.bc_11 {
    background-color: var(--C_11) !important;
}

.bc_12 {
    background-color: var(--C_12) !important;
}

.bc_13 {
    background-color: var(--C_13) !important;
}

.bc_One {
    background-color: #f6f6f6 !important;
}

.bc_Tow {
    background-color: #fefefe !important;
}

.padding_box {
    padding: 50px 0;
}

.BoxBorderBottom {
    border-bottom: 3px dotted #e5e5e5;
    box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5, 0 1px 0 0 #e5e5e5, 0 -1px 0 0 #e5e5e5;
}


.fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
}

.Header {
    padding: 8px;
}

.Footer {
    /*background-image: url(../IMG/Header4.jpg);
    background-repeat: no-repeat;
    background-position: right top;*/
    background-color: var(--C_Black);
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.FloatNone {
    clear: both;
    float: none;
}

.pt {
    padding-top: 10px !important;
}

.pb {
    padding-bottom: 10px !important;
}

.pr {
    padding-right: 10px !important;
}

.pl {
    padding-left: 10px !important;
}

.mc {
    margin: 0 auto !important;
}

.mb {
    margin-bottom: 15px !important;
}

.mt {
    margin-top: 15px !important;
}

.mr {
    margin-right: 15px !important;
}

.ml {
    margin-left: 15px !important;
}

.cp {
    cursor: pointer;
}

.Empty {
    background-color: #ddd;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

.Center {
    text-align: center !important;
}

.XST {
    font-size: 12px !important;
}

.ST {
    font-size: 14px !important;
}

.MT {
    font-size: 16px !important;
}

.LT {
    font-size: 18px !important;
}

.XLT {
    font-size: 20px !important;
}

.Bld {
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.Title {
}

.Lead {
}

.Body {
    text-align: justify;
    line-height: 28px;
}

.valign {
    display: flex;
    align-items: center;
}
/*** custom checkboxes And radio with Bootstrap Font Awesome ***/
input[type=radio],
input[type=checkbox] {
    display: none;
}

label {
    cursor: pointer;
    font-size: 12pt;
}

/* to hide the checkbox itself */

input[type=radio] + label:before,
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    font-size: 16pt;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}


input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: "\f1db";
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
    /*letter-spacing: 4px;*/
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    content: "\f00c";
    color: green;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    /*letter-spacing: 2px;*/
}

input[type=checkbox] + label:before {
    content: "\f096";
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

.IconOnImage_Center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

/*#endregion */

/*#region toast */

.toast-title {
    font-weight: 700;
    font-size: 16px;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    /*top: 0;
    right: 0;
    width: 100%;*/
    top: 0;
    left: 0;
    width: 90%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-Lan_Position {
    left: 12px;
    bottom: 12px;
}


.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 400px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .95;
        -ms-filter: alpha(Opacity=95);
        filter: alpha(opacity=95);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin: auto;
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #00a680;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}


/*#endregion */

/*#region Swiper */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px,0,0);
    -moz-transform: translate3d(0px,0,0);
    -o-transform: translate(0px,0px);
    -ms-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23488DD8'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23488DD8'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #488DD8;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px,-50%,0);
    -moz-transform: translate3d(0px,-50%,0);
    -o-transform: translate(0px,-50%);
    -ms-transform: translate3d(0px,-50%,0);
    transform: translate3d(0px,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    top: 0px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}


/*#endregion */

/*#region Loading */


/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
    background-color: #1ab394;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
    animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

    .sk-spinner-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 20%;
        height: 20%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

    .sk-spinner-cube-grid.sk-spinner {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .sk-spinner-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #1ab394;
        float: right;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

        .sk-spinner-cube-grid .sk-cube:nth-child(1) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(2) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(4) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(5) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(6) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(7) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(8) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(9) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
    background-color: #1ab394;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    right: 5px;
}

@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

    .sk-spinner-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 18%;
        height: 18%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}
/*#endregion */

/*#region TimeLine */

*, *::after, *::before {
    box-sizing: inherit;
}

.btn, .form-control, .link, .reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

:root, [data-theme="default"] {
    --color-primary-darker: hsl(220, 90%, 36%);
    --color-primary-darker-h: 220;
    --color-primary-darker-s: 90%;
    --color-primary-darker-l: 36%;
    --color-primary-dark: hsl(220, 90%, 46%);
    --color-primary-dark-h: 220;
    --color-primary-dark-s: 90%;
    --color-primary-dark-l: 46%;
    --color-primary: hsl(220, 90%, 56%);
    --color-primary-h: 220;
    --color-primary-s: 90%;
    --color-primary-l: 56%;
    --color-primary-light: hsl(220, 90%, 66%);
    --color-primary-light-h: 220;
    --color-primary-light-s: 90%;
    --color-primary-light-l: 66%;
    --color-primary-lighter: hsl(220, 90%, 76%);
    --color-primary-lighter-h: 220;
    --color-primary-lighter-s: 90%;
    --color-primary-lighter-l: 76%;
    --color-accent-darker: hsl(355, 90%, 41%);
    --color-accent-darker-h: 355;
    --color-accent-darker-s: 90%;
    --color-accent-darker-l: 41%;
    --color-accent-dark: hsl(355, 90%, 51%);
    --color-accent-dark-h: 355;
    --color-accent-dark-s: 90%;
    --color-accent-dark-l: 51%;
    --color-accent: hsl(355, 90%, 61%);
    --color-accent-h: 355;
    --color-accent-s: 90%;
    --color-accent-l: 61%;
    --color-accent-light: hsl(355, 90%, 71%);
    --color-accent-light-h: 355;
    --color-accent-light-s: 90%;
    --color-accent-light-l: 71%;
    --color-accent-lighter: hsl(355, 90%, 81%);
    --color-accent-lighter-h: 355;
    --color-accent-lighter-s: 90%;
    --color-accent-lighter-l: 81%;
    --color-black: hsl(240, 8%, 12%);
    --color-black-h: 240;
    --color-black-s: 8%;
    --color-black-l: 12%;
    --color-white: hsl(0, 0%, 100%);
    --color-white-h: 0;
    --color-white-s: 0%;
    --color-white-l: 100%;
    --color-success-darker: hsl(94, 48%, 36%);
    --color-success-darker-h: 94;
    --color-success-darker-s: 48%;
    --color-success-darker-l: 36%;
    --color-success-dark: hsl(94, 48%, 46%);
    --color-success-dark-h: 94;
    --color-success-dark-s: 48%;
    --color-success-dark-l: 46%;
    --color-success: hsl(94, 48%, 56%);
    --color-success-h: 94;
    --color-success-s: 48%;
    --color-success-l: 56%;
    --color-success-light: hsl(94, 48%, 66%);
    --color-success-light-h: 94;
    --color-success-light-s: 48%;
    --color-success-light-l: 66%;
    --color-success-lighter: hsl(94, 48%, 76%);
    --color-success-lighter-h: 94;
    --color-success-lighter-s: 48%;
    --color-success-lighter-l: 76%;
    --color-error-darker: hsl(355, 90%, 41%);
    --color-error-darker-h: 355;
    --color-error-darker-s: 90%;
    --color-error-darker-l: 41%;
    --color-error-dark: hsl(355, 90%, 51%);
    --color-error-dark-h: 355;
    --color-error-dark-s: 90%;
    --color-error-dark-l: 51%;
    --color-error: hsl(355, 90%, 61%);
    --color-error-h: 355;
    --color-error-s: 90%;
    --color-error-l: 61%;
    --color-error-light: hsl(355, 90%, 71%);
    --color-error-light-h: 355;
    --color-error-light-s: 90%;
    --color-error-light-l: 71%;
    --color-error-lighter: hsl(355, 90%, 81%);
    --color-error-lighter-h: 355;
    --color-error-lighter-s: 90%;
    --color-error-lighter-l: 81%;
    --color-warning-darker: hsl(46, 100%, 41%);
    --color-warning-darker-h: 46;
    --color-warning-darker-s: 100%;
    --color-warning-darker-l: 41%;
    --color-warning-dark: hsl(46, 100%, 51%);
    --color-warning-dark-h: 46;
    --color-warning-dark-s: 100%;
    --color-warning-dark-l: 51%;
    --color-warning: hsl(46, 100%, 61%);
    --color-warning-h: 46;
    --color-warning-s: 100%;
    --color-warning-l: 61%;
    --color-warning-light: hsl(46, 100%, 71%);
    --color-warning-light-h: 46;
    --color-warning-light-s: 100%;
    --color-warning-light-l: 71%;
    --color-warning-lighter: hsl(46, 100%, 81%);
    --color-warning-lighter-h: 46;
    --color-warning-lighter-s: 100%;
    --color-warning-lighter-l: 81%;
    --color-bg: hsl(0, 0%, 100%);
    --color-bg-h: 0;
    --color-bg-s: 0%;
    --color-bg-l: 100%;
    --color-contrast-lower: hsl(0, 0%, 95%);
    --color-contrast-lower-h: 0;
    --color-contrast-lower-s: 0%;
    --color-contrast-lower-l: 95%;
    --color-contrast-low: hsl(240, 1%, 83%);
    --color-contrast-low-h: 240;
    --color-contrast-low-s: 1%;
    --color-contrast-low-l: 83%;
    --color-contrast-medium: hsl(240, 1%, 48%);
    --color-contrast-medium-h: 240;
    --color-contrast-medium-s: 1%;
    --color-contrast-medium-l: 48%;
    --color-contrast-high: hsl(240, 4%, 20%);
    --color-contrast-high-h: 240;
    --color-contrast-high-s: 4%;
    --color-contrast-high-l: 20%;
    --color-contrast-higher: hsl(240, 8%, 12%);
    --color-contrast-higher-h: 240;
    --color-contrast-higher-s: 8%;
    --color-contrast-higher-l: 12%;
}

[data-theme] {
    background-color: hsl(0, 0%, 100%);
    background-color: var(--color-bg);
    color: hsl(240, 4%, 20%);
    color: var(--color-contrast-high);
}

:root {
    --space-unit: 1em;
    --space-xxxxs: calc(0.125*var(--space-unit));
    --space-xxxs: calc(0.25*var(--space-unit));
    --space-xxs: calc(0.375*var(--space-unit));
    --space-xs: calc(0.5*var(--space-unit));
    --space-sm: calc(0.75*var(--space-unit));
    --space-md: calc(1.25*var(--space-unit));
    --space-lg: calc(2*var(--space-unit));
    --space-xl: calc(3.25*var(--space-unit));
    --space-xxl: calc(5.25*var(--space-unit));
    --space-xxxl: calc(8.5*var(--space-unit));
    --space-xxxxl: calc(13.75*var(--space-unit));
    --component-padding: var(--space-md);
}

@supports (--css: variables) {
    @media (min-width: 64rem) {
        :root {
            --space-unit: 1.25em;
        }
    }
}

.margin-top, .margin-top--md {
    margin-top: 1.25em;
    margin-top: var(--space-md);
}

.margin-top--xxxxs {
    margin-top: 0.125em;
    margin-top: var(--space-xxxxs);
}

.margin-top--xxxs {
    margin-top: 0.25em;
    margin-top: var(--space-xxxs);
}

.margin-top--xxs {
    margin-top: 0.375em;
    margin-top: var(--space-xxs);
}

.margin-top--xs {
    margin-top: 0.5em;
    margin-top: var(--space-xs);
}

.margin-top--sm {
    margin-top: 0.75em;
    margin-top: var(--space-sm);
}

.margin-top--lg {
    margin-top: 2em;
    margin-top: var(--space-lg);
}

.margin-top--xl {
    margin-top: 3.25em;
    margin-top: var(--space-xl);
}

.margin-top--xxl {
    margin-top: 5.25em;
    margin-top: var(--space-xxl);
}

.margin-top--xxxl {
    margin-top: 8.5em;
    margin-top: var(--space-xxxl);
}

.margin-top--xxxxl {
    margin-top: 13.75em;
    margin-top: var(--space-xxxxl);
}

.margin-bottom, .margin-bottom--md {
    margin-bottom: 1.25em;
    margin-bottom: var(--space-md);
}

.margin-bottom--xxxxs {
    margin-bottom: 0.125em;
    margin-bottom: var(--space-xxxxs);
}

.margin-bottom--xxxs {
    margin-bottom: 0.25em;
    margin-bottom: var(--space-xxxs);
}

.margin-bottom--xxs {
    margin-bottom: 0.375em;
    margin-bottom: var(--space-xxs);
}

.margin-bottom--xs {
    margin-bottom: 0.5em;
    margin-bottom: var(--space-xs);
}

.margin-bottom--sm {
    margin-bottom: 0.75em;
    margin-bottom: var(--space-sm);
}

.margin-bottom--lg {
    margin-bottom: 2em;
    margin-bottom: var(--space-lg);
}

.margin-bottom--xl {
    margin-bottom: 3.25em;
    margin-bottom: var(--space-xl);
}

.margin-bottom--xxl {
    margin-bottom: 5.25em;
    margin-bottom: var(--space-xxl);
}

.margin-bottom--xxxl {
    margin-bottom: 8.5em;
    margin-bottom: var(--space-xxxl);
}

.margin-bottom--xxxxl {
    margin-bottom: 13.75em;
    margin-bottom: var(--space-xxxxl);
}

:root {
    --container-width-xs: 37.5rem;
    --container-width-sm: 45rem;
    --container-width-md: 64rem;
    --container-width-lg: 80rem;
    --container-width-xl: 90rem;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container--full-width {
    width: 100%;
}

.container--xs {
    max-width: 37.5rem;
    max-width: var(--container-width-xs);
}

.container--sm {
    max-width: 45rem;
    max-width: var(--container-width-sm);
}

.container--md {
    max-width: 64rem;
    max-width: var(--container-width-md);
}

.container--lg {
    max-width: 80rem;
    max-width: var(--container-width-lg);
}

.container--xl {
    max-width: 90rem;
    max-width: var(--container-width-xl);
}

.container--adaptive, .container--adaptive-lg {
    max-width: 37.5rem;
    max-width: var(--container-width-xs);
}

@media (min-width: 64rem) {
    .container--adaptive, .container--adaptive-lg {
        max-width: 64rem;
        max-width: var(--container-width-md);
    }
}

@media (min-width: 90rem) {
    .container--adaptive, .container--adaptive-lg {
        max-width: 80rem;
        max-width: var(--container-width-lg);
    }
}

.container--adaptive-sm {
    max-width: 37.5rem;
    max-width: var(--container-width-xs);
}

@media (min-width: 64rem) {
    .container--adaptive-sm {
        max-width: 45rem;
        max-width: var(--container-width-sm);
    }
}

.container--adaptive-md {
    max-width: 37.5rem;
    max-width: var(--container-width-xs);
}

@media (min-width: 64rem) {
    .container--adaptive-md {
        max-width: 64rem;
        max-width: var(--container-width-md);
    }
}

.container--adaptive-xl {
    max-width: 37.5rem;
    max-width: var(--container-width-xs);
}

@media (min-width: 64rem) {
    .container--adaptive-xl {
        max-width: 64rem;
        max-width: var(--container-width-md);
    }
}

@media (min-width: 90rem) {
    .container--adaptive-xl {
        max-width: 90rem;
        max-width: var(--container-width-xl);
    }
}

.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .grid > * {
        background-clip: content-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

.grid--gap-xs, .grid-gap--xs {
    margin: -0.5em 0 0 -0.5em;
    margin: calc(var(--space-xs)*-1) 0 0 calc(var(--space-xs)*-1);
}

    .grid--gap-xs > *, .grid-gap--xs > * {
        padding: 0.5em 0 0 0.5em;
        padding: var(--space-xs) 0 0 var(--space-xs);
    }

.grid--gap-sm, .grid-gap--sm {
    margin: -0.75em 0 0 -0.75em;
    margin: calc(var(--space-sm)*-1) 0 0 calc(var(--space-sm)*-1);
}

    .grid--gap-sm > *, .grid-gap--sm > * {
        padding: 0.75em 0 0 0.75em;
        padding: var(--space-sm) 0 0 var(--space-sm);
    }

.grid--gap-md, .grid-gap--md {
    margin: -1.25em 0 0 -1.25em;
    margin: calc(var(--space-md)*-1) 0 0 calc(var(--space-md)*-1);
}

    .grid--gap-md > *, .grid-gap--md > * {
        padding: 1.25em 0 0 1.25em;
        padding: var(--space-md) 0 0 var(--space-md);
    }

.grid--gap-lg, .grid-gap--lg {
    margin: -2em 0 0 -2em;
    margin: calc(var(--space-lg)*-1) 0 0 calc(var(--space-lg)*-1);
}

    .grid--gap-lg > *, .grid-gap--lg > * {
        padding: 2em 0 0 2em;
        padding: var(--space-lg) 0 0 var(--space-lg);
    }

.grid--gap-xl, .grid-gap--xl {
    margin: -3.25em 0 0 -3.25em;
    margin: calc(var(--space-xl)*-1) 0 0 calc(var(--space-xl)*-1);
}

    .grid--gap-xl > *, .grid-gap--xl > * {
        padding: 3.25em 0 0 3.25em;
        padding: var(--space-xl) 0 0 var(--space-xl);
    }

.col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col--1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%;
}

.col--2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
}

.col--3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col--4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.col--5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%;
}

.col--6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col--7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%;
}

.col--8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
}

.col--9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col--10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%;
}

.col--11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
}

.col--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 30rem) {
    .col--xs {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col--xs-1 {
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col--xs-2 {
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col--xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col--xs-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col--xs-5 {
        -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col--xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col--xs-7 {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col--xs-8 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col--xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col--xs-10 {
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col--xs-11 {
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col--xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 37.5rem) {
    .col--sm {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col--sm-1 {
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col--sm-2 {
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col--sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col--sm-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col--sm-5 {
        -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col--sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col--sm-7 {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col--sm-8 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col--sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col--sm-10 {
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col--sm-11 {
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col--sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 64rem) {
    .col--md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col--md-1 {
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col--md-2 {
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col--md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col--md-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col--md-5 {
        -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col--md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col--md-7 {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col--md-8 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col--md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col--md-10 {
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col--md-11 {
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col--md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 80rem) {
    .col--lg {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col--lg-1 {
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col--lg-2 {
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col--lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col--lg-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col--lg-5 {
        -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col--lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col--lg-7 {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col--lg-8 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col--lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col--lg-10 {
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col--lg-11 {
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col--lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 90rem) {
    .col--xl {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col--xl-1 {
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col--xl-2 {
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col--xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col--xl-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col--xl-5 {
        -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col--xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col--xl-7 {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col--xl-8 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col--xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col--xl-10 {
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col--xl-11 {
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col--xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

    .flex > * {
        display: inline-block;
    }

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex--end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex--center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex--center-x {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex--center-y {
    -ms-flex-align: center;
    align-items: center;
}

.flex--space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex--space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex--space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.flex--grow > * {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex--shrink-none > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex--gap > *, .flex--gap-md > *, .flex-gap > *, .flex-gap--md > * {
    margin-right: 1.25em;
    margin-right: var(--space-md);
}

    .flex--gap > *:last-child, .flex--gap-md > *:last-child, .flex-gap > *:last-child, .flex-gap--md > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap, .flex--wrap.flex--gap-md, .flex--wrap.flex-gap, .flex--wrap.flex-gap--md {
    margin-bottom: -1.25em;
    margin-bottom: calc(-1*var(--space-md));
}

    .flex--wrap.flex--gap > *, .flex--wrap.flex--gap-md > *, .flex--wrap.flex-gap > *, .flex--wrap.flex-gap--md > * {
        margin-bottom: 1.25em;
        margin-bottom: var(--space-md);
    }

.flex--gap-xxs > *, .flex-gap--xxs > * {
    margin-right: 0.375em;
    margin-right: var(--space-xxs);
}

    .flex--gap-xxs > *:last-child, .flex-gap--xxs > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap-xxs, .flex--wrap.flex-gap--xxs {
    margin-bottom: -0.375em;
    margin-bottom: calc(-1*var(--space-xxs));
}

    .flex--wrap.flex--gap-xxs > *, .flex--wrap.flex-gap--xxs > * {
        margin-bottom: 0.375em;
        margin-bottom: var(--space-xxs);
    }

.flex--gap-xs > *, .flex-gap--xs > * {
    margin-right: 0.5em;
    margin-right: var(--space-xs);
}

    .flex--gap-xs > *:last-child, .flex-gap--xs > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap-xs, .flex--wrap.flex-gap--xs {
    margin-bottom: -0.5em;
    margin-bottom: calc(-1*var(--space-xs));
}

    .flex--wrap.flex--gap-xs > *, .flex--wrap.flex-gap--xs > * {
        margin-bottom: 0.5em;
        margin-bottom: var(--space-xs);
    }

.flex--gap-sm > *, .flex-gap--sm > * {
    margin-right: 0.75em;
    margin-right: var(--space-sm);
}

    .flex--gap-sm > *:last-child, .flex-gap--sm > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap-sm, .flex--wrap.flex-gap--sm {
    margin-bottom: -0.75em;
    margin-bottom: calc(-1*var(--space-sm));
}

    .flex--wrap.flex--gap-sm > *, .flex--wrap.flex-gap--sm > * {
        margin-bottom: 0.75em;
        margin-bottom: var(--space-sm);
    }

.flex--gap-lg > *, .flex-gap--lg > * {
    margin-right: 2em;
    margin-right: var(--space-lg);
}

    .flex--gap-lg > *:last-child, .flex-gap--lg > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap-lg, .flex--wrap.flex-gap--lg {
    margin-bottom: -2em;
    margin-bottom: calc(-1*var(--space-lg));
}

    .flex--wrap.flex--gap-lg > *, .flex--wrap.flex-gap--lg > * {
        margin-bottom: 2em;
        margin-bottom: var(--space-lg);
    }

.flex--gap-xl > *, .flex-gap--xl > * {
    margin-right: 3.25em;
    margin-right: var(--space-xl);
}

    .flex--gap-xl > *:last-child, .flex-gap--xl > *:last-child {
        margin-right: 0;
    }

.flex--wrap.flex--gap-xl, .flex--wrap.flex-gap--xl {
    margin-bottom: -3.25em;
    margin-bottom: calc(-1*var(--space-xl));
}

    .flex--wrap.flex--gap-xl > *, .flex--wrap.flex-gap--xl > * {
        margin-bottom: 3.25em;
        margin-bottom: var(--space-xl);
    }

.flex-item--end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-item--grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-item--shrink-none {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

:root {
    --radius: 0.25em;
    --shadow-sm: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    --shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
    --shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    --transition-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
    --transition-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --transition-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
}

:root {
    --font-primary: sans-serif;
    --text-base-size: 1em;
    --text-scale-ratio: 1.2;
    --text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
    --text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-lg: calc(var(--text-md)*var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
    --text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
    --text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
    --body-line-height: 1.4;
    --heading-line-height: 1.2;
    --font-primary-capital-letter: 1;
}

@supports (--css: variables) {
    @media (min-width: 64rem) {
        :root {
            --text-base-size: 1.25em;
            --text-scale-ratio: 1.25;
        }
    }
}

body {
    font-size: 1em;
    font-size: var(--text-base-size);
    font-family: 'Droid Serif', serif;
    font-family: var(--font-primary);
    color: hsl(240, 4%, 20%);
    color: var(--color-contrast-high);
}

h1, h2, h3, h4 {
    color: hsl(240, 8%, 12%);
    color: var(--color-contrast-higher);
    line-height: 1.2;
    line-height: var(--heading-line-height);
}

.text--xxxl {
    font-size: 2.48832em;
    font-size: var(--text-xxxl);
}

h1, .text--xxl {
    font-size: 2.0736em;
    font-size: var(--text-xxl);
}

h2, .text--xl {
    font-size: 1.728em;
    font-size: var(--text-xl);
}

h3, .text--lg {
    font-size: 1.44em;
    font-size: var(--text-lg);
}

h4, .text--md {
    font-size: 1.2em;
    font-size: var(--text-md);
}

.text--sm, small {
    font-size: 0.83333em;
    font-size: var(--text-sm);
}

.text--xs {
    font-size: 0.69444em;
    font-size: var(--text-xs);
}

a, .link {
    color: hsl(220, 90%, 56%);
    color: var(--color-primary);
    text-decoration: underline;
}

mark {
    background-color: hsl(355, 90%, 81%);
    background-color: var(--color-accent-lighter);
    color: inherit;
}

strong {
    font-weight: bold;
}

s {
    text-decoration: line-through;
}

u {
    text-decoration: underline;
}

.text--subtle, .text-component .text--subtle {
    color: hsl(240, 1%, 48%);
    color: var(--color-contrast-medium);
}

.text--inherit, .text-component .text--inherit {
    color: inherit;
}

.text-component {
    --component-body-line-height: calc(var(--body-line-height)*var(--line-height-multiplier, 1));
    --component-heading-line-height: calc(var(--heading-line-height)*var(--line-height-multiplier, 1));
    --line-height-multiplier: 1;
    --text-vspace-multiplier: 1;
}

    .text-component h1, .text-component h2, .text-component h3, .text-component h4 {
        line-height: 1.2;
        line-height: var(--component-heading-line-height);
        margin-bottom: 0.25em;
        margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier));
    }

    .text-component h2, .text-component h3, .text-component h4 {
        margin-top: 0.75em;
        margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier));
    }

    .text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
        line-height: 1.4;
        line-height: var(--component-body-line-height);
        color: hsl(240, 4%, 20%);
        color: var(--color-contrast-high);
    }

    .text-component ul, .text-component ol, .text-component p, .text-component blockquote {
        margin-bottom: 0.75em;
        margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier));
    }

    .text-component ul, .text-component ol {
        padding-left: 1em;
    }

    .text-component ul {
        list-style-type: disc;
    }

    .text-component ol {
        list-style-type: decimal;
    }

    .text-component em {
        font-style: italic;
    }

    .text-component blockquote {
        padding-left: 1em;
        border-left: 4px solid hsl(240, 1%, 83%);
        border-left: 4px solid var(--color-contrast-low);
    }

    .text-component hr {
        background: hsl(240, 1%, 83%);
        background: var(--color-contrast-low);
        height: 1px;
        margin: 2em auto;
        margin: calc(var(--space-lg)*var(--text-vspace-multiplier)) auto;
    }

    .text-component > *:first-child {
        margin-top: 0;
    }

    .text-component > *:last-child {
        margin-bottom: 0;
    }

.article.text-component {
    --line-height-multiplier: 1.13;
}

    .article.text-component ul, .article.text-component ol, .article.text-component p, .article.text-component blockquote {
        --text-vspace-multiplier: 1.2;
    }

.text-component__img {
    margin-bottom: 1.25em;
    margin-bottom: calc(var(--space-md)*var(--text-vspace-multiplier, 1));
    text-align: center;
}

    .text-component__img img {
        display: block;
        margin: 0 auto;
    }

    .text-component__img figcaption {
        text-align: center;
        font-size: 0.83333em;
        font-size: var(--text-sm);
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium);
        margin-top: 0.5em;
        margin-top: var(--space-xs);
    }

.text-component__content {
    margin-bottom: 1.25em;
    margin-bottom: calc(var(--space-md)*var(--text-vspace-multiplier, 1));
}

    .text-component__content .text-component__img {
        margin-bottom: 0;
    }

@media (min-width: 37.5rem) {
    .text-component__content--left, .text-component__content--right, .text-component__img--left, .text-component__img--right {
        width: 45%;
    }

        .text-component__content--left img, .text-component__content--right img, .text-component__img--left img, .text-component__img--right img {
            width: 100%;
        }

    .text-component__content--left, .text-component__img--left {
        float: left;
        margin-right: 1.25em;
        margin-right: calc(var(--space-md)*var(--text-vspace-multiplier, 1));
    }

    .text-component__content--right, .text-component__img--right {
        float: right;
        margin-left: 1.25em;
        margin-left: calc(var(--space-md)*var(--text-vspace-multiplier, 1));
    }
}

@media (min-width: 90rem) {
    .text-component__content--outset, .text-component__img--outset {
        width: calc(100% + 10.5em);
        width: calc(100% + 2*var(--space-xxl));
    }

        .text-component__content--outset img, .text-component__img--outset img {
            width: 100%;
        }

        .text-component__content--outset:not(.text-component__content--right), .text-component__img--outset:not(.text-component__img--right) {
            margin-left: -5.25em;
            margin-left: calc(-1*var(--space-xxl));
        }

    .text-component__content--left, .text-component__content--right, .text-component__img--left, .text-component__img--right {
        width: 50%;
    }

        .text-component__content--right.text-component__content--outset, .text-component__img--right.text-component__img--outset {
            margin-right: -5.25em;
            margin-right: calc(-1*var(--space-xxl));
        }
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text--center {
    text-align: center;
}

:root {
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
}

.icon {
    display: inline-block;
    color: hsl(240, 8%, 12%);
    color: var(--color-contrast-higher);
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1;
}

.icon--xs {
    font-size: 16px;
    font-size: var(--icon-xs);
}

.icon--sm {
    font-size: 24px;
    font-size: var(--icon-sm);
}

.icon--md {
    font-size: 32px;
    font-size: var(--icon-md);
}

.icon--lg {
    font-size: 48px;
    font-size: var(--icon-lg);
}

.icon--xl {
    font-size: 64px;
    font-size: var(--icon-xl);
}

.icon-text {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-text > *:nth-child(2) {
        margin-left: 0.375em;
        margin-left: var(--space-xxs);
    }

    .icon-text .icon {
        color: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .icon-text.icon-text-gap--none > *:nth-child(2) {
        margin-left: 0;
    }

.icon--is-spinning {
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.icon use {
    color: inherit;
    fill: currentColor;
}

:root {
    --btn-font-size: 1em;
    --btn-sm: calc(var(--btn-font-size) - 0.2em);
    --btn-md: calc(var(--btn-font-size) + 0.2em);
    --btn-lg: calc(var(--btn-font-size) + 0.4em);
}

.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    padding: 0.5em 0.75em;
    padding: var(--space-xs) var(--space-sm);
    border-radius: 0.25em;
    font-size: 1em;
    font-size: var(--btn-font-size);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--primary {
    background-color: hsl(220, 90%, 56%);
    background-color: var(--color-primary);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn--subtle {
    color: hsl(240, 8%, 12%);
    color: var(--color-contrast-higher);
    border: 1px solid hsl(240, 1%, 83%);
    border: 1px solid var(--color-contrast-low);
}

.btn--accent {
    background-color: hsl(355, 90%, 61%);
    background-color: var(--color-accent);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn--disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.6;
}

.btn--sm {
    font-size: 0.8em;
    font-size: var(--btn-sm);
}

.btn--md {
    font-size: 1.2em;
    font-size: var(--btn-md);
}

.btn--lg {
    font-size: 1.4em;
    font-size: var(--btn-lg);
}

.btn--full-width {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.btn .icon {
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn--icon-text {
    -ms-flex-align: center;
    align-items: center;
}

    .btn--icon-text > *:nth-child(2) {
        margin-left: 0.375em;
        margin-left: var(--space-xxs);
    }

.btn--icon {
    padding: 0.5em;
    padding: var(--space-xs);
}

.form-control {
    padding: 0.5em 0.75em;
    padding: var(--space-xs) var(--space-sm);
    background: hsl(0, 0%, 100%);
    background: var(--color-bg);
    border: 2px solid hsl(240, 1%, 83%);
    border: 2px solid var(--color-contrast-low);
    width: 100%;
}

    .form-control:focus {
        outline: none;
        border-color: hsl(220, 90%, 56%);
        border-color: var(--color-primary);
        --color-shadow: hsla(220, 90%, 56%, 0.2);
        --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
        box-shadow: undefined;
        box-shadow: 0 0 0 3px var(--color-shadow);
    }

        .form-control:focus:focus {
            box-shadow: 0 0 0 3px hsla(220, 90%, 56%, 0.2);
            box-shadow: 0 0 0 3px var(--color-shadow);
        }

    .form-control::-webkit-input-placeholder {
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium);
    }

    .form-control::-moz-placeholder {
        opacity: 1;
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium);
    }

    .form-control:-ms-input-placeholder {
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium);
    }

    .form-control:-moz-placeholder {
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium);
    }

    .form-control[disabled], .form-control[readonly] {
        cursor: not-allowed;
    }

    .form-control[aria-invalid="true"] {
        border-color: hsl(355, 90%, 61%);
        border-color: var(--color-error);
    }

        .form-control[aria-invalid="true"]:focus {
            --color-shadow: hsla(355, 90%, 61%, 0.2);
            --color-shadow: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);
            box-shadow: undefined;
            box-shadow: 0 0 0 3px var(--color-shadow);
        }

            .form-control[aria-invalid="true"]:focus:focus {
                box-shadow: 0 0 0 3px hsla(355, 90%, 61%, 0.2);
                box-shadow: 0 0 0 3px var(--color-shadow);
            }

.form-legend {
    color: hsl(240, 8%, 12%);
    color: var(--color-contrast-higher);
    line-height: 1.2;
    font-size: 1.2em;
    font-size: var(--text-md);
    margin-bottom: 0.375em;
    margin-bottom: var(--space-xxs);
}

.form-label {
    display: inline-block;
    font-size: 0.83333em;
    font-size: var(--text-sm);
    margin-bottom: 0.25em;
    margin-bottom: var(--space-xxxs);
}

.form__msg-error {
    background-color: hsl(355, 90%, 61%);
    background-color: var(--color-error);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    font-size: 0.83333em;
    font-size: var(--text-sm);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.5em;
    padding: var(--space-xs);
    margin-top: 0.75em;
    margin-top: var(--space-sm);
    border-radius: 0.25em;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

    .form__msg-error::before {
        content: '';
        position: absolute;
        left: 0.75em;
        left: var(--space-sm);
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: hsl(355, 90%, 61%);
        border-bottom-color: var(--color-error);
    }

.form__msg-error--is-visible {
    position: relative;
    clip: auto;
}

.radio-list > *, .checkbox-list > * {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.375em;
    margin-bottom: var(--space-xxs);
}

    .radio-list > *:last-of-type, .checkbox-list > *:last-of-type {
        margin-bottom: 0;
    }

.radio-list label, .checkbox-list label {
    line-height: 1.4;
    line-height: var(--body-line-height);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-list input, .checkbox-list input {
    vertical-align: top;
    margin-right: 0.25em;
    margin-right: var(--space-xxxs);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.radio-list.radio-list--inline, .radio-list.checkbox-list--inline, .checkbox-list.radio-list--inline, .checkbox-list.checkbox-list--inline {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1.25em;
    margin-bottom: calc(-1*var(--space-md));
}

    .radio-list.radio-list--inline > *, .radio-list.checkbox-list--inline > *, .checkbox-list.radio-list--inline > *, .checkbox-list.checkbox-list--inline > * {
        margin: 0 1.25em 1.25em 0;
        margin: 0 var(--space-md) var(--space-md) 0;
    }

:root {
    --zindex-header: 2;
    --zindex-popover: 4;
    --zindex-fixed-element: 5;
    --zindex-overlay: 10;
}

@media not all and (min-width: 30rem) {
    .display--xs {
        display: none !important;
    }
}

@media (min-width: 30rem) {
    .hide--xs {
        display: none !important;
    }
}

@media not all and (min-width: 37.5rem) {
    .display--sm {
        display: none !important;
    }
}

@media (min-width: 37.5rem) {
    .hide--sm {
        display: none !important;
    }
}

@media not all and (min-width: 64rem) {
    .display--md {
        display: none !important;
    }
}

@media (min-width: 64rem) {
    .hide--md {
        display: none !important;
    }
}

@media not all and (min-width: 80rem) {
    .display--lg {
        display: none !important;
    }
}

@media (min-width: 80rem) {
    .hide--lg {
        display: none !important;
    }
}

@media not all and (min-width: 90rem) {
    .display--xl {
        display: none !important;
    }
}

@media (min-width: 90rem) {
    .hide--xl {
        display: none !important;
    }
}

:root {
    --display: block;
}

.is-visible {
    display: block !important;
    display: var(--display) !important;
}

.is-hidden {
    display: none !important;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

:root {
    --cd-color-1: hsl(206, 21%, 24%);
    --cd-color-1-h: 206;
    --cd-color-1-s: 21%;
    --cd-color-1-l: 24%;
    --cd-color-2: hsl(205, 38%, 89%);
    --cd-color-2-h: 205;
    --cd-color-2-s: 38%;
    --cd-color-2-l: 89%;
    --cd-color-3: hsl(207, 10%, 55%);
    --cd-color-3-h: 207;
    --cd-color-3-s: 10%;
    --cd-color-3-l: 55%;
    --cd-color-4: hsl(111, 51%, 60%);
    --cd-color-4-h: 111;
    --cd-color-4-s: 51%;
    --cd-color-4-l: 60%;
    --cd-color-5: hsl(356, 53%, 49%);
    --cd-color-5-h: 356;
    --cd-color-5-s: 53%;
    --cd-color-5-l: 49%;
    --cd-color-6: hsl(47, 85%, 61%);
    --cd-color-6-h: 47;
    --cd-color-6-s: 85%;
    --cd-color-6-l: 61%;
    --cd-header-height: 200px;
    --font-primary: 'Droid Serif', serif;
    --font-secondary: 'Open Sans', sans-serif;
}

@supports (--css: variables) {
    @media (min-width: 64rem) {
        :root {
            --cd-header-height: 300px;
        }
    }
}

.cd-main-header {
    height: 200px;
    height: var(--cd-header-height);
    background: hsl(206, 21%, 24%);
    background: var(--cd-color-1);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-main-header h1 {
        font-family: 'Open Sans', sans-serif;
        font-family: var(--font-secondary);
        color: inherit;
    }

.cd-timeline {
    overflow: hidden;
    padding: 2em 0;
    padding: var(--space-lg) 0;
    color: hsl(207, 10%, 55%);
    color: var(--cd-color-3);
    background-color: hsl(205, 38%, 93.45%);
    background-color: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.05));
    font-family: 'Droid Serif', serif;
    font-family: var(--font-primary);
}

    .cd-timeline h2 {
        font-family: 'Open Sans', sans-serif;
        font-family: var(--font-secondary);
        font-weight: 700;
    }

.cd-timeline__container {
    position: relative;
    padding: 1.25em 0;
    padding: var(--space-md) 0;
}

    .cd-timeline__container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: hsl(205, 38%, 89%);
        background: var(--cd-color-2);
    }

@media (min-width: 64rem) {
    .cd-timeline__container::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
    margin-bottom: var(--space-lg);
}

    .cd-timeline__block:last-child {
        margin-bottom: 0;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px hsl(0, 0%, 100%),inset 0 2px 0 rgba(0,0,0,0.08),0 3px 0 4px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 4px var(--color-white),inset 0 2px 0 rgba(0,0,0,0.08),0 3px 0 4px rgba(0,0,0,0.05);
}

    .cd-timeline__img img {
        width: 24px;
        height: 24px;
    }

@media (min-width: 64rem) {
    .cd-timeline__img {
        width: 60px;
        height: 60px;
        -ms-flex-order: 1;
        order: 1;
        margin-left: calc(5% - 30px);
        will-change: transform;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(5% - 30px);
    }
}

.cd-timeline__img--picture {
    background-color: hsl(111, 51%, 60%);
    background-color: var(--cd-color-4);
}

.cd-timeline__img--movie {
    background-color: hsl(356, 53%, 49%);
    background-color: var(--cd-color-5);
}

.cd-timeline__img--location {
    background-color: hsl(47, 85%, 61%);
    background-color: var(--cd-color-6);
}

.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    margin-left: var(--space-md);
    background: hsl(0, 0%, 100%);
    background: var(--color-white);
    border-radius: 0.25em;
    border-radius: var(--radius);
    padding: 1.25em;
    padding: var(--space-md);
    box-shadow: 0 3px 0 hsl(205, 38%, 89%);
    box-shadow: 0 3px 0 var(--cd-color-2);
}

    .cd-timeline__content::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-right-color: hsl(0, 0%, 100%);
        border-right-color: var(--color-white);
    }

    .cd-timeline__content h2 {
        color: hsl(206, 21%, 24%);
        color: var(--cd-color-1);
    }

@media (min-width: 64rem) {
    .cd-timeline__content {
        width: 45%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
        font-size: 0.8em;
        --line-height-multiplier: 1.2;
    }

        .cd-timeline__content::before {
            top: 24px;
        }

    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-left-color: hsl(0, 0%, 100%);
        border-left-color: var(--color-white);
    }
}

.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
    color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7);
}

@media (min-width: 64rem) {
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 20px;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 120%;
        text-align: right;
    }
}

@media (min-width: 64rem) {
    .cd-timeline__img--hidden, .cd-timeline__content--hidden {
        visibility: hidden;
    }

    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }

    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*#endregion */

/*#region NewsTopLine */


.TopLine {
    width: 100%;
    height: 20px;
    overflow: hidden;
    font-family: F1 !important;
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .TopLine a {
        font-family: F1 !important;
    }

    .TopLine li a {
        font-family: F1 !important;
        color: #000;
    }
/*#endregion */

left-caret {
}

.left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 7px;
}

.right-caret:after {
    border-left: 5px solid #000;
    margin: 0 10px;
}

.left-caret:after {
    border-right: 5px solid #000;
    margin: 0 10px;
}

.Pattern {
    background-image: url(/../IMG/p_patern.jpg);
    background-repeat: repeat;
}

.Bx {
    background-color: #fff;
    padding: 10px;
    margin: 8px 8px !important;
    height: 220px !important;
    overflow: hidden;
}

    .Bx:hover .BoxCaption {
        visibility: visible;
        opacity: 1;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .Bx:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .Bx img {
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


.BoxCaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.2;
    height: 100%;
    visibility: hidden;
    font-size: 16px;
    opacity: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.fillwidth {
    min-width: 100%;
    height: auto;
}

.fillheight {
    min-height: 100%;
    width: auto;
}

.zoom {
    transition: transform .1s; /* Animation */
}

    .zoom:hover {
        transform: scale(1.1);
    }

.btn-primary.btn-outline {
    color: #1ab394;
}

.btn-success.btn-outline {
    color: #1c84c6;
}

.btn-info.btn-outline {
    color: #23c6c8;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #ed5565;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.ItemBox {
    background-color: #fff;
    height: 100%;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 0px;
    padding-bottom: 10px;
    border: 1px solid #bbb;
    overflow: hidden;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .ItemBox:hover {
        -webkit-box-shadow: 0px 0px 4px 0px rgba(171,171,171,1);
        -moz-box-shadow: 0px 0px 4px 0px rgba(171,171,171,1);
        box-shadow: 0px 0px 4px 0px rgba(171,171,171,1);
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


.dropdown:hover > .dropdown-menu {
    display: block;
}

.sub-menu {
    right: 100% !important;
    top: -5px !important;
}

.UC_Gallery p {
    padding: 5px 10px;
    margin-top: 8px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    /*text-align: justify;*/
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.notifyPadding {
    padding: 5px 30px;
}

@media (max-width: 768px) {
    .Copyright {
        margin-bottom: 45px;
    }

    .Mpz {
        padding: 0px !important;
    }

    .notifyPadding {
        padding: 5px;
    }

    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .navbar-nav > li > a {
        margin: 0px !important;
        width: initial !important;
    }
}

.Copyright {
    background-color: var(--C_2);
    color: var(--C_11);
    text-align: center;
    padding: 10px;
    direction: ltr;
}

.BottomBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    border-top: 2px solid #aaa;
    text-align: center;
    background-color: #fff;
}

marquee {
    border-top: 1px solid #ddd;
    padding-top: 3px;
    margin: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    font-family: F1;
    font-size: 16px;
}


/*#region UC_CV */


._Page_Top {
    background-color: #fff;
    position: fixed;
    width: 100%;
    right: 0px;
    /*padding: 10px;*/
    z-index: 9999;
    border-bottom: 3px solid var(--C_1);
    text-align: center;
}

a {
    text-decoration: none;
}


.centerMenu {
    justify-content: center;
    display: flex;
    width: 100%;
}

.navbar-header {
    display: none;
}


@media only screen and (max-width: 768px) {
    .centerMenu {
        display: inline-block;
        width: 100%;
    }

    .navbar-header {
        display: inline-block;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 14px;
        }
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 20px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #eee !important;
        display: block;
        transition: 0.3s;
        cursor: pointer;
    }

        .sidenav a:hover, .sidenav .active {
            background-color: var(--C_1) !important;
            color: var(--C_11) !important;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 30px;
        text-align: left;
        padding: 0 !important;
    }






.mobileHeadMenu {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: 0.3s;
    top: 0;
    right: 0;
    background-color: #f8f8f8;
    text-align: right;
    padding-right: 10px;
    height: 35px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 3px solid var(--C_1);
}


.mobileMenu {
    padding-right: 20px !important;
}

    .mobileMenu li {
        list-style: none;
        text-align: right;
        line-height: 30px;
    }

.BG {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1001;
    transition: 0.3s;
    background-color: rgba(0,0,0,0.5);
}

._Box_1 {
    transition: 0.3s !important;
}
/*#endregion */


