body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

.main {
    max-width: 1052px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 18px;
    background-color: #252525;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.top {
    max-width: 1052px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    color: #000;
}

.text-top {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
}

.text-top-bold{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.child {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.flex-column-top-button{
    width: 25%;
    display: flex;
	flex-direction: row;   
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.flex-column-top{
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.flex-column-1{
    width: 30%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.flex-column-2{ 
    width: 35%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.flex-column-3{
    width: 35%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}


.button-1{
    display: flex;
    font-size: 12px;
    width: fit-content;
    padding: 5px;
    line-height: 12px;
    background-color: rgba(166.00000530481339, 1.0000000591389835, 37.00000159442425, 1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    margin-right: 30px;
}

.line-top{
    height: 20px;
    background-color: #5C5C5C;
    width: 1px;
}

.line{
    height: 90px;
    background-color: #5C5C5C;
    width: 1px;
}
.line-h{
    height: 1px;
    background-color: #BDBDBD;
    width: 95%;
}

.line-big{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    background-color: #5C5C5C;
    width: 100%;
}

.main-title{
    margin-top: 10px;
}

.main-title-1{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
}
.main-title-2{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.col-2-title {
    font-size: 13px;
    line-height: 20px;
}
.col-2-number {
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
}
.col-2-sub {
    font-size: 12px;
    line-height: 20px;
}
.col-2-sub-number {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.flex-3-2{
    display: flex;
    flex: 3;
}

.flex-2-1{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 13px;    
    width: 95%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: stretch;
	align-content: stretch;
}

.flex-2-1 > div {
    flex: 1 1 auto;
}
.flex-3-2 > div {
    flex: 1 1 auto;
}

.flex-3-2{
    width: 95%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: stretch;
	align-content: stretch;
}

.div-full{
    width: 100%;
}

.a-left{
    text-align: left;
}
.a-right{
    text-align: right;
}

.font-14-20 {
    font-size: 14px;
    line-height: 20px;
}

.font-20-20 {
    font-size: 20px;
    line-height: 20px;
}
.font-bold {
    font-weight: bold;
}

.font-color-gray {
    color:#B0B0B0;
}
.text-upper{
    text-transform: uppercase;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 880px) {
    /* Styles */
    .main {
        max-width: 100%;
        padding-top: 18px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 18px;
        background-color: #252525;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }

    .top {
        max-width: 1052px;
        padding-top: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 10px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
        color: #000;
        border: #BDBDBD;
    }

    .text-top{
        width: 50%;
        margin-right: 0px;
    }

    .text-top-bold{
        width: 50%;
        text-align: right;
    }

    .flex-column-1 {
        width: 100%;
    }
    .flex-column-2 {
        width: 100%;
    }
    .flex-column-3 {
        width: 100%;
    }
    .line {
        width: 100%;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #BDBDBD;
    }

    .line-top{
        display: none;
    }

    .main-title-1 {
        text-align: center;
    }

    .main-title-2{
        text-align: center;
    }

    .flex-column-top-button {
        width: 100%;
        padding: 10px;

    }
    .flex-column-top {
        width: 100%;
        padding: 10px;
    }

    .line-h-top{
        height: 1px;
        background-color: #BDBDBD;
        width: 100%;
    }

    .child {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    
    .flex-column-top-button .text-top-bold {
        width: inherit;
    }
}