/* Minification failed. Returning unminified contents.
(827,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@media print {
    #MainContent * {
        display: none !important;
    }

    #printContainer, #printContainer * {
        display: revert !important;
        visibility: visible !important;
    }

        #printContainer table {
            width: 100% !important;
            border-collapse: collapse !important;
        }

        #printContainer td, #printContainer th {
            padding: 2px !important;
        }

    #printContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 9999;
    }
}

/* Watermark */
.tableWatermark {
    background-image: url('/Content/getwatermark?format=png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 50% auto;
}
/* fixed watermark overlay over whole page */
div.WatermarkOverlay {
    opacity: 0.1;
    background: url('/Content/getwatermark?format=svg_rot') 0 0 repeat;
    background-size: 340px 340px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
}

.graphWatermark {
    background-image: url('/Content/getwatermark?format=png');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 40%;
    background-size: 50% auto;
}

@media screen and (max-width: 480px){
    .tableWatermark {
        background-size: 85% auto;
    }
    .graphWatermark {
        background-size: 85% auto;
    }
} 

.waterMarkOverlay {
    z-index: 1000;
    pointer-events: none;
}

a:link, a:visited 
{
    color: #000000;
}

a.tickerItem
{
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
    text-align:left;
    padding-top: 0;
}

a.tickerItem:hover
{
    color:#231e48;/*#c02f1c;*/
    text-decoration:underline;
}

.container{
    max-width:1500px !important;
}

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.cross
{
    display: none;
}

/* Hide header and hamburger for larger screens */
 header
{
    display: none;
}

 /* Highlight links in Active Order*/
a.linkHighlight:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* Page Loading Spinner */
#pageLoaderContainer {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#pageLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    animation: rotate 1s linear infinite;
}

#pageLoader::before, #pageLoader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #231e48;
    animation: prixClipFix 2s linear infinite;
}

#pageLoader::after {
    border-color: #f29109;
    animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
    inset: 6px;
}

/* item loading spinner */
.itemLoaderContainer {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: 1000;
}

.itemLoader {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    animation: rotate 1s linear infinite;
}

.recentTradeLoader {
    margin-top: 30px;
    margin-bottom: 29px;
}

.displayBoardLoader {
    margin-top: 85px;
}

.itemLoader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #f29109;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0% {clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25% {clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50% {clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75% {clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)    }
}
/* Settings for smaller screen devices which will override previous styles */
@media screen and (max-width: 1023px)
{
    Div.content
    {
        width: 96%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        margin-left:auto;
        margin-right:auto;
    }

    Div.page
    {
        background: #ffffff;
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
}


/*Responsive tables*/
.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}
@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}

/* dropdown list on responsive mobile pages*/
@media(max-width:768px) {
    select {
    width: 12em;
	margin: 1px;
	border: solid 1px #cccccc;
    }
}

/* two columns above 768, one column below */
@media(max-width:768px) 
{
    .twoColTable {
        width: 100%;
        float: left;
    }
}

/* Scrollable table*/
.scrolltable-container {
    overflow-x: auto;
    position: relative;
}

    .scrolltable-container table {
        width: 100%;
    }

.sticky-left {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    padding-right: 10px;
    z-index: 100;
}

.sticky-right {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    right: 0;
    padding-left: 10px;
    z-index: 100;
}

/* Bootstrap ammendments */

/*** Main Settings ***/

/*** t2e Colors ***/
/* link */
.t2e-link {
    color: #231e48;
}
    /* CSS link color (red) */
    .t2e-link:hover {
        color: #f29109;
    }

.t2e-link-secondary {
    color: #f29109 !important;
}
    .t2e-link-secondary:hover {
        color: white !important;
    }
    .t2e-link-secondary:active {
        color: #f29109 !important;
    }
    .t2e-link-secondary:visited {
        color: #f29109 !important;
    }
/* Admin Service Sort - service logo */
.sort-image {
    object-fit: contain;
    max-height: 60px;
}

.sort-image:hover {
    cursor: grab;
}

/* Custom main menu scrollbar  */
/* Firefox */
.t2e-scrollable-menu {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}
/* Chrome, Edge, and Safari */
.t2e-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.t2e-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.t2e-scrollbar::-webkit-scrollbar-thumb {
    background-color: #f29109;
    border-radius: 2px;
}
/* Horizontal scrollbar for tables */
.t2e-scrollbar-table::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.t2e-scrollbar-table::-webkit-scrollbar-track {
    background: transparent;
}

.t2e-scrollbar-table::-webkit-scrollbar-thumb {
    background-color: #f29109;
    border-radius: 2px;
}


.t2e-text-main {
    color: rgba(35,30,72, 1.0);
}

