﻿/*#region Main */
/*
@font-face {
    font-family: "F1";
    font-style: normal;
    font-weight: normal;
    src: local("‚ò∫"), url("Fonts/IRANSansLight.woff") format("woff"), url("Fonts/IRANSansLight.ttf") format("truetype");
}
*/

@font-face {
    font-family: "F1";
    font-style: normal;
    font-weight: normal;
    src:	
		local("‚ò∫"),
    	url("https://dorweb.ir/src/font/Dorweb.woff") format("woff"),
	url("https://dorweb.ir/src/font/Dorweb.otf") format("opentype");
}

body {
    background-color: #f2f2f2;
    font-family: "F1" !important;
    font-size: 8pt !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow-x: hidden;
}

    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: 10pt;
    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: 10pt;
        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: 10pt;
        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.75);
    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: 10pt;
        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: 10pt;
        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: 10pt;
    }


._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: 10pt !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: 10pt !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: 10pt !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;
    }




/* 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: 10pt;
        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: 10pt;
    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: 10pt !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: 10pt !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: 10pt !important;
}

.btn {
    font-family: F1 !important;
    font-size: 10pt !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;
}







.pz {
    padding: 0 !important;
}

.ptz {
    padding-top: 0 !important;
}

.pbz {
    padding-bottom: 0 !important;
}

.prz {
    padding-right: 0 !important;
}

.plz {
    padding-left: 0 !important;
}

.mbz {
    margin-bottom: 0 !important;
}

.mtz {
    margin-top: 0 !important;
}

.mrz {
    margin-right: 0 !important;
}

.mlz {
    margin-left: 0 !important;
}








.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;
    text-align:center;
}

.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 */


