﻿@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("fonts/OpenSans-Italic.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/OpenSans-Light.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("fonts/OpenSans-LightItalic.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("fonts/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("fonts/OpenSans-SemiBoldItalic.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("fonts/OpenSans-ExtraBoldItalic.ttf");
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


table {
    width: 100%;
}

    table th {
        text-align: left;
    }

    table th, table td {
        padding: 2px 10px;
        border-right: 1px dashed black !important;
    }

    table.no-border {
        border: none;
    }

        table.no-border td, table.no-border th {
            border: none;
        }

    table.default-table-1 {
        margin-bottom: 20px;
        line-height: 18px;
        width: 100%;
        border-collapse: collapse;
        color: #19191b;
    }

        table.default-table-1 thead tr th {
            font-size: 14px;
            font-weight: 400;
            padding: 20px 20px 37px 20px;
            position: relative;
            text-align: left;
        }

            table.default-table-1 thead tr th::after {
                content: '';
                height: 21px;
                width: 100%;
                position: absolute;
                border-top: 1px solid #c4c4c4;
                left: 0;
                bottom: 0;
            }

        table.default-table-1 tbody tr:nth-child(odd) {
            background-color: #ffffff;
        }

        table.default-table-1 tbody tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        table.default-table-1 tbody tr td {
            padding: 20px;
            font-size: 16px;
        }

    table.default-table-2 {
        margin-bottom: 20px;
        line-height: 18px;
        width: 100%;
        border-collapse: collapse;
        color: #19191b;
    }

        table.default-table-2 thead tr th {
            font-size: 14px;
            font-weight: 400;
            padding: 20px 20px 37px 20px;
            position: relative;
            text-align: left;
            border-right: 1px solid #c4c4c4;
        }

            table.default-table-2 thead tr th:last-child {
                border: none;
            }

            table.default-table-2 thead tr th::after {
                content: '';
                height: 21px;
                width: 100%;
                position: absolute;
                border-top: 1px solid #c4c4c4;
                left: 0;
                bottom: 0;
            }

        table.default-table-2 tbody tr:nth-child(odd) {
            background-color: #ffffff;
        }

        table.default-table-2 tbody tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        table.default-table-2 tbody tr td {
            padding: 20px;
            font-size: 16px;
            border-right: 1px solid #c4c4c4;
        }

            table.default-table-2 tbody tr td:last-child {
                border: none;
            }

.table-responsive {
    width: 100%;
    display: block;
    overflow: auto;
}

    .table-responsive.es-w-50 {
        width: 50%;
    }


.perex {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.small-text {
    font-size: 0.875rem;
    color: #666666;
    display: block;
    margin-bottom: 16px;
}



.es-img.es-w-100 img {
    width: 100%;
}

.es-img.es-w-50 img {
    width: 50%;
}

.es-img.es-w-25 img {
    width: 25%;
}

.es-img.es-p-right {
    text-align: right;
}

.es-img.es-p-center {
    text-align: center;
}

.es-img.es-float {
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    padding-right: 30px;
}

    .es-img.es-float.es-w-50 {
        width: 50%;
    }

        .es-img.es-float.es-w-50 img {
            width: 100%;
        }

    .es-img.es-float.es-w-25 {
        width: 25%;
    }

        .es-img.es-float.es-w-25 img {
            width: 100%;
        }

    .es-img.es-float.es-p-right {
        float: right;
        padding-left: 30px;
        padding-right: 0px;
    }
/*== M ==*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .es-img.es-w-25 img {
        width: 50% !important;
    }

    .es-img.es-w-25.es-float {
        width: 50% !important;
    }

        .es-img.es-w-25.es-float img {
            width: 100% !important;
        }
}
/*== S ==*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .es-img.es-w-25 img {
        width: 50% !important;
    }

    .es-img.es-w-25.es-float {
        width: 50% !important;
    }

        .es-img.es-w-25.es-float img {
            width: 100% !important;
        }

    .es-img.es-w-50 img {
        width: 100% !important;
    }

    .es-img.es-w-50.es-float {
        width: 100% !important;
    }

        .es-img.es-w-50.es-float img {
            width: 100% !important;
        }
}
/*== XS ==*/
@media only screen and (max-width: 575px) {
    .es-img {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

        .es-img.es-w-50 img {
            width: 100% !important;
        }

        .es-img.es-w-50.es-float {
            width: 100%;
        }

        .es-img.es-w-25 img {
            width: 100% !important;
        }

        .es-img.es-w-25.es-float {
            width: 100%;
        }
}