@media (min-width: 1140px) {
html {
font-size: 100%;
}
}
@media (min-width: 1200px) {
html {
font-size: 110%;
}
}
@media (min-width: 1440px) {
html {
font-size: 130%;
}
}
@media (min-width: 1920px) {
html {
font-size: 150%;
}
}
.text-highlight, mark {
font-style: normal;
border-radius: 0;
color: #161616 !important;
background-image: linear-gradient(-100deg, #ffba21, #fb2 100%, #ffba21);
}
.hideImg {
position: absolute;
top: -9999px;
left: -9999px;
}
@media (min-width: 0px) {
.d-flex-xs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-xs {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-xs {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-xs {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-xs {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-xs {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-xs {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-xs {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-xs {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-xs {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-xs {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-xs {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-xs {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-xs {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-xs {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-xs {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-xs {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-xs {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-xs {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-xs {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-xs {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-xs {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-xs {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-xs {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-xs {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-xs {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-xs {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-xs {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-xs {
margin-left: auto;
}
.flex-mr-auto-xs {
margin-right: auto;
}
.flex-mt-auto-xs {
margin-top: auto;
}
.flex-mb-auto-xs {
margin-bottom: auto;
}
}
@media (min-width: 768px) {
.d-flex-sm {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-sm {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-sm {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-sm {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-sm {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-sm {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-sm {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-sm {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-sm {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-sm {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-sm {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-sm {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-sm {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-sm {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-sm {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-sm {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-sm {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-sm {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-sm {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-sm {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-sm {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-sm {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-sm {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-sm {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-sm {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-sm {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-sm {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-sm {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-sm {
margin-left: auto;
}
.flex-mr-auto-sm {
margin-right: auto;
}
.flex-mt-auto-sm {
margin-top: auto;
}
.flex-mb-auto-sm {
margin-bottom: auto;
}
}
@media (min-width: 1024px) {
.d-flex-md {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-md {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-md {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-md {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-md {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-md {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-md {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-md {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-md {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-md {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-md {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-md {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-md {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-md {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-md {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-md {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-md {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-md {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-md {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-md {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-md {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-md {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-md {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-md {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-md {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-md {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-md {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-md {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-md {
margin-left: auto;
}
.flex-mr-auto-md {
margin-right: auto;
}
.flex-mt-auto-md {
margin-top: auto;
}
.flex-mb-auto-md {
margin-bottom: auto;
}
}
@media (min-width: 1279px) {
.d-flex-lg {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-lg {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-lg {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-lg {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-lg {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-lg {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-lg {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-lg {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-lg {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-lg {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-lg {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-lg {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-lg {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-lg {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-lg {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-lg {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-lg {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-lg {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-lg {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-lg {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-lg {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-lg {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-lg {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-lg {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-lg {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-lg {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-lg {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-lg {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-lg {
margin-left: auto;
}
.flex-mr-auto-lg {
margin-right: auto;
}
.flex-mt-auto-lg {
margin-top: auto;
}
.flex-mb-auto-lg {
margin-bottom: auto;
}
}
@media (min-width: 1366px) {
.d-flex-xl {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-xl {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-xl {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-xl {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-xl {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-xl {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-xl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-xl {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-xl {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-xl {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-xl {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-xl {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-xl {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-xl {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-xl {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-xl {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-xl {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-xl {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-xl {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-xl {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-xl {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-xl {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-xl {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-xl {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-xl {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-xl {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-xl {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-xl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-xl {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-xl {
margin-left: auto;
}
.flex-mr-auto-xl {
margin-right: auto;
}
.flex-mt-auto-xl {
margin-top: auto;
}
.flex-mb-auto-xl {
margin-bottom: auto;
}
}
.d-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto {
margin-left: auto;
}
.flex-mr-auto {
margin-right: auto;
}
.flex-mt-auto {
margin-top: auto;
}
.flex-mb-auto {
margin-bottom: auto;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
@media (min-width: 0px) {
.hidden-xs {
display: none;
}
.opacity-0-xs {
opacity: 0;
}
}
@media (min-width: 768px) {
.hidden-sm {
display: none;
}
.opacity-0-sm {
opacity: 0;
}
}
@media (min-width: 1024px) {
.hidden-md {
display: none;
}
.opacity-0-md {
opacity: 0;
}
}
@media (min-width: 1279px) {
.hidden-lg {
display: none;
}
.opacity-0-lg {
opacity: 0;
}
}
@media (min-width: 1366px) {
.hidden-xl {
display: none;
}
.opacity-0-xl {
opacity: 0;
}
}
.pt-1-1 {
padding-top: 100%;
}
.pt-1-2 {
padding-top: 200%;
}
.pt-1-3 {
padding-top: 300%;
}
.pt-16-9 {
padding-top: 56%;
}
.overflowHidden {
overflow: hidden;
}
.br-100 {
border-radius: 100%;
overflow: hidden;
}
.br-20 {
border-radius: 20px;
overflow: hidden;
}
.br-10 {
border-radius: 10px;
overflow: hidden;
}
.br-5 {
border-radius: 5px;
overflow: hidden;
}
.ta-c {
text-align: center;
}
.ta-l {
text-align: left;
}
.ta-r {
text-align: right;
}
.w-100 {
width: 100%;
}
.w-75 {
width: 75%;
}
.w-50 {
width: 50%;
}
.w-25 {
width: 25%;
}
.w-auto {
width: auto;
}
.h-100 {
height: 100%;
}
.h-75 {
height: 75%;
}
.h-50 {
height: 50%;
}
.h-25 {
height: 25%;
}
.h-auto {
height: auto;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.top {
top: 0;
}
.right {
right: 0;
}
.bottom {
bottom: 0;
}
.left {
left: 0;
}
.m-0 {
margin: 0px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.mt-0 {
margin-top: 0px;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mr-0 {
margin-right: 0px;
}
.mr-10 {
margin-right: 10px;
}
.mr-20 {
margin-right: 20px;
}
.mr-30 {
margin-right: 30px;
}
.mr-40 {
margin-right: 40px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.ml-0 {
margin-left: 0px;
}
.ml-10 {
margin-left: 10px;
}
.ml-20 {
margin-left: 20px;
}
.ml-30 {
margin-left: 30px;
}
.ml-40 {
margin-left: 40px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.p-0 {
padding: 0px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.pt-0 {
padding-top: 0px;
}
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pr-0 {
padding-right: 0px;
}
.pr-10 {
padding-right: 10px;
}
.pr-20 {
padding-right: 20px;
}
.pr-30 {
padding-right: 30px;
}
.pr-40 {
padding-right: 40px;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-40 {
padding-bottom: 40px;
}
.pl-0 {
padding-left: 0px;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 30px;
}
.pl-40 {
padding-left: 40px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
@media (min-width: 0px) {
.m-0-xs {
margin: 0px;
}
.m-10-xs {
margin: 10px;
}
.m-20-xs {
margin: 20px;
}
.m-30-xs {
margin: 30px;
}
.m-40-xs {
margin: 40px;
}
.mt-0-xs {
margin-top: 0px;
}
.mt-10-xs {
margin-top: 10px;
}
.mt-20-xs {
margin-top: 20px;
}
.mt-30-xs {
margin-top: 30px;
}
.mt-40-xs {
margin-top: 40px;
}
.mr-0-xs {
margin-right: 0px;
}
.mr-10-xs {
margin-right: 10px;
}
.mr-20-xs {
margin-right: 20px;
}
.mr-30-xs {
margin-right: 30px;
}
.mr-40-xs {
margin-right: 40px;
}
.mb-0-xs {
margin-bottom: 0px;
}
.mb-10-xs {
margin-bottom: 10px;
}
.mb-20-xs {
margin-bottom: 20px;
}
.mb-30-xs {
margin-bottom: 30px;
}
.mb-40-xs {
margin-bottom: 40px;
}
.ml-0-xs {
margin-left: 0px;
}
.ml-10-xs {
margin-left: 10px;
}
.ml-20-xs {
margin-left: 20px;
}
.ml-30-xs {
margin-left: 30px;
}
.ml-40-xs {
margin-left: 40px;
}
.m-xs-10 {
margin: 10px;
}
.m-xs-20 {
margin: 20px;
}
.m-xs-30 {
margin: 30px;
}
.m-xs-40 {
margin: 40px;
}
.p-0-xs {
padding: 0px;
}
.p-10-xs {
padding: 10px;
}
.p-20-xs {
padding: 20px;
}
.p-30-xs {
padding: 30px;
}
.p-40-xs {
padding: 40px;
}
.pt-0-xs {
padding-top: 0px;
}
.pt-10-xs {
padding-top: 10px;
}
.pt-20-xs {
padding-top: 20px;
}
.pt-30-xs {
padding-top: 30px;
}
.pt-40-xs {
padding-top: 40px;
}
.pr-0-xs {
padding-right: 0px;
}
.pr-10-xs {
padding-right: 10px;
}
.pr-20-xs {
padding-right: 20px;
}
.pr-30-xs {
padding-right: 30px;
}
.pr-40-xs {
padding-right: 40px;
}
.pb-0-xs {
padding-bottom: 0px;
}
.pb-10-xs {
padding-bottom: 10px;
}
.pb-20-xs {
padding-bottom: 20px;
}
.pb-30-xs {
padding-bottom: 30px;
}
.pb-40-xs {
padding-bottom: 40px;
}
.pl-0-xs {
padding-left: 0px;
}
.pl-10-xs {
padding-left: 10px;
}
.pl-20-xs {
padding-left: 20px;
}
.pl-30-xs {
padding-left: 30px;
}
.pl-40-xs {
padding-left: 40px;
}
.p-xs-10 {
padding: 10px;
}
.p-xs-20 {
padding: 20px;
}
.p-xs-30 {
padding: 30px;
}
.p-xs-40 {
padding: 40px;
}
.opacity-0-xs {
opacity: 0;
}
.opacity-25-xs {
opacity: 0.25;
}
.opacity-50-xs {
opacity: 0.5;
}
.opacity-75-xs {
opacity: 0.75;
}
.opacity-100-xs {
opacity: 1;
}
.absolute-xs {
position: absolute;
}
.relative-xs {
position: relative;
}
.top-xs {
top: 0;
}
.right-xs {
right: 0;
}
.bottom-xs {
bottom: 0;
}
.left-xs {
left: 0;
}
}
@media (min-width: 768px) {
.m-0-sm {
margin: 0px;
}
.m-10-sm {
margin: 10px;
}
.m-20-sm {
margin: 20px;
}
.m-30-sm {
margin: 30px;
}
.m-40-sm {
margin: 40px;
}
.mt-0-sm {
margin-top: 0px;
}
.mt-10-sm {
margin-top: 10px;
}
.mt-20-sm {
margin-top: 20px;
}
.mt-30-sm {
margin-top: 30px;
}
.mt-40-sm {
margin-top: 40px;
}
.mr-0-sm {
margin-right: 0px;
}
.mr-10-sm {
margin-right: 10px;
}
.mr-20-sm {
margin-right: 20px;
}
.mr-30-sm {
margin-right: 30px;
}
.mr-40-sm {
margin-right: 40px;
}
.mb-0-sm {
margin-bottom: 0px;
}
.mb-10-sm {
margin-bottom: 10px;
}
.mb-20-sm {
margin-bottom: 20px;
}
.mb-30-sm {
margin-bottom: 30px;
}
.mb-40-sm {
margin-bottom: 40px;
}
.ml-0-sm {
margin-left: 0px;
}
.ml-10-sm {
margin-left: 10px;
}
.ml-20-sm {
margin-left: 20px;
}
.ml-30-sm {
margin-left: 30px;
}
.ml-40-sm {
margin-left: 40px;
}
.m-sm-10 {
margin: 10px;
}
.m-sm-20 {
margin: 20px;
}
.m-sm-30 {
margin: 30px;
}
.m-sm-40 {
margin: 40px;
}
.p-0-sm {
padding: 0px;
}
.p-10-sm {
padding: 10px;
}
.p-20-sm {
padding: 20px;
}
.p-30-sm {
padding: 30px;
}
.p-40-sm {
padding: 40px;
}
.pt-0-sm {
padding-top: 0px;
}
.pt-10-sm {
padding-top: 10px;
}
.pt-20-sm {
padding-top: 20px;
}
.pt-30-sm {
padding-top: 30px;
}
.pt-40-sm {
padding-top: 40px;
}
.pr-0-sm {
padding-right: 0px;
}
.pr-10-sm {
padding-right: 10px;
}
.pr-20-sm {
padding-right: 20px;
}
.pr-30-sm {
padding-right: 30px;
}
.pr-40-sm {
padding-right: 40px;
}
.pb-0-sm {
padding-bottom: 0px;
}
.pb-10-sm {
padding-bottom: 10px;
}
.pb-20-sm {
padding-bottom: 20px;
}
.pb-30-sm {
padding-bottom: 30px;
}
.pb-40-sm {
padding-bottom: 40px;
}
.pl-0-sm {
padding-left: 0px;
}
.pl-10-sm {
padding-left: 10px;
}
.pl-20-sm {
padding-left: 20px;
}
.pl-30-sm {
padding-left: 30px;
}
.pl-40-sm {
padding-left: 40px;
}
.p-sm-10 {
padding: 10px;
}
.p-sm-20 {
padding: 20px;
}
.p-sm-30 {
padding: 30px;
}
.p-sm-40 {
padding: 40px;
}
.opacity-0-sm {
opacity: 0;
}
.opacity-25-sm {
opacity: 0.25;
}
.opacity-50-sm {
opacity: 0.5;
}
.opacity-75-sm {
opacity: 0.75;
}
.opacity-100-sm {
opacity: 1;
}
.absolute-sm {
position: absolute;
}
.relative-sm {
position: relative;
}
.top-sm {
top: 0;
}
.right-sm {
right: 0;
}
.bottom-sm {
bottom: 0;
}
.left-sm {
left: 0;
}
}
@media (min-width: 1024px) {
.m-0-md {
margin: 0px;
}
.m-10-md {
margin: 10px;
}
.m-20-md {
margin: 20px;
}
.m-30-md {
margin: 30px;
}
.m-40-md {
margin: 40px;
}
.mt-0-md {
margin-top: 0px;
}
.mt-10-md {
margin-top: 10px;
}
.mt-20-md {
margin-top: 20px;
}
.mt-30-md {
margin-top: 30px;
}
.mt-40-md {
margin-top: 40px;
}
.mr-0-md {
margin-right: 0px;
}
.mr-10-md {
margin-right: 10px;
}
.mr-20-md {
margin-right: 20px;
}
.mr-30-md {
margin-right: 30px;
}
.mr-40-md {
margin-right: 40px;
}
.mb-0-md {
margin-bottom: 0px;
}
.mb-10-md {
margin-bottom: 10px;
}
.mb-20-md {
margin-bottom: 20px;
}
.mb-30-md {
margin-bottom: 30px;
}
.mb-40-md {
margin-bottom: 40px;
}
.ml-0-md {
margin-left: 0px;
}
.ml-10-md {
margin-left: 10px;
}
.ml-20-md {
margin-left: 20px;
}
.ml-30-md {
margin-left: 30px;
}
.ml-40-md {
margin-left: 40px;
}
.m-md-10 {
margin: 10px;
}
.m-md-20 {
margin: 20px;
}
.m-md-30 {
margin: 30px;
}
.m-md-40 {
margin: 40px;
}
.p-0-md {
padding: 0px;
}
.p-10-md {
padding: 10px;
}
.p-20-md {
padding: 20px;
}
.p-30-md {
padding: 30px;
}
.p-40-md {
padding: 40px;
}
.pt-0-md {
padding-top: 0px;
}
.pt-10-md {
padding-top: 10px;
}
.pt-20-md {
padding-top: 20px;
}
.pt-30-md {
padding-top: 30px;
}
.pt-40-md {
padding-top: 40px;
}
.pr-0-md {
padding-right: 0px;
}
.pr-10-md {
padding-right: 10px;
}
.pr-20-md {
padding-right: 20px;
}
.pr-30-md {
padding-right: 30px;
}
.pr-40-md {
padding-right: 40px;
}
.pb-0-md {
padding-bottom: 0px;
}
.pb-10-md {
padding-bottom: 10px;
}
.pb-20-md {
padding-bottom: 20px;
}
.pb-30-md {
padding-bottom: 30px;
}
.pb-40-md {
padding-bottom: 40px;
}
.pl-0-md {
padding-left: 0px;
}
.pl-10-md {
padding-left: 10px;
}
.pl-20-md {
padding-left: 20px;
}
.pl-30-md {
padding-left: 30px;
}
.pl-40-md {
padding-left: 40px;
}
.p-md-10 {
padding: 10px;
}
.p-md-20 {
padding: 20px;
}
.p-md-30 {
padding: 30px;
}
.p-md-40 {
padding: 40px;
}
.opacity-0-md {
opacity: 0;
}
.opacity-25-md {
opacity: 0.25;
}
.opacity-50-md {
opacity: 0.5;
}
.opacity-75-md {
opacity: 0.75;
}
.opacity-100-md {
opacity: 1;
}
.absolute-md {
position: absolute;
}
.relative-md {
position: relative;
}
.top-md {
top: 0;
}
.right-md {
right: 0;
}
.bottom-md {
bottom: 0;
}
.left-md {
left: 0;
}
}
@media (min-width: 1279px) {
.m-0-lg {
margin: 0px;
}
.m-10-lg {
margin: 10px;
}
.m-20-lg {
margin: 20px;
}
.m-30-lg {
margin: 30px;
}
.m-40-lg {
margin: 40px;
}
.mt-0-lg {
margin-top: 0px;
}
.mt-10-lg {
margin-top: 10px;
}
.mt-20-lg {
margin-top: 20px;
}
.mt-30-lg {
margin-top: 30px;
}
.mt-40-lg {
margin-top: 40px;
}
.mr-0-lg {
margin-right: 0px;
}
.mr-10-lg {
margin-right: 10px;
}
.mr-20-lg {
margin-right: 20px;
}
.mr-30-lg {
margin-right: 30px;
}
.mr-40-lg {
margin-right: 40px;
}
.mb-0-lg {
margin-bottom: 0px;
}
.mb-10-lg {
margin-bottom: 10px;
}
.mb-20-lg {
margin-bottom: 20px;
}
.mb-30-lg {
margin-bottom: 30px;
}
.mb-40-lg {
margin-bottom: 40px;
}
.ml-0-lg {
margin-left: 0px;
}
.ml-10-lg {
margin-left: 10px;
}
.ml-20-lg {
margin-left: 20px;
}
.ml-30-lg {
margin-left: 30px;
}
.ml-40-lg {
margin-left: 40px;
}
.m-lg-10 {
margin: 10px;
}
.m-lg-20 {
margin: 20px;
}
.m-lg-30 {
margin: 30px;
}
.m-lg-40 {
margin: 40px;
}
.p-0-lg {
padding: 0px;
}
.p-10-lg {
padding: 10px;
}
.p-20-lg {
padding: 20px;
}
.p-30-lg {
padding: 30px;
}
.p-40-lg {
padding: 40px;
}
.pt-0-lg {
padding-top: 0px;
}
.pt-10-lg {
padding-top: 10px;
}
.pt-20-lg {
padding-top: 20px;
}
.pt-30-lg {
padding-top: 30px;
}
.pt-40-lg {
padding-top: 40px;
}
.pr-0-lg {
padding-right: 0px;
}
.pr-10-lg {
padding-right: 10px;
}
.pr-20-lg {
padding-right: 20px;
}
.pr-30-lg {
padding-right: 30px;
}
.pr-40-lg {
padding-right: 40px;
}
.pb-0-lg {
padding-bottom: 0px;
}
.pb-10-lg {
padding-bottom: 10px;
}
.pb-20-lg {
padding-bottom: 20px;
}
.pb-30-lg {
padding-bottom: 30px;
}
.pb-40-lg {
padding-bottom: 40px;
}
.pl-0-lg {
padding-left: 0px;
}
.pl-10-lg {
padding-left: 10px;
}
.pl-20-lg {
padding-left: 20px;
}
.pl-30-lg {
padding-left: 30px;
}
.pl-40-lg {
padding-left: 40px;
}
.p-lg-10 {
padding: 10px;
}
.p-lg-20 {
padding: 20px;
}
.p-lg-30 {
padding: 30px;
}
.p-lg-40 {
padding: 40px;
}
.opacity-0-lg {
opacity: 0;
}
.opacity-25-lg {
opacity: 0.25;
}
.opacity-50-lg {
opacity: 0.5;
}
.opacity-75-lg {
opacity: 0.75;
}
.opacity-100-lg {
opacity: 1;
}
.absolute-lg {
position: absolute;
}
.relative-lg {
position: relative;
}
.top-lg {
top: 0;
}
.right-lg {
right: 0;
}
.bottom-lg {
bottom: 0;
}
.left-lg {
left: 0;
}
}
@media (min-width: 1366px) {
.m-0-xl {
margin: 0px;
}
.m-10-xl {
margin: 10px;
}
.m-20-xl {
margin: 20px;
}
.m-30-xl {
margin: 30px;
}
.m-40-xl {
margin: 40px;
}
.mt-0-xl {
margin-top: 0px;
}
.mt-10-xl {
margin-top: 10px;
}
.mt-20-xl {
margin-top: 20px;
}
.mt-30-xl {
margin-top: 30px;
}
.mt-40-xl {
margin-top: 40px;
}
.mr-0-xl {
margin-right: 0px;
}
.mr-10-xl {
margin-right: 10px;
}
.mr-20-xl {
margin-right: 20px;
}
.mr-30-xl {
margin-right: 30px;
}
.mr-40-xl {
margin-right: 40px;
}
.mb-0-xl {
margin-bottom: 0px;
}
.mb-10-xl {
margin-bottom: 10px;
}
.mb-20-xl {
margin-bottom: 20px;
}
.mb-30-xl {
margin-bottom: 30px;
}
.mb-40-xl {
margin-bottom: 40px;
}
.ml-0-xl {
margin-left: 0px;
}
.ml-10-xl {
margin-left: 10px;
}
.ml-20-xl {
margin-left: 20px;
}
.ml-30-xl {
margin-left: 30px;
}
.ml-40-xl {
margin-left: 40px;
}
.m-xl-10 {
margin: 10px;
}
.m-xl-20 {
margin: 20px;
}
.m-xl-30 {
margin: 30px;
}
.m-xl-40 {
margin: 40px;
}
.p-0-xl {
padding: 0px;
}
.p-10-xl {
padding: 10px;
}
.p-20-xl {
padding: 20px;
}
.p-30-xl {
padding: 30px;
}
.p-40-xl {
padding: 40px;
}
.pt-0-xl {
padding-top: 0px;
}
.pt-10-xl {
padding-top: 10px;
}
.pt-20-xl {
padding-top: 20px;
}
.pt-30-xl {
padding-top: 30px;
}
.pt-40-xl {
padding-top: 40px;
}
.pr-0-xl {
padding-right: 0px;
}
.pr-10-xl {
padding-right: 10px;
}
.pr-20-xl {
padding-right: 20px;
}
.pr-30-xl {
padding-right: 30px;
}
.pr-40-xl {
padding-right: 40px;
}
.pb-0-xl {
padding-bottom: 0px;
}
.pb-10-xl {
padding-bottom: 10px;
}
.pb-20-xl {
padding-bottom: 20px;
}
.pb-30-xl {
padding-bottom: 30px;
}
.pb-40-xl {
padding-bottom: 40px;
}
.pl-0-xl {
padding-left: 0px;
}
.pl-10-xl {
padding-left: 10px;
}
.pl-20-xl {
padding-left: 20px;
}
.pl-30-xl {
padding-left: 30px;
}
.pl-40-xl {
padding-left: 40px;
}
.p-xl-10 {
padding: 10px;
}
.p-xl-20 {
padding: 20px;
}
.p-xl-30 {
padding: 30px;
}
.p-xl-40 {
padding: 40px;
}
.opacity-0-xl {
opacity: 0;
}
.opacity-25-xl {
opacity: 0.25;
}
.opacity-50-xl {
opacity: 0.5;
}
.opacity-75-xl {
opacity: 0.75;
}
.opacity-100-xl {
opacity: 1;
}
.absolute-xl {
position: absolute;
}
.relative-xl {
position: relative;
}
.top-xl {
top: 0;
}
.right-xl {
right: 0;
}
.bottom-xl {
bottom: 0;
}
.left-xl {
left: 0;
}
}
.mp-0 .row {
margin: 0px;
}
.mp-0 .row [class*="column"] {
padding: 0px;
}@media (min-width: 1140px) {
html {
font-size: 100%;
}
}
@media (min-width: 1200px) {
html {
font-size: 110%;
}
}
@media (min-width: 1440px) {
html {
font-size: 130%;
}
}
@media (min-width: 1920px) {
html {
font-size: 150%;
}
}
.text-highlight, mark {
font-style: normal;
border-radius: 0;
color: #161616 !important;
background-image: linear-gradient(-100deg, #ffba21, #fb2 100%, #ffba21);
}
.hideImg {
position: absolute;
top: -9999px;
left: -9999px;
}
@media (max-width: 991px) {
.home-service-boxes .uabb-infobox-content {
position: relative;
padding-left: 100px;
}
.home-service-boxes .uabb-infobox-content .uabb-imgicon-wrap {
position: absolute;
left: 0;
top: 0;
width: 70px;
}
}
.gfield_checkbox {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.gfield_checkbox > div {
width: auto;
margin-right: 10px;
}
.gfield-choice-input {
display: none;
}
input[type=text] placeholder {
font-weight: 600;
}
input[type=text]:focus {
color: white;
}
input[type=email] placeholder {
font-weight: 600;
}
input[type=email]:focus {
color: white;
}
.gfield input[type=file] {
font-size: 12px;
font-weight: 700;
}
.gfield input[type=file]::-webkit-file-upload-button {
background: var(--ast-global-color-0);
border: 2px solid var(--ast-global-color-0);
border-radius: 30px;
color: var(--ast-global-color-1);
font-weight: 700;
cursor: pointer;
font-size: 12px;
outline: none;
padding: 10px 25px;
text-transform: uppercase;
transition: all 1s ease;
}
.gform_wrapper .gform_validation_errors {
background: var(--ast-global-color-0);
border: none;
border-radius: 10px;
box-shadow: none;
margin-bottom: 8px;
margin-top: 8px;
padding: 30px 50px;
position: relative;
width: 100%;
}
.gform_wrapper .gform_validation_errors > h2 {
text-align: center;
font-size: 18px;
font-weight: 700;
line-height: 1.45;
margin: 0 0 12px;
color: var(--ast-global-color-1) !important;
border-color: transparent !important;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
display: none;
}
input[type=checkbox].gfield-choice-input + label {
display: inline-block;
margin: 5px;
color: #080651 !important;
position: relative;
border-radius: 40px;
padding: 8px 16px;
max-width: 220px;
background-color: #fdfaed;
cursor: pointer;
text-align: center;
font-weight: 800;
font-size: 12px;
text-transform: uppercase; -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
border: solid 2px rgba(255, 255, 255, 0.4);
}
input[type=checkbox].gfield-choice-input + label:hover {
background-color: #e3a418;
color: var(--ast-global-color-1) !important;
}
input[type=checkbox].gfield-choice-input:checked + label {
background-color: var(--ast-global-color-1) !important;
border-color: var(--ast-global-color-2);
color: var(--ast-global-color-0) !important;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.gform_wrapper .gform_fileupload_rules {
font-size: 12px !important;
padding-top: 0 !important;
font-weight: 700;
opacity: 0.5;
}
.gform_wrapper .gfield_required .gfield_required_custom {
display: none;
}
.gform_wrapper .gfield_required .gfield_required_text {
display: none;
}
.gfield input[type=file]::-webkit-file-upload-button:hover {
background: #fff;
border: 2px solid #ffffff;
}
.gfield-choice-input {
display: none !important;
}
.validation_message, .gform_required_legend {
display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper div.gfield.gfield_error, .gform_wrapper div.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
background: none;
border-top: none;
border-bottom: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
background-color: #0A0850;
color: #fff;
font-weight: 800;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
background: #db5400;
border: none;
color: #FDFAED;
border-radius: 5px;
box-shadow: none;
margin-bottom: 8px;
margin-top: 8px;
padding: 30px;
position: relative;
width: 100%;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
background: #e6ad3b;
margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
color: #FDFAED;
text-align: center;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
max-width: 100% !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
color: #aa853b;
font-size: 18px;
font-weight: 700;
margin: 20px 0;
}
.gform_wrapper.gravity-theme .gfield_description {
font-weight: normal;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description:not(.gform_fileupload_rules), .gform_wrapper.gravity-theme .gsection_description:not(.gform_fileupload_rules), .gform_wrapper.gravity-theme .instruction {
font-size: 0.85rem !important;
letter-spacing: normal;
line-height: 1.25 !important;
padding-top: 14px;
width: 100%;
}
.gform_wrapper .top_label .gfield_label {
line-height: 1;
}
.form-intros p.intro {
font-weight: normal;
}
.form-intros .i {
padding-right: 20px;
width: 100px;
flex: none;
}
.gform_wrapper.gravity-theme .gform_drop_area {
background: rgba(0, 0, 0, 0.05) !important;
border: 1px dashed #0a0850 !important;
border-radius: 10px !important;
}
.gform_button_select_files {
color: var(--ast-global-color-0);
border-color: var(--ast-global-color-0);
background-color: var(--ast-global-color-1);
}
.gform_fileupload_rules {
font-size: 14px !important;
}
.z2 {
z-index: 2;
}
.position-relative {
position: relative;
}
.blend-mix .fl-row-content-wrap {
background-blend-mode: color-dodge;
}
@media (min-width: 0px) {
.d-flex-xs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-xs {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-xs {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-xs {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-xs {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-xs {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-xs {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-xs {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-xs {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-xs {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-xs {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-xs {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-xs {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-xs {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-xs {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-xs {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-xs {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-xs {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-xs {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-xs {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-xs {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-xs {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-xs {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-xs {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-xs {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-xs {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-xs {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-xs {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-xs {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-xs {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-xs {
margin-left: auto;
}
.flex-mr-auto-xs {
margin-right: auto;
}
.flex-mt-auto-xs {
margin-top: auto;
}
.flex-mb-auto-xs {
margin-bottom: auto;
}
}
@media (min-width: 768px) {
.d-flex-sm {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-sm {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-sm {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-sm {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-sm {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-sm {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-sm {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-sm {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-sm {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-sm {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-sm {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-sm {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-sm {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-sm {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-sm {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-sm {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-sm {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-sm {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-sm {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-sm {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-sm {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-sm {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-sm {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-sm {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-sm {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-sm {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-sm {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-sm {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-sm {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-sm {
margin-left: auto;
}
.flex-mr-auto-sm {
margin-right: auto;
}
.flex-mt-auto-sm {
margin-top: auto;
}
.flex-mb-auto-sm {
margin-bottom: auto;
}
}
@media (min-width: 1024px) {
.d-flex-md {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-md {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-md {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-md {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-md {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-md {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-md {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-md {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-md {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-md {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-md {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-md {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-md {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-md {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-md {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-md {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-md {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-md {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-md {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-md {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-md {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-md {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-md {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-md {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-md {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-md {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-md {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-md {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-md {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-md {
margin-left: auto;
}
.flex-mr-auto-md {
margin-right: auto;
}
.flex-mt-auto-md {
margin-top: auto;
}
.flex-mb-auto-md {
margin-bottom: auto;
}
}
@media (min-width: 1279px) {
.d-flex-lg {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-lg {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-lg {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-lg {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-lg {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-lg {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-lg {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-lg {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-lg {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-lg {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-lg {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-lg {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-lg {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-lg {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-lg {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-lg {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-lg {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-lg {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-lg {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-lg {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-lg {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-lg {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-lg {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-lg {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-lg {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-lg {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-lg {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-lg {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-lg {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-lg {
margin-left: auto;
}
.flex-mr-auto-lg {
margin-right: auto;
}
.flex-mt-auto-lg {
margin-top: auto;
}
.flex-mb-auto-lg {
margin-bottom: auto;
}
}
@media (min-width: 1366px) {
.d-flex-xl {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex-xl {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap-xl {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse-xl {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap-xl {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw-xl {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start-xl {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end-xl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center-xl {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline-xl {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around-xl {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between-xl {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start-xl {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end-xl {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center-xl {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline-xl {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch-xl {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start-xl {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end-xl {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center-xl {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline-xl {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch-xl {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start-xl {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end-xl {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center-xl {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between-xl {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around-xl {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first-xl {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last-xl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered-xl {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto-xl {
margin-left: auto;
}
.flex-mr-auto-xl {
margin-right: auto;
}
.flex-mt-auto-xl {
margin-top: auto;
}
.flex-mb-auto-xl {
margin-bottom: auto;
}
}
.d-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-d-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-d-row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-d-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-d-column-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-nowrap {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-flow-rw {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-flow-rrw {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.flex-flow-rnw {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.flex-flow-rrnw {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse nowrap;
-ms-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
}
.flex-flow-cw {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex-flow-crw {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse wrap;
-ms-flex-flow: column-reverse wrap;
flex-flow: column-reverse wrap;
}
.flex-flow-cnw {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.flex-flow-crnw {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse nowrap;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
.justify-content-start {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-baseline {
-webkit-box-pack: baseline;
-webkit-justify-content: baseline;
-ms-flex-pack: baseline;
justify-content: baseline;
}
.justify-content-around {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.justify-content-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.align-items-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.align-self-start {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.align-content-start {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between {
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around {
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.flex-order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-order-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-order-unordered {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-ml-auto {
margin-left: auto;
}
.flex-mr-auto {
margin-right: auto;
}
.flex-mt-auto {
margin-top: auto;
}
.flex-mb-auto {
margin-bottom: auto;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
@media (min-width: 0px) {
.hidden-xs {
display: none;
}
.opacity-0-xs {
opacity: 0;
}
}
@media (min-width: 768px) {
.hidden-sm {
display: none;
}
.opacity-0-sm {
opacity: 0;
}
}
@media (min-width: 1024px) {
.hidden-md {
display: none;
}
.opacity-0-md {
opacity: 0;
}
}
@media (min-width: 1279px) {
.hidden-lg {
display: none;
}
.opacity-0-lg {
opacity: 0;
}
}
@media (min-width: 1366px) {
.hidden-xl {
display: none;
}
.opacity-0-xl {
opacity: 0;
}
}
.pt-1-1 {
padding-top: 100%;
}
.pt-1-2 {
padding-top: 200%;
}
.pt-1-3 {
padding-top: 300%;
}
.pt-16-9 {
padding-top: 56%;
}
.overflowHidden {
overflow: hidden;
}
.br-100 {
border-radius: 100%;
overflow: hidden;
}
.br-20 {
border-radius: 20px;
overflow: hidden;
}
.br-10 {
border-radius: 10px;
overflow: hidden;
}
.br-5 {
border-radius: 5px;
overflow: hidden;
}
.ta-c {
text-align: center;
}
.ta-l {
text-align: left;
}
.ta-r {
text-align: right;
}
.w-100 {
width: 100%;
}
.w-75 {
width: 75%;
}
.w-50 {
width: 50%;
}
.w-25 {
width: 25%;
}
.w-auto {
width: auto;
}
.h-100 {
height: 100%;
}
.h-75 {
height: 75%;
}
.h-50 {
height: 50%;
}
.h-25 {
height: 25%;
}
.h-auto {
height: auto;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.top {
top: 0;
}
.right {
right: 0;
}
.bottom {
bottom: 0;
}
.left {
left: 0;
}
.m-0 {
margin: 0px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.mt-0 {
margin-top: 0px;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mr-0 {
margin-right: 0px;
}
.mr-10 {
margin-right: 10px;
}
.mr-20 {
margin-right: 20px;
}
.mr-30 {
margin-right: 30px;
}
.mr-40 {
margin-right: 40px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.ml-0 {
margin-left: 0px;
}
.ml-10 {
margin-left: 10px;
}
.ml-20 {
margin-left: 20px;
}
.ml-30 {
margin-left: 30px;
}
.ml-40 {
margin-left: 40px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.p-0 {
padding: 0px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.pt-0 {
padding-top: 0px;
}
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pr-0 {
padding-right: 0px;
}
.pr-10 {
padding-right: 10px;
}
.pr-20 {
padding-right: 20px;
}
.pr-30 {
padding-right: 30px;
}
.pr-40 {
padding-right: 40px;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-40 {
padding-bottom: 40px;
}
.pl-0 {
padding-left: 0px;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 30px;
}
.pl-40 {
padding-left: 40px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
@media (min-width: 0px) {
.m-0-xs {
margin: 0px;
}
.m-10-xs {
margin: 10px;
}
.m-20-xs {
margin: 20px;
}
.m-30-xs {
margin: 30px;
}
.m-40-xs {
margin: 40px;
}
.mt-0-xs {
margin-top: 0px;
}
.mt-10-xs {
margin-top: 10px;
}
.mt-20-xs {
margin-top: 20px;
}
.mt-30-xs {
margin-top: 30px;
}
.mt-40-xs {
margin-top: 40px;
}
.mr-0-xs {
margin-right: 0px;
}
.mr-10-xs {
margin-right: 10px;
}
.mr-20-xs {
margin-right: 20px;
}
.mr-30-xs {
margin-right: 30px;
}
.mr-40-xs {
margin-right: 40px;
}
.mb-0-xs {
margin-bottom: 0px;
}
.mb-10-xs {
margin-bottom: 10px;
}
.mb-20-xs {
margin-bottom: 20px;
}
.mb-30-xs {
margin-bottom: 30px;
}
.mb-40-xs {
margin-bottom: 40px;
}
.ml-0-xs {
margin-left: 0px;
}
.ml-10-xs {
margin-left: 10px;
}
.ml-20-xs {
margin-left: 20px;
}
.ml-30-xs {
margin-left: 30px;
}
.ml-40-xs {
margin-left: 40px;
}
.m-xs-10 {
margin: 10px;
}
.m-xs-20 {
margin: 20px;
}
.m-xs-30 {
margin: 30px;
}
.m-xs-40 {
margin: 40px;
}
.p-0-xs {
padding: 0px;
}
.p-10-xs {
padding: 10px;
}
.p-20-xs {
padding: 20px;
}
.p-30-xs {
padding: 30px;
}
.p-40-xs {
padding: 40px;
}
.pt-0-xs {
padding-top: 0px;
}
.pt-10-xs {
padding-top: 10px;
}
.pt-20-xs {
padding-top: 20px;
}
.pt-30-xs {
padding-top: 30px;
}
.pt-40-xs {
padding-top: 40px;
}
.pr-0-xs {
padding-right: 0px;
}
.pr-10-xs {
padding-right: 10px;
}
.pr-20-xs {
padding-right: 20px;
}
.pr-30-xs {
padding-right: 30px;
}
.pr-40-xs {
padding-right: 40px;
}
.pb-0-xs {
padding-bottom: 0px;
}
.pb-10-xs {
padding-bottom: 10px;
}
.pb-20-xs {
padding-bottom: 20px;
}
.pb-30-xs {
padding-bottom: 30px;
}
.pb-40-xs {
padding-bottom: 40px;
}
.pl-0-xs {
padding-left: 0px;
}
.pl-10-xs {
padding-left: 10px;
}
.pl-20-xs {
padding-left: 20px;
}
.pl-30-xs {
padding-left: 30px;
}
.pl-40-xs {
padding-left: 40px;
}
.p-xs-10 {
padding: 10px;
}
.p-xs-20 {
padding: 20px;
}
.p-xs-30 {
padding: 30px;
}
.p-xs-40 {
padding: 40px;
}
.opacity-0-xs {
opacity: 0;
}
.opacity-25-xs {
opacity: 0.25;
}
.opacity-50-xs {
opacity: 0.5;
}
.opacity-75-xs {
opacity: 0.75;
}
.opacity-100-xs {
opacity: 1;
}
.absolute-xs {
position: absolute;
}
.relative-xs {
position: relative;
}
.top-xs {
top: 0;
}
.right-xs {
right: 0;
}
.bottom-xs {
bottom: 0;
}
.left-xs {
left: 0;
}
}
@media (min-width: 768px) {
.m-0-sm {
margin: 0px;
}
.m-10-sm {
margin: 10px;
}
.m-20-sm {
margin: 20px;
}
.m-30-sm {
margin: 30px;
}
.m-40-sm {
margin: 40px;
}
.mt-0-sm {
margin-top: 0px;
}
.mt-10-sm {
margin-top: 10px;
}
.mt-20-sm {
margin-top: 20px;
}
.mt-30-sm {
margin-top: 30px;
}
.mt-40-sm {
margin-top: 40px;
}
.mr-0-sm {
margin-right: 0px;
}
.mr-10-sm {
margin-right: 10px;
}
.mr-20-sm {
margin-right: 20px;
}
.mr-30-sm {
margin-right: 30px;
}
.mr-40-sm {
margin-right: 40px;
}
.mb-0-sm {
margin-bottom: 0px;
}
.mb-10-sm {
margin-bottom: 10px;
}
.mb-20-sm {
margin-bottom: 20px;
}
.mb-30-sm {
margin-bottom: 30px;
}
.mb-40-sm {
margin-bottom: 40px;
}
.ml-0-sm {
margin-left: 0px;
}
.ml-10-sm {
margin-left: 10px;
}
.ml-20-sm {
margin-left: 20px;
}
.ml-30-sm {
margin-left: 30px;
}
.ml-40-sm {
margin-left: 40px;
}
.m-sm-10 {
margin: 10px;
}
.m-sm-20 {
margin: 20px;
}
.m-sm-30 {
margin: 30px;
}
.m-sm-40 {
margin: 40px;
}
.p-0-sm {
padding: 0px;
}
.p-10-sm {
padding: 10px;
}
.p-20-sm {
padding: 20px;
}
.p-30-sm {
padding: 30px;
}
.p-40-sm {
padding: 40px;
}
.pt-0-sm {
padding-top: 0px;
}
.pt-10-sm {
padding-top: 10px;
}
.pt-20-sm {
padding-top: 20px;
}
.pt-30-sm {
padding-top: 30px;
}
.pt-40-sm {
padding-top: 40px;
}
.pr-0-sm {
padding-right: 0px;
}
.pr-10-sm {
padding-right: 10px;
}
.pr-20-sm {
padding-right: 20px;
}
.pr-30-sm {
padding-right: 30px;
}
.pr-40-sm {
padding-right: 40px;
}
.pb-0-sm {
padding-bottom: 0px;
}
.pb-10-sm {
padding-bottom: 10px;
}
.pb-20-sm {
padding-bottom: 20px;
}
.pb-30-sm {
padding-bottom: 30px;
}
.pb-40-sm {
padding-bottom: 40px;
}
.pl-0-sm {
padding-left: 0px;
}
.pl-10-sm {
padding-left: 10px;
}
.pl-20-sm {
padding-left: 20px;
}
.pl-30-sm {
padding-left: 30px;
}
.pl-40-sm {
padding-left: 40px;
}
.p-sm-10 {
padding: 10px;
}
.p-sm-20 {
padding: 20px;
}
.p-sm-30 {
padding: 30px;
}
.p-sm-40 {
padding: 40px;
}
.opacity-0-sm {
opacity: 0;
}
.opacity-25-sm {
opacity: 0.25;
}
.opacity-50-sm {
opacity: 0.5;
}
.opacity-75-sm {
opacity: 0.75;
}
.opacity-100-sm {
opacity: 1;
}
.absolute-sm {
position: absolute;
}
.relative-sm {
position: relative;
}
.top-sm {
top: 0;
}
.right-sm {
right: 0;
}
.bottom-sm {
bottom: 0;
}
.left-sm {
left: 0;
}
}
@media (min-width: 1024px) {
.m-0-md {
margin: 0px;
}
.m-10-md {
margin: 10px;
}
.m-20-md {
margin: 20px;
}
.m-30-md {
margin: 30px;
}
.m-40-md {
margin: 40px;
}
.mt-0-md {
margin-top: 0px;
}
.mt-10-md {
margin-top: 10px;
}
.mt-20-md {
margin-top: 20px;
}
.mt-30-md {
margin-top: 30px;
}
.mt-40-md {
margin-top: 40px;
}
.mr-0-md {
margin-right: 0px;
}
.mr-10-md {
margin-right: 10px;
}
.mr-20-md {
margin-right: 20px;
}
.mr-30-md {
margin-right: 30px;
}
.mr-40-md {
margin-right: 40px;
}
.mb-0-md {
margin-bottom: 0px;
}
.mb-10-md {
margin-bottom: 10px;
}
.mb-20-md {
margin-bottom: 20px;
}
.mb-30-md {
margin-bottom: 30px;
}
.mb-40-md {
margin-bottom: 40px;
}
.ml-0-md {
margin-left: 0px;
}
.ml-10-md {
margin-left: 10px;
}
.ml-20-md {
margin-left: 20px;
}
.ml-30-md {
margin-left: 30px;
}
.ml-40-md {
margin-left: 40px;
}
.m-md-10 {
margin: 10px;
}
.m-md-20 {
margin: 20px;
}
.m-md-30 {
margin: 30px;
}
.m-md-40 {
margin: 40px;
}
.p-0-md {
padding: 0px;
}
.p-10-md {
padding: 10px;
}
.p-20-md {
padding: 20px;
}
.p-30-md {
padding: 30px;
}
.p-40-md {
padding: 40px;
}
.pt-0-md {
padding-top: 0px;
}
.pt-10-md {
padding-top: 10px;
}
.pt-20-md {
padding-top: 20px;
}
.pt-30-md {
padding-top: 30px;
}
.pt-40-md {
padding-top: 40px;
}
.pr-0-md {
padding-right: 0px;
}
.pr-10-md {
padding-right: 10px;
}
.pr-20-md {
padding-right: 20px;
}
.pr-30-md {
padding-right: 30px;
}
.pr-40-md {
padding-right: 40px;
}
.pb-0-md {
padding-bottom: 0px;
}
.pb-10-md {
padding-bottom: 10px;
}
.pb-20-md {
padding-bottom: 20px;
}
.pb-30-md {
padding-bottom: 30px;
}
.pb-40-md {
padding-bottom: 40px;
}
.pl-0-md {
padding-left: 0px;
}
.pl-10-md {
padding-left: 10px;
}
.pl-20-md {
padding-left: 20px;
}
.pl-30-md {
padding-left: 30px;
}
.pl-40-md {
padding-left: 40px;
}
.p-md-10 {
padding: 10px;
}
.p-md-20 {
padding: 20px;
}
.p-md-30 {
padding: 30px;
}
.p-md-40 {
padding: 40px;
}
.opacity-0-md {
opacity: 0;
}
.opacity-25-md {
opacity: 0.25;
}
.opacity-50-md {
opacity: 0.5;
}
.opacity-75-md {
opacity: 0.75;
}
.opacity-100-md {
opacity: 1;
}
.absolute-md {
position: absolute;
}
.relative-md {
position: relative;
}
.top-md {
top: 0;
}
.right-md {
right: 0;
}
.bottom-md {
bottom: 0;
}
.left-md {
left: 0;
}
}
@media (min-width: 1279px) {
.m-0-lg {
margin: 0px;
}
.m-10-lg {
margin: 10px;
}
.m-20-lg {
margin: 20px;
}
.m-30-lg {
margin: 30px;
}
.m-40-lg {
margin: 40px;
}
.mt-0-lg {
margin-top: 0px;
}
.mt-10-lg {
margin-top: 10px;
}
.mt-20-lg {
margin-top: 20px;
}
.mt-30-lg {
margin-top: 30px;
}
.mt-40-lg {
margin-top: 40px;
}
.mr-0-lg {
margin-right: 0px;
}
.mr-10-lg {
margin-right: 10px;
}
.mr-20-lg {
margin-right: 20px;
}
.mr-30-lg {
margin-right: 30px;
}
.mr-40-lg {
margin-right: 40px;
}
.mb-0-lg {
margin-bottom: 0px;
}
.mb-10-lg {
margin-bottom: 10px;
}
.mb-20-lg {
margin-bottom: 20px;
}
.mb-30-lg {
margin-bottom: 30px;
}
.mb-40-lg {
margin-bottom: 40px;
}
.ml-0-lg {
margin-left: 0px;
}
.ml-10-lg {
margin-left: 10px;
}
.ml-20-lg {
margin-left: 20px;
}
.ml-30-lg {
margin-left: 30px;
}
.ml-40-lg {
margin-left: 40px;
}
.m-lg-10 {
margin: 10px;
}
.m-lg-20 {
margin: 20px;
}
.m-lg-30 {
margin: 30px;
}
.m-lg-40 {
margin: 40px;
}
.p-0-lg {
padding: 0px;
}
.p-10-lg {
padding: 10px;
}
.p-20-lg {
padding: 20px;
}
.p-30-lg {
padding: 30px;
}
.p-40-lg {
padding: 40px;
}
.pt-0-lg {
padding-top: 0px;
}
.pt-10-lg {
padding-top: 10px;
}
.pt-20-lg {
padding-top: 20px;
}
.pt-30-lg {
padding-top: 30px;
}
.pt-40-lg {
padding-top: 40px;
}
.pr-0-lg {
padding-right: 0px;
}
.pr-10-lg {
padding-right: 10px;
}
.pr-20-lg {
padding-right: 20px;
}
.pr-30-lg {
padding-right: 30px;
}
.pr-40-lg {
padding-right: 40px;
}
.pb-0-lg {
padding-bottom: 0px;
}
.pb-10-lg {
padding-bottom: 10px;
}
.pb-20-lg {
padding-bottom: 20px;
}
.pb-30-lg {
padding-bottom: 30px;
}
.pb-40-lg {
padding-bottom: 40px;
}
.pl-0-lg {
padding-left: 0px;
}
.pl-10-lg {
padding-left: 10px;
}
.pl-20-lg {
padding-left: 20px;
}
.pl-30-lg {
padding-left: 30px;
}
.pl-40-lg {
padding-left: 40px;
}
.p-lg-10 {
padding: 10px;
}
.p-lg-20 {
padding: 20px;
}
.p-lg-30 {
padding: 30px;
}
.p-lg-40 {
padding: 40px;
}
.opacity-0-lg {
opacity: 0;
}
.opacity-25-lg {
opacity: 0.25;
}
.opacity-50-lg {
opacity: 0.5;
}
.opacity-75-lg {
opacity: 0.75;
}
.opacity-100-lg {
opacity: 1;
}
.absolute-lg {
position: absolute;
}
.relative-lg {
position: relative;
}
.top-lg {
top: 0;
}
.right-lg {
right: 0;
}
.bottom-lg {
bottom: 0;
}
.left-lg {
left: 0;
}
}
@media (min-width: 1366px) {
.m-0-xl {
margin: 0px;
}
.m-10-xl {
margin: 10px;
}
.m-20-xl {
margin: 20px;
}
.m-30-xl {
margin: 30px;
}
.m-40-xl {
margin: 40px;
}
.mt-0-xl {
margin-top: 0px;
}
.mt-10-xl {
margin-top: 10px;
}
.mt-20-xl {
margin-top: 20px;
}
.mt-30-xl {
margin-top: 30px;
}
.mt-40-xl {
margin-top: 40px;
}
.mr-0-xl {
margin-right: 0px;
}
.mr-10-xl {
margin-right: 10px;
}
.mr-20-xl {
margin-right: 20px;
}
.mr-30-xl {
margin-right: 30px;
}
.mr-40-xl {
margin-right: 40px;
}
.mb-0-xl {
margin-bottom: 0px;
}
.mb-10-xl {
margin-bottom: 10px;
}
.mb-20-xl {
margin-bottom: 20px;
}
.mb-30-xl {
margin-bottom: 30px;
}
.mb-40-xl {
margin-bottom: 40px;
}
.ml-0-xl {
margin-left: 0px;
}
.ml-10-xl {
margin-left: 10px;
}
.ml-20-xl {
margin-left: 20px;
}
.ml-30-xl {
margin-left: 30px;
}
.ml-40-xl {
margin-left: 40px;
}
.m-xl-10 {
margin: 10px;
}
.m-xl-20 {
margin: 20px;
}
.m-xl-30 {
margin: 30px;
}
.m-xl-40 {
margin: 40px;
}
.p-0-xl {
padding: 0px;
}
.p-10-xl {
padding: 10px;
}
.p-20-xl {
padding: 20px;
}
.p-30-xl {
padding: 30px;
}
.p-40-xl {
padding: 40px;
}
.pt-0-xl {
padding-top: 0px;
}
.pt-10-xl {
padding-top: 10px;
}
.pt-20-xl {
padding-top: 20px;
}
.pt-30-xl {
padding-top: 30px;
}
.pt-40-xl {
padding-top: 40px;
}
.pr-0-xl {
padding-right: 0px;
}
.pr-10-xl {
padding-right: 10px;
}
.pr-20-xl {
padding-right: 20px;
}
.pr-30-xl {
padding-right: 30px;
}
.pr-40-xl {
padding-right: 40px;
}
.pb-0-xl {
padding-bottom: 0px;
}
.pb-10-xl {
padding-bottom: 10px;
}
.pb-20-xl {
padding-bottom: 20px;
}
.pb-30-xl {
padding-bottom: 30px;
}
.pb-40-xl {
padding-bottom: 40px;
}
.pl-0-xl {
padding-left: 0px;
}
.pl-10-xl {
padding-left: 10px;
}
.pl-20-xl {
padding-left: 20px;
}
.pl-30-xl {
padding-left: 30px;
}
.pl-40-xl {
padding-left: 40px;
}
.p-xl-10 {
padding: 10px;
}
.p-xl-20 {
padding: 20px;
}
.p-xl-30 {
padding: 30px;
}
.p-xl-40 {
padding: 40px;
}
.opacity-0-xl {
opacity: 0;
}
.opacity-25-xl {
opacity: 0.25;
}
.opacity-50-xl {
opacity: 0.5;
}
.opacity-75-xl {
opacity: 0.75;
}
.opacity-100-xl {
opacity: 1;
}
.absolute-xl {
position: absolute;
}
.relative-xl {
position: relative;
}
.top-xl {
top: 0;
}
.right-xl {
right: 0;
}
.bottom-xl {
bottom: 0;
}
.left-xl {
left: 0;
}
}
.mp-0 .row {
margin: 0px;
}
.mp-0 .row [class*="column"] {
padding: 0px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
line-height: 1;
}
#menu-item-277 .menu-link {
display: inline-block;
}
.service-navs .uabb-infobox {
transition: all 0.3s ease-in-out;
transform: translateY(0);
}
.service-navs .uabb-infobox:hover {
transition: all 0.3s ease-in-out;
transform: translateY(-30px);
}
.lead, .uabb-module-content .uabb-text-editor .lead {
font-size: 1.25rem;
margin-bottom: 2rem;
line-height: 1.45;
}
.graythis {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
}
.background-blend-darken .fl-row-content-wrap {
background-blend-mode: darken;
}
.ast-header-break-point .main-header-menu {
background-color: transparent !important;
border: none !important;
}
.ast-header-break-point .main-header-menu .menu-link {
border-color: #6b6a8d !important;
}
.ast-header-break-point .main-header-menu .sub-menu {
background-color: transparent;
}
.ast-header-break-point .main-header-menu .sub-menu .menu-link {
opacity: 0.6;
padding: 8px 20px !important;
opacity: 0.6;
}
.ast-menu-toggle:focus, .menu-toggle-close:focus {
outline: none !important;
}
.ast-header-break-point .main-header-bar .ast-button-wrap .menu-toggle {
border-radius: 50px !important;
}
.ast-header-break-point .main-header-bar .ast-button-wrap .menu-toggle:focus {
outline: none !important;
}
#primary-site-navigation-desktop .sub-menu {
background: var(--ast-global-color-1) !important;
}
#primary-site-navigation-desktop .sub-menu li:last-child .menu-link {
border-bottom: none;
}
#primary-site-navigation-desktop .nav-cta {
margin-left: 30px;
}
#primary-site-navigation-desktop .nav-cta .menu-link {
background: var(--ast-global-color-0) !important;
border-radius: 50px;
color: var(--ast-global-color-1) !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
#primary-site-navigation-desktop .nav-cta .menu-link:before {
display: none !important;
}
#primary-site-navigation-desktop .nav-cta .menu-link:hover {
background: var(--ast-global-color-4) !important;
}
.ast-logo-title-inline .ast-site-identity {
padding: 0 !important;
}
.uabb-photo-gallery-link {
border-radius: 20px;
overflow: hidden;
}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:transparent;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-hb-account-login-wrapper{visibility:hidden}.ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-hb-account-login-wrapper.show{visibility:visible}.ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1) translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px 0 rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}