/*#region DwIcon */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('Icon/fontawesome-webfont.eot?v=4.7.0');
    src: url('Icon/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('Icon/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url("Icon/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("Icon/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("Icon/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-1_5x {
    font-size: 1.5em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-2_5x {
    font-size: 2.5em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-3_5x {
    font-size: 3.5em !important;
}

.fa-4x {
    font-size: 4em !important;
}

.fa-4_5x {
    font-size: 4.5em !important;
}

.fa-5x {
    font-size: 5em !important;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*#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: 60px;
    }

    .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;
}
























.OfferPercent {
    background-color: var(--C_4) !important;
    color: #fff;
    border-radius: 10px;
    padding: 2px 5px 0;
    letter-spacing: 0;
    margin-bottom: 3px;
    justify-content: center;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.OfferAbsoluteTopLeft {
    top: 10px;
    left: 10px;
    position: absolute;
}

.OfferAbsoluteTopRight {
    top: 3px;
    right: 9px;
    position: absolute;
}



.MainPage_OfferBox {
    background: url(/../IMG/a589912c.svg) 85% no-repeat;
    background-size: auto 100%;
    background-color: var(--C_3);
    padding: 35px 16px;
}

@media (max-width: 768px) {
    .MainPage_OfferBox {
        padding: 35px 10px !important;
    }

        .MainPage_OfferBox > .container {
            padding: 0 !important;
        }
}



/*#region MemberMenu */

.dropbtn {
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999999;
    right: -50%;
    top: 37px;
    border-radius: 10px;
    overflow: hidden;
}

    .dropdown-content a {
        color: black;
        padding: 9px 12px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: var(--C_1);
}

@media (max-width: 768px) {
    .dropdown-content {
        top: -170px !important;
        right: -60px !important;
    }
}

/*#endregion */


.AddFavorite, .DelFavorite {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 994;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    padding-top: 8px;
    border-color: var(--C_3);
    color: var(--C_1);
    background-color: transparent;
    cursor: pointer;
    z-index: 1041; /*بخاطر تداخل با دیالوگ بوتسترپ این عدد گذاشتم زیر 1040 نباشه*/
}
/*.AddFavorite:hover {
        background-color: var(--C_3);
        color:var(--C_11);
    }*/


.DelFavorite {
    background-color: var(--C_3);
    color: var(--C_11);
}
/*.DelFavorite:hover {
        background-color: transparent;
        border-color: var(--C_3);
        color: var(--C_1);
    }*/


.ShortLinkArea {
    width: calc(100% - 60px);
    padding: 6px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: none;
}

    .ShortLinkArea:focus {
        border: 1px solid green;
    }

/*#region Navigation */


.NavigationBox {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    border-bottom: 1px #e5e5e5 solid;
    background-color: var(--C_4);
    color: #fff !important;
}

    .NavigationBox span {
        margin: 0 3px;
        font-size: 18px;
    }

    .NavigationBox i, .NavigationBox span, .NavigationBox a {
        color: #fff !important;
    }

        .NavigationBox i:hover, .NavigationBox a:hover {
            color: var(--C_12) !important;
        }

    .NavigationBox .container {
        padding: 4px 0;
    }

    .NavigationBox #navigationListArea {
        padding-right: 30px;
        padding-left: 15px;
        overflow: auto;
    }
/*#endregion */


.PropItem {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 5px;
}

.del {
    display: block;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through;
}


.ProductGallery img:hover {
    cursor: zoom-in;
}

.MainImage {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.DelCompareItem {
    background-color: var(--C_3);
    padding: 5px;
    text-align: center;
    margin: 5px 5px -5px;
    position: relative;
}

    .DelCompareItem a {
        color: #fff !important;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        top: 0;
        margin-top: 5px;
    }


.CartIcon {
    position: relative !important;
}
 

    .CartIcon span {
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px 5px 0px;
        background-color: var(--C_11);
        border: 1px solid #000;
        border-radius: 4px;
        font-size: 11px;
        font-family: F1;
        color: #000;
    }



.ImgCenter {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

body {
    overflow-x: hidden;
}


.AgreementArea {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 99999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .AgreementArea > div {
        line-height: 40px;
        text-align: center;
        background-color: rgba(255,255,255,1);
        margin: auto;
        margin-top: 100px;
        width: 50%;
        border: 2px solid #000000;
        border-radius: 8px;
        padding: 10px;
        color: #000000;
    }

@media (max-width: 768px) {
    .AgreementArea > div {
        width: 90%;
    }
}


.lazy {
    /* optional way, set loading as background */
    background-image: url('/../IMG/loading3.GIF');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.color-picker.no-alpha .color-picker\:a {
    display: none;
}


.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 50px;
    right: -50px;
    z-index: 1;
}

    .dropup-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropup-content a:hover {
            background-color: #ccc
        }

.dropup:hover .dropup-content {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #2980B9;
}


.ProductItemSearchHead {
    border-bottom: 1px solid #eee;
    color: #2C4167;
    margin-bottom: 10px;
    padding: 5px;
    direction: rtl;
}


    .ProductItemSearchHead label {
        font-size: 10pt;
        font-weight: bold;
    }

.SearchedItem {
    border: 1px solid #bbb;
    display: inline-block;
    padding: 8px;
    margin: 5px;
    border-radius: 15px;
}




#Form .form-control {
    margin-bottom: 5px;
    border-radius: 3px !important;
}

.UC_Form_Head {
    text-align: left;
    width: 150px;
    padding-left: 10px;
}




.UC_Gallery_Slide_Tip2swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.UC_Gallery_Slide_Tip2swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}





.showAllSpecial {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 50px;
    right: 15%;
}

    .showAllSpecial span {
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 8px;
        color: #fff;
        cursor: pointer;
    }





.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: 10pt;
    }


._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;
}



.Price {
    color: var(--C_2);
    font-size: 16px;
    font-weight: bold;
}


.PriceFont {
    font-size: 16px;
    font-weight: bold;
}

.PriceDel {
    font-size: 14px;
    font-weight: normal;
    color: #acacac;
    text-decoration: line-through;
}