.t2e-btn-join {
    /*background-color: #231e48;*/
    background-color: #f29100 !important;
    border-color: #f29100 !important;
    color: white !important;
    border-radius: 50px;
}

    .t2e-btn-join:focus {
        /*background-color: #231e48;*/
        background-color: #f29100 !important;
        border-color: #f29100 !important;
        color: black !important;
    }

    .t2e-btn-join:hover {
        /*background-color: #231e48;*/
        background-color: rgba(35,30,72, 1.0) !important;
        border-color: rgba(35,30,72, 1.0) !important;
        color: white !important;
    }

    .t2e-btn-join:active {
        /*background-color: #231e48;*/
        background-color: rgba(35,30,72, 1.0) !important;
        border-color: rgba(35,30,72, 1.0) !important;
        color: white !important;
    }

    .t2e-btn-join:visited {
        /*background-color: #231e48;*/
        background-color: #f29100 !important;
        border-color: #f29100 !important;
        color: white !important;
    }

/* Override bootstrap button design */
.btn-primary {
    /*background-color: #231e48;*/
    background-color: rgba(35,30,72, 1.0) !important;
    border-color: rgba(35,30,72, 1.0) !important;
    color: white !important;
}
    .btn-primary:focus {
        /*background-color: #231e48;*/
        background-color: rgba(35,30,72, 1.0) !important;
        border-color: rgba(35,30,72, 1.0) !important;
        color: white !important;
    }
    .btn-primary:hover {
        /*background-color: #231e48;*/
        background-color: #f29100 !important;
        border-color: #f29100 !important;
        color: black !important;
    }
    .btn-primary:active {
        /*background-color: #231e48;*/
        background-color: rgba(35,30,72, 1.0) !important;
        border-color: rgba(35,30,72, 1.0) !important;
        color: black !important;
    }
    .btn-primary:visited {
        /*background-color: #231e48;*/
        background-color: rgba(35,30,72, 1.0) !important;
        border-color: rgba(35,30,72, 1.0) !important;
        color: white !important;
    }

.btn-outline-primary {
    /*background-color: #231e48;*/
    background-color: white;
    border-color: rgba(35,30,72, 1.0);
    color: rgba(242,145,9, 1.0);
}
    .btn-outline-primary:focus {
        /*background-color: #231e48;*/
        /*background-color: rgba(242,145,9, 1.0);*/
        border-color: rgba(35,30,72, 1.0);
        /*color: rgba(35,30,72, 1.0);*/
    }
    .btn-outline-primary:active:focus {
        /*background-color: #231e48;*/
        background-color: rgba(242,145,9, 1.0);
        border-color: rgba(35,30,72, 1.0);
        color: rgba(35,30,72, 1.0);
    }

    .btn-outline-primary:hover {
        /*background-color: #231e48;*/
        background-color: rgba(242,145,9, 1.0);
        border-color: rgba(35,30,72, 1.0);
        color: rgba(35,30,72, 1.0);
    }

    .btn-outline-primary:active {
        /*background-color: #231e48;*/
        background-color: rgba(242,145,9, 1.0);
        border-color: rgba(242,145,9, 1.0);
        color: rgba(35,30,72, 1.0);
    }

    .btn-outline-primary:visited {
        /*background-color: #231e48;*/
        /*background-color: rgba(35,30,72, 1.0);*/
        border-color: rgba(35,30,72, 1.0);
        color: rgba(35,30,72, 1.0);
    }

/* */
.btn-warning {
    /*background-color: #231e48;*/
    background-color: #f29109;
    /*border-color: rgba(35,30,72, 1.0);*/
    color: black;
}
    .btn-warning:hover {
        /*background-color: #231e48;*/
        background-color: #db8d20;
        border-color: rgba(35,30,72, 1.0);
        color: rgba(35,30,72, 1.0);
    }
    .btn-warning:active {
        /*background-color: #231e48;*/
        /*background-color: rgba(242,145,9, 1.0);*/
        border-color: rgba(242,145,9, 1.0);
        color: rgba(35,30,72, 1.0);
    }

.form-select:focus {
    box-shadow: none; /* Remove shadow */
    border-color: #ccc; /* Optional: Set border color to blend in */
    outline: none; /* Remove outline */
}

/* Optional: Custom border color on focus */
.form-select:focus-visible {
    border-color: #f29100; /* Adjust color as desired */
}

form-select:focus {
    border-width: 2px;
    border-color: #f29100;
    box-shadow: 0 0 0px 0px #000000;
}

.form-control:focus {
    border-width: 2px;
    border-color: #f29100;
    box-shadow: 0 0 0px 0px #000000;
}

/* Buttons*/
.t2e-bgc-main {
    /*background-color: #231e48;*/
    background-color: rgba(35,30,72, 1.0);
    color: white;
}

