@charset "utf-8";
.xxlarge {
    font-weight: 700;
    padding: 14;
    font-size: 38px;
}

.xlarge {
    font-size: 34px;
    padding: 12;
    font-weight: 700;
}
.large {
    font-size: 28px;
    line-height: 1.2;
}
.medium {
    font-size: 24px;
    padding: 10;
}
.small {
    font-size: 22px;
    padding: 5;
}
.xsmall {
    font-size: 18px;
}
.xxsmall {
    font-size: 16px;
}
.font-bold {
    font-weight: 700;
    color: rgba(208,49,48,1.00);
}
.h1 {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
}
.xxlarge {
    font-weight: 700;
    padding: 20;
    font-size: 44px;
}

.xlarge {
    font-size: 38px;
    padding: 18;
    font-weight: 700;
}
.large {
    font-size: 28px;
    line-height: 1.2;
}
.medium {
    font-size: 24px;
    padding: 10;
}
.small {
    font-size: 22px;
    padding: 5;
}
.xsmall {
    font-size: 18px;
}
.xxsmall {
    font-size: 14px;
}
.txtorange {
    color: #FF7321;	
}