.t2e-bgc-sec {
    /*background-color: #f29109;*/
    background-color: rgba(242,145,9, 1.0);
}

.t2e-header-text {
    background-color: rgba(35,30,72, 1.0);
    color: white;
    font-size: 18px;
    padding: 4px;
    border-radius: 4px 4px 0px 0px;
}

.t2e-header-text {
    color: white;
    font-size: 22px;
    padding: 4px;
}

.t2e-table-header {
    border-bottom: solid 2px rgba(242,145,9, 1.0);
    color: black;
    font-weight: bold;
    font-size: 18px;
    padding: 4px;
    padding: 0px;
}

.t2e-displayboard-settlement {
    font-size: 13px;
}

/* Custom CSS TODO*/
/* main menu desktop fixed with */
.fixed {
    min-width: 286px !important;
    max-width: 286px !important;
    width: 286px !important;
}

body {

    font-size: 0.95em;
    font-family: "Open Sans", sans-serif;
    background-image: url("/Images/background-transparent.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 64px;
    margin-top: 60px;
}

.navbar {
    z-index: 10000 !important;
    height: 60px !important;
}

.footer-gap {
    margin-bottom: 80px;
}

.hr-main-menu {
    margin-top: 0px;
    margin-bottom: 0px;
}

.toggle-white {
    color: white !important;
}

.t2e-main-bg {
    background-color: rgba(35,30,72, 1.0);
    color: white;
}

.t2e-nav-buttons {
    width: 98px;
    height: 54px;
    border-color: #f2910000;
    padding-bottom: 4px;
}

.t2e-nav-buttons-active {
    border-color: #f29100 !important;
    color: #f29100 !important;
}

.t2e-nav-item-active {
    border-color: #f29100 !important;
    border: 1px solid #f29109 !important;
}

.t2e-nav-line-height {
    line-height: 12px;
}


.t2e-main-bg-transparent {
    background-color: rgba(35,30,72, 0.95);
    color: white;
}

.t2e-nav-header {
    padding: 6px;
    border-radius: 4px;
}

.t2e-nav-icon-desktop {
    font-size: 30px;
}

/*.t2e-offcanvas {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 5px solid green;
}*/
.t2e-bg-milky-white {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(24px) !important;
}

.t2e-bg-milky-purple {
    background-color: rgba(35, 30, 72, 0.93) !important;
    backdrop-filter: blur(8px) !important;
}
/* enable transparent tables */
.table-transparent tr td, .table-transparent tr th {
    background-color: rgba(0,0,0,0.0) !important;
}

.table-sm tr td {
    padding-bottom: 1px;
    padding-top: 1px;
}

/* override bootstrap Nav items */
.nav-link {
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
}

    .nav-link:hover {
        background-color: #f2910033;
        color: black;
        border-radius: 4px;
    }

    .nav-link:active {
        background-color: #f2910033;
        color: black;
        border-radius: 4px;
    }
    .nav-link:focus {
        background-color: #f2910033;
        color: black;
        border-radius: 4px;
    }


/* Override bootstrap accordion */
.accordion-button {
    padding-top: 1px;
    padding-bottom: 0px;
}

.nav-username-text {
    line-height: 12px;
}

.footer-text {
    line-height: 16px;
}
#footer-mobile {
    height: 60px;
    z-index: 1100;
}

#footer-desktop {
    height: 60px;
    z-index: 1100;
}
/* Hide Desktop elements */
@media only screen and (max-width: 992px) {
    #footer-desktop {
        display: none;
    }

    #mainmenu-desktop {
        display: none;
    }

    #logo {
        display: none;
    }

    .nav-border-left {
        border-left: 1px solid #ffffff44;
    }
}

.nav-border-right {
    border-right: 1px solid #ffffff44;
}

.currentUserOrderColour {
    background-color: #FFFFA0 !important;
}

/* Hide mobile footer with mainmenu depending on screensize */
@media only screen and (min-width: 993px) {
    #footer-mobile {
        display: none !important;
    }
    #logo_mini {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .t2e-nav-buttons-text {
        font-size: 0.75em;
    }

    .t2e-nav-buttons {
        width: 72px;
    }
}

@media only screen and (max-width: 460px) {
    .nav-item-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 460px) {
    .nav-subitem-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    #nav-username-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) {
    .nav-subitem-username-hide {
        display: none !important;
    }
}

/* Recent trades Accordion */
.t2e-accordion-recent-trades:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.t2e-accordion-recent-trades:not(.collapsed) {
    background-color: white;
    color: black;
}
.t2e-accordion-action:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.t2e-accordion-action:not(.collapsed) {
    background-color: rgba(35,30,72, 1.0);
    color: white;
}
.t2e-accordion-action::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* CSS class for flash animation */
.t2e-flash-bg {
    animation: flash-bg 1s linear forwards;
    animation-iteration-count: 3;
    --bs-table-bg: transparent;
}

.t2e-flash {
    border: 2px solid;
    animation: flash 1s linear forwards;
}

.flash-color {
    background-color: #FFFFA0;
}


/* Keyframe animation to change border color */
@-webkit-keyframes flash {
    0% {
        border-color: rgba(242, 145, 9, 1.0);
    }

    2% {
        border-color: rgba(242, 145, 9, 1.0);
    }

    100% {
        border-color: transparent;
    }
}

@-webkit-keyframes flash-bg {
    0% {
        background-color: transparent; /* Flash color (e.g., yellow) */
    }

    50% {
        background-color: #FFFFA0;
    }


    100% {
        background-color: transparent; /* Flash color (e.g., yellow) */
    }
}

/* card hover for file download */
.t2e-card-hover:hover {
    background-color: #f2910033 !important;

}

.t2e-card-download-icon {
    background-color: #2c274f;
    color: white;
    border-radius: 4px 0px 0px 4px;
}

/* Logon page */
.t2e-header-large-logo {
    background-image: url("../../Images/t2e-logo-url.svg");
    background-size: contain;
}

.t2e-text-justify {
    text-align: justify;
}

.t2e-recent-trades-header {
    /*background: #f29100;*/
    border-bottom: solid #f29100 4px !important;
    padding-top: 15px !important;
    padding-bottom: 11px !important;
}

/* EXTEND BOOTSTRAP */
.py-05 {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}
.pt-05 {
    padding-top: 2px !important;
}
.pb-05 {
    padding-bottom: 2px !important;
}

.p-05 {
    padding: 2px !important;
}

.mb-025 {
    margin-bottom: 1px !important;
}
.me-05 {
    margin-bottom: 2px !important;
}
.btn-outline-secondary:hover {
    background-color: #f2910033;
    color:black;
}

.pagination > li > button {
    background-color: white;
    color: #5A4181;
}

    .pagination > li > button:focus,
    .pagination > li > button:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        box-shadow: none;
        color: white;
        background-color: rgba(35,30,72, 1);
        border-color: #ddd;
    }

.pagination > .active > button {
    color: white;
    background-color: rgba(35,30,72, 1);
    border: solid 1px #5A4181 !Important;
}

    .pagination > .active > button:hover {
        background-color: #f2910033 !Important;
        border: solid 1px #5A4181;
    }

/* Action Pane colors */
.text-orange {
    color: #CCA119 !important;
}

.text-red {
    color: red !important;
}




.btn-warning {
    /*background-color: #231e48;*/
    background-color: #f29109;
    /*border-color: rgba(35,30,72, 1.0);*/
    color: black;
}

    .btn-warning:hover {
        /*background-color: #231e48;*/
        background-color: #db8d20;
        border-color: rgba(35,30,72, 1.0);
        color: rgba(35,30,72, 1.0);
    }

    .btn-warning:active {
        /*background-color: #231e48;*/
        /*background-color: rgba(242,145,9, 1.0);*/
        border-color: rgba(242,145,9, 1.0);
        color: rgba(35,30,72, 1.0);
    }

.t2e-link-secondary {
    color: #f29109 !important;
}

    .t2e-link-secondary:hover {
        color: #f29109 !important;
    }

    .t2e-link-secondary:active {
        color: #f29109 !important;
    }

    .t2e-link-secondary:visited {
        color: #f29109 !important;
    }

Div.displayBoard {
    width: 100%;
    min-height: 235px;
}

.hiddenOrder {
    display: none;
    border-collapse: collapse;
}

.hiddenTrade {
    display: none;
    border-collapse: collapse;
}

.hiddenCurrentUserOptions {
    display: none;
    border-collapse: collapse;
}

Div#GraphFrame {
    height: 100%;
    min-height: 300px;
}

div#container {
    width: 100%;
    height: 100%;
}

iframe#TcnFrame {
    width: 100%;
    min-height: 600px;
    display: none;
}

/*
@media screen and (max-width: 1000px) {
    div.TradeSummary {
        margin: 5px 0px 5px 0px;
        text-align: right;
        width: 98%;
    }

    table.TradeTable {
        width: 100%;
    }

    Div.RecTradeSummary {
        margin: 5px 5px 0px 0px;
        width: 100%;
    }

    Table.RecTradeTable {
        width: 100%;
        font-size: 0.9em;
    }
}*/
/* Prevents print menu button to resize container if expanded */
.highcharts-container {
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Show dialog always on top of all other elements */
.ui-dialog {
    z-index: 9999 !important;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(/fonts/OpenSans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
