.introjs-overlay {
    position: absolute;
    box-sizing: content-box;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(102, 0, 0, 0)',endColorstr='rgba(230, 0, 0, 0)',GradientType=1)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
    z-index: 9999999 !important
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
    position: relative
}

.introjs-helperLayer {
    z-index: 9999998;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4)
}

.introjs-helperLayer, .introjs-tooltipReferenceLayer {
    box-sizing: content-box;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-tooltipReferenceLayer {
    visibility: hidden;
    z-index: 100000000;
    background-color: transparent
}

.introjs-helperLayer *, .introjs-helperLayer :after, .introjs-helperLayer :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-helperNumberLayer {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    top: -1pc;
    left: -1pc;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: #ff3019;
    background: -webkit-linear-gradient(top, #ff3019, #cf0404);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), color-stop(100%, #cf0404));
    background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: linear-gradient(180deg, #ff3019 0, #cf0404);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
    filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.introjs-arrow {
    border: 5px solid transparent;
    content: "";
    position: absolute
}

.introjs-arrow.top, .introjs-arrow.top-right {
    top: -10px;
    border-bottom-color: #fff
}

.introjs-arrow.top-right {
    right: 10px
}

.introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #fff
}

.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-left-color: #fff
}

.introjs-arrow.right-bottom {
    bottom: 10px;
    right: -10px;
    border-left-color: #fff
}

.introjs-arrow.bottom, .introjs-arrow.bottom-right {
    bottom: -10px;
    border-top-color: #fff
}

.introjs-arrow.bottom-right {
    right: 10px
}

.introjs-arrow.bottom-middle {
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color: #fff
}

.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-right-color: #fff
}

.introjs-arrow.left-bottom {
    left: -10px;
    bottom: 10px;
    border-right-color: #fff
}

.introjs-tooltip {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    padding: 10px;
    background-color: #fff;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -ms-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.introjs-tooltipbuttons {
    text-align: right;
    white-space: nowrap
}

.introjs-button {
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .3em .8em;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    zoom: 1;
    *display: inline;
    margin: 10px 0 0
}

.introjs-button:hover {
    border-color: #bcbcbc;
    text-decoration: none;
    box-shadow: 0 1px 1px #e3e3e3
}

.introjs-button:active, .introjs-button:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
    background-image: -moz-linear-gradient(#ececec, #f4f4f4);
    background-image: -o-linear-gradient(#ececec, #f4f4f4);
    background-image: linear-gradient(#ececec, #f4f4f4)
}

.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.introjs-skipbutton {
    box-sizing: content-box;
    margin-right: 5px;
    color: #7a7a7a
}

.introjs-prevbutton {
    -webkit-border-radius: .2em 0 0 .2em;
    -moz-border-radius: .2em 0 0 .2em;
    border-radius: .2em 0 0 .2em;
    border-right: none
}

.introjs-prevbutton.introjs-fullbutton {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em
}

.introjs-nextbutton {
    -webkit-border-radius: 0 .2em .2em 0;
    -moz-border-radius: 0 .2em .2em 0;
    border-radius: 0 .2em .2em 0
}

.introjs-nextbutton.introjs-fullbutton {
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em
}

.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    color: #9a9a9a;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none
}

.introjs-hidden {
    display: none
}

.introjs-bullets {
    text-align: center
}

.introjs-bullets ul {
    box-sizing: content-box;
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block
}

.introjs-bullets ul li {
    box-sizing: content-box;
    list-style: none;
    float: left;
    margin: 0 2px
}

.introjs-bullets ul li a {
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    cursor: pointer
}

.introjs-bullets ul li a.active, .introjs-bullets ul li a:hover {
    background: #999
}

.introjs-progress {
    box-sizing: content-box;
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px;
    border-radius: 4px;
    background-color: #ecf0f1
}

.introjs-progressbar {
    box-sizing: content-box;
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%
}

.introjs-fixedTooltip {
    position: fixed
}

.introjs-hint {
    box-sizing: content-box;
    position: absolute;
    background: transparent;
    width: 20px;
    height: 15px;
    cursor: pointer
}

.introjs-hint:focus {
    border: 0;
    outline: 0
}

.introjs-hidehint {
    display: none
}

.introjs-fixedhint {
    position: fixed
}

.introjs-hint:hover > .introjs-hint-pulse {
    border: 5px solid rgba(60, 60, 60, .57)
}

.introjs-hint-pulse {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(60, 60, 60, .27);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: hsla(0, 0%, 53.3%, .24);
    z-index: 10;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.introjs-hint-no-anim .introjs-hint-dot {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.introjs-hint-dot {
    box-sizing: content-box;
    border: 10px solid hsla(0, 0%, 57.3%, .36);
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: introjspulse 3s ease-out;
    -moz-animation: introjspulse 3s ease-out;
    animation: introjspulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }
    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0
    }
    25% {
        transform: scale(0);
        opacity: .1
    }
    50% {
        transform: scale(.1);
        opacity: .3
    }
    75% {
        transform: scale(.5);
        opacity: .5
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}

.vti__flag.be {
    width: 18px
}

.vti__flag.ch {
    width: 15px
}

.vti__flag.mc {
    width: 19px
}

.vti__flag.ne {
    width: 18px
}

.vti__flag.np {
    width: 13px
}

.vti__flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .vti__flag {
        background-size: 5630px 15px
    }
}

.vti__flag.ac {
    height: 10px;
    background-position: 0 0
}

.vti__flag.ad {
    height: 14px;
    background-position: -22px 0
}

.vti__flag.ae {
    height: 10px;
    background-position: -44px 0
}

.vti__flag.af {
    height: 14px;
    background-position: -66px 0
}

.vti__flag.ag {
    height: 14px;
    background-position: -88px 0
}

.vti__flag.ai {
    height: 10px;
    background-position: -110px 0
}

.vti__flag.al {
    height: 15px;
    background-position: -99pt 0
}

.vti__flag.am {
    height: 10px;
    background-position: -154px 0
}

.vti__flag.ao {
    height: 14px;
    background-position: -11pc 0
}

.vti__flag.aq {
    height: 14px;
    background-position: -198px 0
}

.vti__flag.ar {
    height: 13px;
    background-position: -220px 0
}

.vti__flag.as {
    height: 10px;
    background-position: -242px 0
}

.vti__flag.at {
    height: 14px;
    background-position: -264px 0
}

.vti__flag.au {
    height: 10px;
    background-position: -286px 0
}

.vti__flag.aw {
    height: 14px;
    background-position: -308px 0
}

.vti__flag.ax {
    height: 13px;
    background-position: -330px 0
}

.vti__flag.az {
    height: 10px;
    background-position: -22pc 0
}

.vti__flag.ba {
    height: 10px;
    background-position: -374px 0
}

.vti__flag.bb {
    height: 14px;
    background-position: -396px 0
}

.vti__flag.bd {
    height: 9pt;
    background-position: -418px 0
}

.vti__flag.be {
    height: 15px;
    background-position: -440px 0
}

.vti__flag.bf {
    height: 14px;
    background-position: -460px 0
}

.vti__flag.bg {
    height: 9pt;
    background-position: -482px 0
}

.vti__flag.bh {
    height: 9pt;
    background-position: -504px 0
}

.vti__flag.bi {
    height: 9pt;
    background-position: -526px 0
}

.vti__flag.bj {
    height: 14px;
    background-position: -548px 0
}

.vti__flag.bl {
    height: 14px;
    background-position: -570px 0
}

.vti__flag.bm {
    height: 10px;
    background-position: -37pc 0
}

.vti__flag.bn {
    height: 10px;
    background-position: -614px 0
}

.vti__flag.bo {
    height: 14px;
    background-position: -636px 0
}

.vti__flag.bq {
    height: 14px;
    background-position: -658px 0
}

.vti__flag.br {
    height: 14px;
    background-position: -680px 0
}

.vti__flag.bs {
    height: 10px;
    background-position: -702px 0
}

.vti__flag.bt {
    height: 14px;
    background-position: -724px 0
}

.vti__flag.bv {
    height: 15px;
    background-position: -746px 0
}

.vti__flag.bw {
    height: 14px;
    background-position: -8in 0
}

.vti__flag.by {
    height: 10px;
    background-position: -790px 0
}

.vti__flag.bz {
    height: 14px;
    background-position: -812px 0
}

.vti__flag.ca {
    height: 10px;
    background-position: -834px 0
}

.vti__flag.cc {
    height: 10px;
    background-position: -856px 0
}

.vti__flag.cd {
    height: 15px;
    background-position: -878px 0
}

.vti__flag.cf {
    height: 14px;
    background-position: -900px 0
}

.vti__flag.cg {
    height: 14px;
    background-position: -922px 0
}

.vti__flag.ch {
    height: 15px;
    background-position: -59pc 0
}

.vti__flag.ci {
    height: 14px;
    background-position: -961px 0
}

.vti__flag.ck {
    height: 10px;
    background-position: -983px 0
}

.vti__flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.vti__flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.vti__flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.vti__flag.co {
    height: 14px;
    background-position: -1071px 0
}

.vti__flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.vti__flag.cr {
    height: 9pt;
    background-position: -1115px 0
}

.vti__flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.vti__flag.cv {
    height: 9pt;
    background-position: -1159px 0
}

.vti__flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.vti__flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.vti__flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.vti__flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.vti__flag.de {
    height: 9pt;
    background-position: -1269px 0
}

.vti__flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.vti__flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.vti__flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.vti__flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.vti__flag.do {
    height: 13px;
    background-position: -1379px 0
}

.vti__flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.vti__flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.vti__flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.vti__flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.vti__flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.vti__flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.vti__flag.er {
    height: 10px;
    background-position: -1533px 0
}

.vti__flag.es {
    height: 14px;
    background-position: -1555px 0
}

.vti__flag.et {
    height: 10px;
    background-position: -1577px 0
}

.vti__flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.vti__flag.fi {
    height: 9pt;
    background-position: -1621px 0
}

.vti__flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.vti__flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.vti__flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.vti__flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.vti__flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.vti__flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.vti__flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.vti__flag.gd {
    height: 9pt;
    background-position: -1797px 0
}

.vti__flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.vti__flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.vti__flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.vti__flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.vti__flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.vti__flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.vti__flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.vti__flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.vti__flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.vti__flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.vti__flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.vti__flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.vti__flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.vti__flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.vti__flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.vti__flag.gy {
    height: 9pt;
    background-position: -2149px 0
}

.vti__flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.vti__flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.vti__flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.vti__flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.vti__flag.ht {
    height: 9pt;
    background-position: -2259px 0
}

.vti__flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.vti__flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.vti__flag.id {
    height: 14px;
    background-position: -2325px 0
}

.vti__flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.vti__flag.il {
    height: 15px;
    background-position: -2369px 0
}

.vti__flag.im {
    height: 10px;
    background-position: -2391px 0
}

.vti__flag.in {
    height: 14px;
    background-position: -2413px 0
}

.vti__flag.io {
    height: 10px;
    background-position: -2435px 0
}

.vti__flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.vti__flag.ir {
    height: 9pt;
    background-position: -2479px 0
}

.vti__flag.is {
    height: 15px;
    background-position: -2501px 0
}

.vti__flag.it {
    height: 14px;
    background-position: -2523px 0
}

.vti__flag.je {
    height: 9pt;
    background-position: -2545px 0
}

.vti__flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.vti__flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.vti__flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.vti__flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.vti__flag.kg {
    height: 9pt;
    background-position: -2655px 0
}

.vti__flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.vti__flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.vti__flag.km {
    height: 9pt;
    background-position: -2721px 0
}

.vti__flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.vti__flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.vti__flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.vti__flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.vti__flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.vti__flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.vti__flag.la {
    height: 14px;
    background-position: -2875px 0
}

.vti__flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.vti__flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.vti__flag.li {
    height: 9pt;
    background-position: -2941px 0
}

.vti__flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.vti__flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.vti__flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.vti__flag.lt {
    height: 9pt;
    background-position: -3029px 0
}

.vti__flag.lu {
    height: 9pt;
    background-position: -3051px 0
}

.vti__flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.vti__flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.vti__flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.vti__flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.vti__flag.md {
    height: 10px;
    background-position: -3160px 0
}

.vti__flag.me {
    height: 10px;
    background-position: -3182px 0
}

.vti__flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.vti__flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.vti__flag.mh {
    height: 11px;
    background-position: -203pc 0
}

.vti__flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.vti__flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.vti__flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.vti__flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.vti__flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.vti__flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.vti__flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.vti__flag.mr {
    height: 14px;
    background-position: -214pc 0
}

.vti__flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.vti__flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.vti__flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.vti__flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.vti__flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.vti__flag.mx {
    height: 9pt;
    background-position: -3556px 0
}

.vti__flag.my {
    height: 10px;
    background-position: -3578px 0
}

.vti__flag.mz {
    height: 14px;
    background-position: -225pc 0
}

.vti__flag.na {
    height: 14px;
    background-position: -3622px 0
}

.vti__flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.vti__flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.vti__flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.vti__flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.vti__flag.ni {
    height: 9pt;
    background-position: -3730px 0
}

.vti__flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.vti__flag.no {
    height: 15px;
    background-position: -3774px 0
}

.vti__flag.np {
    height: 15px;
    background-position: -3796px 0
}

.vti__flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.vti__flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.vti__flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.vti__flag.om {
    height: 10px;
    background-position: -3877px 0
}

.vti__flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.vti__flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.vti__flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.vti__flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.vti__flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.vti__flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.vti__flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.vti__flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.vti__flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.vti__flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.vti__flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.vti__flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.vti__flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.vti__flag.py {
    height: 11px;
    background-position: -4185px 0
}

.vti__flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.vti__flag.re {
    height: 14px;
    background-position: -4229px 0
}

.vti__flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.vti__flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.vti__flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.vti__flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.vti__flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.vti__flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.vti__flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.vti__flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.vti__flag.se {
    height: 13px;
    background-position: -4427px 0
}

.vti__flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.vti__flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.vti__flag.si {
    height: 10px;
    background-position: -4493px 0
}

.vti__flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.vti__flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.vti__flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.vti__flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.vti__flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.vti__flag.so {
    height: 14px;
    background-position: -4625px 0
}

.vti__flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.vti__flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.vti__flag.st {
    height: 10px;
    background-position: -4691px 0
}

.vti__flag.sv {
    height: 9pt;
    background-position: -4713px 0
}

.vti__flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.vti__flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.vti__flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.vti__flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.vti__flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.vti__flag.td {
    height: 14px;
    background-position: -4845px 0
}

.vti__flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.vti__flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.vti__flag.th {
    height: 14px;
    background-position: -4911px 0
}

.vti__flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.vti__flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.vti__flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.vti__flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.vti__flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.vti__flag.to {
    height: 10px;
    background-position: -5043px 0
}

.vti__flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.vti__flag.tt {
    height: 9pt;
    background-position: -5087px 0
}

.vti__flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.vti__flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.vti__flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.vti__flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.vti__flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.vti__flag.um {
    height: 11px;
    background-position: -5219px 0
}

.vti__flag.us {
    height: 11px;
    background-position: -5241px 0
}

.vti__flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.vti__flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.vti__flag.va {
    height: 15px;
    background-position: -5307px 0
}

.vti__flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.vti__flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.vti__flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.vti__flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.vti__flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.vti__flag.vu {
    height: 9pt;
    background-position: -5434px 0
}

.vti__flag.wf {
    height: 14px;
    background-position: -341pc 0
}

.vti__flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.vti__flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.vti__flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.vti__flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.vti__flag.za {
    height: 14px;
    background-position: -5566px 0
}

.vti__flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.vti__flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.vti__flag {
    width: 20px;
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .vti__flag {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAK/wAAAAeCAMAAACaRItPAAADAFBMVEUAAABxHmAJN5IlMob////OECUBAAAAI33uKTn80RbSDzT/AQEAKX/+zQAAI5XQFiwAl0DwKyz+4ADeKA9Cit0COJTCJy3uGyPmBRX/+/v5+/wAn0rbJB4BfjzWKyDkHh/CAwP+1AABm2ICeV7HCzAAYjPpDi4BN6gEa0IAJ2UgQ4zHCh3aFRvRKzwBAYwQrisCMpkDUqMAhFDbAQYBak4EaacEM4FluOYetToAHaXbDCQBrcr+vwYFWrgkS6X64+MnrWYAot7v9Pn73g4CJYkAa8F2qttKrtYFKnoBeTTeMTfQ2umvHisHiTDGMT7rJjj00tYAbDV2s97dEToAgAD730X3x8rhUg7zpwcZigBIl9CfLzcAZgABBmkCQBs6fs4DL6AgXjcCP4gAf//qqq/6fQH77eoQR7E6eESvvNdmzP/POVX+9fQ6dMRzq+ApnzwAcs/QAQHQKBLvQESMGjj9xyG70uuZq9fyfYEAcsYRQHqmp8Xi5eE9XbimkSn4u7vpZm73rrNMpFr+1SJalrLUdoGvDy4eikVasIdYWVc+dyng6/Trixi5TVS+CiwBUpXBqhmvCwrMpj02ki8Dlcb9mjMmHFL8PTLP3tHulpj/UBDt8u7tAQEOEhVddrAtT4xHbJAgHhYztDr/7wgDRa36V1jdT2Thyim/wzrtwwxgiMUBNrhxen0SiAbAYXQ/mgGLjI9hWg/gbREBmQDdtBGho6NhXIgUtTkYIm+AfkxKTHl2i7gHcGmYuiHWERKNnMEXGJcNMW6IrYHPyMTQxxY4W5z98EKNdRCmLVBKbakFmLYBsGWDDRKgyeYAcix4s5xZnte6u7VaqRmc0rQEUPDbm6JTdlHdT0fPghYskQw5BQg8MgeLpUjo0wmq2MOLSDhxkTCxXRSWv5xOLmj02Z3FSSn46L5AQTkSRJpRU5L732IibLecg29nChS6mGXXwYPubCwTdci02a8wSGmCNxgyJnk6QaO/lpU1ra9pnaslgqQFUkXztU0IXAImrNkvhOgeZRpTAAAABHRSTlMA/luzB+5e6QAAyUxJREFUeNrsnQtYU1UcwLM2FzqbUVpbitqbAWoWsxBdDSqCUtIcpFlmNF3Q03iEMIYvIMAwUiECNBJFjYLUQkRCINJPSyyRUCQKxQxTo6zMHufcx+777tyxCWm/e+77//Gx3XPPPffeH38usyalb1DMUigWBAcvUCgUQ34otYbOUXC5DHAPjUJ3BsEDaMDYgSR3Pv2FGDC2P509I2n88hEdGNvSH4kWECrps41ABMbeiQiMlSMCY59CBMa+gAiMnYXAypV7lsLYKxGBsWuT0zeMBiwYOHABmN3zQ/Fa46ejucDYaxGBsXfQsIzKGDAgbNDmwju4wNi3EIGxV0HGxlaPnaS1DOJQcRUJjFXSUFiiaVgU9H0w9i5EWHX90JvTbZyfP4X53V6NCIyVIcKMDV3iY6c+ytSy0EgvuUogBOzwigwFQTB2HJOUOjd+8ONAMTZWI7OhTr6SjsA5bPSRqzjA2ABEYKwHIjD2YURg7GBEYOyTvhOQgLGLkIh+lll31urNNZ41C0xWwbrzACIwNvdA0pIlk+0jtd0bSHKdXsZBf51tN4x9DBEY+wwCX64LD4OxOox4Hcn3Nw8A3Py9joXoMX5x/XQaGdhnEwVGPEunQy2zoTlyIx2pV7Tb6Jg1GrFW4SY6bXIaYdHss/caRGCsGxLSWwUlIjD21V/HXhWIAIwdgojU32HI9hQkpLbmBSEa5Nj+iGD1DFzZlQqdEqtnQYohW0ut2Klp3lWdB2tm9S7sAGlgbPre8ePHv2B/hLE304jUg0NbfDMvMPZ2Nt8GrFkj+/IW9mYY68miJgT8bHWoiq+1uYXL7QkC35kXIjDWHRG8NzQDaZDaku6RcIwHzCzLfnGMfaR+D48gAmPHIsI8Lwz1Osgu/rpPtJOLPQGw/oJZPKi/oeN5kNqmTkWE+fuGnPkh+MopW8/EyPiQ2vbdiAiMLY6IkhmqtQqSAj3o8/noCxQk2uqISJXVyKpnHh6cOQVfGxW1diBgbRTfZ6vKRq8PMibq5Cm3AqYkq3l+rhwRvp+rVpMzJlLbXzki7FhVhhuNKs5xC8TQpcUH2ujuhlPWDhib8gEaMHbiRN+JE59P14T8CJd8uRNikHpezKATQ6u/mhjGLhg79HMkhnK+3wzx/kNnauq9NyAgpQ8j9S73JUSwniEi+JOXq5AKjPVBhF3XNft8aWwaREdqXb8BYzA+OyKj0fEsHRirQQTGqhCBsSsQkdLfkfo9vIgIs+95PMYY7HFQH3tcsO85mMYNX9GvFxGcY+w3bVquWsZo6kwmemMIduZOm+YHY0eNGjWo6t3BIrxbNQgEwdjliI/iiHrmkn7qrYjA2NmISD3G39ZFI4GdFyK8u77Ecoj22e5AhP79Mg8zdxuMzb9lOBJSrwETEJH6/V6HCIx9DhGp92/+iDDuRb5fJorUdt0fEalPcWciAmOvRwS7ziMCY9Frw3s0NlrcB40iGOSecfPNA6gCY99ERGoPnNHzjVslCPIThbHaNKxXkuFe5O4efs3LNvyLivyptWvC3UFAONYr+ZjG3VVuNDJU7O9sECKco7btDRrbOEftJkRg7P1sXjvz1Jkz93OAsVqCwkJioT4E3ETVU1sJsLt5RKS2ZvDQmpj3M3qh585TEMHuuhGReiW8neKu27/SaKjGP4JzDs3iYeTLIznA2LbtaMBYnRhBhTH6Yuqz3YYIjA1DAMY9RDE8R8YgZzhtJ+d9BaOHeoSxC6u7iEh5VyD1Of0Vl18mghIRoWcji9y4SD1jvL29dwwbtsPbe5gJ8S0U6+wSOAv86ESo6X1dxi6p/YoWuR9ybEzibOTaKiNJePpJMaT2iwenzPSIi4rzaEu5cfdbIkg9bmeXvoOE1OeLTzD5606R+9sHEZH65o7eC9Yf+PxVIXry/kFnEb/6TkZEan24DxEY+ygiMHbi3ImgALA5P6vXB2DtwxwahedPnJhODCfOB3OORefD6Fc+XxqHBwEO+/Iita9rTTZU66jz4viH4LzQCfUAEJHSkkv9uXcjIvXnDqez/jMaK0bQkWpuzEMExury0duSsjFowNi5iMDY5IPeSEi9tiQiIqWtlhrrSYfhu2TcTEdq2zeAwcy7hJB67/4yIjBWIUYQ83s4eXQYEjD2XsDCo5mZXV2Z7QvvFUbqvTD9vQMkYiQ/Un/uEtmW/jidhlCVl6CpI1R3/ljMBcaO5vLrjoFc7LVR71a1ljTkU+fxRESk3v1s29q9bVv31m3E/PuZD/MjJVZqm7ob8vtuu3DfFQdEcX/aayTn1rlxqLv3RhJp9/foLYjUTz8MEaznvXTaNNSeANEikS3R/PkiV3cliVZLLgUtEzgbJiHi+JtGNTWAFRwZCeXMpSZojNZgUWDs44jA2C1/ffPBNwhctrU0zhgCqgOsDKAqgLX0AoWT5d+HvhAq0uXfpS1I7i8UWfk/2//yL4/4e3Lp0OJco9SuNHgNmhRSQLwWvQeupReM7vPy79jjBebEwqxBbCws+VdBDlz51zb8l+VfcDucWyzaXdDINOC9oArovwLqrwq8VQRBrpJ/Bc7hymUqBnLyIWzHiekBkEVFizil1Ta9APLvGGokVjmbsbqQ/+dup8q/4W+/7Ur5d0nugdxixMcYS1k8TM0ZCMi/arWY/PtBVdUHTpF/Z6wvKfeQUw+um0j7Vykm/yK6vx7OlX8Fr2iulH9VduTfsL4v//qp+gWODQwccpX44ID8q1OigPecxPXf9dmo8i/zRb52tdngbKmCqmdKvJ7NwerZhl2xZlDXZikrY8z1YK6tNpvrYazGEDMV6r2wvCA4vyTk31EIBZN/Ed1fyfKv154WKeLMtKFtQAC+COVfrP4WeGL11zMeW6scz4Ngm3qxyL8+xUlRspBKLb/8q608gEcw65kqPFzFnvPf4qr55V81/bMF1O3va/Iv7Pvm5enBT+3T8m93XVogSbylQgdm5I4mSv69Pxtd/sUEX1L+hYU7wDLRznlRU9NdgyT/amRc+ffzXz9B4NfPpcq/LWs2HTmSeq9T5V+0u1zXy7+Ijhgu/05GGTjyr8a58u9gMIACBjH5V+r5Bm722IW7SbL8i97fcUj+vUF84pj8O44c+OTfoWSBsfOBGDHfSDXKapOso0NmojXhRiwExpaMArRWvTgYQL9nJXmxqhVGlGDfA+hsXCLyr0dYmIf8aHl5uQfPMc7Oripxgvy7v25zw5r+PZV/ycPM2KBmfr/5Tz40HAH7fSMlU/5N3fn7RSv/brZAwjH8M5r5CbfJvzWY/BspitR23d8/Otz+cCnLv3Ig/cIRTHD595WRCLzS2/Lv2Dlp7eX46++wcGD3+oe9TJJRVJRhWwnzh+ov2HkRyL8/Lv7ww65Nv2354zVB+bewMja2up4u/1Jbpcu/Uu/04OOD2lq1min/ws4FNV5o+Te/5SSgJV9M/oWgyb8rG9o6Z9k4kMsF/xNh58i/QQUhSZEDLrj8q9E4Rf596X4wihcXy7/awsudI/9Sz0ZOnyafjfxR4sZF6hnj7R0cfPBgcPAOZ8u/3n5k4ci/1B7p8i94SeyHGiuLip07u5fl39dT5rUB+bdtXkqTqPwr9bh9/XW/Hajyr3x5y39W/q0t/V/+tQcuaG3YNxFj3wYB9ffNgICs19nybxdwf8myArq/Ph4qfMSPxRdPz3Sh/Dt/rXWt/b7uVuz9sQ47L2Ydh2uGSoUd9UkDuHjl38HOlX+z5+FFfDIPl3Q9kduSaWWukX+jkhj27wju1LXyr3BbzRVZBWMvXflXq1TwEBhUQ/8e+h9qD5Mk/2ZaKrqW/NblfPk3ynowF0n+9UYYsJ/rVSxrJO3fdL2PoP0rZNIsZvEHR/69x3H5F7q/6zaX5fe/EPLvtq2gbINzWEqX8CM1lrwEIMq/v0/FDWA49FH5F6EFcbn8m98f6r8uk391ithYRV+Rf6H2Kyj/3gWGcalH8kLjDvZA/n3/fZb8K6vtfPwDFPlXEQhzaYbsgpUBVAXwmgt44X0486+K+8eHa9ZwNu1RgVDez/bfkn+vFZN/H3hhqvhIyr8I4m+oDCD1sfHoe85GghejifC16FnwUjQmcTRFQQFX/n3ghd6XfwGVhsqrtFnImX8VF2fmX4A61CpWHxfmyNQamcnqxdepUHl5WU0yjVqWs9BV8q/QOQzkX47+i382telYx4lFAZDWokWtRa0BrQFA+cWkX3K6yMXy75jBFJT/y95O1IX87budJv9GP/u2a+XfAweScqnMvz7UAgsYG8+iJl5bX6gFMxYC8m9ysrD8+3hdUVFra9VjXPbv55F//1n8jAD/7FyX4UHUdR2gOy2rIi3e4cy/L1ZNp7HCY5hz5V+xK5pSAX61ykowAYsXMPNveXhYn5d/VSq/Zd9fdZULMv8qgrQKVPlXVP8dfjg6G0n+BbUjiqwh+FlWWJmgcb5UoRjCqmcbQB2bNUsRq4nZpWiq0ZrzzIWg8xCE/74aIvkvnPDNL6HMv6OoKcUoxpTM/LvvWrtFuvzrtbxFkjhDCsAXmfzrGbQt02pMwOrvNqyd9PQcz4NQm3qxyL+VByj9lyP/am17q4l65gesCazRDwMT9hzu82Pe4pqS9Gqu/KvWJ5no8m9Aa1V2n5J/1bURtZnLl2eCmbovy79NrRVKyvfNiieXlWmthAmMCafnHMr8CxZ/FMTOeRFU1hnocObfzz8JClKyBu6GTyTLv8BF7PzpWMKRL+91nvyLcJfrTPn3nXeEM/8iDIT8izHZ3iie+Xfiwh7Kv7j7C0d78m8MIrTMv3LGvR9nRS5R/kXv70iXf29A0H97lPl3HEf+HcrM/AvS+gI1wqq3/UFlxwlAh+2PLPVWsBskB4axhxpI/Zdxz0osvEuovw2H8O8B6r+XhPwr9ygv2VzSjKu/XPk3+9usnsq/L1atywKvSXoq/6oTEtg3ehpNQoKa9f0+iZL8V2rfaMLO9al9UP7du9eO/NtdgyD/Wv6EhL0NeNa/OXzmq1zaw5tt8m9hPJgUhIoitV339w+P9oeITaMvQfl3EDPzrxyMRObfkUhcCPl3krj6W07Iv4T+m7HjZZxyd/dyYnFHBqH+Xgj596gr5F9fWDB8r/2tufnUqYqKjOZTi+9/jdjHlH/r6wsqq82VDPkXbq2EW6XLv0itGVf+5Wb+ZYwXVP5t2UPQ4ozMvw2D2launDULFIwEExf89304refyb5A2NiFuAIQr/27EcJH8m5DjpMy/L03s3cy/v37e74rLnSL/etZsK8WejcyfTz4bWSkg/4qfMTodS/690wq40wWZf71hgajY8q83VSTLv+A1sR9irGm6ybDhttm9Kv8ObUtJ2RK1MyWlbea5twjOvbX73LmF83a/tXv3ue3EVnvHraamJogp/36d+Dmq/CtfdvK/Kv/qD2T2mvx7FE6whaP4jFX6kvw793mD5imY9fcpjeF5QfX36adZ8u8mPO8vLOdPewBUHh7BHthIyL9f3PKLy+Rfa7Ixbu2V86fY6eti/9PHmFdpDg42b11CZEH8P/MvW/71GzHi1h5k/s2eJwbcS0i6x1ei/pfCaWVS5N/3EAom/0IDYhhQfOEgqP+OcKn8K36N3VJvWxSKvXTlX11MPY/6q0izMOXf/msaMsIkyL8//VTRVfETJv+mOlX+NQ0daUWRf72Rf67KKzIqZw2hweVERQrZv0J1ZzGTnevWM+Tfez49e/bTTx2Wf/fXEf/LyvXyLynzEvMcEz9SY7E7/ISoWvwRmsYgBCH/7n1wd1/P/CulBSGfEAsD90qXf90a+mP6r2vkX4VCWVgIbk56Wf41hUaFqkNNepNen6QPTTIak0KNxihW5t+7YLnxuzx9BLR/w3iLXfm37JvH338cjo9/8/rjeNJOQ9Nf+/d/AIrocNmCBdVmY65eplf56I3JUYYF1QsW6Jwt/z4kVKTLv3I58+7j0KH+ZWVwSuckdiBEPpuSoG/LvzNiY2L27t3HL/8Cu9cuD1Dyr7j4q8n5re03qfIv9f0OHKhPIr7f0SQhIVz5d0t1n5B/zyYCtFnimX8VtuFizfwblbTERzTz75iPU/Ng826MJJL/qlRwJNL+RhrhvrzUj8e4Sv4VOofxd7x+Kj8M6t+vqcnURsdOTF8UQFAEdF/+zL+vIBTHMv8yTd/9+3nyKNnqwpO+PZF/3cBA4A/cX1fLvxEHiqHtixVygVoi12HsHAa6SZXmkJyQEHNloY65h0/+VatNq1aZ1GoB+beuCCT+rSrisX/r6njk38Xrn+Hnj3XhUGqi5N+0rEGbK+KRM/+Ow6dc9/cE7v46Wf4Vv6JVG3Rms85Qzc78O9dFmX/LsWlYee9k/tUiQgojfkt/PX58iDjS5V/trtj6OVj+X51gIeVfMf13eErKunUI8i+sG+fPM+XfeO0us8bpUgVVz1Twyq4B9cxsMMfmaWLyZIaF3/2cbTbIQmLNBvL3NYTsHX/JZ/4dBf1efApn1OBOn+Ly7z5g/4oUhzP/Ak5KE2coAdhV8u/w7W+8sX0covw7pLCwh/Ivu/6S7eR4jOcI8DXxNlV7/HghQMuSfx+wjYC9oIvO3NqX5F+Flqn/UvIvcw9Rz9qaM0RpbmPc4qqTViXzyb/Jq5LUdPk3oLVuv6Py7+mMjNNOln/VstLlmQeWLz+QubxUpu6z8m93RcW6ioo0PO9vRUWdpYIwfrsPwx1NSlL+fekmBzP/Ph8TIoDIeQEJXHmyM8jhzL+fBLFRKjlbpMu/8MVkftmbJzqO5XwFEgAPdob8i3CX6yz597rMyZ9v2tSvX+Z1/PIvSiHk38kI6q+LM/8Oxu1fMIjKv1IztUDhBgwQOCcW8SVyh/TMv+j9HcnyLxrS5d9xtoGb+RcyFA74Mab0XuJB7rHysLDyY8SjW0oNxvuIdP2Xgqn+4v0HOQDqv70v/44gJxTUZifIv5Dy8PKjKn75F/Lt5mga/tyJuPy7f/3mhkPsPjgi9H8raUjblGOQMTDkfJhmUDO/X6Tkv2LXAIhu9dZCZubfPin/pqeLyr9Bys5uMMHQcQuv/Nve3A6EkV9eJdmDrbS3k/JvfOGCgsIaRPkXFjhSSwLtOjB7of67AkzgjLt8aWb+HQTuqsAEyr8D5Jj+Cyd9TP49nnhcVP0l5V9S/yWT/17j7n4NmfYXV38dlX/9mSNnE0P+PZoR5srMv77Vpc0dp2KrF/9Re6r5VPVE23ZS/iVT/5rNu1jyL7VVuvwr6V2XWh/a2Nho1JtY8m/vZf49uWfPyRYAnEuTf1U88m+beyeYrkxrSMP135Ev86sI8CFomhT5Nz6+uzs+nuX+7goxFg8gkTPk342zu5uamuLv2egK+Vfz1Xca58i/WOpfFhNfoo8uln8nD/j8e0H9V4kI/SwI6dcvhDgLGt14YPWLOWfMnK6uOUz512pNSoqzSsr8azAgZf71U4HCm/mX2OdI5l9Ai5xX//UIY8Wqj0WBFuj52b0p/1qXdKUe0XyV2rWk9C0A1H6b5r3lO+/bb5t274ZTQv4VbekCFQrPP1f+ChYo+Rdydhma/AvY0wfk31eYhRyp0kcz/2ZmtmVGXqDMvxMmOJr5N3bvRIy9scLqL1v+LTyFmb9wOH8Qpv2F2q/KAyuE/AvoXOYa+dcaqo+bf+Xa3Pn2jYUYeF6YfHxM4D5fZgbnhVKBEwTgkX/TYxcvjk2/eOXfwWz5F3q/ED9H5F9S/RXK+QsLKf9C5uSjyb/A/nVF5l/s3x8H2/L+jmBPXZ35V6ythnrJghxzEJhjiMRSStMFk399rC6Rf0dSIwW11V7m3yBFYFqWe1pgEF3+BZRtXhGGLP+W/vZTV4UlE5N/4eAk+VefHCEfeTApKcqe/AvwRihYnVR5+ejzOvvjNMqKBexfobrDTvy77ieG/Hu2AHAWXf7lpv2FYvJ/OvOvOi/hVM6pUzl5eaADmCgEKf/+juX9ndCHM/9KuQdmiAc8SZDVDmb+LSsh9V+p8u+UtXblX0VlAWwHKs2K3pR/1WqjNcmqhzdEubkRuUnW5Ny4ZGsEU/7NHjeOSP6bYzJaHc38+01De3tDQ3tZWUNDcwMm/8Ln+lsaRo2yWx+CAT4+KhUoKjiHq0HUHwn2ucy/4H1DCxW8pv8ay5qGhnwLWKC2tnhhB0L8s3l69vXMvzP2GjQaDfBqpl7LlX8Jt3cqmAjMwQiAsSLiL3TR8xq7ftlz8mStZPkXf2k5EJ9dh89Gk3z6KVv+/WdfaemD/zhf/t3NLHALdyOzi5MYEnI2nrB//Z2c+TetbTJ4u9qW1sflX3VEsUouDH5ZH3M3eLMI3xCqvOBGLwi+pILvEsHDNRBytwvlX+45DFBBHp758EwAmFHyr0ZjS60eBVIATw8IcAsH7smiIji04tNFRa7N/AsZg01IJ9TdnfUmFe6i1YU/zzko/7q5LZp+6gScLZoenfE2wLXyb0RE0oElk+3DlX8XxyR8l/Pdd/rvckIq7cu/pri1wCSKM/HLvx8U1X3z2OPfVAW8/xibb77hkX93rpvxDA8z1peUe8gZ8m+8pSSrW4eU+ZdyfsnlFw+T4i9kRfAwZ8u/Ilc05a76XdVanU5bDRaUNPl39uzqSbNnuyLzry3lb1hYL8i/6YjYssX5yYtDNYY8gwgOyL+xhuo5iJl/NwrrvwsPLxyeHZ0tKP+qqVlHxpsmGV3+hdRXpztXqqDqGbhC2OrZAo0MPImYt9CwcGd2YbyuIF2mqbb9vhpDzFRo+Qrrv86Qf1v6tPzLzfxLQW2kMv/iIzbjX53hkPwLfBwp8u+Uq6+esooSgJ0v/74xF+MNBPlXO2TsEIsFTLQ9kH+F6u/U8ZDKyj/+gON4DNG7BOVTU/e9dubMmaeUIpl/96an7+27mX/Zki8p/7KlYLye+aXdeLg1QJDWwzem+dFucU3JcQPX5urZ8q8+d+3AuGQTJf9C6qqyHZR/o6OdL/9G3GmN2LMnwnpnhB3512SMiIgwmtS9If9W1GXVWeoqlETeX0g8nhAY22Gh5N/XUhzI/AvYYBDqFIjfPWu1nocOeWq1Dmf+ZaGEhYUD8i9gacuahs2LpgP/90jqvU6QfxHucp0l/3ZN+P7V1HNpP/zdxSf/oqi/VOZfwv+dLDZ3cebfwbAgZf7diAg98y8YyEVyidohWf5F7+84Iv/ewEjzSy1SO3qS+XccV/6F2i8BjIVNnHE+sCPmG8F+MBiPNjeHGcECYwfRR2Trv9RtLKX+kvIvqf+6Uv5d00kuda6Rkvl3hDMz/0JuFjrG2ThVJYTm64+S+Zeb9pfx6Zh38auuBu/HwNTeEyCNZkvnprRGPNGvGp8mNKZt6vxQo2F8v0jJf+09QW08cb5Dy5B/D/8+gcXvv//e2/JvY6OY/NvZUAZo6AYOB3Lm30HtrwJmwml7+y+/tDeTLnA7If8WLsgLqYz3/D5SFHq7Trbg5EAVduZfOOLT6HAwMpZdn/n3ZUQuoPzrvtmymcj8i+f9BWUATf71Igu2cvToSPZGL9fLv5N2bdg16Ti/+ttcDllBfLuk/utevgMu7fD3x+fl7oT6e2Ey/2Ycpcm/dzhX/n3Nd+9vzR37fFev3rT6x321b9Y+YLN/mfJvvdlcUM+Rf+tjwFbp8q/4nZ6WgLrTM9XWNn64pbY2VK1mZ/4luMCZf09i6u9JOAGLPc78W5IFJivbSkaVtGH2b5KRi+33bZMg/3ZXALoZ6u+c6oRcm9op98mly78bu7OKihpa3S26jS6QfxNSU3N6Lv9yvd+XYGHhavkXvCrvt01A/1UiQpwFB0+D2t/PYukX7KM6DXNORbtxsXf9D+zqCmTIvzusEUlxw4Jh5l+1CPR/p6wxmzUaxMy/3ryZf1W2fTBWhYjt7GpZ6sfj/gZksM4YQnswT5rde/KvyWTKM8gMeSZTyFsQ3ybLt/N8fc9t73za13f76u1gGXv7KXbc0pqCFPHAelEEdddQ8i9kY78dAxHkX8jyll6Xf/tE5l+dVPk386dMUEpLMy+A/Dvhd8AEx+TfiXMnvvf88++BmZD6y5V/u05A9fc8GFcE42l/fYYB/xfOggn5F/L0TFfIv/OTo6D3uxYIwMJQ54WPCp4a1HlBMpphhGgwZFveAGyRaQRxWP5V23CV/JuT41jmX9L/lS7/IkKTdIPyUeRfaP9KkX/fI6cU7C3kd2aKOOgtxghXyr/i11jd4oLV9QoCwdheyfxbnByJy79P3y4AjI1DBL/7GTkSjOwBFMZWuvzLVX+7LeCGkPk94K5NVvSKMET592hmaSYAk39Tgfz7pXPk31ziFjQUIfMvHMUlYEL+lQMxx6hJ64/zoWyJl5yLsA33x2IaX34JVyn5957ExGqzuTox8VNH5N/960Ha33ya7SRV/i1DhJ3NF5ZMAaTGyqAdd+rNN9881QhcvJjbhCDk3/FT+3zmX3v3wPFaHV3+VR/rOGbS4FcrbPVEB1gjVzV5YLdaQP71EDzLgIxf4lYGOt/Lpjk/86+iulKhUyq0hRIz/yYmwtGZ8q/VmmuNA/5vnD7OGKc35gIdmCn/brakjAMA+/fer/L0uQeDccKIEU4o+Vfc/i0vb24HDjCe+Rd7x1nbsNndDlhlwKsB3iNi3N7Nux1M+pr8K19KNSllZfmWBgso+SD9L0n+UvxACH+2oJ0fbmpsLPhwSxCv/DtsxAjvZcvlI0bIly/zBqu9JP/GGgivJn3vA/u48i+u/wKmwjnfOin/Cou/sJb89ssvJ0GpkKkly7/UC1E4xyajKVjy7wPVpT6RpdUvOFf+ncAB3P9O4MLs4syOjR07icr96+/EzL9thMU7pa1vy7+y0Fwx+5e8rI9ZmAMbepMVWr/WCKMxwgodYKsJbs1ZCNRfV8q/3HOYlH/lmYYEQ+menDxDlxdct302ugFsOrbi9GcBkEWtWN5fLPOvi+XfMYPp7G91B7TuH8zaQa8L+X/udizz73SQ5uxYR8cJt0UdK952vfxrXXKguHgyASPpr7j8q43N2dm4M+e7n3N21n6XY9bak3+jVsGVVVH88m+V+/6qD95/bL/7B6TyC9ZIWPLvP4D1bjvh7BkG/+xcl+FBr+tKQHxFWkW3EoeUf5Us2K/eSW44PJ0Cur888u9aDEflX7ErWrpZqcAxp9My/85NfD5kQ+Ikp2f+DSvPGBRejmf9zcjoBflXhghDGMmNEo2VLv8GVZorg2B+KAT5F+q/c+fS9N/hw1NIDkev/zb6WyH5l3qT35FRfor5+8ZjFBbEaJwv/8L6BWUYsp7NUihn1cdWz3sdDE/vrJw1S6mYRX+Qn44l/yULZ+6I/PsoVQANqx5+eG3Xo4ztzpF/UxJAdM/lX0r9pfL/ujPy/8ICY+nZfWcwBnwC1V/HMv9CliNl4yPU3xWnT59ecXoKLQOwM+Vf6P5O2rh69cZJc++wK/9uy0obOzYNjlnbHJd/eesvKf/uG3q0HZTypfvGQ0TvEpQzzAmxsbFnzugo+ZdLTMzUPi3/Qv33N1L0rcTl30qm+kvJvzdtv+lwiRsvJYfBTob8q59/3cDrVhnVTPlXbVwFNs/X0+RfdzC0VmU7JP9e7eZ2tfPl35bS5JaW5NIWcfnXFFEcCd4RRBbn6nsj829TRVZFU3cgRNfUZLE0pSmxlXi4Iw3bQQinvtmI8u+PkA3pIIkRvmAQQPS80C0we3Z2xptXOynzr/KTbVs/UToh8y9kT8shS4kb6BkfSzjyJfR/B6PKvwcPcrch3OU6S/5V3bfr1a2rv9+6aURPM/+i4OrMvwAi86+T5V85LJTq6/Uvd2cD18R5x/H18wkiDsekK3pZR2VzboJs7bqyrVPpgnXM9KOszsDmXHWjUUbcS6kh05AAihADNro6k2W8lUmIZkz4gGtEyyDyoWw6RKdSRUGK0CoCq07Uupf/cy+59+OCwb187/Lcc0+uVpN7fe6b30VFodk45hshgcq/8s93Apd/P/5T9KIKKOmCekEZuPxLBf+KJf/CSH7H7IBfqJujU69Gm6HGjASmzhG5+i9f/aXlX1r/DVT+1aWkw2NkUnQy5N/GUuglhv9BaaOA/MuzfGfNSk2dNWs+F0o3koPgdxyRWl9/NVpc/gX6bJtXb4P+oW3bNqMJWciQf9+ocZmQ+wsj9fmzpdc503MNubPnzBaGIf/ahzwwdFEdIDBRdkHDIY8T432+EP4rjdQxACj3DNV5EtjyLzf5t6iotbXozn9U/rVaLFZx+Te53WZqbzfZ6sJFEE7+fRX3fsH6TUtLA//3SvctvIlK/m1pVqkrWuTIv7DLXkfZvqhK1KhWKOHlT/4F9oLdi0o84xdKRn3Rw0j+nSaThyX/xsTYbDHtpkjwf6nkXzSECCb/vgJjdzcq6ba4h5H8u6QsW5/R1PaemPpbfH8gka1Wg/6bhkf+pqWh8tE0XP0Nnvy7aPVqKfm3Pq14ksm/hYUTJ/9uH2jv2vT8M4caGz3PL/5bV7t6E/UOP/kXHhVGy7+MVin5d+dOgUbJvVk55DTduwehTbEs+bcRl39Zyb8h9EMHiHpgW9vk5d8LyP09sWPXrh0nkP17QVT+BWTIv7+KaUelCTKzTdLyL86am3LlX4vXa7N5vRaG+9umZ8b+VmvszLM+SyS4vxeTqqqObzkoxAPJv6rO/Pz+ICX//gwGdgXV6dfUy7/AikfA/n1w+XdsbEb88ndNpndXRcQXj4nIv5JbDCIhgSXZgCPlqD6f+9ZC2cm/Sr1++3a9Xikt/xKZv4BI8u9Csgi0n4q638y3f9OqiucJ9B9gOoVy2W/X/afkX4ej64xdebl/3DH+OuLevaMbj4Lye3Ro6OZR0H83ntuIZ/9KfG/Jtp0toWDnb/mC5dj6Fqb8C9x+2yAJfZzedWNq5d/OGkRnEOTfKU/+TQhA/i2pRfLvipHaWnz2KvMVZPkX3N+inp6iO5OSf4ENL6nVL20QVX/58q8H1F98uD9GxP6C+osmEfR38Recz96aAvl3f2Li/izD/ulZ0w2GCeVf0vsFA5i1P4PuNuht4+YeKhVbX7t+/bWtCuX/XvIvCEA+KAJN/qVif+dPQv7tlwkroXdBaWWpBNRZyKre0xMSePIvoDNXg+KLRnixRlRMKvm3RiaSx9i263A21WtJfuq1cDQrfTwur8Apn0D+XRQU+Re2HLDaoJwx46pNDPwsWiZo2fMyYcu/4XAHg2JpsjcmEk5ol3LlX6CyfTPov7Lk3/P43rkkH6m/SAC+/LDlX0r/hfJp6T+XeAZ3usIzjcCjcMRBCxtxG46Wf+/evbvd5drOkn//eLtZrVKpm28HnvwLsb/HG9oZHXaldbZA5d9LMqHTfGEgR1+KMIEuq8DsvlEbAPavUanf8FsRcPkX+OYdVELxX5v8K7oHid248y/r69bv3EhsT1TP8YDb5bo2oCWN34GGhjCwfQHc/L3mcrkHMMwv/0YzRiiiYcrFn8XtdoOxeWPXquAm/wIoBD2hKSE0APm3o2xJTnZGTk52ds6Sso4gyL9ACp7460hMT8xzOLTp2hRziiFdy/qOu9NsvwT3F42f6bRrzULhv6mU/CvFO3Xg/16peweq5N9hMNFh9XanSYNioLeqdHmaxPgIyIJ2aDLIGOjk8qbylnPev9/87JalDyT/zvEUSRGI/Mt/8EgleL9uACaV9J9AfhEi/zagxagYvDaoVRhbBOXfE7sX7r5x4cbChVBA9QRX/n1VJuIrToQc+VdP2w4Q//sJrvwLDxj+CQzg+UKJz/HmoY6WFRZ/AXSTwNl7CzHsVASW/Et/vmZ4IKr/8/0Ckz82/ZEh/45Xz1hV3bgsuPJvBZf3K7ZXCMA+xXnyyffKMnLKCfs3qMm/b0/38/Z/t/wLZ72agnhp+Rf4wx+KnOjmoCYzPoXcrcVnalCLs+gP4P5Oofwrtg3jfa8lCoXzhRNnFQpa/h3yNJIPvaQEYK2hIBEjMoABMv+Xln9fkXpx5N/dogU/+ddv+v70eFVV5KVLkdC3+VO8FUae/AuUHi2SQEz+vTYwYHQ6nUb74ECKYWzq5d/qguqCTIbvS5V0U7yQ/Bub8UF/P4w9ra120H/t2VLyL3xvGiwXzeRCBcP48u9pONycNh07HknE/P7+UuSx099lpP/CjF/+vVvjgnMnl8tV89KPmNx1paWGkEQXo2XbEBVtFRVtBI/MwHmkjQP+HfMp5Lu/fPnXrADMk5V/JY5oseVt+MNhoGgrj6Xl398uUyutGTlBT/5NTZsZGZNWTyb//i/IvyEwxsWnB1f+DS9HWTHwgUM1QXik5V9Ar6bTf/t6evoKST71S9fmzT2fEpR/McUAnKgAifeL67sTFXz5F4it2OoMqvyL1jMlOrJH+NczFMOTrXC25oPnkA+7WWtTW0cG6+8LJylTmfzbu2bXGhh7pyD5d6NPK/yZvSIT6oKOtnyBsCS4roMXAfEGP/kXXviEHflLVCYn/wInhiyS+OXfsbF9+8ZmzRobQ8KMsAAc6OdwmkX5wSUVG7zegxVLDpaz3+HLv+WmI+uehJvi646Yyicv/9L7Sdb6u/UriFMj3Q3dxcWpVwn5V/IqIeFvBxIxHbaMLf8uw188qHf+u+TfMoImtbmgIE8Hnxwh/6ryDAVmmFU3kQv45V/gSz1hAvR8Cd5iy786SP7NzeMn/+blQvKvjp38C/rv8dOTkn83bw62/Kv01U7rNVy4YOidVutTip4hYykF1P3I+FwN9pDlXyDhpsmSAFO8vgVu2cEM5w1KOD0qU/7VI9RKhQqvnDwghsR2AYTn3D585GsbQoOS/Aue7+EDB8D+FU/+jZMv/6I7k9DRiNrg9HjQfgYCgD8uR/5dnp4iIP8GepV7isVPOFUatOx+DrXV+2fNyqqu5baT8q9ILiQ10AmRBTKZ6uRfapyS5F8YQ0pK4jLPdo3Piwi5Mj68IoR6I/DkX/nnO4F+DvkymXTyL/i/fPmXCv6NogRvlugLyb/19ZD8yxSC6XNEnv7LV39p+ZfWf29YRBE4p02By8h581ZkFqRgE52nljZ6pl0oKbkwzdNYOmHy76zUseK0tOKx1NkC8u8jMhH6jqOL3UBxtJj8m9+K1pMeu1YCEfn3pz3H4emIQ4csHguVaGBzs6VXA6Z1KFKyJpR/VRYcoxI+VW1Kihb9EtqIWg55VAKf7w+KJJE6BgA/LPzsh4Ws5N/WmiKO+9vqWuTmGcFo2R0yQctmyURY/lWXlqrF5d8WCI6AweQlTA7+KJr8e6L7yi3oXG9Iu9KN0n+h6RYt/5Y1NZUvWFCWIgm9X6d25Zz0X6Kkk385bEYvf52eCSSL9H9d/o2MqRtqaDc1DLXHkMm/IP4i/1dI/u1+5ZXuq1dRSbU8nOTf9zqyVUqV/sASrvrbi6u/e0cHtZiCm6sMXSz1aJIKRf1MQv0NYvLvwICU/Fsck3ZVRP6Nl5Z/jx0Tl3+fgReanBw5t+n5X/yiwt5V/otfPP+Sdzwbb+bLv2XNGeoMnvyLWrPLReXfnetNpvV8/Vdyb1b+9T8d/XDo5tf/RN/4xLRaX1dXihauYwSTf0PIEte7ZELLtPNegGfWCQ/zBOXf0hPg/O4IwdkBFvCJ0omTfzGdRPLvTFL+jSHlX8hU48GQlV+wyJR/b3ptly7Z6Ojf5IQmtSPTr/7OMKScwdWJIzjvv3upKqnK1l4VCeXfjwjwQPKvPb8ov9MZFPl3MQw4xJSq0y9A3r2Cycu/wIy33xXSf8NlwtwKjO++m0JuBV0i8i+9xUQwtxia8PJyhvxbff7pt8D+fTw9TwqG/JvR8dprHRkTyr9ABEr3jeDKv7T5C6BlM/mcF/vhjV+rD2Hqv2ArzktLKq6P5vYf6OCWMfTGWg+sWxe4/LvR8+Dy7/LejYX9qv7Cjb0lxPNNj26sa9959LWbQ3V1YP62t/fdw5sl9nTJLet3rrd4+4Z6bKZQjvwLfEKtlYB5nJbTv8hWf7+/81GZ8i/cs0HdRUmumrvf5BJoXyTrouNsUOXfBHgFmvxbcqXEBMNDSP59vajnuA2exMGTf9Fdhs+jYmM+FJ/6PEoh4cm/gNUqrv7y5d/yUST/Ivf3PBH7u/xxpP9GLCdmzlPyL2KoNleSSci/uTpNFpJ/p0vJv9RDzxVwna+Nj9ei7UIP20U4nhl6pKqq5lJV1RGoktvFSRx9U4da3dGkPynKZOVfLAXQaFCpmxL5V+ccGXHqAk/+RebvJJN/nTJhS7pLshNTjKL4z0JWjUXOpImJ4dYA4r7nb2UN9GeGpRgeJ0J+g5X8u4iN2w1FWhpUOG9InZW+1/S917xer6Xje88sCQWklk1eOhy2OWxzWthwaPJDSP6tTjenYClmB/yma/kiKdVQIRMReX1wUEReDw3t6CDPQMoS/LG/loZIWBUiheRfoK4B6b8y5N+SEi8MRPIvetnlyr+zV66cLS7/Jualh8w9bzbr5Cf/Pv3EyulPIAF4IXeg5V8gzqA4NI3AojBz7TIpG247RevM1u0jI+zk39tNKH5Sld10O2D593TNJVsdM/bX1FATqPwbKRNC6EUeL0BOz6YLE+iycBI3usdmazDZ9tjRXRMx0LKHZCIq/+rsUyz/Sl4Dx66v+8fG4X/Urd/CTv51ud24/zs4qMTnYsD2VSghcxCZv4BI8i9QX88ygokXvUW2h+H677xVwU3+RcAVfUK4XPk3B8RffQcu/2Zk53ToM6AhCPKvTgvoYMB0iVoMSh2asvZiF9sbGvoKSf236LIzBcJ/eciRf4H2dlB//fJv4ua9T2sUjSeefuItCT6yNrRMbTbUvr91+fKtHWpNbu37sOsk5N+N5R5P290PtySIy7+uS5dc0vIvErqkEJZ/o6Li4sTkX+AGuUupu1jX4A4D3A1QJW9N3KC+CJF/G5BsV9y/PzCgsAsm/z6+G56rhH5njX5jDdXdTzB44AcIAqnFxdHi8i+V8nvKqqBRWk9x5F+ZoGVFxV9ECSH/jhjtzgC7jeEQkaM376++vfWjH92aozbvz7z9NfazUMsUOX75F1iWWQumS3Dl3/kc5uRqDPvn8yF3JDRNqqaP0dm/EyT/4gEuDQ2o3CaZ/Ns7nUHvQ5J/rTLhnWLpNNWS8i/BF78Ktxcx2JspMNX4uApigHUwqzwDbwBTKP+KbMNv7sKTf+H+1u7d4zqG/DsNqEQGMPUkqQJ0IlSAJDPt4LVr25JI0LKE3SvNK5T8K92bByWMtPxLZ/yeTqq65L3Z0nLTC32cp1GL/23ufu+ibbUoTPk3jBn8O2h0IjTalP2/fgjJvxpHrrlghTTxfPn3rr2r1dgP90f7+vL77f2tziYJ+de837DP4UAzDsc+w34zX/59JxJyBLshTZlwf6su4RLwdyn/93TV72n590fbiVOnGlbw7/dq3P7Oveh6N35aquZwdgbOWW47W/7l5v5ew0e4xJgC+Vf8iNam7gj106FuI+VfYIleqQL3N7jJv0AqyL8vP0rx8OXfRJmQwkhIXHV8CD7RqEThy79PPikt/yISkpvKpKN/0bJ48C88RgWmhP7bA0cSV0+hn5rNrhqYFRLgRuu7i+/f3wM3CveAp8GTf39IhP82qYMp/64NPcBZzx4Lt8KFYNmWLc354Drcxe/HKfCtgXmSon+R0n8p63fyyb99bNrnr4kqyYxaM7+d8wbZ0dFCj/BSKzFK/o2gBhH5d/2tNVGZ1QaNkGCYJhO0LC7+kkCtob3O69rTW9fegOYYb/E61L5HTvltk5F/50bFAZkacu3RpOtE1of5AOT+zt83tnflyr170aygABzw58Cg6viGDWD/ejyeJQc3bDhexXyPJ/+ueyz2MaIGlXUPJP+uXYDvJ49Q62/JkZYFhPw7fna8+vx4wcgyfFbyKiFh0998GVt9L/GTfwUc4GV07b9I/k3kokE/99Xwmmn5F1F4LIzDMQj04sm/mM68z6HDOPIvNDv2mXUYLf9G4kMSCv/9b5B/MUXB7t2758IIkwKYFemETMmdQVOdgj1k+RcAx3cpBci/yPflvOFPmy2UJ/8qEQoEquivLxZBYrsAtnzttsVy8AtDWyaWf+Uk/x5punNn+xGJ5N8Tu2TKv5QcUdnegDdvWw3+72Xwf5GFKi3/5ul0AvJvoFe5CiYqvZJ2oFUTdnbvm6XYt08xa5/QekZ4YCxPDEB1dnsgHe5TmfzLdH8nkn+zZcJL/g0ZHvf5Rpy1ISEl43G0kBO4/Cv/fCfQz6HzDOKDM9QEvS7zW/oDlX/p4F9+8m8UKf7Syb8IJP1mgSKRpVHozqemLsf8swpWKixf/+WpvwDvc4iAHHm5N3Ywc+a8XTjzMs3YROepQ42VuwsKdlc2Dk2bSP6dPVa8KK24OG1R8Rht/z6BikCTWkI4FIe5gbBiEfm31W7E7d/8fqf09iYQ+3vMhZ6OWOmz2y1kRE1DWj1T/p2TCxeNs6DXZbq0/IspG/HgX58SA7u6OjOzGtxqTOnzoOZGJcb7fCuNCimkjwHhRw55DnmOJLCSf9khv3eKjs+E+52td/jy769kgpZN4dPaJdAoKP/q4a7YIb2I/At4XTiWpeHCiMi/AJJ/u9O6G5D5CyMr+XdLy5YtCxYc1siQfwFi103xOaryMUaJlm2QSaDCdIlMhK8hKy1Dpf9R+bc3as2aqF5c/g2ZMY8K/mXIv3FoBF7Z0z0X5F8o9rxCt0998u97bfi1uSq7Y8l7DPX3CK7+dt8fGNRRW9tbP2frv8Vvpaalpb5VDOovk7ceXP4NGxwMk07+Zcu/T8lJ/i3s+cxn+vo+85meQsnk37+Ndt8FXXJxhc5YjqzJu8MZ5DvPsOTftmy1Xp9RFkvLv8xWcfnX5nbb+PKv5N4M5N9/es7dY8q/SAnp8sFXw5V/6VMQvETLvisTRpLuelHWcORfOvj3hF+9I6J/peVfTOsbGXfi8m+EgPxrcqNyyGQzDa1FGLV8mEnFUWD/flkCUv6FyxT3zJlu+KUiFfubkZIb73d/M/PsRZ/E+7734czqRl0CddNMMKm6sk+AB5J/+/OBTueDyr9/k4nsewWTl3+R/nuEr/+Gy4TVN5KVtbXDCFvBkeQF7jA+UltMQls4Ma2tXcpI/n0LRjR5WgqG/Gtt/uEPm60Tyr9I/MURTv6NwN3gZ0XOFdLTRY699La1g2n/pi6qTwsLS9oczek/uAa+g+6aFq5oc9YFKv+e6zr34PIvuL91BbqCusKNFlz+vddns7Xj1q8JngsEVEDjn/70usT31rJz/YIWi6Vv403vcRNX/gX+9RMrCjslkOzvqNYopODKv787ffoYHO5+I0P+vVuTRDkxfPsXLWs2m/NYA0KgkZf8Ox7c5N/A5d+rpu5uU7epxD9PT4Oe/FtU424QkH8/X9jZCXtF+G1fZ/8ZKAr7+zuLOPLvbxfDeP06PuWpv8Ly7zCZ+7t3OZ73izu/j0MFWI6EA1r+BfLtCikmJf+mZE3PkpKDAPI632rOLTicAdtFkwq/zifNQUtVlc10qcoCVYBhIcSqlUp17FPiTFL+xRKzAIcDlRoMC778axzpGh7uGjFOKvkXeFZc/j11SsTcwGRCyr+/hUcCbkDT22/PfmK5CIyfTNVH0u5vQ0MMpwagZTfJhPmZJTqWU+bvE7xxEvLvKzx2v3D16u7d3FbJY+xTz9w77Nn++qkDHfi81LIg/6YZNjdc6R6G+amXf+MN0B2OaXLjgyn/YhxA/dVqkf7LgZB/m5pCWSQvbYGrQRDBheRfy9C0ykpQLDYT+q+0/Huu1wv6r7c3/zmCMzKTf1c6NCDzO6aLyL+ANmpuLkwmkn8pnl5pMKM/cf8cPguZ/VQRcbmKRqq7zJkSEce2fyVsOFr+dbVCyUn+zUFrgjI754/y5V869vciK/bX1XrnweXfJDSIyr+II+SkRIRAl4WgGJB/EXu6jJj0+quTiaj86xs3Tq38K7oHoeTfVudOlvwL6AaQ4guW5WbXNR1mdMXEjKow5QBk6kEjMKBTkPIvL+Y3LQ0K4eRfjv4b1ORfAH4ZEC5X/m3KKFvSDIm/HR1L0CsnuzmnLKPpweVfSEZWohBKEqUSNXB6uivruhtMVPjvpzuN2rzcycq/O98hptTVyqLUakxhvzVX8llpTVaNAZ0CoZUB3QJBc8SF3ZGbFZ5vfdhRDlVh+de159KekREoXMGWf6NWnIchTlT+3XGB3KmYbORlq9tmqislL+WoL0L835bsG4Rrub2D9gWCyb+E+nsBIPTfYMu/0cWbi+sjROVf/YufwKcqBQPVMrb8C7lNnAEfeQNaVlT8BZR2q/fELaDLZwy027jMCjdF3//aF9BtUbgHqkZzXwDUaioT6Tad/IsYH4diUvKvW0z+XcXm2Wpd5rOrVmWu4sKTf2/nALE28eRfGpT8C89ybG+HQjr514IU3ixqnG55OPLvczJh75ywFEd1RIgM+Rf0X7hewxQwGnfvNhI1ez6ovw9B/j3A3IbD8W34MCn/eobRD+NU47T8S9+R8HSlJyp0ZkN1dQFUEkG7JAzg1dso+VcmgT7K6+M0Pz0eWQVdLDgt0L0J4b80/FspdTWS8q8Qg06jEfxfR3r62NhDkH8hyL6gmtZ82Ym/FDz5t03d2m/0efP7hnvq6uq67P399jZx+VeDpvv8hYYv/37nWFVVw5WqSHB8gePU9DgUiN/9/ne0/Auirwt68lp/xOBfrS76txepaa67PxLSjtJn4KQLaUdE5BZ6UUWPazXN/dTHp0L+FT+ilWe0hfppyyin5d8NGcv0m9YFOfkXSF2Utgjk3/9Y8m+8TEj5Nz5EkwsFPB465O3YJyWEXqb5+9iTXi8UE8i/bdlWdXP5hPIvuL9MDrtcm12FPX2forJ/kfz7S578C3ltWsVoPUkx/3vb4ie2I0MlfZY1Vyb4eoZfFvwwdGtEBL7XNaP1rK0jPLmt/LMfVmy8+ZeNsWtjO9pCeemB1pMc73fyyb9JbFJfjXjC8v6qiFdTOW/wk38BNYYOcJAZGcdC4Hbh0AtwL64g3eHg2r+8yyr3TFEYyb+UA9xgA/vXMgSxVJEIsh1GtGx5+U3GQFX4Tfj6KxN/8u9cVESd1SkATW6iBhOXf/eB87t3b/HK+WNQAYQE4EA/hyQGkd6Dnh5Pj7cHCs9BbyTzPY78e8Qb+ySDWO8RjvybQVOegGjLEAQ/M8XPE7asxfeTC4i5ryBe7Ow8U5tb9NyZF/FZyauEhJeeOYrYxJZ/pfnvSv6N5xEB8Ftp+Zep/ybBSKm/fPkX0JoTMQVX/oVubbMWJpzkXxguHT8dRPk3QiZ8+Tfl53Pmzn366blz5/w8RVT+1Rbg/c1oRORqFQ/wdwhU/iVPGi0toX4sN+l6MjXjl3+f/6Us+VeFgy4nEfrrYkhuF+Gem4ctliM3Ly5YKiH/KpUyk3//3vTN5577ZtPfw4WTf+N27ECPO5Yl/9J2xEUTtBL+77VB4+XO5yaQf3O1Zp3hUR6BXOVyZVqF9RNWKBlV6c5uhwHHwW0ne15Yub/r4NRuw+c+t46TFRm4/MtP/r0eFPmXdn8nlH9VfKxWgUZO8i+MJSPz4laofHFxXQVx1BuoPVD5V/75TqDbvNEpj8km/yL/VyD5FwYC5s1GjIr61WqiozVaMggY2lk9cXz9l1Z/BeTfiPgJ9V/e/leTuctPpoa3/23kYF8z1+GYu8bObUfL0oIvIrV40djYIvQqTqXbEbhEwmNOSckcfivxb4vAR3Ka6iYiBtyprHZK/m1VOfN/2dqKRwB/oAxI/j1N3Cap9BgVKk8pkZFSnBrBSv7NyzPnznHkmQ1zYGYlb6Tl30PI/T2kVCK7GoHcaqWy0QLNhyYl/0r0Dv99xRVgxd+l5N9WPOiIK/8KPqmjvKm5GdJyuQjuz5RwN66fLxAIyr9WUMaHrKLy79Kb7XVAe0v4JOTfV2/BUyTSbq25tWYNLv+eIOVfinczJRH54UNTk0AjrvfJJJAfxwa6LN/9bQT3d6iy9D8l/7q9Ja+88MIrvaaZKPmX0H+Fk39B/t1zNcpkirq6B+RfBnFTLv8ewOXfZlr+ffIxQv0tHh1IxIjrZiIvLK345XrUoUJowI/WR8KDw+ofJZRf1NVS/3Ix5Ic9uPy7WqdbLSr/Xo2qL66/epWf/Cst/x4t7CMqfdLy70vje04t3q7PgC5lyEzavviuafQl1M5O/i3vaFZZM2DV76DlX6JVTbTy5d9v4+V68BxM68kGGsm9Gci/Xz+6886f2PJvog8dnESTf+lnDLwpE1pj6f0Ui0JGvVdY/r1xAYxfElSfUP41jo70wvMcxZJ/f+W24ZMhyP1FnHXwof++wLxez91OcajkX4u3ISamwWvxx/6mV9Oxv7maM8+Rfd9ZOFfh98BVl+oq25H8a1uexedB5F8nOG6Fhfn2B5V/VTyc0O3Ob5V/r2Dy8i+w4hGe/ZssE3/fyPsJa7fu3evvG3GF8ZHYYsIP57aR2jy9xSzk8bhghbEHVTZv396sVEwg/1KK70Io+Mm/EczkX1745cBorQaeWjzBXecTz9IX5vX1SXjfRxo3+ffaakhbwd3YkxvWBST/brQ3EpX1hzaem7T8W1jYu8KgM1ztLfw0Lv/mN8xsOHfPBD/3MW00gZ/R9ycw3Y+C/Cuxp/twvaWv3eM1fRhq84by5F/gXyeVCkwY9nE6Pl0nX/5959jpd07XP5ra/ejE8i9yf/32r5D8q+ChUqtV/Napl38TApJ/ATB/Td17SsRz4VUymTj5905PTU0rX/79VNHly5dht9gPnEEeMCo/z5Z/ry/Lhl+Fb1h8PXvZdY76KyL/eq7hwb/3x6IBlPkbAQ4wqi0njQNa/kUU9iuDK//uT0zcPz0rN2v6/v3SzypuVqG93XvEdpGA5goOh+NPzKwYHR2pGR2tgCpA/h2egtdrZXp92WtQFxmeCXRPriTRwNXcbwyO38DErBQALfuGTISeGGk3je7ZM2qyQzXA5N/5MEom/774ooi5USATUv49WOGq6FmC7N/fvhv3m7eEYZ6F+O1fd0x7e4ybXQP4MU4Iu92u5uPX2wYHBrTavPNiyb+oNdB+n90c4IzN4/OdreW2S+2rk5+6vqys2fPDv/3wMXydlFx26fAiw95FV9KGl0ok/y4KjvwLxDswuPKJnzGR/KuSiVDfP2iFWi0cwTHB5F8KOvbXHYlCoMH/tYXy5F/7oa5K9LvqzaT+K5386/WiEZd/i4rO2Itkyb/7NbqUdIdZq9kvKv/qcs875Mi/C2GAMcusxTSG3FzDfphjjrwfqUfEZWK+UvKK3K7L5Nm/ZB8nWnfWMtadw9v93N3Ol3/LmvWQENJcFqD8C79nt9VVMjsSG+CZUN8IVP6N4ZAUMxMkf5hw8Au9VAHj+FlhAl1WgTl9EPwLw55RI5z7iRHguRxf/kUPUh8xjUyt/Cu1B0Hy7/pG47mdHPkXQn5dSP6FLuCwQWwAPv1tg1iiyz0zBpd/0S+X+cm/0WiMTkqKRnVB+feiyVYHAmd7WAOh/woy6eRfvT5ctvzbDI9kyqGjflG9TN/sn53snUanz+dzYk77Vl+GLyPDt9UOM6iJcwVysT3Nhof/wvAZCP/VGM7zkZZ/fwfQNbSsNnd5fVhYffRyh8p744Q4H0khf/3UHB/fHBqKVoe82mTc/fU0ld21bKw4dFNE/k0aGR8B9uwZH4kJrvy7YkXcihUgAIvKv8+eoH5S0BBD0kCljJ+gv2Cxf1v4gowBiLG+dr8rNFw4+ReihVH3ygWYBl/+hRPk1LTN0WLy7ym9Vb/spe8tY6sCypMv+Qm0Q+JXj7y6Iyo3PQXjiL8AZrcrfSj7d9xpxJfNkwmeBLo/832UgtQ8e3YzHoGkzqtG06YmKGho+Td7mSz518bATci/M20CCMm/eenPggGsyBOVf2ly1OrbW2yykn+762ybbZWVUNR1SyX/9k5n0RtU+XffLAEC1UGYtwlDJGAf1v/whyInvhaOjyvR1Fn0B3B/H4b8CzdlDyeEvokfrEKT1yY3GfNyI3D5V9na49n+le1OlvxLc2ONZdinNKfDPxTLLfDf49RBXn2gWYbpMkHL0rG/xyLB/YXzUpzQUBRucAzeFZV/4dw0QPn3mtFpHBwwOMwOh0Fa/t0fHPk3Pd1R4Bd+iQoNahWSf5vt/XbjyEhXj7dvZ9+tYZ291dgsLv8mgvNLsy+RJ/8Cpy/NdF8inN93iABgaDsNBQlT/v0XV/6960pLpX+F4WqFTOCA5V8mtPt7jXZ/p0b+pY9oW1lHtNjYhFA/CbGxDPl304acKUn+fTm1vh6mwMsv/wfk3xCZkGlxuYmQUknktjw775GlwrAFjFhvLJJ/YSIt/8Y2K5Vlosm/CZT8CxzEBeBN6g1QDtcU5oPxe4ySf3tq+gpRnb2HxhQDEA1Uj+hGw6Cw/BtLpP+igCGp7/hpmeA3hA0FTe/B3RtIB8lI+GEo3k0Gz9fpUCmcH+QcOdeM2ZXZsaHhHfwtR6XG9d8gJP9Wsol6IWLG4fVRES9Ecd7AP4cW5gAfhlqpUmEpgpIj1/1dNW9ooxHDH5PMgvP4JjdcAroXiYCWxf1emksN8OSbdhtM0Buc5N9SmYgcfRwOkaMPGfyLXnEF6N9TYHBkputE5d+xYiQAj6FiFswKCsCBfg5I9CReUHoObkCxv0s8Hu+Sgx7qjUgB+fecrfxJBuW2cxz5N0EmxH4S1N+WlhbYT25tgSPgdqu54EVc/r3cZS/IVXcZieRfiasE4KTKOz4y7DxJdySxQn5PnoSCrj8s+fc5mQjuJyNweM20/MvQf5OKo6Prk2j1ly//ItjyLw0/+TfSH/77rW+JyL8YG1r+5YCWLebT3S3QKCT/Pv3zp0+cgEJc/sXM9M1I5P/GC54J5MkkUPm3lE+l2P7hZzj3PqAZhTs7H/BAy55CwK9KrcvwykkxOOcaW1nbRTKIv3U7z2UMlYrIvwrMaFfau5RGo1JG8u/hZae2bz/1k8Miyb+7blC/6O12icL5fOE/grSBMIpt1yAA+AwEAH9cWP4Fr8ahA/n38fPc8N9Ar3I5lhoqTp6kqtLJvzpM81ENjJhOJPmXmfubobB7PHZFBtWCXkFJ/r1Xdvdu2b0gyL909O9E8i9X7QMOHEClsGwfAgMJ8i9LPhitjfLVCiT/DvIxmwUaAz3fSZeJ8KM4E83mRP7xOGD5lw7+5cm/BFH4yD2fTMSVX3gsczquASdCm0Tq7sX2mTE4M5GgKiT/RjjM8Yz0X40c+Vdbu4tBrZa7bDqHs7vmnj07d9dZbjsv+XfW2KKXU8eA1JcXjRGnMxLybzy8GhvxCht8PYvDiSCn9ZeI+4zubnZ7BC7/5hsV/b/002qXL/9CRApxm2ToUJfK3jgEURC2NPRQGqb8m6XNBet3zuw8jVTyL6A0dlksQ0Yl2NXzSMCtxoxDFksX7IkDlX+lz41i4fHFV0tKYhnyb2tNEUv9vVNUA/cbIfOltWgC+belLMOqAtevrEWG/Ks04g/jdMqSf7umAV1i8i+wFhFK1BP4o6T8eyWtAXqIFiHABKaSf8tJ3j88sfyr5OHzeHz81kDlX4VMAl12GhePBwnAXZXy5N8XXgi2/Gsb8lpsJou3vcGf/BsCDjCd/BvHlH+7vV6Pt54p/8ZNefIv7M47slUKJdxjYqi/V8D8vT86qCUumbOb8CNLFU5kJOxwUYJ5/aNpyIlMe7QepZnDrhhmcAKVf48Bp9HoZxTDRqn6af+bxLd2FWJ/QYFzp1Ly71Py5N9CeD3X2fkcqgrLv5DsC1zf6tv+/PPLMAWgOvX889tHzgrKv01qa0aGXl3GkX/VaqKVL/+Scb/tNlsf4f5Cgx/JvRmSfyu8915nyb8KnVan4Mq/IRGMU5Agyb/5nfn0zLcY8u8JmfD2DiD/6oyjXhTpIiz/Ar8y2XqH1vqZ+3M+5N931arU6BmrZsyrPuQRh5Z/TTabiZB/k8uz7QZG7G+6vRPcX0r+nZWVte/qJbSGt1ceR5OG5dDIHgj5d0wGQvLvZTB/CwtBNXtA+VfBRatzOnVaXnOgZ4fS/fR8+TfT4DBk4uG/73L03z0y8feNwPOx0B0VmLTchTsqm8P4CG8x6fgWU344NpSEln/lwJF/9VarfkL5dyEe7LtQNPkXRlQIXVNdu38/ynH//jWd1LEMQgEvhJD6b1pSUhhBUj1L/h0cXD0zLAw0MaheUy773DpBhOXfLudGMgHY7pu8/FvUlV6r0Z0tSO+qwOVfkCJNR/vcyIw81zBzZsO9eza37dzrr0vt6ZaeO17jha11586bX+DIv/8ipz/Ry0j+BSIKtDLl339895jpyu4rqb95pbvh0Ynk385LzD7UTgH5F+Ni7OryNRp5zjJX/k05OwXJvwkTy7/vUrxdXTIyAmNt5iNiufAHZCIt/yLugOEL7i8v+bcInjNTlF/UD+JvUX9RZ1Hn5c4irvxrVW5aDGxSWq+z1F8x+bd8lHB/z0ejxN94KFHhN3+58i9Q5Ayq/JuVp3NMz3Lsn24wSMu/KdWg/tL3zxKarWh/hrg53HwyO/tkG22EPEXwzGuNja8985Q4ge7JD5CcnTXbAGGhDsPs2WfFvuMPLssaPhC6g6kYbQdGoSIl/36ckn9Xr+Yk/84Xl3/1ehFzYwefqCiBRlL+9dREVsEdAoJHJI4XMyjqY8i034vQPdEQQ9ck0mZ12kStVidy7YMlDtwHRzol0Zz7OBJ9BUYg0CP7biZzT1z41c3KLoh+TEwv2c1CfF+dbBk+8mZb2d3DsbFv3hy2wEoqviySX4dnzoSnmiwahuqUJ/8C6YkarQNVlrvFQMt6ZCL0vQ1iCng4OzaoEJV/+bG/8IKhhSP/Vh7CFIeIgDU3of9Kyr/QrXEVBkL+PQP9xnLk36yUREPWylxDXqImiy//JpKkkFOHjOTflRoMc2Q9MeeJJ6AAGOrvQjr5l7J/47XGSlKK61JUc+1f6rzvsdBkvD8/PCE0/IA1r2A7h9a7TPn3dk42kHM7EPn3D2+cPu42MbsLIfa3Bo5EAcu/qTzG9t7fy28lhV5iJAtfijCBLqvAjGTy7yh0oakPiBEE+dfpA5nS6FRgwvKv6zhu/bqE5F+LTCSvgWM/v3Nnv+8f7ORfDFMoMZT9izxL16HmEZPXa2psPuSCWXB/XQP+SAGm9ouzMLWqKnUh2UhMaPn3Ylh7e1j7NEL/vQiy1g4h/HsmUv5duZIh/xocgIG1Z0qmKC/3Z8hMKP/mlJHmb5vnsL+pw//25Hr8MaWvC1RfpbPpNkmTU+nzQaOSfQVChP9uRNm/X/rUZ57rNyaa+UjLvzuB7+I/saMifhQpIP/Cc+rOg2HRKPWM57VvPkY4Q8nJCaDFwurwHm4S/ap7uCkDpOWm4atvhosk/5acv4/utu7ZE9zk3/O5cXHnz8fF5Z4XkX+BG6XA0NA5Uw2J6dzQEGq7QX/Bov+28LXN2rS9AwO6xrV8+RdA8i9BKZJ/dwdV/o1ILS5ODYl2F0eLyL8Q+atUn9RblZLyr4JL4sAo5AjwmieQfxNHUTg12L8+2OsE+uCGtV/42hfYfO2PjJmyMq78e+qULPk3hgkh/8YI8YDy75PZ2U8uibXJSf5tqKwj5N+6ygap5N8VRPAvKhArgir/jo0FU/6F2LbceJnyL/DFD+AwQK5ASsUHoP4+HPk3LmTFjl3z5u2KANB0x65M3OKLq/XtNtUNeW4V0PJvex3zpANtxaU3eg/5ChzL0Z+NR7DTh98kWUMksU0oZYBhlBiKDN83LqHOiy0JW5KT4eYS2L8teMMbHw+W/Bu2LQwyzZzG0bFfQ2qlmSn/ZvnJ1RKXogbR9G69TGj5V5p4rvwbC1G/Z0f23B/N957LH77VO9wF0b+xovJv3kdZ5AnJv5Du+w6UtPxLc/o0R/69G1bT6XKB4UvwvRp3fTSl/ta7a74HbQ8o//Jzf8XkX80Dyb/iR7RmJaMrNlbZTMq/FJOTf6OjpZJ/yRdQX/9fL/9GxDkUOthrBCT/2soJB3EC+TcUzpI6QidM/j2Yc5AQgHP0qDJc09NX2LONkH9/2QczAE/+HR0trmfSzRMlcPWXorwsQxUs+bepo8kK/521jAgUzuhA6UVKmDar0CV5cxn+BSkZp7sYOC0YarPqXwxK8i9f/o2o/fDWKkH5N4OLU+3zGbVmLnz5d82qGbc++3knuqGjk5B/ZzZcAbrdMyXlXzreNzLMZTtuO9fjOm5zhUXSocAAvueXifBFJTaYKPIdxwGg/86l5V+HIz5dIS7/7sXl35VQ2Sck/2a+fbgs0M+BjHlFBS7/LvHWbNhQ412yAcm/9Jtc+bf8yGOMObhBXv4A8u+yZV/5JpH0SyT8nvrKj6FElerq6vj46urMU/is+D4VSF72ElyPj/9rWbJg8u9JWNH96K0nmV4wWtbqR0/KvyetQgS673PJZBLy71Dh8Xw6yKs7JDU1pLvw6Gf48m8ihxRC/k3htpPrQ0wSbf+i8N+6OhH518Ahdz6Sf+fncttFji0mk0CjgPw7F64yp02be2LaXFH5V1fAzP0FqrUC21CGTAKVf6dxAPf3IuzqBPcPPyN4kVprdIM4giL24sXPwE0dq1J9HdUOqJQi4EqD2HZRbhmq6Dtddri0NFxE/lV2+bQDo3Z7v0o0+Ze2fA8vO9AEuY+H3wwXSP4F4uBXuDtQ5dxPReGv6zsuwPPzw9j+72Xwf/ny73lHbu5yh05rNuSlaPLY+m+gV7kKdgw+Lf9alRNKV/v24WOW0PfGehI8oFcY88E51DMeER+c5N/rh4B7wUv+hVeA8i+g37RJz29lJf9SO7Iop92nsH+QGQJ1Th4f2tSZA2bNBqzsRlgo0PMdjA147vhUBQG+ojef6d252eEw52GYLPn3MenkX9IA5sm/UfF+eE+SUGiywJeoroYiS4M3PGz5F0uft4vBPNYVlpA0+OpulPy7+1VuO1/+LU4bi4Q+EijSiieQf+eUDD87P6KrK2L+s8Mlc3jyr05jyMw0aHTkFMPgmUEQIY5h7HYdLv+2KiD4l0z+BfL7nTLl39M11NMRSystPstQ5cV2FPsbwpF/dQrH7NnTUxSk/DufKuaz5V/Aafd0KTFd9a55JLuqdZiyy2OHv1HA8q/EuREQ68MRl3+L3EV3WmvcrtaiO+5Wafm3pUKtwFFXyJB/nehu3J/lyb9Wy7S6umkWq7j8m4CDKoEl/97q7r6VtsgPNFHyr57CrpFEcN+navR4GpW85v8T+be3N+jJvxct5e2WJd72GJB/cfWXn/wbR8q/3Xv2eIdNXnCA6dapT/4FlhzI1mc0tb3HVn+J0F+VHsxf0IKnUv59g+aLOG/YlUr7G0SVASn/utMg+bd4Zr1Y8m+8oPy7sQfc3zNW6xmwf3s2SiT/bjpkBPl38SYdbMrXYf6U7/AmQg2m5V9S/22GOPA2pvwLrWXNqLVcQP7tW084wABR6WO8Kbk3K4ffKnj/8emvf50l/yIkkn9DoAiG/Ft0uUgk+TdEJkLJv1rfKAT/9g7rxORfYMFaP6EqBR/y77vj1bSxeTt2zFgVdaNSFOoKfYvFC1i2JMCHXKY3V8/wk6u5XET3fWcBs7II+ddUeomUf4FUegQ7OEvgajPFnJ5u5l5qCsm/9vx8JP92OoMs/2q12OXLmJYnPwZyryDQfvq/Z1ZnpmuxRHiWIa7/HgH9d3Lyr3vRtgY3ELZ5cxiaNrhXbwsTQGqLAR5c/gWUaJxI/qXEXygFkn9xIgSTf7GB+/cdEZn39+4dwMSPZZWHDoH9uwO3f1PD0KcCJEH0r6j8O4A55u0SRFD+Pee0k8G/rU6lZ9Lyr8+p9TlVRrvOufV1AGX+9h1Fdy/d5/qgNN2712My3QP5V+J78x4/97Of9dz7a8WHHw4ls+Xfn/yLsoB/Yk0UYpLyL3Ds0pXUfWPds1Kv2Lonkn9ryM5S4ehfwc/M3mo3dvomTv6tDar8mwAvWcm/WyiG00tG0s+evVpw9sgWAfB7NjLB5V9p/nQHjCuO/Avkd565fKazCMzfy8gALuo801/0Kbb8u/jUqcUAMT1Iq7+i8u8wcn9X712OS79ABMP8nZz828PANhOw9QiCy7/Afg2od/ulk38Ft4twan/25hVvdnZzNuM510/57V9wfyUIdE/+FMk4kn/NGiT/ji8W+XOVMhH44blR4WsHfAqfUzL59+Ok/HvsGC3/PgujRPLvKav1lJj8u4s1wHj1KpTs4UHlXyDSNm2aLZJRE5d/scF/U3cucE1ddxxfP58AynRMbGmTrSirug503Uu2WVe6YB0T1rJ1Tdhct7WjmXxI66YVMhtDxFLeLrJZw1Jec/JoMxdYwoqoKJEhGwwjH5ECyqM81AbChIpa5vY/9+bmvm9uILrte2/OOffc+/GDgdzcx/f+TorRmMJ9PRS+yy9MFhYePTqrkCZqtgh+Z0lJ1Goo+JZZ8m97b8mxq2+aTdioR3j4b6FbAubfV09Pg2j38p37/33ng4bJyWlIYOTfFrXql9bk5dVE1EPzHsi/qcmaSrizBK2wQT4w80gkHL+3sTHi5V3+JWJ/YYYiNHdTHFX+LTGDcmcfFy3/Xny6sPDp0R6Qf4EceImRf/fCI9o7kxWJiTHSvWz5N4BBlID8S2i+xfDcHli/iBUwkbCTf5H9G5IoHw/EsUmyothnCKWekN9bWNX2+maW+7u0mpR/kf1bCoD7K17+RbG/1tYKqtRihce/vwn4Kv9+mYkmY2BWoTnJdb/6GPJ4oSDqozz4ui1KcMXs30mX1iRL+ywfC5Z/7XaXA5J/HS6jiVv+PZEJdVXmCS75N4hJNDwbC9kVTASP6CNfeAGG5X6BJv/KOjrkpu91jLmqIPp3sWv69PT05z43DZVrMQr+nRtTp3WY2Mm/kPkPFBw+XOBZCqcn/xpq+/r6FvdhfyC6WGsf/93vG4gUuDmv2nsEfb265V9oJarViXqPDIy23c9BAJ/8y8I86SxvYfX66kRKMMD9dRgdDpB/P3/qFPokfb5RLcO67DLmGUjfEBb++xU0Qfivlo2g/Fu7Y0fYDkyHbe0B3N9q1hqrdSM8OiEs/y4JokMsD/Q0lKZnlqdbnD0D3Mm/RZOFc3+9iOTfySJ/yr87QPq9mJwMhX4Hr/y7/xgaceE2jfXQdWw/+Qvm+79BXa6OkajGJMcEkn9x/C//ohNMiJ6sg4JH/v1hmpw4JRYv/6pHIIN5EqLyGXiGeXpz4o0wdEBOE4BNrjmXWiYZaHfO51Lw54W5cYMq/4oEbVtHQxkcHF7HCZf8W6lO3QDPSD8rRv79wpXSlD1lBhHJv/tA+q3q66sCCXifUPLvukUA6f+u86v8e/CgP+VfQBpTnCpW/v2LkUgPQhj/cq/kX+JqK5QecyUEk39n4drmTMPA006P/Hv4cOwlg8cAbp9o7w2ET3Lv1olCm13ujpUidtKhIvH1M0HG/gKuLuDya+VlEFkc1HAYdZ1AbjCn/Ftb/Zx4+ReGM0aT1mTSZsDzo3KThiL/ZnhQyLBTUZkigwu0rUUkaFsInMyqpHu+qCJmgJ38G92mHTbai4oKJq/PTjY7J2YG7Neb89ui+eRftQZqDxo1S/5lcCb0T9TF995jyL/Nzf8G4/d1aAH/bq4in7lQJlXdgr6Fy7+ZDPdXWP5VzFf+5f9Ga2tcQulqbOOWf6U88Mi/SiVv8i+JUgnF/778G5CclVyJPTIQcDbyCw/wSxVXCP5whdJkQ3k8pK2spWWJV/l3j2QPUn8Jru7btSvzxL5uEH+B32Q/zCH/otxfLPMXL+eYz/bQLiy+iJUtTfn+kX8j0WPxjSnp0VCXNaU0QvV8S3pK2/NBz+9ucjhK4/DVZdRhpYsVUkJ66viqiOTfdV7kX8Zz7JUzz27Y+ujMmplKWKDCcxPdMstzE50e/BscvPWF1Y/a4atQKhGQf61JuPRqFZJ/I7AJm2MvFZ0YbM7JaR48UXSJXAHTguVf9ZgqZkzFfTELhf7ihF3ANlDo4TaZkPz7zLKDU5j8u4xL/P0JHJH5+j4g2dM9xYY2vFPeUm7u7zdD9U5DqGdNBEv+/elPoaAtL0D+/Sofm7OyLqRWFuuzyORf9j6VoM1hs9ksjtIg7/JvfH4HM/n3nIcfPoXk36tP3f/Dcxz4su/zdZ+6jkUIwO4l5N/ti2P7HyHYWrBrV8FWaLDl3yNMHsS+vlndaFu37h3hdr7PQPjvzAyP/PuMh0XPrFkDMy7/YkCXB573obaW532QUpEkHgicQPLvROCBRAnP6XtiKjX4F1in4LiBeEMk85R/S0qIU4W+2lYYoLyvgl/+/ScRoSTVxnR1GbVSPvl3PS7/QuMn+TIeBD8X9bnjjYP9pdMVJUHc8q/M1KxVjYwYjc0mMfLvufRGc+Pr3Mm/wH4Y47gdNbZ9iheuY4L2kj7abbl9YO+ZLnc+yZJ/VYkxyZD8q0mUxmRIFTT719ezXFrsb/xP8qHEmvk/iYeSBL+xI3FPGBL9EcURmPVomboObXuKzifi7fUuV709/hOMFQtO/i23NDRYyhcs/xKpvzD5KP8iQ/flPXtehiqf/fOS54F4GZUsmy3MujAZFkJCKDmsQ4KmFABkXgY+H+/QkF82yuQy1DBeviz3dlyi1qDUfg3nd/fbHpriMfk3rZE3ZYII/uVJ/g3DJ5b8Czs72AKuksAlkmRosh58oKu/NRHApUuorGntY8u/QMg6Uv3NUIv5O1Nn7aeRpWZse4DOyt6JlXr9yonelYwVLPlXCcJcwdRLL01BlaQUln8DZh0hDxXa7YUPhThmA1jyb2Ma0lLSGr3VmPzbJTEi5zcTCpzM6zEcMOXf7UTsL0aJuQTCyolIAFL+BRIlmod2PqSQFD8EC888iApqg3bOYJRD6ITb/Q1GswK0dKNUMg/5V/jYKPJW3i2YH6DIvzn9N+nJvzdv5gA3b0I/l/x7mph3p8jc+6CU3ZQV0OK6qd2FBf/mXJaJkH/jS/oWL+4rieeSf+NEwi3/IvuXW/5VePj/kH9jRMJ53lJhGy8JHK8oESX/JoyPJ/hZ/o2orW1o6G5oxeTfYNz8BQGYTP6l+L+jPUWwqa6oZwfZjbjr8u+VJ9reLm25Qqq/BQdd2FD0+Wnpb7ddeWCT++rDRlB+X6pD11RO/hKxvC4UXOC65djCSXS1pe4l0IA3LkD+zWlGoMcTTMNYM4dD/i0A+beOLf8KJ/9mb3vkKznxMll8zlce2ZYtIP/+pNuR8o1fPfUTdGzzAVjAKeZ6RvJvKUZbaWljYyPWRA/m5GPNNqIXwTib1w2upjGooywI7s3Kyru7x3/wcHm5d/kXgNKPyb+Zxi6q+/tt/8i/Rq3D5ZxxztqMMrb8O4HRPkGhvVLPBv953+idsPZMtO9HGvCE4JWKaMTu6dzcaeT+RjbFF6d6Yn/XFScOQ+wvRf5Fqu8oFvlbW6FDlQF6lNDvnmEBCjx/izqpiqcgBKxYJaX2SjiTfzszs8H/9b/8K42/fNkoVS30UQrx1+lR8q+mOEYK9lAyyL/A0/dR7V9P5FU53GsQwJfrB3yfGD/Kv+j8hmjFpPIn/4Ldi+X/ciX/roVunuTfsTl90VzUqjn9wbkxKe9d53ETZs20I/s3HKiLBQMYns6gJ/9CijDcbxnDjpmT10UFcMMp/w7LHFAixh3N80/+NRm1oP6a5EZtGri/f1vfPdh6vLsGk391UA6u/9vt7m5YI/R7A4fzF7f7+39RPthwgiH/5r8CBc79liMc0PdI62A8MZHy7w/OXFLu3Guz7T20XNmz3Iv8WxVKRZT8a++8fn3Y6PX8NuZCoV+Tf32Vf09bVFmjiTEXRpMT7778CyD1l538m93ZCdG/OaAAGzuBnM7hrk6m/Pvzn38DwGtC/RWQf83XgLmpcDchpPnLI/+iLHZ+fB3IfBFCvzdDIyD+kr83vv3ZktbabvN4bjRV/l2PJqigRBPXDKt93JPDv3sFJiT/LtIfKd57RL8Ik3+vMKYvLughPpPDBsG/TidE/9rgKpyA/Esk/2Zm0pN/eeTfc6+88kqHTNYB1Tm2uQFiL4BKok4oKEiAFtFBT/59p7yqvP8JaPzhD+9HvXWSG6r8W0dYvhGtQATZEpB/1TaLy9XoUPHIv7MNZoul0ZIBwyIVb+GL/mX8u0YjFLRlvmsYcLNkpqJi/NjVYxVmIyJxEvoKZ4/iq/n31dOnJycb2r71yivfagP59zTIv8Lfxw/MGR57zDAH5+P3Qv5dV7kOvaC19St8LFD+VcE9LhifHSph+RdFHTdEkLG/MBkYyb+BFXZLbi5UrYT6Kyj/FhYONAwUQvIvhjj5d6cKrs5kqDNUUph2suTflSJB27rl3mdipDE7ParvTv1Dz6yANpqwmSkVhwRE7ZXkBuKYJcVR0EP/Hnqdj1udt/D69VvVzVT5F8TFGzdAXvRB/j1fXaWDMfg99Oms8Ej4Nxcs/8IojXqVNhfu0+qhSQOzWJosjY1QEPVRHnzdFh3FGV2Tky4XeoTiLsq/2lmX0eGyGx2TEk75tyrzMyfQjaLMKu/yb0tLdFNkWVN0Swu9X3gPsjuvdfVl+TaG/HsnP/7xDvmwaw7s3yowf3HerFpcY61yXZajDUj5N5yQfwuSgFjQsVBdgHUz5N+K2tZAa20ggKX/GnRcoG0LEVkaQH9kJ5oWYeiLj2hiYjRHivXerBDx8i/4k06W/Tu/b2GZDYv51ZoaT526euPU1VOnGk1aLAzYxpB/AYh8sPZvw+zfLz3yZA4bYfkXvqYfxM7Lh8g7KrIqKzAmMTVMCI0YFMTNu0NF03s6v/+dzpZjRaPvcsq/kIo1V5yF5N/ZSX/KvxezRsOyLiRnhY1mXeSRf4GzH/yCgw/OUn/BQbzE2dI6OtJscdDkSP71p/y7gQmMNV+wZcOGT+9S0roJ+RdxDm4tsIjffL+Q/KtyFSUlFblUfPIvjwA8NlcEUlGRS7Yg+RdugPLju/wbLBLW7R+EXqE5soYNW/5FNMobPxFp8J78u89QodvX17dPV2FA8i8JW/4l8av8+7uXkIrx0u/+i/KvzG6UAEa77F7KvzwEDFwfBjXH0TxMyr+xAARjxFaBAVwR2N7bFxbY3l4y2jfRDgd+42a4EIrvme+6/HvePXaRuQySOVtKmy53tcDhPN536Txn8m+f4TlAtPz73AgcGV+bywD5N1GrSE5UHKHIv/EUmuBUtDGeG3a+pnCyg6JYn8Gb/Msn/74ND2arxlyTF+x2l2vSOWtXQ8fbvPIv/A0sIxaX7ZVKvMm/fzp86T1aB0P+fR2TfiHgF7hVlaQMcBNeUAVasFf5dy+v/PslInwrE5e2r2GvualPc8i/RzIQ+H5XrcAWjsxL/g3ipqWUbJe2BLHk3z98tkMm8SX5NyQc5dOHw/mDF/m3QPl/IP+CohAVsg6dH1Uq5LygbYm2dsRENE0jWu5tiWt/8BQd/5ix0fTk3/Q9UKCWc9++6irn1x84nk2Dkc3eg6u/WMX5zY5Zv78m43/LwErwh/wLUTtpLXDE0GaC4a6hboRn2GCE3LgUSbxlYnRowoivjvb8vKrExIuaGBhbAEMO4b90XsFFy1QKKEpTmsU/JG4nHeearQk7hma2rnEyVnDuobXNFmeO1rv8OxMMwb+rH71QrK9U88u/S62GpCEILS+yGgTkXzrWwfLXLn+v6figld6/YPlXBQdsIy7uIz0U/Iv5v6kKvFOqgIv0/PLvooMHnzlUcHDR1K4pTvEX4ev7cJjKGbjCZ24wwwwP+J+hraLLv5GReE3t8bv8C1w2yfWa4RPx+JLQWcKSoNLNTotl0lIKTZb8C3R0cLcBxullSz1K/m15gpO7Kf/GMFGsA/dXweom5V+l4RGCN8JjY8Pf4JR/Py4S4qiM8H+hjChonQkLm6nN45J/KUO4K3GmFi/2NEk/neN9sBp0rRUVrTqD1Wvyb1ZCwoEDMzMHDiQkZPEk/0ozwPmlTcHJHPLvJuDzIl7zk39/DGAKcF+rzgoYWvsqeORf4H4iXVYGiVfD0OaUf0H6xeVf4IPNfAh9Lk7n5tbmms1tkeY3+eRfbbMM5N/rxmatN/kXOPaT9NfLb5e/T++lyL9vwHwX5d8tMeoMkDI1+r2JKgVEe1LXiTrL5U/+ldGawpqAFB4LU8DMOUzjKjr7Ey1vDo2+2Zi4n7Fiwcm/sKuuNzcsXP7F1V/fk39l+Xtefvnnb7/985df3pPPn/xL1E9fn4wKiIoiB+PGWpzyrywlPa2pKS0dREM6Ph/vUJEZL2uNl43QMnV1dhpl3uTfYgxO+VdLosoA+TcxRssJ2pYS/MuSf0l8l3/Z6u+J7dtPkPovS/7lU3/53wdV6n4aqSrGtivpHCiZWJmaunKi5ABjBevqz6GkAuXUVETE1JTSm/z7UKHDMTtrczhss7MOBz36Fzt7jYNL5y/GvYjV0VBHv9jSAgWzn1v+zdu6jgOG/Pv7E2dooyOi2N8kGJWGJf8+pJccyZBoNOpFsIAbv7QGS+K3vYHvJF69775XVxVjv+T5yr9BfCx531Jus5Vb3l/CLf8CN3NuAjkw5zzOln/B7fVQlu9R/8u8Jv+aOiH39++g/16WeZV/0yyBNYsX1wRa0jjk3/0i4ZF/h4bgxsbGpJ6hGVQhG/jVIez4N1UknClVMsf4OIQ330v5t1Ak3OctFblg/wLe5d+Bmdrx8dqZAb/Kv5BJXtCgK5jxJP+uYib/kiFLoytHi3S6otGEIUL9vTfJv8CVPU/g6u80Un/nXOCiyZD524Kbv275F5RfCvAsw0llUpLyJOzMaCtOLkD+bTaa4CvEJAGwhrGZK/kXKPBR/gWefCQHJfTmQAPglX9/1d1g+gCcX5XFJt381FMfGM0pxKr1uPwbzwI9asHuZSb/Gl5YTeEFAzP5N4iPSBiVfuYfeTuGXhSf/IvPC5d/O7WZUPo3+feyzG4fnrU1NMA9SDVb/l3B5tN82k3IaG/fUG1t6+gU3OJ7dlV7ibD8i9iNxf62pSj0wQGecVP2Xs75FHXUu0MYi3oOhx6+1BfYiuTfUb7PEOMQqk4J1NEOojjlX1lXDlxSy8zOMfpV/gVM/dXV/aYF56iLv06P5F8U/CuVgqH0LM5Ziv67BCcS/oXGyCX8+Hr9IIiJKPn3IUH4P11siORfmAD+5F8E+1h3ZE6vd1WmuvT6uRH+Y90Ss6UE1b0BGwIwkmJjF4cH1DHk32tjYyPqa3CwqkhFYo0P8q8R5F833T8m8fVBIZnDKNPa5DKHPf7Ob3+7fv30ttptg0sx+dewtMbafby7u/u2W/4N4uFzedO/GHT0334n90RuUBwp/yKhL+0VT/jvO/ftf4sFbY+EBvkQK/+eP3FGeVGdkqK+GK6sUwrLv7eqsNhfoqi6xZZ/ZQxAz4EzMK2E2X+Xk3+BaN+Sf20m+1G7NitLq716L+RfgC3/Ppw5PNwFxm9nF6YAI3JY8i8Bqf4Kyb9lLgj+nbuIYn9p5i+v/JsJ+2M/yr/PYOzUQyjgM0II7882jTccP358N2V/tl4kvu7Jvwgg13f2wZ0ZxYrE4owjXMm/C5R/LeZmnbO5qanZ2WrrbpB5S/6t7u/Pzu7vr8bl3zXYvIFT/n0lLT9fDnd4YDy7V3iTf4kqbHR01GqFIozej8u/QHn5O5j6e+Psgyu2rOCGPGpaBe4vQQ1ckaC0BORflcU82Wxu5kn+Vc/euuV4bbNNIYUtky8K/Azktz9o8xDQyVpmy7+j6LiyosRsNh+rr6iwILTawoTC2cIEUv7lEbDiJidzX7/T0XHn9dzJyThQsPi3xaN/z7z35zP10BCSfzf6Q/4l8av8K6MhlYxduwaKwzV43oa9X6eqXJviDJTYX2zyRP8S3/PmCkyxINRfYfkX1F8nvHySfzVg/OrVar0eIpCkmoXJv7jxq1cTEcKw8GV9oqb4GXr4LzOJPwDGtzUH4uRK9sJBikj5t3ppJ1ZVoYqQf9mD3ImQf+GalpV6mbCi1oDF/s5L/n2LypffWqGQOcxyuKG54i06+P5Xi2at1l0n8uDrtujTLQONU2uXy1EwBR9oW7VIOOVfo23WbjcaHbpW+Htny7/oFlFmFRjAoAB7lX9LS5eURUeXQU3vF96DPLCtdvVlibN2G/UB2Pw7aaD3wv2k6y4YLcRc78YM44VUD3/1ezKQf7mSf+siDnuIqOOQf1tbSypqa8TIv4u40ceA/Qvub4zGX/JvvbMI7F+z3+RfI5i+Rkz+hVEtkfyLdbDlX6CktsdqGPzSl8D+fRReLITl3+UAU/5VHazZVWNVG2dWPigA3x/D+z25H330nfT073z0Ue7om0s45N/DVZNFPVPwhlmLJq2H+eXft3IFYcu/+uKLFysvPn3xIozHyS//rr3vqV+xeOq+ADHyL3C6qaNj+DQ0OJN/2ydKPL+YiXaW/KsTCXY4dIAxjY4mJCTAE1HWggRK7xuk/Atwqlr5mwXkX6k3+ZdHAJaMFY24dDrwSaTzln9Plaanl576L8m/3Wwyuzngln9v7AEiDV6Tf3ft6qtFyb+1fbt2CSX/Pg2Bv9iMF0/PX/4dZTBkWAwYhpj985d/VRl6uN4iVv597LrEeCABJUYkHDBKrj/mTf4tSuJmfvJvQAitBjbMbB9otzlmZh6b2EDKvwBhAJ8paJ0YVSbA+UdvSa/nToXZoZUSz94c9jrPT/7dfiYU59LpINAYYHC13aVdXZGfu+TuPrOdJf+WHM8RgCX/Lr42ps3PN2lHFCaTQpOhmZqa+h1F/i2nUIZurpVz46uGVplVmeVs8A5N/m3UNmshr0drnAX516XVIjHP2MQr/wIKalKusPwL/OlS6InzP+CVf0l+WF1TF06ov3U11SAEU+RfI4PZYIxZZj8r+RfcXxJwfznlXwkLv8q/KfHRRDM6PsX9jRZJ4UObghdO+VeJHjVQepd/65bz4h6OziBiLrqr8i9xqyZqXbK3T68aRzr2nErtRvXcmJTzAH6JSIgjJyT9ggIMJbJ/rzqdV6EC/ZdX/kXRvwRFI1IuWWM3SSSe/lv+moIDX+VfSXyKSZKfkga1DF75kpR4CDpLkctT8tVIRjZiq1Pknp8XhiP89BY9iKae8N9vMWGdIEkAgROk1XS+O7B1/1aYB77LWMF1NCTTmo9aukXIv68GB4+vXv0Ve2owRNNIeZN/a4p6ZmaOzs4WFfFLr9V0zvTX22zDnfX9Z6rP0FYsWP4tgue1ior45F/E/pnMHEE84syhg1Nrpg4dOniQKf6S+Po+KKn87tg7T/SD9Yoe8D/2O9oquvzboHsASgoP6Bruhvy72W7S63M6v+dN/gWibZZbk5O2FOcSavLvZuwlAFqJSY4UUiG2NvUsN3dT/i3FaYyHT1pGlmavHN1iWxcjh8W9WVkZ8Y2lOG75N/eREw1feQTn+PahcKUyfGj78YXKv6EwRRACcGxEknLH2rVRM17k34273MTGEq2NwvIvmLGYQsUl/+ppVFZWrtuydeuWddBgZ10pMJIrmRQr6ODy7yk0nxKu5y3//utf//oxAP+nS+jtu4T+jzzyL/CKTIIBT1cNQwgpX/KvW/5dLzB9Q/BzMQ4Oz3S51uEUkH+12pERhzj598P65tvlzc4POZN/CXyWf9/oraD+Jey7NjJmvJzzpHvb5VQg9RfOhS5e1BdnJCZfpCX/+nqWe04k2GeTiSbjyJEMDaub64w4ubl1aKi1OZnrjLhZJFzJv7ed5rffNjtvc8m/8BFIFTFX4pLjfJN/5Ztf3pMeH5++5+XNck75NwAmVOLVUe1sVDA18xcvOBJDZelp6TdupKeky5jSoO/HOyQwrMllTPqVQQU+ohfBG57F0euTFVIuwVtDQb8lfIteww3aFhd/+ZJ/w/CZJf8ir1yxEzyJykoodiqgg/EzsNXfTwKk/ssn/27tFj7WoEoeTPk3xov8G9i7MitrZW8gr/y7gkj+Ldi4bAoNNje1bGMB8V2xglv+TXU4HJDEADM0Ulnyr0Se3taWLpd4qzH5t1liAvG3uZlQfwfC+KV4gu39Z6ijIwK1Ooj9pW5LWr76GPhFZex8kARWeWCcM8hkpa8GrwLuOw371lfhHhJ0csq/E5V6IQS+A5a8aylypjU0pDmLLO965N/marrle/NxEH+hgF6W/EvldLnc8+kv9yb/yuHxDVB/P/Xkk10mr/Jv/rgBYvxiDeP5HPJvgEi45d92OBAemtmImj1JPUkzWPLvguVfMLcrKmwy2b2Uf7eKxNfzljAGW8dfGId5q3/lX6u1dWBAZ7UuRcm/qwKwF8yk/EsyOtozWlQ02qPTUczfBSf/Zo3yQsi/wBO4+ps7VHdwDkJ/5fHI/H1g0ybauEN09XdpHaqUUNQtpeu/85Z/gWbaAyrg/nLJvwUFNXT594uE/LuOV/49noOefpFIwIToyjnOIf+uRzPidZs9Zf1Tr1mApqfWpzns55761VME9L0ZTGygl/NsPq9mkBb8W5MnVv7dZB460PqPvKH6IG/yL/mYEeVII1ckXPLvly4bsx/2a/IvAMm/9q6mzmYL3IPkkH8lIsHl31qdbrzBtSsJv8X3aolX+ReIi2xMS64kY381iV0Q+0tAuW+TdwkususqLsVC8O+2bg5YP69iSokxpfAm/xoh+DcbBtXK6ZL5Wf41oiMH44LlX/HX6ZH8+2yqZm9Gsn7dswTBZ99H+i91FDIk37dBgyuN4J7JvydrBUHbprGxo/ML+oSfS6DYXwA3gJnybwjqXIuV7NHCrs3ps+wXZpOzpg6O8Cb/kvS+sYG4OxCbBKfoIfTkX7CRJBAPqY+KCiGFG7LglX9f0MqMULHAzqlEgiX/2rVyE0godm0a5P7+bf3x1ta8waURyPs11Bh03d0wNtDfvMi/02e6ywcHz/f/+oWPYImUf8/Fg1Ul7wD5182es4Ly74CX64sM+ff8UE860DMEp1Je5V8CPvlXwkINSHxP/j3rh+TfaJ/kX23WrP3oBZO23B/y702R0JN/M0H8Bek3JxMejEC/xEwoHqXJv2z1V1j+dULu78Et4QgO81dm0l7u6qTKvz8ezxXEV/lXrz+CpiN6aAhMem/7s7LbN28voezPzorE1z05Zv4CIP9qILBYr9np7+RfqcRuNjuLmpqa0puadM5up8lb8m91JhyEZGdWe0v+Bb4Xj49mFf+9+7mTf4kXzGE9Vit4YtaeMEovKf8SPJEeE6PlxXPU9OxU6FIPETBTWkLJvw6I9jU7ZJzvmSpmtuk1h6PJkjEmRZEPhQmc0PfrndnZnVoJY5kl/45u3Yrl/gaWjCMqSizoWoNWmjg0NDkE64Tl39PvOnPffU3+1e/Jm97Ndb57WljdQ9RXVdVDJZz8+z8s/0qYjI2MwSzwUDI4jnDsPm0NxWJ/YSYEYGtcEF3+LYFXrRVXf0XIvw0+y7/FqmfgBX7uzkSptHiB8u9aTCdG/85afGGFPkOq1kAD74CCLf8CUVmeUf7H5YkhUSHi5N/m6luoqq6BCsCONtnc95BX+ff8iSoYy4oaIEDE/iKw/aRIOEYAC1PJLOOOZJUqjGMEsAsi8XVbXO6Xa6Um7/tfp0g45V+TA84pYoocky7O5N9LoP0+WV0Nzm/mJWH5d0lpS2Qk3oyE3MElYuXfTQ2T3au7zS90T+o2kefAsm999VvfMjXn5TUb56zWSRg2FZsnrdaqrm/d6YjnlH8BZdJhN0lK0gkm5V+wf2t1iyswJ0sXa+0L5ERA/tWoVZqdOzUqtb+Sf1ucRYjJ+hY/yL9SE+zoIekXS/49VVoKBST/QhKw1uEwcUZtDCVZB0H+xWf6NC/5N1GtUsdY2r+84qQAH+OTYy02S155enpLps3ScJoz+Td0suilgoKquqSiyVCB5N8vBwrCln81xZVhkP47Coqqhk/+BUKu/orF1QBx8i9w+tat01BxJ/+2T/T2lmBfGr29HPJvkkjQtr1MdD14bdDRuqny7w/jJRzI+OVfQD0yCX+6I2ph+ZctAKtAvtKBTeJaQPJvukSS7s/k3zoayuDg8DpO0LZ/Fwmn/AvsiY+/sdvgLfl3177Wvqo+mFv37RJK/h1YhLMTrwbmL/9uY5J5Bnb6v2F1z1v+lSaDByJW/v3LX3JMEtPRo+i219Gj0Mz5y2PC8u/osmWHOKZlPsu/xN1eeg1FX18e0Ne3P4Qi/+7bdyl2n9sATloRHq4MTwgL6GVklfg5+VdY/o2OA4LiXr9s5pV/Sz762+NCsOXfkXwtJP5CLKlJnvw7EH9JsMN+kfh6O0efdaGyOdM7NPm3CVxfmcyEHnxxzbnkJpnMOKxtFJJ/Yw4dOgIcOhQjQv4F3vvTH/mSf0n+3VxF3ltVJlXdoqxD22YyaAjGaOD6vwm7v/de/l0S2UIM8QCNSDjgw2/qJXimrakXeeGSfwPCwU6C90tY/hUGbXtMJHdV/iXEkGK110/vOpGw5N9or/LvO/gLoDSY+i9zbzNSBMPP9cCjOTw/Lyb9ouxfHPB/p89e5MBX+bc06PmgtniZvO3555fAmJvxkIYXCa5DShyMhu2CAO93nw8qhdVNnp9XvXfLyZN6hdQTiJfz5Nd+/+TvPa8nv/akr3vSR5m0HkpIOOL8rqib3erZ2Vmn2m/yr3VyaGbGCdLrZNJSPum1nE6/biDTnJk5oOtnrFi4/IuSf3nl3/0roxLG4SaiIKRouWhq6mDB1CGW+Evi6/vAGOjixjeeeKel5Z0nvnEjgL7mnsq/JOc6jhamgPvrXf412522fG2Tc6ielH9ZbIaJbBML2GmrSO6m/BuEgDwgUH8r11VeaGzE5d9Gome2Eb9Q4JF/PWSfWBxbEB5eELv4RPbCk39D0YTVQNLytWsTwP0VI//WUOTfGgH5FzDUYg6VgdnPve87OTT0S3YveUMuS8FEw3FDbhNSe1EhWJ+ap/wL9i8ir9Ua6373wP71Kv/KTLLERKlJxi3/fvCND3D5F1pQcL7WC8u/nxsff/Oj1eWlDbv55F+Zw2bUaodtw3IR8m9Qbn9Of81AHJ2Fyb/7J2AMfbr524WZv1zy75a9alWMBp413lus37Kchq9nub8QCfbvMrmaf+hQ/lVWN5f8W4uJEttqueTfbSLhSP69DYHOb7/dZjbf5pB/FSIhkn+J2Rf5F4DoX3SWiYJ/eZN/yedAo1LtR0fpPg4U3PJvCrf86/vxDoFMa+zqBOUpxyiDAx7v8i8gVWk0KinncUm4SMixR/CJP/k3jC7/SpG6sAFSfyENtvhZaCCplCmGstVfpv7Lln+3jn9b4Hjjrsu/ZFr8xpfWIPl3zUsbp5YJJ/+usjlsDqTwQGVbxZJ/ScFXuMbk30ytZPg3HmoTBBOxydjfWqpGVUHE/tKSf1eseXAFVA8t0muOPPgQWobpQZhhQg0ouOTfNyH69437TkcDb2bxyb8l7VEBggh9B3youeZqhIeKXC7Nh5Tk35zHGeTk3GR1sq9QtPkg/2o7YT/+dyT/dmq9yb8dr7XGLgZiW1/r8KP8C8YvMDMDBnDSEGolQU3Kv4ki4Uz+1eZCbI9W+r8q/5aUBIqauORfsH+Braxu8efdHPJvRESoobXVGhoB8i+u/jKSf4EoNAM7elYi+XfljpUEfkj+lTVv44Ui/16BF6i/BQch9BfM36bSJ3Dzl0f+VSaFJi1HjaQkVC6HRaU/5F8g8zo5HsH1zN9zyb8FowV1daT8+0VRyb858fkmoxYNk2rKj89hy78U0me1m9eXWYAvru+wOzq+gYX+4vj617uagsGaR1GBrYbV4uRfINoMnkZh/aYgH5J/cdC2BpHwyb9+T/7tkpnsxq7m5i673SRly79bRIL/vKOtuWaLrUgZLF7+jWtJV2jWkbG/ycZOiP314DmCgYfD8mIPh7b2GWCMoG/DJmxYv4vkOiVGXbIX+VebA+YvmnM6tX6Wf1VqdCS3YPn3cyLB5V933C+V9yPB/qUkkbblw/FzKRIS70Xyb2Qkp/y7Ysf3BcGOr9iU2nnOJXDtN2QtZ/IvAlvDJf+OzB3NmgWypuZEyL9Au9v+XRVeBwHASobQK1VD7HQIT+yvkPwrNb3AI/8+KxIsngTuoYCHYpSbUn57+/jt9bd1htZuqwHo1hlqt21r1bV2/1ZQ/gUacrvzTuT9afqj06T8i7hfDmM8Qy1K/vV+fZEp/45eTAcuKoXlXwQu/0YQ8i9HgESKSO5u8i/xERMv/54G+Xf2giLLbtIeQ4u7qZz2Xf6tFglN/v12dva2bODR72Y/+ijaOX4XdpHfpcm/LPVXWP41X7s2N8U0f0ntF56/gD8Wivz740Av+Cr/KkTi6/7sQZH4uidHni962ZY9+OBbmuK34J+Y/aIfkn9lFLTmbiT/djZ1phc5zd0OiZxcx5H8C/bv9ocf3g4NXP7dgOY1XPIv8Apmp8RD7i9f8q9n3j/aU1NTVdMz+gZArmHIv8ezt2d/MpsX4qjp2YHzXuE8pxobhhSWMc5zKunIyGwTGgCoMXlEhUaHuvohJ7R/Vz6cnT0slzCWWfLvQO6xgdHR9l63/FtCyL+K0dEdQ7n1DcLyL1wWbRi3paWnp1nGG7CUdjF/v//P8m8mk9/gBRPyfYjMbwta0oB7v2TyLxShuk1xNPkXXWDB1V8R8m9hIai/hYX/PfkXWIvLvwhS/oVeePEk/wIhUZUSRwkxrJMKhrsVJf8ibnWC+UvKv/vZRL0lKP+yY39LqLG/gK/fWb10xiGCNzd3a7FpnLHCt9GLxG/r6/73ayLhlH8lMrXMMTQiUUsXJP8CjW1ku61RdPLvMau13/zo6m6nwXqMIv923LnTIRvO++M2x9iIazKrGCNr0jVy/c7Nm9/qYMq/RMjv2vAkt/sbvpa+hvhEVlhja/HUX6T+/vhhLrjuoro1OT2v/BtCFCHi5d+Wq2Yn0ieR/XvVD/KvzAi7eshxNpos6CztfSgsJiPqcdiNMn7592Ewff2S/IvId/YkCcMr/x4z108HPbApurSxfjqOS/49bCXk32pI/vWj/JtVfHFlVnKxfqVQ8i+Q0PKrp2j8qiVBpPxLwJf8OzHRPoG9n1hjQfJvIJPWS9hV/4oztbRuqvx7Lp9T/v0ev/wLxIyAIxQj4ZN/+QVgGZgkoP7OX/69kSKTpbCGRD11at7ybwSNguBg5dIILvwh//40Pf0LT2DZvw2Cyb+6Pl1fn65CJ5z8m/sMbUeVO3/591MszgDct70fEQnj+cDE4soQcfLvY5lGdJsQou8BKKFtzHxMSP7dFraGGz8l/wIbXh1/773xVzeEkPLvvsOXDu87DCXm/9YUIHW8oKBAV0tXJu6u/Aucd3u+09G7wWPAiucjr7uN4POwAU3+/ej244Av8u9zY/ljcwc1yRmJWu2R3wHzl38rRIK2TU7OKPZZ/m004vKvNj/t8jWXCcm/zdq3heRfKdwdVyhQJSz/snnvPT7591YVcS0Pia1Vzf/+GUP+fe839Kk2JBgIqWX0v4e25XB/r5Hu772Xf4H4+OiyaJjj47FFluCygx8O+ReoKyiogypkYfLvF0Tiy17BV0kX31kEVCbK5Ca5AL7Lv+KTf4m8XyjRhGqyDfovj/yrlUvGpHMu1JRiy2ru5F/C/31x+v2tASc58PX3FtSYgnyYoLimlBbwYZ4vS2kqg8Xn21Iao6+Y66+4Vz9P/rzqyi2f9gwxrO36/WMsFiz/Dsb2Vkg6V3Pd7M5gooK76zGmFCYs+XcmOHhm9epHLxTrK+G95ZN/l/YUgvSa65zsKeSXXv9Ap0F3NvP27cyz/Q2MFQuTf0HgKUJHekUxvMm/W1942BtUcWbR1CFe8Rfh6/uwlk7A+z/HeD+AsYK+f4iMxGvuHsZF/7JoRAv/Rf+vCnHuHBQi5N+ySYtl1gljQJWR8q9X/ufkX4r6GxlUisu/pfRetvwL6i8Qi2bgRPbC5N/QCJT4GxuKXjBtVC5fHjboRf6dUuJMLV7saQrJv4ABJf8aON8HkH2/DEDpYccOvKb14xc3V8FwtazdgVoPKyhTMCb/fl7UNF/5F+zfH/3rR38ykOK0obaER/791f3us0aTVma3y7Qmrv3DZgSIa/npmwURPnue0dW2DtS2Dr25hFv+hS+Ahmat0dkALoh3+XfJu8f6zwwExfkx+be9t09HiL/PwSgZkBZJ33Y5jS2a5L0QqVqsjrm4nI74s1zf5d9TbG7c4Ojkkn/3h+0PC4OCW/7NFTF1b+NI/m1zlt8uLf2g3FnOkH99/e6mur/+lH+J0bbJjN+AMMdogIjkX6ksJT2tqSktPYU5qL7vxzsEpuHOTmzs1C4TDDENrWET49+NUalgVlGrmBio0IusVIk+y79I+xVI/oXJk/xLqr+k8ktqwNBmCBFs9Zet/6JtqeqvEIzfhYop/6rY8u8B6lwysTI1deVEyQFYInvZ8i+K/gXpV6kECbhAuUZA/gVmHTY7ukILhc0xy3ooqeXFJS/C3OKtRttC6K/clOlO/u3eGgB4kX+3n69mPMXRp7PCOCv0bZd5OLQMbhBDCS2YiE6iYH2Om05/CFecT0ejSw/vzkq505173xCjlAXxUW5udg0Pu5rry4Mo8u/Nxzns38f55d/TMENVlu/58JeR3ae55F+ZsRPuvf39UyD/gnLvRf5Ncy1djLHUlebn5N8ZzP/tKZhBZc8Q1NA1tFD5V2qyBAJmE1cy+AsiQdvmi8RX+TdbJPzybwKn/BsjCq7kX7jTW1MDFZ78CzMUAavI5N+olRRw+ZeAWLkw+TcHD2xlFQAp/wK7Qf2F0F9k/raB+Yu6+ORfUH9D606i1smNG/G6LhT0X3/Iv8Cwifj6ggXu5F+AkvwrTv7NR+8GAFW+kPwLvDZrj7cA5ltpdhekALtBDbRtPAsZippjwTybz7NaB/PczUGrNU+s/AtsKquvj4Tau/yLH4B4Kux+hUjY8i/Qqc30c/Ivkn8lWshamHUYtVKQf0MWIv+uenXcYnPYBlYh/2ZVe0mgV/k37sXSlL1k7G+wXnE5hyX0ehbyDOibUHfi29D2q/yLDslAPcsZ7uoyLUz+lbPQAuzeeyD/Po18XzqUa5Et6XJ5eguuJN51+Tfy6NFIzuRfEfLvi2x+nS9hQztuC2En/yIvOARK7uRfo81ZWGizHC102ow88u94oBtzCSp7A9z6b0g43DyiCb3oOGrvOor6GyJK/gWMUpnFD/KvQya3wak9VLdA/t3WfVu31NA9OAiJv4ODrduOgwE8eNur/BuX+9Hg4GDe6dwguvz7b3laPin/vnPf/rf45V9R1xdJ+fdf58//accyVUeHapmyoE7pRf6tDiWIACummkP+/alImPJvzAU/yr8k4pN/LSbtBUVMst2UeGyhyb++fuuQeu9q9IKCG7QtU/0Vln/LXNfmLpLmL0v7JY+E/oH4V4moa979FLBkLkM/J77ucYOEuUfyL67/Nu4EncRs+fSKFYea3Gm/T5Av3+Xfr1K41d1tLmqCkRUsTUXd27rPUddxJP8C2wGovCb/Ah0yZIXdzyn/AqT7C4yi5N9RWOBN/v31w98Rxn3U9GztY97hPnq0v/aakfvoUX0N5F+H3WGzXEBP5aW3bOKG9rtAgzzBY96MZZb8e9/Vlvugai8pMSMqci0IbWIhdL7a0nJMWP4Fpi31EPTuqLdMk+qeAEtgvhfyb52yboqcewb58FX+/ZdIqMm/WOwvbv3SiGj4PF3+7TNg6q8o+Xf06cLCp0d7fJJ/NaqdD+nVar2+WCGVahYq/yK3V6+W7kVN91KiBsxiaJMvjjMEyEJQGyvc7q1dmhoVIkb+vXXr1uvNEc3Eoq/3dwj3lyP2t/nxb5L4+p0VSKfELjPacgs19hKO74tkkfi6bbpIFi7/wjC/Q6865BJu+RfdIsqsrgYF+MRiQfl3SVlkNLkUHVm2RKT8GxdtNgBWQ+4DcZRz4Pw7d/Ilpm0/gGucElkRkfxbZJLEPw7ybz5H8m84VqxVHsZQruX4lOEyfh+u/tbCXS54CJQ94XdquNRfQBNTfESjOVIcoxGOhAsRI/+2IPUXY7Jo0ll/deHyr9aBeb4O4+wON1mwYHdAt1bq2ZbU5HushkFc+33UL8m/UpnE3mr16rYFiYQt/8I7VVBQVFWQBA1/yr+jWZVPF2dlZT1dmbVFSP7dcPbl+39C4f6Xz27wg/wLJEzAdzZk/0Lub/uBA36Wfyt02Hh/tZf45d/N8TIu+beDKv/KWZi0Wg65iZB/BQTgRKkMO7mVzjf590YK3BVlEh8/b/nXQKEGl3+XGjjwh/z7hS9cKU3ZU2bwkvy7y1DRV1LSV2HYJZD8CwwQsb9QQPCvH+Xf31efP1/9e87b3mEiYf1+1YpKEfLvY1/rksGXklolkWJIVGpYlHXBinsg/5K3dMk6wC30tbcHgPtLSf4F8/cSqL/IAAb/F758UIGqS4bW2j6G/HvY6zxP+Rc4EQocbtgUt9ud/bt7U8PhWOg7Qbmoifsd6x8HfJN/r2m1cyjvd6o4PwNKaHrwdRAai0jwAROSL/gm/wJtpuHrMplWa+x4LT3Fjsm/DlPbiwLyLyIjA5W+yr9nznDLvz+srvHEKoXX1VT/8Gc08Fu429/bTr488i+zH23rNff33su/kPgraWuTEAnAPsoEbPk3RAmp2SELTv59QCS+7hViRELIvxve+PDKFRE/gxpHOvacSu1G9dyYVM0EbRsnEvLIac/bWEWPAabpv4wUL3s33MNQqdA+VwJviK2BQ/79NcX/nb5v/1pOcIFTHGhbdCFe3tRWKoc6v7GtSQKklbalQCVNN5vTJDJsNSVdIUa/t1ijlqKm6XoO34UZNRUJoOaGR/6t4JN/1zHBUnzjUaQCbWLJv/9h70yA2qgCMBxnqHijrVeitt5HaK06Wh2tovGoFi3xSvG+GCxCPUABNYYUpRKhSj0TEWithVJjpR1QIyJCZBCVQYqkKNAWtEVrLd546/92s9kzyXskUTy+fft28xYx3bCb3bff/juCe5dvOupYrz7JpQ8h/5bu6BvatGloKFTi7YkyXvA07eRetsyxU5PnBfkSxlsu1Mm/o1tHUdKDyb/fXXoIi/wbUvwlsK6H6QoOvJjc+3jxgdNDyr833shPtVvk68HUNovQYQjeEUpJ6LOEKpw8Vxn3q4qXyb8X8KNAbm4Q+fcdCZkpu6RkvqNNLOVfpeQryL8KKVgh/0L9lQP9Vy7/rlRyAPf1rWqWJP/yE0IqbsiaX9b0hEYnb4oA1hf+LjHuc889fucXTQE014NteX//cpu2/AsE/1cu/74paxcvz2diDyIjqVpDtPyBkvHKvxXXI/y3fZCsOn4lQr4LIv9+nWvwbx1OXPhH/lrwdBC8MIQm9HYx0udA13Rf+4XxweTfrO5hq3O420Aj/0L03bQJbVFL/l38MXI0/eYvIn83cpG/IeRfkF+QlpTmSk+3KNpZznIjl38Bjfwrcrm2/OsLX3yayb+nLEOgFMqyUyKVf0X3l1H+NV2w8IG85OS8BxZeYFL/XoXjSybzlnAmjrxV6/2amjNAs0nZzn68I+DERR+ecoNzY89G50al/Gt3UWHXgXwJ9rlT59rztdEBSfCvSv6VIr5f7M0sOTAociyYV7wU369a/Z2JotZ/dUCi/rLIv1lFj8ooUh7TLpVz6MdfHmq3H/rlx4cqFqjl332+Kp09u5SMXx0QUv49sNrk7Ya/4/Wi6vaaqg9UyL/49BsbsR8LN+XOHGH/Oq2trYVPPPHIpv1DK1pC7G/ZWkQBjQjmyfK1ZYj9Vf7s/ZTogOi7IOIp4z4IWCgXomrx6vUmp14pvVS8T6eUhbrWWOV2f45LCxL5F894pEAHeMNX4L4Mg38XdP99YZJ/yxHgDt7DWLwxnPy7ddcAW0PJvwnBxmDJv31E/0W55juiAAMyHRrik38zKdHYR5nqllfgw1leVx5hQu/vlLD+3jsoCSL/btoUJPk3jgpN+VfIfZpcStRfefKvUvMVXwZaEiOWf0Pv+aTq79ZyYv5+xpm/weVfqL8rZvtF3ymTJ0/xt85eAf03cvmX4DTwHv3z2vJvKpf8Wzs/mPw7Q1P+faPHajKYkpNRWXve0JR/TyGFo3l0lJN/u0dHm8+XweXwEzoQLN5YydNIEk0b5a1AdTa/uXbPss2PgM1le9ZuPopW/hVhTv6NXP4tdPY8HP3kX0NcltXpdKKjXpH8y3okt9vij23bRkev3LQYb2oxLjKGlX8vrGo2u8TY30yXs+fwS4LJv+CQ68FRJ+1NKf9avvLfCmoJI//GIYi6fLjYEAcik3+/poRl3bL200P+5Zi3E8J+Vezhp62ysk20EhUlyvLvrDVrZo1X/n1MzSklejVC8i8ZQiX/JqiTf0Hy6sYl71Q2LllSuTo5Tkv+rXB7HbxLUmdo4O3fxfw1ZDwyMkEi/+q34ijVXJ0Im0ZOglgFlX8bcMljQeTyL0QwL0n+NZian3zy3QWbyT7O5vO98cYbeASMb3NZbdmyJwkhFY/zPI6bmja32BznyeXf2zv/uD33Qz/71q0EOSvlCHuk7449hEH+BR81vTy0xXX//a4tpYOlU8LIv12Dk0UGu+bIYRJkGWGXf2exJf8S+TfNPOYt90ZL/t2TovDyLyU6QKP+ivLvjm1PzRXMX7X2C2Ty7/WUgRenSBjYEwycoslEkX9Z9uQn8ny2sGinT3b67ESkAtoro5H8K8u38Pl8trpGyL8NtmUjy06Vop38+8QqFL/8ezQKyf/Vln8/SDaU4NlhH9Ak/y7eUltfX7tlcdDk38eOuCQcOsC5v5Ty70JtHlA28Mm/o8iGb0A6vGs0vaT5LHi+s9SDTP4FVkRZYSJ7re7DeP+T1+/mph8v56hzEsxrlhI+eX2n0PIvocHbu2xZr7dBru6FJvby72w5tcFglX+vpUS6HjwB6/cwOZM9F0rl37X1RP2llX8R+8qa/JuT7jrwgIKsgnQ9hpxI5V9CSpI+KYdP+QU59gNTpmEq6r9a8i/s3wRzudCt1BBnT0wII//+hHHVnl0Pta6KTP59Hvez22Sxv7aaVYj9jZb8CxxWcrO+161sZ7nhmvVnj6EkYvnXicfL7VjTPer1JmnKvzWFhzcNDDQdXlgTWv41NhvjNV5S7UGMDo/HYZQ//cY0Z44prrzwkasWeA1b63/l5d9f6z815P7442W5Bsi/Jfz75b1fkXUrONYdrFgg/WTbd631q7/a+OXflMAgYof7m5QE+9ceXP6lT/51+8XfX7np9rbI5F9g6gYNXq93LHvLUHb20JbsIu4pc2g1iT8ravL1AwtO4q3fs4vVMMu/8EUa2rFrDEMk8u/YDj9jUZV/s4tcRRsA/soSQ8i/YE2ujDVoik7yL1F+P37/YxSiAUdX/oXzXtbev7zetjyI/AsuKIlTY8qTyr+5lEjl35AJwMKDECiRXhZ9CxyvpLJy3PLviRJsvPxbW3WimmjIv6DR1LgXsn9tCvk3Xhwg/9a3t/f34wFzIZN/wTu8+Ut45+Soyr/PY9SWf6dk0wz8pWy5+1s0I6z8++qrxeVkb2LJnGGO4zDPyLSQlvLiV2fGXv6dpEr+FefQ6wOkyb+8+DvIlXNFeBG4BgYw2eq4n6WEUyYokXZqPj9IOi9aLhSuwxnv4xqeF5YL3U9vvHvGuORfV4ELzm9+QYErf1EB5gSU9z42txzX0pisDet+pLeXNfkXGJOHh63fDA8XFrrdxa2YL2/9JtkYTv5dNC75d/16Lfn3j9aa0sCl1fmpNT+hTSX/wu2VDQH5V9b8hFz+fZ53f7cJ7m9Q+beAYOF1Rwv3IsryL5G5qqqI4BUN+RckkIJxYsq/LIdj2E08+slee50XDuktNdZPy4XZ8k+DZHx4KNEB3vHNK9FK/hX1X3Xyr9vTECfIGobteKGV/GskhfDJ3UhXfVNjmM76KK1cY3wVMV8yZu3RkYxpY/ysRpLH14HTibjeghJjfBtZnCyRf816vZnr/3MOPx+0YyZTQjX0VX1Rpias8m+ijEmJk/Bu9IZkzTvvj5JxzeWI/j0WF9theweRf0H9jvohQj29/Ot7e/sSj+ca99s+Dfm3jhKtdDD91q2ffro1Sa8t/5JH8lHKvxTiL4F1PUzneJMUngM5MCNfokgGr3p9vxMk7Pd61QkRyb+X3Xbqqbehko4qWM8SLhMICMCdJSWdwmtxoji9bHtl7i4pr7SdpUks5d9mqfork3/l+q9U/j1pYFcNBk6Syr9JCswrua85s9bNF6L5O5mvZqeee+7s2YNN69WdvPkK7Lz8q/LgtNZDbfvasrK17bWa8q+KN7dA/lUhES3T9PLNrmAGaT2Srwgsj6Bkl39F/fcR26Df/QWDQeXfywzCYYPVaUUxhHw0YETy77fffXtefMt3I8HkXwMvF5vImwkr/wIoZKijlPz76Jd43hhn/m6D+dsjmL8h5d8N6easLJclyZI+V76A4Sz3r5d/QTD518HH//rEmhukM1rJvyIRy797i4VF/jWU4CLNratX37pQFf2rA7LQX9Qo8+ZJTgqFovl+S/KAumeF9XjHEADXcshEb9Cj4lBuQ9PnUsGdKVhF0gvmTt1gTrJqogNE/Q2W/Lv/DLEI60Ee9asOAhbWg1z9FbRfzCj0Xx0Q1V8m+VefduSjEo6U7We1pMG7lx7qch269G5lu+QYZpp/esD8r0pTU0u/mn+AsEBb/t3NanJuxGG804lqo9Nk3U2Z/NuYjE+7sS3MlE/+BYWc++uD2RgcoVeHj/11NLgbRgKdv6nzE1S9LydSIlm/5U53N/a7HS3ocgCoOyADd7ud5ZL1Gyr2l7kHdQ+J/NvKIP/KWZbst3WWHRdG/i1BjuMwduldPV09PdbQ8m/nroFLgnvu2qkp/yaQEpwg8m9f6jV3qxlKjVj+tY74cWKTlMJ6i/85lIxD/j2IogSRf6/BGH35lwfyLy/+okYR5F8aYi//Gh22Xz+1Jnc2tu133nnBe0AE9Xdy6Zt38axDBLB/9s3SyUT/jYb8699urJryL+xfjKRmS/59o5jc/dLVhaqn+Ai1/CvngwY3Z/82XB2I/RXlXyNHVWVzY2MbN9tG9rZt8lagPpvfXL/nnkQ32XPP+s1HRV/+FQ4+hMOPyOVfULyx+OFoJv8CIv/yaMq/b1LCy793z06dOr+2bzFxfysqlmsPywX598JZHRkW+24Bqguksb8nqeRfcBBhb1r5N8u1jgv+dWWFk38JPcVxkcu/51PCcobF1E8vyL9zM4PYv6LwO0uYi3ny7x5G4x5RlX/j/KSnq5N/uXhf7eRfQQDWuJEwr7KxcvVqVHkaNxLyfozbb5YY3ML159OFkJCp4haTjjCIokkK9Zc2+ddXjmMwzPPcNF75Fy57VrmzPMtpzX0S9u/P0H33rLfZfIR2Wz32eO+Gk39BS0v8Ly3nfduiSP7dlx8Jf9xekqQFv0ei71+8NkBT2WbblGdypvTVD6buHlL+BavOnSyA4N8JLf+CWQzJv9uTvGNFaWt6rbz828IX/5Rd/oXZO3hY2MIu/4rqL4X86/71K2L+mrM0tF+V/HvU9Tv/S+Vflj35iQLND/DTL5pRqWH9NjmVMAcjmbh9Ix6b293qtnl8PkH+nRM8+XfVKjJSJf/eXpJ7++25Jbdryr9K1vVt2dK3jlN/A4jy74lvXBIeHaByf0GIbegFrW1IjxwVl2us14VnKTobjecFg/WzWEq4G+4vb/9yHbnkjk69Zc1SHiwLK/++VtV8f3Oz8bVoyb+zyRix/LsnJbGXfy/0lNmCUeZxtAjy7/L2Uqi/1PLvEg+BRf4Fi9LtB+a4LGZzEgJ7I5R/p3PFhUN3+L6EaRgI00Mn//IdGgVxjp156uLyE0PLv601rahWdZH5SORf3M+OSEup41Zf0wr3N5ryb4UbD+nyuiu0vi+WUMLys3+p/DvqHR21jFm6rV6rWv4lNBU2nX02ql3DyL+VxniNl5R7EOzpFOfApk7kvBu6F1x1VeE3NfU1Y0T+HdtWX7/1sh87TXpc3ukU5F8FqeisQFdGqqRpqrCVydTfS3DqF1r+FUlBwQBycuy4ZGO25+TI5d8EceQr1OHl3893EPf3V1JhTiX/GiiR9sR6vU4S/juWPdS+ZYttKLuIxP46vV55Tyyo6B9KLdv8MJ/xe0TxRqsaVvkXSSU+8ryN9WEYv/w7+VysKwJW12GToyj/HrqhqMheXV1dVLTh0NDy79wCfZxIwdzoyb8ErNAvuZmlB0dR/l0L/bDfZmvHM2qDyb8AW5yK5A+k8u/tlAjyL40ArAOLKOEui1KiA62UBJF/62Mo//7wADCW2UIm/97z4IP9/Q8+eE/o5F+wSbB4N50ckfxLiQ5kZ9Ppv/JTJbOrGvvFcPLvzEJnHAn7tROpyp5msaTZJ2HWnk5anYUz/7rkX/GJr0ohmMz5hd4Hz5Xov+cClQH8tq1dB5ooYVU8xEumTYj+tfFWw6z7jPG2FYHY35mC/FvxC9Rfdvn3SitIN7lI9m9+msVQ7pLLvwUBLIYMnIreb7AUaKEDF1CiA0WuXtd2NvkXNCP6t7V1YPMT69c/gaeBdDuHv2m+OZz8a7Gwy78EDfn3p5rU+ZP8TC2taf3jFiX+S7iXiKKvNPlXpgXL5N87QuT+ivKviCUOWCQN7PIvDZHLvwITNvmXpcPn9ISdzjsBh7V7Uci/nwncilGcVaEDKygRj5xefDFI8i/g9V/lv83q89R58ZeA0lDn2x6nkn9lsb8XT+eZpBjZ5d/4qg7jdTd3VMW3dcyKN3YY4zva4tG2x6yOquvOczi4xUa0yVLH+HfcUxiiY+ZICTOS8N9UH6kJq/yLQ3zJgFdmcvU8uSW8/Dty8eVHjiyw6tPN5vTgyb/1A/V9Q7ahvrKB2tk08i+oGhiwDQ15BgaqIryjv0HFdqBu5eRfPJKPWv6lEH8JrOuBF3zVyNrV8q+vrOoECVVlvsjkXwDfd07nHDKdg4L5yOVfFZ25uZ1yH1iQfz8IcPX5n0P+/fz8fa/+QINYyr8S9Vch/8r134D8+8YRA7W7alI7gIWC/BunIIuXf7OU7f6jssPOnXwYaq6Qiuft9bLwX61bDxelEPk3ZZGyXfMIbu3mpqbNa1XN2vLvxbYw8m91kjxvu4hYv1L9Vwe+oYRZ/pXdQ88n/2IlYjUGk3870hYFSMMjGrTP2DopCb1dnCdMgsq/PLTyLyFayb/vf9xvq0Xk77at1o1dovgbUv492JW1KClpQ1qSWVP+Dc0ElH854ZdMMPrIhJ/6hAYyVSf/Rlf+Fd1fWvlXNHQXPvDAQkw05V+gMHAmkYobRIJsm8PDGo2sxzsNlHD7HUp0YHWA5mQL5N+k3MbVq9Vltf8M5CRhCJ/8qxZ9tYRgHRDVXxUy/Zfb3o7k1F82+Rekr3lUwpp05WecpqD30UN7ew99tFfZLsi/MvbZZ/78ffxR8RIBWHGxJgW3lVTn2/OruQq3lqRIFvo1pptvRhVuKsi/hAXLOkLCbxd3kNjf5STHxGQd8cf+1pJ7UyOXfw3WbodjxGow5FZx5i+qKoRzWEccjm6rIbB+hdjfiOVfdIwBSfJv64/jlH9bKjNKTKaSjMqWcPIvErZLyrFb7zHg9NhpCCn/XtYj4bKgyb9U8m+9jZDKMbu0T5vU2azJMgY51jq3w+F2uOusigUTSP6lguH9Ri7/7onCyb/E+uWDf/3yb7Y87Veb7JjKv4L6m9y5WjB/g8u/vPqL2F+B0hUrSjERwn85/Zdd/t0sp9WAPT++CQytigWKT02Qf0+kkn8PL+7q6kIsNzc5PIj8K1q+9y4j7u8p94pNZCqRf3GDRV5GbqNU/hVakxu15V/wSFl9LagvewQvYpv8y72IWP4FhV2F2sm/myhRJ/+Gln/tlPDvd25pAqlwRjTmDn2bMnF/cUqZlhmI/Z2R7+w5Wxr7K8q/mpwkH9XyL0h3fYXcX1d6HI386xw2/LXybwYlrP30kH/n5ue78EyIIzXs3z3kzEKJufxLiIH8i5P+RYGDVDH5F0Uz+ZdYwQncMo2ttqR54erKyoULm0vitOVfh3vEb6tUYIbn40lE/02YOlUq9Ga5EhJlGkECrfwLug2wf338K597vPKvqwipWGtcmIw9SYD9W19Pio2f2nw/c+2sn9uHcm7PDfHtOwn9i+zy71VNTe1D2c9NW1dfPyWs/PsT7F/B/f1pAsu/szBSJf9WCox5e3vHvEXonKmr1EAHPqFESP7lhuAlbPLvsRryr6D+0si/VY9vqHZ5nUrtV1v+Papi53+r/MuyJ3/99U/44ZXmLxAAfOJZje5P0KYaWPvreLsXI+Ehn8/n8eCya7vP4RPF3zlBkn9FiPx7OleODiL/Xtb5AeJ/Oy8LnvwrDriFbDFfSZsF+RfqL6X8C/eXCu73UsJnJG4d3bZt9FOM3R3+2F8VaGLt95E/u+j9jyvwDeN2GpLSliyVEfZv0mhENbGSf1muI7opGZ/82+JRYPPYJAjyb/8Q1F8G+ddT6PFgZJN/c8xJ+Tkp9vxFSZacSOVfnhSLXu/Kgfc7DRXv+6qTfzXs30QX7mjiccel4agllPxb28pNI5N/EftbW7ZWajbZanAj+DmRyb9rVXh27PCoWzkzhRLWn11NSeTy7+iOMfNY1lh3MPm3ZtXA4YcPrKrRkn8/kfA0xmAvx3MOTA7FuejfR2w1NVs/3VFUtGN0a039tmK+1xlLNeXfqZMPKz344NLDJk8VGhTJv2t59fcQqL+U8q9CA853gXzMRiH5t00a/bvDLV3EuueP82OyWtEf64T8O5RNxiJnNxqsJuUZyPK1ffW2BSfxnD1sLcnIU8Gc/Osduerlj8ITgfxLeBzqL5lGVf49dH/EWrrSXPsfGkb+Tcw0GwxCbo05MzEq8i94dOmjSxPJ/Tofv5+I2UejmfzbXmtrX2uzIUdWQ/4NFf1r6LwhFvKvKAC/zx2S5VDCelm0hpK/Xv4FDyQnP/CtI2TyL+jvRxU6+Zfg2DRvxox5mxwn/3Xy75RsqiJ/qHwa3N9w8u/M07CPx7VB0vUBEgn8XIILzXGGHvxIKPl3mmJkl38poU/z5XW8iy6hGfiOwipKFJ2ad7wN+7eFpJrFx98H9/ftOxRfbNefcgZgkn93vXLbNngNac60NEv+sxyucoNFLv/mBLCnc6ei6fk5WrDKv67egqJWZvm3DdG/TmtGw/DoaHfD/U5nq7OkLaz8q9dHSf69elVt4ImqU9fVrrr6FjU6QMRfovlyoyL594nAAj75V+3+Ari/4eTfgjhQ8NfKv9mBil3+nbjJvyWU6MDd35+w13kUyN+vsayKdxCN+2nALP9ScfMRqkuL1m7f9u3dceXb6zweZ7la/uUyf28WYn9hV4ZM/j2MonAn7c24tp5njN8jD0exjTfHG8nFt8pZ8R0mhOO13XdfYxy3OL5D/n4RBr+xeCagkn8zoyn/ShHkXwON/Av7d7fdrilKc7ksiixdaUdHfRkuKD5ePxvTPbXQlDWqPJs8vraIH+e1MyU68N2lh1DBdahRiL8E1vUwnQa1/Pu6x3iCBKPn9UjkX0rY5V8IvkIlomqR76Nyvyby7ytfd5ZowbLvYz2SttgTMtOaq+KBWv4lGJtNcVlpAfn38IHBc4MyOHC4Qv5NL0jSq+VffVKBcGVWkvw7mR+gsAbmB5uk9q/GdiHKvxqf8bEqLiJFRbDk37uCy7/E7Z0hi5bKSpuxm8CR4lnuI5REIP8iGHKQX2eEQZu2/PvFvGnh0IEvKKHeLkLLv0BT/t1DMQBF0zjl38UfI3PgwSsR+buRi/ylk39xE3m6OX/KhgJ9wZR/hfxLQYyTf0UY5V9C7sKFuepW1rPBl9R89JFGI+vxTgUlrPLvfgE+y+Xk3zzMnqAs/LEnzJigyb986i8GIfkXO09LDuyIHEsc5kUUC4QLyk3P7x2C55uEC8q8+ssu/+otmY8GyLTolZ9xj4KNm0jy76aNynYdENN9UUtQNunATpRwZ6+USOTfZQvDwG0XzzfxT0ccqSvXW93L+dhfnKBGQf7VG+rcI+6ROpgm+Ju9ENzXloEXDQ401xkC3fShYn8j6UE9AzDJvy1CAVWNzc2NVZiRL9DaP5g2FhefPVyuuX+4LThU8m+CZJIglX/pYJV/1X/rXcWFhcXDqr/1/+VfmuRfEb/8S0ds5V+jY8eoN2/1WfudF7YHZAoJ952cOuWuALNXrJgtvpqSijwBLGeVf1PkpOn15vx8M7RQxQK1/MuS/Eu032JAFOCwyb/gFKAtUBoD0b95lRL5V2ztCCL/gksf2WyzbX7k0qNiJP8C1NFM/gVBkn+foCSc/Jug1BMp4d8v6QhFnbDuym0h8Mu/bXnm/N0C7m91mrNYFHvl8i8lOmBVgJQsr7ItiPwLoiL/3klRzme5VsDYTw/5N9NuwdOpFtnn7qa2f/dQ8w+Vf/Vmi91uMeul8i8M3+mkViX/ojlE8i8oySX3y+WamPrVPl58unIPasmUq7+AQf5d4MT2aB12+3zu4W7feOXfxGw/b17z85PvIuX3jc1lZWX1sH4xkqzDMt+7aI5M/v0DsVMhnvX6HdxfVvkXfNT08kfr102Zvw7ubzj5F/ZvDdfbUQP3dwLLv4BO/jUIFKzpQ+xv0ZK+oiSDBizHTKzfOjLh9+FCPwtI9bBS/t313Leh/tLJv9t31OHbntN+Lwr394DY33+t/MuyJw/8h9NWNjyA3N9G+7Sgv/drSmR93nN4+9exzOMZ8Cxz+B4S24Mk/wpQJf9+IEwUsIp1j510CRWcCDgzRvIv+rA/3TaKZ4Td3ya6vooCWPt9lirAU8Qrljt61yjbKf4m9/gny78mSpjlX57z1KjXw5dbDgasyb+bmJJ/wUpLljnNVZBuWXlghPLvdH/Eb05But7istvzV4rOrzr5V01iUVzdzjwOgwWqTnD596effopc/iWxv1KdDbezc7G/Ecq/SImRDng5CDCVt56rA+mUsP6sgZKI5d/yT81JvWvMZqs1S0v+BTUQfs/GvIb8K6RfCKelkkG2aNznwIZvCgdsZZ9u3VpDorbf/tQ6uqpsK6/oKOTfqaSAdbXrhImIKP+urd1VUH+p5d8UociJXP4FbSTyF2AiDf4FrHt+YY15vV6DgST/bsmGf7NlKpJ/DVyj/Aykv52P/SUDYn/Lcys/O0EFq/zb8NtHcH/Do2NBLf+eW1NzmIb8y4Ja/oX9uwHA/Q0j/yYkFqXr4zj06UWJ8sNuRqZJOBjj9PfxjKMv358+TUFE/zawHBvP27a1/bB/Q8i/++YlmwgGyXnsBSr59wKKUcdICiU6RrooYZJ/Y4Y6+Re0t6PSTP6lg13+RW6SJnurk38P5seQteJUKaugaEZCqB3kzFeLy4mGGej64HKW+DmY9xayrLz41ZkxS/6NIRdRogNGSnRA9rjU9eeuGPR829LyreftFeeuly3SMRJI/f0UPZ35X3nzn/3qWZ6v0iyK5N99AqxM4k9FV+6jBZP8y8jNIo3l3mFnrjfDm5zRnbsR842zxIW62AH594/WGjFVaX5qzU+3aKED6xW08/JvuyoqH8jc321+93dqePnXEpn8y4hc+s3WLLFO/v2eEpa9AtMWyYBC/oWL6PHAQQwq/75NiY6RODlWr8fT0OBrJepv8OTfbz+5mKi/QtLvJFkG8Jtsyb+MSGO5hk+bGR35l5FJUliSf8FN312zf2Z1PiwUOay3eVVVGSUDMFbttBOZUyyImfwbI5jWAyMnSLgRxu9+/Ox+RvIyAvk3VshtX5QgErD8/Sb75V/tTBXWfV8lJePYhjb1lYakb5P0Apc+q+AZV5ZeIf+i2fVMAZoD8q/f/OURPVZMSfhvxPLvpcequVQy1TGym5/MRVmSQ+VMXvtF4Wb+Uvm31r/aMAxqJ/9+vWnatCkhB/7M9UxKdAwwJ/9+/xoF37/D/vf76JcVax/fBvO3hzN/qeXfDbiLfAOmcy125THMBIFa/mUgZPLvmYURyL8RHe8YwOrVpI7w976kwRUabcw9OpSwy7+83yvKv59xTWLhoUn+3V+S/KsI+BVRRALrYoj8/1qQeaTg/hboVZ/xb3Ku9f22tKho6W++axULOPmXklhKA08QfB0LaeTfAeHpiI667vKGupGKfpsi9pe991KUfxtG3I66ES+2nOTGZVVVy5Drjw5ndzfs3wa//DtBeJoSLZnWO2w2Dw93m5VEcs6QQAqHOt5Px0gmJZoKnL9/T0nM5N8YESP5N0bEUv59ZftYc2U48xfoGIhM/s0xZ1nsKSl2XKzOiaxP/wiF/ds13AO6uuD+ytAxYuRpy8hobKtSyr9tuaRVlH8p0TFAl/zLw9oTtBvHNTcF5Rr+J/yq/RMU5Q6W5N/xHnkmlE4OCSf/GiuTF0lif+3mjarY35PG0ff9PAW6GHI+FXfy4joljP30kH+rLVncXaiZl3P27z+aEPJvWjWRxvXy5F8QJPl3ulBO177xpvv++7vVrYrjeId7Zxnvnx7BFqOUf4HPyenH5SaT03e9Wv6dEbIicAJR9vx161Cysy/+mfDuz8s2lw3Y6ssGBsrKPMg8dPu4dh0jUvX3dnwIhih9+14r4ar165v61q17bvfw8i/oWkXomjNngsu/s6jk38CvSVrSt8Fc3rtlqFcfpwHr0xrfpkQp/x5SWBygq6enUCb/ThDY5N+//+iRZU9+gMjKMeRBrwwhFd9LCS//ziHFz5yHPvA2bK9r8D4E95dfQkaK5F9wNFdOF+RfOnRArySLr5ToYgS7/AvwfkqaP+O1X4wq0Mba75OtYunS7yD7Klt1MSKW8m8ZJRNl26RGkH83zFuyZMk8NvkXpLgsZrPFtYuyXceI8N9NxwOqCshvXCn3foMm/4paXHVc9848I+VJMyDG6RhglX/XN9WUra2QXq+oJ7G/Ecu/kymJVfJvDP9+1fIvIWmMy2YIJv8WHn54YRD5l5IIzoHLs0Zbvykfra8vw7Cq8/cfW9Pl/3re/A0wf/50Mpk+fz5pVzgxUH/bZervSeoSPPk3RVv+ZeQsOe7tj5PcX0XwL2Dd8wvrq9tghfzr9I71jvWijHmd3QY0dZdL1hkf+/vESTyHd1lL8h7YSwNG+ZcddvlXIPryr0ho+RfgLnaxiyMi+VcJon8R/Dst2vIv6O/fuQLyuzrD6QYJH+R1duZ15iYnC9HGeeIyHSBqLyHcVMfILpToGPmJkokj/yqTf4Eq+TfW8i9hbzJKXsrndIC3e0Obv6rkX4LebA8l/xY6cUUpLt2emJigdYiRaE+PwzUlZ2Ew+Xfaf1L+nSlKvgj/XbFi8uDg5BUrpLG/M8ct/8L9NRcUQPzN9+ZD/vWDuTDyr/3vk39BxjfD3d84M5zOjG++aW0tz0DTXyP//lSTOn+Sn6mlNa1/3KKJVldKHy//9ml1pahzf4n7G/PkX0ak3u/flfy7ePE116CEHlGYO98oGb/8C9cC8i+qoJfqvqUk4stOemsDd8NYCPn327sTof6ikGESRnFKmv8S+ddQ/k3hzJkTSP6lS/4lLPCma6/fbEp0YN68efsrhoSEefvvL2vGD/0T5d9sSiKQf0GV7XWIvxCAX7chdnuCy7/BiLn8u5CScWxDp0/Ck5PB/PmoVFMsO116QSNrUf7u9kVJSvk3aZF99/xFWfLkX3LjNmoyi3kxAlgM/2WXfynRMRKwezPT/LnG+vRF1f42YeFfKP/iRnp/dDJW3dsv/3b99RUVSvn3FeL+hgJLWR5jFS3516CR/Lv/O1Tsr2MEJ+wjO7ZaN3Zx4i+D/CuyYcp/V/6NXvIvIyY1JSUajZHLv2CCy78EhfwrIpN/Twqd/OuvdUDUe/VxKvQBNfivk3/R7VCUOe/II+dlFpkVb0kjAWbBI9f2L1nSf+0jCzQSYMSMX3EizotTHbiRknHIvwuWUX4fS56OONKwvKJ/rTT2N2LhxORwNLgdDvQ6Yz452UQ2aqvD4W6oc5sm1kW2xeAaWQHqNu1nka1EWTlXnarFiGj4hkbHyKOUhMi//F/+/dfIv3UdvPk7ceRfe9KiHE4CXpRkj6L8C94gMlFX8RtHREf+rWrOyMirFOVfZetfL/+KWUqk5gqtnEoQj+SOvBgdXxdrFslzRXi79/nQBT+iPBuKgfw7NXVF+Evwbc3S2N9Ml7VLbf4SdIxQZf7FECL20hC5/GsPIf/+yd7ZxzZRxnH8TFZf0FBFEe+cG6hRIy4jaqaZ6LRRp86wyZKVqPENnS5T0albg5WpEd3cZkycoaOOOV8Ki4uBZZjIgkRwAVSUoQgB4Q98wRcyERMFVPR7d7s+17vr9Xnau/Zuu8/zPL/n6XP9o2u2ru19+m1IejXK1zxb7X77N5n8C/jQpEkhXvWIP5bs60cxSv7FAXkYf/BmB9DvauXfVm34r6/UOvkX3Ls6Eo5Gw5F92Eo3+ffxhp07dw60DwQbbn3zhcOHjx594eib/YePfvjh4cMt/Z2dLxzp/PTo4c5M5N8zKmpNSF/+Bf/e+fLpJgJRuRGOl39BCYP8y9//w2g4ugHBvxnLv6zvPd2WhHNeev4lT/7NDNZH8mkqTguFlkyzTP6VKZf70+HVK48cWbk6XLcVm+Qge/IvJRyIUsLZyIMS72iKfov87ggVy6YS9dcg+JdZ/p3dp2G2jHaXM8TZ8u9FlDjlb5NZ/v2ho2P0/Q5W+RdMq6ycpt/lGFFUX3BZYeWJhWddpnJ+UVIm/0LNqX840jt29iDycP1Mv53y7yeDapOtG7G/KxD7m13591ZKWK/bSEnm8i/P5zX/YCz/krNEazEZyr++1B1kFtkQef7Qj4OD+ObXwd/Kr7rqCkHQyL+mFCiFAxr1lzX513r5FwwfEMXfUbi/P1sg//LRDVFBCI9EBelshiAI0IHDgoBt1X0GTX4wHvv7/N5oxdBPkz35l17+LaqS5d+qIqvl3/xXdu16pdBy+ZewapVO/tWz9cbAmECwVSP/grkQfOeazQ6Sf/HRhdQNj2vOkX8JRP7NYvIvJWNqDtTefBSzrpN/+bKumGnyr5AnIBnIn+QbjxD+60eaEK6UMvm3cCLJv4ls2zMF7CGxv5kk/8L9bQ4dFF3fULQqtDSOw+Xfi5vaDq2P7DuEtj4cabo4W/Lvir74mdWCgb4Vt89PgpEa2T5Jot1IjZTc37Xx3F+U9oJ8h8q/DaQaYHfyr48SB8q/ACZiEjhwPSUcI3nG8Mnk3/sWLvzujksANF8fqnqJGUMl/84wGxnJv9FIS3Gxo+RfyuRf8FLYwIyRhDJKWL4mzI3y70xKMpN/17zaes/U1tap97S+usaZ8i8tLpV/FebN08/6ExplT0w7edqSGj5R/uVrlmD7iTIi/4q6L9FXFRcYVewI/zWXf086KcvyL9F8ixY3V5XV1pY1h4pwSRv9a7/8S6J/pXtKCv5ddZdEd4L8++uZhXTJvwFKbEv+tZFdvf179xpE/p5Khrn8Cyaw/Juz5N8mSjz5Vy3/kujfpMm/qJI8CTHiiRocSvq8ska6CmcjeRrwDYnbt99fhf8XKeXflzF275YXevnXlEKp2i//vkn9/1iV297bKsX+Bn3AIvlXiOzvRxsReF7xDYQRbKzsj/LOem7ko8TweTXOsqHr4BjRi79+/QpwNuHJvxNB/mXFfvk31KWsukJWyr8Eq+TfzUNNFXU92uTfzevqKpp6cpv8S2B5r571mdwCye19DcWkotmf/Bvse5viFHxFTcw3SSFWg9hfIv3KuFX+lfj6hseuljrWZId0m+XfWBUvPRzFqt1v/5ok//JdsVgXr0n+9Zsk/4pN7KzvUx1vxq4XSy2Uf8G936xc+Q02mOXforj8Oz0I8XcgGGy442hnZ+exY8c6RW4vR8E6Trry75+bQqZkIv+Cfy+zQv5lwGb5twSDMvmX/MJur6nasB1/x1bIv0iJ/5ui30vkX2M8+TcX8i/BQvlXHf07d275VlA+d+4V5Ahd8m8penry7z5KOBsxMn+BdovIv4G6zQkxvxpK0pB/V1DC6bFT/p2dqfzLarvUUsI5BEn+7RgdRVQnhfxLB8dIYszvZRiK8psy+ZfYv0VlbfuPlxnJi820U/5NiP3t3Ti4fD1ifzOUf5muayPvUGJB8i+fV3U/puTy7ycLFnySRP4FPr9pRc9U/hUih4TvRfn3N2HLVVdtEfIM5d8CaehRdjnQfXz3zWeT2F9K+ZdQabn8Cz6A+3vggwMfYGlB8q8Q2RAOj0QCURAOhzECkZFweENEUN1nO+e9qsT+nvdlpK0Osb+e/Est/4JYLS9GM8V8fkvlX5D/+ef59sm/oDul/AvG5N+2G+/WyL+pcVTy73pKnCP/5j7591SMVAHArLl8eXGqFhelOO0i/kOqJ+qvkf5bX4Urmcu/hfGFi+XfHoqukn+L4wWW6JQpaxeQ0F/0tOXfp/5RjN8aofmga+Tf++4bqgiH10fwxQGRiqHEI5yNkC9UDc5bfmQ+sEz+hfur4vWCfEfKvwnOb4PRSJn8O5Hl3+RIt+EmmsZ+G/IM89lMkn//OO5MKfNX1H2V0F9l5cM6G8m/QnjflcUOk3/pk38vCuNH8OTfXMu/Uy9G0PaiRVPFhSf/5lD+LSjQz/oTGrVI/n23S5/82/Uukn9rVfLvFNLFBsRZcYIR/msi/x586qmD2ZZ/SbxvUezZxc/Gioj3m/XkX9ALSUy+w/oWrert1su/v2+S/F65k5XSxjrL445tyb82sr8F5q8ZnvzryOTf9yjx5F+V/Avr1zT5F0NJ/i2tRqwveQqpA0cQDlxdytkE6+/OnSawyL8gK/LvQ0cfocIg0Z18ONUa+VdYvb+/dSQs5yHINTzSCvtXEJz13IhJ/qXEtttgI+T0BwpBve3Jv578a6n8+4Rq6WT5d3hdRUVj3RCRf1W7OUv+lfGhi43Iv59RNHb5V3J73xKHUR07uMB++Xdgxts0+VtdJPa3qCv81dmahzO3y78pYTpXwC7/NtfyUmBLNZi0ydX2r1ny73O1tc8ZJP+io2jlX//YUcABv4+q+TlAnoj1ouj4vNRC+ZeQQfLvdJzCm44+XZR/j0GFPSZOAAVIF9KXf4/76OQ3TPHkX835B1b5F5TV1ED9NUYV2GLeFfmXBk/+nTjyb3li9i8gG/KERp/8e0Ea8u9DlHA28iAVRP6NNl1zPVAH/6pbWsm/z1DCGeD05F8W2yVECecQrgXfdPz21+LFo7mTf2UuIYU++ZfYv/4qQbF/V+cttlP+Vcf+7l5EYn8zlX+DlHA2ciElmcu/BGP5F6xdi5I0+ReY1/TlXwL//fLl3wtCY3l5m+b2Er9XTYF6m8i/XxD1lzL5t1IqSrdD/n1zVBR/fx62Rv6F/TsyEgmjjKwGmHABRVDfZ4OLlNjfa7+KVqz7abIn/7LIv6DrYZ5/uAsLa+VfkJ9faKP8C2jk38aAIAiBtqYz9PIv4n0xHp2LgYXRcJD8+x8lzpF/45xgmvzLgC3Jvw7BWP4tJArwhEn+LSb+r8w2XexvcXry7+wHliqEyrqWukj+LekZqmtsk97LL8me/Bt3mdqXr/9vvpXy74JvNe4vlfz7rkQW5V+S+jvOkn+dwCmU2ClKLATf3aHk/cq2L2axA588oXA2Iv6mRg+9VVzsNPk3nvz7tyf/ukL+nXUPxpo10iIRzoW4Tf5l/9n45iU4TaeVf3GblzRjm8i/sugrdwwi/k6Ry4ptJvJve3u25V/i+eo5n0xZkn/B7t2LXu3bs2fP4MZVvbjYLbu/RP79oBCMab6ALMgldA5UUOLG5F9a3Cj/0uLG5N/xLP/Swiz/qqJ/kyb/As4h2CL/MsAk/9pIYp77vKDfZ538C/hAa38kkJdAILKyNcA77INRTpB/nYBGjyNDm5XpQjz5lzMg9/KvGufKvz3DQ4G2urq6ps0q+Re766TddcO5kn99aABFnjgA99fG5F+lERVYXTEWcDaCm+Jvp/zyXXXsb6TFMNnpUjfKv7TYm/xbHXuuqqxKdH/db/8mlX8BL/WE5F80eL765F/5kF/Wf1mfVxw/xv6Rkf2G4b++0qzJv0Wk6i8CDkxvCA4MBAd2NsjJv0j7xRgTgOUldtKVf/98BXqvJ/+yyb8lrPIvT6oeEtiSAk/+9eRfDRww1H7lPdVuOUXy7wXomFwq/7KA5+9tQxfL1i8KBpqWEk/+TUf+deNr97Hk379GRztymfyLBkhRtlBVyb8M2Cn/qj/OTmJ/M5N/mYITbOQZSqyRf3lz+Xc5VibJvz6TmmnyL7l9tbUoeNQU9PJvARF+UaShqYBjxDjut9J6+Xf4QL80WyT/Ah5Bvyo2RHnNfYbYX5mWSKBx86zJnvzLKv/6m3m+2W+D/AscIP/euKWxcUvT1rvvdnny7xmUOEb+Jem+Jsm/tsq/+sBfZc818q+KcSH/9phWDug0X2B0iV3+Pen1pSreXeps+Xehho8X9gBMGjgbGVN/B/pW3D4fUMm/Mwzl3xnxIxxQ3N9f0DG9fks+hfxLyKb826BUdAygmbOT/OtPNrtb/i2h6PbKv4j9vfUSoOT8ipPk/KKgyQdsln+FQKSluNjB8q+X/OsS+VfkHkn89eRfF8i/ebXNZUbyb1lzrepng907A4O0+EUwQyxTPtn2WjL59wKQk+RfcD6aNJMOpJpV+RfZv6s2bly0cRXcX4luDCL/DudL5i9N8u+vlHjy74STf73kX1fJv7B+TZN/xcmTfx0r/3Yj9re9wLK0WfJ+cxihjwnwQjjMO+1bEZQXf1LHmMjyb5LcX3LIk389+Xfiyb/LEPHbtK6pYojIv1gsa2rDbl3Fslwn/wKS/AtsSf6V7V60sUkygBPUX3Fhs/xbMO9tSvl3kkIIsb/6hzLXJv/SwnSugF3+rY7FQrH66upxYP+yyb/AD73XIPkXSAKwvzR9+bc3Gu3FpGfXi6WOSv5tGNi5c6C9PSjKvyT0F6tOTFgeK+9MU/59ZtMbb3jybzrJvyUs8i/geR7VNPnXk389+Tcd+ZcE/CZ2FLLNkPxbmp78+1rq5iD5V6hYNlUxfAFZkkte8u8Ek393zOno6JjjvORfVKIBO1D+FWN/W667bjzJvwFK7E7+JbAn/5KFne/a5lNQkJ78S1TfSqmJ3Q3yLzLRBF5QXtQIYUF7n0mxvxedd+6+trZ110ye7Mm/jPIvqC8rq/eNW/kXnKHd4Bhwo/zrBE5R4aDk31PVa9fIv4Wul397xA5MKweI5otBKCYL9HTk36cQ+6vG4fLvixpuVSYNnI3I0bXzlh+ZDyjk3xmUyb+Jub9wf50r/xI03m/2kn/9KfxfF8u/VHA2svC7J+WoX1SfOKsygJV9cXA2IkT3XVmcE/mXHafIv06QjRwq/86a5cm/bpF/83gMnfyrOXkn6b0Y8owhO7/ECMZ6z9rXnCT/no+OZgR2UbIm/xL9F/R2G/3N/zqHBP/KXSlo5EAhB66mhBvnePKvQfJvjuTfBynx5F+1/Euif42Tf8/0kn8dSPzhfONg0tjfjIQTQZ8rxqM5Uv5NwI8+MeVfY7zkX0/+ncjyr6j/NkkZv0T+JbtDwzmTfzHkCZXIv5/ZkvybGP0rm8BkxhCLzcm/wT64v0zyb31zmMT+koppYsi/dOcK2OVfLZvWuNb+NZF/CUT+vUTpWvlX3sws+be7tRXyryGfl9op/zLy+PTgQLAh2CAm/8rir5T/K0q/GNLFNOXf4z56I5fyr0NglH9LMBiTfwnm8m+Daccg8u/l0njob8PJvfIvLZ78mzL5t1y1j0ol/8L7nRjJv4G6YaL7qvN/Sb9+fMm/szOTfxlw42t3Wf7dMWdO/Y5cyr8k51cumOLdqcm/3WLs7+Hrxpf8m0dJruVfM/2XhP/aL/8WkEoKWaad/FuJjqam0lL5FwxjWCf/Enig3yXOXMveQOOyWZM9+Ted5N+ZodDM8Zv8K+LJvwyMb/lXxkv+/b+dO3ZpIwzjOP4ucSmVUujQUtoUOnVxt2Bb6JzV0DVTR5d2aZcO0qF06lDE4GbM6p8gig6C4CI4uLj4D+gk6KvH5VETL88F37vnvft+colw5+LgkLsvv2LjX6WQj3PaS0tRxb8NJRfQ1ezvn97GRUcV/3rK+PdW+3s+/zKi+FcUFf9mi3v5t/T499jP/mq4gP7/mpkh/iX+Jf6tX/ybkvhXSPyrsblvKP5VKCr+Fd17/ud3XisQ/xL/Go1/vykR/96Jf+9b/k0Q/xo02Ejpt/3sb4D4d9R95ucxxL/1Xf4l/iX+Jf69abCdurKV1JIS/8rZEpd/hSz/Bol/lVxA62+eqsjftvrh6OOTYbVb/s0wWfxbofo3V/wrhuNfkT/+VThszBqKf5sLC03/2fTLv/+Smd80//XH4ITL6WxxeZn4N//y76TxL8u/KduBVozxr0z/yvKvf8t55fJvXeLf73Ofs1Uu/n1M/Dsu/m0deCXGvwr24t/udr+38f4T8W8Z8a+CheXfK1Z6xDmd/PGvjsS/v3+8+Ppzetp8/Ftl6vgXUMgf/9rL2xAn9VfRimu8Wu+vfemM5QJ6lDB+4wsILjv+/XvzmgMip49/9azEvwDwEHxApWAnXNQKFv8CQIWUn28AsCmm+Fcrd/y702q9TQ//vn7FW/8aMKXRXZx1AGD8iWsa+w5LLySfDgAQmD7+5T5HwfTxL6qP+BcZiH8RDQtfRS2Yb/f2Oh3iX8AGC8u/QAbiXwAoyHXaO+7lf8dVHPEvgDoi/gVA/DuK856djvLuhPp3UlM6uw4AjD9xldI3PQY/5QrxLwBMgPi3Ooh/nbsEijgz4sWfyq0AAAAASUVORK5CYII=")
    }
}

.vti__flag.np {
    background-color: transparent
}

.vue-tel-input {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bbb;
    text-align: left
}

.vue-tel-input.disabled .dropdown, .vue-tel-input.disabled .selection, .vue-tel-input.disabled input {
    cursor: no-drop
}

.vue-tel-input:focus-within {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.vti__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.vti__dropdown.show {
    max-height: 300px;
    overflow: scroll
}

.vti__dropdown.open, .vti__dropdown:hover {
    background-color: #f3f3f3
}

.vti__selection {
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vti__selection .vti__country-code {
    color: #666
}

.vti__flag {
    margin-right: 5px;
    margin-left: 5px
}

.vti__dropdown-list {
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 390px
}

.vti__dropdown-list.below {
    top: 33px
}

.vti__dropdown-list.above {
    top: auto;
    bottom: 100%
}

.vti__dropdown-arrow {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    display: inline-block;
    color: #666
}

.vti__dropdown-item {
    cursor: pointer;
    padding: 4px 15px
}

.vti__dropdown-item.highlighted {
    background-color: #f3f3f3
}

.vti__dropdown-item.last-preferred {
    border-bottom: 1px solid #cacaca
}

.vti__dropdown-item .vti__flag {
    display: inline-block;
    margin-right: 5px
}

.vti__input {
    border: none;
    border-radius: 0 2px 2px 0;
    width: 100%;
    outline: none;
    padding-left: 7px
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 3pc;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after, .multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 1pc;
    height: 1pc;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
    opacity: 0
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 1pc;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input, .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    width: auto
}

.multiselect__input:hover, .multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus, .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 9pt;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current, .multiselect__select {
    line-height: 1pc;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 15pc;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 9pt;
    min-height: 40px;
    line-height: 1pc;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 9pt;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active, .multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter, .multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 9pt
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(2turn)
    }
}


.xl-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .xl-headline {
        font-weight: 700;
        font-size: 44px;
        line-height: 125%
    }
}

.l-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 200;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .l-headline {
        font-size: 38px;
        line-height: 40px
    }
}

.m-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 3pc
}

@media (max-width: 1025px) {
    .m-headline {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px
    }
}

.s-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .s-headline {
        font-size: 18px;
        line-height: 26px
    }
}

.body-l {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 1025px) {
    .body-l {
        font-size: 14px;
        line-height: 18px
    }
}

.body-m {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.firestone-button-label {
    font-size: 1pc;
    line-height: 22px;
    letter-spacing: .5px
}

.firestone-button-label, .firestone-label {
    font-family: NeusaNextProRegular, serif;
    font-weight: 700
}

.firestone-label {
    font-size: 14px;
    line-height: 1pc;
    letter-spacing: 1px
}

.firestone-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.firestone-list, .main-btn {
    font-family: NeusaNextProRegular, serif
}

.main-btn {
    padding: 14px 31px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1pc;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: .5px
}

.main-btn:after, .main-btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.main-btn:before {
    top: 0;
    left: 0;
    border-width: 15px 15px 0 0;
    border-color: #fff transparent transparent
}

.main-btn:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff
}

.main-btn:hover {
    color: #fff;
    text-decoration: none
}

.main-btn:focus {
    color: #fff
}

.main-btn--primary-red {
    background-color: #da291c
}

.main-btn--primary-red:hover {
    background-color: #c10016
}

.main-btn--primary-red:focus {
    background-color: rgba(193, 0, 22, .2);
    outline-color: #2590ef
}

.main-btn--primary-black {
    background-color: #000
}

.main-btn--primary-black:hover {
    background-color: #252a36
}

.main-btn--primary-black:focus {
    outline-color: #2590ef
}

.main-btn--disabled {
    background-color: #e7e7e6;
    color: #000
}

.jump-link {
    text-transform: uppercase;
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 1pc;
    line-height: 21px;
    letter-spacing: .5px;
    text-align: center;
    padding: 9px 56px;
    background-color: #da291c;
    color: #fff
}

.jump-link:hover {
    background-color: #c10016
}

.jump-link:focus {
    outline-color: #2590ef
}

.link-v2 {
    background-color: transparent;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #da291c;
    position: relative;
    display: inline-block
}

.link-v2:hover {
    text-decoration: underline
}

.link-v2:focus {
    outline-color: #2590ef
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(.focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(.focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 40px;
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2pc;
    font-size: 2rem
}

.h3, h3 {
    font-size: 28px;
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 24px;
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 20px;
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1pc;
    font-size: 1rem
}

.lead {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6pc;
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 88px;
    font-size: 5.5rem
}

.display-3 {
    font-size: 72px;
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 56px;
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 20px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-mv, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 375px) {
    .container, .container-mv, .container-sa, .container-sm {
        max-width: 375px
    }
}

@media (min-width: 320px) {
    .container, .container-sm {
        max-width: 8in
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-mv, .container-sa, .container-sm {
        max-width: 80pc
    }
}

@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-mv, .container-sa, .container-sm {
        max-width: 90pc
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-mv, .container-sa, .container-sm, .container-xl {
        max-width: 30in
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-auto, .col-mv, .col-mv-1, .col-mv-2, .col-mv-3, .col-mv-4, .col-mv-5, .col-mv-6, .col-mv-7, .col-mv-8, .col-mv-9, .col-mv-10, .col-mv-11, .col-mv-12, .col-mv-13, .col-mv-14, .col-mv-15, .col-mv-16, .col-mv-auto, .col-sa, .col-sa-1, .col-sa-2, .col-sa-3, .col-sa-4, .col-sa-5, .col-sa-6, .col-sa-7, .col-sa-8, .col-sa-9, .col-sa-10, .col-sa-11, .col-sa-12, .col-sa-13, .col-sa-14, .col-sa-15, .col-sa-16, .col-sa-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%
}

.col-2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%
}

.col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%
}

.col-6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%
}

.col-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%
}

.col-10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%
}

.col-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-12, .col-13 {
    -webkit-box-flex: 0
}

.col-13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%
}

.col-14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.col-14, .col-15 {
    -webkit-box-flex: 0
}

.col-15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%
}

.col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
}

.order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
}

.offset-1 {
    margin-left: 6.25%
}

.offset-2 {
    margin-left: 12.5%
}

.offset-3 {
    margin-left: 18.75%
}

.offset-4 {
    margin-left: 25%
}

.offset-5 {
    margin-left: 31.25%
}

.offset-6 {
    margin-left: 37.5%
}

.offset-7 {
    margin-left: 43.75%
}

.offset-8 {
    margin-left: 50%
}

.offset-9 {
    margin-left: 56.25%
}

.offset-10 {
    margin-left: 62.5%
}

.offset-11 {
    margin-left: 68.75%
}

.offset-12 {
    margin-left: 75%
}

.offset-13 {
    margin-left: 81.25%
}

.offset-14 {
    margin-left: 87.5%
}

.offset-15 {
    margin-left: 93.75%
}

@media (min-width: 320px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-sm-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-sm-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-sm-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-sm-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-sm-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 6.25%
    }

    .offset-sm-2 {
        margin-left: 12.5%
    }

    .offset-sm-3 {
        margin-left: 18.75%
    }

    .offset-sm-4 {
        margin-left: 25%
    }

    .offset-sm-5 {
        margin-left: 31.25%
    }

    .offset-sm-6 {
        margin-left: 37.5%
    }

    .offset-sm-7 {
        margin-left: 43.75%
    }

    .offset-sm-8 {
        margin-left: 50%
    }

    .offset-sm-9 {
        margin-left: 56.25%
    }

    .offset-sm-10 {
        margin-left: 62.5%
    }

    .offset-sm-11 {
        margin-left: 68.75%
    }

    .offset-sm-12 {
        margin-left: 75%
    }

    .offset-sm-13 {
        margin-left: 81.25%
    }

    .offset-sm-14 {
        margin-left: 87.5%
    }

    .offset-sm-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 350px) {
    .col-sa {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sa-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sa-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sa-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sa-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sa-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sa-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sa-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sa-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-sa-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sa-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-sa-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sa-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-sa-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-sa-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-sa-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sa-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-sa-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-sa-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-sa-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sa-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-sa-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-sa-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-sa-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sa-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sa-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-sa-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sa-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sa-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sa-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sa-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sa-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sa-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sa-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sa-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sa-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sa-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sa-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sa-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-sa-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sa-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-sa-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-sa-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-sa-0 {
        margin-left: 0
    }

    .offset-sa-1 {
        margin-left: 6.25%
    }

    .offset-sa-2 {
        margin-left: 12.5%
    }

    .offset-sa-3 {
        margin-left: 18.75%
    }

    .offset-sa-4 {
        margin-left: 25%
    }

    .offset-sa-5 {
        margin-left: 31.25%
    }

    .offset-sa-6 {
        margin-left: 37.5%
    }

    .offset-sa-7 {
        margin-left: 43.75%
    }

    .offset-sa-8 {
        margin-left: 50%
    }

    .offset-sa-9 {
        margin-left: 56.25%
    }

    .offset-sa-10 {
        margin-left: 62.5%
    }

    .offset-sa-11 {
        margin-left: 68.75%
    }

    .offset-sa-12 {
        margin-left: 75%
    }

    .offset-sa-13 {
        margin-left: 81.25%
    }

    .offset-sa-14 {
        margin-left: 87.5%
    }

    .offset-sa-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 375px) {
    .col-mv {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-mv-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-mv-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-mv-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-mv-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-mv-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-mv-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-mv-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-mv-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-mv-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-mv-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-mv-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-mv-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-mv-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-mv-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-mv-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-mv-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-mv-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-mv-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-mv-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-mv-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-mv-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-mv-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-mv-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-mv-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-mv-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-mv-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-mv-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-mv-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-mv-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-mv-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-mv-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-mv-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-mv-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-mv-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-mv-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-mv-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-mv-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-mv-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-mv-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-mv-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-mv-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-mv-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-mv-0 {
        margin-left: 0
    }

    .offset-mv-1 {
        margin-left: 6.25%
    }

    .offset-mv-2 {
        margin-left: 12.5%
    }

    .offset-mv-3 {
        margin-left: 18.75%
    }

    .offset-mv-4 {
        margin-left: 25%
    }

    .offset-mv-5 {
        margin-left: 31.25%
    }

    .offset-mv-6 {
        margin-left: 37.5%
    }

    .offset-mv-7 {
        margin-left: 43.75%
    }

    .offset-mv-8 {
        margin-left: 50%
    }

    .offset-mv-9 {
        margin-left: 56.25%
    }

    .offset-mv-10 {
        margin-left: 62.5%
    }

    .offset-mv-11 {
        margin-left: 68.75%
    }

    .offset-mv-12 {
        margin-left: 75%
    }

    .offset-mv-13 {
        margin-left: 81.25%
    }

    .offset-mv-14 {
        margin-left: 87.5%
    }

    .offset-mv-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-md-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-md-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-md-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-md-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-md-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 6.25%
    }

    .offset-md-2 {
        margin-left: 12.5%
    }

    .offset-md-3 {
        margin-left: 18.75%
    }

    .offset-md-4 {
        margin-left: 25%
    }

    .offset-md-5 {
        margin-left: 31.25%
    }

    .offset-md-6 {
        margin-left: 37.5%
    }

    .offset-md-7 {
        margin-left: 43.75%
    }

    .offset-md-8 {
        margin-left: 50%
    }

    .offset-md-9 {
        margin-left: 56.25%
    }

    .offset-md-10 {
        margin-left: 62.5%
    }

    .offset-md-11 {
        margin-left: 68.75%
    }

    .offset-md-12 {
        margin-left: 75%
    }

    .offset-md-13 {
        margin-left: 81.25%
    }

    .offset-md-14 {
        margin-left: 87.5%
    }

    .offset-md-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1280px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-lg-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-lg-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-lg-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-lg-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-lg-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 6.25%
    }

    .offset-lg-2 {
        margin-left: 12.5%
    }

    .offset-lg-3 {
        margin-left: 18.75%
    }

    .offset-lg-4 {
        margin-left: 25%
    }

    .offset-lg-5 {
        margin-left: 31.25%
    }

    .offset-lg-6 {
        margin-left: 37.5%
    }

    .offset-lg-7 {
        margin-left: 43.75%
    }

    .offset-lg-8 {
        margin-left: 50%
    }

    .offset-lg-9 {
        margin-left: 56.25%
    }

    .offset-lg-10 {
        margin-left: 62.5%
    }

    .offset-lg-11 {
        margin-left: 68.75%
    }

    .offset-lg-12 {
        margin-left: 75%
    }

    .offset-lg-13 {
        margin-left: 81.25%
    }

    .offset-lg-14 {
        margin-left: 87.5%
    }

    .offset-lg-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1440px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-xl-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-xl-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-xl-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 6.25%
    }

    .offset-xl-2 {
        margin-left: 12.5%
    }

    .offset-xl-3 {
        margin-left: 18.75%
    }

    .offset-xl-4 {
        margin-left: 25%
    }

    .offset-xl-5 {
        margin-left: 31.25%
    }

    .offset-xl-6 {
        margin-left: 37.5%
    }

    .offset-xl-7 {
        margin-left: 43.75%
    }

    .offset-xl-8 {
        margin-left: 50%
    }

    .offset-xl-9 {
        margin-left: 56.25%
    }

    .offset-xl-10 {
        margin-left: 62.5%
    }

    .offset-xl-11 {
        margin-left: 68.75%
    }

    .offset-xl-12 {
        margin-left: 75%
    }

    .offset-xl-13 {
        margin-left: 81.25%
    }

    .offset-xl-14 {
        margin-left: 87.5%
    }

    .offset-xl-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1920px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-xxl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xxl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-xxl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-xxl-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-xxl-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-xxl-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 6.25%
    }

    .offset-xxl-2 {
        margin-left: 12.5%
    }

    .offset-xxl-3 {
        margin-left: 18.75%
    }

    .offset-xxl-4 {
        margin-left: 25%
    }

    .offset-xxl-5 {
        margin-left: 31.25%
    }

    .offset-xxl-6 {
        margin-left: 37.5%
    }

    .offset-xxl-7 {
        margin-left: 43.75%
    }

    .offset-xxl-8 {
        margin-left: 50%
    }

    .offset-xxl-9 {
        margin-left: 56.25%
    }

    .offset-xxl-10 {
        margin-left: 62.5%
    }

    .offset-xxl-11 {
        margin-left: 68.75%
    }

    .offset-xxl-12 {
        margin-left: 75%
    }

    .offset-xxl-13 {
        margin-left: 81.25%
    }

    .offset-xxl-14 {
        margin-left: 87.5%
    }

    .offset-xxl-15 {
        margin-left: 93.75%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #d8f4ba
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #b6eb7f
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #ccf0a4
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 319.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 349.98px) {
    .table-responsive-sa {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sa > .table-bordered {
        border: 0
    }
}

@media (max-width: 374.98px) {
    .table-responsive-mv {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-mv > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #73d809
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(115, 216, 9, .9);
    border-radius: .25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #73d809;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2373D809' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #73d809;
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25)
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 24px center;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #73d809;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2373D809' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #73d809;
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #73d809
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #73d809
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #73d809
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #8df61e;
    background-color: #8df61e
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #73d809
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #73d809;
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 24px center;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 320px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #212529;
    background-color: #73d809;
    border-color: #73d809
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #5fb307;
    border-color: #59a707
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 189, 14, .5);
    box-shadow: 0 0 0 .2rem rgba(103, 189, 14, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #73d809;
    border-color: #73d809
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #59a707;
    border-color: #529b06
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 189, 14, .5);
    box-shadow: 0 0 0 .2rem rgba(103, 189, 14, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #73d809;
    border-color: #73d809
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #73d809;
    border-color: #73d809
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #73d809;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #73d809;
    border-color: #73d809
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10pc;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1pc;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 320px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 350px) {
    .dropdown-menu-sa-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sa-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 375px) {
    .dropdown-menu-mv-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-mv-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1280px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1920px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 24px;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1pc;
    width: 1rem;
    height: 20px;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 4px;
    top: .25rem;
    left: -24px;
    left: -1.5rem;
    display: block;
    width: 1pc;
    width: 1rem;
    height: 1pc;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -36px;
    left: -2.25rem;
    width: 28px;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 9pt center/8px 10px no-repeat;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 14px;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 20px;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4pc;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1pc;
    width: 1rem;
    height: 1pc;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1pc;
    width: 1rem;
    height: 1pc;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1pc;
    width: 1rem;
    height: 1pc;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-left-radius: .25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #161616
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-mv, .navbar .container-sm, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 319.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-mv, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 320px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-mv, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 349.98px) {
    .navbar-expand-sa > .container, .navbar-expand-sa > .container-fluid, .navbar-expand-sa > .container-lg, .navbar-expand-sa > .container-md, .navbar-expand-sa > .container-mv, .navbar-expand-sa > .container-sm, .navbar-expand-sa > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 350px) {
    .navbar-expand-sa {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sa, .navbar-expand-sa .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sa .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sa .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sa .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sa > .container, .navbar-expand-sa > .container-fluid, .navbar-expand-sa > .container-lg, .navbar-expand-sa > .container-md, .navbar-expand-sa > .container-mv, .navbar-expand-sa > .container-sm, .navbar-expand-sa > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sa .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sa .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sa .navbar-toggler {
        display: none
    }
}

@media (max-width: 374.98px) {
    .navbar-expand-mv > .container, .navbar-expand-mv > .container-fluid, .navbar-expand-mv > .container-lg, .navbar-expand-mv > .container-md, .navbar-expand-mv > .container-mv, .navbar-expand-mv > .container-sm, .navbar-expand-mv > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 375px) {
    .navbar-expand-mv {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-mv, .navbar-expand-mv .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-mv .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-mv .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-mv .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-mv > .container, .navbar-expand-mv > .container-fluid, .navbar-expand-mv > .container-lg, .navbar-expand-mv > .container-md, .navbar-expand-mv > .container-mv, .navbar-expand-mv > .container-sm, .navbar-expand-mv > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-mv .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-mv .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-mv .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-mv, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-mv, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-mv, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1280px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-mv, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-mv, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-mv, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-mv, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl, .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-mv, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-mv, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-mv, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 320px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 320px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 320px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #333;
    content: ">"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #da291c
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3pc;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3pc;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3pc;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3pc;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2pc;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2pc;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2pc;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2pc;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #212529;
    background-color: #73d809
}

a.badge-success:focus, a.badge-success:hover {
    color: #212529;
    background-color: #59a707
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5);
    box-shadow: 0 0 0 .2rem rgba(115, 216, 9, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 320px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #3c7005;
    background-color: #e3f7ce;
    border-color: #d8f4ba
}

.alert-success hr {
    border-top-color: #ccf0a4
}

.alert-success .alert-link {
    color: #223f03
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1pc;
    height: 1rem;
    line-height: 0;
    font-size: 9pt;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 320px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 350px) {
    .list-group-horizontal-sa {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sa > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sa > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sa > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sa > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sa > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 375px) {
    .list-group-horizontal-mv {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-mv > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-mv > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-mv > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-mv > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-mv > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1280px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1920px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #3c7005;
    background-color: #d8f4ba
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #3c7005;
    background-color: #ccf0a4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #3c7005;
    border-color: #3c7005
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, .7)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 320px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1280px) {
    .modal-lg, .modal-xl {
        max-width: 50pc
    }
}

@media (min-width: 1440px) {
    .modal-xl {
        max-width: 855pt
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.tooltip, [dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8pc;
    width: .8rem;
    height: .4pc;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4pc;
    width: .4rem;
    height: .8pc;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4pc;
    width: .4rem;
    height: .8pc;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.popover, [dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1pc;
    width: 1rem;
    height: 8px;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: 8px;
    width: .5rem;
    height: 1pc;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1pc;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: 8px;
    width: .5rem;
    height: 1pc;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #73d809 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #59a707 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #73d809 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: 4px !important;
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: 4px !important;
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 350px) {
    .d-sa-none {
        display: none !important
    }

    .d-sa-inline {
        display: inline !important
    }

    .d-sa-inline-block {
        display: inline-block !important
    }

    .d-sa-block {
        display: block !important
    }

    .d-sa-table {
        display: table !important
    }

    .d-sa-table-row {
        display: table-row !important
    }

    .d-sa-table-cell {
        display: table-cell !important
    }

    .d-sa-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sa-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 375px) {
    .d-mv-none {
        display: none !important
    }

    .d-mv-inline {
        display: inline !important
    }

    .d-mv-inline-block {
        display: inline-block !important
    }

    .d-mv-block {
        display: block !important
    }

    .d-mv-table {
        display: table !important
    }

    .d-mv-table-row {
        display: table-row !important
    }

    .d-mv-table-cell {
        display: table-cell !important
    }

    .d-mv-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-mv-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1280px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 320px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 350px) {
    .flex-sa-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sa-column, .flex-sa-row {
        -webkit-box-direction: normal !important
    }

    .flex-sa-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sa-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sa-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sa-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sa-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sa-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sa-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sa-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sa-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sa-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sa-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sa-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sa-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sa-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sa-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sa-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sa-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sa-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sa-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sa-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sa-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sa-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sa-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sa-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sa-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sa-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sa-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sa-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sa-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sa-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sa-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sa-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sa-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 375px) {
    .flex-mv-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-mv-column, .flex-mv-row {
        -webkit-box-direction: normal !important
    }

    .flex-mv-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-mv-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-mv-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-mv-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-mv-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-mv-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-mv-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-mv-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-mv-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-mv-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-mv-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-mv-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-mv-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-mv-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-mv-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-mv-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-mv-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-mv-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-mv-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-mv-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-mv-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-mv-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-mv-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-mv-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-mv-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-mv-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-mv-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-mv-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-mv-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-mv-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-mv-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-mv-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-mv-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1280px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 320px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 350px) {
    .float-sa-left {
        float: left !important
    }

    .float-sa-right {
        float: right !important
    }

    .float-sa-none {
        float: none !important
    }
}

@media (min-width: 375px) {
    .float-mv-left {
        float: left !important
    }

    .float-mv-right {
        float: right !important
    }

    .float-mv-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1280px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1920px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 320px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 350px) {
    .m-sa-0 {
        margin: 0 !important
    }

    .mt-sa-0, .my-sa-0 {
        margin-top: 0 !important
    }

    .mr-sa-0, .mx-sa-0 {
        margin-right: 0 !important
    }

    .mb-sa-0, .my-sa-0 {
        margin-bottom: 0 !important
    }

    .ml-sa-0, .mx-sa-0 {
        margin-left: 0 !important
    }

    .m-sa-1 {
        margin: .25rem !important
    }

    .mt-sa-1, .my-sa-1 {
        margin-top: .25rem !important
    }

    .mr-sa-1, .mx-sa-1 {
        margin-right: .25rem !important
    }

    .mb-sa-1, .my-sa-1 {
        margin-bottom: .25rem !important
    }

    .ml-sa-1, .mx-sa-1 {
        margin-left: .25rem !important
    }

    .m-sa-2 {
        margin: .5rem !important
    }

    .mt-sa-2, .my-sa-2 {
        margin-top: .5rem !important
    }

    .mr-sa-2, .mx-sa-2 {
        margin-right: .5rem !important
    }

    .mb-sa-2, .my-sa-2 {
        margin-bottom: .5rem !important
    }

    .ml-sa-2, .mx-sa-2 {
        margin-left: .5rem !important
    }

    .m-sa-3 {
        margin: 1rem !important
    }

    .mt-sa-3, .my-sa-3 {
        margin-top: 1rem !important
    }

    .mr-sa-3, .mx-sa-3 {
        margin-right: 1rem !important
    }

    .mb-sa-3, .my-sa-3 {
        margin-bottom: 1rem !important
    }

    .ml-sa-3, .mx-sa-3 {
        margin-left: 1rem !important
    }

    .m-sa-4 {
        margin: 1.5rem !important
    }

    .mt-sa-4, .my-sa-4 {
        margin-top: 1.5rem !important
    }

    .mr-sa-4, .mx-sa-4 {
        margin-right: 1.5rem !important
    }

    .mb-sa-4, .my-sa-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sa-4, .mx-sa-4 {
        margin-left: 1.5rem !important
    }

    .m-sa-5 {
        margin: 3rem !important
    }

    .mt-sa-5, .my-sa-5 {
        margin-top: 3rem !important
    }

    .mr-sa-5, .mx-sa-5 {
        margin-right: 3rem !important
    }

    .mb-sa-5, .my-sa-5 {
        margin-bottom: 3rem !important
    }

    .ml-sa-5, .mx-sa-5 {
        margin-left: 3rem !important
    }

    .p-sa-0 {
        padding: 0 !important
    }

    .pt-sa-0, .py-sa-0 {
        padding-top: 0 !important
    }

    .pr-sa-0, .px-sa-0 {
        padding-right: 0 !important
    }

    .pb-sa-0, .py-sa-0 {
        padding-bottom: 0 !important
    }

    .pl-sa-0, .px-sa-0 {
        padding-left: 0 !important
    }

    .p-sa-1 {
        padding: .25rem !important
    }

    .pt-sa-1, .py-sa-1 {
        padding-top: .25rem !important
    }

    .pr-sa-1, .px-sa-1 {
        padding-right: .25rem !important
    }

    .pb-sa-1, .py-sa-1 {
        padding-bottom: .25rem !important
    }

    .pl-sa-1, .px-sa-1 {
        padding-left: .25rem !important
    }

    .p-sa-2 {
        padding: .5rem !important
    }

    .pt-sa-2, .py-sa-2 {
        padding-top: .5rem !important
    }

    .pr-sa-2, .px-sa-2 {
        padding-right: .5rem !important
    }

    .pb-sa-2, .py-sa-2 {
        padding-bottom: .5rem !important
    }

    .pl-sa-2, .px-sa-2 {
        padding-left: .5rem !important
    }

    .p-sa-3 {
        padding: 1rem !important
    }

    .pt-sa-3, .py-sa-3 {
        padding-top: 1rem !important
    }

    .pr-sa-3, .px-sa-3 {
        padding-right: 1rem !important
    }

    .pb-sa-3, .py-sa-3 {
        padding-bottom: 1rem !important
    }

    .pl-sa-3, .px-sa-3 {
        padding-left: 1rem !important
    }

    .p-sa-4 {
        padding: 1.5rem !important
    }

    .pt-sa-4, .py-sa-4 {
        padding-top: 1.5rem !important
    }

    .pr-sa-4, .px-sa-4 {
        padding-right: 1.5rem !important
    }

    .pb-sa-4, .py-sa-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sa-4, .px-sa-4 {
        padding-left: 1.5rem !important
    }

    .p-sa-5 {
        padding: 3rem !important
    }

    .pt-sa-5, .py-sa-5 {
        padding-top: 3rem !important
    }

    .pr-sa-5, .px-sa-5 {
        padding-right: 3rem !important
    }

    .pb-sa-5, .py-sa-5 {
        padding-bottom: 3rem !important
    }

    .pl-sa-5, .px-sa-5 {
        padding-left: 3rem !important
    }

    .m-sa-n1 {
        margin: -.25rem !important
    }

    .mt-sa-n1, .my-sa-n1 {
        margin-top: -.25rem !important
    }

    .mr-sa-n1, .mx-sa-n1 {
        margin-right: -.25rem !important
    }

    .mb-sa-n1, .my-sa-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sa-n1, .mx-sa-n1 {
        margin-left: -.25rem !important
    }

    .m-sa-n2 {
        margin: -.5rem !important
    }

    .mt-sa-n2, .my-sa-n2 {
        margin-top: -.5rem !important
    }

    .mr-sa-n2, .mx-sa-n2 {
        margin-right: -.5rem !important
    }

    .mb-sa-n2, .my-sa-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sa-n2, .mx-sa-n2 {
        margin-left: -.5rem !important
    }

    .m-sa-n3 {
        margin: -1rem !important
    }

    .mt-sa-n3, .my-sa-n3 {
        margin-top: -1rem !important
    }

    .mr-sa-n3, .mx-sa-n3 {
        margin-right: -1rem !important
    }

    .mb-sa-n3, .my-sa-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sa-n3, .mx-sa-n3 {
        margin-left: -1rem !important
    }

    .m-sa-n4 {
        margin: -1.5rem !important
    }

    .mt-sa-n4, .my-sa-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sa-n4, .mx-sa-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sa-n4, .my-sa-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sa-n4, .mx-sa-n4 {
        margin-left: -1.5rem !important
    }

    .m-sa-n5 {
        margin: -3rem !important
    }

    .mt-sa-n5, .my-sa-n5 {
        margin-top: -3rem !important
    }

    .mr-sa-n5, .mx-sa-n5 {
        margin-right: -3rem !important
    }

    .mb-sa-n5, .my-sa-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sa-n5, .mx-sa-n5 {
        margin-left: -3rem !important
    }

    .m-sa-auto {
        margin: auto !important
    }

    .mt-sa-auto, .my-sa-auto {
        margin-top: auto !important
    }

    .mr-sa-auto, .mx-sa-auto {
        margin-right: auto !important
    }

    .mb-sa-auto, .my-sa-auto {
        margin-bottom: auto !important
    }

    .ml-sa-auto, .mx-sa-auto {
        margin-left: auto !important
    }
}

@media (min-width: 375px) {
    .m-mv-0 {
        margin: 0 !important
    }

    .mt-mv-0, .my-mv-0 {
        margin-top: 0 !important
    }

    .mr-mv-0, .mx-mv-0 {
        margin-right: 0 !important
    }

    .mb-mv-0, .my-mv-0 {
        margin-bottom: 0 !important
    }

    .ml-mv-0, .mx-mv-0 {
        margin-left: 0 !important
    }

    .m-mv-1 {
        margin: .25rem !important
    }

    .mt-mv-1, .my-mv-1 {
        margin-top: .25rem !important
    }

    .mr-mv-1, .mx-mv-1 {
        margin-right: .25rem !important
    }

    .mb-mv-1, .my-mv-1 {
        margin-bottom: .25rem !important
    }

    .ml-mv-1, .mx-mv-1 {
        margin-left: .25rem !important
    }

    .m-mv-2 {
        margin: .5rem !important
    }

    .mt-mv-2, .my-mv-2 {
        margin-top: .5rem !important
    }

    .mr-mv-2, .mx-mv-2 {
        margin-right: .5rem !important
    }

    .mb-mv-2, .my-mv-2 {
        margin-bottom: .5rem !important
    }

    .ml-mv-2, .mx-mv-2 {
        margin-left: .5rem !important
    }

    .m-mv-3 {
        margin: 1rem !important
    }

    .mt-mv-3, .my-mv-3 {
        margin-top: 1rem !important
    }

    .mr-mv-3, .mx-mv-3 {
        margin-right: 1rem !important
    }

    .mb-mv-3, .my-mv-3 {
        margin-bottom: 1rem !important
    }

    .ml-mv-3, .mx-mv-3 {
        margin-left: 1rem !important
    }

    .m-mv-4 {
        margin: 1.5rem !important
    }

    .mt-mv-4, .my-mv-4 {
        margin-top: 1.5rem !important
    }

    .mr-mv-4, .mx-mv-4 {
        margin-right: 1.5rem !important
    }

    .mb-mv-4, .my-mv-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-mv-4, .mx-mv-4 {
        margin-left: 1.5rem !important
    }

    .m-mv-5 {
        margin: 3rem !important
    }

    .mt-mv-5, .my-mv-5 {
        margin-top: 3rem !important
    }

    .mr-mv-5, .mx-mv-5 {
        margin-right: 3rem !important
    }

    .mb-mv-5, .my-mv-5 {
        margin-bottom: 3rem !important
    }

    .ml-mv-5, .mx-mv-5 {
        margin-left: 3rem !important
    }

    .p-mv-0 {
        padding: 0 !important
    }

    .pt-mv-0, .py-mv-0 {
        padding-top: 0 !important
    }

    .pr-mv-0, .px-mv-0 {
        padding-right: 0 !important
    }

    .pb-mv-0, .py-mv-0 {
        padding-bottom: 0 !important
    }

    .pl-mv-0, .px-mv-0 {
        padding-left: 0 !important
    }

    .p-mv-1 {
        padding: .25rem !important
    }

    .pt-mv-1, .py-mv-1 {
        padding-top: .25rem !important
    }

    .pr-mv-1, .px-mv-1 {
        padding-right: .25rem !important
    }

    .pb-mv-1, .py-mv-1 {
        padding-bottom: .25rem !important
    }

    .pl-mv-1, .px-mv-1 {
        padding-left: .25rem !important
    }

    .p-mv-2 {
        padding: .5rem !important
    }

    .pt-mv-2, .py-mv-2 {
        padding-top: .5rem !important
    }

    .pr-mv-2, .px-mv-2 {
        padding-right: .5rem !important
    }

    .pb-mv-2, .py-mv-2 {
        padding-bottom: .5rem !important
    }

    .pl-mv-2, .px-mv-2 {
        padding-left: .5rem !important
    }

    .p-mv-3 {
        padding: 1rem !important
    }

    .pt-mv-3, .py-mv-3 {
        padding-top: 1rem !important
    }

    .pr-mv-3, .px-mv-3 {
        padding-right: 1rem !important
    }

    .pb-mv-3, .py-mv-3 {
        padding-bottom: 1rem !important
    }

    .pl-mv-3, .px-mv-3 {
        padding-left: 1rem !important
    }

    .p-mv-4 {
        padding: 1.5rem !important
    }

    .pt-mv-4, .py-mv-4 {
        padding-top: 1.5rem !important
    }

    .pr-mv-4, .px-mv-4 {
        padding-right: 1.5rem !important
    }

    .pb-mv-4, .py-mv-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-mv-4, .px-mv-4 {
        padding-left: 1.5rem !important
    }

    .p-mv-5 {
        padding: 3rem !important
    }

    .pt-mv-5, .py-mv-5 {
        padding-top: 3rem !important
    }

    .pr-mv-5, .px-mv-5 {
        padding-right: 3rem !important
    }

    .pb-mv-5, .py-mv-5 {
        padding-bottom: 3rem !important
    }

    .pl-mv-5, .px-mv-5 {
        padding-left: 3rem !important
    }

    .m-mv-n1 {
        margin: -.25rem !important
    }

    .mt-mv-n1, .my-mv-n1 {
        margin-top: -.25rem !important
    }

    .mr-mv-n1, .mx-mv-n1 {
        margin-right: -.25rem !important
    }

    .mb-mv-n1, .my-mv-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-mv-n1, .mx-mv-n1 {
        margin-left: -.25rem !important
    }

    .m-mv-n2 {
        margin: -.5rem !important
    }

    .mt-mv-n2, .my-mv-n2 {
        margin-top: -.5rem !important
    }

    .mr-mv-n2, .mx-mv-n2 {
        margin-right: -.5rem !important
    }

    .mb-mv-n2, .my-mv-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-mv-n2, .mx-mv-n2 {
        margin-left: -.5rem !important
    }

    .m-mv-n3 {
        margin: -1rem !important
    }

    .mt-mv-n3, .my-mv-n3 {
        margin-top: -1rem !important
    }

    .mr-mv-n3, .mx-mv-n3 {
        margin-right: -1rem !important
    }

    .mb-mv-n3, .my-mv-n3 {
        margin-bottom: -1rem !important
    }

    .ml-mv-n3, .mx-mv-n3 {
        margin-left: -1rem !important
    }

    .m-mv-n4 {
        margin: -1.5rem !important
    }

    .mt-mv-n4, .my-mv-n4 {
        margin-top: -1.5rem !important
    }

    .mr-mv-n4, .mx-mv-n4 {
        margin-right: -1.5rem !important
    }

    .mb-mv-n4, .my-mv-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-mv-n4, .mx-mv-n4 {
        margin-left: -1.5rem !important
    }

    .m-mv-n5 {
        margin: -3rem !important
    }

    .mt-mv-n5, .my-mv-n5 {
        margin-top: -3rem !important
    }

    .mr-mv-n5, .mx-mv-n5 {
        margin-right: -3rem !important
    }

    .mb-mv-n5, .my-mv-n5 {
        margin-bottom: -3rem !important
    }

    .ml-mv-n5, .mx-mv-n5 {
        margin-left: -3rem !important
    }

    .m-mv-auto {
        margin: auto !important
    }

    .mt-mv-auto, .my-mv-auto {
        margin-top: auto !important
    }

    .mr-mv-auto, .mx-mv-auto {
        margin-right: auto !important
    }

    .mb-mv-auto, .my-mv-auto {
        margin-bottom: auto !important
    }

    .ml-mv-auto, .mx-mv-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1280px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 320px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 350px) {
    .text-sa-left {
        text-align: left !important
    }

    .text-sa-right {
        text-align: right !important
    }

    .text-sa-center {
        text-align: center !important
    }
}

@media (min-width: 375px) {
    .text-mv-left {
        text-align: left !important
    }

    .text-mv-right {
        text-align: right !important
    }

    .text-mv-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1280px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #73d809 !important
}

a.text-success:focus, a.text-success:hover {
    color: #4c8f06 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 80pc !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.link.red, a.red {
    color: #da291c
}

.link.red.disable-hover:active, .link.red.disable-hover:focus, .link.red.disable-hover:hover, a.red.disable-hover:active, a.red.disable-hover:focus, a.red.disable-hover:hover {
    color: #da291c;
    text-decoration: none
}

.link.grey, a.grey {
    color: #333
}

.link.grey.disable-hover:active, .link.grey.disable-hover:focus, .link.grey.disable-hover:hover, a.grey.disable-hover:active, a.grey.disable-hover:focus, a.grey.disable-hover:hover {
    color: #333;
    text-decoration: none
}

.link:active, .link:focus, .link:hover, a:active, a:focus, a:hover {
    color: #c10016
}

.link.italic, a.italic {
    font-style: italic
}

.link.underline, a.underline {
    text-decoration: underline
}

h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 38px;
    line-height: 2.375rem;
    letter-spacing: 0;
    color: #fff
}

.fs-h1, h1 {
    font-family: NeusaNextProRegular, sans-serif
}

.fs-h1 {
    font-size: 1pc;
    font-size: 1rem;
    letter-spacing: .6px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width: 1280px) {
    .fs-h1 {
        font-size: .875rem
    }
}

.fs-sub-h1 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    letter-spacing: normal;
    color: #333;
    font-weight: 500
}

@media (min-width: 1280px) {
    .fs-sub-h1 {
        font-size: .875rem
    }
}

.title h1 {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 200;
    font-size: 56px;
    line-height: 62px;
    color: #000
}

@media (max-width: 767.98px) {
    .title h1 {
        font-size: 38px;
        line-height: 40px
    }
}

@media (max-width: 767.98px) {
    .title {
        padding: 20px
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

#_hj_feedback_container {
    position: fixed;
    z-index: 1
}

#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_open {
    z-index: 9999 !important;
    position: fixed !important
}

body {
    font-family: NeusaNextProRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1pc;
    padding-top: 60px;
    min-height: 100vh
}

body.sso-theme {
    background-color: #f8f8f8
}

body.blank-temp {
    padding-top: 62px
}

@media (min-width: 768px) {
    body.blank-temp {
        padding-top: 62px
    }
}

@media (min-width: 1280px) {
    body.blank-temp {
        padding-top: 62px
    }
}

@media (min-width: 1280px) {
    body {
        padding-top: 143px
    }
}

body.no-scroll {
    height: 100%;
    overflow-y: hidden;
    position: fixed;
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

body.loader {
    overflow: hidden
}

body.loader .loading-wrapper {
    display: block !important
}

body.search-padding {
    padding-top: 154px
}

@media (min-width: 768px) {
    body.search-padding {
        padding-top: 194px
    }
}

@media (min-width: 1280px) {
    body.search-padding {
        padding-top: 294px
    }
}

body .dashboard-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em;
    position: fixed;
    z-index: 9999;
    font-size: 10px;
    text-indent: -9999em;
    border: 1.1em solid #a5a5a5;
    border-left-color: #ebebeb;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite
}

.loading-wrapper {
    display: none;
    overflow: hidden;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 8888;
    position: fixed;
    background-color: #eae6e7;
    opacity: .9;
    left: 0;
    top: 0
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.db {
    display: block
}

.di {
    display: inline
}

.np {
    padding: 0
}

.dib {
    display: inline-block
}

li, ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.red {
    color: #da291c
}

.white {
    color: #fff
}

.light-grey {
    color: #ccc
}

.bg-dark-grey {
    background-color: #333
}

.bg-dark-grey a, .bg-dark-grey h2 {
    color: #fff
}

.bg-light-grey {
    background-color: #f5f5f5
}

.bg-light-grey a, .bg-light-grey h2 {
    color: #da291c
}

.bg-red {
    background-color: #da291c
}

.bg-black {
    background-color: #000
}

.bg-black a, .bg-black h2 {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-inherit {
    background-color: inherit
}

.separator {
    border: 1px solid #eae6e7
}

.red-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    padding: 0 29px;
    height: 35px;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    text-align: center;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    background: #da291c;
    text-decoration: none
}

@media (min-width: 768px) {
    .red-button {
        padding: 0 28px
    }
}

@media (min-width: 1280px) {
    .red-button {
        margin-top: 27px;
        line-height: 45px;
        padding: 0 47px;
        height: 45px;
        font-size: .875rem
    }
}

.pin-link .red-button {
    letter-spacing: 1px
}

.red-button:hover {
    color: #fff;
    text-decoration: none
}

.red-button:active, .red-button:focus {
    color: #fff
}

.button-cta.red {
    font-family: NeusaNextProRegular, sans-serif;
    background-color: transparent;
    color: #da291c;
    border: 2px solid #da291c;
    display: inline-block;
    line-height: 27px;
    letter-spacing: .9pt;
    font-size: 10px;
    font-size: .625rem;
    padding: 8px 18px 8px 1pc;
    text-align: center;
    text-decoration: none
}

.button-cta.red:hover {
    color: #c10016
}

.button-cta.red:active {
    background-color: #fff;
    color: #c10016
}

.button-cta.red.arrow:after {
    content: "";
    margin-left: 11px;
    background-size: contain
}

.button-cta.red.arrow.down:after {
    background-image: url(/../assets/icon/icon-arrow-down-red.svg)
}

.button-cta.red.arrow.down:after, .button-cta.red.arrow.up:after {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat
}

.button-cta.red.arrow.up:after {
    background-image: url(/../assets/icon/icon-arrow-up-red.svg)
}

.button-cta.transparent {
    cursor: pointer
}

.button-cta.transparent, .button-cta.transparent:active, .button-cta.transparent:focus, .button-cta.transparent:hover, .button-cta.transparent:visited {
    background-color: transparent;
    border: none;
    color: transparent
}

.button-cta .disabled, .button-cta .inactive, .button-cta[disabled] {
    cursor: default
}

.icon {
    background-size: contain
}

.icon.pdf {
    background: url(clientlib-site/resources/images/icon-pdf.png) no-repeat;
    display: block;
    background-size: contain;
    background-position: 50%
}

.icon.dwg {
    background-image: url(/../assets/icon/icon-dwg-active.svg)
}

.icon.doc, .icon.dwg {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.doc {
    background-image: url(/../assets/icon/doc.svg)
}

.icon.excel {
    background-image: url(/../assets/icon/excel.svg)
}

.icon.excel, .icon.ppt {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.ppt {
    background-image: url(/../assets/icon/ppt.svg)
}

.icon.rvt {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/rvt.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.plus {
    background-image: url(/../assets/icon/icon-plus-black-active.svg)
}

.icon.plus, .icon.plus.inactive {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1pc;
    background-repeat: no-repeat
}

.icon.plus.inactive {
    background-image: url(/../assets/icon/icon-plus-black-inactive.svg)
}

.icon.download {
    background-image: url(/../assets/icon/icon-download-black-active.svg)
}

.icon.download, .icon.download.inactive {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.download.inactive {
    background-image: url(/../assets/icon/icon-download-black-inactive.svg)
}

.icon.download.white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-download-white-active.svg);
    width: 20px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.mail.black {
    width: 26px;
    height: 17px
}

.icon.mail.black, .icon.mail.black.medium {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-email-black-active.svg);
    background-repeat: no-repeat
}

.icon.mail.black.medium {
    width: 30px;
    height: 20px
}

.icon.mail.black.inactive {
    background-image: url(/../assets/icon/icon-email-black-inactive.svg);
    width: 26px;
    height: 17px
}

.icon.mail.black.inactive, .icon.mail.white {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.mail.white {
    background-image: url(/../assets/icon/icon-email-white-active.svg);
    width: 30px;
    height: 20px
}

.icon.pencil {
    background-image: url(/../assets/icon/icon-pencil.svg);
    width: 6px;
    height: 6px
}

.icon.info, .icon.pencil {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.info {
    background-image: url(/../assets/icon/icon-info.svg);
    width: 15px;
    height: 14px
}

.icon.map {
    background-image: url(/../assets/icon/icon-map-view.svg)
}

.icon.map, .icon.map-icon-red {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat
}

.icon.map-icon-red {
    background-image: url(/../assets/icon/icon-map-pin-red-star.svg)
}

.icon.icon-map-pin-grey-circle {
    background-image: url(/../assets/icon/icon-map-pin-grey-circle.svg);
    width: 20px;
    height: 17px
}

.icon.cross-red, .icon.icon-map-pin-grey-circle {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.cross-red {
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 11px;
    height: 11px
}

@media (min-width: 768px) {
    .icon.cross-red {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-cross-red.svg);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .icon.cross-red {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-cross-red.svg);
        width: 19.5px;
        height: 19.5px;
        background-repeat: no-repeat
    }
}

.icon.remove {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-remove.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.remove.inactive {
    opacity: .2
}

.icon.remove-black {
    background-image: url(/../assets/icon/icon-remove-black.svg);
    width: 24px;
    height: 24px
}

.icon.add, .icon.remove-black {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.add {
    background-image: url(/../assets/icon/icon-add.svg);
    width: 18px;
    height: 19px
}

.icon.add.inactive {
    opacity: .2
}

.icon.add-white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-add-white.svg);
    width: 18px;
    height: 19px;
    background-repeat: no-repeat
}

.icon.add-white.inactive {
    opacity: .2
}

.icon.document-count {
    background-image: url(/../assets/icon/icon-document-count.svg)
}

.icon.document-count, .icon.tick {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.tick {
    background-image: url(/../assets/icon/icon-tick.svg)
}

.icon.document {
    background-image: url(/../assets/icon/icon-document.svg)
}

.icon.document, .icon.history {
    display: inline-block;
    vertical-align: middle;
    width: 86.9px;
    height: 105px;
    background-repeat: no-repeat
}

.icon.history {
    background-image: url(/../assets/icon/icon-document-update.svg)
}

.icon.filter {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-filter.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain
}

.icon.document-download {
    width: 3pc;
    height: 60px
}

.icon.document-download, .icon.icon-minimize {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-document-download.svg);
    background-repeat: no-repeat
}

.icon.icon-minimize {
    width: 13.8px;
    height: 1px
}

.icon.document-error {
    background-image: url(/../assets/icon/icon-document-error.svg);
    width: 3pc;
    height: 60px
}

.icon.document-error, .icon.import {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.import {
    background-image: url(/../assets/icon/icon-import.svg);
    width: 21px;
    height: 20px
}

.icon.arrow-up {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 6px;
    height: 10px;
    background-repeat: no-repeat
}

.icon.merge-pdf {
    background-image: url(/../assets/icon/mergepdf.svg);
    width: 20px
}

.icon.favorite, .icon.merge-pdf {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    background-repeat: no-repeat
}

.icon.favorite {
    background-image: url(/../assets/icon/favorite.svg);
    width: 9pt
}

.icon.favorite.gray {
    background-image: url(/../assets/icon/favorite-gray.svg);
    width: 9pt
}

.icon.favorite.gray, .icon.reload {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    background-repeat: no-repeat
}

.icon.reload {
    background-image: url(/../assets/icon/reload.svg);
    width: 24px
}

.icon.reload.white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/reload-white.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.checkbox {
    cursor: pointer
}

.checkbox > input[type=checkbox] {
    display: none
}

.checkbox > input[type=checkbox] + span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eae6e7;
    display: inline-block;
    background-color: #f5f5f5;
    width: 22.6px;
    height: 22.6px
}

.checkbox > input[type=checkbox] + span.global-doc-checkbox {
    width: 18px;
    height: 18px
}

@media (min-width: 768px) {
    .checkbox > input[type=checkbox] + span {
        width: 18px;
        height: 18px
    }
}

.checkbox > input[type=checkbox]:checked + span {
    background-color: #da291c;
    border: 1px solid #000
}

.backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1032
}

input::-ms-clear {
    display: none
}

.popover {
    z-index: 1034
}

.dashboard-template.root.responsivegrid {
    padding: 0 2px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid {
        padding: 0 52px
    }
}

@media (min-width: 1280px) {
    .dashboard-template.root.responsivegrid {
        padding: 0 87px
    }
}

.dashboard-template.root.responsivegrid .row {
    margin: 0 auto
}

.dashboard-template.root.responsivegrid .row.default-margin {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.dashboard-template.root.responsivegrid .container {
    padding: 0
}

.dashboard-template.root.responsivegrid .breadcrumb-container .breadcrumb {
    padding-left: 0
}

.dashboard-template.root.responsivegrid .dashboard-static-components {
    display: none
}

.dashboard-template.root.responsivegrid .latest-news {
    padding: 30px 22px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid .latest-news {
        padding: 40px 0
    }
}

.dashboard-template.root.responsivegrid .latest-news .red-button {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid .latest-news .red-button {
        width: auto
    }
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color
}

.overlay-location-access {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1035;
    left: 0;
    top: 0
}

.cursor-pointer {
    cursor: pointer
}

.columnctrl {
    padding: 0 20px
}

@media (min-width: 1280px) {
    .columnctrl {
        padding: 0 90pt
    }
}

.columnctrl .component-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.news-project-portfolio-box .left-box {
    width: 100%;
    float: none
}

@media (min-width: 1280px) {
    .news-project-portfolio-box .left-box {
        width: 56.8%;
        float: left
    }
}

.news-project-portfolio-box .right-box {
    width: 100%;
    float: none
}

@media (min-width: 1280px) {
    .news-project-portfolio-box .right-box {
        width: 43.2%;
        float: right
    }
}

.filter-box, .menu-icon {
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.no-result {
    font-size: 1pc;
    font-size: 1rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1px;
    text-align: center
}

@media (min-width: 768px) {
    .no-result {
        font-size: 1.25rem
    }
}

.no-result a {
    color: #da291c
}

.aem-AuthorLayer-Edit .region-modal-container .modal-header, .aem-AuthorLayer-Preview .region-modal-container .modal-header {
    display: block !important
}

.menu-overlay {
    background: #333;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 90pt;
    width: 100%;
    z-index: 9
}

*, .btn:focus, .btn:hover, a:focus, button:focus {
    outline-color: #da291c;
    outline-width: 2px
}

.btn:focus, .btn:hover, a:focus, button:focus {
    outline-style: solid
}

.form-source-box {
    max-width: 8in;
    margin: 0 auto
}

.left-0 {
    left: 0 !important
}

[data-toggle~=collapse] {
    cursor: pointer
}

.image.parbase.section .cq-dd-image {
    width: 100%;
    height: auto
}

.signup-form {
    width: 100%;
    height: 970px
}

@media (min-width: 768px) {
    .signup-form {
        height: 870px
    }
}

.notification-alert {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (prefers-reduced-motion: reduce) {
    .notification-alert {
        -webkit-transition: none;
        transition: none
    }
}

.notification-alert .alertBoxUPN {
    background: #f5f5f5;
    max-width: 310px;
    width: 100%;
    border-top: 6px solid #da291c;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 40px 20px 19px;
    text-align: center;
    position: relative
}

@media (min-width: 768px) {
    .notification-alert .alertBoxUPN {
        max-width: 470px;
        width: 100%;
        font-size: 1.25rem;
        padding: 40px
    }
}

.notification-alert .alertBoxUPN p a {
    font-size: 1pc;
    font-size: 1rem
}

.notification-alert .alertBoxUPN .closeAlert {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-black.svg);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer
}

@media (min-width: 768px) {
    .notification-alert .alertBoxUPN .closeAlert {
        right: 13px;
        top: 13px
    }
}

.notification-alert.showAlert {
    visibility: visible;
    opacity: 1
}

.focusoutel:focus {
    outline-color: #da291c;
    outline-style: solid;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.focusoutel:hover {
    outline-color: transparent
}

.cross-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 15px;
    height: 1pc;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 9px
}

.container, .container-fluid, .container-lg, .container-md, .container-mv, .container-sm, .container-xl {
    padding: 0
}

.justify--left {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.justify--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify--left {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.flex-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrapper--column, .flex-wrapper--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.align--center {
    text-align: center
}

.align--right {
    text-align: right
}

.align--left {
    text-align: left
}

.hide {
    visibility: hidden
}

@media (min-width: 1280px) {
    .red-border--bottom {
        border-bottom: 4px solid #ee3124 !important
    }
}

:-webkit-direct-focus {
    outline-style: none
}

.popover {
    background: #fff;
    padding: 19px 9pt 19px 19px;
    max-width: 274px;
    top: 10px !important;
    border: 0;
    -webkit-box-shadow: -1px 4px 4px 0 rgba(0, 0, 0, .26);
    box-shadow: -1px 4px 4px 0 rgba(0, 0, 0, .26);
    border-radius: 0
}

@media (min-width: 768px) {
    .popover {
        padding: 19px;
        max-width: 281px;
        top: 7px !important
    }
}

@media (min-width: 1280px) {
    .popover {
        padding: 15px;
        max-width: 216px
    }
}

.popover .popover-body {
    padding: 0
}

.popover .popover-body.add-list {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .14px
}

.popover .custom-popup-header {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    padding-bottom: 8px;
    line-height: normal;
    letter-spacing: .9pt;
    color: #333
}

@media (min-width: 1280px) {
    .popover .custom-popup-header {
        font-size: .625rem;
        padding-bottom: 6px;
        letter-spacing: 1px
    }
}

.popover .custom-popup-body {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: normal;
    letter-spacing: .1px;
    color: #333
}

.popover .icon {
    margin-right: 5px
}

@media (min-width: 1280px) {
    .popover .icon {
        width: 11px;
        height: 11px
    }
}

.result-box .result-box {
    padding: 30px 22px;
    background: hsla(0, 0%, 84.7%, .2);
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .result-box .result-box {
        padding: 25px 29px;
        margin: 0 8px 20px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box {
        padding: 39px 46px 30px;
        margin-right: 8px
    }
}

.result-box .result-box .title-star {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 768px) {
    .result-box .result-box .title-star {
        margin-bottom: 4px
    }
}

.result-box .result-box .title-star .title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333;
    float: left;
    width: 60%
}

@media (min-width: 768px) {
    .result-box .result-box .title-star .title {
        font-size: 1pc;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .title-star .title {
        font-size: 22px;
        letter-spacing: 2.2px
    }
}

.result-box .result-box .title-star .title.c-pointer-line-height {
    cursor: pointer;
    line-height: 33px;
    text-decoration: none
}

.result-box .result-box .title-star ul {
    float: right;
    text-align: center
}

.result-box .result-box .title-star ul li {
    display: inline-block;
    margin: 0 5px;
    background-size: contain;
    background-position: 50%;
    width: 1pc;
    height: 1pc
}

.result-box .result-box .title-star ul li .award-icon {
    height: 100%;
    width: 100%
}

.result-box .result-box .title-star ul li.icq {
    background-image: url(clientlib-site/resources/images/ICQ.png)
}

.result-box .result-box .title-star ul li.master-contractor {
    background-image: url(clientlib-site/resources/images/Master_contractor.png)
}

.result-box .result-box .title-star ul li.piq {
    background-image: url(clientlib-site/resources/images/PIQ.png)
}

.result-box .result-box .title-star ul li.platinum-council {
    background-image: url(clientlib-site/resources/images/Platinum_Council.png)
}

.result-box .result-box .title-star ul li.platinum-master {
    background-image: url(clientlib-site/resources/images/Platinum_Master_contractor.gif)
}

.result-box .result-box .title-star ul li.sa-pro {
    background-image: url(clientlib-site/resources/images/SA-PRO_designation_icon.png)
}

@media (min-width: 768px) {
    .result-box .result-box .title-star ul li {
        width: 14px;
        height: 14px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .title-star ul li {
        width: 40px;
        height: 40px
    }
}

.result-box .result-box .distance {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333;
    margin-bottom: 14px;
    position: relative;
    padding-left: 18px
}

@media (min-width: 768px) {
    .result-box .result-box .distance {
        font-size: .625rem;
        margin-bottom: 15px;
        letter-spacing: 1px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .distance {
        font-size: 14px;
        margin-bottom: 23px
    }
}

.result-box .result-box .distance:after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-map-pin-small-red.svg);
    width: 9px;
    height: 9pt;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (min-width: 768px) {
    .result-box .result-box .distance:after {
        top: 1px;
        top: 4px
    }
}

.result-box .result-box .details {
    width: 100%;
    overflow: hidden
}

.result-box .result-box .details ul {
    padding-top: 5px
}

.result-box .result-box .details ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: #333;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.result-box .result-box .details ul li a {
    color: #333
}

.result-box .result-box .details ul li strong {
    text-transform: uppercase;
    letter-spacing: .5px
}

.result-box .result-box .details ul li span {
    font-weight: 900;
    display: inline-block;
    width: 72px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .result-box .result-box .details ul li {
        font-size: .625rem;
        letter-spacing: .8px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .details ul li {
        font-size: .875rem;
        margin-bottom: 10px;
        letter-spacing: .1pc
    }
}

.result-box .result-box .details ul li .website {
    width: auto;
    font-weight: 400;
    text-transform: inherit;
    display: inline
}

.result-box .result-box .details ul.info-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .result-box .result-box .details ul.info-1 {
        padding-right: 40px;
        margin-right: 40px;
        padding-bottom: 0;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 53%;
        float: left;
        border-right: 2px solid #979797;
        border-bottom: 0;
        min-height: 85px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .details ul.info-1 {
        border-right: 2px solid #979797;
        width: 55%;
        padding-right: 50px;
        margin-right: 50px;
        min-height: 75pt
    }
}

.result-box .result-box .details ul.info-2 {
    width: 100%
}

@media (min-width: 768px) {
    .result-box .result-box .details ul.info-2 {
        width: 39%;
        float: right
    }
}

.result-box .result-page-cont {
    margin-bottom: 25px
}

.footer {
    background-color: #e7e7e6
}

.footer__wrapper {
    padding: 0 90pt;
    max-width: 90pc;
    margin: 0 auto
}

@media (max-width: 1279.98px) {
    .footer__wrapper {
        padding: 0 20px
    }
}

@media (min-width: 1280px) {
    .footer__wrapper--bottom {
        position: relative;
        padding-right: 300px
    }
}

.footer__top {
    padding: 61px 0 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1279.98px) {
    .footer__top {
        padding: 25px 0 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.footer__left {
    margin-right: 2pc;
    padding-top: 4px
}

@media (max-width: 1279.98px) {
    .footer__left {
        margin-right: 0;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .footer__left {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 189px
    }
}

.footer__logo {
    display: block;
    margin-bottom: 31px
}

@media (max-width: 1279.98px) {
    .footer__logo {
        margin: 37px auto 35px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.footer__logo-img {
    height: 45px;
    max-width: 189px
}

@media (max-width: 1279.98px) {
    .footer__logo-img {
        display: none
    }
}

.footer__logo-mobile {
    display: none
}

@media (max-width: 1279.98px) {
    .footer__logo-mobile {
        display: block;
        height: auto;
        max-width: 172px
    }
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__social li {
    margin: 0 8px
}

@media (max-width: 1279.98px) {
    .footer__social li {
        margin: 0 18px
    }
}

.footer__social a {
    display: block;
    text-indent: -9999px;
    background-size: contain
}

.footer__social a.facebook {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-facebook.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat
}

@media (max-width: 1279.98px) {
    .footer__social a.facebook {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-facebook.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.twitter {
    background-image: url(/../assets/icon/icon-twitter.svg);
    width: 27px;
    height: 27px
}

.footer__social a.twitter, .footer__social a.youtube {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.footer__social a.youtube {
    background-image: url(/../assets/icon/ico-youtube.svg);
    width: 38px;
    height: 38px
}

@media (max-width: 1279.98px) {
    .footer__social a.youtube {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-youtube.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.linkedin {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-linkedin.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat
}

@media (max-width: 1279.98px) {
    .footer__social a.linkedin {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-linkedin.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.instagram {
    background-image: url(/../assets/icon/icon-instagram.svg)
}

.footer__social a.google, .footer__social a.instagram {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat
}

.footer__social a.google {
    background-image: url(/../assets/icon/icon-google-plus.svg)
}

.footer__icon {
    color: #000;
    font-size: 27px;
    margin: 0 11.5px
}

.footer__icon--linkedin {
    background-image: url(/../assets/icon/icon-linkedin.svg)
}

.footer__icon--linkedin, .footer__icon--youtube {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat
}

.footer__icon--youtube {
    background-image: url(/../assets/icon/icon-youtube.svg)
}

.footer__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1279.98px) {
    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1279.98px) {
    .footer__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__map {
        width: 60%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 1279.98px) {
    .footer__col {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__col {
        width: 31%
    }
}

@media (min-width: 1280px) {
    .footer__col--3 {
        padding-right: 20px
    }
}

.footer__button {
    font-family: NeusaNextProRegular, serif;
    background-color: transparent;
    border: none;
    text-align: left;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    margin-bottom: 11px;
    position: relative;
    padding: 0;
    letter-spacing: 1px;
    color: #000
}

@media (max-width: 1279.98px) {
    .footer__button {
        width: 100%;
        pointer-events: visible;
        margin-bottom: 4px;
        padding: 18px 24px 18px 0
    }
}

.footer__button-icon {
    position: absolute;
    top: 47.8%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-down.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    display: none
}

@media (max-width: 1279.98px) {
    .footer__button-icon {
        display: block
    }
}

.footer__button.active {
    padding-bottom: 13px
}

.footer__button.active .footer__button-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 1279.98px) {
    .footer__list {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        padding: 0 20px 0 0;
        display: none
    }

    .footer__list .footer__item:last-of-type {
        margin-bottom: 22px
    }
}

.footer__item-link {
    color: #c10016;
    font-size: 1pc;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin-bottom: 9pt;
    font-family: NeusaNextProRegular, serif
}

.footer__item-link:hover {
    text-decoration: underline
}

@media (max-width: 1279.98px) {
    .footer__item-link {
        margin-bottom: 18px
    }
}

@media (max-width: 1279.98px) {
    .footer__contact, .footer__follow {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__contact, .footer__follow {
        width: 20%
    }
}

.footer__contact p, .footer__follow p {
    font-family: NeusaNextProRegular, serif;
    font-size: 9pt;
    font-weight: 600;
    line-height: 20px
}

@media (min-width: 1280px) {
    .footer__follow {
        max-width: 169px
    }
}

.footer__contact p {
    font-family: NeusaNextProRegular, serif;
    margin-bottom: 0;
    font-size: 9pt;
    line-height: 20px;
    font-weight: 400
}

@media (max-width: 1279.98px) {
    .footer__contact {
        margin: 15px 0 37px
    }

    .footer__contact p {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .footer__contact {
        padding-right: 20px
    }
}

.footer__contact-title, .footer__follow-title {
    font-family: NeusaNextProRegular, serif;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    margin-bottom: 17px
}

.footer__contact-text {
    margin-bottom: 0;
    font-size: 9pt;
    line-height: 20px
}

.footer__contact-link, .footer__contact-text {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400
}

.footer__contact-link {
    color: #c10016;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 10px
}

.footer__contact-link:hover {
    text-decoration: underline
}

@media (max-width: 1279.98px) {
    .footer__contact-link {
        margin-top: 18px;
        font-size: 1pc
    }
}

.footer__follow-text {
    font-family: NeusaNextProRegular, serif;
    margin-bottom: 9pt;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.footer__follow-link {
    font-family: NeusaNextProRegular, serif;
    text-transform: uppercase;
    font-size: 1pc;
    letter-spacing: .5px;
    text-align: center;
    font-weight: 700;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-top: 10px;
    padding: 13px 31px;
    background-color: #000
}

.footer__follow-link:after, .footer__follow-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute
}

.footer__follow-link:before {
    top: 0;
    left: 0;
    border-width: 15px 15px 0 0;
    border-color: #e7e7e6 transparent transparent
}

.footer__follow-link:after {
    right: 0;
    bottom: 0;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #e7e7e6
}

.footer__follow-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #252a36
}

.footer__follow-link:focus {
    color: #fff;
    outline-color: #2590ef
}

@media (max-width: 1279.98px) {
    .footer__follow-link {
        margin-top: 17px
    }
}

.footer__bottom {
    background-color: #000;
    padding: 20.5px 0 22.5px;
    position: relative
}

@media (max-width: 1279.98px) {
    .footer__bottom {
        padding: 20px 0
    }
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 1279.98px) {
    .footer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 1pc;
        max-width: 335px
    }
}

.footer__nav-item {
    position: relative;
    padding: 0 11px 0 7px;
    margin-bottom: 14px
}

.footer__nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 69%;
    background-color: #fff;
    left: 0;
    bottom: 2px
}

.footer__nav-item:first-of-type {
    padding-left: 0
}

.footer__nav-item:first-of-type:before {
    content: none
}

@media (max-width: 1279.98px) {
    .footer__nav-item {
        text-align: right;
        padding: 0 5px
    }
}

.footer__nav-item-link {
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

@media (max-width: 1279.98px) {
    .footer__nav-item-link {
        font-size: 9pt
    }
}

.footer__rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1279.98px) {
    .footer__rights {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__right-logo {
    position: absolute;
    top: 0;
    right: 90pt;
    max-width: 159px
}

.footer__right-logo img {
    width: 100%
}

@media (max-width: 1279.98px) {
    .footer__right-logo {
        position: relative;
        top: auto;
        right: auto
    }
}

.footer__copy {
    font-family: NeusaNextProRegular, serif;
    margin-left: 0;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block
}

@media (max-width: 1279.98px) {
    .footer__copy {
        margin-left: 30px;
        max-width: 150px
    }
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
}

.header__skip-nav {
    text-align: left;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.header__skip-nav-link {
    position: absolute;
    left: -625pc;
    color: #c10016;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400
}

.header__skip-nav-link:focus {
    position: static;
    outline: 2px solid #2590ef
}

.main-content {
    height: 0;
    overflow: hidden
}

.main-content.campaign-page {
    margin-top: -60px
}

@media (min-width: 1280px) {
    .main-content.campaign-page {
        margin-top: -143px
    }
}

.header__top-nav {
    display: none
}

@media (min-width: 1280px) {
    .header__top-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 77px;
        padding: 1pc 25px;
        border-bottom: 1px solid #e7e7e6
    }
}

.header__home {
    max-width: 189px
}

.header__home:focus {
    outline: 2px solid #2590ef
}

.header__home--mobile {
    display: block;
    max-width: 169px
}

@media (min-width: 1280px) {
    .header__home--mobile {
        display: none
    }
}

.header__logo {
    max-width: 169px;
    max-height: 40px
}

@media (min-width: 1280px) {
    .header__logo {
        max-width: 189px;
        max-height: 45px
    }
}

.header__top-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top-nav-item {
    margin-top: 24px
}

@media (min-width: 1280px) {
    .header__top-nav-item {
        position: relative;
        margin-top: 0;
        padding: 0 1pc
    }

    .header__top-nav-item:not(:first-of-type):before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1pc;
        width: 1px;
        background-color: #000
    }

    .header__top-nav-item:last-of-type {
        padding-right: 0
    }
}

.header__top-nav-link {
    color: #c10016;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400
}

@media (max-width: 1279.98px) {
    .header__top-nav-link:hover {
        color: #c10016;
        text-decoration: none
    }

    .header__top-nav-link:focus {
        outline: 2px solid #2590ef;
        color: #c10016
    }
}

@media (min-width: 1280px) {
    .header__top-nav-link {
        color: #000;
        font-size: 14px
    }

    .header__top-nav-link--collapse:not(.collapsed) {
        color: #c10016 !important
    }

    .header__top-nav-link--collapse:not(.collapsed) .header__top-nav-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__top-nav-link:hover {
        color: #000;
        text-decoration: underline
    }

    .header__top-nav-link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

.header__top-nav-icon {
    display: none
}

@media (min-width: 1280px) {
    .header__top-nav-icon {
        display: block;
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 2px
    }
}

.header__bottom-nav {
    height: 60px;
    padding: 10px 20px
}

@media (min-width: 1280px) {
    .header__bottom-nav {
        height: 66px;
        padding: 0
    }
}

.header__hamburger-btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2pc;
    min-width: 36px;
    padding: 0
}

.header__hamburger-btn:focus {
    outline: 2px solid #2590ef
}

.header__hamburger-btn.collapsed .header__hamburger-icon {
    position: relative;
    width: 36px;
    height: 3px;
    background-color: #000
}

.header__hamburger-btn.collapsed .header__hamburger-icon:after, .header__hamburger-btn.collapsed .header__hamburger-icon:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #000;
    left: 0
}

.header__hamburger-btn.collapsed .header__hamburger-icon:before {
    top: -10px
}

.header__hamburger-btn.collapsed .header__hamburger-icon:after {
    top: 10px
}

.header__hamburger-btn:not(.collapsed) .header__hamburger-text {
    display: none
}

.header__hamburger-btn:not(.collapsed) .header__hamburger-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-close.svg);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat
}

.header__hamburger-text {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400;
    margin-right: 8px
}

.header__bottom-nav-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%
}

@media (max-width: 1279.98px) {
    .header__bottom-nav-collapse:after {
        content: "";
        position: fixed;
        top: 56px;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: transparent;
        z-index: 100;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .1)
    }
}

@media (min-width: 1280px) {
    .header__bottom-nav-collapse {
        position: static;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__bottom-nav-collapse-wrap {
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: auto
}

@media (max-width: 1279.98px) {
    .header__bottom-nav-collapse-wrap {
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    .header__bottom-nav-collapse-wrap {
        position: static;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__search-wrap {
    display: none
}

@media (min-width: 1280px) {
    .header__search-wrap {
        background-color: #da291c;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 25px;
        padding-left: 23px;
        position: relative
    }

    .header__search-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: #fff
    }
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.header__search:hover {
    color: #fff;
    text-decoration: underline
}

.header__search:focus {
    color: #fff;
    outline: 2px solid #2590ef
}

.header__search-icon {
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-search-glass.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    background-size: contain;
    margin-right: 8px
}

.region-dropdown {
    left: 0;
    width: 100%
}

@media (max-width: 1279.98px) {
    .region-dropdown {
        top: 59px;
        height: calc(100vh - 59px);
        background-color: #da291c;
        position: fixed;
        overflow-y: auto;
        -webkit-transition: none !important;
        transition: none !important
    }
}

@media (min-width: 1280px) {
    .region-dropdown {
        position: absolute;
        overflow: hidden;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
    }
}

.region-dropdown__row-top {
    padding: 0 20px
}

@media (max-width: 1279.98px) {
    .region-dropdown__close {
        color: #fff;
        font-family: NeusaNextProRegular, serif;
        font-size: 1pc;
        line-height: 19px;
        font-weight: 700;
        padding: 20px 0 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .region-dropdown__close-text {
        display: none
    }
}

.region-dropdown__close-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px
}

@media (min-width: 1280px) {
    .region-dropdown__close-icon {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__cross-icon {
        display: none
    }
}

@media (min-width: 1280px) {
    .region-dropdown__cross-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-close.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        position: absolute;
        top: 40px;
        right: 3pc;
        border: none;
        background-color: transparent
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__row-bottom {
        display: block;
        padding: 0 20px 40px
    }
}

@media (min-width: 1280px) {
    .region-dropdown__row-bottom {
        padding: 40px 90pt 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .region-dropdown__regions {
        margin-right: 40px
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__regions--NA {
        margin-bottom: 9pt
    }

    .region-dropdown__regions--NA .region-dropdown__item:last-of-type {
        border-bottom: none
    }
}

.region-dropdown__list-title {
    display: block;
    font-family: NeusaNextProRegular, serif
}

@media (max-width: 1279.98px) {
    .region-dropdown__list-title {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400
    }
}

@media (min-width: 1280px) {
    .region-dropdown__list-title {
        color: #000;
        font-size: 14px;
        line-height: 1pc;
        font-weight: 700;
        letter-spacing: .01em;
        margin-bottom: 1pc
    }
}

@media (min-width: 1280px) {
    .region-dropdown__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 200px
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__item {
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 1280px) {
    .region-dropdown__item {
        margin-bottom: 1pc;
        margin-right: 40px
    }
}

.region-dropdown__link {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    position: relative;
    display: block
}

@media (max-width: 1279.98px) {
    .region-dropdown__link {
        color: #fff;
        font-size: 1pc;
        line-height: 19px;
        padding: 18px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .region-dropdown__link:hover {
        text-decoration: none;
        color: #fff
    }

    .region-dropdown__link:focus {
        outline: 2px solid #2590ef;
        color: #fff
    }
}

@media (min-width: 1280px) {
    .region-dropdown__link {
        color: #000;
        font-size: 15px;
        padding-left: 28px;
        line-height: 26px
    }

    .region-dropdown__link:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #252a36
    }

    .region-dropdown__link:hover {
        text-decoration: underline;
        color: #000
    }

    .region-dropdown__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (min-width: 1280px) {
    .region-dropdown__link--selected:before {
        border: 5px solid #da291c
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__selected-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-checkmark.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        margin-left: 1pc
    }
}

@media (min-width: 1280px) {
    .region-dropdown__selected-icon {
        display: none
    }
}

@media (min-width: 1280px) {
    background-color: #f5f5f5
}

.form-control {
    height: calc(2rem + 2px)
}

@media (min-width: 768px) {
    .form-control {
        height: calc(3.1rem + 2px)
    }
}

.checkbox > input[type=checkbox] + span {
    width: 18px;
    height: 18px
}

@media (min-width: 768px) {
    .checkbox > input[type=checkbox] + span {
        width: 22px;
        height: 22px
    }
}

@media (min-width: 1280px) {
    .checkbox > input[type=checkbox] + span {
        width: 22px;
        height: 22px
    }
}

.username-password {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    color: #333
}

@media (min-width: 768px) {
    .username-password {
        font-size: .875rem
    }
}

@media (min-width: 1280px) {
    .username-password {
        font-size: .875rem
    }
}

.username-password-input {
    border: 2px solid #333;
    border-radius: 0
}

.username-input, .username-input:focus {
    border-bottom: 3px solid #da291c
}

.form-check-padding {
    padding-left: 0;
    padding-top: 6px
}

.form-check-padding .remember-forgot-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

@media (min-width: 768px) {
    .form-check-padding .remember-forgot-text {
        font-size: .875rem
    }
}

.form-check-padding .checkbox {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    color: #333
}

@media (min-width: 768px) {
    .form-check-padding .checkbox {
        font-size: .875rem
    }
}

.form-check-padding .checkbox span {
    float: left
}

.form-check-padding .checkbox .label {
    margin-left: 8px;
    margin-top: 3px
}

@media (min-width: 768px) {
    .form-check-padding .checkbox .label {
        margin-top: 0
    }
}

.login-close-button {
    margin-right: 0;
    display: none;
    position: absolute;
    right: 19px;
    top: 19px;
    width: 11px;
    height: 11px
}

@media (min-width: 768px) {
    .login-close-button {
        display: block
    }
}

@media (min-width: 1280px) {
    .login-close-button {
        display: block;
        position: static
    }
}

.login-close-button .icon-cross-red {
    cursor: pointer;
    float: right;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover
}

.common-login-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: 14px;
    font-size: .875rem;
    line-height: normal;
    letter-spacing: 1.8px
}

@media (min-width: 768px) {
    .common-login-text {
        font-size: 1.125rem
    }
}

.login-header-text {
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

@media (min-width: 768px) {
    .login-header-text {
        padding-right: 30px
    }
}

.register-header-text {
    padding-left: 20px;
    font-weight: 400;
    color: #000
}

@media (min-width: 768px) {
    .register-header-text {
        padding-left: 30px
    }
}

.register-header-text:active {
    font-weight: 900
}

.login-information {
    display: block;
    margin: 15px 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: normal;
    color: #333
}

@media (min-width: 768px) {
    .login-information {
        font-size: .75rem
    }
}

.error-message {
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: 14px;
    font-size: .875rem
}

.login-text {
    text-align: center;
    margin: 31px 0
}

.login-text .login-button {
    border-radius: 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 900;
    line-height: 1.93;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    background-color: #da291c;
    padding: 5px 25px
}

@media (min-width: 768px) {
    .login-text .login-button {
        font-size: .875rem;
        padding: 3px 38px
    }
}

@media (min-width: 1280px) {
    .login-text .login-button {
        padding: 8px 52px
    }
}

.forgot-password {
    text-align: right;
    white-space: nowrap
}

.forgot-password .forgot-text {
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem
}

.login-box__title {
    background-color: #fff;
    color: #333;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 1280px) {
    .login-box__title {
        display: none
    }
}

.login-box {
    max-width: 546px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.login-box .form-control {
    height: 52px
}

.after-login {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 10px
}

@media (min-width: 768px) {
    .after-login {
        padding: 15px 0
    }
}

@media (min-width: 1280px) {
    .after-login {
        padding: 0 23px
    }
}

.after-login ul {
    text-align: center
}

.after-login ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    display: block
}

@media (min-width: 768px) {
    .after-login ul li {
        font-size: .75rem;
        letter-spacing: .9pt;
        display: inline-block;
        margin: 0 60px
    }
}

@media (min-width: 1280px) {
    .after-login ul li {
        font-size: 1.125rem;
        border-bottom: 1px solid #ccc;
        display: block;
        float: none;
        letter-spacing: 1.8px;
        margin: 0
    }
}

.after-login ul li a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    display: block
}

@media (min-width: 768px) {
    .after-login ul li a {
        padding: 0
    }
}

@media (min-width: 1280px) {
    .after-login ul li a {
        padding: 19px 0
    }
}

.after-login ul li a:active, .after-login ul li a:hover {
    color: #da291c
}

.after-login ul li:last-child {
    border-bottom: none
}

.language-selector {
    left: 0;
    width: 100%
}

@media (max-width: 1279.98px) {
    .language-selector {
        top: 59px;
        position: fixed;
        height: calc(100vh - 59px);
        background-color: #da291c;
        overflow-y: auto;
        -webkit-transition: none !important;
        transition: none !important
    }
}

@media (min-width: 1280px) {
    .language-selector {
        position: absolute;
        overflow: hidden;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
    }
}

.language-selector__row-top {
    padding: 0 20px
}

@media (max-width: 1279.98px) {
    .language-selector__close {
        color: #fff;
        font-family: NeusaNextProRegular, serif;
        font-size: 1pc;
        line-height: 19px;
        font-weight: 700;
        padding: 20px 0 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.language-selector__close-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px
}

@media (min-width: 1280px) {
    .language-selector__close-icon, .language-selector__close-text {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .language-selector__cross-icon {
        display: none
    }
}

@media (min-width: 1280px) {
    .language-selector__cross-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-close.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        position: absolute;
        top: 40px;
        right: 3pc;
        border: none;
        background-color: transparent
    }
}

.language-selector__row-bottom {
    display: block
}

@media (max-width: 1279.98px) {
    .language-selector__row-bottom {
        padding: 0 20px 40px
    }
}

@media (min-width: 1280px) {
    .language-selector__row-bottom {
        padding: 40px 90pt 60px
    }
}

.language-selector__list-title {
    display: block;
    font-family: NeusaNextProRegular, serif;
    font-weight: 700
}

@media (max-width: 1279.98px) {
    .language-selector__list-title {
        color: #fff;
        font-size: 1pc;
        line-height: 19px;
        padding: 18px 0;
        display: none
    }
}

@media (min-width: 1280px) {
    .language-selector__list-title {
        color: #000;
        font-size: 14px;
        line-height: 1pc;
        letter-spacing: .01em;
        margin-bottom: 1pc
    }
}

@media (min-width: 1280px) {
    .language-selector__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 1279.98px) {
    .language-selector__item {
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 1280px) {
    .language-selector__item {
        margin-bottom: 1pc;
        margin-right: 40px
    }
}

.language-selector__link {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    position: relative;
    display: block
}

@media (max-width: 1279.98px) {
    .language-selector__link {
        color: #fff;
        font-size: 1pc;
        line-height: 19px;
        padding: 18px 0
    }

    .language-selector__link:hover {
        text-decoration: none;
        color: #fff
    }

    .language-selector__link:focus {
        outline: 2px solid #2590ef;
        color: #fff
    }
}

@media (min-width: 1280px) {
    .language-selector__link {
        color: #000;
        font-size: 15px;
        padding-left: 28px;
        line-height: 26px
    }

    .language-selector__link:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #252a36
    }

    .language-selector__link:hover {
        text-decoration: underline;
        color: #000
    }

    .language-selector__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (max-width: 1279.98px) {
    .language-selector__link--selected {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .language-selector__link--selected:before {
        border: 5px solid #da291c
    }
}

@media (max-width: 1279.98px) {
    .language-selector__selected-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-checkmark.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        margin-left: 1pc
    }
}

@media (min-width: 1280px) {
    .language-selector__selected-icon {
        display: none
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    tap-highlight-color: transparent;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    tap-highlight-color: transparent;
    touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-nav {
    display: none
}

@media (min-width: 768px) {
    .owl-carousel .owl-nav {
        display: block
    }
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-indent: -9999px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-carousel-control-left-arrow.svg);
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: #000
}

@media (min-width: 768px) {
    .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px
    }
}

@media (min-width: 1280px) {
    .owl-carousel .owl-nav button {
        width: 81px;
        height: 81px;
        margin-top: 0;
        top: 280px
    }
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.owl-carousel .owl-dots {
    pointer-events: none;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px
}

@media (min-width: 768px) {
    .owl-carousel .owl-dots {
        bottom: 29px
    }
}

@media (min-width: 1280px) {
    .owl-carousel .owl-dots {
        bottom: 99px
    }
}

.owl-carousel .owl-dots .owl-dot {
    pointer-events: all;
    margin: 0 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    cursor: pointer;
    background: none
}

@media (min-width: 768px) {
    .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px;
        width: 8px;
        height: 8px
    }
}

@media (min-width: 1280px) {
    .owl-carousel .owl-dots .owl-dot {
        margin: 0 14px;
        width: 9pt;
        height: 9pt
    }
}

.owl-carousel .owl-dots .owl-dot span {
    text-indent: -9999px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {
    .owl-carousel .owl-dots .owl-dot span {
        width: 8px;
        height: 8px
    }
}

@media (min-width: 1280px) {
    .owl-carousel .owl-dots .owl-dot span {
        width: 9pt;
        height: 9pt
    }
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #da291c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.no-js .owl-carousel {
    display: block
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.homePageCarouselContainer, .homePageCarouselContainerCampaign {
    position: relative;
    width: 100%;
    overflow: hidden
}

.homePageCarouselContainer .bx-slide-bottom-decoration, .homePageCarouselContainer .bx-slide-top-decoration, .homePageCarouselContainerCampaign .bx-slide-bottom-decoration, .homePageCarouselContainerCampaign .bx-slide-top-decoration {
    position: absolute;
    background-color: #da291c;
    width: 90px;
    height: 165px;
    z-index: 2
}

@media (max-width: 1279.98px) {
    .homePageCarouselContainer .bx-slide-bottom-decoration, .homePageCarouselContainer .bx-slide-top-decoration, .homePageCarouselContainerCampaign .bx-slide-bottom-decoration, .homePageCarouselContainerCampaign .bx-slide-top-decoration {
        width: 74px;
        height: 7pc
    }
}

.homePageCarouselContainer .bx-slide-top-decoration, .homePageCarouselContainerCampaign .bx-slide-top-decoration {
    top: -56px;
    left: 48%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 1279.98px) {
    .homePageCarouselContainer .bx-slide-top-decoration, .homePageCarouselContainerCampaign .bx-slide-top-decoration {
        display: none
    }
}

.homePageCarouselContainer .bx-slide-bottom-decoration, .homePageCarouselContainerCampaign .bx-slide-bottom-decoration {
    bottom: 0;
    right: -30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

@media (max-width: 1279.98px) {
    .homePageCarouselContainer .bx-slide-bottom-decoration, .homePageCarouselContainerCampaign .bx-slide-bottom-decoration {
        bottom: 330px
    }
}

.homePageCarouselContainer .owl-carousel .owl-nav, .homePageCarouselContainerCampaign .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 56px
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .owl-carousel .owl-nav, .homePageCarouselContainerCampaign .owl-carousel .owl-nav {
        left: 0;
        width: 100%;
        right: auto;
        display: block;
        height: 40px
    }
}

.homePageCarouselContainer .owl-carousel .owl-nav button, .homePageCarouselContainerCampaign .owl-carousel .owl-nav button {
    margin-top: 0;
    top: 35%;
    background-image: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-left.svg);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .owl-carousel .owl-nav button, .homePageCarouselContainerCampaign .owl-carousel .owl-nav button {
        top: 20%;
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-left.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

.homePageCarouselContainer .owl-carousel .owl-dots, .homePageCarouselContainerCampaign .owl-carousel .owl-dots {
    bottom: 0;
    height: 5.5%;
    width: 52%;
    right: 9%;
    left: auto
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .owl-carousel .owl-dots, .homePageCarouselContainerCampaign .owl-carousel .owl-dots {
        height: 35px;
        right: auto;
        left: 20px;
        width: 68%
    }
}

.homePageCarouselContainer .owl-carousel .owl-dots .active span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .active span {
    background-color: #da291c
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .owl-carousel .owl-dots .owl-dot.active span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #000 !important
    }
}

.homePageCarouselContainer .owl-carousel .owl-nav button.owl-next, .homePageCarouselContainerCampaign .owl-carousel .owl-nav button.owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 73px;
    margin-left: 0
}

.homePageCarouselContainer .owl-carousel .owl-dots .owl-dot, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot {
    border-radius: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.homePageCarouselContainer .owl-carousel .owl-dots .owl-dot span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot span {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 0
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .owl-carousel .owl-dots .owl-dot span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot span {
        background-color: #fff
    }
}

.homePageCarouselContainer .owl-carousel .owl-dots .owl-dot.active span, .homePageCarouselContainer .owl-carousel .owl-dots .owl-dot:hover span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot.active span, .homePageCarouselContainerCampaign .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #da291c
}

.homePageCarouselContainer .container .row nav .breadcrumb, .homePageCarouselContainerCampaign .container .row nav .breadcrumb {
    z-index: 2
}

.homePageCarouselContainer .bx-slide, .homePageCarouselContainer .bx-slide-red, .homePageCarouselContainerCampaign .bx-slide, .homePageCarouselContainerCampaign .bx-slide-red {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.homePageCarouselContainer .bx-slide-red .slide-info__content, .homePageCarouselContainer .bx-slide .slide-info__content, .homePageCarouselContainerCampaign .bx-slide-red .slide-info__content, .homePageCarouselContainerCampaign .bx-slide .slide-info__content {
    margin-left: auto
}

@media (min-width: 375px) {
    .homePageCarouselContainer .bx-slide, .homePageCarouselContainer .bx-slide-red, .homePageCarouselContainerCampaign .bx-slide, .homePageCarouselContainerCampaign .bx-slide-red {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .bx-slide, .homePageCarouselContainer .bx-slide-red, .homePageCarouselContainerCampaign .bx-slide, .homePageCarouselContainerCampaign .bx-slide-red {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        overflow: hidden
    }
}

.homePageCarouselContainer .bx-slide-red img, .homePageCarouselContainer .bx-slide img, .homePageCarouselContainerCampaign .bx-slide-red img, .homePageCarouselContainerCampaign .bx-slide img {
    display: block
}

@media (min-width: 1280px) {
    .homePageCarouselContainer .bx-slide-red img, .homePageCarouselContainer .bx-slide img, .homePageCarouselContainerCampaign .bx-slide-red img, .homePageCarouselContainerCampaign .bx-slide img {
        width: 100%;
        height: 100%
    }
}

.homePageCarouselContainer .bx-slide-red .owl-prev, .homePageCarouselContainer .bx-slide .owl-prev, .homePageCarouselContainerCampaign .bx-slide-red .owl-prev, .homePageCarouselContainerCampaign .bx-slide .owl-prev {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-left.svg);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat
}

.homePageCarouselContainer .bx-slide-red .slide-info, .homePageCarouselContainer .bx-slide-red .slide-info-red, .homePageCarouselContainer .bx-slide .slide-info, .homePageCarouselContainer .bx-slide .slide-info-red, .homePageCarouselContainerCampaign .bx-slide-red .slide-info, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red, .homePageCarouselContainerCampaign .bx-slide .slide-info, .homePageCarouselContainerCampaign .bx-slide .slide-info-red {
    margin: 0;
    padding: 72px 10px 71px 119px;
    width: 42.2%;
    min-height: 585px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #e7e7e6;
    position: relative
}

.homePageCarouselContainer .bx-slide-red .slide-info-red:after, .homePageCarouselContainer .bx-slide-red .slide-info:after, .homePageCarouselContainer .bx-slide .slide-info-red:after, .homePageCarouselContainer .bx-slide .slide-info:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info:after, .homePageCarouselContainerCampaign .bx-slide .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide .slide-info:after {
    content: "";
    position: absolute;
    top: 0;
    right: -88px;
    width: 89px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 83.5%, 0 98%);
    clip-path: polygon(0 0, 100% 15%, 100% 83.5%, 0 98%);
    background-color: #e7e7e6
}

@media (max-width: 1439.98px) {
    .homePageCarouselContainer .bx-slide-red .slide-info, .homePageCarouselContainer .bx-slide-red .slide-info-red, .homePageCarouselContainer .bx-slide .slide-info, .homePageCarouselContainer .bx-slide .slide-info-red, .homePageCarouselContainerCampaign .bx-slide-red .slide-info, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red, .homePageCarouselContainerCampaign .bx-slide .slide-info, .homePageCarouselContainerCampaign .bx-slide .slide-info-red {
        width: 38.2%;
        padding-left: 20px
    }

    .homePageCarouselContainer .bx-slide-red .slide-info-red:after, .homePageCarouselContainer .bx-slide-red .slide-info:after, .homePageCarouselContainer .bx-slide .slide-info-red:after, .homePageCarouselContainer .bx-slide .slide-info:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info:after, .homePageCarouselContainerCampaign .bx-slide .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide .slide-info:after {
        width: 65px;
        right: -4pc
    }
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .bx-slide-red .slide-info, .homePageCarouselContainer .bx-slide-red .slide-info-red, .homePageCarouselContainer .bx-slide .slide-info, .homePageCarouselContainer .bx-slide .slide-info-red, .homePageCarouselContainerCampaign .bx-slide-red .slide-info, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red, .homePageCarouselContainerCampaign .bx-slide .slide-info, .homePageCarouselContainerCampaign .bx-slide .slide-info-red {
        padding: 0 5px 50px 20px;
        width: 100%;
        min-height: 445px;
        margin-top: -3pc
    }

    .homePageCarouselContainer .bx-slide-red .slide-info-red:after, .homePageCarouselContainer .bx-slide-red .slide-info:after, .homePageCarouselContainer .bx-slide .slide-info-red:after, .homePageCarouselContainer .bx-slide .slide-info:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info:after, .homePageCarouselContainerCampaign .bx-slide .slide-info-red:after, .homePageCarouselContainerCampaign .bx-slide .slide-info:after {
        top: -40px;
        right: auto;
        left: 0;
        width: 105%;
        height: 40px;
        -webkit-clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%)
    }
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .slide-info__wrapper, .homePageCarouselContainer .bx-slide-red .slide-info .slide-info__wrapper, .homePageCarouselContainer .bx-slide .slide-info-red .slide-info__wrapper, .homePageCarouselContainer .bx-slide .slide-info .slide-info__wrapper, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .slide-info__wrapper, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .slide-info__wrapper, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .slide-info__wrapper, .homePageCarouselContainerCampaign .bx-slide .slide-info .slide-info__wrapper {
    margin-left: auto
}

@media (max-width: 1439.98px) {
    .homePageCarouselContainer .bx-slide-red .slide-info-red .slide-info__wrapper .s-title, .homePageCarouselContainer .bx-slide-red .slide-info .slide-info__wrapper .s-title, .homePageCarouselContainer .bx-slide .slide-info-red .slide-info__wrapper .s-title, .homePageCarouselContainer .bx-slide .slide-info .slide-info__wrapper .s-title, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .slide-info__wrapper .s-title, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .slide-info__wrapper .s-title, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .slide-info__wrapper .s-title, .homePageCarouselContainerCampaign .bx-slide .slide-info .slide-info__wrapper .s-title {
        font-size: 2pc
    }
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .s-title, .homePageCarouselContainer .bx-slide-red .slide-info .s-title, .homePageCarouselContainer .bx-slide .slide-info-red .s-title, .homePageCarouselContainer .bx-slide .slide-info .s-title, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .s-title, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .s-title, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .s-title, .homePageCarouselContainerCampaign .bx-slide .slide-info .s-title {
    letter-spacing: 1.3px;
    color: #000;
    margin-bottom: 24px
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .s-text, .homePageCarouselContainer .bx-slide-red .slide-info .s-text, .homePageCarouselContainer .bx-slide .slide-info-red .s-text, .homePageCarouselContainer .bx-slide .slide-info .s-text, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .s-text, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .s-text, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .s-text, .homePageCarouselContainerCampaign .bx-slide .slide-info .s-text {
    letter-spacing: normal;
    color: #000;
    margin-bottom: 2pc
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .bx-slide-red .slide-info-red .s-text, .homePageCarouselContainer .bx-slide-red .slide-info .s-text, .homePageCarouselContainer .bx-slide .slide-info-red .s-text, .homePageCarouselContainer .bx-slide .slide-info .s-text, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .s-text, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .s-text, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .s-text, .homePageCarouselContainerCampaign .bx-slide .slide-info .s-text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 26px
    }
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn, .homePageCarouselContainer .bx-slide .slide-info .main-btn, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn {
    cursor: pointer
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn--primary-black, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn--primary-black, .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn--primary-black, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn--primary-black, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn--primary-black {
    background-color: #da291c
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn--primary-black:before, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black:before, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn--primary-black:before, .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black:before, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn--primary-black:before, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black:before, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn--primary-black:before, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn--primary-black:before {
    border-color: #e7e7e6 transparent transparent
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn--primary-black:after, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black:after, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn--primary-black:after, .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn--primary-black:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black:after, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn--primary-black:after, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn--primary-black:after {
    border-color: transparent transparent #e7e7e6
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn--primary-black:hover, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black:hover, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn--primary-black:hover, .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black:hover, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn--primary-black:hover, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black:hover, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn--primary-black:hover, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn--primary-black:hover {
    background-color: #252a36
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn-iconvideo, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn-iconvideo, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn-iconvideo, .homePageCarouselContainer .bx-slide .slide-info .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn-iconvideo {
    background-image: url(/../assets/icon/ico-play.svg)
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn-icon, .homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn-iconvideo, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn-icon, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn-iconvideo, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn-icon, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn-iconvideo, .homePageCarouselContainer .bx-slide .slide-info .main-btn-icon, .homePageCarouselContainer .bx-slide .slide-info .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn-iconvideo, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn-iconvideo {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
}

.homePageCarouselContainer .bx-slide-red .slide-info-red .main-btn-icon, .homePageCarouselContainer .bx-slide-red .slide-info .main-btn-icon, .homePageCarouselContainer .bx-slide .slide-info-red .main-btn-icon, .homePageCarouselContainer .bx-slide .slide-info .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide-red .slide-info-red .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide .slide-info-red .main-btn-icon, .homePageCarouselContainerCampaign .bx-slide .slide-info .main-btn-icon {
    background-image: url(/../assets/icon/ico-arrow-right.svg)
}

.homePageCarouselContainer .bx-slide-red .white-space, .homePageCarouselContainer .bx-slide .white-space, .homePageCarouselContainerCampaign .bx-slide-red .white-space, .homePageCarouselContainerCampaign .bx-slide .white-space {
    z-index: 3;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 56px;
    width: 69%
}

.homePageCarouselContainer .bx-slide-red .white-space:before, .homePageCarouselContainer .bx-slide .white-space:before, .homePageCarouselContainerCampaign .bx-slide-red .white-space:before, .homePageCarouselContainerCampaign .bx-slide .white-space:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-color: #e7e7e6 #e7e7e6 #fff;
    border-style: solid;
    border-width: 0 0 56px 56px
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .bx-slide-red .white-space, .homePageCarouselContainer .bx-slide .white-space, .homePageCarouselContainerCampaign .bx-slide-red .white-space, .homePageCarouselContainerCampaign .bx-slide .white-space {
        height: 34px;
        width: 22%
    }
}

.homePageCarouselContainer .bx-slide-red .image-bg, .homePageCarouselContainer .bx-slide .image-bg, .homePageCarouselContainerCampaign .bx-slide-red .image-bg, .homePageCarouselContainerCampaign .bx-slide .image-bg {
    min-height: 529px;
    width: 61.8%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (max-width: 767.98px) {
    .homePageCarouselContainer .bx-slide-red .image-bg, .homePageCarouselContainer .bx-slide .image-bg, .homePageCarouselContainerCampaign .bx-slide-red .image-bg, .homePageCarouselContainerCampaign .bx-slide .image-bg {
        min-height: 343px;
        width: 100%
    }
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg, .homePageCarouselContainer .bx-slide .image-bg.video-bg, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg {
    position: relative;
    width: 100%
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg .pause-btn, .homePageCarouselContainer .bx-slide-red .image-bg.video-bg .play-btn, .homePageCarouselContainer .bx-slide-red .image-bg.video-bg iframe, .homePageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn, .homePageCarouselContainer .bx-slide .image-bg.video-bg .play-btn, .homePageCarouselContainer .bx-slide .image-bg.video-bg iframe, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .pause-btn, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .play-btn, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg iframe, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .pause-btn, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .play-btn, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg .play-btn, .homePageCarouselContainer .bx-slide .image-bg.video-bg .play-btn, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .play-btn, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .play-btn {
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg .play-btn span, .homePageCarouselContainer .bx-slide .image-bg.video-bg .play-btn span, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .play-btn span, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .play-btn span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-play-button.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg .pause-btn, .homePageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .pause-btn, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .pause-btn {
    display: none;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg .pause-btn span, .homePageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn span, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg .pause-btn span, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg .pause-btn span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-play-button.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain
}

.homePageCarouselContainer .bx-slide-red .image-bg.video-bg iframe, .homePageCarouselContainer .bx-slide .image-bg.video-bg iframe, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.video-bg iframe, .homePageCarouselContainerCampaign .bx-slide .image-bg.video-bg iframe {
    display: none
}

.homePageCarouselContainer .bx-slide-red .image-bg.dark-shaddow .shaddow, .homePageCarouselContainer .bx-slide .image-bg.dark-shaddow .shaddow, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.dark-shaddow .shaddow, .homePageCarouselContainerCampaign .bx-slide .image-bg.dark-shaddow .shaddow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35)
}

.homePageCarouselContainer .bx-slide-red .image-bg.dark-shaddow .breadcrumb, .homePageCarouselContainer .bx-slide .image-bg.dark-shaddow .breadcrumb, .homePageCarouselContainerCampaign .bx-slide-red .image-bg.dark-shaddow .breadcrumb, .homePageCarouselContainerCampaign .bx-slide .image-bg.dark-shaddow .breadcrumb {
    z-index: 1
}

.homePageCarouselContainer .bx-slide-red .slide-info, .homePageCarouselContainer .bx-slide-red .slide-info:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info, .homePageCarouselContainerCampaign .bx-slide-red .slide-info:after {
    background-color: #da291c
}

.homePageCarouselContainer .bx-slide-red .slide-info .s-text, .homePageCarouselContainer .bx-slide-red .slide-info .s-title, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .s-text, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .s-title {
    color: #fff
}

.homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black {
    background-color: #000
}

.homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black:before, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black:before {
    border-color: #da291c transparent transparent
}

.homePageCarouselContainer .bx-slide-red .slide-info .main-btn--primary-black:after, .homePageCarouselContainerCampaign .bx-slide-red .slide-info .main-btn--primary-black:after {
    border-color: transparent transparent #da291c
}

.homePageCarouselContainer .bx-slide-red .white-space:before, .homePageCarouselContainerCampaign .bx-slide-red .white-space:before {
    border-color: #da291c #da291c #fff
}

.homePageCarouselContainer.no-navigation .owl-dots, .homePageCarouselContainer.no-navigation .owl-nav, .homePageCarouselContainerCampaign.no-navigation .owl-dots, .homePageCarouselContainerCampaign.no-navigation .owl-nav {
    display: none
}

.homePageCarouselContainer .breadcrumb-container .breadcrumb, .homePageCarouselContainerCampaign .breadcrumb-container .breadcrumb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

@media (min-width: 1280px) {
    .homePageCarouselContainer.shorter-carousel-height .bx-slide .image-bg, .homePageCarouselContainerCampaign.shorter-carousel-height .bx-slide .image-bg {
        height: 25pc
    }
}

@media (min-width: 1280px) {
    .homePageCarouselContainer.shorter-carousel-height .bx-slide .image-bg .slide-info .s-title, .homePageCarouselContainerCampaign.shorter-carousel-height .bx-slide .image-bg .slide-info .s-title {
        font-size: 2.75rem
    }
}

@media (min-width: 1280px) {
    .homePageCarouselContainer.shorter-carousel-height .owl-carousel .owl-dots, .homePageCarouselContainerCampaign.shorter-carousel-height .owl-carousel .owl-dots {
        bottom: 70px
    }
}

@media (min-width: 1280px) {
    .homePageCarouselContainer.shorter-carousel-height .owl-carousel .owl-nav button, .homePageCarouselContainerCampaign.shorter-carousel-height .owl-carousel .owl-nav button {
        top: 175px
    }
}

.homePageCarouselContainerCampaign .image-bg-slider {
    width: 50%
}

@media (max-width: 767.98px) {
    .homePageCarouselContainerCampaign .image-bg-slider {
        width: 100%
    }
}

.homePageCarouselContainerCampaign .image-bg-slider .owl-dots {
    right: 0
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg.dark-shaddow .shaddow, .homePageCarouselContainerCampaign .image-bg-slider .owl-nav {
    display: none
}

.homePageCarouselContainerCampaign .bx-slide-red .slide-info {
    width: 50%
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg {
    width: 100%;
    min-height: 755px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (max-width: 767.98px) {
    .homePageCarouselContainerCampaign .bx-slide-red .image-bg {
        min-height: 430px
    }
}

.homePageCarouselContainerCampaign .bx-slide-red .slide-info {
    padding: 4pc 90px 56px 90pt
}

.homePageCarouselContainerCampaign .bx-slide-red .slide-info:after {
    content: none
}

.homePageCarouselContainerCampaign .bx-slide-red .slide-info__content .slide-info__logo {
    margin-bottom: 105px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 227px
}

@media (max-width: 767.98px) {
    .homePageCarouselContainerCampaign .bx-slide-red .slide-info__content .slide-info__logo {
        padding-left: 20px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.homePageCarouselContainerCampaign .bx-slide-red .white-space {
    width: 50%
}

.homePageCarouselContainerCampaign .bx-slide-red .white-space:before {
    left: -56px
}

.homePageCarouselContainerCampaign .bx-slide-red .hero-carousel-campaign-title {
    font-weight: 700;
    font-size: 87pt;
    line-height: 140px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #da291c;
    -webkit-text-stroke: 3px #fff;
    -webkit-text-fill-color: #da291c;
    margin-bottom: 2pc
}

@media (max-width: 1279.98px) {
    .homePageCarouselContainerCampaign .bx-slide-red .hero-carousel-campaign-title {
        display: none
    }
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg {
    position: relative
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title {
    position: absolute;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-bottom, .homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-top {
    color: #fff;
    font-size: 87pt;
    font-weight: 700;
    line-height: 8.7pc;
    text-transform: uppercase
}

.homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-top {
    display: none
}

@media (max-width: 1279.98px) {
    .homePageCarouselContainerCampaign .bx-slide-red {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .homePageCarouselContainerCampaign .bx-slide-red .image-bg, .homePageCarouselContainerCampaign .bx-slide-red .image-bg-slider, .homePageCarouselContainerCampaign .bx-slide-red .slide-info {
        width: 100%
    }

    .homePageCarouselContainerCampaign .bx-slide-red .image-bg {
        min-height: 430px
    }

    .homePageCarouselContainerCampaign .bx-slide-red .slide-info {
        position: unset;
        padding: 40px 20px 56px;
        min-height: 375px;
        margin-top: 0;
        z-index: 2
    }

    .homePageCarouselContainerCampaign .bx-slide-red .slide-info__content {
        margin: 0 auto
    }

    .homePageCarouselContainerCampaign .bx-slide-red .slide-info__logo {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 20px;
        background-color: #da291c;
        min-height: 60px;
        width: 100%;
        max-width: 100% !important
    }

    .homePageCarouselContainerCampaign .bx-slide-red .slide-info__logo-image {
        max-width: 169px
    }

    .homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title {
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-top {
        display: block
    }

    .homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-bottom, .homePageCarouselContainerCampaign .bx-slide-red .image-bg .image-bg__title-top {
        font-size: 70px;
        line-height: 70px
    }

    .homePageCarouselContainerCampaign .bx-slide-red .white-space {
        width: 22%
    }
}

.tile {
    background-color: #fff;
    max-width: 90pc;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width: 1280px) {
    .tile {
        padding: 0 90pt
    }
}

.tile--disable-last-separator .tile__box:last-of-type {
    padding-bottom: 0 !important
}

.tile--disable-last-separator .tile__box:last-of-type .tile__divider {
    display: none
}

.tile__box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .tile__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 87px;
        margin-bottom: 60px
    }
}

.tile__image-wrap {
    margin-bottom: 25px
}

.tile__image-wrap picture {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 227px;
    overflow: hidden;
    display: block
}

.tile__image-wrap picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1280px) {
    .tile__image-wrap {
        margin-bottom: 0;
        width: calc(50% - 15px)
    }

    .tile__image-wrap picture {
        height: 25pc
    }
}

@media (min-width: 1280px) {
    .tile__content {
        width: calc(50% - 15px);
        margin-right: 30px
    }
}

.tile__title {
    display: block;
    margin-bottom: 9pt;
    color: #000;
    font-weight: 500
}

.tile__title:hover {
    color: #000;
    text-decoration: none
}

.tile__title:focus {
    color: #000;
    outline: 2px solid #2590ef
}

.tile__title--link {
    display: inline-block
}

.tile__description {
    display: block;
    margin-bottom: 26px;
    color: #000
}

.tile__list {
    padding-left: 10px;
    margin-bottom: 28px
}

@media (min-width: 1280px) {
    .tile__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.tile__item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px
}

.tile__item:before {
    content: "";
    position: absolute;
    top: 9pt;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000
}

@media (min-width: 1280px) {
    .tile__item {
        width: 50%;
        margin-bottom: 10px
    }
}

.tile__link {
    display: inline-block;
    color: #000;
    text-decoration: underline
}

.tile__link:hover {
    color: #da291c
}

.tile__link:focus {
    outline: 2px solid #2590ef
}

.tile__cta-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    margin-left: 10px;
    position: relative;
    top: -2px
}

.tile__divider {
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.tile__divider:before {
    bottom: 0;
    left: 0;
    width: 226px
}

.tile__divider:after, .tile__divider:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000
}

.tile__divider:after {
    top: 0;
    right: 0;
    width: calc(100% - 250px)
}

@media (min-width: 1280px) {
    .tile__divider {
        height: 27px
    }

    .tile__divider:before {
        width: 280px
    }

    .tile__divider:after {
        width: calc(100% - 306px)
    }
}

.tile__divider-line {
    position: absolute;
    bottom: 0;
    left: 225px;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #000
}

@media (min-width: 1280px) {
    .tile__divider-line {
        left: 279px
    }
}

.tile__view-all-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .tile__view-all-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px
    }
}

.tile__view-all-icon {
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.breadcrumb-container .breadcrumb {
    position: relative;
    margin: 0;
    padding: 0 0 0 90pt;
    background-color: #fff;
    width: 100%
}

@media (max-width: 1279.98px) {
    .breadcrumb-container .breadcrumb {
        padding-left: 20px
    }
}

.breadcrumb-container .breadcrumb .breadcrumb-item {
    padding: 10px 8px;
    position: relative
}

@media (max-width: 1279.98px) {
    .breadcrumb-container .breadcrumb .breadcrumb-item {
        display: none
    }

    .breadcrumb-container .breadcrumb .breadcrumb-item:nth-last-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-left: 0
    }
}

.breadcrumb-container .breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-of-type a span:before {
    content: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    color: #4b4f54
}

.breadcrumb-container .breadcrumb .breadcrumb-item a span {
    position: relative
}

.breadcrumb-container .breadcrumb .breadcrumb-item a span:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #535353
}

.breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
    text-decoration: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item:before {
    content: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active {
    cursor: text
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active a {
    pointer-events: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item-icon {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-right.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%)
}

@media (max-width: 1279.98px) {
    .breadcrumb-container .breadcrumb .breadcrumb-item-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-left.svg);
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        margin-left: 0;
        margin-right: 8px
    }
}

.homePageProjectPortfolioContainer {
    background-color: #fff;
    max-width: 90pc;
    margin: 0 auto;
    padding: 40px 20px 0
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer {
        padding: 5pc 90pt 0
    }
}

.homePageProjectPortfolioContainer h2 {
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer h2 {
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .slide__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.homePageProjectPortfolioContainer .image-bg {
    height: 332px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .image-bg {
        width: calc(67.2% - 1pc);
        height: 444px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .slide-info {
        width: calc(32.8% - 1pc)
    }
}

.homePageProjectPortfolioContainer .project-portfolio-slider-1__location {
    font-family: NeusaNextProRegular, serif;
    font-size: 9pt;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #000;
    display: block;
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .project-portfolio-slider-1__location {
        font-size: 14px;
        line-height: 1pc
    }
}

.homePageProjectPortfolioContainer .project-portfolio-slider-1__card-title {
    font-family: NeusaNextProRegular, serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    display: block;
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .project-portfolio-slider-1__card-title {
        margin-bottom: 1pc
    }
}

.homePageProjectPortfolioContainer .project-portfolio-slider-1__description {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    display: block;
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .project-portfolio-slider-1__description {
        margin-bottom: 24px
    }
}

.homePageProjectPortfolioContainer .project-portfolio-slider-1__cta-icon {
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.homePageProjectPortfolioContainer .owl-carousel {
    position: relative
}

.homePageProjectPortfolioContainer .owl-carousel .owl-nav {
    display: block
}

.homePageProjectPortfolioContainer .owl-carousel .owl-nav button {
    top: 195px;
    margin-top: inherit;
    width: 40px;
    height: 40px
}

@media (min-width: 768px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-nav button {
        top: 50%;
        margin-top: -25px;
        width: 50px;
        height: 50px
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-nav button {
        margin-top: -30px;
        width: 61px;
        height: 61px
    }
}

.homePageProjectPortfolioContainer .owl-carousel .owl-dots {
    bottom: 27px
}

@media (min-width: 768px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots {
        bottom: 41px
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots {
        bottom: 49px
    }
}

.homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px
}

@media (min-width: 768px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 9px
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px
    }
}

.homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px
}

@media (min-width: 768px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot span {
        width: 8px;
        height: 8px
    }
}

@media (min-width: 1280px) {
    .homePageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }
}

.homePageProjectPortfolioContainer.no-navigation .owl-dots, .homePageProjectPortfolioContainer.no-navigation .owl-nav {
    display: none
}

@media (min-width: 1280px) {
    .columnctrl .homePageProjectPortfolioContainer .slide__wrap {
        display: block
    }
}

@media (min-width: 1280px) {
    .columnctrl .homePageProjectPortfolioContainer .image-bg {
        width: 100%;
        margin-bottom: 2pc
    }
}

@media (min-width: 1280px) {
    .columnctrl .homePageProjectPortfolioContainer .slide-info {
        width: 100%
    }
}

.workShopContainer {
    padding: 30px 22px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(237deg, hsla(0, 0%, 91%, .5), hsla(0, 0%, 80%, .5));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media (min-width: 768px) {
    .workShopContainer {
        padding: 46px 35px 7pc
    }
}

@media (min-width: 1280px) {
    .workShopContainer {
        padding: 81px 0 170px
    }
}

.workShopContainer .workshop-heading {
    padding-bottom: 39px;
    margin-bottom: 0;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.52;
    letter-spacing: normal;
    color: #da291c
}

@media (min-width: 768px) {
    .workShopContainer .workshop-heading {
        font-size: 2.1875rem;
        padding-bottom: 25px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .workshop-heading {
        font-size: 3.125rem;
        line-height: 76px
    }
}

.workShopContainer .workshop-heading img {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    height: 14.8px;
    width: 14.8px;
    margin-top: -3px
}

@media (min-width: 768px) {
    .workShopContainer .workshop-heading img {
        height: 29.5px;
        width: 29.5px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .workshop-heading img {
        height: 33.5px;
        width: 33.5px;
        margin-top: -10px;
        margin-right: 15px
    }
}

.workShopContainer .bx-slide {
    padding-bottom: 20px
}

.workShopContainer .bx-slide .b-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 20px solid #da291c;
    height: 183px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .b-image {
        height: 136px;
        border-bottom: 18px solid #da291c
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .b-image {
        height: 218px;
        border-bottom: 19px solid #da291c
    }
}

.workShopContainer .bx-slide .slide-info {
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 15px 25px 24px 15px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .slide-info {
        padding: 20px 22px;
        height: 143px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .slide-info {
        padding: 20px 26px 26px;
        height: 225px
    }
}

.workShopContainer .bx-slide .slide-info .card-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: .1pc;
    color: #333;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .slide-info .card-title {
        font-size: .6875rem;
        letter-spacing: 1.1px;
        line-height: normal
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .slide-info .card-title {
        font-size: 1.125rem;
        letter-spacing: 1.8px
    }
}

.workShopContainer .bx-slide .slide-info span {
    display: block;
    padding: 4px 0 8px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9px;
    font-size: .5625rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .8px;
    color: #000
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .slide-info span {
        font-size: .5rem;
        letter-spacing: .7px;
        padding: 7px 0 6px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .slide-info span {
        font-size: .6875rem;
        letter-spacing: 1px;
        padding-bottom: 20px
    }
}

.workShopContainer .bx-slide .slide-info p {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: normal;
    color: #1a1a1a
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .slide-info p {
        font-size: .625rem;
        line-height: 13px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .slide-info p {
        font-size: .875rem;
        line-height: 21px
    }
}

.workShopContainer .bx-slide .slide-info .link {
    text-decoration: none;
    display: inline-block;
    margin-top: 7px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    font-style: oblique;
    line-height: normal;
    letter-spacing: .9pt;
    color: #da291c
}

@media (min-width: 768px) {
    .workShopContainer .bx-slide .slide-info .link {
        margin-top: 2px;
        font-size: .625rem;
        letter-spacing: 1px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .bx-slide .slide-info .link {
        margin-top: 20px;
        font-size: .75rem
    }
}

.workShopContainer .bx-slide.blank_slide .b-image, .workShopContainer .bx-slide.blank_slide .slide-info {
    background: #e4e4e4;
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.workShopContainer .owl-carousel .owl-nav {
    display: block
}

.workShopContainer .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 33%
}

@media (min-width: 768px) {
    .workShopContainer .owl-carousel .owl-nav button {
        margin-top: -25px;
        width: 50px;
        height: 50px;
        top: 50%
    }
}

@media (min-width: 1280px) {
    .workShopContainer .owl-carousel .owl-nav button {
        width: 72px;
        height: 72px;
        margin-top: -36px
    }
}

.workShopContainer .owl-carousel .owl-dots {
    display: none;
    margin-top: 0
}

@media (min-width: 768px) {
    .workShopContainer .owl-carousel .owl-dots {
        display: block;
        bottom: 66px
    }
}

@media (min-width: 1280px) {
    .workShopContainer .owl-carousel .owl-dots {
        bottom: 75pt
    }
}

@media (min-width: 1280px) {
    .workShopContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 15px
    }
}

@media (min-width: 768px) {
    .workShopContainer.no-navigation .owl-dots, .workShopContainer.no-navigation .owl-nav {
        display: none
    }
}

@media (min-width: 768px) {
    .workShopContainer.no-navigation {
        padding-bottom: 46px
    }
}

@media (min-width: 1280px) {
    .workShopContainer.no-navigation {
        padding-bottom: 81px
    }
}

.workShopContainer.no-navigation.oneslide .owl-dots, .workShopContainer.no-navigation.oneslide .owl-nav {
    display: none
}

.workShopContainer .workshop-slider {
    margin: 0 auto
}

@media (min-width: 768px) {
    .workShopContainer .workshop-slider {
        max-width: 95%
    }
}

@media (min-width: 1280px) {
    .workShopContainer .workshop-slider {
        max-width: 825pt
    }
}

.complementaryContainer {
    padding: 40px 20px 30px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(237deg, hsla(0, 0%, 91%, .5), hsla(0, 0%, 80%, .5));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media (min-width: 768px) {
    .complementaryContainer {
        padding: 43px 35px 66px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer {
        padding: 60px 0 99pt
    }
}

.complementaryContainer h2 {
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 21px;
    color: #da291c
}

@media (min-width: 768px) {
    .complementaryContainer h2 {
        font-size: 2.1875rem;
        padding-bottom: 28px;
        line-height: 76px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer h2 {
        font-size: 3.125rem;
        padding-bottom: 63px
    }
}

.complementaryContainer h2 img {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    height: 14.8px;
    width: 14.8px;
    margin-top: -3px
}

@media (min-width: 768px) {
    .complementaryContainer h2 img {
        height: 29.5px;
        width: 29.5px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer h2 img {
        height: 33.5px;
        width: 33.5px;
        margin-top: -10px;
        margin-right: 15px
    }
}

.complementaryContainer .bx-slide {
    padding-bottom: 20px
}

.complementaryContainer .bx-slide .b-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 15px solid #da291c;
    display: block;
    height: 170px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .complementaryContainer .bx-slide .b-image {
        border-bottom: 11px solid #da291c;
        height: 131px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .bx-slide .b-image {
        border-bottom: 19px solid #da291c;
        height: 218px
    }
}

.complementaryContainer .bx-slide .slide-info {
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 20px 28px 24px;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 1.8px;
    color: #333;
    margin-bottom: 0;
    height: 95px
}

.complementaryContainer .bx-slide .slide-info a {
    color: #333;
    text-decoration: none
}

.complementaryContainer .bx-slide .slide-info a:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .complementaryContainer .bx-slide .slide-info {
        font-size: .6875rem;
        letter-spacing: 1.1px;
        line-height: 14px;
        padding: 15px 22px;
        height: 73px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .bx-slide .slide-info {
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: 22px;
        height: 90pt;
        padding: 27px 37px
    }
}

.complementaryContainer .bx-slide.blank_slide .b-image, .complementaryContainer .bx-slide.blank_slide .slide-info {
    background: #e4e4e4;
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.complementaryContainer .owl-carousel .owl-nav {
    display: block
}

.complementaryContainer .owl-carousel .owl-nav button {
    top: inherit;
    margin-top: 0;
    width: 40px;
    height: 40px;
    bottom: 210px
}

@media (min-width: 768px) {
    .complementaryContainer .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        bottom: 168px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .owl-carousel .owl-nav button {
        width: 71px;
        height: 71px;
        bottom: 260px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .owl-carousel .owl-nav {
        display: block
    }
}

.complementaryContainer .owl-carousel .owl-dots {
    display: none
}

@media (min-width: 768px) {
    .complementaryContainer .owl-carousel .owl-dots {
        display: block;
        margin-top: 0;
        bottom: 39px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .owl-carousel .owl-dots {
        bottom: 5pc
    }
}

@media (min-width: 768px) {
    .complementaryContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 8px
    }
}

@media (min-width: 768px) {
    .complementaryContainer.no-navigation .owl-dots, .complementaryContainer.no-navigation .owl-nav {
        display: none
    }
}

@media (min-width: 768px) {
    .complementaryContainer.no-navigation {
        padding-bottom: 43px
    }
}

@media (min-width: 1280px) {
    .complementaryContainer.no-navigation {
        padding-bottom: 60px
    }
}

.complementaryContainer.no-navigation.one-slide .owl-dots, .complementaryContainer.no-navigation.one-slide .owl-nav {
    display: none
}

.complementaryContainer .complementary-slider {
    margin: 0 auto
}

@media (min-width: 768px) {
    .complementaryContainer .complementary-slider {
        max-width: 94%
    }
}

@media (min-width: 1280px) {
    .complementaryContainer .complementary-slider {
        max-width: 825pt
    }
}

.productPageProjectPortfolioContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.productPageProjectPortfolioContainer .bx-slide {
    position: relative
}

.productPageProjectPortfolioContainer .bx-slide .image-bg {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 200px
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .image-bg {
        width: 50%;
        min-height: 15pc;
        float: left
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .image-bg {
        min-height: 25pc
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info {
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info {
        width: 50%;
        float: right;
        min-height: 15pc;
        padding: 31px 54px
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info {
        padding: 60px 95px;
        min-height: 25pc
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info .title-1 {
    text-align: center;
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 20px;
    margin: 0
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .title-1 {
        padding-bottom: 5px;
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .title-1 {
        padding-bottom: 30px;
        font-size: 1.25rem;
        letter-spacing: 2px
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info .title-2 {
    padding-bottom: 11px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-align: center;
    color: #333;
    margin: 0
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .title-2 {
        font-size: 1.375rem;
        letter-spacing: 1px;
        padding-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .title-2 {
        font-size: 1.875rem;
        text-overflow: inherit;
        white-space: inherit
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info .small-text {
    display: block;
    padding-bottom: 20px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1px;
    color: #333
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .small-text {
        font-size: .625rem;
        padding-bottom: 15px
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .small-text {
        font-size: .6875rem
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info .info {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1pc;
    letter-spacing: normal;
    color: #333
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .info {
        font-size: .625rem;
        height: 30px;
        overflow: hidden
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .info {
        font-size: .6875rem;
        font-weight: 400;
        line-height: 1.42;
        height: auto;
        overflow: visible
    }
}

.productPageProjectPortfolioContainer .bx-slide .slide-info .red-button {
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .red-button {
        margin-top: 22px;
        font-size: .625rem
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .bx-slide .slide-info .red-button {
        margin-top: 30px;
        font-size: .875rem
    }
}

.productPageProjectPortfolioContainer .owl-carousel .owl-nav {
    display: block
}

.productPageProjectPortfolioContainer .owl-carousel .owl-nav button {
    top: 5pc;
    margin-top: inherit;
    width: 40px;
    height: 40px
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-nav button {
        top: 95px;
        margin-top: inherit;
        width: 50px;
        height: 50px
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-nav button {
        margin-top: inherit;
        top: 170px;
        width: 61px;
        height: 61px
    }
}

.productPageProjectPortfolioContainer .owl-carousel .owl-dots {
    bottom: 31px;
    display: none
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-dots {
        bottom: 1pc;
        display: block
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-dots {
        bottom: 30px
    }
}

.productPageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.productPageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 768px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px
    }
}

@media (min-width: 1280px) {
    .productPageProjectPortfolioContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 9pt;
        width: 10px;
        height: 10px
    }
}

.productPageProjectPortfolioContainer.no-navigation .owl-dots, .productPageProjectPortfolioContainer.no-navigation .owl-nav {
    display: none
}

.latest-news {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px;
    overflow: hidden;
    max-width: 90pc;
    margin: 0 auto
}

@media (min-width: 1280px) {
    .latest-news {
        padding: 10px 90pt;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.latest-news .m-title {
    display: inline-block;
    color: #000;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .latest-news .m-title {
        max-width: 50%;
        margin-bottom: 60px
    }
}

.latest-news .m-title img {
    display: inline-block;
    width: 21.2px;
    height: 17.5px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: inherit
}

@media (min-width: 768px) {
    .latest-news .m-title img {
        width: 32.2px;
        height: 26.6px;
        margin-right: 14px
    }
}

@media (min-width: 1280px) {
    .latest-news .m-title img {
        width: 41.2px;
        height: 34px;
        margin-right: 20px
    }
}

.latest-news .row > div:first-child .news-container {
    padding-top: 0
}

.latest-news .row > div:first-child .news-container .news-divider {
    display: none
}

@media (min-width: 1280px) {
    .latest-news .row {
        min-width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .latest-news .row > div.col-lg-8:nth-child(2n) .news-container .news-divider {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .latest-news .row > div.col-lg-8:first-child .news-container, .latest-news .row > div.col-lg-8:nth-child(2) .news-container {
        padding-top: 0
    }

    .latest-news .row > div.col-lg-8:first-child .news-container .news-divider, .latest-news .row > div.col-lg-8:nth-child(2) .news-container .news-divider {
        display: none
    }

    .latest-news .row > div.col-lg-16:first-child .news-container {
        padding-top: 0
    }

    .latest-news .row > div.col-lg-16:first-child .news-container .news-divider {
        display: none
    }
}

.latest-news .col-lg-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.latest-news .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    position: relative;
    padding-top: 55px
}

@media (min-width: 1280px) {
    .latest-news .news-container {
        height: calc(100% - 30px);
        margin-bottom: 30px
    }
}

.latest-news .news-container .news-image {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1pc;
    height: 6pc;
    width: 6pc;
    min-width: 6pc;
    max-width: 6pc
}

.latest-news .news-container .news-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1280px) {
    .latest-news .news-container .news-image {
        margin-right: 30px;
        height: 174px;
        width: 174px;
        min-width: 174px;
        max-width: 174px
    }
}

.latest-news .news-container .news-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.latest-news .news-container .news-box .date {
    color: #000;
    display: block;
    margin-bottom: 10px
}

@media (max-width: 1439.98px) {
    .latest-news .news-container .news-box .date {
        font-size: 9pt;
        line-height: 14px
    }
}

.latest-news .news-container .news-box .title {
    color: #000;
    margin-bottom: 6px
}

.latest-news .news-container .news-box .title .title-text {
    display: none
}

.latest-news .news-container .news-box .title .title-link {
    color: #000;
    display: block;
    text-decoration: underline;
    font-size: 1pc;
    line-height: 20px
}

@media (min-width: 1280px) {
    .latest-news .news-container .news-box .title .title-text {
        display: block
    }

    .latest-news .news-container .news-box .title .title-link {
        display: none
    }
}

.latest-news .news-container .news-box .text {
    color: #000;
    margin-bottom: 8px;
    display: none
}

@media (min-width: 1280px) {
    .latest-news .news-container .news-box .text {
        display: block
    }
}

.latest-news .news-container .news-box .link {
    display: none
}

@media (min-width: 1280px) {
    .latest-news .news-container .news-box .link {
        display: inline-block
    }
}

@media (min-width: 1280px) {
    .latest-news .red-button {
        max-width: 50%
    }
}

.latest-news .news-divider {
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.latest-news .news-divider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 85px;
    background-color: #000
}

.latest-news .news-divider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 110px);
    background-color: #000
}

.latest-news .news-divider .news-divider-line {
    position: absolute;
    bottom: 0;
    left: 84px;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #000
}

@media (min-width: 1280px) {
    .latest-news .news-divider {
        height: 27px
    }

    .latest-news .news-divider:before {
        width: 180px
    }

    .latest-news .news-divider:after {
        width: calc(100% - 206px)
    }

    .latest-news .news-divider .news-divider-line {
        left: 179px
    }
}

.latest-news .link-v2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    position: relative;
    top: -2px;
    margin-left: 8px
}

@media (min-width: 1280px) {
    .latest-news .news__view-all-btn {
        max-width: 50%;
        position: relative;
        top: 20px;
        margin-bottom: 60px
    }
}

.quick-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 19px 10px;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 50px
}

.quick-links .container {
    padding: 0
}

.quick-links .container .row {
    margin: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .quick-links {
        padding: 57px 25px 53px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .quick-links {
        padding: 57px 41px 52px
    }
}

.quick-links h2 {
    text-align: center;
    margin-bottom: 22px;
    line-height: normal;
    letter-spacing: 2px
}

@media (min-width: 768px) {
    .quick-links h2 {
        letter-spacing: 2.5px
    }
}

@media (min-width: 1280px) {
    .quick-links h2 {
        margin-bottom: 30px;
        letter-spacing: 3px
    }
}

.quick-links .bg-firestone-grey {
    background-color: #e7e7e6
}

.quick-links .link {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quick-links .link:hover {
    text-decoration: none;
    cursor: pointer
}

.quick-links .link:hover .chamfered-left, .quick-links .link:hover .chamfered-right, .quick-links .link:hover .quicklink-content {
    background: #da291c
}

.quick-links .link:hover .quicklink-content .quicklink-label {
    color: #fff
}

.quick-links .link:hover .quicklink-content .arrow-right {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
}

.quick-links .link:focus {
    outline: none
}

.quick-links .link:focus .chamfered-right {
    border-right: 3px solid #2590ef;
    border-top: 3px solid #2590ef
}

.quick-links .link:focus .chamfered-right:after {
    background: #2590ef;
    height: 22px
}

.quick-links .link:focus .chamfered-left {
    border-left: 3px solid #2590ef;
    border-bottom: 3px solid #2590ef
}

.quick-links .link:focus .chamfered-left:before {
    background: #2590ef;
    height: 34px
}

.quick-links .link:focus .quicklink-content {
    border-top: 3px solid #2590ef;
    border-bottom: 3px solid #2590ef
}

.quick-links .link .chamfered-left, .quick-links .link .chamfered-right {
    z-index: 0;
    height: 86px;
    width: 25.5px;
    background: #fff;
    position: relative
}

.quick-links .link .chamfered-left {
    border-left: 2px solid #da291c;
    border-bottom: 2px solid #da291c;
    margin-right: -.5px;
    -webkit-clip-path: polygon(93% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(93% 0, 100% 0, 100% 100%, 0 100%, 0 20%)
}

.quick-links .link .chamfered-left:before {
    width: 25px;
    height: 35px;
    rotate: 54deg;
    background: #da291c;
    content: " ";
    position: absolute;
    margin: -19px;
    top: 0
}

@media (max-width: 767.98px) {
    .quick-links .link .chamfered-left:before {
        width: 26px
    }
}

.quick-links .link .chamfered-right {
    border-right: 2px solid #da291c;
    border-top: 2px solid #da291c;
    margin-left: -.5px;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 79%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 0, 100% 79%, 0 100%, 0 0)
}

.quick-links .link .chamfered-right:after {
    width: 29px;
    height: 21px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    background: #da291c;
    content: " ";
    position: absolute;
    margin: -9px;
    bottom: 0
}

.quick-links .link .quicklink-content {
    text-transform: uppercase;
    z-index: 2;
    padding: 0 8px;
    background: #fff;
    border-top: 2px solid #da291c;
    border-bottom: 2px solid #da291c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.quick-links .link .quicklink-content .quicklink-label {
    color: #da291c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0;
    overflow: hidden
}

.quick-links .link .quicklink-content .arrow-right {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    margin-left: 10px
}

@media (max-width: 900px) {
    .quick-links .link {
        margin-bottom: 1pc
    }
}

@media (min-width: 768px) {
    .quick-links .link {
        margin-bottom: 1pc;
        width: calc(50% - 20px)
    }

    .quick-links .link:not(:nth-of-type(2n)) {
        margin-right: 30px
    }

    .quick-links .link:last-of-type {
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .quick-links .link {
        margin-bottom: 22px;
        width: calc(33.3% - 20px)
    }

    .quick-links .link:not(:nth-of-type(3n)) {
        margin-right: 30px
    }

    .quick-links .link:last-of-type {
        margin-right: 0
    }
}

.quick-links {
    padding: 40px 0 !important;
    margin: 0 !important
}

@media (min-width: 1280px) {
    .quick-links {
        padding: 5pc 0 60px !important
    }
}

.quick-links .container {
    max-width: 90pc !important;
    margin: 0 auto !important;
    padding: 0 20px !important
}

@media (min-width: 1280px) {
    .quick-links .container {
        padding: 0 90pt !important
    }
}

.tab-container {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px
}

@media (min-width: 768px) {
    .tab-container {
        padding-bottom: 50px;
        padding-top: 46px
    }
}

@media (min-width: 1280px) {
    .tab-container {
        padding-top: 5pc
    }
}

.tab-container .firestone-solution {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 38px;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    padding: 0 20px
}

@media (min-width: 768px) {
    .tab-container .firestone-solution {
        font-size: 56px;
        line-height: 62px;
        margin-bottom: 60px
    }
}

.tab-container .firestone-solution img {
    width: 14.8px;
    height: 14.8px
}

@media (min-width: 768px) {
    .tab-container .firestone-solution img {
        width: 29.5px;
        height: 29.5px
    }
}

@media (min-width: 1280px) {
    .tab-container .firestone-solution img {
        width: 33.5px;
        height: 33.5px;
        margin-top: -10px
    }
}

.tab-container .tab-row {
    margin: auto;
    width: 100%
}

@media (max-width: 1439.98px) {
    .tab-container .tab-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 30px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .tab-container .tab-row::-webkit-scrollbar {
        display: none
    }
}

@media (min-width: 1280px) {
    .tab-container .tab-row {
        width: auto;
        overflow-x: visible;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 30px;
        place-content: space-between
    }

    .tab-container .tab-row.tabs_num_6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-container .tab-row.tabs_num_6 .nav-item {
        width: 31%
    }

    .tab-container .tab-row.tabs_num_7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-container .tab-row.tabs_num_7 .nav-item {
        width: 23%
    }

    .tab-container .tab-row.tabs_num_7 .nav-item:nth-child(-n+3) {
        width: 31%
    }

    .tab-container .tab-row.tabs_num_8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-container .tab-row.tabs_num_8 .nav-item {
        width: 23%
    }

    .tab-container .tab-row.tabs_num_9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-container .tab-row.tabs_num_9 .nav-item {
        width: 18%
    }

    .tab-container .tab-row.tabs_num_9 .nav-item:nth-child(-n+4) {
        width: 23%
    }

    .tab-container .tab-row.tabs_num_9, .tab-container .tab-row.tabs_num_10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-container .tab-row.tabs_num_9 .nav-item, .tab-container .tab-row.tabs_num_10 .nav-item {
        width: 18%
    }
}

.tab-container .tab-row .nav-item {
    width: 100%
}

.tab-container .tab-row a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    min-width: 75pt;
    border-bottom: 8px solid #000;
    text-align: center;
    border-radius: 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 1pc 1pc 8px;
    white-space: nowrap;
    outline: unset
}

@media (min-width: 1280px) {
    .tab-container .tab-row a {
        font-size: 18px;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, #fff));
        background: linear-gradient(0deg, #000 50%, #fff 0);
        background-size: 100% 200%;
        background-position: 0 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

.tab-container .tab-row a:hover {
    background-position: 0 100%
}

.tab-container .tab-row a.active {
    border-color: #da291c;
    background: transparent;
    color: #000 !important;
    background-color: transparent !important
}

.tab-container .nav-buttons {
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0 20px
}

.tab-container .nav-buttons .nav-link.active {
    border-color: #da291c;
    color: #da291c;
    background-color: transparent;
    outline-color: transparent
}

.tab-container .nav-buttons .nav-link:hover {
    background-color: #000;
    color: #fff
}

.tab-container .nav-buttons .nav-link:focus {
    outline-color: #2590ef
}

@media (min-width: 768px) {
    .tab-container .nav-buttons {
        margin-bottom: 49.8px;
        max-width: 90pc;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1280px) {
    .tab-container .nav-buttons {
        margin-bottom: 80.6px;
        padding: 0 90pt
    }
}

.tab-container .tool-logo {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-tools.svg);
    width: 14.8px;
    height: 14.8px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .tab-container .tool-logo {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-tools.svg);
        width: 29.5px;
        height: 29.5px;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .tab-container .tool-logo {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-tools.svg);
        width: 33.5px;
        height: 33.5px;
        background-repeat: no-repeat
    }
}

@media (max-width: 1279.98px) {
    .menu-toggle-conatiner.search-box {
        display: block;
        padding: 0 23px 30px
    }
}

@media (min-width: 1280px) {
    .menu-toggle-conatiner.search-box {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        border-radius: 0 0 10px 10px
    }
}

.search-bar {
    margin: 0 auto;
    max-width: 509px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1280px) {
    .search-bar {
        padding: 43px 0 23px
    }
}

.search-bar .search-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #fff
}

.search-bar .search-box .search-bar-filter {
    display: none
}

@media (min-width: 1280px) {
    .search-bar .search-box .search-bar-filter {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        text-align: center;
        height: 50px;
        margin-right: 8px
    }

    .search-bar .search-box .search-bar-filter .arrow-down {
        cursor: pointer;
        position: relative;
        color: #000;
        font-family: NeusaNextProRegular, serif;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        height: 100%;
        padding: 0 52px 0 1pc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #e7e7e6;
        border-bottom: 2px solid #000
    }

    .search-bar .search-box .search-bar-filter .arrow-down:after {
        content: "";
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        cursor: pointer;
        display: inline-block;
        background-repeat: no-repeat;
        right: 1pc;
        top: calc(50% - 8px);
        position: absolute;
        background-size: contain
    }

    .search-bar .search-box .search-bar-filter .arrow-down:focus {
        outline: 2px solid #2590ef;
        background-color: #da291c;
        border-color: #da291c;
        color: #fff
    }

    .search-bar .search-box .search-bar-filter .arrow-down:focus:after {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }

    .search-bar .search-box .search-bar-filter .arrow-up {
        background-color: #da291c;
        border-color: #da291c;
        color: #fff
    }

    .search-bar .search-box .search-bar-filter .arrow-up:after {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.search-bar .search-box .search-icon-zoom {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-search-glass.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    display: inline;
    position: absolute;
    top: 13px;
    left: 9pt;
    cursor: pointer;
    background-size: contain
}

@media (min-width: 1280px) {
    .search-bar .search-box .search-icon-zoom {
        display: none
    }
}

.search-bar .search-box .s-box {
    width: 100%;
    position: relative
}

.search-bar .search-box .s-box .search-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    height: 50px;
    background-color: #e7e7e6;
    border: none;
    border-bottom: 2px solid #000
}

.search-bar .search-box .s-box .search-input:focus {
    outline: 2px solid #2590ef
}

@media (max-width: 1279.98px) {
    .search-bar .search-box .s-box .search-input {
        padding: 0 45px
    }
}

@media (min-width: 1280px) {
    .search-bar .search-box .s-box .search-input {
        padding: 0 40px 0 1pc
    }
}

.search-bar .search-box .s-box .search-cross {
    position: absolute;
    cursor: pointer;
    background-size: contain
}

.search-bar .search-box .s-box .search-cross.show {
    display: inline
}

.search-bar .search-box .s-box .search-cross.hide {
    display: none
}

.search-bar .search-box .s-box .search-cross:focus {
    outline: 2px solid #2590ef
}

@media (max-width: 1279.98px) {
    .search-bar .search-box .s-box .search-cross {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-close.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        top: calc(50% - 8px);
        right: 9px
    }
}

@media (min-width: 1280px) {
    .search-bar .search-box .s-box .search-cross {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-close.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        top: calc(50% - 8px);
        right: 15px
    }
}

.search-bar .search-box .s-box .tt-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 22px 0;
    -webkit-transition: none;
    transition: none;
    font-family: NeusaNextProRegular, serif
}

@media (max-width: 1279.98px) {
    .search-bar .search-box .s-box .tt-menu {
        position: absolute !important;
        background-color: #fff;
        top: 100% !important;
        left: -23px !important;
        height: calc(100vh - 140px);
        width: calc(100% + 46px);
        overflow-y: auto
    }
}

@media (min-width: 1280px) {
    .search-bar .search-box .s-box .tt-menu {
        background-color: #fff;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        position: absolute !important;
        top: 100% !important;
        width: 100%;
        left: 0 !important;
        height: auto;
        max-height: 350px;
        overflow-y: auto
    }
}

.search-bar .search-box .s-box .tt-menu .tt-selectable {
    cursor: pointer;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 25px;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    padding: 5px 23px;
    margin-bottom: 10px
}

.search-bar .search-box .s-box .tt-menu .tt-selectable.tt-cursor {
    background-color: #ebebeb
}

@media (min-width: 768px) {
    .search-bar .search-box .s-box .tt-menu .tt-selectable {
        font-size: .875rem
    }
}

.search-bar .search-box .s-box .tt-menu .type {
    color: #535353;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px
}

.search-bar .search-box .s-box .tt-menu .items {
    font-family: NeusaNextProRegular, serif;
    color: #000;
    font-size: 1pc;
    line-height: 19px
}

.search-bar .search-box .s-box .tt-menu .items .tt-highlight {
    font-family: NeusaNextProRegular, serif
}

.search-bar .search-box .s-box .tt-menu .suggested-search {
    font-weight: 700;
    font-size: 1pc;
    line-height: 19px
}

.search-bar .search-box .s-box .twitter-typeahead {
    width: 100%
}

.search-bar .search-box .tt-dataset.tt-dataset-Search {
    cursor: default
}

.search-bar .search-box .pointer-events-none {
    pointer-events: none
}

.search-bar .find-button {
    display: none
}

@media (min-width: 1280px) {
    .search-bar .find-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border: none;
        background-color: transparent;
        color: #da291c;
        font-family: NeusaNextProRegular, serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        margin-left: 19px
    }

    .search-bar .find-button:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-arrow-right.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        margin-left: 8px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .search-bar .find-button:focus {
        outline: 2px solid #2590ef
    }
}

::-webkit-input-placeholder {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
    position: relative;
    height: 19px
}

::-moz-placeholder {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
    position: relative;
    height: 19px
}

::-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
    position: relative;
    height: 19px
}

::-ms-input-placeholder {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    left: 23.5px;
    height: 19px
}

.input-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f5f5f5;
    -webkit-transition: none;
    transition: none;
    display: none;
    position: absolute;
    left: 0;
    top: 90pt;
    width: 100%
}

.input-group .search-bar {
    padding: 0 20px
}

@media (min-width: 768px) {
    .input-group .search-bar {
        padding: 0
    }
}

.dropdown-content-all {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 10pc;
    z-index: 1;
    background: #fff;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
}

.dropdown-content-all li span {
    display: block;
    color: #000;
    padding: 8px 1pc;
    font-family: NeusaNextProRegular, serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400
}

.dropdown-content-all li span:hover {
    background-color: #e7e7e6
}

.dropdown-content-all li span:focus {
    background-color: #e7e7e6;
    outline: 2px solid #2590ef
}

.dropdown-content-all select {
    display: none
}

input.search-input::-ms-clear, input.search-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 1029;
    top: 60px;
    background-color: #fff
}

@media (min-width: 768px) {
    .sticky-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 75pt
    }
}

@media (min-width: 1280px) {
    .sticky-header {
        top: 154px
    }
}

.product-detail-tab-wrapper {
    overflow: auto;
    padding: 30px 20px;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 768px) {
    .product-detail-tab-wrapper {
        padding: 10px 90pt
    }
}

.product-detail-tab-wrapper ul {
    overflow-x: visible;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-detail-tab-wrapper ul li {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%
}

@media (max-width: 767.98px) {
    .product-detail-tab-wrapper ul li {
        width: 25%
    }
}

.product-detail-tab-wrapper ul li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1pc 0;
    width: 100%;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-detail-tab-wrapper ul li a.active:after {
    border-color: #c10016
}

.product-detail-tab-wrapper ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    border-bottom: 8px solid #000
}

.product-detail-tab-wrapper ul li a:hover {
    background-color: #000;
    color: #fff
}

.document-grid-wrapper {
    background-color: #ebebeb;
    padding: 30px 15px 15px
}

@media (min-width: 1280px) {
    .document-grid-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.document-grid-wrapper .section-title {
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    text-align: center;
    margin-bottom: 23px;
    font-weight: 200
}

@media (max-width: 767.98px) {
    .document-grid-wrapper .section-title {
        font-size: 2pc;
        line-height: 40px;
        letter-spacing: 0
    }
}

.document-grid-wrapper .section-title .title {
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 56px;
    line-height: 62px
}

@media (max-width: 767.98px) {
    .document-grid-wrapper .section-title .title {
        display: inline-block;
        padding-left: 8px;
        font-size: 2pc;
        line-height: 40px
    }
}

.document-grid-wrapper .section-title img {
    height: 17px;
    width: 14px;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .document-grid-wrapper .section-title img {
        height: 37px;
        width: 31px;
        margin-bottom: 9px
    }
}

@media (min-width: 1280px) {
    .document-grid-wrapper .section-title img {
        height: 50px;
        width: 42px
    }
}

.document-grid-wrapper .links-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .document-grid-wrapper .links-container ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.document-grid-wrapper .links-container ul > .link {
    min-width: 135px;
    background: #fff;
    color: #333;
    border: 2px solid #000;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px
}

.document-grid-wrapper .links-container ul > .link:nth-child(2n) {
    margin-left: 5px
}

@media (min-width: 768px) {
    .document-grid-wrapper .links-container ul > .link {
        border: 4px solid #333
    }
}

.document-grid-wrapper .links-container ul > .link a {
    font-size: 9px;
    font-size: .5625rem;
    font-family: NeusaNextProRegular, sans-serif;
    display: block;
    padding: 9px 0;
    line-height: 13.5px;
    letter-spacing: .7px;
    text-decoration: none
}

@media (min-width: 768px) {
    .document-grid-wrapper .links-container ul > .link a {
        font-size: .75rem;
        letter-spacing: 1px;
        line-height: 27px;
        padding: 7px
    }
}

@media (min-width: 1280px) {
    .document-grid-wrapper .links-container ul > .link a {
        font-size: 1.0625rem;
        letter-spacing: 1.4px;
        padding: 18px 0
    }
}

.relatedAccContainer {
    padding: 30px 22px 40px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(237deg, hsla(0, 0%, 91%, .5), hsla(0, 0%, 80%, .5));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media (min-width: 768px) {
    .relatedAccContainer {
        padding: 31px 35px 85px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer {
        padding: 5pc 0 142px
    }
}

.relatedAccContainer .accessories-title {
    padding-bottom: 23px;
    margin-bottom: 0;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 21px;
    color: #da291c
}

@media (min-width: 768px) {
    .relatedAccContainer .accessories-title {
        font-size: 2.1875rem;
        padding-bottom: 25px;
        line-height: 76px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .accessories-title {
        font-size: 3.125rem;
        line-height: 76px
    }
}

.relatedAccContainer .accessories-title img {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    height: 14.8px;
    width: 14.8px;
    margin-top: -3px
}

@media (min-width: 768px) {
    .relatedAccContainer .accessories-title img {
        height: 29.5px;
        width: 29.5px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .accessories-title img {
        height: 33.5px;
        width: 33.5px;
        margin-top: -10px;
        margin-right: 15px
    }
}

.relatedAccContainer .bx-slide .bg-image {
    height: 262px;
    position: relative;
    background-size: cover;
    background-position: 50%
}

.relatedAccContainer .bx-slide .bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, hsla(0, 0%, 42.7%, .54)), to(#000));
    background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 42.7%, .54) 33%, #000)
}

@media (min-width: 768px) {
    .relatedAccContainer .bx-slide .bg-image {
        height: 150px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .bx-slide .bg-image {
        height: 251px
    }
}

.relatedAccContainer .bx-slide .slide-info {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 26px;
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 1.4px;
    color: #fff;
    margin-bottom: 0;
    z-index: 1
}

@media (min-width: 768px) {
    .relatedAccContainer .bx-slide .slide-info {
        font-size: .625rem;
        letter-spacing: 1px;
        line-height: normal;
        padding: 20px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .bx-slide .slide-info {
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

.relatedAccContainer .bx-slide.blank_slide .bg-image {
    background: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.relatedAccContainer .bx-slide.blank_slide .bg-image:after {
    display: none
}

.relatedAccContainer .owl-carousel .owl-nav {
    display: block
}

.relatedAccContainer .owl-carousel .owl-nav button {
    top: inherit;
    width: 40px;
    height: 40px;
    bottom: 145px
}

@media (min-width: 768px) {
    .relatedAccContainer .owl-carousel .owl-nav button {
        margin-top: 0;
        width: 45px;
        height: 45px;
        bottom: 138px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .owl-carousel .owl-nav button {
        width: 72px;
        height: 72px;
        bottom: 232px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .owl-carousel .owl-nav {
        display: block
    }
}

@media (min-width: 768px) {
    .relatedAccContainer .owl-carousel {
        height: inherit;
        margin-top: 0
    }
}

.relatedAccContainer .owl-carousel .owl-dots {
    display: none
}

@media (min-width: 768px) {
    .relatedAccContainer .owl-carousel .owl-dots {
        display: block;
        bottom: 3pc
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .owl-carousel .owl-dots {
        bottom: 5pc
    }
}

.relatedAccContainer .owl-carousel .owl-dots .owl-dot {
    margin: 0 15px
}

@media (min-width: 768px) {
    .relatedAccContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .owl-carousel .owl-dots .owl-dot {
        margin: 0 15px
    }
}

@media (min-width: 768px) {
    .relatedAccContainer.no-navigation .owl-dots, .relatedAccContainer.no-navigation .owl-nav {
        display: none
    }
}

@media (min-width: 768px) {
    .relatedAccContainer.no-navigation {
        padding-bottom: 31px
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer.no-navigation {
        padding-bottom: 5pc
    }
}

.relatedAccContainer.no-navigation.oneslide .owl-dots, .relatedAccContainer.no-navigation.oneslide .owl-nav {
    display: none
}

.relatedAccContainer .related-acc-slider {
    margin: 0 auto
}

@media (min-width: 768px) {
    .relatedAccContainer .related-acc-slider {
        max-width: 94%
    }
}

@media (min-width: 1280px) {
    .relatedAccContainer .related-acc-slider {
        max-width: 825pt
    }
}

.productPageCarouselContainer {
    position: relative;
    width: 100%;
    overflow: hidden
}

.productPageCarouselContainer .container .row nav .breadcrumb {
    z-index: 2
}

.productPageCarouselContainer .bx-slide {
    position: relative
}

@media (min-width: 768px) {
    .productPageCarouselContainer .bx-slide {
        padding: 0
    }
}

.productPageCarouselContainer .bx-slide .image-bg {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .productPageCarouselContainer .bx-slide .image-bg {
        height: 25pc
    }
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .bx-slide .image-bg {
        height: 689px
    }
}

.productPageCarouselContainer .bx-slide .image-bg .slide-info {
    margin: 0;
    padding: 0 15px;
    width: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media (min-width: 768px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info {
        padding-left: 75pt;
        width: 68%
    }
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info {
        padding-left: 167px;
        width: 73%
    }
}

.productPageCarouselContainer .bx-slide .image-bg .slide-info .s-title {
    padding-bottom: 10px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 900;
    line-height: 2pc;
    color: #fff
}

@media (min-width: 768px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info .s-title {
        font-size: 2.5rem;
        line-height: 46px
    }
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info .s-title {
        font-size: 4.375rem;
        padding-bottom: 10px;
        line-height: 1.09
    }
}

.productPageCarouselContainer .bx-slide .image-bg .slide-info .s-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 500;
    color: #fff
}

@media (min-width: 768px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info .s-text {
        font-size: .875rem;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info .s-text {
        font-size: 1.25rem;
        line-height: 26px
    }
}

.productPageCarouselContainer .bx-slide .image-bg .slide-info .red-button {
    color: #fff;
    text-decoration: none;
    margin-top: 30px
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .bx-slide .image-bg .slide-info .red-button {
        margin-top: 35px
    }
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg {
    position: relative;
    width: 100%
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn, .productPageCarouselContainer .bx-slide .image-bg.video-bg .play-btn, .productPageCarouselContainer .bx-slide .image-bg.video-bg iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg .play-btn {
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg .play-btn span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-play-button.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn {
    display: none;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.productPageCarouselContainer .bx-slide .image-bg.video-bg .pause-btn span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-play-button.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain
}

.productPageCarouselContainer .bx-slide .image-bg.dark-shaddow .shaddow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35)
}

.productPageCarouselContainer .bx-slide .image-bg.dark-shaddow .breadcrumb {
    z-index: 1
}

.productPageCarouselContainer .owl-dots .owl-dot {
    margin: 0 6px
}

@media (min-width: 768px) {
    .productPageCarouselContainer .owl-dots .owl-dot {
        margin: 0 10px
    }
}

@media (min-width: 1280px) {
    .productPageCarouselContainer .owl-dots .owl-dot {
        margin: 0 15px
    }
}

.productPageCarouselContainer.no-navigation .owl-dots, .productPageCarouselContainer.no-navigation .owl-nav {
    display: none
}

.productPageCarouselContainer .breadcrumb-container .breadcrumb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.find-contractor-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px
}

.find-contractor-box .con-search-form {
    padding: 23px;
    background: hsla(0, 0%, 53.3%, .2);
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form {
        padding: 37px 0 35px
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form {
        padding: 2pc 0 41px
    }
}

.find-contractor-box .con-search-form .form-box .find-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333;
    margin: 0 0 13px;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .find-title {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding-bottom: 8px;
        margin: 0
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .find-title {
        font-size: 1.25rem;
        letter-spacing: 2px;
        padding-bottom: 9pt;
        margin: 0
    }
}

.find-contractor-box .con-search-form .form-box .zip-state-form {
    margin: 0
}

.find-contractor-box .con-search-form .form-box .zip-state-form label {
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #333;
    padding-bottom: 5px;
    margin: 0
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form label {
        font-size: .625rem;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form label {
        font-size: .875rem;
        letter-spacing: 2.1px
    }
}

.find-contractor-box .con-search-form .form-box .zip-state-form .in-field {
    width: 100%;
    position: relative
}

.find-contractor-box .con-search-form .form-box .zip-state-form .in-field .fsearch {
    width: 100%;
    height: 42px;
    border: 2px solid #333;
    background: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #333;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 15px 38px 15px 20px
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field .fsearch {
        float: left;
        height: 40px;
        margin: 0;
        padding-right: 38px
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field .fsearch {
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: 2.4px;
        height: 50px;
        border: 3px solid #333;
        padding: 15px 38px 15px 15px
    }
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field {
        float: left;
        width: 75%;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field {
        width: 76%;
        float: left;
        margin-bottom: 0
    }
}

.find-contractor-box .con-search-form .form-box .zip-state-form .in-field .input-cross {
    position: absolute;
    right: 15px;
    top: 17px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-grey.svg);
    width: 9pt;
    height: 9pt;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    text-indent: -9999px
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field .input-cross {
        width: 22px;
        height: 15px;
        top: 13px
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .in-field .input-cross {
        top: 18px
    }
}

.find-contractor-box .con-search-form .form-box .zip-state-form .find-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    background-color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0 30px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .find-btn {
        font-size: .75rem;
        float: left;
        height: 40px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .con-search-form .form-box .zip-state-form .find-btn {
        font-size: .875rem;
        height: 50px;
        line-height: 50px;
        float: left;
        padding: 0 50px
    }
}

.find-contractor-box .con-search-form .form-box .zip-state-form form {
    margin-bottom: 0
}

.find-contractor-box .filter-sort {
    padding: 13px 22px;
    background: hsla(0, 0%, 80%, .2);
    margin: 20px 0 30px
}

@media (min-width: 768px) {
    .find-contractor-box .filter-sort {
        padding-left: 3pc;
        padding-right: 3pc;
        padding: 13px 24px
    }
}

.find-contractor-box .filter-sort .filtersort-1 {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900
}

.find-contractor-box .filter-sort .filtersort-1 a {
    text-decoration: none;
    color: #333
}

@media (min-width: 768px) {
    .find-contractor-box .filter-sort .filtersort-1 {
        font-size: .75rem;
        font-size: .875rem
    }
}

.find-contractor-box .filter-sort .filtersort-2 {
    font-size: 14px;
    font-size: .875rem;
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .find-contractor-box .filter-sort .filtersort-2 {
        font-size: .875rem;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .find-contractor-box .filter-sort .filtersort-2 {
        font-size: 1pc;
        margin-bottom: 0
    }
}

.find-contractor-box .filter-sort .filtersort-3 ul {
    text-align: center;
    height: 20px;
    line-height: 20px;
    float: right
}

.find-contractor-box .filter-sort .filtersort-3 ul li {
    padding: 0 20px;
    display: inline-block;
    overflow: hidden
}

.find-contractor-box .filter-sort .filtersort-3 ul li a {
    display: block;
    font-size: 9pt;
    font-size: .75rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase
}

.find-contractor-box .filter-sort .filtersort-3 ul li:last-child {
    padding-right: 0;
    border: none;
    border-left: 2px solid #333
}

.find-contractor-box .filter-sort .filtersort-3 ul li .map-icon {
    position: relative;
    padding-right: 27px
}

.find-contractor-box .filter-sort .filtersort-3 ul li .map-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-map-view.svg);
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.find-contractor-box .filter-sort .filtersort-3 ul li .sort-icon {
    position: relative;
    padding-right: 15px
}

.find-contractor-box .filter-sort .filtersort-3 ul li .sort-icon:after {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.product-benefit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-benefit .b-content-box {
    padding: 28px 23px;
    background: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-benefit .b-content-box .b-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 21px;
    margin: 0
}

@media (min-width: 768px) {
    .product-benefit .b-content-box .b-title {
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        padding-bottom: 9pt
    }
}

@media (min-width: 1280px) {
    .product-benefit .b-content-box .b-title {
        font-size: 1.375rem;
        letter-spacing: 2.2px;
        padding-bottom: 21px
    }
}

.product-benefit .b-content-box p {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff
}

.product-benefit .b-content-box ul {
    padding-top: 19px;
    margin: 0 0 0 18px;
    list-style: disc;
    color: #fff
}

.product-benefit .b-content-box ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 3px;
    list-style-type: disc
}

@media (min-width: 768px) {
    .product-benefit .b-content-box ul {
        padding-top: 17px
    }
}

@media (min-width: 1280px) {
    .product-benefit .b-content-box ul {
        padding-top: 19px
    }
}

.product-benefit .b-content-box ol {
    padding-top: 19px;
    margin: 0 0 0 18px;
    list-style: disc;
    color: #fff;
    padding-left: 0
}

.product-benefit .b-content-box ol li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 3px;
    list-style-type: decimal
}

@media (min-width: 768px) {
    .product-benefit .b-content-box ol {
        padding-top: 17px
    }
}

@media (min-width: 1280px) {
    .product-benefit .b-content-box ol {
        padding-top: 19px
    }
}

@media (min-width: 768px) {
    .product-benefit .b-content-box {
        min-height: 347px;
        padding: 50px 22px 50px 52px
    }
}

@media (min-width: 1280px) {
    .product-benefit .b-content-box {
        min-height: 380px;
        padding: 62px 91px
    }
}

.product-benefit .image-bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .product-benefit .image-bg {
        min-height: 347px
    }
}

@media (min-width: 1280px) {
    .product-benefit .image-bg {
        min-height: 380px
    }
}

.product-benefit .container {
    padding: 0
}

@media (max-width: 1279.98px) {
    .meganav__list {
        padding: 0 20px;
        margin: 0 0 40px
    }
}

@media (min-width: 1280px) {
    .meganav__list {
        margin: 0 auto 2px 25px
    }
}

@media (max-width: 1279.98px) {
    .meganav__item:not(:last-of-type) {
        border-bottom: 1px solid #e7e7e6
    }
}

@media (min-width: 1280px) {
    .meganav__item {
        margin-right: 30px
    }

    .meganav__item:last-of-type {
        margin-right: 66px
    }

    .meganav__item.active .meganav__link:before {
        opacity: 1
    }
}

.meganav__link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700
}

@media (max-width: 1279.98px) {
    .meganav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 18px 0
    }

    .meganav__link:hover {
        text-decoration: none;
        color: #000
    }

    .meganav__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (min-width: 1280px) {
    .meganav__link {
        display: inline-block;
        position: relative
    }

    .meganav__link:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #da291c;
        opacity: 0
    }

    .meganav__link:hover {
        color: #da291c;
        text-decoration: none
    }

    .meganav__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (max-width: 1279.98px) {
    .meganav__link-icon {
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-arrow-right.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        margin-left: 1pc;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: inline-block
    }
}

@media (min-width: 1280px) {
    .meganav__link-icon {
        display: none
    }
}

.meganav__dropdown {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto;
    display: none
}

.meganav__dropdown.show-submenu {
    display: block;
    max-height: 100vh;
    height: calc(100vh - 60px);
    overflow-y: auto
}

@media (min-width: 1280px) {
    .meganav__dropdown {
        padding: 40px;
        top: 65px;
        border-top: 1px solid #e7e7e6;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
    }

    .meganav__dropdown.show-submenu {
        height: auto;
        max-height: calc(100vh - 200px)
    }
}

.meganav__additional-list {
    background-color: #da291c
}

@media (min-width: 1280px) {
    .meganav__additional-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 85px;
        height: 100%
    }

    .meganav__additional-list:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 67px;
        height: 100%;
        background: linear-gradient(-45deg, #da291c 50%, transparent 0);
        pointer-events: none
    }
}

.meganav__additional-item {
    display: block
}

@media (max-width: 1279.98px) {
    .meganav__additional-item:first-of-type {
        border-bottom: 1px solid #e7e7e6
    }
}

@media (min-width: 1280px) {
    .meganav__additional-item {
        padding-right: 25px
    }
}

.meganav__additional-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    line-height: 18px;
    font-weight: 700
}

.meganav__additional-link:hover {
    color: #fff;
    text-decoration: none
}

.meganav__additional-link:focus {
    color: #fff;
    outline: 2px solid #2590ef
}

@media (max-width: 1279.98px) {
    .meganav__additional-link {
        font-size: 1pc;
        padding: 24px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1280px) {
    .meganav__additional-link {
        font-size: 14px
    }

    .meganav__additional-link:hover {
        color: #fff;
        text-decoration: underline
    }
}

.meganav__additional-icon-block {
    margin-right: 8px
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon-block {
        height: 24px;
        width: 24px
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon-block {
        height: 18px;
        width: 18px
    }
}

.meganav__additional-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.meganav__additional-icon {
    display: block;
    background-size: contain
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon--contractor {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-contractor.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon--contractor {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-contractor.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon--sales {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-sales-rep.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon--sales {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-sales-rep.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1279.98px) {
    .submenu__list {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 40px 20px;
        overflow-y: auto;
        height: calc(100vh - 60px)
    }
}

@media (min-width: 1280px) {
    .submenu__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
        margin-right: 43px
    }
}

.submenu__list--second {
    display: none
}

.submenu__list--second.active {
    display: block
}

@media (min-width: 1280px) {
    .submenu__list--second {
        display: block
    }
}

.submenu__item:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e6
}

.submenu__title {
    padding: 18px 8px;
    background-color: #e7e7e6;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1280px) {
    .submenu__title {
        display: none
    }
}

.submenu__title-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1pc
}

.submenu__link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1279.98px) {
    .submenu__link {
        padding: 18px 0
    }

    .submenu__link:hover {
        text-decoration: none;
        color: #000
    }
}

@media (min-width: 1280px) {
    .submenu__link {
        padding: 10px 8px 9px
    }

    .submenu__link.active-option {
        background-color: #e7e7e6;
        color: #c10016
    }

    .submenu__link.active-option .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
    }

    .submenu__link.active-option:hover {
        text-decoration: none
    }

    .submenu__link:not(.active-option):hover {
        color: #000;
        text-decoration: none;
        background-color: #e7e7e6
    }
}

.submenu__link.active-option:focus {
    outline: 2px solid #2590ef;
    color: #c10016
}

.submenu__link:not(.active-option):focus {
    outline: 2px solid #2590ef;
    color: #000
}

.submenu__icon {
    margin-left: 1pc;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1279.98px) {
    .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-arrow-right.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.submenu__preview {
    display: none
}

.submenu__preview.active {
    display: block
}

@media (max-width: 1279.98px) {
    .submenu__preview {
        overflow-y: auto;
        padding: 40px 20px 0;
        background-color: #fff;
        height: calc(100vh - 60px);
        width: 100%;
        position: fixed;
        top: 60px;
        left: 0
    }
}

@media (min-width: 1280px) {
    .submenu__preview {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 478px;
        flex: 0 0 478px
    }
}

.submenu__preview-picture {
    display: none
}

@media (min-width: 1280px) {
    .submenu__preview-picture {
        display: block;
        margin-bottom: 30px
    }
}

.submenu__preview-img {
    width: 330px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.submenu__preview-description {
    display: none
}

@media (min-width: 1280px) {
    .submenu__preview-description {
        display: block;
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .submenu__preview-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.submenu__preview-title {
    padding: 18px 8px;
    background-color: #e7e7e6;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1280px) {
    .submenu__preview-title {
        display: none
    }
}

.submenu__preview-title-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1pc
}

.submenu__preview-item:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e6
}

@media (min-width: 1280px) {
    .submenu__preview-item {
        width: calc(50% - 15px);
        margin-bottom: 1pc
    }

    .submenu__preview-item:not(:last-of-type) {
        border-bottom: none
    }
}

.submenu__preview-link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1279.98px) {
    .submenu__preview-link:hover {
        text-decoration: none;
        color: #000
    }
}

@media (min-width: 1280px) {
    .submenu__preview-link {
        padding: 0;
        display: inline-block;
        text-decoration: underline;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400
    }

    .submenu__preview-link:hover {
        color: #000
    }
}

.submenu__preview-link:focus {
    outline: 2px solid #2590ef;
    color: #000
}

.grid-color-white {
    background-color: #fff !important
}

.grid-color-grey {
    background-color: #e7e7e6 !important
}

.card-container-bg-white .card-style-img {
    background-color: #e7e7e6 !important;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .05) !important;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .05) !important
}

.card-list-container .card-list-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    float: none;
    display: block;
    padding: 0 22px
}

.card-list-container .card-list-row:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .card-list-container .card-list-row {
        padding: 20px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row {
        padding: 20px 88px
    }
}

.card-list-container .card-list-row .card-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .card-list-container .card-list-row .card-list-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card-list-container .card-list-row .card-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-list-container .card-list-row .card-list-content .card-list-cta {
    margin-top: auto
}

.card-list-container .card-list-row .card-container-headline {
    padding-bottom: 30px;
    padding-left: 18px
}

@media (max-width: 767.98px) {
    .card-list-container .card-list-row .card-container-headline {
        padding-bottom: 10px;
        padding-left: 0
    }
}

.card-list-container .card-list-row .card-list-col .arrow-right-card-link {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-list-col {
        margin: 0 1.2%;
        width: 31% !important
    }
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-list-col:first-child {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-list-col:first-child {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-list-col:last-child {
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-list-col:last-child {
        margin-right: 0
    }
}

.card-list-container .card-list-row .card-list-col .card-list-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #da291c
}

.card-list-container .card-list-row .card-list-col .card-list-cta a {
    color: #da291c
}

.card-list-container .card-list-row .card-list-col .card-list-cta a:first-child {
    padding: 5px 0
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-list-col .card-list-cta a {
        margin-right: -9pt
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-list-col .card-list-cta a {
        margin-right: -2px
    }
}

.card-list-container .card-list-row .card-list-col .content-heading {
    color: #1a1a1a;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 34px
}

.card-list-container .card-list-row .card-style-img {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.card-list-container .card-list-row .card-style-img .card-container-headline {
    display: none !important
}

.card-list-container .card-list-row .card-style-img .card-list-image img {
    max-height: 254px
}

.card-list-container .card-list-row .card-style-img .card-list-content {
    padding: 14px 22px 24px 25px
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-style-img .card-list-content {
        padding: 1pc 25px 18px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-style-img .card-list-content {
        padding: 22px 36px 28px
    }
}

.card-list-container .card-list-row .card-style-img .card-list-content .content-sub-heading {
    display: inline-block;
    color: #000;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-style-img .card-list-content .content-sub-heading {
        margin-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-style-img .card-list-content .content-sub-heading {
        margin-bottom: 8px
    }
}

.card-list-container .card-list-row .card-style-img .card-list-content .content-copy {
    color: #1a1a1a;
    overflow: hidden;
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-style-img .card-list-content .content-copy {
        margin-bottom: 17px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-style-img .card-list-content .content-copy {
        margin-bottom: 17px
    }
}

.card-list-container .card-list-row .card-style-ico {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #da291c;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 30px;
    float: left
}

.card-list-container .card-list-row .card-style-ico .card-list-image img {
    width: 60px
}

.card-list-container .card-list-row .card-style-ico .card-list-content .content-sub-heading {
    display: inline-block;
    color: #000;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-style-ico .card-list-content .content-sub-heading {
        margin-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-style-ico .card-list-content .content-sub-heading {
        margin-bottom: 8px
    }
}

.card-list-container .card-list-row .card-style-ico .card-list-content .no-full-text {
    max-height: 70px
}

.card-list-container .card-list-row .card-style-ico .card-list-content .content-copy {
    color: #1a1a1a;
    overflow: hidden;
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .card-list-container .card-list-row .card-style-ico .card-list-content .content-copy {
        margin-bottom: 17px
    }
}

@media (min-width: 1280px) {
    .card-list-container .card-list-row .card-style-ico .card-list-content .content-copy {
        margin-bottom: 17px
    }
}

.grid-container {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 30px
}

@media (min-width: 768px) {
    .grid-container {
        background-color: #f5f5f5;
        padding-top: 6px;
        padding-bottom: 50px
    }
}

@media (min-width: 1280px) {
    .grid-container {
        background-color: #f5f5f5;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.grid-container--cardcontainer {
    padding: 0 !important
}

.grid-container--cardcontainer .card-list-row {
    padding: 40px 20px 10px !important;
    max-width: 90pc !important;
    margin: 0 auto !important
}

@media (min-width: 1280px) {
    .grid-container--cardcontainer .card-list-row {
        padding: 5pc 90pt 50px !important
    }
}

.grid-container--no-headline .l-headline {
    max-width: 90pc;
    margin: 0 auto;
    padding: 20px
}

@media (min-width: 1280px) {
    .grid-container--no-headline .l-headline {
        padding: 5pc 90px 30px
    }
}

.grid-container--no-headline .card-list-row {
    padding: 0 20px !important
}

@media (min-width: 768px) {
    .grid-container--no-headline .card-list-container:first-child .card-list-row {
        padding-top: 5pc !important
    }

    .grid-container--no-headline .card-list-container:last-child .card-list-row {
        padding-bottom: 50px !important
    }
}

@media (min-width: 1280px) {
    .grid-container--no-headline .card-list-row {
        padding: 0 90px !important
    }
}

.card-list-container .card-list-row .card-style-ico .card-list-content .no-full-text {
    max-height: 5pc
}

.social-share {
    padding: 40px 0 45px
}

@media (min-width: 768px) {
    .social-share {
        padding: 30px 0 40px
    }
}

@media (min-width: 1280px) {
    .social-share {
        padding: 65px 0 50px
    }
}

.social-share .social-share-common {
    color: #f5f5f5;
    margin: 0 7px;
    display: inline-block
}

.social-share .social-share-common:first-child {
    margin-left: 0
}

.social-share .social-share-common:last-child {
    margin-right: 0
}

@media (min-width: 768px) {
    .social-share .social-share-common {
        margin: 0 6px
    }
}

@media (min-width: 1280px) {
    .social-share .social-share-common {
        margin: 0 6px
    }
}

.social-share .social-share-icon {
    max-width: 25px
}

.social-share .social-share-common:last-child .social-share-icon {
    margin-right: 0
}

.textdescription {
    background-color: #f5f5f5 !important
}

.text-description-container {
    background-color: #f5f5f5;
    max-width: 90pc !important;
    margin: 0 auto !important;
    padding: 50px 24px 45px 21px
}

@media (min-width: 768px) {
    .text-description-container {
        padding: 63px 52px 40px
    }
}

@media (min-width: 1280px) {
    .text-description-container {
        padding: 50px 168px 47px 167px
    }
}

.text-description-container.expanded .cta-container .link:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-up-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat
}

.text-description-container h1 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 900;
    color: #fff
}

.text-description-container h2 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 56px;
    font-weight: 200;
    line-height: 62px;
    color: #000
}

@media (max-width: 767.98px) {
    .text-description-container h2 {
        font-size: 38px;
        line-height: 40px
    }
}

.text-description-container h3 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff
}

.text-description-container .heading, .text-description-container h4 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.8px;
    color: #000;
    padding-bottom: 10px
}

@media (min-width: 375px) {
    .text-description-container .heading, .text-description-container h4 {
        font-size: 28px;
        letter-spacing: 3px;
        padding-bottom: 30px;
        line-height: 34px
    }
}

.text-description-container .heading {
    color: #000;
    text-align: left;
    font-weight: 200;
    font-size: 56px;
    line-height: 62px
}

@media (max-width: 767.98px) {
    .text-description-container .heading {
        font-size: 38px;
        line-height: 40px
    }
}

.text-description-container .article-copy {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0;
    color: #1a1a1a;
    display: none;
    -webkit-transition: none;
    transition: none;
    padding-top: 20px
}

.text-description-container .article-copy:first-of-type {
    display: block;
    padding-top: 0
}

.text-description-container .article-copy > ul {
    padding-top: 36px;
    font-size: 18px
}

.text-description-container .article-copy p {
    font-size: 18px;
    line-height: 26px;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 400;
    color: #000
}

.text-description-container .article-copy ol li, .text-description-container .article-copy ul li {
    list-style-position: inside
}

.text-description-container .article-copy ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0
}

@media (min-width: 768px) {
    .text-description-container .article-copy ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1280px) {
    .text-description-container .article-copy ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.text-description-container .article-copy ul li {
    list-style-type: disc;
    padding-bottom: 8px
}

.text-description-container .article-copy ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0
}

@media (min-width: 768px) {
    .text-description-container .article-copy ol {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1280px) {
    .text-description-container .article-copy ol {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.text-description-container .article-copy ol li {
    list-style-type: decimal;
    padding-bottom: 8px
}

.text-description-container .article-copy a {
    color: #da291c;
    text-decoration: none
}

.text-description-container .article-copy a:hover {
    color: #da291c;
    text-decoration: underline
}

.text-description-container .article-copy table {
    font-size: inherit
}

.text-description-container .article-copy table tr td {
    vertical-align: top;
    padding-right: 30px
}

.text-description-container .cta-container {
    padding-top: 22px
}

@media (min-width: 768px) {
    .text-description-container .cta-container {
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    .text-description-container .cta-container {
        padding-top: 40px
    }
}

.text-description-container .cta-container .link {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .9pt
}

.text-description-container .cta-container .link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-left: 13px
}

@media (min-width: 768px) {
    .text-description-container .cta-container .link:after {
        margin-left: 13px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .text-description-container .cta-container .link {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media (min-width: 1280px) {
    .text-description-container .cta-container .link {
        font-size: 1rem;
        letter-spacing: 1.5px
    }
}

.text-description-container ol, .text-description-container ul {
    margin-left: 0;
    margin-top: 10px
}

.text-description-container ol li {
    list-style-type: decimal
}

.text-description-container ul li {
    list-style-type: disc
}

.text-description-container.reset-list .article-copy > ul, .text-description-container.reset-list .article-copy ol {
    padding-top: 10px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.text-description-container.reset-list .article-copy > ul ol, .text-description-container.reset-list .article-copy > ul ul, .text-description-container.reset-list .article-copy ol ol, .text-description-container.reset-list .article-copy ol ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-left: 20px
}

.text-description-container.reset-list .article-copy b, .text-description-container.reset-list .article-copy em, .text-description-container.reset-list .article-copy strong {
    font-family: NeusaNextProRegular, sans-serif
}

.logo-download {
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    margin: 30px auto
}

.logo-download .head {
    padding: 11px 15px;
    background: #f5f5f5;
    font-size: 14px;
    font-size: .875rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    color: #333;
    font-weight: 900
}

@media (min-width: 768px) {
    .logo-download .head {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding: 13px 30px
    }
}

.logo-download .head a {
    color: #333;
    text-decoration: underline
}

.logo-download ul {
    padding: 15px 22px 22px 15px;
    border: 1px solid #ebebeb;
    border-top: 0
}

@media (min-width: 768px) {
    .logo-download ul {
        padding: 27px 20px 25px 30px
    }
}

.logo-download ul li {
    font-size: 14px;
    font-size: .875rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    padding-bottom: 9px;
    margin-bottom: 8px;
    border-bottom: 2px solid #979797;
    position: relative
}

.logo-download ul li a {
    color: #333;
    text-decoration: underline;
    display: inline-block
}

.logo-download ul li a + a, .logo-download ul li a + span {
    cursor: pointer;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-download-black-active.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: repeat-x
}

.logo-download ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.point-box {
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    margin: 30px auto
}

.point-box .head {
    padding: 11px 30px;
    background: #f5f5f5;
    font-size: 14px;
    font-size: .875rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    color: #333;
    font-weight: 900
}

@media (min-width: 768px) {
    .point-box .head {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding: 13px 30px
    }
}

.point-box .head a {
    color: #333;
    text-decoration: underline
}

.point-box .logo-text {
    padding: 1pc 25px 25px 0;
    border: 1px solid #ebebeb;
    border-top: 0
}

.point-box .logo-text .logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1pc;
    border-right: 2px solid #eae6e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5pc
}

@media (min-width: 768px) {
    .point-box .logo-text .logo {
        width: 134px
    }
}

.point-box .logo-text .logo span {
    width: 44px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .point-box .logo-text .logo span {
        width: 60px;
        height: 63px
    }
}

.point-box .logo-text .logo span img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.point-box .logo-text .logo span img, .point-box .logo-text .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.point-box .logo-text .text {
    font-size: 9pt;
    font-size: .75rem;
    line-height: 21px;
    font-family: NeusaNextProRegular, sans-serif;
    color: #1a1a1a;
    padding-left: 20px
}

@media (min-width: 768px) {
    .point-box .logo-text .text {
        font-size: .875rem;
        padding-left: 2pc
    }
}

.point-box .logo-text .text ul {
    padding-left: 20px
}

.point-box .logo-text .text ul li {
    list-style-type: disc
}

.point-box .logo-text .text ol {
    margin-bottom: 0;
    padding-left: 20px
}

.point-box .logo-text .text ol li {
    list-style-type: decimal
}

@media (min-width: 768px) {
    .point-box .logo-text {
        padding: 2pc 25px 38px 8px
    }
}

.img-responsive {
    width: 100%
}

.textwithmedia .bg-grey {
    background-color: #e7e7e6
}

.textwithmedia .bg-white {
    background-color: #fff
}

.textwithmedia .grid-container--twm {
    padding: 0 !important
}

.textwithmedia .text-with-media {
    width: 100%;
    max-width: 90pc;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5pc 90pt
}

@media (max-width: 767.98px) {
    .textwithmedia .text-with-media {
        padding: 40px 20px
    }
}

.textwithmedia .text-with-media .twm-img {
    width: 46%
}

@media (max-width: 1279.98px) {
    .textwithmedia .text-with-media .twm-img {
        width: 100%;
        max-width: 650px;
        padding-bottom: 10px
    }
}

.textwithmedia .text-with-media .twm-textarea-container {
    width: 41%
}

@media (max-width: 1279.98px) {
    .textwithmedia .text-with-media .twm-textarea-container {
        width: 100%
    }
}

.textwithmedia .text-with-media .twm-textarea-container .twm-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.textwithmedia .text-with-media .twm-textarea-container .twm-cta-container .main-btn {
    margin-top: 15px
}

.textwithmedia .text-with-media .twm-textarea-container .twm-cta-container .btn-bg-grey:before {
    border-color: #e7e7e6 transparent transparent
}

.textwithmedia .text-with-media .twm-textarea-container .twm-cta-container .btn-bg-grey:after {
    border-color: transparent transparent #e7e7e6
}

@media (max-width: 1279.98px) {
    .textwithmedia .text-with-media .twm-textarea-container .twm-cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.textwithmedia .text-with-media .twm-textarea-container .cta2 {
    margin-left: 20px
}

@media (max-width: 1279.98px) {
    .textwithmedia .text-with-media .twm-textarea-container .cta2 {
        margin-left: 0
    }
}

.textwithmedia .side-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 1279.98px) {
    .textwithmedia .side-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.textwithmedia .side-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 1279.98px) {
    .textwithmedia .side-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.textwithmedia .align-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.textwithmedia .align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.dash-info-box {
    padding: 30px 22px;
    border-top: 2px solid #f5f5f5
}

@media (min-width: 768px) {
    .dash-info-box {
        padding: 40px 0;
        border-top: none
    }
}

@media (min-width: 1280px) {
    .dash-info-box {
        padding: 49px 0
    }
}

.dash-info-box .title {
    text-transform: uppercase;
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .1pc;
    color: #333
}

@media (min-width: 768px) {
    .dash-info-box .title {
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .dash-info-box .title {
        font-size: 1.375rem;
        letter-spacing: 2.2px
    }
}

.dash-info-box .wel-back {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .7px;
    color: #000;
    padding-bottom: 17px
}

@media (min-width: 768px) {
    .dash-info-box .wel-back {
        font-size: .75rem;
        letter-spacing: .9px;
        padding-bottom: 17px
    }
}

@media (min-width: 1280px) {
    .dash-info-box .wel-back {
        font-size: .875rem;
        letter-spacing: 1px;
        padding-bottom: 21px
    }
}

.dash-info-box .date {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .7px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .dash-info-box .date {
        font-size: .75rem;
        letter-spacing: .9px
    }
}

@media (min-width: 1280px) {
    .dash-info-box .date {
        font-size: .875rem;
        letter-spacing: 1px
    }
}

.dash-info-box .date label {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    margin: 0;
    padding-right: 6px
}

.dash-info-box .pin-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dash-info-box .pin-link .red-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding: 0 39px
}

@media (min-width: 768px) {
    .dash-info-box .pin-link .red-button {
        height: 35px;
        line-height: 35px;
        margin-top: 0;
        padding: 0 25px
    }
}

@media (min-width: 1280px) {
    .dash-info-box .pin-link .red-button {
        height: 43px;
        line-height: 43px;
        margin-top: 0;
        padding: 0 30px
    }
}

.image-gallery-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    max-width: 90pc;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

@media (min-width: 375px) {
    .image-gallery-box {
        padding: 60px 90pt
    }
}

.image-gallery-box h2 {
    font-family: NeusaNextProRegular, sans-serif;
    color: #da291c;
    font-size: 2pc;
    line-height: 40px;
    font-weight: 200;
    padding-bottom: 31px;
    text-align: center
}

@media (min-width: 375px) {
    .image-gallery-box h2 {
        padding-bottom: 30px;
        font-size: 56px;
        line-height: 62px
    }
}

.image-gallery-box h2 img {
    width: 17px;
    height: 17px;
    margin-right: 9pt;
    display: inline-block;
    margin-top: -2px
}

@media (min-width: 768px) {
    .image-gallery-box h2 img {
        width: 34px;
        height: 34px;
        margin-right: 9pt;
        margin-top: -9px
    }
}

@media (min-width: 1280px) {
    .image-gallery-box h2 img {
        width: 34px;
        height: 34px;
        margin-right: 9pt
    }
}

.image-gallery-box .image-boxs {
    width: 100%;
    overflow-x: auto
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs {
        overflow-x: visible
    }
}

.image-gallery-box .image-boxs .image-inner-boxs {
    width: 500%;
    margin-left: 2px
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .image-inner-boxs {
        width: 100%;
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .image-inner-boxs {
        margin-left: 0
    }
}

.image-gallery-box .image-boxs .m-box {
    float: left;
    margin-right: 0
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box {
        margin-right: 0;
        width: 32.4%
    }
}

.image-gallery-box .image-boxs .m-box.large-image {
    width: 297px
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box.large-image {
        width: 32.4%
    }
}

.image-gallery-box .image-boxs .m-box.large-image .image-box {
    height: 2in;
    margin-right: 5px
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box.large-image .image-box {
        height: 287px;
        width: 100%;
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box.large-image .image-box {
        height: 473px
    }
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box:nth-child(2) {
        margin: 0 8px
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box:nth-child(2) {
        margin: 0 15px
    }
}

.image-gallery-box .image-boxs .m-box.small-images {
    width: 714px
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box.small-images {
        width: 32.4%
    }
}

.image-gallery-box .image-boxs .m-box.small-images .image-box {
    height: 2in;
    width: 22pc;
    float: left;
    margin-right: 5px
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box.small-images .image-box {
        height: 139px;
        float: none;
        width: 100%;
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box.small-images .image-box {
        height: 230px
    }
}

.image-gallery-box .image-boxs .m-box .image-box {
    position: relative
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box .image-box:first-child {
        margin-bottom: 9px
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box .image-box:first-child {
        margin-bottom: 15px
    }
}

.image-gallery-box .image-boxs .m-box .bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.image-gallery-box .image-boxs .m-box .bg-image .text-desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1.1px;
    z-index: 1
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box .bg-image .text-desc {
        font-size: .625rem;
        letter-spacing: .9px;
        padding: 11px 17px
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box .bg-image .text-desc {
        font-size: .75rem;
        letter-spacing: 1.1px;
        padding: 17px 19px
    }
}

.image-gallery-box .image-boxs .m-box .bg-image a {
    color: #fff;
    text-decoration: none
}

.image-gallery-box .image-boxs .m-box .shaddow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .image-gallery-box .image-boxs .m-box .shaddow {
        height: 94px
    }
}

@media (min-width: 1280px) {
    .image-gallery-box .image-boxs .m-box .shaddow {
        height: 150px
    }
}

.modal-dialog {
    max-width: 100%;
    position: relative
}

.modal.fade.gallery-model.show {
    padding-right: 0 !important
}

.modal-backdrop.show {
    opacity: 1
}

@media (min-width: 768px) {
    .modal-backdrop.show {
        opacity: .6
    }
}

.gallery-slider-box.modal-content {
    background: none;
    border: none;
    padding: 0
}

@media (min-width: 768px) {
    .gallery-slider-box.modal-content {
        padding-left: 55px;
        padding-right: 55px
    }
}

.gallery-slider-box .gallery-Inner-box {
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .gallery-slider-box .gallery-Inner-box {
        max-width: 1105px;
        margin: 0 auto
    }
}

.gallery-slider-box .gallery-Inner-box .bx-slide {
    height: 181px;
    margin: 0 auto;
    background: #000
}

@media (min-width: 768px) {
    .gallery-slider-box .gallery-Inner-box .bx-slide {
        height: 360px
    }
}

@media (min-width: 1280px) {
    .gallery-slider-box .gallery-Inner-box .bx-slide {
        height: 600px
    }
}

.gallery-slider-box .gallery-Inner-box .bx-slide img {
    opacity: 0;
    height: auto;
    width: auto;
    margin: auto
}

.gallery-slider-box .gallery-Inner-box .owl-item.active img {
    opacity: 1
}

.gallery-slider-box .gallery-Inner-box .gallery-slider {
    margin: 0 auto;
    overflow: hidden;
    height: 181px
}

@media (min-width: 768px) {
    .gallery-slider-box .gallery-Inner-box .gallery-slider {
        height: 360px
    }
}

@media (min-width: 1280px) {
    .gallery-slider-box .gallery-Inner-box .gallery-slider {
        height: 600px
    }
}

.gallery-slider-box .gallery-Inner-box .cross {
    position: fixed;
    right: 30px;
    top: 30px;
    background: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-white.svg);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    text-indent: -9999px;
    display: block;
    border: none
}

@media (min-width: 768px) {
    .gallery-slider-box .gallery-Inner-box .cross {
        position: static;
        margin-bottom: 30px
    }
}

.gallery-slider-box .owl-dots {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px
}

.gallery-slider-box .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin: 0 5px;
    background-color: #fff
}

.gallery-slider-box .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: transparent
}

.gallery-slider-box .owl-dots .owl-dot.active {
    background-color: #da291c
}

.gallery-slider-box .owl-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px;
    width: 100%
}

.gallery-slider-box .owl-nav button {
    top: inherit;
    width: 40px;
    height: 40px;
    bottom: 74px
}

@media (min-width: 768px) {
    .gallery-slider-box .owl-nav button {
        width: 50px;
        height: 50px;
        bottom: 181px
    }
}

@media (min-width: 1280px) {
    .gallery-slider-box .owl-nav button {
        width: 5pc;
        height: 5pc;
        bottom: 285px
    }
}

.image-gallary .modal.fade.gallery-model.show {
    background-color: rgba(0, 0, 0, .85)
}

@media (max-width: 767.98px) {
    .image-gallary .modal.fade.gallery-model.show {
        background-color: #000
    }
}

.image-gallary .modal-dialog {
    margin: 0
}

.image-gallary .owl-nav button {
    background-image: none;
    background-color: transparent;
    color: #fff
}

.image-gallary .owl-nav .owl-next, .image-gallary .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-left.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    background-color: #fff;
}

.videogrid.aem-GridColumn.aem-GridColumn--default--12 {
    float: none !important;
    max-width: 90pc;
    padding: 0 90pt;
    margin: 5pc auto
}

@media (max-width: 767.98px) {
    .videogrid.aem-GridColumn.aem-GridColumn--default--12 {
        padding: 0 20px
    }
}

.videogrid {
    margin: 40px auto;
    padding: 0 20px
}

@media (min-width: 1280px) {
    .videogrid {
        margin: 5pc auto;
        padding: 0 90pt
    }
}

.videogrid h2 {
    margin-bottom: 60px;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 56px;
    font-weight: 200;
    line-height: 62px;
    letter-spacing: normal;
    color: #000
}

.videogrid h2 img {
    margin-right: 9pt;
    margin-bottom: 2px;
    width: 17px;
    height: 17px
}

@media (min-width: 768px) {
    .videogrid h2 img {
        margin-bottom: 5px;
        width: 34px;
        height: 34px
    }
}

.videogrid h2 span {
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .videogrid h2 h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 60px
    }
}

.videogrid .load-more {
    margin-top: 2pc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    color: #da291c;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.videogrid .load-more span {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-red.svg);
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 6px 5px;
    margin-left: 8px
}

@media (min-width: 1280px) {
    .videogrid .load-more span {
        background-size: 8px 5px
    }
}

@media (min-width: 768px) {
    .videogrid .load-more {
        margin-top: 25px
    }
}

@media (min-width: 1280px) {
    .videogrid .load-more {
        font-size: .9375rem;
        margin-bottom: 25px
    }
}

.video-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-gallery:after {
    content: "";
    display: block;
    clear: both
}

@media (max-width: 767.98px) {
    .video-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.video-gallery li {
    display: none;
    overflow: hidden;
    margin-top: 30px
}

@media (min-width: 375px) {
    .video-gallery li {
        margin: 0 1.8% 1.8% 0;
        width: 100%;
        max-width: 380px
    }
}

@media (max-width: 767.98px) {
    .video-gallery li {
        max-width: 100%;
        width: 100%
    }
}

.video-gallery li:first-child {
    margin-top: 0
}

.video-gallery li.visible {
    display: block
}

.video-gallery .video-thumbnail {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 190px;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer
}

.video-gallery .video-thumbnail.focus-visible, .video-gallery .video-thumbnail:focus {
    outline-color: #2590ef
}

.video-gallery .video-thumbnail .video-thumbnail-image {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.video-gallery .video-thumbnail .play-button {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-play.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 2
}

.video-gallery .video-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.video-gallery .video-thumbnail:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1
}

.video-gallery .video-thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.video-gallery .video-thumbnail:hover .play-button {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-play.svg);
    width: 5pc;
    height: 5pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
}

.video-gallery .video-thumbnail:hover:before {
    background-color: #da291c
}

@media (min-width: 768px) {
    .video-gallery .video-thumbnail {
        width: 100%;
        height: 90pt
    }
}

@media (min-width: 1280px) {
    .video-gallery .video-thumbnail {
        height: 254px;
        width: 380px
    }
}

.video-gallery .video-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    width: 100%;
    font-size: 11px;
    font-size: .6875rem;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .video-gallery .video-detail {
        font-size: 18px;
        line-height: 26px
    }
}

.video-gallery li:nth-child(3n) {
    margin-right: 0
}

.video-gallery .video-detail--grey {
    background-color: #e7e7e6
}

.video-gallery .video-detail-title {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.video-gallery .video-detail-title:hover {
    text-decoration: underline
}

@media (max-width: 1279.98px) {
    .video-gallery .video-detail-title {
        text-decoration: underline
    }
}

.video-gallery .video-detail-text {
    font-size: 15px;
    margin-bottom: 8px
}

.video-gallery .video-detail_link {
    color: #da291c
}

.video-gallery .video-detail_link:hover {
    text-decoration: underline
}

.video-gallery .video-detail_link:focus {
    outline-color: #2590ef
}

@media (max-width: 1279.98px) {
    .video-gallery .video-detail_link {
        text-decoration: underline
    }
}

.video-gallery .video-detail_link-icon {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
}

.youTube-modal {
    padding: 0 !important
}

.youTube-modal .modal-header {
    border: none
}

.youTube-modal .modal-content {
    max-width: 69pc;
    margin: 0 auto;
    position: relative
}

@media (min-width: 768px) {
    .youTube-modal .modal-content {
        margin: 0 52px
    }
}

@media (min-width: 1280px) {
    .youTube-modal .modal-content {
        margin: 0 auto
    }
}

.youTube-modal .close {
    padding-right: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    opacity: unset;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -3pc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 1280px) {
    .youTube-modal .close {
        font-size: 2.8125rem
    }
}

.youTube-modal .close:hover {
    color: #fff
}

.youTube-modal .modal-body, .youTube-modal .modal-dialog .modal-content {
    padding: 0;
    border: none;
    background: none
}

.modal-backdrop.video-modal-backdrop {
    background-color: #333;
    opacity: .7
}

.sitemap-box {
    padding: 40px 22px 0
}

@media (min-width: 768px) {
    .sitemap-box {
        padding: 44px 50px 15px
    }
}

@media (min-width: 1280px) {
    .sitemap-box {
        padding: 40px 87px 0
    }
}

.sitemap-box .main-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.8px;
    color: #333;
    margin-bottom: 23px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .sitemap-box .main-title {
        font-size: 1.125rem;
        letter-spacing: 1.8px
    }
}

@media (min-width: 1280px) {
    .sitemap-box .main-title {
        font-size: 1.375rem;
        letter-spacing: 2.2px
    }
}

.sitemap-box .title {
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    font-family: NeusaNextProRegular, sans-serif;
    margin-bottom: 17px;
    color: #333;
    text-transform: uppercase
}

.sitemap-box .top-level {
    margin-bottom: 43px
}

@media (min-width: 768px) {
    .sitemap-box .top-level {
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .sitemap-box .top-level {
        margin-bottom: 42px;
        margin-right: 2pc
    }
}

@media (min-width: 1280px) {
    .sitemap-box .top-level:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .sitemap-box .top-level:nth-child(2n+2) {
        margin-right: 0
    }
}

.sitemap-box ul .no-style-type:before {
    content: "";
    position: absolute;
    left: 0
}

.sitemap-box ul li {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #1a1a1a;
    font-weight: 900;
    padding-bottom: 5px
}

.sitemap-box ul li a {
    text-decoration: none;
    color: #1a1a1a
}

.sitemap-box ul li h3 {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1px
}

.sitemap-box ul li:last-child {
    padding-bottom: 0
}

.sitemap-box ul li > ul li {
    list-style-type: none;
    font-size: 10px;
    font-size: .625rem;
    line-height: 2;
    letter-spacing: 1px;
    list-style-position: inside
}

.sitemap-box ul li > ul li.no-style-type {
    list-style-type: none
}

.sitemap-box ul li > ul li > ul {
    list-style-position: inside;
    padding: 0;
    margin: 0 0 0 20px
}

.sitemap-box ul li > ul li > ul li {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    position: relative;
    list-style-type: disc;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

.sitemap-box ul li > ul li > ul li a {
    font-weight: inherit;
    font-family: inherit
}

.sitemap-box ul li > ul li > ul li > ul {
    margin-left: 20px
}

.sitemap-box ul li > ul li > ul li > ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 400;
    position: relative;
    list-style-type: circle
}

.sitemap-box ul li > ul li > ul li > ul li a {
    color: #444;
    font-weight: inherit;
    font-family: inherit
}

.sitemap-box .sitemap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.region-modal-container {
    background-color: rgba(0, 0, 0, .85)
}

.region-modal-container .region-model {
    padding: 30px 30px 60px
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model {
        padding: 20px;
        overflow-y: auto
    }
}

.region-modal-container .region-model .r-title {
    margin-bottom: 30px
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model .r-title {
        color: #fff;
        font-family: NeusaNextProRegular, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px
    }
}

.region-modal-container .region-model .r-label {
    margin-bottom: 15px
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model .r-label {
        color: #fff;
        font-family: NeusaNextProRegular, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px
    }
}

.region-modal-container .region-model .r-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model .r-listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: unset
    }
}

.region-modal-container .region-model .r-listing li {
    display: block;
    overflow: hidden;
    min-width: 90pt
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model .r-listing li {
        color: #fff;
        font-weight: 700;
        font-size: 1pc;
        line-height: 19px;
        width: 100%
    }
}

.region-modal-container .region-model .r-listing li .r-link {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    color: #c10016
}

@media (max-width: 1279.98px) {
    .region-modal-container .region-model .r-listing li .r-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-size: 1pc;
        line-height: 19px;
        height: 60px;
        border-bottom: 1px solid
    }
}

.region-modal-container .modal-content {
    border-radius: 0;
    position: relative;
    margin: 0 auto;
    max-width: 989px
}

@media (max-width: 1279.98px) {
    .region-modal-container .modal-content {
        position: fixed;
        margin: unset;
        height: 100%;
        background: #da291c;
        max-width: unset
    }
}

.region-modal-container .r-logo {
    display: none
}

@media (max-width: 1279.98px) {
    .region-modal-container .r-logo {
        display: block;
        background: #fff
    }
}

.dropdown-link-container .dropdown-link-button {
    padding: 20px 0
}

@media (min-width: 1280px) {
    .dropdown-link-container .dropdown-link-button {
        padding: 33px 88px 30px
    }
}

.dropdown-link-container .dropdown-link-button [data-toggle=collapse] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #000
}

@media (min-width: 1280px) {
    .dropdown-link-container .dropdown-link-button [data-toggle=collapse] {
        font-size: 1.375rem;
        letter-spacing: 2.2px;
        color: #333
    }
}

.dropdown-link-container .dropdown-link-button [data-toggle=collapse]:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 35%;
    transform-origin: 50% 35%;
    margin-left: 11px;
    display: inline-block
}

.dropdown-link-container .dropdown-link-button [data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.dropdown-link-container .dropdown-link-button [data-toggle=collapse]:hover {
    text-decoration: underline
}

.dropdown-link-container .collapsible-container {
    background-color: #fff
}

@media (min-width: 768px) {
    .dropdown-link-container .collapsible-container {
        padding: 0 30px
    }
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container {
        padding: 0
    }
}

.dropdown-link-container .collapsible-container .line-separator {
    border-top: 1px solid #eae6e7;
    display: block;
    margin: 0 15px
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container .line-separator {
        margin: 0 88px
    }
}

.dropdown-link-container .collapsible-container ul {
    padding: 0 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-link-container .collapsible-container ul:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .dropdown-link-container .collapsible-container ul {
        padding: 20px 20px 50px;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container ul {
        padding: 20px 88px 50px
    }
}

.dropdown-link-container .collapsible-container ul li {
    float: left;
    width: calc(50% - 3px);
    margin-top: 20px;
    background-color: #da291c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px
}

@media (min-width: 768px) {
    .dropdown-link-container .collapsible-container ul li {
        width: calc(33% - 22px);
        margin-top: 30px;
        margin-right: 36px;
        min-height: 60px
    }
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container ul li {
        width: calc(20% - 29px);
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .dropdown-link-container .collapsible-container ul li:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container ul li:nth-child(3n+3) {
        margin-right: 36px
    }
}

@media (min-width: 1280px) {
    .dropdown-link-container .collapsible-container ul li:nth-child(5n+5) {
        margin-right: 0
    }
}

.dropdown-link-container .collapsible-container ul li a {
    color: #fff;
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9px;
    font-size: .5625rem;
    line-height: 13.5px;
    letter-spacing: .7px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .dropdown-link-container .collapsible-container ul li a {
        font-size: .75rem;
        line-height: 18px;
        letter-spacing: .9pt;
        padding: 9pt 10px
    }
}

.dropdown-link-container .collapsible-container ul li a:hover {
    text-decoration: none
}

.cal-frame {
    width: 100%;
    height: 870px;
    border: 0
}

@media (min-width: 768px) {
    .cal-frame {
        width: 358px
    }
}

.algn-center {
    text-align: center
}

.algn-left {
    text-align: left
}

.algn-right {
    text-align: right
}

.directory-card-container {
    padding-top: 20px
}

@media (min-width: 768px) {
    .directory-card-container {
        padding-top: 8px
    }
}

@media (min-width: 1280px) {
    .directory-card-container {
        padding-top: 30px
    }
}

.directory-card-container .heading {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    line-height: 30px;
    color: #333
}

@media (min-width: 768px) {
    .directory-card-container .heading {
        font-size: 1.875rem;
        line-height: 76px;
        padding-bottom: 25px
    }
}

@media (min-width: 1280px) {
    .directory-card-container .heading {
        font-size: 1.875rem;
        padding-bottom: 31px
    }
}

.directory-card-container .directory-item-buttons {
    padding: 20px 0 11px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-bottom: 11px
}

.directory-card-container .directory-item-buttons .directory-item-button {
    font-size: 9px;
    font-size: .5625rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #da291c;
    line-height: 10.5px;
    letter-spacing: .74px;
    min-width: 135px;
    margin-right: 5px;
    border: 2px solid #da291c;
    padding: 8px
}

@media (min-width: 768px) {
    .directory-card-container .directory-items {
        padding-right: 22px;
        padding-left: 22px
    }
}

@media (min-width: 1280px) {
    .directory-card-container .directory-items {
        padding-right: 84px;
        padding-left: 84px
    }
}

.directory-card-container .directory-items .directory-card {
    padding: 0 15px 23px;
    width: 100%
}

@media (min-width: 768px) {
    .directory-card-container .directory-items .directory-card {
        width: 31%;
        padding: 0;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media (min-width: 1280px) {
    .directory-card-container .directory-items .directory-card {
        width: 23.4%;
        margin-left: .8%;
        margin-right: .8%
    }
}

.directory-card-container .directory-items .directory-card .card-list-col {
    background: #fff;
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05)
}

.directory-card-container .directory-items .directory-card .card-list-col .card-list-image-section {
    border-bottom: 14px solid #da291c
}

@media (min-width: 768px) {
    .directory-card-container .directory-items .directory-card .card-list-col .card-list-image-section {
        border-bottom-width: 9pt
    }
}

.directory-card-container .directory-items .directory-card .card-list-col .card-list-image-section .card-list-image {
    width: 100%;
    height: 136.3px;
    min-height: 136.3px
}

@media (min-width: 1280px) {
    .directory-card-container .directory-items .directory-card .card-list-col .card-list-image-section .card-list-image {
        height: 9.2pc;
        min-height: 9.2pc
    }
}

.directory-card-container .directory-items .directory-card .card-list-col .directory-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.8px;
    line-height: 23px;
    color: #333;
    padding: 11px 38.5px 7.7px 17.5px
}

@media (min-width: 768px) {
    .directory-card-container .directory-items .directory-card .card-list-col .directory-title {
        height: 82px;
        overflow: hidden
    }
}

.directory-card-container .directory-items .directory-card .card-list-col .learn-more-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #da291c;
    padding-left: 17.5px;
    padding-bottom: 17px
}

.directory-card-container .directory-items .directory-card:last-child {
    padding-bottom: 101px
}

@media (min-width: 768px) {
    .directory-card-container .directory-items .directory-card:last-child {
        padding-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .directory-card-container .directory-items .directory-card:last-child {
        padding-bottom: 66px
    }
}

.directory-card-container .directory-items .directory-card:last-child .sub-filter-section:last-child {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .directory-card-container .directory-items div.directory-card {
        padding-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .directory-card-container .directory-items div.directory-card {
        padding-bottom: 66px
    }
}

@media (min-width: 768px) {
    .directory-card-container .directory-items div.directory-card .sub-filter-section:last-child {
        padding-bottom: 0
    }
}

.document-filter-section {
    padding: 18px 18px 0 17px
}

@media (min-width: 768px) {
    .document-filter-section {
        padding: 18px 6.5px 0 20px
    }
}

@media (min-width: 1280px) {
    .document-filter-section {
        padding: 27px 25px 0 20px
    }
}

.document-filter-section .filter-section {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .document-filter-section .filter-section {
        padding-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .document-filter-section .filter-section {
        padding-bottom: 0
    }
}

.document-filter-section .filter-section .document-filters-title {
    font-size: 14px;
    font-size: .875rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    line-height: 19px;
    color: #676767;
    padding-bottom: 9px
}

@media (min-width: 768px) {
    .document-filter-section .filter-section .document-filters-title {
        font-size: .75rem;
        letter-spacing: .9pt
    }
}

.document-filter-section .filter-section .arrow-up {
    position: relative;
    float: right;
    top: 11px
}

.document-filter-section .filter-section[aria-expanded=true] {
    padding-bottom: 5px
}

.document-filter-section .filter-section[aria-expanded=true] .arrow-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -1px
}

.document-filter-section .sub-filter-section {
    padding-bottom: 28px;
    -webkit-transition: display 0s;
    transition: display 0s
}

@media (min-width: 768px) {
    .document-filter-section .sub-filter-section {
        padding-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .document-filter-section .sub-filter-section {
        padding-bottom: 14px
    }
}

.document-filter-section .sub-filter-section .filters {
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #da291c;
    display: block
}

.consumer-rights-form-container .consumer-rights-title {
    background-color: #484545;
    padding: 78pt 90pt 78pt 340px
}

.consumer-rights-form-container .consumer-rights-title h3 {
    font-size: 3pc;
    font-size: 3rem;
    letter-spacing: 0
}

.consumer-rights-form-container .consumer-rights-info {
    padding: 3.75rem 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    width: 90%
}

.consumer-rights-form-container .consumer-rights-info .consumer-rights-info__text {
    color: #343434;
    font-size: 30px;
    font-size: 1.875rem
}

.consumer-rights-form-container .consumer-rights-info p {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-info p {
        width: 60%
    }
}

.consumer-rights-form-container .consumer-rights-info h2 {
    color: #343434;
    text-transform: uppercase
}

.consumer-rights-form-container .consumer-rights-state {
    background-color: #eee;
    padding: 1pc
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-state {
        padding: 2pc
    }
}

.consumer-rights-form-container .consumer-rights-state .consumer-rights-state-radio {
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    width: 90%
}

.consumer-rights-form-container .consumer-rights-state .consumer-rights-state-radio__title {
    color: #343434;
    font-size: 1pc;
    font-size: 1rem;
    margin: 20px 0 15px;
    font-weight: 700;
    text-transform: uppercase
}

.consumer-rights-form-container .consumer-rights-state input[type=radio] {
    margin-right: 10px;
    float: left;
    height: 25px
}

.consumer-rights-form-container .consumer-rights-state .consumer-rights-state-next_button {
    font-family: NeusaNextProRegular, sans-serif;
    text-transform: uppercase;
    background-color: #e42300;
    border: 2px solid #e42300;
    position: relative;
    text-align: center;
    color: #f0f0f0;
    padding: 1rem;
    white-space: nowrap;
    min-width: 150px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.consumer-rights-form-container .consumer-rights-form-section {
    background-color: #eee;
    display: none;
    padding: 0
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-form-section {
        padding: 2pc
    }
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    width: 90%
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form section {
    clear: both;
    padding: 9pt 0
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form section {
        width: 50%;
        float: left;
        clear: none
    }
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-request-checkbox, .consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-request-radio {
    width: 90%;
    float: left
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-request-radio {
        margin-top: 28px
    }
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form input[type=checkbox], .consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form input[type=radio] {
    margin-right: 15px;
    float: left;
    height: 25px
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form label {
    float: left;
    width: 88%
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-form__input {
    border: 1px solid #ccc;
    font-size: 1pc;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 9pt 0 9pt 10px;
    width: 100%
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-form__textarea {
    padding-bottom: 0;
    margin-bottom: 0;
    resize: none
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .customer_request_label {
    width: 100%;
    text-align: right
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .required {
    margin-top: 2pc
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-form__title {
    color: #343434;
    font-size: 1pc;
    font-size: 1rem;
    margin: 20px 0 15px;
    font-weight: 700;
    text-transform: uppercase
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .consumer-rights-form-submit_button {
    font-family: NeusaNextProRegular, sans-serif;
    text-transform: uppercase;
    background-color: #e42300;
    border: 2px solid #e42300;
    position: relative;
    text-align: center;
    color: #f0f0f0;
    padding: 1rem;
    white-space: nowrap;
    min-width: 150px;
    margin-bottom: 40px;
    margin-top: 1rem
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .clear-both {
    clear: both
}

.consumer-rights-form-container .consumer-rights-form-section .consumer-rights-form .agent_email {
    display: none;
    width: 88%;
    margin-left: 6%
}

.consumer-rights-form-container .consumer-rights-form-section .validate-errors-list {
    color: #e42300;
    font-size: .8pc;
    font-size: .8rem;
    padding: 0 0 9pt 9pt;
    width: 100%;
    clear: both
}

.consumer-rights-form-container .consumer-rights-form-section .validate-errors-list.agent_email {
    margin-left: 6%;
    display: block
}

.consumer-rights-form-container .consumer-rights-form-section .validate-errors-list.agent_request {
    width: 88%;
    margin-left: 4%
}

.consumer-rights-form-container .consumer-rights-form-message-section, .consumer-rights-form-container .consumer-rights-privacy-section {
    display: none;
    background-color: #eee;
    padding: 2pc 1pc;
    min-height: 90pt
}

@media (min-width: 768px) {
    .consumer-rights-form-container .consumer-rights-form-message-section, .consumer-rights-form-container .consumer-rights-privacy-section {
        padding: 2pc;
        min-height: 220px
    }
}

.consumer-rights-form-container .consumer-rights-form-message-section .consumer-rights-form-message, .consumer-rights-form-container .consumer-rights-privacy-section .consumer-rights-form-message {
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    width: 90%
}

.consumer-rights-form-container .consumer-rights-form-message-section .error-message, .consumer-rights-form-container .consumer-rights-form-message-section .general-error-message, .consumer-rights-form-container .consumer-rights-form-message-section .success-message, .consumer-rights-form-container .consumer-rights-privacy-section .error-message, .consumer-rights-form-container .consumer-rights-privacy-section .general-error-message, .consumer-rights-form-container .consumer-rights-privacy-section .success-message {
    display: none
}

.consumer-rights-form-container .consumer-rights-form-message-section .error-message__text, .consumer-rights-form-container .consumer-rights-privacy-section .error-message__text {
    color: #e42300
}

.cookie-consent-container {
    padding: 20px 15px;
    font-size: 1pc;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    text-align: center;
    border: 1px solid #ccc;
    background-color: hsla(0, 0%, 100%, .93);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1050;
    display: none
}

.cookie-consent-container .cc-close__btn {
    display: block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE3MiAxNzIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZm9udC1mYW1pbHk9Im5vbmUiIGZvbnQtd2VpZ2h0PSJub25lIiBmb250LXNpemU9Im5vbmUiIHRleHQtYW5jaG9yPSJub25lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsIj48cGF0aCBkPSJNMCAxNzJWMGgxNzJ2MTcyeiIvPjxwYXRoIGQ9Ik0zMy43MzQgMjMuNkwyMy42IDMzLjczNCA3NS44NjYgODYgMjMuNiAxMzguMjY2IDMzLjczNCAxNDguNCA4NiA5Ni4xMzRsNTIuMjY2IDUyLjI2NiAxMC4xMzQtMTAuMTM0TDk2LjEzNCA4NiAxNDguNCAzMy43MzQgMTM4LjI2NiAyMy42IDg2IDc1Ljg2NnoiIGZpbGw9IiMwMDAiLz48L2c+PC9zdmc+") 50% 50% no-repeat;
    background-size: 100%;
    cursor: pointer;
    float: right;
    position: relative
}

.cookie-consent-container .cookie-consent-wrapper {
    outline: none
}

.cookie-consent-container .cookie-consent-wrapper .cc-message-section {
    margin: 10px 0;
    outline: none
}

.cookie-consent-container .cookie-consent-wrapper .cc-message__text {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.cookie-consent-container .cookie-consent-wrapper .cc-message__text a {
    color: #d81e05
}

.cookie-consent-container .cookie-consent-wrapper .cc-submit__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    background-color: #000;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: 2px solid #000;
    padding: 9pt 36px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 30px auto 0
}

.cookie-consent-container .cookie-consent-wrapper .cc-submit__btn:hover {
    background-color: #333;
    text-decoration: none
}

@media (min-width: 1024px) {
    .cookie-consent-container .cookie-consent-wrapper {
        margin: 30px auto;
        width: 75%
    }

    .cookie-consent-container .cookie-consent-wrapper .cc-message-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cookie-consent-container .cookie-consent-wrapper .cc-submit__btn {
        margin: 0 25px 0 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.cmp-contentfragment {
    background-color: #f5f5f5;
    font-family: NeusaNextProRegular, sans-serif
}

.cmp-contentfragment .cmp-contentfragment__elements {
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    padding: 50px 0
}

.cmp-contentfragment .cmp-contentfragment__elements h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 3px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cmp-contentfragment .cmp-contentfragment__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 64pc;
    max-width: 64rem;
    letter-spacing: 3px;
    padding: 50px 0 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.footerLinks, .signin {
    background: #f8f8f8;
    text-align: center
}

.login-container .sucess-banner {
    display: none;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    padding: 11px 0 7px;
    background: rgba(52, 168, 83, .1);
    color: #000
}

.login-container .sucess-banner.show {
    display: block
}

.login-container .sucess-banner span {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #73d809;
    vertical-align: middle;
    margin-right: 1pc;
    position: relative;
    top: -2px
}

.login-container .sucess-banner span .tickWhite {
    position: absolute;
    left: 9pt
}

.login-container .sucess-banner span .tickWhite:after, .login-container .sucess-banner span .tickWhite:before {
    position: absolute;
    top: 13px;
    left: -7px;
    content: "";
    background: #fff;
    height: 2px;
    width: 7px;
    -webkit-transform: rotate(44deg) !important;
    transform: rotate(44deg) !important
}

.login-container .sucess-banner span .tickWhite:after {
    width: 9pt;
    -webkit-transform: rotate(-50deg) !important;
    transform: rotate(-50deg) !important;
    top: 11px;
    left: -4px
}

@media (min-width: 768px) {
    .login-container .sucess-banner {
        margin: 7px 0 -40px
    }
}

.login-container .login-form {
    margin: 0 auto;
    max-width: 325px;
    padding: 30px 10px 15px;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    .login-container .login-form {
        padding: 98px 0 15px;
        max-width: 420px
    }
}

.login-container .login-form a {
    text-decoration: underline;
    color: #4b7694
}

.login-container .login-form a:hover {
    outline-width: 0
}

.login-container .login-form h3 {
    padding: 2px;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 20px
}

.login-container .login-form .h6 {
    display: none;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin: 0 0 23px
}

.login-container .login-form .h6.show {
    display: block
}

.login-container .login-form .form-group {
    margin-bottom: 2px
}

.login-container .login-form .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

.login-container .login-form .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

.login-container .login-form .form-group .form-control:-webkit-autofill, .login-container .login-form .form-group .form-control:-webkit-autofill:active, .login-container .login-form .form-group .form-control:-webkit-autofill:focus, .login-container .login-form .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.login-container .login-form .form-group .form-control.invalid-input {
    border: 1px solid #da291c;
    background-color: rgba(235, 87, 87, .1)
}

.login-container .login-form .form-group .form-control.invalid-input:-webkit-autofill, .login-container .login-form .form-group .form-control.invalid-input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.login-container .login-form .form-group .form-control.invalid-input:-webkit-autofill:active, .login-container .login-form .form-group .form-control.invalid-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.login-container .login-form .form-group .form-control.invalid-input:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

.login-container .login-form .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

.login-container .login-form .form-group .form-control:-moz-placeholder, .login-container .login-form .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

.login-container .login-form .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

@media (min-width: 768px) {
    .login-container .login-form .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

.login-container .login-form .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.login-container .login-form .form-group input[type=password]::-ms-clear, .login-container .login-form .form-group input[type=password]::-ms-reveal {
    display: none
}

.login-container .login-form .form-group input::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

.login-container .login-form .form-group .forgot-psrd, .login-container .login-form .form-group .forgot-username {
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.71;
    text-align: right;
    color: #4b7694;
    display: inherit
}

@media (min-width: 768px) {
    .login-container .login-form .form-group .forgot-psrd, .login-container .login-form .form-group .forgot-username {
        font-size: .875rem
    }
}

.login-container .login-form .form-group .forgot-psrd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-container .login-form .form-group .forgot-psrd a {
    width: 10pc
}

.login-container .login-form .form-group .form-check-label {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif
}

.login-container .login-form .form-group .form-check-label .form-checkinput {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 1px;
    top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.login-container .login-form .form-group .form-check-label .checkboxActive, .login-container .login-form .form-group .form-check-label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 1pc;
    width: 1pc;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 2px
}

.login-container .login-form .form-group .form-check-label .checkboxActive:after, .login-container .login-form .form-group .form-check-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.login-container .login-form .form-group .form-check-label .checkmark.checkboxActive {
    background: #da291c;
    border: 1px solid #da291c
}

.login-container .login-form .form-group .form-check-label .checkmark.checkboxActive:after {
    display: block
}

.login-container .login-form .form-group.checkBox {
    margin-top: 11px
}

@media (min-width: 768px) {
    .login-container .login-form .form-group.checkBox {
        margin-top: 1pc
    }
}

.login-container .login-form .show-pass {
    position: relative;
    margin-bottom: 0
}

.login-container .login-form .show-pass .ptext {
    position: absolute;
    right: 10px;
    top: 29px;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    cursor: pointer
}

@media (min-width: 768px) {
    .login-container .login-form .show-pass .ptext {
        top: 33px
    }
}

.login-container .login-form .show-pass .Show:after {
    content: "Show"
}

.login-container .login-form .show-pass .Hide:after {
    content: "Hide"
}

.login-container .login-form .btn.loginBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    opacity: 1;
    padding: 7px 10px;
    min-height: 40px;
    max-width: 142px;
    width: 100%;
    display: inherit;
    margin: 51px auto 30px;
    border-radius: 2px;
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: pointer
}

@media (min-width: 768px) {
    .login-container .login-form .btn.loginBtn {
        max-width: 200px;
        margin: 44px auto 30px
    }
}

.login-container .login-form .btn.loginBtn:hover {
    outline-width: 0
}

.login-container .login-form .btn.loginBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

.login-container .login-form .btn.loginBtn.enabled {
    cursor: pointer;
    background-color: #da291c;
    color: #fff
}

.login-container .login-form .signHelp-links {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

.login-container .login-form .signHelp-links p {
    font-size: 14px;
    font-size: .875rem
}

.login-container .login-form .signHelp-links p a {
    color: #4b7694;
    text-decoration: underline
}

@media (min-width: 768px) {
    .login-container .login-form .signHelp-links p {
        font-size: 1rem
    }
}

.login-container .errforpassword {
    margin-top: 8px;
    opacity: 1;
    visibility: hidden;
    line-height: 1;
    text-align: left;
    max-width: 62%
}

.login-container .errforpassword.show {
    visibility: visible
}

.login-container .errforpassword span {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

#fsbpCreateAccount {
    background: #f8f8f8;
    padding: 0 0 36px;
    position: relative;
    margin-top: -1px
}

@media (min-width: 768px) {
    #fsbpCreateAccount {
        padding: 22px 0 0
    }
}

#fsbpCreateAccount .leftSideColumn {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    padding: 20px 10px;
    z-index: 1;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#fsbpCreateAccount .leftSideColumn.step-1, #fsbpCreateAccount .leftSideColumn.step-4 {
    display: none
}

@media (min-width: 768px) {
    #fsbpCreateAccount .leftSideColumn {
        top: 140px
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn {
        -webkit-transition: none;
        transition: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: auto;
        bottom: 0;
        width: 230px;
        height: 100%;
        overflow: visible
    }
}

#fsbpCreateAccount .leftSideColumn.step-2 {
    padding: 14px;
    height: 40px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-2 {
        height: 100%;
        padding: 20px 10px
    }
}

#fsbpCreateAccount .leftSideColumn.step-3 {
    height: 74px;
    padding: 7px 10px 15px;
    top: 65px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .leftSideColumn.step-3 {
        top: 166px
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3 {
        height: 100%;
        padding: 20px 15px;
        top: 0
    }
}

#fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li {
    word-break: break-all;
    font-size: 9pt;
    font-size: .75rem;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li {
        margin-bottom: 5px;
        font-size: .875rem
    }
}

#fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:first-child {
    opacity: 1;
    margin-bottom: 2px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:first-child {
        margin-bottom: 24px
    }
}

#fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:not(:first-child) {
    opacity: 1
}

#fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:nth-child(3) {
    opacity: .8
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:nth-child(3) {
        opacity: 1
    }
}

#fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:nth-child(n+4) {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:nth-child(n+4) {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3 ul.accountDetails li:nth-child(n+4) {
        opacity: 1
    }
}

#fsbpCreateAccount .leftSideColumn.step-3.openDrop {
    height: 220px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.step-3.openDrop {
        height: 100%
    }
}

#fsbpCreateAccount .leftSideColumn.step-3.openDrop ul.accountDetails li:nth-child(3), #fsbpCreateAccount .leftSideColumn.step-3.openDrop ul.accountDetails li:nth-child(n+4) {
    opacity: 1
}

#fsbpCreateAccount .leftSideColumn.openDrop {
    height: 260px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.openDrop {
        height: 100%
    }
}

#fsbpCreateAccount .leftSideColumn.openDrop .DropArrow {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

#fsbpCreateAccount .leftSideColumn.openDrop ul.accountDetails li {
    margin-bottom: 5px
}

#fsbpCreateAccount .leftSideColumn.openDrop ul.accountDetails li:not(:first-child) {
    opacity: 1
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn.openDrop ul.accountDetails li:not(:first-child) {
        opacity: 1
    }
}

#fsbpCreateAccount .leftSideColumn ul.accountDetails {
    max-width: 305px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpCreateAccount .leftSideColumn ul.accountDetails {
        max-width: 481px
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn ul.accountDetails {
        margin-top: 250px
    }
}

#fsbpCreateAccount .leftSideColumn ul.accountDetails li {
    margin-bottom: 5px;
    font-size: 9pt;
    font-size: .75rem;
    color: #333
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn ul.accountDetails li {
        font-size: .875rem
    }
}

#fsbpCreateAccount .leftSideColumn ul.accountDetails li span, #fsbpCreateAccount .leftSideColumn ul.accountDetails li strong {
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .leftSideColumn ul.accountDetails li:first-child {
    margin-bottom: 5px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn ul.accountDetails li:first-child {
        margin-bottom: 24px
    }
}

#fsbpCreateAccount .leftSideColumn ul.accountDetails li:not(:first-child) {
    opacity: .8
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn ul.accountDetails li:not(:first-child) {
        opacity: 1
    }
}

#fsbpCreateAccount .leftSideColumn .DropArrow {
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/redDownArrow.svg);
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 88%;
    background-size: 13px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .leftSideColumn .DropArrow {
        display: none
    }
}

#fsbpCreateAccount .aselect .selector {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    border-radius: 2px;
    display: block;
    padding: 7px 28px;
    -webkit-box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1)
}

#fsbpCreateAccount .aselect .selector .arrow {
    position: absolute;
    right: 28px;
    top: 40%;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/redDownArrow.svg);
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .aselect .selector .arrow {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpCreateAccount .aselect .selector.dropdown-toggle {
    font-size: 1pc;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    z-index: 9
}

#fsbpCreateAccount .aselect .selector.dropdown-toggle:after {
    display: none
}

#fsbpCreateAccount .aselect .selector.dropdown-toggle:focus {
    outline-width: 1px
}

#fsbpCreateAccount .aselect .dropdown-toggle[data-value="0"] {
    color: #ccc
}

#fsbpCreateAccount .aselect ul {
    width: 310px;
    font-size: 1pc;
    font-size: 1rem;
    z-index: 1;
    background: #fff;
    -webkit-transform: translate3d(0, 38px, 0) !important;
    transform: translate3d(0, 38px, 0) !important;
    border-radius: 0;
    border: none;
    padding-top: 0
}

#fsbpCreateAccount .aselect li {
    padding: 8px 28px;
    color: #000;
    cursor: pointer
}

#fsbpCreateAccount .aselect li:focus, #fsbpCreateAccount .aselect li:hover {
    color: #000;
    background: hsla(0, 0%, 80%, .3)
}

#fsbpCreateAccount .aselect.show .arrow {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

#fsbpCreateAccount .progress {
    max-width: 100%;
    margin: 0 auto;
    height: 5px;
    position: relative;
    background: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress {
        max-width: 40pc;
        height: 10px
    }
}

#fsbpCreateAccount .progress .progress-gray {
    background: #f8f8f8;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    position: absolute
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress .progress-gray {
        background: #eae6e7
    }
}

#fsbpCreateAccount .progress .progress-gray .progress-red {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#da291c));
    background: linear-gradient(90deg, #000, #da291c);
    border-radius: 0 3px 3px 0;
    height: 100%
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .progress .progress-gray .progress-red {
        background: rgba(0, 0, 0, .56);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .56)), to(#da291c));
        background: linear-gradient(90deg, rgba(0, 0, 0, .56), #da291c);
        border-radius: 3px 0 0 3px
    }
}

#fsbpCreateAccount .progress .progress-gray .progress-red.step-1 {
    width: 25%
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress .progress-gray .progress-red.step-1 {
        width: 0
    }
}

#fsbpCreateAccount .progress .progress-gray .progress-red.step-2 {
    width: 50%
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress .progress-gray .progress-red.step-2 {
        width: 32.2%
    }
}

#fsbpCreateAccount .progress .progress-gray .progress-red.step-3 {
    width: 75%
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress .progress-gray .progress-red.step-3 {
        width: 69.2%
    }
}

#fsbpCreateAccount .progress .progress-gray .progress-red.step-4 {
    width: 100%;
    border-radius: 4px
}

#fsbpCreateAccount .progress .ProgIndicator {
    display: none
}

@media (min-width: 768px) {
    #fsbpCreateAccount .progress .ProgIndicator {
        display: block;
        background: #da291c;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        position: absolute
    }

    #fsbpCreateAccount .progress .ProgIndicator.step-2 {
        left: 32%
    }

    #fsbpCreateAccount .progress .ProgIndicator.step-3 {
        left: 68%
    }

    #fsbpCreateAccount .progress .ProgIndicator.step-4 {
        left: 98.4%
    }
}

#fsbpCreateAccount .Progress-Bar-text {
    max-width: 100%;
    margin: 0 auto;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0 0
}

@media (min-width: 768px) {
    #fsbpCreateAccount .Progress-Bar-text {
        max-width: 730px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#fsbpCreateAccount .Progress-Bar-text li {
    font-family: NeusaNextProRegular, sans-serif;
    color: #eae6e7;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700
}

#fsbpCreateAccount .Progress-Bar-text li.progressActive {
    color: #da291c
}

#fsbpCreateAccount .Progress-Bar-text li.progressRead {
    color: #000
}

#fsbpCreateAccount .lh3, #fsbpCreateAccount h3 {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 8px;
    min-height: 2pc
}

@media (min-width: 768px) {
    #fsbpCreateAccount .lh3, #fsbpCreateAccount h3 {
        min-height: 40px
    }
}

#fsbpCreateAccount .lh6, #fsbpCreateAccount h6 {
    font-family: NeusaNextProRegular, sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin: 0 0 24px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .lh6, #fsbpCreateAccount h6 {
        margin: 0 0 63px
    }
}

#fsbpCreateAccount .errforpassword {
    visibility: hidden
}

#fsbpCreateAccount .errforpassword .cross-icon {
    padding: 0 0 0 15px;
    margin-top: -1px
}

#fsbpCreateAccount .errforpassword span {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

#fsbpCreateAccount .errforpassword.errShow {
    visibility: visible
}

#fsbpCreateAccount .errforpassword.errShow.errEmpty {
    visibility: hidden
}

#fsbpCreateAccount .ug-createPassword {
    margin: 4px 0 22px;
    line-height: 1
}

#fsbpCreateAccount .ug-createPassword .errforpassword.listStyle, #fsbpCreateAccount .ug-createPassword .tickforpassword.listStyle, #fsbpCreateAccount .ug-createPassword li {
    width: 48%;
    display: inline-block;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    padding: 0 0 0 20px;
    position: relative;
    background-image: none;
    list-style-image: none;
    visibility: visible;
    vertical-align: top
}

#fsbpCreateAccount .ug-createPassword .errforpassword.listStyle:before, #fsbpCreateAccount .ug-createPassword .tickforpassword.listStyle:before, #fsbpCreateAccount .ug-createPassword li:before {
    content: " ";
    position: absolute;
    left: 4px;
    height: 4px;
    width: 4px;
    background-color: #000;
    background-image: none;
    border-radius: 4px;
    top: 4px;
    display: block
}

#fsbpCreateAccount .ug-createPassword li.tickforpassword:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/iconsTick-green.svg);
    width: 11px;
    height: 9pt;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 11px;
    background-color: transparent;
    left: 0;
    top: 0
}

#fsbpCreateAccount .ug-createPassword li.errforpassword {
    visibility: visible
}

#fsbpCreateAccount .ug-createPassword li.errforpassword:before {
    top: 1px;
    visibility: visible
}

#fsbpCreateAccount .ug-createPassword li.errforpassword:before, #fsbpCreateAccount .ug-createPassword li.passwordblur:not(.tickforpassword):before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    left: 0
}

#fsbpCreateAccount .ug-createPassword li.passwordblur:not(.tickforpassword):before {
    top: 3px
}

#fsbpCreateAccount .form-group .form-control.hasError {
    border: 1px solid #da291c;
    background-color: rgba(235, 87, 87, .1)
}

#fsbpCreateAccount .sso-input-error {
    display: none;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .sso-input-error.show {
    display: block;
    padding-top: 8px;
    visibility: visible
}

#fsbpCreateAccount .sso-input-error .cross-icon {
    margin-right: 5px
}

#fsbpCreateAccount .form-group.checkedBox .form-control, #fsbpCreateAccount .form-group.checkedBox .infoIcon {
    pointer-events: none
}

#fsbpCreateAccount .form-group.checkedBox .form-control {
    background-color: #535353;
    opacity: .4
}

#fsbpCreateAccount .accountForm {
    margin-top: 85px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .accountForm {
        margin-top: 0
    }
}

#fsbpCreateAccount .accountForm .form-group.info-group {
    position: relative
}

#fsbpCreateAccount .accountForm .form-group.info-group .infoIcon {
    cursor: default;
    position: absolute;
    right: 10px;
    top: 28px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icons-info.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .accountForm .form-group.info-group .infoIcon {
        top: 2pc
    }
}

#fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: -10px;
    top: -61px;
    background: #333;
    width: 183px;
    height: 50px;
    color: #f5f5f5;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-style: normal;
    padding: 7px 10px;
    border-radius: 3px;
    z-index: 2
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 768px) {
    #fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip {
        top: -4pc
    }
}

#fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip:after {
    content: "";
    border-top: 10px solid #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 9pt
}

#fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip:focus, #fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip:hover {
    outline: none
}

#fsbpCreateAccount .accountForm .form-group.info-group .infoIcon .infoToltrip.infoShow {
    visibility: visible;
    opacity: 1
}

#fsbpCreateAccount .accountForm .invalid-password {
    background-color: #da291c
}

#fsbpCreateAccount .btn:hover {
    outline-color: transparent;
    outline-width: 0
}

#fsbpCreateAccount:hover {
    outline-width: 0
}

#fsbpCreateAccount .CreateAccount {
    max-width: 730px;
    margin: 0 auto
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form {
    margin: 0 auto;
    max-width: 310px;
    padding: 2pc 0 15px;
    font-family: NeusaNextProRegular, sans-serif;
    min-height: 52vh
}

@media (min-width: 768px) {
    #fsbpCreateAccount .CreateAccount .CreateAccount-form {
        padding: 2pc 0 15px;
        max-width: 481px
    }
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form a:hover {
    outline-width: 0
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group {
    max-width: 310px;
    margin: 0 auto 2px
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-webkit-autofill, #fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-webkit-autofill:active, #fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-moz-placeholder, #fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpCreateAccount .CreateAccount .CreateAccount-form .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .CreateAccount .signHelp-links {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

#fsbpCreateAccount .CreateAccount .signHelp-links a {
    color: #4b7694;
    text-decoration: underline
}

@media (min-width: 768px) {
    #fsbpCreateAccount .CreateAccount .signHelp-links {
        font-size: 1rem
    }
}

#fsbpCreateAccount .backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 31px 2px 40px;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpCreateAccount .backBtn {
        padding: 41px 34px 6pc
    }
}

#fsbpCreateAccount .backBtn .back-prev {
    font-size: 1pc;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/arrowBack-Black.svg);
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    background-position: 0;
    height: auto;
    cursor: pointer
}

#fsbpCreateAccount .backBtn .btn.NextBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 142px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    #fsbpCreateAccount .backBtn .btn.NextBtn {
        max-width: 200px
    }
}

#fsbpCreateAccount .backBtn .btn.NextBtn:hover {
    outline-width: 0
}

#fsbpCreateAccount .backBtn .btn.NextBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation {
    max-width: 730px;
    margin: 0 auto
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-text.textmuted {
    font-size: 14px;
    font-size: .875rem;
    line-height: 28px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-text.textmuted a {
    text-decoration: none;
    color: #4b7694
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-text.textmuted a .ancorItem:hover {
    color: #4b7694
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-text.textmuted a .ancorSeparator {
    color: #333
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .AccountInformation-form {
    margin: 0 auto;
    max-width: 305px;
    padding: 2pc 0 15px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .AccountInformation-form {
        padding: 2pc 0 15px;
        max-width: 481px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .rowTwoColumn {
    display: block
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .rowTwoColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .rowTwoColumn .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .rowTwoColumn .form-group.titleBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .rowTwoColumn .form-group.zipCode {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group {
    margin-bottom: 1pc
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-webkit-autofill, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-webkit-autofill:active, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-moz-placeholder, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control::-webkit-inner-spin-button, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group input[type=number] {
    -moz-appearance: textfield
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .form-checkinput {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 1px;
    top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkboxActive, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 1pc;
    width: 1pc;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 2px
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkboxActive:after, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkmark.checkboxActive {
    background: #da291c;
    border: 1px solid #da291c
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .form-check-label .checkmark.checkboxActive:after {
    display: block
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper {
    display: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile {
    position: relative;
    width: 9pc;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile {
        margin-bottom: 0
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile .carrot-open {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/redDownArrow.svg);
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 88%;
    background-size: 13px;
    position: absolute;
    right: 9pt;
    top: 1pc;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile .carrot-open {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile.open .carrot-open {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile .costomSelectMobile {
    background: #fff;
    height: auto;
    width: 100%;
    padding: 3px 10px;
    min-height: 2pc
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .selectMobile .costomSelectMobile {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #eae6e7;
    border-radius: 2px;
    margin-top: 5px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile {
        width: 250px;
        margin-top: 0
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile .costomSelectMobNo {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/redDownArrow.svg);
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 88%;
    background-size: 13px;
    height: auto;
    width: auto;
    padding: 3px 10px;
    min-height: 2pc
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile .costomSelectMobNo {
        padding: 6px 10px;
        min-height: 38px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile .form-control {
    border: none;
    padding: 6px 10px;
    min-height: 38px
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper .countryCode-mobile .custom-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border: none;
    border-right: 1px solid #eae6e7;
    border-radius: 0
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper select.custom-select {
    font-family: NeusaNextProRegular, sans-serif;
    min-height: 2pc;
    border-radius: 2px;
    background-size: 8px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .phone-wrapper select.custom-select {
        min-height: 2pc
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown {
    background: #fff;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #eae6e7;
    width: 5pc;
    padding: 4px 7px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown {
        padding: 7px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vue-tel-input {
    width: 100%;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    border: 1px solid #eae6e7;
    min-height: 2pc
}

@media (min-width: 768px) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vue-tel-input {
        width: 310px
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vue-tel-input:focus-within {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__selection .vti__country-code {
    color: #333;
    margin-right: 5px;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown-arrow {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/redDownArrow.svg);
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 13px;
    color: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown-arrow {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown-arrow:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__input {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__input::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__input:-moz-placeholder, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__input::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__input:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .form-group .vti__dropdown-item strong {
    font-weight: 400
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .vti__dropdown.open .vti__dropdown-arrow {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    margin-top: -2px
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .custom-select.costomSelectMobile {
    border: 1px solid #eae6e7
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .custom-select.costomSelectMobile:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .emplId .errforpassword, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .license-Number .errforpassword {
    display: none
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .emplId .errforpassword.errShow, #fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .license-Number .errforpassword.errShow {
    display: block
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .backBtn {
    max-width: 481px;
    margin: 0 auto;
    padding: 20px 0
}

#fsbpCreateAccount .AccountInformation-wrapper .AccountInformation .backBtn.dontLN .btn.NextBtn {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

#fsbpCreateAccount .AccountInformation-wrapper .accountForm {
    margin-top: 50px
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .AccountInformation-wrapper .accountForm {
        margin-top: 0
    }
}

#fsbpCreateAccount .UsernamePassword {
    max-width: 730px;
    margin: 0 auto
}

#fsbpCreateAccount .UsernamePassword .accountForm {
    margin-top: 88px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .UsernamePassword .accountForm {
        margin-top: 90px
    }
}

@media (min-width: 1280px) {
    #fsbpCreateAccount .UsernamePassword .accountForm {
        margin-top: 0
    }
}

#fsbpCreateAccount .UsernamePassword .lh3 {
    margin: 0 0 10px
}

@media (min-width: 768px) {
    #fsbpCreateAccount .UsernamePassword .lh3 {
        margin: 2pc 0
    }
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form {
    margin: 0 auto;
    max-width: 310px;
    padding: 24px 0 15px;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpCreateAccount .UsernamePassword .UsernamePassword-form {
        padding: 2pc 0 15px;
        max-width: 481px
    }
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group {
    margin-bottom: 8px
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-text a, #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-text a:hover {
    text-decoration: none
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-text a .ancorItem:hover {
    text-decoration: underline
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-webkit-autofill, #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-webkit-autofill:active, #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-moz-placeholder, #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group input[type=password]::-ms-clear, #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group input[type=password]::-ms-reveal {
    display: none
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group input::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .form-group.disabled {
    pointer-events: none;
    opacity: .3
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .show-pass {
    position: relative
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .show-pass .ptext {
    position: absolute;
    right: 10px;
    top: 29px;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    cursor: pointer
}

@media (min-width: 768px) {
    #fsbpCreateAccount .UsernamePassword .UsernamePassword-form .show-pass .ptext {
        top: 33px
    }
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .show-pass .Show:after {
    content: "Show"
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .show-pass .Hide:after {
    content: "Hide"
}

#fsbpCreateAccount .UsernamePassword .UsernamePassword-form .backBtn {
    max-width: 481px;
    margin: 0 auto;
    padding: 18px 0
}

#fsbpCreateAccount .ConfirmYourEmail {
    max-width: 730px;
    margin: 0 auto
}

#fsbpCreateAccount .ConfirmYourEmail .lh3 {
    margin: 24px 0
}

@media (min-width: 768px) {
    #fsbpCreateAccount .ConfirmYourEmail .lh3 {
        margin: 2pc 0
    }
}

#fsbpCreateAccount .ConfirmYourEmail .h6 {
    margin: 0 0 52px
}

#fsbpCreateAccount .ConfirmYourEmail .ConfirmYourEmail-form {
    max-width: 345px;
    margin: 0 auto;
    padding: 2pc 0 15px;
    min-height: 52vh
}

#fsbpCreateAccount .ConfirmYourEmail .btn.CloseBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 142px;
    min-height: 40px;
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    border: 1px solid #da291c;
    color: #da291c;
    display: inherit;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    #fsbpCreateAccount .ConfirmYourEmail .btn.CloseBtn {
        max-width: 200px
    }
}

#fsbpCreateAccount .ConfirmYourEmail .btn.CloseBtn:hover {
    outline-width: 0
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    #fsbpCreateAccount .progress {
        height: 15px
    }

    #fsbpCreateAccount .progress .ProgIndicator {
        position: relative;
        margin-top: 5px
    }

    #fsbpCreateAccount .leftSideColumn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.newPasword {
    background: #f8f8f8
}

.rwrapper {
    opacity: .3;
    pointer-events: none
}

.forgotPasword {
    background: #f8f8f8
}

.forgotPasword.otpPage {
    display: none
}

.forgotPasword.otpPage.otpPageActive {
    display: block
}

.forgotPasword .top-title {
    background: rgba(52, 168, 83, .1);
    font-size: 1pc;
    font-size: 1rem;
    line-height: 1;
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    padding: 8px 7px;
    text-align: center;
    min-height: 40px;
    margin-bottom: 0;
    display: none
}

.forgotPasword .top-title span {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #73d809;
    margin: -1px 1pc 0 0
}

.forgotPasword .top-title span i {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-email-white-active.svg);
    width: 13.3px;
    height: 10.7px;
    background-repeat: no-repeat;
    background-size: 13.3px
}

@media (min-width: 768px) {
    .forgotPasword .top-title {
        margin: 6px 0 -40px
    }
}

.forgotPasword .top-title.ShowTitle {
    display: block
}

.forgotPasword .login-form {
    margin: 0 auto;
    max-width: 325px;
    padding: 30px 10px 15px;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    .forgotPasword .login-form {
        padding: 98px 0 15px;
        max-width: 420px
    }
}

.forgotPasword .login-form a, .forgotPasword .login-form a:hover {
    text-decoration: underline;
    color: #4b7694
}

.forgotPasword .login-form .resend-dintreceive-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.forgotPasword .login-form .resend-dintreceive-wrapper .resendCode {
    margin-bottom: 27px;
    display: block
}

.forgotPasword .login-form .resend-dintreceive-wrapper .resendCode.disabled {
    opacity: .3;
    pointer-events: none
}

.forgotPasword .login-form .resend-dintreceive-wrapper .resendCode .time-remain {
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

.forgotPasword .login-form .lh3 {
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 8px
}

.forgotPasword .login-form .lh6 {
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin: 0 0 23px
}

.forgotPasword .login-form .ShowContentNVC, .forgotPasword .login-form .ShowContentVC {
    display: none
}

.forgotPasword .login-form .form-group {
    margin-bottom: 2px
}

.forgotPasword .login-form .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

.forgotPasword .login-form .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

.forgotPasword .login-form .form-group .form-control:-webkit-autofill, .forgotPasword .login-form .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.forgotPasword .login-form .form-group .form-control:-webkit-autofill:active, .forgotPasword .login-form .form-group .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.forgotPasword .login-form .form-group .form-control:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

.forgotPasword .login-form .form-group .form-control.invalid-otp {
    border: 1px solid red;
    background-color: #da291c
}

.forgotPasword .login-form .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

.forgotPasword .login-form .form-group .form-control:-moz-placeholder, .forgotPasword .login-form .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

.forgotPasword .login-form .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem
}

@media (min-width: 768px) {
    .forgotPasword .login-form .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

.forgotPasword .login-form .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.forgotPasword .login-form .form-group input[type=password]::-ms-clear, .forgotPasword .login-form .form-group input[type=password]::-ms-reveal {
    display: none
}

.forgotPasword .login-form .form-group input::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

.forgotPasword .login-form .form-group .VerfGroup {
    margin-bottom: 5px
}

.forgotPasword .login-form .form-group .VerfGroup div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.forgotPasword .login-form .form-group .VerfGroup div .form-control {
    max-width: 40px;
    min-height: 40px;
    border-radius: 4px;
    -moz-appearance: textfield;
    text-align: center
}

@media (min-width: 768px) {
    .forgotPasword .login-form .form-group .VerfGroup div .form-control {
        max-width: 60px;
        min-height: 58px
    }
}

.forgotPasword .login-form .form-group .VerfGroup div .form-control:focus {
    border: 1px solid #000
}

.forgotPasword .login-form .form-group .VerfGroup div .form-control::-webkit-inner-spin-button, .forgotPasword .login-form .form-group .VerfGroup div .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.forgotPasword .login-form .signHelp-links {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

.forgotPasword .login-form .signHelp-links a {
    color: #4b7694;
    text-decoration: underline
}

@media (min-width: 768px) {
    .forgotPasword .login-form .signHelp-links {
        font-size: 1rem
    }
}

.forgotPasword .login-form .form-group.disabled {
    pointer-events: none;
    opacity: .3
}

.forgotPasword .login-form .backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 46px 0 20px;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    .forgotPasword .login-form .backBtn {
        padding: 4pc 0 72px
    }
}

.forgotPasword .login-form .backBtn .back-prev {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/arrowBack-Black.svg);
    width: 13.3px;
    height: 10.7px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    background-position: 0;
    height: auto;
    cursor: pointer
}

.forgotPasword .login-form .backBtn .btn.FogtBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 142px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: default;
    opacity: 1
}

@media (min-width: 768px) {
    .forgotPasword .login-form .backBtn .btn.FogtBtn {
        max-width: 200px
    }
}

.forgotPasword .login-form .backBtn .btn.FogtBtn:hover {
    outline-width: 0
}

.forgotPasword .login-form .backBtn .btn.FogtBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

.forgotPasword .login-form .backBtn .btn.FogtBtn.enabled {
    background-color: #da291c;
    color: #fff;
    cursor: pointer
}

.forgotPasword .login-form .btn.VerfBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    display: block;
    max-width: 143px;
    min-height: 40px;
    width: 100%;
    padding: 7px 8px 6px;
    background-color: #f8f8f8;
    color: #da291c;
    border: 1px solid #da291c;
    border-radius: 2px;
    margin: 83px 0
}

@media (min-width: 768px) {
    .forgotPasword .login-form .btn.VerfBtn {
        margin: 72px 0;
        max-width: 200px
    }
}

.forgotPasword .login-form .btn.VerfBtn:hover {
    outline-width: 0
}

.errforpassword {
    visibility: hidden;
    font-size: 1pc;
    font-size: 1rem
}

.errforpassword, .errforpassword span {
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

.errforpassword span {
    font-size: 9pt;
    font-size: .75rem
}

.errforpassword.otpErr, .errforpassword.showErr {
    visibility: visible
}

.errforpassword .cross-icon {
    margin-right: 4px
}

.newPassword .invalid-password {
    border: 1px solid red;
    background-color: rgba(235, 87, 87, .1)
}

.newPassword .ug-createPassword {
    margin: 8px 0 22px;
    line-height: 1
}

.newPassword .ug-createPassword li {
    list-style-image: none;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    width: 48%;
    display: inline-block
}

.newPassword .ug-createPassword li:before {
    content: " ";
    position: absolute;
    left: 4px;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 4px;
    top: 3px
}

.newPassword .ug-createPassword li.tickforpassword:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/iconsTick-green.svg);
    width: 11px;
    height: 9pt;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 11px;
    background-color: transparent;
    left: 0;
    top: 0
}

.newPassword .ug-createPassword li.passwordblur:not(.tickforpassword):before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    top: 1px;
    left: 0
}

.newPassword .errforpassword {
    display: none;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    color: #333
}

.newPassword .errforpassword.showErr {
    display: block
}

.newPassword .errforpassword.showErr.errEmpty {
    display: none
}

.newPassword .errforpassword .cross-icon {
    margin-right: 4px
}

.newPassword .errforpassword span {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

.newPassword .cancUpdateBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 39px 0 0
}

.newPassword .cancUpdateBtn .btn.btnCnl {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    display: block;
    max-width: 143px;
    min-height: 40px;
    width: 100%;
    padding: 7px 8px 6px;
    background-color: #f8f8f8;
    color: #da291c;
    border: 1px solid #da291c;
    border-radius: 2px;
    margin: 0
}

@media (min-width: 768px) {
    .newPassword .cancUpdateBtn .btn.btnCnl {
        margin: 0;
        max-width: 200px
    }
}

.newPassword .cancUpdateBtn .btn.btnCnl:hover {
    outline-width: 0
}

.newPassword .cancUpdateBtn .btn.btnCnl:focus {
    border: 2px solid #da291c
}

.newPassword .cancUpdateBtn .btn.uptBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 142px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

@media (min-width: 768px) {
    .newPassword .cancUpdateBtn .btn.uptBtn {
        max-width: 200px;
        margin: 0
    }
}

.newPassword .cancUpdateBtn .btn.uptBtn:hover {
    outline-width: 0
}

.newPassword .cancUpdateBtn .btn.uptBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

.newPassword .show-pass {
    position: relative
}

.newPassword .show-pass .ptext {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    cursor: pointer
}

.newPassword .show-pass .Show:after {
    content: "Show"
}

.newPassword .show-pass .Hide:after {
    content: "Hide"
}

#fsbpsFindRoof {
    background: #fff
}

#fsbpsFindRoof.all-screen {
    background: transparent
}

#fsbpsFindRoof.all-screen .roof-finder-tool:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-color: transparent transparent #f8f8f8;
    border-style: solid;
    border-width: 0 0 97px 78pt
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof.all-screen .roof-finder-tool:before {
        border-width: 0 0 21px 16pt
    }
}

#fsbpsFindRoof input[type=number]::-webkit-inner-spin-button, #fsbpsFindRoof input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpsFindRoof input[type=number] {
    -moz-appearance: textfield
}

#fsbpsFindRoof .sso-input-error {
    display: none;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsFindRoof .sso-input-error.show {
    display: block;
    visibility: visible;
    padding-top: 7px
}

#fsbpsFindRoof .sso-input-error .cross-icon {
    margin-top: -3px
}

#fsbpsFindRoof .contactForm {
    max-width: 302px;
    margin: 0 auto;
    padding: 67px 0
}

@media (min-width: 768px) {
    #fsbpsFindRoof .contactForm {
        max-width: 421px
    }
}

#fsbpsFindRoof .contactForm .form-group {
    margin: 0
}

#fsbpsFindRoof .contactForm .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    position: relative
}

#fsbpsFindRoof .contactForm .form-group .form-control {
    background: none;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#fsbpsFindRoof .contactForm .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #eae6e7;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsFindRoof .contactForm .form-group .form-control:-moz-placeholder, #fsbpsFindRoof .contactForm .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #eae6e7;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsFindRoof .contactForm .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #eae6e7;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpsFindRoof .contactForm .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpsFindRoof .contactForm .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpsFindRoof .contactForm .form-group .form-control::-webkit-inner-spin-button, #fsbpsFindRoof .contactForm .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpsFindRoof .lh3 {
    color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 8px;
    min-height: 40px
}

#fsbpsFindRoof .lh3, #fsbpsFindRoof .lh6 {
    font-family: NeusaNextProRegular, sans-serif;
    text-align: center
}

#fsbpsFindRoof .lh6 {
    color: #4a4a4a;
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 24px
}

@media (min-width: 768px) {
    #fsbpsFindRoof .lh6 {
        margin: 0 0 63px
    }
}

#fsbpsFindRoof .roof-finder-tool {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    background-color: #e7e7e6
}

#fsbpsFindRoof .roof-finder-tool:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 97px 78pt
}

@media (min-width: 375px) {
    #fsbpsFindRoof .roof-finder-tool {
        max-width: 75pc;
        margin: 40px auto;
        padding: 54px 70px 93px 316px
    }
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool {
        min-height: 660px;
        padding: 332px 20px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #fsbpsFindRoof .roof-finder-tool:before {
        border-width: 0 0 21px 16pt
    }
}

#fsbpsFindRoof .roof-finder-tool .roof-finder-tool-image {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5pc;
    display: block;
    width: 220px;
    height: 200px;
    background-image: url(clientlib-site/resources/images/logo-roof-image.png);
    background-repeat: no-repeat
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .roof-finder-tool-image {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 105px
    }
}

#fsbpsFindRoof .roof-finder-tool .finder-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
    letter-spacing: .8px;
    text-transform: uppercase;
    display: none
}

#fsbpsFindRoof .roof-finder-tool .zip-code-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 1pc;
    padding: 0 20px
}

@media (min-width: 375px) {
    #fsbpsFindRoof .roof-finder-tool .zip-code-heading {
        font-size: 42px;
        line-height: 3pc;
        text-align: left;
        padding: 0
    }
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-code-heading {
        text-align: center
    }
}

#fsbpsFindRoof .roof-finder-tool p.sub-aragraph {
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

@media (min-width: 375px) {
    #fsbpsFindRoof .roof-finder-tool p.sub-aragraph {
        margin-bottom: 2pc;
        text-align: left
    }
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool p.sub-aragraph {
        text-align: center
    }
}

#fsbpsFindRoof .roof-finder-tool p.whyMatters {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000;
    margin: 0
}

#fsbpsFindRoof .roof-finder-tool p.whyMatters .questionCircle {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/QuestionMark.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpsFindRoof .roof-finder-tool p.whyMatters .questionCircle:focus {
    outline-color: #da291c;
    outline-style: solid
}

#fsbpsFindRoof .roof-finder-tool p.whyMatters .questionCircle:hover {
    outline-color: transparent
}

#fsbpsFindRoof .roof-finder-tool p.factor-Law {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #595f67;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

@media (prefers-reduced-motion: reduce) {
    #fsbpsFindRoof .roof-finder-tool p.factor-Law {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpsFindRoof .roof-finder-tool p.factor-Law.whyThisMatters {
    opacity: 0;
    visibility: hidden
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form {
    width: 100%;
    max-width: 445px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form {
        place-content: center
    }
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group {
    width: 83.5%;
    margin: 0;
    position: relative
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 0 25px 2px 55px;
    min-height: 72px;
    border-radius: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-webkit-autofill, #fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-webkit-autofill:active, #fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:focus::-webkit-input-placeholder {
    color: transparent
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:focus:-moz-placeholder, #fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:focus::-moz-placeholder {
    color: transparent
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:focus:-ms-input-placeholder {
    color: transparent
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::-webkit-input-placeholder {
    letter-spacing: 0;
    font-size: 9px;
    font-size: .5625rem
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-moz-placeholder {
    letter-spacing: 0;
    color: #000;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9px;
    font-size: .5625rem;
    font-weight: 400
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::-moz-placeholder {
    letter-spacing: 0;
    font-size: 9px;
    font-size: .5625rem
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:-ms-placeholder {
    letter-spacing: 0;
    color: #000;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9px;
    font-size: .5625rem;
    font-weight: 400
}

@media (min-width: 375px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl {
        min-height: 72px
    }
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl:focus {
    border-bottom: 1px solid #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::-webkit-input-placeholder {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    height: auto
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::-moz-placeholder {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    height: auto
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::-ms-input-placeholder {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    height: auto
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .form-control.inputControl::placeholder {
    font-family: NeusaNextProRegular, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    height: auto
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group .input-wrapper .addressicon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-location.svg);
    width: 2pc;
    height: 2pc;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form .form-group {
        width: 77%
    }
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn {
    padding: 0
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn {
        margin: 0
    }
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 0;
    max-width: 200px;
    height: 72px;
    width: 72px;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    pointer-events: none;
    opacity: 1
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof:hover {
    outline-width: 0
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof.disabled {
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    pointer-events: visible
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof-icon {
    pointer-events: none;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .whyBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 9pt;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .whyBlock .factor-Law {
    margin-left: 20px
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form .whyBlock .factor-Law {
        margin-left: 0
    }
}

#fsbpsFindRoof .roof-finder-tool .zip-postal-form .whyMatters {
    font-size: 1pc;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    #fsbpsFindRoof .roof-finder-tool .zip-postal-form .whyMatters {
        place-content: center
    }
}

#fsbpsFindRoof .indicationCircle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#fsbpsFindRoof .indicationCircle li {
    height: 9pt;
    width: 9pt;
    background: #ccc;
    margin: 0 7px;
    border-radius: 100%
}

#fsbpsFindRoof .indicationCircle .circleActive {
    height: 1pc;
    width: 1pc;
    background: #da291c
}

#fsbpsFindRoof .tellUsh3 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #3c434a;
    padding: 20px 0 3pc
}

@media (min-width: 768px) {
    #fsbpsFindRoof .tellUsh3 {
        font-size: 2rem;
        padding: 58px 0 31px
    }
}

#fsbpsFindRoof .backBtn {
    max-width: 305px;
    padding: 34px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpsFindRoof .backBtn {
        max-width: 418px;
        padding: 41px 0
    }
}

#fsbpsFindRoof .backBtn .back-prev {
    cursor: pointer;
    font-size: 1pc;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/arrowBack-Black.svg);
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    background-position: 0;
    height: auto
}

#fsbpsFindRoof .backBtn .back-prev:hover {
    outline-width: 0
}

#fsbpsFindRoof .backBtn .btn.NextQBtn {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 170px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    #fsbpsFindRoof .backBtn .btn.NextQBtn {
        max-width: 200px;
        padding: 7px 10px
    }
}

#fsbpsFindRoof .backBtn .btn.NextQBtn:hover {
    outline-width: 0
}

#fsbpsFindRoof .backBtn .btn.NextQBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    pointer-events: none;
    opacity: 1
}

#fsbpsFindRoof .whyMattersWrapper {
    max-width: 305px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpsFindRoof .whyMattersWrapper {
        max-width: 360px
    }
}

#fsbpsFindRoof .whyMattersWrapper p.whyMatters {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.71;
    letter-spacing: 0;
    color: #595f67;
    margin: 2pc 0 0
}

#fsbpsFindRoof .whyMattersWrapper p.whyMatters .questionCircle {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/QuestionMark.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpsFindRoof .whyMattersWrapper p.whyMatters .questionCircle:focus {
    outline-color: #da291c;
    outline-style: solid
}

#fsbpsFindRoof .whyMattersWrapper p.whyMatters .questionCircle:hover {
    outline-color: transparent
}

#fsbpsFindRoof .whyMattersWrapper p.factor-Law {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #595f67;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

@media (prefers-reduced-motion: reduce) {
    #fsbpsFindRoof .whyMattersWrapper p.factor-Law {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpsFindRoof .whyMattersWrapper p.factor-Law.whyThisMatters {
    opacity: 0;
    visibility: hidden
}

#fsbpsFindRoof .tellUsQuestionWrraper {
    background: #f8f8f8;
    padding: 1pc 0 50px
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .tellUsQuestionWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpsFindRoof .tellUsQuestionWrraper {
        padding: 145px 0
    }
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion {
    max-width: 305px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 768px) {
    #fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion {
        max-width: 40pc
    }
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li {
    -webkit-box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    padding: 7px 8px;
    min-height: 40px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0;
    text-align: center;
    color: #3c434a;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 1pc;
    max-width: 143px;
    width: 100%
}

@media (min-width: 768px) {
    #fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li {
        max-width: 310px
    }
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li:focus:not(.focus-visible) {
    outline: 0 solid #da291c;
    border: 2px solid #da291c
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

#fsbpsFindRoof .tellUsQuestionWrraper .tellUsQuestion .whyMattersWrapper .whyMatters {
    margin: 1pc 0 0
}

#fsbpsFindRoof .buildingTypeWrraper {
    background: #f8f8f8;
    padding: 1pc 0
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .buildingTypeWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpsFindRoof .buildingTypeWrraper {
        padding: 145px 0
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType {
    max-width: 305px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 768px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType {
        max-width: 60pc
    }
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType {
        max-width: 873pt
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .tellUsh3 {
    padding: 1pc 0
}

@media (min-width: 768px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType .tellUsh3 {
        padding: 56px 0 23px
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 235px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li {
    -webkit-box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    max-width: 7pc;
    min-height: 7pc;
    width: 100%;
    font-family: NeusaNextProRegular, sans-serif;
    color: #3c434a;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 8px;
    padding: 15px 5px 5px;
    margin: 0 0 8px;
    word-break: break-word
}

@media (min-width: 768px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li {
        max-width: 9pc;
        min-height: 9pc;
        font-size: .875rem;
        padding: 15px 5px 5px;
        margin: 0 5px 24px
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li:focus:not(.focus-visible) {
    outline: 0;
    border: 2px solid #da291c
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 49px;
    width: 49px;
    border-radius: 100%;
    background-color: #f5f5f5;
    margin: 0 auto 6px
}

@media (min-width: 768px) {
    #fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span {
        margin: 0 auto 5px;
        height: 4pc;
        width: 4pc
    }
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span img {
    vertical-align: middle
}

#fsbpsFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

#fsbpsFindRoof .projectCostWrraper {
    background: #f8f8f8;
    padding: 1pc 0 50px
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .projectCostWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpsFindRoof .projectCostWrraper {
        padding: 149px 0
    }
}

#fsbpsFindRoof .projectCostWrraper .projectCost {
    text-align: center;
    max-width: 305px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpsFindRoof .projectCostWrraper .projectCost {
        max-width: 730px
    }
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .projectCostWrraper .projectCost {
        max-width: 860px
    }
}

#fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    #fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive li {
    -webkit-box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    max-width: 220px;
    min-height: 97px;
    padding: 1pc 13px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #3c434a;
    border-radius: 8px;
    margin: 0 0 14px;
    border: 2px solid #fff
}

@media (min-width: 768px) {
    #fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive li {
        max-width: 170px;
        min-height: 9pc;
        padding: 22px 9pt;
        font-size: .875rem;
        line-height: 1.71
    }
}

@media (min-width: 1280px) {
    #fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive li {
        max-width: 200px;
        min-height: 9pc;
        padding: 22px 9pt;
        font-size: .875rem;
        line-height: 1.71
    }
}

#fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive li:focus:not(.focus-visible) {
    outline: 0;
    border: 2px solid #da291c
}

#fsbpsFindRoof .projectCostWrraper .projectCost .projectCostActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

.srtbody {
    background: #f8f8f8;
    padding: 60px 0 0
}

.findroof__component-wrap {
    max-width: 90pc !important;
    margin: 0 auto !important
}

@media (min-width: 1280px) {
    .findroof__component-wrap {
        padding: 40px 90pt !important
    }
}

.srtPage {
    background: #f8f8f8;
    padding: 60px 0 0
}

.srtPage .findroofresults .container {
    padding-right: 0;
    padding-left: 0
}

#fsbpsystemrectool .owl-stage.download-pdf {
    -webkit-transform: none !important;
    transform: none !important;
    max-width: 100%
}

#fsbpsystemrectool .owl-stage .owl-item {
    margin-bottom: 10px
}

#fsbpsystemrectool :focus {
    outline-color: #fff
}

#fsbpsystemrectool .roof-modal {
    padding: 20px;
    background-color: #fff
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roof-modal {
        padding: 0
    }
}

#fsbpsystemrectool .roof-modal .close {
    position: relative;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-black.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%
}

#fsbpsystemrectool .roof-modal .close.ios-close {
    right: 30px;
    top: 5pc
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roof-modal .close {
        right: 55px;
        top: 55px
    }
}

#fsbpsystemrectool .roof-modal .close:focus {
    outline-color: #da291c
}

#fsbpsystemrectool .roof-modal__form {
    padding-top: 38px;
    padding-bottom: 75pt;
    max-width: 490px;
    margin: auto
}

#fsbpsystemrectool .errforpassword {
    text-align: center;
    visibility: hidden
}

#fsbpsystemrectool .errforpassword .cross-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 9px;
    padding: 0 0 0 15px
}

#fsbpsystemrectool .errforpassword span {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333
}

#fsbpsystemrectool .errforpassword.errShow {
    display: block
}

#fsbpsystemrectool .contactForm {
    max-width: 302px;
    margin: 0 auto;
    padding: 67px 0
}

@media (min-width: 768px) {
    #fsbpsystemrectool .contactForm {
        max-width: 421px
    }
}

#fsbpsystemrectool .contactForm .form-group label {
    margin-bottom: 0;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    position: relative
}

#fsbpsystemrectool .contactForm .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#fsbpsystemrectool .contactForm .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .contactForm .form-group .form-control:-moz-placeholder, #fsbpsystemrectool .contactForm .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .contactForm .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpsystemrectool .contactForm .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpsystemrectool .contactForm .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpsystemrectool .contactForm .form-group .form-control::-webkit-inner-spin-button, #fsbpsystemrectool .contactForm .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpsystemrectool .contactForm .form-group .form-check-label {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .contactForm .form-group .form-check-label .form-checkinput {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

#fsbpsystemrectool .contactForm .form-group .form-check-label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 1pc;
    width: 1pc;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 2px
}

#fsbpsystemrectool .contactForm .form-group .form-check-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

#fsbpsystemrectool .contactForm .form-group .form-check-label .form-checkinput:checked ~ .checkmark {
    background: #da291c;
    border: 1px solid #da291c
}

#fsbpsystemrectool .contactForm .form-group .form-check-label .form-checkinput:checked ~ .checkmark:after {
    display: block
}

#fsbpsystemrectool .contactForm .form-group.disabled {
    pointer-events: none;
    opacity: .3
}

#fsbpsystemrectool .contactForm .rowTwoColumn {
    display: block
}

@media (min-width: 768px) {
    #fsbpsystemrectool .contactForm .rowTwoColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#fsbpsystemrectool .contactForm .rowTwoColumn .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

#fsbpsystemrectool .contactForm .rowTwoColumn .form-group.titleBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 247px;
    flex: 0 0 247px
}

#fsbpsystemrectool .contactForm .rowTwoColumn .form-group.zipCode {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px
}

#fsbpsystemrectool .lh3 {
    color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 8px;
    min-height: 40px
}

#fsbpsystemrectool .lh3, #fsbpsystemrectool .lh6 {
    font-family: NeusaNextProRegular, sans-serif;
    text-align: center
}

#fsbpsystemrectool .lh6 {
    color: #4a4a4a;
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 24px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .lh6 {
        margin: 0 0 63px
    }
}

#fsbpsystemrectool .btn.sendRequest {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica;
    padding: 7px 10px;
    max-width: 284px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpsystemrectool .btn.sendRequest {
        max-width: 302px
    }
}

#fsbpsystemrectool .btn.sendRequest:focus, #fsbpsystemrectool .btn.sendRequest:hover {
    outline-width: 0
}

#fsbpsystemrectool .btn.sendRequest.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

#fsbpsystemrectool .radioWrapper {
    padding: 6px 0 0
}

#fsbpsystemrectool .radioWrapper .radio {
    display: inline-block;
    margin: .5rem
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio] {
    position: absolute;
    opacity: 0
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio] + .radio-label {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio] + .radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #000;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: -3px;
    margin-right: 11px;
    vertical-align: top;
    cursor: pointer;
    text-align: center
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio]:checked + .radio-label:before {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #000
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    border-color: #000;
    background: #000
}

#fsbpsystemrectool .radioWrapper .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0
}

#fsbpsystemrectool .iconEmail, #fsbpsystemrectool .iconPhone {
    top: -9px;
    left: 25px;
    position: absolute
}

#fsbpsystemrectool .iconEmail {
    background-image: url(/../assets/icon/icon-email-black-active.svg);
    width: 1pc;
    height: 13px
}

#fsbpsystemrectool .iconEmail, #fsbpsystemrectool .iconPhone {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 1pc
}

#fsbpsystemrectool .iconPhone {
    top: -15px;
    background-image: url(/../assets/icon/phoneIcon.svg);
    width: 20px;
    height: 20px
}

#fsbpsystemrectool .roofSystemResults {
    padding: 70px 0;
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 1280px) {
    #fsbpsystemrectool .roofSystemResults {
        padding: 105px 0;
        max-width: 570px
    }
}

#fsbpsystemrectool .roofSystemResults .fsbp-Logo {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/logo-fs-mobile.svg);
    width: 4pc;
    height: 4pc;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 56px;
    margin-bottom: 25px
}

#fsbpsystemrectool .roofSystemResults .lh36 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.56;
    color: #333;
    text-align: center;
    letter-spacing: 0
}

#fsbpsystemrectool .roofSystemResults .roofSystemContent {
    max-width: 325px;
    margin: 0 auto
}

#fsbpsystemrectool .roofSystemResults .roofSystemContent p {
    font-size: 1pc;
    font-size: 1rem;
    margin: 15px 0 20px
}

#fsbpsystemrectool .roofSystemResults .roofSystemContent p strong {
    display: block
}

#fsbpsystemrectool .roofSystemResults .roofSystemContent a.dnldRoofSystem {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #333;
    padding: 4px 0 2px
}

#fsbpsystemrectool .roofSystemResultWrapper {
    background: #191919
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ResultsPage.svg);
    width: autopx;
    height: autopx;
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 24px 1pc 15px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper {
        background-color: rgba(0, 0, 0, .5);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        padding: 88px 0 15px
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1)
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper:after {
        background-color: rgba(51, 51, 51, .5)
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem {
    position: relative;
    z-index: 1;
    max-width: 20pc;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem {
        max-width: 680px
    }
}

@media (min-width: 1280px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem {
        max-width: 815px
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem h2.roofSystemHeading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #f5f5f5;
    margin: 0 0 21px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem h2.roofSystemHeading {
        font-size: 2rem;
        font-weight: 900;
        font-family: NeusaNextProRegular, sans-serif
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem p.roofSystemContent {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    color: #f5f5f5;
    max-width: 652px;
    margin: 0 auto 25px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem p.roofSystemContent {
        font-size: 1rem;
        font-weight: 500;
        margin: 0 auto 50px
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .roofSystemh5 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: normal;
    color: #f5f5f5
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .roofSystemh5 span {
    font-size: 26px;
    font-size: 1.625rem
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .climateZoneItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .climateZoneItem {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .climateZoneItem li {
    cursor: default;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.14;
    color: #f5f5f5;
    border-right: 1px solid #fff;
    margin-right: 7px;
    padding-right: 7px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .climateZoneItem li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .climateZoneItem li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .ClimateZoneTrigger {
    margin: 10px 0 0;
    padding: 18px 15px 17px;
    border-radius: 2px;
    border: .5px solid #3f3d3d;
    background: #252a36;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.4;
    color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .ClimateZoneTrigger span {
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .ClimateZoneTrigger span .moreInfoIcon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ScrollDownArrow.svg);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-size: 45px;
    background-position: 50%;
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .ClimateZoneTrigger span .moreInfoIcon {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .ClimateZoneTrigger span .moreInfoIcon.upArrow {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .fade-enter-active, #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .fade-leave-active {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .fade-enter, #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .fade-leave-to {
    opacity: 0
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper {
    display: block;
    padding: 25px 42px;
    background: #252a36;
    border-radius: 0 0 10px 10px;
    visibility: visible
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 22px;
        background: none;
        border-radius: 0
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper.climateZoneToggle {
    visibility: hidden;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper.climateZoneToggle {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper.climateZoneToggle {
        position: static;
        visibility: visible
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .climateContent {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #f5f5f5;
    margin-top: 35px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .climateContent {
        margin-top: 0
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .climateContent h4 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .climateContent a {
    display: inline-block;
    margin: 20px 0 10px;
    text-decoration: underline;
    color: #f5f5f5
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left {
    padding: 0;
    width: 100%;
    max-width: 300px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left {
        padding: 0 3pc 0 0;
        width: 100%;
        max-width: 34pc
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #f5f5f5
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone a {
    color: #f5f5f5
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone h3.climateZoneTitle {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #f5f5f5
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone h3.climateZoneTitle {
        font-size: 1.125rem;
        font-weight: 900
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone h3.climateZoneTitle span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone h3.climateZoneTitle span {
        font-size: 1.625rem;
        font-weight: 900
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper {
    display: block;
    margin: 15px 0 2pc
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC {
    max-width: 300px;
    width: 100%
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC .warmerCoolerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.33;
    text-align: center;
    color: #fff
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC .progressBarWC {
    margin: 10px 0 9pt;
    height: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .26);
    background-image: -webkit-gradient(linear, left top, right top, from(#fd69b3), color-stop(#fd69b3), color-stop(#fe0002), color-stop(#d26b1e), color-stop(#feff00), color-stop(#67ff00), color-stop(#009bcb), to(#a020f1));
    background-image: linear-gradient(90deg, #fd69b3, #fd69b3, #fe0002, #d26b1e, #feff00, #67ff00, #009bcb, #a020f1)
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC .indicatorWC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.33;
    text-align: center;
    color: #eae6e7;
    cursor: default
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC .indicatorWC .ActiveWC {
    position: relative;
    color: #fff
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .leftWC .indicatorWC .ActiveWC .arrowupwhite {
    background: url(clientlib-site/resources/images/downArrowS.png) no-repeat;
    height: 8px;
    width: 1pc;
    display: block;
    background-size: 1pc;
    margin-top: 2px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC {
    margin: 34px auto 0;
    max-width: 210px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC {
        margin: 0 0 0 20px;
        max-width: 150px
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 215px;
    width: 100%;
    cursor: default
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li {
    color: #eae6e7;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.33;
    text-align: center
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li strong {
    display: block;
    font-weight: 400
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li i {
    display: block;
    margin: 5px 0
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li .moistIcon {
    background: url(clientlib-site/resources/images/MoistU.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 22px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li .dryIcon {
    background: url(clientlib-site/resources/images/DryU.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 22px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine li .marineIcon {
    background: url(clientlib-site/resources/images/MarineU.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 22px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine .activeMDM {
    position: relative;
    color: #fff
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine .activeMDM .moistIcon {
    background: url(clientlib-site/resources/images/MoistS.png) no-repeat
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine .activeMDM .dryIcon {
    background: url(clientlib-site/resources/images/DryS.png) no-repeat
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine .activeMDM .marineIcon {
    background: url(clientlib-site/resources/images/MarineS.png) no-repeat
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .warmer-cooler-wrapper .rightWC .moistDryMarine .activeMDM .arrowupwhite {
    background: url(clientlib-site/resources/images/downArrowS.png) no-repeat;
    height: 8px;
    width: 1pc;
    display: inline-block;
    background-size: 1pc;
    margin-top: 2px;
    vertical-align: middle
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .climateContent {
    display: none
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-left .climateZone .climateContent {
        display: block
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right {
    max-width: 100%;
    width: 100%;
    margin-top: 45px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right {
        max-width: 14pc;
        width: 100%;
        margin-top: 0
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateContent {
    display: block
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateContent {
        display: none
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd h4 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    color: #e7e7e6;
    margin: 0 0 14px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd h4 {
        margin: 0 0 1pc
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul {
    padding: 0 0 0 15px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    line-height: 1.2;
    color: #e7e7e6;
    margin: 0 0 15px;
    position: relative
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul li.tick {
    padding: 0 0 0 24px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul li.tick:before {
    content: "";
    background: url(clientlib-site/resources/images/Check_Red.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0 0 0 23px;
    background-size: 15px;
    position: absolute;
    top: 3px;
    left: 0
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul li.dash {
    padding: 0 0 0 24px
}

#fsbpsystemrectool .roofSystemResultWrapper .roofSystemWrapper .roofSystem .colWrapper .col-right .climateReccomnd ul li.dash:before {
    content: " ";
    border-bottom: 1px solid #fff;
    width: 11px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 8px
}

#fsbpsystemrectool .roofSystemResultWrapper .scrollTo {
    display: none;
    padding-bottom: 15px;
    text-decoration: none;
    cursor: pointer;
    display: inherit;
    max-width: 59px;
    margin: 0 auto;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    color: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .scrollTo {
        display: block
    }
}

#fsbpsystemrectool .roofSystemResultWrapper .scrollTo .downArrow {
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(clientlib-site/resources/images/ScrollDownArrow.png);
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: 50%;
    background-size: 2pc
}

#fsbpsystemrectool .roofSystemResultWrapper .scrollTo:focus {
    outline-color: #fff
}

#fsbpsystemrectool .roofSystemResultWrapper .scrollTo:hover {
    outline-color: transparent
}

#fsbpsystemrectool .roofSystemResultWrapper .product-wrapper {
    display: none
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-wrapper {
        display: block
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper {
        background-color: rgba(51, 51, 51, .9);
        padding: 46px 0
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper.alternate {
        background: rgba(68, 68, 68, .3)
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper.alternate .product-content-wrapper {
        max-width: 680px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper.alternate .product-content-wrapper {
        max-width: 986px;
        -webkit-transform: translate(90px);
        transform: translate(90px)
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper.alternate .product-content-wrapper .column-wrapper .leftContent {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-inner-wrapper.alternate .product-content-wrapper .column-wrapper .rightImg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper {
        max-width: 298px;
        margin: 0 auto;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper {
        max-width: 680px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper {
        max-width: 986px;
        -webkit-transform: translate(90px);
        transform: translate(90px)
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #2e2e2e;
        border-radius: 20px;
        padding: 35px 1pc 26px 22px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: none;
        border-radius: 0;
        padding: 0
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent {
        max-width: 520px;
        font-family: NeusaNextProRegular, sans-serif;
        color: #f5f5f5;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent p.result-content {
        font-family: NeusaNextProRegular, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        color: #e7e7e6
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent h3.product-heading {
        margin-bottom: 6px;
        font-family: NeusaNextProRegular, sans-serif;
        color: #f5f5f5;
        font-size: 1.5rem;
        font-weight: 400
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent h3.product-heading {
        font-size: 2.8125rem
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent a.moreInfo {
        color: #e7e7e6;
        text-decoration: underline;
        font-size: .875rem
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent p.product-content {
        font-size: .875rem;
        color: #f5f5f5;
        font-weight: 900;
        line-height: 1.5
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent p.product-content {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 28px 0 34px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li {
        font-family: NeusaNextProRegular, sans-serif;
        position: relative;
        padding: 0 0 0 10px;
        font-size: .875rem;
        font-weight: 400;
        margin: 0 0 10px
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li strong {
        display: block;
        font-weight: 700;
        font-family: NeusaNextProRegular, sans-serif;
        color: #fff
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li strong .infoCircle {
        display: inline-block;
        vertical-align: middle;
        background: url(clientlib-site/resources/images/IconsInfo.png) no-repeat;
        width: 14px;
        height: 14px;
        background-size: 14px;
        cursor: pointer;
        position: relative
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li strong .infoCircle .MemNote {
        display: none
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li strong .infoCircle .MemNote.show {
        display: block
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li strong .infoCircle:focus {
        outline-color: #fff
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .leftContent .result-item li:before {
        content: "";
        height: 100%;
        width: 3px;
        background: #da291c;
        position: absolute;
        border-radius: 15px;
        left: 0
    }

    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .rightImg {
        max-width: 146px;
        width: 100%;
        height: 100%;
        max-height: 78pt;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto 18px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .rightImg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 345px;
        max-height: 245px;
        margin: 0 0 18px
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    #fsbpsystemrectool .roofSystemResultWrapper .product-content-wrapper .column-wrapper .rightImg img {
        min-width: 345px
    }
}

#fsbpsystemrectool .downloadRoofSystem {
    background: transparent;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    color: #e7e7e6;
    padding: 20px 20px 30px;
    margin-bottom: 4pc
}

@media (min-width: 768px) {
    #fsbpsystemrectool .downloadRoofSystem {
        background: rgba(0, 0, 0, .1);
        margin-bottom: 97px
    }
}

#fsbpsystemrectool .downloadRoofSystem.alternate {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .9
}

#fsbpsystemrectool .downloadRoofSystem.alternate a {
    background: #da291c;
    padding: 11px 30px;
    color: #fff;
    border: none
}

@media (min-width: 768px) {
    #fsbpsystemrectool .downloadRoofSystem {
        padding: 2pc 0 51px;
        font-size: 1rem;
        background: #191919
    }
}

#fsbpsystemrectool .downloadRoofSystem a {
    color: #e7e7e6;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e6
}

#fsbpsystemrectool .moreInformation {
    background: #fff;
    text-align: center;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    padding: 2px 1pc;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

#fsbpsystemrectool .moreInformation.download-pdf {
    display: none
}

@media (min-width: 768px) {
    #fsbpsystemrectool .moreInformation {
        padding: 28px 20px 19px
    }
}

@media (min-width: 1280px) {
    #fsbpsystemrectool .moreInformation {
        font-size: 1.125rem
    }
}

#fsbpsystemrectool .moreInformation .moreInfocontent {
    display: none
}

@media (min-width: 768px) {
    #fsbpsystemrectool .moreInformation .moreInfocontent {
        display: inline-block
    }
}

#fsbpsystemrectool .moreInformation .moreInfo-btn {
    font-family: Helvetica;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    background: #da291c;
    color: #fff;
    border-radius: 2px;
    padding: 8px 27px;
    margin: 10px 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}

@media (min-width: 768px) {
    #fsbpsystemrectool .moreInformation .moreInfo-btn {
        margin: 5px 30px
    }
}

#fsbpsystemrectool .moreInformation .moreInfo-btn:focus {
    outline-color: #da291c;
    outline-style: solid
}

#fsbpsystemrectool .moreInformation .moreInfo-btn:hover {
    outline-color: transparent
}

#fsbpsystemrectool .MemNote {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 183px;
    background: #e7e7e6;
    padding: 8px 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 1.25;
    font-style: normal;
    color: #333;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media (prefers-reduced-motion: reduce) {
    #fsbpsystemrectool .MemNote {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpsystemrectool .MemNote a.learnMore {
    font-size: 9pt;
    font-size: .75rem;
    color: #333;
    text-decoration: underline;
    margin: 4px 0 0
}

#fsbpsystemrectool .MemNote:after {
    content: " ";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 9pt solid #e7e7e6;
    bottom: -10px;
    max-width: 22px;
    position: absolute;
    left: 44%
}

#fsbpsystemrectool .sliderWrapper {
    overflow: hidden;
    display: block;
    padding: 0 1pc
}

@media (min-width: 768px) {
    #fsbpsystemrectool .sliderWrapper {
        display: none;
        padding: 0
    }
}

#fsbpsystemrectool .sliderWrapper .slider-inner {
    max-width: 20pc;
    margin: 0 auto;
    overflow: hidden
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container {
    width: 250px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container.download-pdf {
    width: 100%
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item {
    background: #2e2e2e;
    color: #f5f5f5;
    border-radius: 20px;
    padding: 35px 1pc 26px 22px;
    font-family: NeusaNextProRegular, sans-serif;
    min-height: 636px;
    margin-right: 8px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .slider-img {
    margin-bottom: 18px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item h3.product-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #f5f5f5;
    letter-spacing: 0;
    margin-bottom: 6px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item a {
    color: #e7e7e6;
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem;
    display: block
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item p.UltraPlyContent {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    font-family: NeusaNextProRegular, sans-serif;
    min-height: 125px;
    color: #f5f5f5
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1pc 0 20px
}

@media (min-width: 768px) {
    #fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li {
    font-family: NeusaNextProRegular, sans-serif;
    position: relative;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #f5f5f5
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li strong {
    display: block;
    position: relative;
    color: #fff;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li strong .infoCircle {
    display: inline-block;
    vertical-align: middle;
    background: url(clientlib-site/resources/images/IconsInfo.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    cursor: pointer;
    position: relative
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li strong .infoCircle .MemNote {
    display: none
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li strong .infoCircle .MemNote.show {
    display: block
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li strong .infoCircle:focus {
    outline-color: #fff
}

#fsbpsystemrectool .sliderWrapper .slider-inner .slider-container .slide .slider-item .result-item li:before {
    content: "";
    height: 82%;
    width: 3px;
    background: #da291c;
    position: absolute;
    border-radius: 15px;
    left: 0;
    top: 3px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .owl-carousel .owl-stage-outer {
    overflow: visible
}

#fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots {
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
    margin: 0
}

@media (min-width: 320px) {
    #fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots {
        width: 75pt;
        margin-left: 29vw
    }
}

@media (min-width: 375px) {
    #fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots {
        width: 20pc;
        margin-left: 0
    }
}

#fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots .owl-dot {
    margin: 0 8px;
    background: #eae6e7;
    width: 9pt;
    height: 9pt
}

#fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots .owl-dot span {
    background: #eae6e7;
    width: 9pt;
    height: 9pt;
    border-radius: 50%;
    margin: 0
}

#fsbpsystemrectool .sliderWrapper .slider-inner .owl-dots .owl-dot.active span {
    background: #fff
}

#fsbpsystemrectool .sliderWrapper .slider-inner .navigator {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 24px 20px
}

#fsbpsystemrectool .sliderWrapper .slider-inner .navigator li {
    width: 9pt;
    height: 9pt;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    background: #eae6e7
}

#fsbpsystemrectool .sliderWrapper .slider-inner .navigator li.activeS, .roofform {
    background: #fff
}

.roofform {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.roofform .close {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-black.svg);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 66px;
    right: 66px;
    opacity: 1
}

@media (min-width: 768px) {
    .roofform .close {
        top: 22px;
        right: 22px
    }
}

.left-20 {
    left: 78px
}

@media (max-width: 374.98px) {
    .left-20 {
        left: calc(100vw - 40px)
    }
}

.tick-icon-climate {
    background: url(clientlib-site/resources/images/Check_Red.png) no-repeat;
    width: 15px;
    height: 18px
}

.dash-icon-climate, .tick-icon-climate {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.dash-icon-climate {
    background-image: url(clientlib-site/resources/images/dash.jpg);
    width: 11px;
    height: 1px;
    margin-top: -3px
}

.roofHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 24px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    min-height: 60px;
    border-bottom: 1px solid #bdbdbd
}

@media (min-width: 768px) {
    .roofHeader {
        padding: 5px 24px;
        min-height: 60px
    }
}

.roofHeader .roofLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media (min-width: 768px) {
    .roofHeader .roofLogo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 0 9pt
    }
}

.roofHeader .roofLogo .desktopLogo {
    display: none
}

@media (min-width: 768px) {
    .roofHeader .roofLogo .desktopLogo {
        display: block;
        width: 202px
    }
}

.roofHeader .roofLogo .desktopLogo img {
    max-width: 201px
}

.roofHeader .roofLogo .mobileLogo {
    display: block
}

@media (min-width: 768px) {
    .roofHeader .roofLogo .mobileLogo {
        display: none
    }
}

.roofHeader .roofLogo .mobileLogo img {
    height: 100%;
    max-height: 2pc
}

.roofHeader .closeRoof {
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 22px;
    top: 15px
}

.dashboard-body {
    padding-top: 60px;
    background: #f8f8f8
}

@media (min-width: 1280px) {
    .dashboard-body {
        overflow: hidden;
        padding-top: 0
    }
}

.dashboard-body #roleIdentifier.showIdentifier {
    display: none
}

.dashboard-body .fixed-top {
    position: relative
}

.dashboard-body .header-container .fsbp-navbar {
    display: none
}

.dashboard-body .dashboard-wrapper, .dashboard-body .dashboard-wrapper .dashboard-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 991px) {
    .dashboard-body .dashboard-wrapper .dashboard-content {
        display: none
    }
}

.dashboard-body .dashboard-wrapper.authoring-mode .dashboard-container {
    height: 100%;
    min-height: 100%
}

.dashboard-body .dashboard-wrapper.authoring-mode .dashboard-container .main-content-swap, .dashboard-body .dashboard-wrapper.authoring-mode .main-content-swap {
    height: 100%
}

.dashboard-body .dashboard-wrapper .dashboard-container {
    width: 100%;
    min-height: calc(100vh - 66px);
    position: relative
}

.dashboard-body .dashboard-wrapper .dashboard-container .main-content-swap {
    position: relative;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 75pt
}

.dashboard-body .dashboard-wrapper .dashboard-container .main-content-swap .sidebar-shadow {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .13);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .13)
}

.dashboard-body .dashboard-wrapper .dashboard-container.loader .loading-wrapper {
    display: block !important
}

.dashboard-body .dashboard-wrapper .dashboard-container .loading-wrapper {
    display: none;
    overflow: hidden;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 8888;
    position: absolute;
    background-color: #888;
    opacity: .9;
    left: 0;
    top: 5pc
}

@media only screen and (max-width: 991px) {
    .dashboard-body .dashboard-wrapper .dashboard-container .loading-wrapper {
        position: fixed;
        top: 70px
    }
}

.dashboard-body .dashboard-wrapper .dashboard-container .loading-wrapper .loading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 9999;
    font-size: 10px;
    text-indent: -9999em;
    border: 1.1em solid #a5a5a5;
    border-left-color: #ebebeb;
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite
}

.dashboard-body .dashboard-wrapper .dashboard-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    background: #fff
}

@media only screen and (min-width: 1280px) {
    .dashboard-body .dashboard-wrapper .dashboard-header {
        position: relative;
        border-bottom: 0
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header.with-submenu {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    margin-left: -260px
}

.dashboard-body .dashboard-wrapper .dashboard-header .sidebar-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px
}

@media only screen and (min-width: 1280px) {
    .dashboard-body .dashboard-wrapper .dashboard-header .sidebar-mobile {
        display: none
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1280px) {
    .dashboard-body .dashboard-wrapper .dashboard-header .navbar-brand {
        display: none
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

.dashboard-body .dashboard-wrapper .dashboard-header .navbar-right:active, .dashboard-body .dashboard-wrapper .dashboard-header .navbar-right:focus {
    outline: none
}

@media (min-width: 1280px) {
    .dashboard-body .dashboard-wrapper .dashboard-header .navbar-right {
        display: none
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header .navbar-right .search-icon {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 2px;
    color: transparent;
    margin: 3px 4px 3px 0
}

.dashboard-body .dashboard-wrapper .dashboard-header .navbar-right .search-icon:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-search-black.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox {
    border: none;
    display: block
}

@media (max-width: 1279.98px) {
    .dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox {
        position: absolute;
        width: 100%;
        top: 70px;
        border-top: 1px solid #e0e0e0;
        background: #fff
    }

    .dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox:not(.show) {
        display: none
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar {
    width: 405px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    margin: 19px 0 18px 35px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    padding: 0
}

@media (max-width: 1279.98px) {
    .dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar {
        width: auto;
        margin: 15px 20px
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box {
    height: 100%;
    border: none
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .search-bar-filter {
    border-right: 1px solid #888;
    margin-top: 0;
    padding-right: 25px;
    padding-left: 10px;
    height: unset;
    margin-right: 8px
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .search-bar-filter .arrow-down {
    margin: 10.67px 0;
    padding: 0;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-transform: none;
    position: relative;
    border: 0;
    background: #fff
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .search-bar-filter .arrow-down:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-new.svg);
    width: 10px;
    height: 6px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 0;
    top: 6px;
    cursor: pointer;
    background-size: contain;
    -webkit-filter: none;
    filter: none
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .search-bar-filter .arrow-down:focus {
    outline: none
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .search-bar-filter .arrow-down:after {
    color: #333;
    position: absolute;
    right: -14px;
    top: 7px
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .dropdown-content-all {
    left: -1px;
    top: 41px;
    z-index: 111
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .search-bar .search-box .dropdown-content-all li {
    font-family: Avenir Medium;
    font-weight: 500
}

@media (min-width: 1280px) {
    .dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box {
        width: 100%
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-input {
    height: 40px;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 0;
    background: #fff;
    padding: 0 10px
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-input::-webkit-input-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #888;
    text-transform: capitalize
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-input::-moz-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #888;
    text-transform: capitalize
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-input::-ms-input-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #888;
    text-transform: capitalize
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-input::placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #888;
    text-transform: capitalize
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-cross {
    top: 11px
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-icon-zoom {
    width: 34px;
    height: 34px;
    background: #333;
    border-radius: 2px;
    color: transparent;
    margin: 3px 4px 3px 0;
    top: 0;
    right: 0;
    display: none
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .s-box .search-icon-zoom:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-search-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
    left: 7px;
    top: 4px
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .find-button {
    width: 34px;
    height: 34px;
    background: #333;
    border-radius: 2px;
    color: transparent;
    margin: 3px 3px 3px 0;
    display: block;
    position: relative
}

.dashboard-body .dashboard-wrapper .dashboard-header #inputSearhBox .find-button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-search-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
    bottom: 26px;
    margin: 0;
    -webkit-filter: none;
    filter: none
}

@media (max-width: 1279.98px) {
    .dashboard-body .dashboard-wrapper .dashboard-header .pin-link {
        display: none
    }
}

.dashboard-body .dashboard-wrapper .dashboard-header .pin-link .red-button {
    margin: 19px 41px 0 0;
    width: 200px;
    height: 42px;
    background: #d81e05;
    border-radius: 2px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 1pc;
    color: #fff
}

.footer-dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 66px;
    place-content: space-between;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 9999
}

@media (min-width: 1280px) {
    .footer-dashboard {
        display: none
    }
}

.footer-dashboard .quick-links {
    width: 65px;
    height: 42px;
    border: 1px solid grey;
    background: grey;
    margin: 9pt 0 9pt 27px
}

.footer-dashboard .pin-link .red-button {
    width: 180px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    place-items: center;
    font-size: 1pc
}

.text-banner {
    text-align: center
}

.text-banner .text-banner__container {
    padding: 5pc 90pt
}

@media (max-width: 767.98px) {
    .text-banner .text-banner__container {
        padding: 50px 20px
    }
}

.text-banner .text-banner-bg-red {
    background-color: #da291c
}

.text-banner .text-banner-bg-red .main-btn {
    background-color: #000
}

.text-banner .text-banner-bg-red .main-btn:before {
    border-color: #da291c transparent transparent
}

.text-banner .text-banner-bg-red .main-btn:after {
    border-color: transparent transparent #da291c
}

.text-banner .text-banner-bg-red .main-btn:hover {
    background-color: #252a36
}

.text-banner .text-banner-bg-grey {
    background-color: #e7e7e6
}

.text-banner .text-banner-bg-grey .text-banner__wrapper-text, .text-banner .text-banner-bg-grey .text-banner__wrapper-title {
    color: #000
}

.text-banner .text-banner-bg-grey .main-btn {
    background-color: #da291c
}

.text-banner .text-banner-bg-grey .main-btn:before {
    border-color: #e7e7e6 transparent transparent
}

.text-banner .text-banner-bg-grey .main-btn:after {
    border-color: transparent transparent #e7e7e6
}

.text-banner .text-banner-bg-grey .main-btn:hover {
    background-color: #c10016
}

.text-banner .text-banner__wrapper-title {
    font-weight: 700;
    font-style: 56px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 24px
}

@media (max-width: 767.98px) {
    .text-banner .text-banner__wrapper-title {
        font-size: 44px;
        line-height: 55px
    }
}

.text-banner .text-banner__wrapper-text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px
}

.text-banner .text-banner__wrapper .main-btn {
    margin: 0 auto
}

.list-history {
    background-color: #f5f5f5;
    padding: 30px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .list-history {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 35px 52px;
        margin: 0 -52px
    }
}

@media (min-width: 1280px) {
    .list-history {
        padding: 50px 5pc
    }
}

#roleIdentifier {
    display: none
}

#roleIdentifier.showIdentifier {
    display: block
}

#roleIdentifier.showIdentifier .role-identifier-theme, #roleIdentifier.showIdentifier .srtPage .role-identifier-theme {
    display: none
}

#roleIdentifier.showIdentifier .identifier-wrapper {
    position: fixed;
    z-index: 2147483641;
    bottom: 0;
    right: 0;
    width: 262px;
    color: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.57;
    background-color: #4e4d4e;
    border-radius: 20px 20px 0 0
}

@media (min-width: 768px) {
    #roleIdentifier.showIdentifier .identifier-wrapper {
        right: 57px
    }
}

#roleIdentifier.showIdentifier .identifier-wrapper a {
    color: #fff;
    text-decoration: none
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-collapse {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    padding: 10px 35px 10px 18px;
    display: block;
    position: relative;
    text-align: center
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-collapse .collapse-arrow {
    position: absolute;
    right: 18px;
    top: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/collapse-arrow-white.svg);
    width: 9pt;
    height: 14px;
    background-repeat: no-repeat
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-collapse .collapse-arrow.upArrow {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper {
    display: none;
    visibility: hidden
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper.show {
    display: block;
    visibility: visible
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items {
    background-color: #060606;
    padding: 9pt 11px 5px 14px;
    line-height: 1.4;
    height: calc(100vh - 330px);
    overflow-y: auto
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items a {
    display: block;
    padding: 18px 15px 18px 20px;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items a .radio-btn {
    background-image: url(/../assets/icon/radio-btn-white.svg);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: 19px;
    position: absolute;
    right: 15px;
    top: 18px
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items a.identifierActive {
    border-radius: 9pt;
    background-color: #3f3f3f
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items a.identifierActive .radio-btn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/radio-btn-red.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 22px
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-toggle-wrapper .identifier-items a.identifierActive:before {
    content: "";
    background-color: #da291c;
    height: 100%;
    width: 4px;
    position: absolute;
    left: -14px;
    top: 0
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper {
    background-color: #060606;
    color: #595f67;
    text-align: center;
    display: none
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper.show {
    display: block
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper .why-matters {
    color: #595f67;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.71;
    padding: 5px 11px 18px;
    display: block
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper .why-matters .questionCircle {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/QuestionMark.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    cursor: pointer
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper .identifier-content {
    padding: 24px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    color: #fff;
    text-align: justify
}

#roleIdentifier.showIdentifier .identifier-wrapper .identifier-content-wrapper .button-wrapper {
    background-color: #4e4d4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#roleIdentifier.showIdentifier .identifier-wrapper .button-wrapper {
    padding: 8px 20px 11px;
    text-align: center
}

#roleIdentifier.showIdentifier .identifier-wrapper .button-wrapper .btn-identifier {
    min-width: 101px;
    padding: 7px 8px;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 700;
    font-family: Helvetica
}

#roleIdentifier.showIdentifier .identifier-wrapper .button-wrapper .btn-identifier:hover {
    outline-width: 0
}

#roleIdentifier.showIdentifier .identifier-wrapper .button-wrapper .btn-identifier.btn-back {
    background-color: #797979
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper {
    display: none
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper.show {
    display: block
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group {
    background-color: #060606;
    padding: 20px 2pc 56px;
    margin-bottom: 0
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 24px;
    color: #fff
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control {
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    padding: 3px 10px;
    min-height: 40px;
    border-radius: 2px;
    height: auto;
    border: 1px solid #eae6e7
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control:-moz-placeholder, #roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #ccc;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#roleIdentifier.showIdentifier .identifier-wrapper .form-group-wrapper .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pin-services-title {
    margin-top: 50px;
    margin-left: 50px;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px
}

@media only screen and (max-width: 768px) {
    .pin-services-title {
        width: 100%;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
        margin: unset;
        margin-bottom: 20px;
        background: #fff
    }
}

.pin-services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 30px 30px 50px;
    max-width: 90pc;
    gap: 30px
}

@media only screen and (max-width: 1400px) {
    .pin-services-container {
        width: 750pt
    }
}

@media only screen and (max-width: 768px) {
    .pin-services-container {
        width: 100%;
        margin: unset
    }
}

.dashboard-news-widget {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 750px
}

@media only screen and (max-width: 1400px) {
    .dashboard-news-widget {
        width: 780px
    }
}

@media only screen and (max-width: 768px) {
    .dashboard-news-widget {
        width: 100%
    }
}

.quality-and-accolades-widget {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 250px
}

@media only screen and (max-width: 768px) {
    .quality-and-accolades-widget {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%
    }
}

.quality-points-widget {
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .quality-points-widget {
        margin-bottom: 20px
    }
}

.service-calls-widget {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 500px
}

@media only screen and (max-width: 768px) {
    .service-calls-widget {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.pin-statistic-widget {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 500px
}

@media only screen and (max-width: 768px) {
    .pin-statistic-widget {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.global-search-results-container {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .global-search-results-container {
        padding-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .global-search-results-container {
        padding-bottom: 77px
    }
}

.global-search-app-wrapper {
    position: relative
}

.global-search-app-wrapper .page-title {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 20px
}

@media (max-width: 1279.98px) {
    .global-search-app-wrapper .page-title {
        display: none
    }
}

.global-search-app-wrapper .row.no-gutters.dashboard {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center
}

.global-search-app-wrapper .global-search-results-container {
    padding-left: 0
}

@media (min-width: 1280px) {
    .global-search-app-wrapper .global-search-results-container {
        padding-left: 4px;
        padding-right: 8px
    }
}

.global-search-app-wrapper .dashboard-search-content {
    width: 100%;
    background: #fff
}

.global-search-app-wrapper .dashboard-search-content .global-search-results-container {
    padding-left: 0;
    padding-right: 0
}

.global-search-app-wrapper .dashboard-filters-sticky {
    position: absolute;
    z-index: 1111;
    right: 0;
    top: 0;
    width: 350px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.global-search-app-wrapper .dashboard-filters-sticky.filters-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.global-search-app-wrapper .dashboard-filters-overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.global-search-app-wrapper .dashboard-filters-overlay.filters-opened {
    z-index: 1111;
    opacity: .6;
    visibility: visible
}

.global-search-app-wrapper .close-search {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333;
    cursor: pointer
}

.global-search-app-wrapper .result-count-container .filtersort-3 ul li:last-child {
    border-left: none
}

@media (min-width: 1280px) {
    .global-search-app-wrapper .result-count-container .filtersort-3 ul li:last-child {
        border-left: 2px solid #333
    }
}

#mediaCenterApp .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Avenir Book;
    padding: 35px 0 14px 25px;
    background: #fff
}

@media only screen and (min-width: 992px) {
    #mediaCenterApp .mobile-header {
        display: none
    }
}

#mediaCenterApp .mobile-header .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 20px
}

#mediaCenterApp .mobile-header .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

#mediaCenterApp .mobile-header .main-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333
}

.media-center-container {
    padding: 20px;
    font-family: Avenir Medium
}

@media only screen and (min-width: 1280px) {
    .media-center-container {
        padding: 50px
    }
}

.media-center-container .media-center-filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    place-content: space-between;
    margin-bottom: 33px
}

@media only screen and (min-width: 992px) {
    .media-center-container .media-center-filter-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.media-center-container .media-center-filter-container .headline-section {
    display: none
}

@media only screen and (min-width: 992px) {
    .media-center-container .media-center-filter-container .headline-section {
        display: block
    }
}

.media-center-container .media-center-filter-container .headline-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #000
}

.media-center-container .media-center-filter-container .controls-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: flex-end
}

@media only screen and (max-width: 768px) {
    .media-center-container .media-center-filter-container .controls-search-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px
}

@media only screen and (max-width: 768px) {
    .media-center-container .media-center-filter-container .controls-search-container .display-controls-container {
        margin-right: 0;
        place-content: space-between
    }
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .filter-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .filter-type div {
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #888;
    text-transform: capitalize;
    margin-right: 20px
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .filter-type div:last-child {
    margin-right: 0
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .filter-type div:hover {
    cursor: pointer
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .filter-type div.active {
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #333;
    border-bottom: 1px solid #333
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-list-view-inactive.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view.active:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-list-view-active.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 25px
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-grid-view-inactive.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.media-center-container .media-center-filter-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view.active:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-grid-view-active.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

.media-center-container .media-center-filter-container .controls-search-container .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    padding: 3px;
    width: 325px
}

@media only screen and (max-width: 768px) {
    .media-center-container .media-center-filter-container .controls-search-container .search-container {
        margin-bottom: 20px
    }
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-input {
    border: 0;
    outline: none;
    width: 100%;
    padding-left: 20px
}

@media only screen and (max-width: 768px) {
    .media-center-container .media-center-filter-container .controls-search-container .search-container .search-input {
        width: 100%
    }
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-input::-webkit-input-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-input::-moz-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-input::-ms-input-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-input::placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-icon-container {
    width: 34px;
    height: 34px;
    background: #333;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    place-items: center;
    border: 0
}

.media-center-container .media-center-filter-container .controls-search-container .search-container .search-icon-container div {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-search-white.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.sidebar-container {
    display: none
}

@media only screen and (min-width: 1280px) {
    .sidebar-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: #fff;
        font-family: Avenir Medium;
        overflow: hidden
    }
}

.sidebar-container .main-menu {
    width: 270px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 60px
}

.sidebar-container .main-menu.submenu {
    border-right: 1px solid #e0e0e0;
    display: block
}

.sidebar-container a .menu-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 22px;
    margin-left: 23px;
    border-radius: 8px;
    width: 100%
}

.sidebar-container a .user-container {
    visibility: visible;
    -webkit-transition: visibility .5s ease;
    transition: visibility .5s ease
}

.sidebar-container a span {
    white-space: nowrap
}

.sidebar-container a.active:before {
    content: " ";
    position: absolute;
    height: 50px;
    width: 4px;
    background: red
}

.sidebar-container.expanded {
    width: auto;
    height: 100%
}

.sidebar-container.expanded .main-menu {
    padding-right: 20px;
    height: 100vh;
    overflow: auto;
    scrollbar-width: none
}

.sidebar-container.expanded .main-menu.submenu {
    border-right: 1px solid #e0e0e0
}

.sidebar-container.expanded ::-webkit-scrollbar {
    width: 0
}

.sidebar-container.expanded .sub-menu {
    width: auto;
    visibility: visible;
    padding-right: 20px
}

.sidebar-container.expanded .collapse-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    place-content: flex-end;
    margin-bottom: 1pc;
    margin-top: 20px
}

.sidebar-container.expanded .collapse-icon-container .collapse-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

.sidebar-container.expanded .collapse-icon-container .collapse-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-collapse.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.sidebar-container.expanded .user-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px
}

.sidebar-container.expanded .user-container p {
    white-space: nowrap
}

.sidebar-container.expanded .menu-items-container {
    margin-bottom: 30px
}

.sidebar-container.expanded .menu-items-container, .sidebar-container.expanded .quick-links-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sidebar-container.expanded .menu-items-container p, .sidebar-container.expanded .quick-links-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-left: 45px;
    margin-bottom: 18px;
    visibility: visible;
    white-space: nowrap
}

.sidebar-container.expanded .menu-items-container .menu-items-links, .sidebar-container.expanded .menu-items-container .quick-links-items, .sidebar-container.expanded .quick-links-container .menu-items-links, .sidebar-container.expanded .quick-links-container .quick-links-items {
    width: 100%
}

.sidebar-container.expanded .menu-items-container .menu-items-links a, .sidebar-container.expanded .menu-items-container .quick-links-items a, .sidebar-container.expanded .quick-links-container .menu-items-links a, .sidebar-container.expanded .quick-links-container .quick-links-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.sidebar-container.expanded .menu-items-container .menu-items-links a:hover, .sidebar-container.expanded .menu-items-container .quick-links-items a:hover, .sidebar-container.expanded .quick-links-container .menu-items-links a:hover, .sidebar-container.expanded .quick-links-container .quick-links-items a:hover {
    mix-blend-mode: normal;
    text-decoration: none
}

.sidebar-container.expanded .menu-items-container .menu-items-links a:hover .menu-item-container, .sidebar-container.expanded .menu-items-container .quick-links-items a:hover .menu-item-container, .sidebar-container.expanded .quick-links-container .menu-items-links a:hover .menu-item-container, .sidebar-container.expanded .quick-links-container .quick-links-items a:hover .menu-item-container {
    background: hsla(0, 0%, 89.4%, .3)
}

.sidebar-container.expanded .menu-items-container .menu-items-links a.active, .sidebar-container.expanded .menu-items-container .menu-items-links a:active, .sidebar-container.expanded .menu-items-container .menu-items-links a:focus, .sidebar-container.expanded .menu-items-container .quick-links-items a.active, .sidebar-container.expanded .menu-items-container .quick-links-items a:active, .sidebar-container.expanded .menu-items-container .quick-links-items a:focus, .sidebar-container.expanded .quick-links-container .menu-items-links a.active, .sidebar-container.expanded .quick-links-container .menu-items-links a:active, .sidebar-container.expanded .quick-links-container .menu-items-links a:focus, .sidebar-container.expanded .quick-links-container .quick-links-items a.active, .sidebar-container.expanded .quick-links-container .quick-links-items a:active, .sidebar-container.expanded .quick-links-container .quick-links-items a:focus {
    outline: none
}

.sidebar-container.expanded .menu-items-container .menu-items-links a.active .menu-item-container, .sidebar-container.expanded .menu-items-container .quick-links-items a.active .menu-item-container, .sidebar-container.expanded .quick-links-container .menu-items-links a.active .menu-item-container, .sidebar-container.expanded .quick-links-container .quick-links-items a.active .menu-item-container {
    background: hsla(0, 0%, 89.4%, .3)
}

.sidebar-container.expanded .menu-items-container .menu-items-links a.active .sidebar-icon__main, .sidebar-container.expanded .menu-items-container .quick-links-items a.active .sidebar-icon__main, .sidebar-container.expanded .quick-links-container .menu-items-links a.active .sidebar-icon__main, .sidebar-container.expanded .quick-links-container .quick-links-items a.active .sidebar-icon__main {
    visibility: hidden
}

.sidebar-container.expanded .menu-items-container .menu-items-links a.active .sidebar-icon__active, .sidebar-container.expanded .menu-items-container .quick-links-items a.active .sidebar-icon__active, .sidebar-container.expanded .quick-links-container .menu-items-links a.active .sidebar-icon__active, .sidebar-container.expanded .quick-links-container .quick-links-items a.active .sidebar-icon__active {
    visibility: visible
}

.sidebar-container.expanded .menu-items-container .menu-items-links a .sidebar-icon, .sidebar-container.expanded .menu-items-container .quick-links-items a .sidebar-icon, .sidebar-container.expanded .quick-links-container .menu-items-links a .sidebar-icon, .sidebar-container.expanded .quick-links-container .quick-links-items a .sidebar-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

.sidebar-container.expanded .menu-items-container .menu-items-links a .sidebar-icon__main, .sidebar-container.expanded .menu-items-container .quick-links-items a .sidebar-icon__main, .sidebar-container.expanded .quick-links-container .menu-items-links a .sidebar-icon__main, .sidebar-container.expanded .quick-links-container .quick-links-items a .sidebar-icon__main {
    visibility: visible
}

.sidebar-container.expanded .menu-items-container .menu-items-links a .sidebar-icon__active, .sidebar-container.expanded .menu-items-container .quick-links-items a .sidebar-icon__active, .sidebar-container.expanded .quick-links-container .menu-items-links a .sidebar-icon__active, .sidebar-container.expanded .quick-links-container .quick-links-items a .sidebar-icon__active {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0
}

.sidebar-container.expanded .menu-items-container .menu-items-links a .quick-links-icon, .sidebar-container.expanded .menu-items-container .quick-links-items a .quick-links-icon, .sidebar-container.expanded .quick-links-container .menu-items-links a .quick-links-icon, .sidebar-container.expanded .quick-links-container .quick-links-items a .quick-links-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

.sidebar-container.expanded .menu-items-container .menu-items-links a .quick-links-icon:after, .sidebar-container.expanded .menu-items-container .quick-links-items a .quick-links-icon:after, .sidebar-container.expanded .quick-links-container .menu-items-links a .quick-links-icon:after, .sidebar-container.expanded .quick-links-container .quick-links-items a .quick-links-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-quick-links.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.sidebar-container .main-menu-border {
    height: 1px;
    background: #e4e4e4;
    margin: 90px 20px 30px
}

.sidebar-container.collapsed {
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0
}

.sidebar-container.collapsed .main-menu {
    width: 75pt;
    height: 100vh;
    overflow: auto;
    scrollbar-width: none
}

.sidebar-container.collapsed ::-webkit-scrollbar {
    width: 0
}

.sidebar-container.collapsed .collapse-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    place-content: center;
    margin-bottom: 1pc;
    margin-top: 20px
}

.sidebar-container.collapsed .collapse-icon-container .collapse-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 0
}

.sidebar-container.collapsed .collapse-icon-container .collapse-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-expand.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.sidebar-container.collapsed .user-container {
    visibility: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.sidebar-container.collapsed .user-container p {
    white-space: nowrap
}

.sidebar-container.collapsed .menu-items-container p, .sidebar-container.collapsed .quick-links-container p {
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none
}

.sidebar-container.collapsed .menu-items-container .menu-items-links, .sidebar-container.collapsed .menu-items-container .quick-links-items, .sidebar-container.collapsed .quick-links-container .menu-items-links, .sidebar-container.collapsed .quick-links-container .quick-links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a, .sidebar-container.collapsed .menu-items-container .quick-links-items a, .sidebar-container.collapsed .quick-links-container .menu-items-links a, .sidebar-container.collapsed .quick-links-container .quick-links-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .menu-item-container, .sidebar-container.collapsed .menu-items-container .quick-links-items a .menu-item-container, .sidebar-container.collapsed .quick-links-container .menu-items-links a .menu-item-container, .sidebar-container.collapsed .quick-links-container .quick-links-items a .menu-item-container {
    margin-right: 15px;
    padding: 18px 22px !important
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a:hover .menu-item-container, .sidebar-container.collapsed .menu-items-container .quick-links-items a:hover .menu-item-container, .sidebar-container.collapsed .quick-links-container .menu-items-links a:hover .menu-item-container, .sidebar-container.collapsed .quick-links-container .quick-links-items a:hover .menu-item-container {
    background: hsla(0, 0%, 89.4%, .3);
    mix-blend-mode: normal;
    text-decoration: none
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a span, .sidebar-container.collapsed .menu-items-container .quick-links-items a span, .sidebar-container.collapsed .quick-links-container .menu-items-links a span, .sidebar-container.collapsed .quick-links-container .quick-links-items a span {
    display: none
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a.active, .sidebar-container.collapsed .menu-items-container .menu-items-links a:active, .sidebar-container.collapsed .menu-items-container .menu-items-links a:focus, .sidebar-container.collapsed .menu-items-container .quick-links-items a.active, .sidebar-container.collapsed .menu-items-container .quick-links-items a:active, .sidebar-container.collapsed .menu-items-container .quick-links-items a:focus, .sidebar-container.collapsed .quick-links-container .menu-items-links a.active, .sidebar-container.collapsed .quick-links-container .menu-items-links a:active, .sidebar-container.collapsed .quick-links-container .menu-items-links a:focus, .sidebar-container.collapsed .quick-links-container .quick-links-items a.active, .sidebar-container.collapsed .quick-links-container .quick-links-items a:active, .sidebar-container.collapsed .quick-links-container .quick-links-items a:focus {
    outline: none
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a.active .sidebar-icon__main, .sidebar-container.collapsed .menu-items-container .quick-links-items a.active .sidebar-icon__main, .sidebar-container.collapsed .quick-links-container .menu-items-links a.active .sidebar-icon__main, .sidebar-container.collapsed .quick-links-container .quick-links-items a.active .sidebar-icon__main {
    visibility: hidden
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a.active .sidebar-icon__active, .sidebar-container.collapsed .menu-items-container .quick-links-items a.active .sidebar-icon__active, .sidebar-container.collapsed .quick-links-container .menu-items-links a.active .sidebar-icon__active, .sidebar-container.collapsed .quick-links-container .quick-links-items a.active .sidebar-icon__active {
    visibility: visible
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .sidebar-icon, .sidebar-container.collapsed .menu-items-container .quick-links-items a .sidebar-icon, .sidebar-container.collapsed .quick-links-container .menu-items-links a .sidebar-icon, .sidebar-container.collapsed .quick-links-container .quick-links-items a .sidebar-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .sidebar-icon__main, .sidebar-container.collapsed .menu-items-container .quick-links-items a .sidebar-icon__main, .sidebar-container.collapsed .quick-links-container .menu-items-links a .sidebar-icon__main, .sidebar-container.collapsed .quick-links-container .quick-links-items a .sidebar-icon__main {
    visibility: visible
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .sidebar-icon__active, .sidebar-container.collapsed .menu-items-container .quick-links-items a .sidebar-icon__active, .sidebar-container.collapsed .quick-links-container .menu-items-links a .sidebar-icon__active, .sidebar-container.collapsed .quick-links-container .quick-links-items a .sidebar-icon__active {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .quick-links-icon, .sidebar-container.collapsed .menu-items-container .quick-links-items a .quick-links-icon, .sidebar-container.collapsed .quick-links-container .menu-items-links a .quick-links-icon, .sidebar-container.collapsed .quick-links-container .quick-links-items a .quick-links-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 0
}

.sidebar-container.collapsed .menu-items-container .menu-items-links a .quick-links-icon:after, .sidebar-container.collapsed .menu-items-container .quick-links-items a .quick-links-icon:after, .sidebar-container.collapsed .quick-links-container .menu-items-links a .quick-links-icon:after, .sidebar-container.collapsed .quick-links-container .quick-links-items a .quick-links-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-quick-links.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.sub-menu {
    height: 700px;
    padding-top: 75pt
}

.sub-menu .menu-items-links .menu-item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 22px
}

.sub-menu .menu-items-links .menu-item-container p.sub-menu-title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    visibility: visible
}

.sub-menu .menu-items-links .menu-item-container span.sub-menu-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 9pt;
    line-height: 24px;
    color: #333;
    display: block !important
}

.sub-menu .menu-items-links .sub-menu-item-border {
    height: 1px;
    background: #e0e0e0;
    margin-left: 20px;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px
}

.sidebar-container-mobile {
    display: none;
    font-family: Avenir Medium
}

@media only screen and (max-width: 1280px) {
    .sidebar-container-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.sidebar-container-mobile__toggle {
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333;
    border-bottom: 2px solid red
}

.sidebar-container-mobile__main-menu {
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out
}

.sidebar-container-mobile__main-menu.show-menu {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 1111;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    top: 70px;
    left: 0;
    padding: 22px 15px
}

.sidebar-container-mobile__main-menu.hide-menu {
    display: none
}

.sidebar-container-mobile__main-menu .menu-items-container {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 10px
}

.sidebar-container-mobile__main-menu .menu-items-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-left: 20px;
    margin-bottom: 18px;
    visibility: visible;
    white-space: nowrap;
    -webkit-transition: visibility .5s ease-out;
    transition: visibility .5s ease-out
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    place-content: center;
    background: hsla(0, 0%, 86.3%, .35);
    padding: 13px 10px;
    min-height: 75pt;
    min-width: 90px
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links.active {
    border: 2px solid #d81e05
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a .menu-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a:hover {
    mix-blend-mode: normal;
    text-decoration: none
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a.active, .sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a:active, .sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a:focus {
    outline: none
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a.active .sidebar-icon__main {
    visibility: hidden
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a.active .sidebar-icon__active {
    visibility: visible
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a .sidebar-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a .sidebar-icon__main {
    visibility: visible
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a .sidebar-icon__active {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0
}

.sidebar-container-mobile__main-menu .menu-items-container .menu-items-links a span {
    margin-top: 10px;
    text-align: center
}

.sidebar-container-mobile__sub-menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 2222;
    background: #fff;
    top: 5pc;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.sidebar-container-mobile__sub-menu.show-submenu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.sidebar-container-mobile__sub-menu .submenu-info {
    padding: 18px 20px
}

.sidebar-container-mobile__sub-menu .submenu-info .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 20px
}

.sidebar-container-mobile__sub-menu .submenu-info .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

.sidebar-container-mobile__sub-menu .submenu-info .main-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333
}

.sidebar-container-mobile__sub-menu .menu-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f8f8f8;
    height: 100%
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links a:active, .sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links a:focus {
    outline: none;
    text-decoration: none
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container {
    border-bottom: 1px solid #e0e0e0;
    margin: 30px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container .menu-item-title {
    padding-bottom: 10px
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container .menu-item-title p.sub-menu-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container .menu-item-title span.sub-menu-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 18px;
    color: #333
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container .sub-menu-arrow-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.sidebar-container-mobile__sub-menu .menu-items-container .menu-items-links .menu-item-container .sub-menu-arrow-icon:before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-right-black-new.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.quick-links-btn {
    width: 65px;
    height: 40px;
    background: #333;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-content: center
}

.quick-links-btn .quick-links-btn-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px
}

.quick-links-btn .quick-links-btn-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-quick-links-white.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.quick-links-wrapper {
    font-family: Avenir Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quick-links-wrapper .quick-links-close-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333;
    margin-right: 20px;
    display: none
}

.quick-links-wrapper.mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .7s linear;
    transition: opacity .7s linear
}

.quick-links-wrapper.mobile .quick-links-fade {
    position: fixed;
    bottom: 66px;
    background: #fff;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2222;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

.quick-links-wrapper.mobile.expanded {
    z-index: 2222;
    opacity: 1
}

.quick-links-wrapper.mobile.expanded .quick-links-fade {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.quick-links-wrapper.mobile.expanded .quick-links-fade .quick-links-close-btn {
    display: block
}

.quick-links-container {
    width: 100%;
    font-family: Avenir Medium;
    background: #fff;
    height: 100%
}

.quick-links-container__mobile-header {
    height: 75px
}

.quick-links-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-left: 20px;
    margin-bottom: 18px;
    visibility: visible;
    white-space: nowrap;
    -webkit-transition: visibility .5s ease-out;
    transition: visibility .5s ease-out
}

.quick-links-container .quick-links-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-links-container .quick-links-items a .menu-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 22px;
    margin-left: 20px;
    border-radius: 8px;
    width: 100%
}

.quick-links-container .quick-links-items a:hover {
    mix-blend-mode: normal;
    text-decoration: none
}

.quick-links-container .quick-links-items a.active, .quick-links-container .quick-links-items a:active, .quick-links-container .quick-links-items a:focus {
    outline: none
}

.quick-links-container .quick-links-items a.active .sidebar-icon__main {
    visibility: hidden
}

.quick-links-container .quick-links-items a.active .sidebar-icon__active {
    visibility: visible
}

.quick-links-container .quick-links-items a .quick-links-icon {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

.quick-links-container .quick-links-items a .quick-links-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-quick-links.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Avenir Book;
    padding: 35px 0 14px 25px;
    background: #fff
}

@media only screen and (min-width: 992px) {
    .mobile-header {
        display: none
    }
}

.mobile-header .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 20px
}

.mobile-header .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

.mobile-header .main-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333
}

.mc-benefits-container {
    font-family: Avenir Medium;
    font-style: normal;
    color: #000;
    padding: 20px 20px 75pt
}

@media only screen and (min-width: 992px) {
    .mc-benefits-container {
        padding: 50px
    }
}

.mc-benefits-container__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 44px
}

.mc-benefits-container__header .page-title {
    display: none;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 1pc
}

@media only screen and (min-width: 992px) {
    .mc-benefits-container__header .page-title {
        display: block
    }
}

.mc-benefits-container__header .main-page-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 29px;
    height: 40px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    background: #d81e05;
    text-decoration: none;
    border-radius: 2px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    font-size: 1pc;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .mc-benefits-container__header .main-page-btn {
        max-width: 100%
    }
}

.mc-benefits-container__grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));
    grid-gap: 30px
}

.mc-benefits-container__grid___card {
    border-radius: 2px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    place-content: flex-start
}

.mc-benefits-container__grid___card, .mc-benefits-container__grid___card .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mc-benefits-container__grid___card .image-wrapper {
    margin-bottom: 15px
}

.mc-benefits-container__grid___card .image-wrapper .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ed1b24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 45px;
    width: 100%;
    height: 87pt
}

.mc-benefits-container__grid___card .image-wrapper .image-container img {
    height: 100%
}

.mc-benefits-container__grid___card .card-description {
    margin-bottom: 22px
}

.mc-benefits-container__grid___card .card-description__title {
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px
}

.mc-benefits-container__grid___card .card-description__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

.mc-benefits-container__grid___card .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 75pt;
    place-content: center;
    margin-top: auto
}

.mc-benefits-container__grid___card .links-container .download-cta {
    margin-top: 15px;
    border: 1px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    width: 250px;
    padding: 10px 5px;
    text-align: center;
    font-weight: 700;
    font-family: Helvetica;
    font-size: 1pc;
    line-height: 18px;
    color: #d81e05;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px
}

.mc-benefits-container__grid___card .links-container .download-cta:focus {
    outline: none
}

.mc-benefits-container__grid___card .links-container .page-url {
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000
}

.mc-benefits-container__grid___card .links-container .page-url:focus {
    outline: none
}

.mc-benefits-container__grid___card .links-container .page-url:hover {
    color: #000
}

#bingLogo, #LocateMeButton, .NavBar_MapTypeButtonContainerWrapper, a[title="Bing Maps"] {
    display: none
}

.find-con-result {
    position: relative
}

@media (min-width: 1280px) {
    .find-con-result {
        min-height: 34pc;
        padding-top: 9pt
    }
}

.find-con-result .no-result {
    padding-top: 35px;
    text-align: center;
    width: 100%;
    margin: 0 auto 150px
}

@media (min-width: 768px) {
    .find-con-result .no-result {
        padding-top: 93px;
        margin: 0 auto 10pc
    }
}

@media (min-width: 1280px) {
    .find-con-result .no-result {
        padding-top: 0;
        position: absolute;
        top: 75pt
    }
}

.fsbp-map {
    height: 316px !important;
    width: 100%
}

@media (min-width: 768px) {
    .fsbp-map {
        height: 460px !important
    }
}

@media (min-width: 1280px) {
    .fsbp-map {
        height: 613px !important;
        width: 99.2% !important
    }
}

.fsbp-map-legend {
    padding: 1pc 20px 9px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 2px 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .fsbp-map-legend {
        float: right;
        padding: 9px 30px;
        margin: 10px 8px 0 0
    }
}

.fsbp-map-legend label {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    display: block;
    padding-bottom: 10px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .fsbp-map-legend label {
        padding-bottom: 0;
        float: left
    }
}

.fsbp-map-legend ul {
    float: left
}

@media (min-width: 768px) {
    .fsbp-map-legend ul {
        margin-left: 10px
    }
}

.fsbp-map-legend ul li {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 500;
    letter-spacing: 1.4px;
    position: relative;
    margin-bottom: 9pt
}

@media (min-width: 768px) {
    .fsbp-map-legend ul li {
        float: left;
        margin-bottom: 0;
        margin-left: 19px
    }
}

.fsbp-map-legend ul li img {
    float: left;
    margin-right: 15px;
    width: 18px;
    height: 23px
}

.fsbp-map-legend ul li:first-child {
    margin-right: 4px
}

.popular-searches-wrapper {
    padding: 65px 8.1% 60px
}

@media (min-width: 768px) {
    .popular-searches-wrapper {
        padding: 70px 14.9% 75pt
    }
}

@media (min-width: 1280px) {
    .popular-searches-wrapper {
        padding: 4pc 25% 75pt 26.85%
    }
}

.popular-searches-wrapper .term-not-found {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    letter-spacing: .8px;
    line-height: normal;
    color: #333;
    padding-bottom: 13px
}

@media (min-width: 768px) {
    .popular-searches-wrapper .term-not-found {
        line-height: 30px;
        letter-spacing: 1px;
        font-size: 1.25rem;
        padding-bottom: 0
    }
}

.popular-searches-wrapper .term-not-found .search-term {
    font-family: NeusaNextProRegular, sans-serif
}

.popular-searches-wrapper .check-for-keyword {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .6px;
    line-height: normal;
    color: #333;
    padding: 0 9pt 5pc
}

@media (min-width: 768px) {
    .popular-searches-wrapper .check-for-keyword {
        font-size: .875rem;
        letter-spacing: .7px;
        line-height: 30px;
        padding: 0 0 82px
    }
}

@media (min-width: 1280px) {
    .popular-searches-wrapper .check-for-keyword {
        padding-bottom: 5pc
    }
}

.popular-searches-wrapper .popular-searches-heading {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .8px;
    color: #333;
    line-height: normal;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .popular-searches-wrapper .popular-searches-heading {
        font-size: 1.125rem;
        padding-bottom: 2pc;
        letter-spacing: .9px
    }
}

@media (min-width: 1280px) {
    .popular-searches-wrapper .popular-searches-heading {
        font-size: 1.25rem;
        padding-bottom: 28px;
        letter-spacing: 1px
    }
}

.popular-searches-wrapper ul.row .popular-search {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: 0;
    color: #da291c;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .popular-searches-wrapper ul.row .popular-search {
        font-size: .875rem;
        padding-bottom: 23px
    }
}

@media (min-width: 1280px) {
    .popular-searches-wrapper ul.row .popular-search {
        font-size: 1rem;
        padding-bottom: 19px
    }
}

@media (min-width: 768px) {
    .popular-searches-wrapper ul.row .popular-search:nth-child(odd) {
        padding-right: 17px
    }
}

@media (min-width: 768px) {
    .popular-searches-wrapper ul.row .popular-search:nth-child(2n) {
        padding-left: 30px
    }
}

.searchprojectportfolio {
    padding-bottom: 50px
}

.searchprojectportfolio .row {
    margin-bottom: 20px
}

.searchprojectportfolio .portfolio-text {
    text-align: center;
    background: #f5f5f5;
    padding: 35px 0 30px
}

@media (min-width: 768px) {
    .searchprojectportfolio .portfolio-text {
        padding: 70px 0 40px
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .portfolio-text {
        padding: 84px 0 55px
    }
}

.searchprojectportfolio .portfolio-text h2 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.8px;
    color: #333;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 5px
}

@media (min-width: 1280px) {
    .searchprojectportfolio .portfolio-text h2 {
        font-size: 1.5625rem
    }
}

.searchprojectportfolio .portfolio-text .subheading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    color: #333
}

@media (min-width: 768px) {
    .searchprojectportfolio .portfolio-text .subheading {
        line-height: 30px;
        font-size: .5625rem
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .portfolio-text .subheading {
        font-size: .6875rem
    }
}

.searchprojectportfolio .portfolio-text p {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    padding: 0 45px;
    color: #333
}

@media (min-width: 768px) {
    .searchprojectportfolio .portfolio-text p {
        padding: 0 60px;
        font-size: .625rem
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .portfolio-text p {
        padding: 0 90px
    }
}

.searchprojectportfolio .b-image {
    display: block;
    min-height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .searchprojectportfolio .b-image {
        min-height: 237px
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .b-image {
        min-height: 20pc
    }
}

.searchprojectportfolio .red-button {
    margin-top: 20px;
    padding: 0 30px;
    font-size: 10px;
    font-size: .625rem
}

@media (min-width: 768px) {
    .searchprojectportfolio .red-button {
        margin-top: 25px;
        padding: 0 11px;
        font-size: .75rem;
        height: 26px;
        line-height: 26px
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .red-button {
        margin-top: 24px;
        padding: 0 31px;
        height: 35px;
        line-height: 35px
    }
}

.searchprojectportfolio .project-portfolio-box {
    padding: 0 8px
}

.searchprojectportfolio .pagination-container {
    padding-top: 11px
}

@media (min-width: 768px) {
    .searchprojectportfolio .result-count-container .result-count {
        font-size: .75rem
    }
}

@media (min-width: 1280px) {
    .searchprojectportfolio .result-count-container .result-count {
        font-size: 1rem
    }
}

.searchprojectportfolio .result-count-container .sort-by-container .dropdown.show .sort-by-label:after {
    -webkit-transform-origin: 0 27%;
    transform-origin: 0 27%
}

.sales-rep-result-box .result-box {
    max-width: 945px;
    margin: 0 auto
}

.sales-rep-result-box .result-boxs .result-box {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-boxs .result-box {
        padding-left: 2pc
    }
}

.sales-rep-result-box .result-boxs .result-box:last-child {
    margin-bottom: 0
}

.sales-rep-result-box .result-boxs .result-box .title-star .title {
    width: 100%
}

.sales-rep-result-box .result-boxs .result-box .info-2 li {
    text-overflow: unset;
    white-space: break-spaces;
    word-break: break-all
}

.sales-rep-result-box .result-boxs .result-box .info-2 li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-boxs .result-box .info-2 {
        width: 33%
    }
}

.sales-rep-result-box .result-boxs .result-box .info-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sales-rep-result-box .result-boxs .result-box .info-1 li {
    text-overflow: unset;
    white-space: break-spaces
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-boxs .result-box .info-1 {
        padding-right: 40px;
        margin-right: 40px;
        padding-bottom: 0;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 54%;
        float: left;
        border-right: 2px solid #979797;
        border-bottom: 0;
        min-height: 85px
    }
}

@media (min-width: 1280px) {
    .sales-rep-result-box .result-boxs .result-box .info-1 {
        border-right: 2px solid #979797;
        width: 55%;
        padding-right: 50px;
        margin-right: 50px;
        min-height: 75pt
    }
}

.sales-rep-result-box .result-boxs .result-box .info-1 .distance {
    margin-bottom: 13px
}

.sales-rep-result-box .result-boxs .result-box .distance:after {
    top: 3px
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-box-wrapper {
        margin: 0 53px
    }
}

@media (min-width: 1280px) {
    .sales-rep-result-box .result-box-wrapper {
        margin: 0 auto
    }
}

.sales-rep-result-box .result-count-container {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-count-container {
        margin-bottom: 30px
    }
}

.sales-rep-result-box .result-count-container .filtersort-3 {
    position: absolute;
    right: 25px;
    bottom: 13px
}

.sales-rep-result-box .result-count-container .filtersort-3 li:last-child {
    border-left: none
}

@media (min-width: 1280px) {
    .sales-rep-result-box .result-count-container .filtersort-3 li:last-child {
        border-left: 2px solid #333;
        border-right: none
    }
}

@media (min-width: 768px) {
    .sales-rep-result-box .result-count-container .filtersort-3 {
        position: absolute;
        right: 50px;
        top: 13px;
        bottom: inherit
    }
}

.sales-rep-result-box .result-count-container .result-count {
    position: static;
    width: 90%;
    margin: 0 auto
}

.sales-rep-result-box .pagination-container {
    margin: 30px 0 50px
}

.sales-rep-result-box .pagination-container li a {
    outline: none
}

.sales-rep-result-box .no-result {
    width: 245px;
    margin: 0 auto 190px;
    padding: 0;
    text-align: center
}

@media (min-width: 768px) {
    .sales-rep-result-box .no-result {
        margin-bottom: 200px
    }
}

@media (min-width: 1280px) {
    .sales-rep-result-box .no-result {
        margin-bottom: 390px
    }
}

.contractor-tool .pagination-container {
    margin-top: 41px;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .contractor-tool .pagination-container {
        margin-top: 36px
    }
}

@media (min-width: 1280px) {
    .contractor-tool .pagination-container {
        margin-top: 38px
    }
}

.pagination {
    padding-bottom: 0
}

@media (min-width: 1280px) {
    .pagination {
        padding-bottom: 26px
    }
}

.pagination > li > a {
    border: 0 !important;
    color: #000;
    text-transform: uppercase;
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 1pc;
    line-height: 22px;
    letter-spacing: .5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px
}

@media (min-width: 1280px) {
    .pagination > li > a {
        padding: 10px;
        margin-right: 8px
    }
}

.pagination > li > a.active {
    color: #fff;
    background-color: #c10016
}

.pagination > li > a:hover {
    color: #000;
    background-color: #e7e7e6
}

.pagination > li > a.no-cursor {
    cursor: auto !important
}

.pagination > li > a.no-cursor:hover {
    color: #000;
    background-color: #e7e7e6
}

.pagination > li > a.next-p, .pagination > li > a.prev-p {
    color: #c10016
}

.pagination > li > a.next-p:hover, .pagination > li > a.prev-p:hover {
    text-decoration: none
}

.pagination > li > a.next-p .pagination-icon, .pagination > li > a.prev-p .pagination-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-down.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.18 0.8200000000000001" /><feFuncG type="table" tableValues="0.18 0.8200000000000001" /><feFuncB type="table" tableValues="0.18 0.8200000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41121 0.74593 0.18333 0 0 0.33852999999999994 0.69542 0.16296 0 0 0.26384 0.51798 0.15707000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="27.388110000000005 -23.97395 -2.41416 0 0 -7.14189 10.901349999999999 -2.41416 0 0 -7.14189 -23.97395 32.115840000000006 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="355" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.88" intercept="0.06" /><feFuncG type="linear" slope="0.88" intercept="0.06" /><feFuncB type="linear" slope="0.88" intercept="0.06" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    background-size: contain;
    margin-bottom: 3px
}

@media (min-width: 1280px) {
    .pagination > li > a.prev-p {
        margin-right: 75px
    }
}

.pagination > li > a.prev-p .pagination-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 1280px) {
    .pagination > li > a.next-p {
        margin-left: 67px
    }
}

.pagination > li > a.next-p .pagination-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.newsLanding .pagination {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .newsLanding .pagination {
        margin-bottom: 50px
    }
}

@media (min-width: 1280px) {
    .newsLanding .pagination {
        margin-bottom: 70px
    }
}

.sort-by-container {
    padding-top: 3px;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.sort-by-container .dropdown .sort-by-label {
    font-size: 9pt;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: NeusaNextProRegular, sans-serif
}

.sort-by-container .dropdown .sort-by-label:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 11px;
    margin-top: 5px;
    display: inline-block
}

.sort-by-container .dropdown.show .sort-by-label:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    -webkit-transition: rotateX .5s ease-out;
    transition: rotateX .5s ease-out
}

.sort-by-container .dropdown-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    background-color: #f5f5f5;
    padding: 15px 19px;
    text-align: right;
    width: 122px;
    min-width: auto;
    left: inherit !important;
    right: 0 !important;
    top: 40px !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .26);
    border-radius: 0;
    border: none
}

.sort-by-container .dropdown-menu .red {
    color: #da291c
}

.sort-by-container .dropdown-menu a {
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    color: #333;
    letter-spacing: 1px;
    font-size: 10px !important;
    font-size: .625rem !important;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500 !important
}

.sort-by-container .dropdown-menu a.red, .sort-by-container .dropdown-menu a:hover {
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900 !important
}

@media (min-width: 1280px) {
    .sort-by-container {
        border-left: 1px solid #333;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .sort-by-container {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.doc-error-modal .modal-header {
    padding-right: 1pc;
    padding-top: 1pc;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .doc-error-modal .modal-header {
        padding-right: 18px;
        padding-top: 18px
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .modal-header {
        padding-right: 20.5px;
        padding-top: 20.5px
    }
}

.doc-error-modal .modal-header .close {
    opacity: 1
}

.doc-error-modal .modal-content {
    border-radius: 0
}

.doc-error-modal .modal-dialog {
    margin-top: 131px
}

@media (min-width: 768px) {
    .doc-error-modal .modal-dialog {
        margin: 250px 0 0 14pc;
        width: 42.66%
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .modal-dialog {
        margin: 250px 0 0 390px;
        width: 40%
    }
}

.doc-error-modal .modal-dialog.notification-dialog {
    margin: 113px 7% 0;
    width: auto
}

.doc-error-modal .modal-dialog.notification-dialog .contractor-btn-container .btn-secondary {
    margin-right: 20px;
    width: 75pt
}

@media (min-width: 768px) {
    .doc-error-modal .modal-dialog.notification-dialog {
        margin: 204px 0 0 9%;
        width: 82%
    }

    .doc-error-modal .modal-dialog.notification-dialog.update-contractor {
        margin: 200px auto 0;
        width: 350px
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .modal-dialog.notification-dialog {
        margin: 251px 0 0 325px;
        width: 630px
    }
}

.doc-error-modal .notification-messsage .modal-header {
    padding: 17px 20px 9px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-header {
        padding: 25px 29px 29px
    }
}

.doc-error-modal .notification-messsage .modal-header.import-header {
    padding-bottom: 6px
}

@media (min-width: 1280px) {
    .doc-error-modal .notification-messsage .modal-header.import-header {
        padding-bottom: 2px
    }
}

.doc-error-modal .notification-messsage .modal-header .notification-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #333
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-header .notification-heading {
        font-size: 1.125rem
    }
}

.doc-error-modal .notification-messsage .modal-header .close {
    position: relative;
    bottom: 4px
}

.doc-error-modal .notification-messsage .icon.cross-red {
    width: 11px;
    height: 11px
}

.doc-error-modal .notification-messsage .modal-body {
    padding: 0 20px 20px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body {
        padding: 0 31px 30px 29px
    }
}

.doc-error-modal .notification-messsage .modal-body .upload-section {
    border: 2px dashed #333;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 13px;
    margin-bottom: 20px;
    cursor: pointer
}

.doc-error-modal .notification-messsage .modal-body .upload-section .import {
    margin-bottom: 17px
}

.doc-error-modal .notification-messsage .modal-body .submit-section {
    text-align: center;
    padding-top: 17px
}

.doc-error-modal .notification-messsage .modal-body .submit-section .download {
    width: 17px;
    height: 1pc;
    float: left;
    position: relative;
    top: 4px
}

.doc-error-modal .notification-messsage .modal-body .upload-button {
    color: #fff;
    background: #da291c;
    text-align: center;
    border-radius: 0;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: 27px;
    letter-spacing: 1.4px;
    margin-right: 6px;
    width: 113px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button {
        font-size: .75rem;
        letter-spacing: .9pt;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

.doc-error-modal .notification-messsage .modal-body .upload-button.ok-button {
    width: 76px
}

.doc-error-modal .notification-messsage .modal-body .upload-button.cancel-button {
    width: 72px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button.cancel-button {
        width: 90px
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button.cancel-button {
        margin: 0 15px
    }
}

.doc-error-modal .notification-messsage .modal-body .upload-button.continue-button {
    width: 75pt
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button.continue-button {
        width: 110px
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button.continue-button {
        margin: 0 15px
    }
}

.doc-error-modal .notification-messsage .modal-body .upload-button.download-button {
    width: 134px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .upload-button.download-button {
        width: 168px
    }
}

.doc-error-modal .notification-messsage .modal-body .close-button {
    font-family: NeusaNextProRegular, sans-serif;
    cursor: pointer;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.4px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 125px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .close-button {
        font-size: .75rem
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .notification-messsage .modal-body .close-button {
        font-size: .875rem
    }
}

.doc-error-modal .notification-messsage .modal-body .notification-message-body {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0;
    color: #333;
    text-align: left;
    padding-bottom: 8px
}

@media (min-width: 768px) {
    .doc-error-modal .notification-messsage .modal-body .notification-message-body {
        font-size: .75rem;
        padding-bottom: 20px
    }
}

.doc-error-modal .notification-messsage .import-content {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0;
    color: #333
}

.doc-error-modal .notification-messsage .import-content.erase-content {
    padding-right: 11px
}

.doc-error-modal .notification-messsage .change-button {
    display: inline-block;
    margin-left: 3px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 17px;
    letter-spacing: 0;
    color: #da291c;
    text-decoration: underline;
    cursor: pointer
}

.doc-error-modal .error-message {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #333;
    margin-top: 20px;
    margin-bottom: 26px
}

@media (min-width: 1280px) {
    .doc-error-modal .error-message {
        font-size: .875rem;
        margin-top: 18px;
        margin-bottom: 36px
    }
}

.doc-error-modal .close-button {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    background: #da291c;
    letter-spacing: .9pt;
    color: #fff;
    display: inline-block;
    padding: 5px 40px 3px
}

@media (min-width: 1280px) {
    .doc-error-modal .close-button {
        font-size: .75rem;
        letter-spacing: 1.4px;
        line-height: 24px;
        padding: 8px 74px 10px
    }
}

.doc-error-modal .modal-body {
    padding: 11px 59.5px 40px
}

@media (min-width: 1280px) {
    .doc-error-modal .modal-body {
        padding: 0 133px 40px
    }
}

@media (min-width: 1280px) {
    .doc-error-modal .modal-body.download-limit {
        padding: 0 90.5px 40px
    }
}

@media (min-width: 768px) {
    .searchModal .modal-section {
        margin-top: 37px;
        margin-right: 42px;
        margin-left: 42px
    }
}

@media (min-width: 1280px) {
    .searchModal .modal-section {
        margin-top: 90px;
        margin-right: 75pt;
        margin-left: 75pt
    }
}

.searchModal .modal-section .modal-img {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .searchModal .modal-section .modal-img {
        padding-right: 42px;
        padding-left: 42px;
        padding-bottom: 57px
    }
}

@media (min-width: 1280px) {
    .searchModal .modal-section .modal-img {
        padding-right: 92px;
        padding-left: 92px;
        padding-bottom: 66px
    }
}

.searchModal .modal-section .icon-cross-red {
    float: right;
    background-size: cover;
    margin-top: 17px;
    margin-bottom: 19px;
    margin-right: 23px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .searchModal .modal-section .icon-cross-red {
        margin-top: 26px;
        margin-bottom: 18px;
        margin-right: 26px
    }
}

@media (min-width: 1280px) {
    .searchModal .modal-section .icon-cross-red {
        margin-top: 33px;
        margin-bottom: 9px;
        margin-right: 36px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-cross-red.svg);
        width: 19.5px;
        height: 19.5px;
        background-repeat: no-repeat
    }
}

.searchModal .modal-section .no-preview-msg {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 70px
}

.contractorModal {
    padding-right: 0 !important
}

.contractorModal .modal-dialog {
    max-width: 80pc;
    margin-top: 75px
}

.contractorModal .modal-dialog .contractor-btn-container .btn-secondary {
    margin-right: 20px;
    width: 75pt
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog {
        margin-top: 81pt
    }
}

.contractorModal .modal-dialog .modal-content {
    position: relative;
    padding: 22px;
    border-radius: 0
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content {
        padding: 68px 2pc
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content {
        padding: 74px 65px 40px
    }
}

.contractorModal .modal-dialog .modal-content .close-m {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #da291c;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    display: block;
    text-indent: -9999px
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .close-m {
        right: 40px;
        top: 35px;
        width: 20px;
        height: 20px
    }
}

.contractorModal .modal-dialog .modal-content .header-box {
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .header-box {
        margin-bottom: 28px
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box {
        margin-bottom: 54px
    }
}

.contractorModal .modal-dialog .modal-content .header-box figure {
    width: 5pc;
    height: 5pc;
    margin-right: 20px;
    float: left;
    margin-bottom: 0
}

.contractorModal .modal-dialog .modal-content .header-box figure img {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .header-box figure {
        width: 150px;
        height: 150px;
        margin-right: 30px
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box figure {
        width: 130px;
        height: 130px;
        margin-right: 30px
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc {
    float: left;
    width: 68%
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc {
        width: auto
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc .m-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 2.2px;
    color: #333;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc .m-title {
        margin-bottom: 15px;
        font-size: 1.125rem
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc .m-title {
        margin-bottom: 25px;
        font-size: 1.375rem
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc .date {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #333;
    margin-bottom: 5px
}

.contractorModal .modal-dialog .modal-content .header-box .disc .date strong {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 700
}

.contractorModal .modal-dialog .modal-content .header-box .disc .hours {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #da291c;
    margin-bottom: 18px
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #333;
    margin-top: 10px
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc .rating {
        margin-top: 18px
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 9pt;
    position: relative;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc .rating li {
        margin-right: 24px
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.icq {
    background-image: url(clientlib-site/resources/images/ICQ.png)
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.master-contractor {
    background-image: url(clientlib-site/resources/images/Master_contractor.png)
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.piq {
    background-image: url(clientlib-site/resources/images/PIQ.png)
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.platinum-council {
    background-image: url(clientlib-site/resources/images/Platinum_Council.png)
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.platinum-master {
    background-image: url(clientlib-site/resources/images/Platinum_Master_contractor.gif)
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li.sa-pro {
    background-image: url(clientlib-site/resources/images/SA-PRO_designation_icon.png)
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .header-box .disc .rating li {
        width: 20px;
        height: 20px
    }
}

.contractorModal .modal-dialog .modal-content .header-box .disc .rating li .award-icon {
    width: 100%;
    height: 100%
}

.contractorModal .modal-dialog .modal-content .address-box {
    border-bottom: 1px solid #979797
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box {
        padding: 2pc 0;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .address-box {
        margin-bottom: 0
    }
}

.contractorModal .modal-dialog .modal-content .address-box .box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.contractorModal .modal-dialog .modal-content .address-box .box .label-info {
    font-family: NeusaNextProRegular, sans-serif;
    padding-bottom: 10px;
    display: block;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden
}

.contractorModal .modal-dialog .modal-content .address-box .box .label-info a {
    color: #333
}

.contractorModal .modal-dialog .modal-content .address-box .box .label-info span.label {
    width: 90px;
    float: left;
    font-weight: 900;
    font-family: NeusaNextProRegular, sans-serif;
    text-transform: uppercase
}

.contractorModal .modal-dialog .modal-content .address-box .box .label-info .info {
    float: left;
    width: 56%
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box .label-info {
        font-size: .75rem
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .address-box .box .label-info {
        font-size: .875rem;
        letter-spacing: 1px
    }
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box {
        float: left;
        width: 28%
    }
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box.box1 span.label {
        float: none;
        display: block;
        padding-bottom: 5px
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .address-box .box.box1 span.label {
        float: left;
        padding-bottom: 0
    }
}

.contractorModal .modal-dialog .modal-content .address-box .box:first-child {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 20px 0 0;
    margin: 20px 0
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box:first-child {
        padding: 0;
        margin: 0;
        border: none
    }
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .address-box .box:nth-child(2) {
        padding: 0 30px;
        margin: 0 30px;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .address-box .box:nth-child(2) {
        padding: 0 60px;
        margin: 0 60px;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797
    }
}

.contractorModal .modal-dialog .modal-content .address-box .box:last-child {
    border-right: 0
}

.contractorModal .modal-dialog .modal-content .info-box {
    padding-top: 30px
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .info-box {
        padding-top: 50px
    }
}

.contractorModal .modal-dialog .modal-content .info-box .info-title {
    font-family: NeusaNextProRegular, sans-serif;
    padding-bottom: 11px;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .info-box .info-title {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .info-box .info-title {
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        padding-bottom: 13px
    }
}

.contractorModal .modal-dialog .modal-content .info-box .info-list {
    padding-bottom: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-rule: 1px solid #979797;
    -moz-column-rule: 1px solid #979797;
    column-rule: 1px solid #979797;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media (min-width: 1280px) {
    .contractorModal .modal-dialog .modal-content .info-box .info-list {
        padding-bottom: 35px;
        -webkit-column-gap: 90px;
        -moz-column-gap: 90px;
        column-gap: 90px
    }
}

.contractorModal .modal-dialog .modal-content .info-box .info-list li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    margin: 0
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .info-box .info-list li {
        font-size: .875rem
    }
}

.contractorModal .modal-dialog .modal-content .info-box .plain-list li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    margin: 0
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .info-box .plain-list li {
        font-size: .875rem
    }
}

.contractorModal .modal-dialog .modal-content .info-box .plain-list li i {
    padding-left: 10px;
    letter-spacing: .1pc
}

.contractorModal .modal-dialog .modal-content .info-box .info-text {
    font-family: NeusaNextProRegular, sans-serif;
    padding-bottom: 30px;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    margin: 0
}

@media (min-width: 768px) {
    .contractorModal .modal-dialog .modal-content .info-box .info-text {
        padding-bottom: 35px;
        font-size: .875rem
    }
}

.modal.youTube-modal {
    background-color: rgba(0, 0, 0, .85)
}

.result-count-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 14px 24px;
    margin-bottom: 15px;
    position: relative;
    height: 83px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.result-count-container.dashboard {
    background-color: #f8f8f8;
    margin-top: 0;
    padding: 9pt 40px !important
}

.result-count-container.dashboard .icon.filter.dashboard:hover {
    cursor: pointer
}

@media (max-width: 767px) {
    .result-count-container.dashboard {
        margin-top: 30px
    }
}

.result-count-container.zero-document {
    height: 47px
}

@media (min-width: 768px) {
    .result-count-container {
        margin-bottom: 10px;
        height: inherit;
        padding: 9pt 3pc 9pt 38px
    }
}

@media (min-width: 1280px) {
    .result-count-container {
        margin-bottom: 18px;
        padding-right: 43px;
        padding-left: 24px
    }
}

.result-count-container .filter-results-label {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.result-count-container .filter-results-label.v-hidden {
    visibility: hidden
}

@media (min-width: 768px) {
    .result-count-container .filter-results-label {
        font-size: .75rem;
        position: relative;
        z-index: 1
    }
}

@media (min-width: 1280px) {
    .result-count-container .filter-results-label {
        font-size: .875rem;
        width: calc(18.75% - 9pt)
    }
}

.result-count-container .filter-results-label a.filter-anchor:hover {
    text-decoration: none
}

.result-count-container .filter-results-label a span {
    text-decoration: underline
}

.result-count-container .filter-results-label a span.filter-label {
    text-decoration: none;
    position: relative;
    top: 3px
}

@media (min-width: 768px) {
    .result-count-container .filter-results-label a span.filter-label {
        width: 150px;
        border-right: 2px solid #333
    }
}

@media (min-width: 1280px) {
    .result-count-container .filter-results-label .filter-result-text {
        position: relative;
        top: 3px;
        width: calc(100% - 30px);
        border-right: 2px solid #333
    }
}

.result-count-container .result-count {
    font-size: 14px;
    font-size: .875rem;
    color: #da291c;
    position: absolute;
    left: 0;
    width: 100%;
    top: 14px;
    text-align: center
}

@media (min-width: 768px) {
    .result-count-container .result-count {
        font-size: .875rem
    }
}

@media (min-width: 1280px) {
    .result-count-container .result-count {
        font-size: 1rem;
        top: 11px
    }
}

.result-count-container .result-count .grey-font {
    color: #333
}

.result-count-container .result-count.search-term {
    padding-left: 24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .result-count-container .result-count.search-term {
        position: static;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        padding-left: 10px
    }
}

@media (min-width: 1280px) {
    .result-count-container .result-count.search-term {
        padding-left: 41px
    }
}

.result-count-container .filtersort-3 {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 768px) {
    .result-count-container .filtersort-3 {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.result-count-container .filtersort-3 ul {
    text-align: center;
    height: 20px;
    line-height: 20px;
    float: right
}

.result-count-container .filtersort-3 ul li {
    padding: 0 20px;
    display: inline-block
}

.result-count-container .filtersort-3 ul li:last-child {
    padding-right: 0
}

@media (min-width: 1280px) {
    .result-count-container .filtersort-3 ul li:last-child {
        border-right: none;
        border-left: 2px solid #333
    }
}

.result-count-container .filtersort-3 ul li:first-child {
    padding-left: 0
}

.result-count-container .filtersort-3 ul li.list-icon {
    padding: 0;
    border: none;
    float: right
}

.result-count-container .filtersort-3 ul li a {
    display: block;
    font-size: 9pt;
    font-size: .75rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase
}

.result-count-container .filtersort-3 ul li a.red {
    font-family: NeusaNextProRegular, sans-serif
}

.result-count-container .filtersort-3 ul li .map-icon {
    position: relative;
    padding-right: 27px;
    cursor: pointer
}

.result-count-container .filtersort-3 ul li .map-icon:after {
    background-image: url(/../assets/icon/icon-map-view.svg);
    width: 20px
}

.result-count-container .filtersort-3 ul li .map-icon.list-icon:after, .result-count-container .filtersort-3 ul li .map-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.result-count-container .filtersort-3 ul li .map-icon.list-icon:after {
    background-image: url(/../assets/icon/icon-list-view.svg);
    width: 22px
}

.result-count-container .filtersort-3 ul li .sort-icon {
    position: relative;
    padding-right: 15px
}

.result-count-container .filtersort-3 ul li .sort-icon:after {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.result-count-container .filtersort-3 ul li .sort-by-container {
    padding-left: 0;
    border-left: none;
    padding-top: 0
}

.result-count-container .filtersort-3 ul li .sort-by-container .dropdown .sort-by-label:after {
    margin-top: 7px
}

@media (min-width: 1280px) {
    .result-count-container .filtersort-3 ul li .sort-by-container .dropdown .sort-by-label:after {
        margin-top: 5px
    }
}

@media (min-width: 768px) {
    .result-count-container.global-doc-result-container {
        padding: 11px 3pc 11px 23px
    }
}

@media (min-width: 1280px) {
    .result-count-container.global-doc-result-container {
        padding: 11px 43px 11px 23px
    }
}

.document-container .result-count-container .filtersort-3 ul li:last-child {
    border-left: none
}

@media (min-width: 1280px) {
    .document-container .global-search-results-container {
        padding: 0 8px 60px 4px
    }
}

@media (min-width: 1280px) {
    .document-container .docs-list-container .bottom-cta-container {
        padding: 35px 0 0
    }
}

@media (min-width: 1280px) {
    .results-list-container {
        padding: 0 0 55px
    }
}

.results-list-container.dashboard .link {
    color: #333;
    text-decoration: underline
}

.results-list-container .headline-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
    width: 100%;
    padding: 10px 10px 10px 21px
}

@media (min-width: 768px) {
    .results-list-container .headline-section {
        padding: 10px 10px 10px 0
    }
}

@media (min-width: 1280px) {
    .results-list-container .headline-section {
        padding: 10px 10px 10px 15px
    }
}

.results-list-container .headline-section .headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #fff
}

@media (min-width: 768px) {
    .results-list-container .headline-section .headline {
        padding: 2px 0 2px 38px;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .results-list-container .headline-section .headline {
        padding-left: 0;
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: normal
    }
}

@media (min-width: 768px) {
    .results-list-container .result-links-container {
        padding: 15px 0 0
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container {
        padding: 0
    }
}

.results-list-container .result-links-container .result-links {
    color: #333;
    padding: 20px 25px 0
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links {
        padding: 25px 51px 0 53px
    }

    .results-list-container .result-links-container .result-links:after {
        display: block;
        clear: both;
        content: ""
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links {
        padding: 25px 84px 0 0
    }
}

.results-list-container .result-links-container .result-links .date {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .9px;
    padding-bottom: 9px;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .date {
        font-size: .6875rem;
        letter-spacing: 1px;
        float: right;
        padding-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .date {
        font-size: 1rem;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.results-list-container .result-links-container .result-links .sub-headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1.4px;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #333
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .sub-headline {
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .sub-headline {
        padding-bottom: 2px
    }
}

.results-list-container .result-links-container .result-links .link {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0;
    display: inline-block;
    padding-bottom: 10px;
    word-break: break-all
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .link {
        font-size: 1rem
    }
}

.results-list-container .result-links-container .result-links .body-copy {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 17px;
    color: #1a1a1a;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .body-copy {
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .body-copy {
        padding-bottom: 27px;
        font-size: .875rem;
        line-height: 21px
    }
}

.results-list-container .result-links-container .result-links .body-copy strong {
    font-weight: 700;
    font-family: NeusaNextProRegular, sans-serif
}

.results-list-container .result-links-container .result-links .separator {
    display: block;
    border-bottom: .1px solid #eae6e7
}

.results-list-container .result-links-container .result-links:last-of-type {
    padding-bottom: 20px
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links:last-of-type .separator {
        display: block;
        border-bottom: .1px solid #eae6e7
    }
}

.results-list-container .result-links-container .result-links:last-child .separator {
    display: none
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links:last-child .separator {
        display: block
    }
}

@media (min-width: 1280px) {
    .docs-list-container {
        padding: 0 0 10px
    }
}

.docs-list-container .headline-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-box-sizing 5s ease-in-out;
    transition: -webkit-box-sizing 5s ease-in-out;
    transition: box-sizing 5s ease-in-out;
    transition: box-sizing 5s ease-in-out, -webkit-box-sizing 5s ease-in-out;
    padding: 8px 10px 8px 21px
}

@media (min-width: 768px) {
    .docs-list-container .headline-section {
        padding: 8px 10px 8px 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section {
        padding: 8px 34px 8px 21px
    }
}

@media (min-width: 768px) {
    .docs-list-container .headline-section.fixed-document-cta {
        top: 75pt;
        position: fixed;
        width: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section.fixed-document-cta {
        top: 154px
    }
}

.docs-list-container .headline-section .headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    text-transform: uppercase;
    color: #fff
}

@media (min-width: 768px) {
    .docs-list-container .headline-section .headline {
        padding: 2px 0 2px 38px;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section .headline {
        padding-left: 15px;
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: normal
    }
}

.docs-list-container .select-multiple {
    font-family: NeusaNextProRegular, sans-serif;
    font-style: italic;
    color: #fff;
    display: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .select-multiple {
        display: inline-block;
        text-decoration: underline;
        font-size: .75rem;
        letter-spacing: .9pt;
        padding-right: 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .select-multiple {
        font-size: .9375rem;
        letter-spacing: 1.5px;
        padding-right: 0
    }
}

.docs-list-container .multiselect-floating-container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 50px;
    z-index: 9
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container {
        display: block
    }
}

.docs-list-container .multiselect-floating-container__wrapper {
    display: none;
    z-index: 1031;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25)
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container__wrapper {
        display: block
    }
}

.docs-list-container .multiselect-floating-container.open {
    z-index: 1032
}

.docs-list-container .multiselect-floating-container.open .multiselect-floating-container__content {
    display: block;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.docs-list-container .multiselect-floating-container.open .multiselect-floating-container__cta-bar {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container__heading {
        padding: 9pt 46px 19px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .multiselect-floating-container__heading {
        padding: 9pt 25px 18px 31px
    }
}

.docs-list-container .multiselect-floating-container__heading h1 {
    text-transform: uppercase;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1.14px;
    color: #333
}

.docs-list-container .multiselect-floating-container__heading .sub-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 500;
    color: #898989
}

.docs-list-container .multiselect-floating-container__heading .clear-all {
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .91px;
    text-decoration: underline;
    font-size: 1pc;
    font-size: 1rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    position: absolute;
    top: 20px;
    right: 40px
}

.docs-list-container .multiselect-floating-container__close {
    position: absolute;
    top: 20px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}

.docs-list-container .multiselect-floating-container__content {
    display: none;
    position: relative;
    padding: 0;
    -webkit-box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, .25);
    border: 1px solid #ccc;
    background-color: #fff
}

.docs-list-container .multiselect-floating-container__cta-bar {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #333;
    border-radius: 7px
}

.docs-list-container .multiselect-floating-container__cta-bar_txt {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #ccc
}

.docs-list-container .multiselect-floating-container__cta-bar .icon {
    margin-right: 10px
}

.docs-list-container .multiselect-floating-container .view-docs {
    margin-right: 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 9px 10px;
    background-color: #da291c;
    font-size: 1pc;
    font-size: 1rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: .91px;
    color: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: underline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 344px;
    flex: 0 0 344px
}

.docs-list-container .multiple-select-ctas {
    display: none;
    float: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .multiple-select-ctas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.docs-list-container .multiple-select-ctas button {
    margin-right: 2pc
}

.docs-list-container .multiple-select-ctas button:last-child {
    margin-right: 0
}

.docs-list-container .bottom-cta-container {
    padding-top: 20px;
    padding-bottom: 40px
}

.docs-list-container .bottom-cta-container:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container {
        padding-left: 52px;
        padding-top: 40px;
        padding-right: 30px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container {
        padding-left: 0;
        padding-top: 40px;
        padding-right: 0
    }
}

.docs-list-container .bottom-cta-container .load-more {
    float: none;
    text-align: center
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .load-more {
        float: left;
        text-align: left
    }
}

.docs-list-container .bottom-cta-container .load-more .button-cta {
    width: 205px;
    letter-spacing: .8px
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .load-more .button-cta {
        width: 235px;
        letter-spacing: .9pt
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container .load-more .button-cta {
        width: 275px;
        padding: 6px 18px 6px 1pc
    }
}

.docs-list-container .bottom-cta-container .multiple-select-ctas {
    float: right
}

.docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
    color: #333
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
        padding-right: 10px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
        padding-right: 15px
    }
}

.docs-list-container .docs-list-wrapper {
    padding-top: 9pt
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper {
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper {
        padding-top: 2px
    }
}

.docs-list-container .docs-list-wrapper label {
    margin-bottom: 0
}

.docs-list-container .docs-list-wrapper .checkbox.dashboard > input[type=checkbox]:checked + span {
    background: transparent url(/../assets/icon/icon-checkbox-checked-arrow.svg) no-repeat;
    background-size: cover;
    border: none
}

.docs-list-container .docs-list-wrapper .data-row {
    padding: 1pc 14px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row {
        padding: 9pt 46px 19px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row {
        padding: 9pt 25px 18px 31px
    }
}

.docs-list-container .docs-list-wrapper .data-row .description a {
    color: #333 !important
}

.docs-list-container .docs-list-wrapper .data-row.alternate:nth-of-type(2n) {
    background-color: hsla(0, 0%, 100%, .3)
}

.docs-list-container .docs-list-wrapper .data-row.alternate:nth-of-type(odd) {
    background-color: hsla(0, 0%, 80%, .3)
}

.docs-list-container .docs-list-wrapper .data-row.alternate .icon-col .icon {
    margin: 0 auto
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .icon-col {
        width: 49px;
        text-align: center;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .icon-col {
        width: 12%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .checkbox-col ~ .date-col {
        width: 25%
    }
}

.docs-list-container .docs-list-wrapper .data-row:nth-of-type(2n) {
    background-color: hsla(0, 0%, 80%, .3)
}

.docs-list-container .docs-list-wrapper .data-row:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .3)
}

.docs-list-container .docs-list-wrapper .data-row .icon-col {
    width: 25px;
    text-align: center;
    margin-top: 14px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .icon-col {
        width: 49px;
        text-align: left;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .icon-col {
        width: 6%;
        text-align: center
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col {
    display: none
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col {
        width: 16%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: NeusaNextProRegular, sans-serif;
        font-size: 1rem;
        letter-spacing: 0;
        color: #333
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col {
        font-size: 1rem;
        width: 14%;
        text-align: center
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col.date-col-data {
    text-align: left;
    padding-top: 4px
}

.docs-list-container .docs-list-wrapper .data-row .date-col .date {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col .date {
        padding-left: 9%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col .date {
        margin-top: 0;
        padding-left: 6%
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col .description a {
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-col label {
    margin: 0 auto
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col label {
        margin-left: 24%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col label {
        margin-left: 29.5%
    }
}

.docs-list-container .docs-list-wrapper .data-row .description-col {
    display: none;
    line-height: normal
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc {
    position: relative
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc .document-title {
    width: 90%
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc .icon.reload {
    position: absolute;
    top: 1px;
    right: 1px
}

.docs-list-container .docs-list-wrapper .data-row .description-col .description {
    margin-top: 4px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        margin-bottom: 4px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col {
        width: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        padding-right: 19px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col {
        width: 53.3%;
        font-size: 1rem;
        padding-right: 1px
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .document-title, .docs-list-container .docs-list-wrapper .data-row .description-col .document-title {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
    font-size: 14px;
    font-size: .875rem;
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        font-size: 1rem;
        max-height: none;
        margin-bottom: 2px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        margin-bottom: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .description a, .docs-list-container .docs-list-wrapper .data-row .description-col .description a {
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type {
    font-size: 9pt;
    font-size: .75rem
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type {
        font-size: .875rem
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type-text, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type-text {
    font-family: NeusaNextProRegular, sans-serif
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #000;
    overflow: hidden;
    width: 71.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 18px;
    line-height: normal
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .date {
    font-size: 9px;
    font-size: .5625rem
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col {
        display: none;
        padding-right: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col {
        display: none
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col {
    width: 17%;
    text-align: center
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col {
        width: 12%
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .remove-cta {
    margin-top: 1pc
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .remove-cta {
        margin-top: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .add-cta {
    margin-top: 21px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .add-cta {
        margin-top: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .download-col {
    width: 31px;
    text-align: center;
    margin-top: 14px;
    margin-right: 15px
}

.docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
        margin-top: 4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
        margin-top: 2px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col {
        margin-top: 0;
        width: 13.5%;
        padding-right: 25px;
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col {
        width: 12.5%;
        padding-right: 25px
    }
}

.docs-list-container .docs-list-wrapper .data-row .mail-col {
    width: 26px;
    text-align: center;
    margin-top: 14px
}

.docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
        margin-top: 4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
        margin-top: 2px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col {
        margin-top: 0;
        width: 5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col {
        text-align: right
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col {
        width: 14%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col label {
        margin-left: 46.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col .date {
        padding-left: 17%
    }
}

.docs-list-container .docs-list-wrapper .data-row .checkbox-col.checkbox-col-data {
    padding-left: 1%;
    padding-top: 4px
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col.checkbox-col-data {
        padding-top: 8px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col {
        width: 12%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col {
        width: 8.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col {
        width: 18%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col label {
        margin-left: 46.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col .date {
        padding-left: 23%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .description-col {
        width: 55.3%
    }
}

.docs-list-container .docs-list-wrapper .heading-row {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .heading-row {
        padding: 15px 46px 15px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row {
        padding: 20px 25px 7px 31px
    }
}

.docs-list-container .docs-list-wrapper .heading-row label {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: 1.09px;
    color: #eae6e7;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .heading-row label {
        font-size: .625rem
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row label {
        font-size: .6875rem;
        letter-spacing: 1px;
        margin: 0 auto
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row .description-col label {
        margin-left: 0
    }
}

.docs-list-container .docs-list-wrapper .heading-row div {
    font-size: 9pt !important;
    font-size: .75rem !important;
    line-height: normal !important
}

.docs-list-container .docs-list-wrapper .icon.plus {
    width: 22px;
    height: 19px
}

.docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
    width: 25px;
    height: 25px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
        width: 30px;
        height: 30px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .icon.mail.black {
        width: 30px;
        height: 20px
    }
}

.docs-list-container .docs-list-wrapper .icon.download {
    width: 21px;
    height: 20px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .description-col {
        width: 67%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .description-col {
        width: 63.3%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .download-col {
        width: 11.5%
    }
}

.docs-list-container form {
    margin: 0
}

.docs-list-empty-container {
    text-align: center;
    width: 100%;
    margin-top: -3px;
    padding-bottom: 56px
}

@media (min-width: 768px) {
    .docs-list-empty-container {
        margin-top: 0;
        padding-bottom: 136px
    }
}

@media (min-width: 1280px) {
    .docs-list-empty-container {
        margin-top: 50px;
        padding-bottom: 158px
    }
}

.docs-list-empty-container .Fusce-vehicula-dolor {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1a1a1a
}

@media (min-width: 1280px) {
    .docs-list-empty-container .Fusce-vehicula-dolor {
        font-family: NeusaNextProRegular, sans-serif;
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .filters-wrapper.filterOpen {
        position: fixed;
        z-index: 1033;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto
    }
}

@media (min-width: 1280px) {
    .filters-wrapper.filterOpen {
        position: static;
        overflow-y: visible;
        width: auto;
        height: auto
    }
}

@media (min-width: 768px) {
    .filters-wrapper.filterOpen .filter-box {
        position: absolute
    }
}

.filters-wrapper .filter-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1033 !important;
    padding: 0;
    margin: 0;
    border: 1px solid #e4e4e4;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
}

@media (min-width: 768px) {
    .filters-wrapper .filter-box {
        top: 90px;
        width: 322px;
        overflow-y: auto;
        height: auto;
        z-index: 1033;
        overflow-x: hidden
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .filter-box {
        position: static;
        width: 97.7%;
        height: auto;
        overflow: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border-right: 1px solid #eae6e7;
        z-index: 0;
        border-bottom: 0
    }
}

.filters-wrapper .filter-box .filter-section-scroll {
    height: calc(100% - 75pt);
    overflow-y: scroll
}

@media (min-width: 768px) {
    .filters-wrapper .filter-box .filter-section-scroll {
        height: auto;
        overflow-y: auto
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .filter-box.global-doc-box {
        border-right: 0
    }
}

.filters-wrapper .filter-box.show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.filters-wrapper .filter-head {
    padding: 9pt 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 101%;
    background: #000;
    overflow-x: hidden
}

.filters-wrapper .filter-head span {
    color: #fff;
    letter-spacing: 1.4px
}

.filters-wrapper .filter-head a, .filters-wrapper .filter-head span {
    font-size: 14px;
    font-size: .875rem;
    font-family: NeusaNextProRegular, sans-serif;
    display: inline-block;
    line-height: inherit
}

.filters-wrapper .filter-head a {
    color: #da291c;
    float: right;
    position: relative;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin-top: 4px
}

@media (min-width: 768px) {
    .filters-wrapper .filter-head {
        padding: 9pt 21px 9pt 35px
    }
}

.filters-wrapper .filter-footer {
    background: hsla(0, 0%, 84.7%, .2);
    padding: 9pt 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.filters-wrapper .filter-footer.global-doc-filter-footer {
    background: #ebebeb;
    border: 1px solid #e4e4e4
}

@media (min-width: 768px) {
    .filters-wrapper .filter-footer.global-doc-filter-footer {
        border: 0
    }
}

.filters-wrapper .filter-footer .clear {
    font-size: 9pt;
    font-size: .75rem;
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    float: left;
    line-height: 30px;
    font-weight: 900;
    text-decoration: underline
}

.filters-wrapper .filter-footer .f-close {
    height: 30px;
    background: #da291c;
    text-decoration: none;
    font-size: 9pt;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: NeusaNextProRegular, sans-serif;
    color: #fff;
    line-height: 30px;
    width: 137px;
    text-align: center;
    float: right
}

@media (min-width: 768px) {
    .filters-wrapper .filter-footer {
        position: static;
        font-size: .625rem;
        padding: 9pt 25px 9pt 35px
    }
}

.filters-wrapper .card {
    border-radius: 0;
    border: none
}

.filters-wrapper .card .card-header {
    padding: 20px 22px;
    background: hsla(0, 0%, 84.7%, .2);
    border-radius: 0;
    border-bottom: 1px solid #e4e4e4
}

.filters-wrapper .card .card-header a {
    position: relative;
    display: block;
    text-decoration: none
}

.filters-wrapper .card .card-header a .filter-header {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333;
    text-transform: uppercase;
    padding-right: 15px
}

.filters-wrapper .card .card-header a.collapsed:after {
    right: 0;
    background-image: url(/../assets/icon/icon-plus-black-active.svg);
    width: 9pt;
    height: 11px
}

.filters-wrapper .card .card-header a.collapsed:after, .filters-wrapper .card .card-header a:after {
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.filters-wrapper .card .card-header a:after {
    right: 4px;
    background-image: url(/../assets/icon/icon-minus-black-active.svg);
    width: 9px;
    height: 3px
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-header {
        padding: 20px 27px 20px 35px
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-header {
        padding: 9pt 8px 9pt 24px
    }
}

.filters-wrapper .card .card-header.global-doc-card-header {
    padding: 13px 31px 11px 22px
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-header.global-doc-card-header {
        padding-right: 26px;
        padding-left: 37px
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-header.global-doc-card-header {
        padding-right: 21px;
        padding-left: 25px;
        border-right: 1px solid #e4e4e4
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body-section {
        padding-right: 22px;
        border-bottom: 1px solid #e4e4e4
    }
}

.filters-wrapper .card .card-body {
    padding: 22px 28px 0;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.filters-wrapper .card .card-body.global-doc-card-body {
    padding: 22px 31px 0 22px
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body.global-doc-card-body {
        padding: 17px 31px 0 37px
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body.global-doc-card-body {
        padding: 21px 0 0 24px;
        border-bottom: 0;
        overflow: auto;
        overflow-x: hidden
    }
}

.filters-wrapper .card .card-body ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333;
    margin-bottom: 14px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left
}

.filters-wrapper .card .card-body ul li label {
    width: 100%;
    margin-bottom: 0;
    pointer-events: none
}

.filters-wrapper .card .card-body ul li ul.third-level-container {
    padding-top: 15px
}

.filters-wrapper .card .card-body ul li .bold {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #000;
    font-weight: 900
}

.filters-wrapper .card .card-body ul li div.third-level-container li, .filters-wrapper .card .card-body ul li ul.third-level-container li {
    margin-bottom: 0;
    float: none
}

.filters-wrapper .card .card-body ul li div.third-level-container li.global-doc-li, .filters-wrapper .card .card-body ul li ul.third-level-container li.global-doc-li {
    padding-left: 23px;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body ul li div.third-level-container li.global-doc-li, .filters-wrapper .card .card-body ul li ul.third-level-container li.global-doc-li {
        padding-left: 23px
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body ul li div.third-level-container li.global-doc-li, .filters-wrapper .card .card-body ul li ul.third-level-container li.global-doc-li {
        padding-left: 22px;
        max-width: 100%
    }
}

.filters-wrapper .card .card-body ul li div.third-level-container li .third-level, .filters-wrapper .card .card-body ul li ul.third-level-container li .third-level {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .5px;
    color: #333;
    font-weight: 500;
    padding: 0 2pc;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    height: auto;
    cursor: pointer;
    text-transform: capitalize
}

.filters-wrapper .card .card-body ul li div.third-level-container li .third-level.global-doc-third-level, .filters-wrapper .card .card-body ul li ul.third-level-container li .third-level.global-doc-third-level {
    padding: 6px 27px 6px 10px;
    margin: 0
}

.filters-wrapper .card .card-body ul li div.third-level-container li .third-level.global-doc-third-level.bold, .filters-wrapper .card .card-body ul li ul.third-level-container li .third-level.global-doc-third-level.bold {
    background-color: #f5f5f5
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body ul li div.third-level-container li .third-level.global-doc-third-level, .filters-wrapper .card .card-body ul li ul.third-level-container li .third-level.global-doc-third-level {
        padding: 4px 1px 4px 10px;
        margin-top: 0;
        margin-bottom: 2px
    }
}

.filters-wrapper .card .card-body ul li div.third-level-container li .third-level.bold, .filters-wrapper .card .card-body ul li ul.third-level-container li .third-level.bold {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #000;
    font-weight: 900
}

.filters-wrapper .card .card-body ul li div.third-level-container .arrow, .filters-wrapper .card .card-body ul li ul.third-level-container .arrow {
    float: right;
    margin-top: 5px;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .9pt;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    cursor: pointer
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body ul li div.third-level-container .arrow, .filters-wrapper .card .card-body ul li ul.third-level-container .arrow {
        margin-right: 9pt
    }
}

.filters-wrapper .card .card-body ul li div.third-level-container .red-arrow-down, .filters-wrapper .card .card-body ul li ul.third-level-container .red-arrow-down {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 10px
}

.filters-wrapper .card .card-body ul li div.third-level-container .red-arrow-up, .filters-wrapper .card .card-body ul li ul.third-level-container .red-arrow-up {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-up-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 10px
}

.filters-wrapper .card .card-body ul li .checkbox > input[type=checkbox] + span {
    margin-right: 15px;
    margin-bottom: 0;
    float: left
}

.filters-wrapper .card .card-body ul li .checkbox > input[type=checkbox]:checked + span + span {
    text-decoration: underline
}

.filters-wrapper .card .card-body ul li .c-title {
    float: left;
    width: 80%
}

.filters-wrapper .card .card-body ul li:last-child {
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body ul li:last-child {
        margin-bottom: 17px
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body ul li:last-child {
        padding-bottom: 21px;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body ul li {
        letter-spacing: 0
    }
}

.filters-wrapper .card .card-body ul li .toop-tip-icon {
    position: absolute;
    right: 0;
    top: 3px;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-info.svg);
    width: 11px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
    overflow: hidden
}

.filters-wrapper .card .card-body ul li.overflow-y-visible {
    overflow-y: visible
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body {
        padding: 17px 35px 0
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body {
        padding: 21px 10px 0 24px
    }
}

.filters-wrapper .card .card-body .field-in {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #333;
    padding-bottom: 4px;
    margin-bottom: 0
}

.filters-wrapper .card .card-body .c-field {
    margin-bottom: 10px;
    position: relative
}

.filters-wrapper .card .card-body .c-field .cname {
    padding: 0 15px;
    height: 44px;
    line-height: 3pc;
    border: 2px solid #333;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.filters-wrapper .card .card-body .c-field .input-cross {
    position: absolute;
    right: 14px;
    bottom: 17px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-grey.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    text-indent: -9999px
}

.filters-wrapper .card .card-body .submit {
    width: 100%;
    height: 30px;
    background: #da291c;
    line-height: 30px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .9pt;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    text-transform: uppercase
}

.filters-wrapper .card .card-body .latem-select {
    width: 100%;
    position: relative;
    float: left
}

.filters-wrapper .card .card-body .latem-select .find-sales-btn {
    border-width: 2px;
    margin: 18px 0 0;
    height: 34px;
    line-height: 2pc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body .latem-select .find-sales-btn {
        height: 2pc;
        line-height: 2pc;
        margin-bottom: 5px
    }
}

.filters-wrapper .card .card-body .latem-select .find-sales-btn:after {
    top: 11px
}

.filters-wrapper .card .card-body .latem-select .dropdown-latem {
    top: 53px;
    height: 310px;
    background: #fff
}

.filters-wrapper .card .card-body .latem-select .dropdown-latem ul {
    -webkit-transform: none !important;
    transform: none !important;
    padding-top: 17px
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body .latem-select .dropdown-latem {
        top: 50px
    }
}

.filters-wrapper .card .card-body .latem-select.show .dropdown-latem {
    display: block
}

.filters-wrapper .card .card-body .dropdown button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none;
    border: 2px solid #333;
    border-radius: 0;
    text-align: left;
    padding: .375rem 1rem
}

.filters-wrapper .card .card-body .dropdown button:after {
    margin-left: 66%;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    border: none
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body .dropdown button:after {
        margin-left: 38%
    }
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body .dropdown button:after {
        margin-left: 56%
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body .dropdown button {
        width: 94%
    }
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body .dropdown button {
        width: 100%
    }
}

.filters-wrapper .card .card-body .dropdown .dropdown-menu {
    width: 100%;
    height: 310px;
    overflow: auto
}

@media (min-width: 1280px) {
    .filters-wrapper .card .card-body .dropdown .dropdown-menu {
        width: 94%
    }
}

@media (min-width: 768px) {
    .filters-wrapper .card .card-body .dropdown .dropdown-menu {
        width: 100%
    }
}

.filters-wrapper .card .card-body .dropdown ul {
    border: 1px solid #333;
    border-radius: 0
}

.filters-wrapper .card .card-body .dropdown ul li {
    padding: 0 10px
}

.filters-wrapper .accordion {
    height: 85%;
    overflow-y: auto
}

.filters-wrapper .accordion.global-doc-accordion {
    height: auto
}

@media (min-width: 768px) {
    .filters-wrapper .accordion.global-doc-accordion {
        border-top: 1px solid #e4e4e4
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .accordion.global-doc-accordion {
        border-top: 0
    }
}

@media (min-width: 768px) {
    .filters-wrapper .accordion {
        height: auto
    }
}

@media (min-width: 1280px) {
    .filters-wrapper .accordion {
        overflow-y: inherit
    }
}

.filters-wrapper .accordion .disabled {
    pointer-events: none;
    opacity: .5
}

.popover.fade.bs-popover-top.show, .popover.fade.show.bs-popover-auto[x-placement^=top] {
    top: -3px !important
}

@media (min-width: 1280px) {
    .sticky-filter.dashboard {
        display: none
    }
}

@media (min-width: 1280px) {
    .sticky-filter {
        z-index: 0
    }
}

@media (min-width: 1280px) {
    .sticky-filter .fixed-filter {
        position: fixed;
        left: 0;
        top: 90pt
    }
}

@media (min-width: 1280px) {
    .sticky-filter .filters-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1
    }
}

.filters-wrapper.dashboard-filters a:focus {
    outline: none !important
}

.filters-wrapper.dashboard-filters .filter-box {
    left: unset;
    right: 0;
    top: 70px;
    height: calc(100% - 70px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10000 !important
}

.filters-wrapper.dashboard-filters .filter-box.show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 1280px) {
    .filters-wrapper.dashboard-filters .filter-box {
        position: absolute;
        width: 100%;
        height: auto;
        overflow: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border-right: 1px solid #eae6e7;
        z-index: 0;
        border-bottom: 0
    }
}

.filters-wrapper.dashboard-filters .selected-filter-box {
    padding-top: 15px
}

.filters-wrapper.dashboard-filters .filter-head a {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-white.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat
}

.filters-wrapper.dashboard-filters .filter-head a:focus {
    outline: none
}

.filters-wrapper.dashboard-filters .card .card-body .checkbox > input[type=checkbox] + span {
    margin-right: 15px;
    margin-bottom: 0;
    float: left
}

.filters-wrapper.dashboard-filters .card .card-body .checkbox > input[type=checkbox]:checked + span {
    background: transparent url(/../assets/icon/icon-checkbox-checked-arrow.svg) no-repeat;
    background-size: cover;
    border: none
}

.filters-wrapper.dashboard-filters .card .card-body .checkbox > input[type=checkbox]:checked + span + span {
    text-decoration: underline
}

.filters-wrapper.dashboard-filters .filter-footer .clear {
    color: #333;
    font-family: Avenir Medium
}

.filters-wrapper.dashboard-filters .filter-footer .f-close {
    font-family: Avenir Medium
}

.selected-filter-box {
    padding-bottom: 18px;
    padding-top: 0
}

@media (min-width: 768px) {
    .selected-filter-box {
        padding-bottom: 0
    }
}

.selected-filter-box.disabled {
    pointer-events: none;
    opacity: .5
}

.selected-filter-box .selected-filter-label {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filter-label {
        font-size: .75rem;
        padding-left: 38px;
        text-align: left;
        padding-bottom: 0;
        margin-top: 10px;
        width: 22%
    }
}

@media (min-width: 1280px) {
    .selected-filter-box .selected-filter-label {
        font-size: .875rem;
        padding-left: 25px;
        width: 13.3%
    }
}

.selected-filter-box .selected-filters {
    width: 100%;
    margin-top: 20px;
    padding-left: 22px
}

.selected-filter-box .selected-filters .selected-filters-box {
    overflow: hidden;
    text-align: center
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filters .selected-filters-box {
        padding-left: 0
    }
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter {
    float: left;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter label {
    float: left;
    font-size: 11px;
    font-size: .6875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    line-height: 20px;
    margin: 0 8px 8px 0
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filters .selected-filters-box .selected-filter label {
        margin: 0 20px 0 0
    }
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter .box {
    font-size: 11px;
    font-size: .6875rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    border: 1px solid #eae6e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: 20px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filters .selected-filters-box .selected-filter .box {
        margin-right: 10px
    }
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter .box .filter-text {
    padding: 2px 6px 4px;
    text-align: left;
    border-right: 1px solid #eae6e7;
    line-height: normal
}

@media (min-width: 1280px) {
    .selected-filter-box .selected-filters .selected-filters-box .selected-filter .box .filter-text {
        line-height: 14px
    }
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter .box .cross-outer {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter .box .cross-outer .cross {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer
}

.selected-filter-box .selected-filters .selected-filters-box .selected-filter .box .cross-outer .cross:after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-grey.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filters .selected-filters-box {
        float: left
    }
}

@media (min-width: 768px) {
    .selected-filter-box .selected-filters {
        padding-left: 37px
    }
}

@media (min-width: 1280px) {
    .selected-filter-box .selected-filters {
        padding-left: 25px;
        margin-top: 0
    }
}

.selected-filter-box .selected-clear-filter {
    font-size: 9pt;
    font-size: .75rem;
    color: #333;
    border-bottom: 2px solid #333;
    font-family: NeusaNextProRegular, sans-serif;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 6px;
    position: relative
}

@media (min-width: 768px) {
    .selected-filter-box .selected-clear-filter {
        margin-bottom: 18px
    }
}

@media (min-width: 1280px) {
    .selected-filter-box .selected-clear-filter {
        margin-bottom: 20px
    }
}

.contractor-tool-list {
    margin-top: 10px
}

@media (min-width: 768px) {
    .contractor-tool-list {
        margin-top: 1pc
    }
}

.contractor-tool-list .heading {
    background: #333;
    padding: 10px 0 10px 22px
}

@media (min-width: 768px) {
    .contractor-tool-list .heading {
        padding: 13px 0 13px 38px
    }
}

@media (min-width: 1280px) {
    .contractor-tool-list .heading {
        margin: 0 10px;
        padding: 10px 0 10px 31px
    }
}

.contractor-tool-list .heading span {
    color: #fff;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .9pt
}

@media (min-width: 768px) {
    .contractor-tool-list .heading span {
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .contractor-tool-list .heading span {
        font-size: 1.125rem;
        letter-spacing: 1.8px
    }
}

.contractor-tool-list .heading .add-new {
    float: right;
    margin-right: 10px;
    cursor: pointer
}

.contractor-tool-list .button-section {
    display: none
}

@media (min-width: 768px) {
    .contractor-tool-list .button-section {
        padding: 10px 39px 17px;
        display: block
    }
}

@media (min-width: 1280px) {
    .contractor-tool-list .button-section {
        padding: 14px 10px 18px
    }
}

.contractor-tool-list .button-section .button-options {
    background: #da291c;
    border-radius: 0;
    float: left;
    width: 48.2%;
    margin-bottom: 10px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 27px;
    letter-spacing: .9pt;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px
}

@media (min-width: 1280px) {
    .contractor-tool-list .button-section .button-options {
        width: 31.6%
    }
}

.contractor-tool-list .button-section .button-options.export-list {
    margin-left: 24px
}

@media (min-width: 1280px) {
    .contractor-tool-list .button-section .button-options.export-list {
        margin-left: 2.6%
    }
}

.contractor-tool-list .button-section .button-options.search-button {
    float: none;
    width: 23.4%;
    padding-top: 8px;
    padding-bottom: 8px
}

@media (min-width: 1280px) {
    .contractor-tool-list .button-section .button-options.search-button {
        width: 15.6%
    }
}

.contractor-tool-list .button-section .input-field {
    float: left;
    width: 76.6%;
    height: 45px;
    padding-left: 21px;
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

@media (min-width: 1280px) {
    .contractor-tool-list .button-section .input-field {
        margin-left: 2.6%;
        width: 16%
    }
}

.contractor-tool-list .button-section .input-field::-webkit-input-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.contractor-tool-list .button-section .input-field::-moz-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.contractor-tool-list .button-section .input-field::-ms-input-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.contractor-tool-list .button-section .input-field::placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.contractor-tool-list .button-section .input-cross {
    position: absolute;
    right: 18px
}

@media (min-width: 768px) {
    .contractor-tool-list .contractor-heading {
        padding: 0 39px;
        padding: 0 40px
    }
}

.contractor-tool-list .contractor-heading .row-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: 1.09px;
    color: #eae6e7;
    display: inline-block
}

.contractor-tool-list .title {
    width: 36%
}

@media (min-width: 1280px) {
    .contractor-tool-list .title {
        width: 29%;
        font-family: NeusaNextProRegular, sans-serif
    }
}

.contractor-tool-list .type {
    width: 22.8%
}

@media (min-width: 1280px) {
    .contractor-tool-list .type {
        width: 22.7%
    }
}

.contractor-tool-list .licenseNumber {
    width: 11%
}

@media (min-width: 1280px) {
    .contractor-tool-list .licenseNumber {
        width: 14.45%
    }
}

.contractor-tool-list .licenseType {
    width: 15.8%
}

@media (min-width: 1280px) {
    .contractor-tool-list .licenseType {
        width: 17%
    }
}

.contractor-tool-list .edit, .contractor-tool-list .state {
    width: 4.5%
}

.contractor-tool-list .row-data {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 10px;
    font-size: 1pc;
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #333;
    display: inline-block
}

.contractor-tool-list .row-data.edit {
    color: #007bff
}

.contractor-tool-list .row-data.title {
    font-family: NeusaNextProRegular, sans-serif
}

.contractor-tool-list .contractor-row {
    padding: 17px 0 14px 22px
}

@media (min-width: 768px) {
    .contractor-tool-list .contractor-row {
        padding: 0 39px
    }
}

@media (min-width: 1280px) {
    .contractor-tool-list .contractor-row {
        padding: 0 30px;
        margin: 0 10px
    }
}

.contractor-tool-list .contractor-row:nth-of-type(odd) {
    background: #fff
}

.contractor-tool-list .contractor-row:nth-of-type(2n) {
    background: hsla(0, 0%, 80%, .3)
}

.contractor-tool-list .contractor-row .name {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #333;
    margin-bottom: 7px;
    display: inline-block
}

.contractor-tool-list .contractor-row .label {
    display: inline-block;
    width: 101px;
    margin-right: 7px;
    color: #eae6e7
}

.contractor-tool-list .contractor-row .label, .contractor-tool-list .contractor-row .values {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    line-height: 18px;
    letter-spacing: 0
}

.contractor-tool-list .contractor-row .values {
    color: #333
}

.contractor-tool-list .contractor-row .values.edit-text {
    color: #007bff
}

.tool-result-count .count-options {
    background: hsla(0, 0%, 80%, .2);
    padding: 14px 0 17px;
    text-align: center
}

@media (min-width: 768px) {
    .tool-result-count .count-options {
        padding-bottom: 9pt
    }
}

.tool-result-count .count-options .count {
    padding-bottom: 17px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #da291c
}

@media (min-width: 768px) {
    .tool-result-count .count-options .count {
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .tool-result-count .count-options .count {
        font-size: 1rem
    }
}

.tool-result-count .count-options .options {
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #333
}

.tool-result-count .count-options .options:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 9px;
    margin-top: 6px;
    display: inline-block
}

.tool-result-count .count-options .options[aria-expanded=true]:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    -webkit-transition: rotateX .5s ease-out;
    transition: rotateX .5s ease-out
}

.tool-result-count .count-options .dropdown-menu {
    top: 50px !important;
    right: 0 !important;
    margin-right: 21px;
    margin-left: 21px;
    width: auto;
    -webkit-transform: none !important;
    transform: none !important;
    background: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .26);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .26);
    padding: 20px
}

.tool-result-count .count-options .dropdown-menu .button-options {
    background: #da291c;
    text-align: center;
    margin-bottom: 9pt;
    border-radius: 0;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    padding-top: 8px;
    padding-bottom: 8px
}

.tool-result-count .count-options .dropdown-menu .input-field {
    width: 71%;
    height: 45px;
    float: left;
    padding-left: 20px;
    border: 2px solid #333;
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.tool-result-count .count-options .dropdown-menu .input-field::-webkit-input-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.tool-result-count .count-options .dropdown-menu .input-field::-moz-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.tool-result-count .count-options .dropdown-menu .input-field::-ms-input-placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.tool-result-count .count-options .dropdown-menu .input-field::placeholder {
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.5px;
    color: #333
}

.tool-result-count .count-options .dropdown-menu .search-button {
    width: 29%
}

.no-result-msg-container {
    font-family: Avenir Heavy;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.no-result-msg-container .term-not-found {
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem
}

.no-result-msg-container .check-for-keyword {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .7px;
    line-height: 30px;
    padding: 0 0 82px
}

.no-result-msg-container .close-search {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333;
    cursor: pointer
}

.dashboard-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.dashboard-pagination, .dashboard-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dashboard-pagination__list {
    place-content: center;
    font-family: Avenir Book;
    padding-bottom: 0
}

.dashboard-pagination__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9pt
}

.dashboard-pagination__list > li.page-item:first-child {
    padding-right: 50px
}

.dashboard-pagination__list > li.page-item:first-child a:hover {
    border-bottom: 0
}

.dashboard-pagination__list > li.page-item:last-child {
    padding-left: 50px
}

.dashboard-pagination__list > li > a {
    border: 0 !important;
    color: #333;
    text-transform: uppercase;
    font-size: 1pc;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px
}

.dashboard-pagination__list > li > a.active, .dashboard-pagination__list > li > a:active, .dashboard-pagination__list > li > a:focus, .dashboard-pagination__list > li > a:hover {
    text-decoration: none;
    color: #333;
    background: none;
    font-weight: 800;
    border-bottom: 2px solid #d81e05 !important;
    outline: none
}

.dashboard-pagination__list > li > a.no-cursor {
    cursor: auto !important
}

.dashboard-pagination__list > li > a.no-cursor:hover {
    text-decoration: none;
    color: #eae6e7
}

.dashboard-pagination__list > li > a.prev-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-left-black-new.svg);
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 50%
}

.dashboard-pagination__list > li > a.prev-p:active, .dashboard-pagination__list > li > a.prev-p:focus, .dashboard-pagination__list > li > a.prev-p:hover {
    text-decoration: none;
    border-bottom: 0 !important;
    outline: none
}

.dashboard-pagination__list > li > a.next-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-right-black-new.svg);
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 50%
}

.dashboard-pagination__list > li > a.next-p:active, .dashboard-pagination__list > li > a.next-p:focus, .dashboard-pagination__list > li > a.next-p:hover {
    text-decoration: none;
    border-bottom: 0 !important;
    outline: none
}

.dashboard-pagination__page-count {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #333
}

.media-results-list__container {
    display: grid;
    padding-top: 15px;
    padding-bottom: 15px;
    grid-gap: 10px
}

.media-results-list__container.grid-view {
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px
}

.media-results-list .media-result-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    place-content: space-between;
    width: 100%
}

.media-results-list .media-result-links.grid-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.media-results-list .media-result-links.list-view .extension .image-type {
    margin-top: 0;
    margin-right: 20px
}

.media-results-list .media-result-links .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .image-wrapper {
        width: auto
    }
}

.media-results-list .media-result-links .image-wrapper.grid-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.media-results-list .media-result-links .image-wrapper.grid-view .image-title {
    margin-top: 15px
}

.media-results-list .media-result-links .image-wrapper .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .image-wrapper .image-container {
        margin-right: 20px
    }
}

.media-results-list .media-result-links .image-wrapper .image-container.logo {
    background: #e0e0e0;
    border: none
}

.media-results-list .media-result-links .image-wrapper .image-container img {
    max-width: 5pc
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .image-wrapper .image-container img {
        max-width: 50px
    }
}

.media-results-list .media-result-links .image-wrapper .image-container.list-view {
    padding: 10px 20px
}

.media-results-list .media-result-links .image-wrapper .image-container.grid-view {
    padding: 15px 45px;
    width: 100%;
    margin-right: 0;
    height: 87pt
}

.media-results-list .media-result-links .image-wrapper .image-container.grid-view img {
    max-width: unset;
    max-height: 75pt
}

.media-results-list .media-result-links .image-title {
    font-family: Avenir Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    text-align: center;
    color: #333
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .image-title {
        font-size: 14px
    }
}

.media-results-list .media-result-links .extension {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-results-list .media-result-links .extension .image-type {
    font-family: Avenir Heavy;
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    text-align: center;
    margin-top: 15px;
    color: #333
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .extension .image-type {
        width: 55px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

.media-results-list .media-result-links .download-container.grid-view {
    margin-top: 15px;
    border: 1px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    width: 200px;
    padding: 10px 5px;
    text-align: center
}

.media-results-list .media-result-links .download-container.grid-view .media-download-btn {
    font-family: Avenir Heavy;
    font-style: normal;
    font-weight: 700;
    font-size: 1pc;
    line-height: 18px;
    text-align: center;
    color: #d81e05;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.media-results-list .media-result-links .download-container.list-view {
    border: 1px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    width: 25%;
    padding: 10px 5px;
    text-align: center
}

@media only screen and (min-width: 1400px) {
    .media-results-list .media-result-links .download-container.list-view {
        width: 200px
    }
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .download-container.list-view {
        border: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: none;
        width: auto
    }
}

.media-results-list .media-result-links .download-container.list-view .media-download-btn {
    font-family: Avenir Heavy;
    font-style: normal;
    font-weight: 700;
    font-size: 1pc;
    line-height: 18px;
    text-align: center;
    color: #d81e05;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .media-results-list .media-result-links .download-container.list-view .media-download-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 25px;
        height: 25px
    }

    .media-results-list .media-result-links .download-container.list-view .media-download-btn:after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-download-red-active.svg);
        width: 23px;
        height: 23px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%
    }

    .media-results-list .media-result-links .download-container.list-view .media-download-btn span {
        display: none
    }
}

.media-results-list .media-result-links .download-container a:focus {
    outline: none
}

.news-results-list__container {
    display: grid;
    padding-bottom: 15px;
    grid-gap: 20px
}

.news-results-list__container.grid-view {
    grid-template-columns:repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 30px
}

@media only screen and (max-width: 991px) {
    .news-results-list__container.grid-view {
        grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))
    }
}

.news-results-list .news-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .1);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .1);
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px
}

.news-results-list .news-item-container img {
    width: 100%
}

.news-results-list .news-item-container.list-view {
    width: 90%;
    height: 250px
}

@media only screen and (max-width: 991px) {
    .news-results-list .news-item-container.list-view {
        width: 100%;
        height: 100%
    }
}

.news-results-list .news-item-container.list-view .description {
    padding-right: 50px
}

@media only screen and (max-width: 991px) {
    .news-results-list .news-item-container.grid-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .news-results-list .news-item-container.grid-view .image-container {
        width: 100%;
        height: 150px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .news-results-list .news-item-container.grid-view .description {
        width: 100%;
        padding: 15px
    }
}

.news-results-list .news-item-container .image-container {
    width: 40%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    background-position: 50%
}

.news-results-list .news-item-container .description {
    width: 60%;
    padding-left: 25px;
    padding-right: 25px
}

@media only screen and (max-width: 991px) {
    .news-results-list .news-item-container .description {
        padding: 15px
    }
}

.news-results-list .news-item-container .description .item-date {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1pc;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px
}

.news-results-list .news-item-container .description .item-title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 18px
}

.news-results-list .news-item-container .description .item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #333
}

.news-results-list .news-item-container .description .item-read-more a {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333
}

.news-results-list .news-item-container .description .item-read-more a:active, .news-results-list .news-item-container .description .item-read-more a:hover {
    outline: none
}

#accountInfoApp .account-info-container-mobile {
    padding: 50px 0 10px 55px
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container-mobile {
        background: #fff;
        padding: 35px 0 15px 25px
    }
}

#accountInfoApp .account-info-container-mobile .account-info-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: block
}

#accountInfoApp .account-info-container-mobile .back-box {
    display: none;
    margin-bottom: 10px;
    margin-top: 25px
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container-mobile .back-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

#accountInfoApp .account-info-container-mobile .back-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px
}

#accountInfoApp .account-info-container-mobile .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 10px
}

#accountInfoApp .account-info-container-mobile .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px;
    margin-top: 4px
}

#accountInfoApp .account-info-container {
    padding: 10px 0 50px 55px;
    font-family: Avenir Medium
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container {
        padding: 10px 0 50px 25px
    }
}

#accountInfoApp .account-info-container .edit-save-button {
    height: 40px;
    background: #d81e05;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 4%;
    margin-right: 3px
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container .edit-save-button {
        width: 130px
    }
}

@media only screen and (min-width: 768px) {
    #accountInfoApp .account-info-container .edit-save-button {
        width: 200px
    }
}

#accountInfoApp .account-info-container .close-button {
    border: 1px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    color: red;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 4%;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container .close-button {
        width: 130px
    }
}

@media only screen and (min-width: 768px) {
    #accountInfoApp .account-info-container .close-button {
        width: 200px;
        margin-left: 25px
    }
}

@media only screen and (min-width: 768px) {
    #accountInfoApp .account-info-container .edit-name-inline, #accountInfoApp .account-info-container .mobile-phones-box, #accountInfoApp .account-info-container .mobile-phones-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

#accountInfoApp .account-info-container .edit-name-inline .name-right-margin {
    margin-right: 60px
}

#accountInfoApp .account-info-container .account-edit-container {
    display: block;
    margin-top: 40px;
    margin-right: 60px
}

#accountInfoApp .account-info-container .account-edit-container-link {
    display: block;
    margin-top: 40px;
    margin-right: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

#accountInfoApp .account-info-container .account-edit-container-name {
    float: left
}

#accountInfoApp .account-info-container .text-bold {
    font-weight: 800
}

#accountInfoApp .account-info-container .change-contractor-licence-text {
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333
}

#accountInfoApp .account-info-container .button-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    #accountInfoApp .account-info-container .button-align {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#accountInfoApp .account-info-container .item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: block
}

#accountInfoApp .account-info-container .item-text-bold {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px
}

#accountInfoApp .account-info-container .item-container {
    margin-top: 40px;
    margin-right: 60px
}

#accountInfoApp .error-message {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px
}

#accountInfoApp .error-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    top: 1px;
    left: 0;
    visibility: visible
}

#accountInfoApp .error-message-position {
    margin-left: 5px
}

#accountInfoApp .input-error {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 #d81e05;
    box-shadow: 0 0 0 #d81e05;
    background: rgba(235, 87, 87, .1);
    border: 1px solid red;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

#companyInfoApp .company-info-container-mobile {
    padding: 50px 0 10px 55px
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container-mobile {
        background: #fff;
        padding: 35px 0 15px 25px
    }
}

#companyInfoApp .company-info-container-mobile .company-info-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: block
}

#companyInfoApp .company-info-container-mobile .back-box {
    display: none;
    margin-bottom: 10px;
    margin-top: 25px
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container-mobile .back-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

#companyInfoApp .company-info-container-mobile .back-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px
}

#companyInfoApp .company-info-container-mobile .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 10px
}

#companyInfoApp .company-info-container-mobile .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px;
    margin-top: 4px
}

#companyInfoApp .company-info-container {
    padding: 10px 0 10px 55px;
    font-family: Avenir Medium
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container {
        padding: 10px 0 10px 25px
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .mobile-state-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

#companyInfoApp .company-info-container .edit-save-button {
    display: block;
    height: 40px;
    background: #d81e05;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 4%;
    margin-right: 3px
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .edit-save-button {
        width: 130px
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .edit-save-button {
        width: 200px
    }
}

#companyInfoApp .company-info-container .button-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .button-align {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#companyInfoApp .company-info-container .close-button {
    border: 1px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    color: red;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 4%;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .close-button {
        width: 130px
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .close-button {
        width: 200px;
        margin-left: 25px
    }
}

#companyInfoApp .company-info-container .item-container {
    margin-top: 40px;
    margin-right: 60px
}

#companyInfoApp .company-info-container .item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: block
}

#companyInfoApp .company-info-container .item-text-bold {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px
}

#companyInfoApp .company-info-container .addres-number-input {
    display: block;
    margin-top: 4px
}

#companyInfoApp .company-info-container .state-select {
    width: 9pc;
    height: 30px
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .edit-inputs {
        width: 17pc;
        height: 31px
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .edit-inputs {
        width: 310px;
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-city {
        width: 17pc;
        height: 2pc
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-city {
        width: 200px;
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-state {
        width: 17pc;
        height: 2pc
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-state {
        width: 9pc;
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-zip-code {
        width: 148px;
        height: 2pc
    }
}

@media only screen and (min-width: 768px) {
    #companyInfoApp .company-info-container .edit-input-zip-code {
        width: 200px;
        height: 40px
    }
}

#companyInfoApp .error-message {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px
}

#companyInfoApp .error-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    top: 1px;
    left: 0;
    visibility: visible
}

#companyInfoApp .error-message-position {
    margin-left: 5px
}

#companyInfoApp .input-error {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 #d81e05;
    box-shadow: 0 0 0 #d81e05;
    background: rgba(235, 87, 87, .1);
    border: 1px solid red;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

#companyInfoApp .account-edit-container-link {
    display: block;
    margin-top: 40px;
    margin-right: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

#companyInfoApp .change-contractor-licence-text {
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333
}

.account-preferences-container-mobile {
    padding: 50px 0 10px 55px
}

@media only screen and (max-width: 768px) {
    .account-preferences-container-mobile {
        background: #fff;
        padding: 35px 0 15px 25px
    }
}

.account-preferences-container-mobile .account-preferences-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: block
}

.account-preferences-container-mobile .back-box {
    display: none;
    margin-bottom: 10px;
    margin-top: 25px
}

@media only screen and (max-width: 768px) {
    .account-preferences-container-mobile .back-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.account-preferences-container-mobile .back-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px
}

.account-preferences-container-mobile .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 10px
}

.account-preferences-container-mobile .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px;
    margin-top: 4px
}

.account-preferences-container {
    padding: 10px 0 10px 55px;
    font-family: Avenir Medium
}

@media only screen and (max-width: 768px) {
    .account-preferences-container {
        padding: 10px 0 10px 25px
    }
}

.account-preferences-container .preference-items-container {
    margin-top: 40px
}

.account-preferences-container .preference-title {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px
}

@media only screen and (min-width: 768px) {
    .account-preferences-container .preference-title {
        width: 331px
    }
}

@media only screen and (max-width: 768px) {
    .account-preferences-container .preference-title {
        width: 150px
    }
}

@media only screen and (min-width: 768px) {
    .account-preferences-container .item-section-container {
        width: 331px
    }
}

@media only screen and (max-width: 768px) {
    .account-preferences-container .item-section-container {
        width: 147px
    }
}

.account-preferences-container .item-section {
    margin-top: 20px
}

.account-preferences-container .item-section-title {
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 21px;
    margin-right: 6px
}

.account-preferences-container .item-section-text {
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #333;
    max-width: 331px;
    margin-top: 5px
}

@media only screen and (min-width: 768px) {
    .account-preferences-container .item-section-text {
        font-size: 14px;
        line-height: 21px
    }
}

@media only screen and (max-width: 768px) {
    .account-preferences-container .item-section-text {
        font-size: 9pt;
        line-height: 1pc
    }
}

.account-preferences-container .item-section-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.account-preferences-container .checkbox-item {
    margin-top: 5px;
    margin-left: 90px;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 1pc;
    display: inline-block
}

.account-preferences-container .checkbox-email-item-margin {
    padding-left: 68px;
    padding-top: 26px
}

.account-preferences-container .checkbox-phone-item-margin {
    padding-left: 68px
}

.account-preferences-container .feedback-question-text {
    display: block;
    margin-top: 30px;
    margin-bottom: 9pt;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #252631
}

.account-preferences-container .save-button {
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 30px;
    background: #d81e05;
    border-radius: 2px;
    border: none
}

@media only screen and (min-width: 768px) {
    .account-preferences-container .save-button {
        width: 200px
    }
}

@media only screen and (max-width: 768px) {
    .account-preferences-container .save-button {
        width: 130px
    }
}

.account-preferences-container textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    background: transparent;
    padding-left: 1pc;
    padding-top: 1pc;
    border: 1px solid #333;
    border-radius: 2px;
    resize: none
}

@media only screen and (min-width: 768px) {
    .account-preferences-container textarea {
        width: 380px;
        height: 136px
    }
}

@media only screen and (max-width: 768px) {
    .account-preferences-container textarea {
        width: 261px;
        height: 62px
    }
}

.account-preferences-container textarea::-webkit-input-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    color: #ccc
}

.account-preferences-container textarea::-moz-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    color: #ccc
}

.account-preferences-container textarea::-ms-input-placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    color: #ccc
}

.account-preferences-container textarea::placeholder {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 22px;
    color: #ccc
}

.account-preferences-container textarea:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    border-color: #000
}

.account-preferences-container .no-phone-text {
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    color: #333
}

.account-preferences-container .add-phone-text {
    font-style: normal;
    font-weight: 800;
    font-size: 9pt;
    line-height: 1pc;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media only screen and (max-width: 768px) {
    .account-preferences-container .phone-number-text {
        display: block
    }
}

.account-preferences-container .arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 9pt;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1pc;
    width: 1pc;
    background-color: #eee;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #fff
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #d81e05
}

.checkbox-container input:disabled ~ .checkmark {
    background: #c4c4c4
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.change-password-container-mobile {
    padding: 50px 0 10px 55px
}

@media only screen and (max-width: 768px) {
    .change-password-container-mobile {
        background: #fff;
        padding: 35px 0 15px 25px
    }
}

.change-password-container-mobile .change-password-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: block
}

.change-password-container-mobile .back-box {
    display: none;
    margin-bottom: 10px;
    margin-top: 25px
}

@media only screen and (max-width: 768px) {
    .change-password-container-mobile .back-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.change-password-container-mobile .back-text {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px
}

.change-password-container-mobile .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 10px
}

.change-password-container-mobile .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px;
    margin-top: 4px
}

.change-password-container {
    padding: 10px 0 50px 55px
}

@media only screen and (max-width: 768px) {
    .change-password-container {
        padding: 10px 0 50px 25px
    }
}

.change-password-container .items-container {
    margin-top: 40px
}

.change-password-container .item-container-repeat-pass {
    margin-top: 35px
}

.change-password-container .items-title {
    display: block;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 24px
}

@media only screen and (min-width: 768px) {
    .change-password-container .items-title {
        width: 331px
    }
}

@media only screen and (max-width: 768px) {
    .change-password-container .items-title {
        width: 190px
    }
}

.change-password-container .pass-input {
    display: block;
    margin-top: 10px;
    padding-left: 1%
}

@media only screen and (min-width: 768px) {
    .change-password-container .pass-input {
        width: 420px;
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    .change-password-container .pass-input {
        width: 90%;
        height: 2pc
    }
}

.change-password-container .pass-input::-webkit-input-placeholder {
    font-family: Avenir Medium;
    letter-spacing: 1.5px;
    color: #bdbdbd;
    left: 1%
}

.change-password-container .pass-input::-moz-placeholder {
    font-family: Avenir Medium;
    letter-spacing: 1.5px;
    color: #bdbdbd;
    left: 1%
}

.change-password-container .pass-input::-ms-input-placeholder {
    font-family: Avenir Medium;
    letter-spacing: 1.5px;
    color: #bdbdbd;
    left: 1%
}

.change-password-container .pass-input::placeholder {
    font-family: Avenir Medium;
    letter-spacing: 1.5px;
    color: #bdbdbd;
    left: 1%
}

.change-password-container .ug-createPassword {
    margin: 4px 0 22px;
    line-height: 1
}

.change-password-container .ug-createPassword .errforpassword.listStyle, .change-password-container .ug-createPassword .tickforpassword.listStyle, .change-password-container .ug-createPassword li {
    display: inline-block;
    font-size: 9pt;
    font-size: .75rem;
    font-family: Avenir Medium;
    color: #333;
    padding: 0 0 0 20px;
    position: relative;
    background-image: none;
    list-style-image: none;
    visibility: visible;
    vertical-align: top
}

.change-password-container .ug-createPassword .errforpassword.listStyle:before, .change-password-container .ug-createPassword .tickforpassword.listStyle:before, .change-password-container .ug-createPassword li:before {
    content: " ";
    position: absolute;
    left: 4px;
    height: 4px;
    width: 4px;
    background-color: #000;
    background-image: none;
    border-radius: 4px;
    top: 4px;
    display: block
}

.change-password-container .ug-createPassword li.tickforpassword:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/iconsTick-green.svg);
    width: 11px;
    height: 9pt;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 11px;
    background-color: transparent;
    left: 0;
    top: 0
}

.change-password-container .ug-createPassword li.errforpassword {
    visibility: visible
}

.change-password-container .ug-createPassword li.errforpassword:before {
    top: 1px;
    visibility: visible
}

.change-password-container .ug-createPassword li.errforpassword:before, .change-password-container .ug-createPassword li.passwordblur:not(.tickforpassword):before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    left: 0
}

.change-password-container .ug-createPassword li.passwordblur:not(.tickforpassword):before {
    top: 3px
}

.change-password-container input {
    outline: none;
    border: 1px solid #888;
    -webkit-box-shadow: 0 0 0 #888;
    box-shadow: 0 0 0 #888
}

.change-password-container input:focus {
    outline: none;
    border: 1px solid #888;
    -webkit-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888
}

.change-password-container .input-error {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 #d81e05;
    box-shadow: 0 0 0 #d81e05;
    background: rgba(235, 87, 87, .1);
    border: 1px solid red;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.change-password-container .error-message {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 1pc;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px
}

.change-password-container .error-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    background-color: transparent;
    top: 1px;
    left: 0;
    visibility: visible
}

.change-password-container .error-message-position {
    margin-left: 5px
}

.change-password-container .show-hide-pass-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.change-password-container .show-hide-pass-text {
    margin-left: -51px;
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1pc;
    text-align: right;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize;
    cursor: pointer;
    color: #bdbdbd
}

@media only screen and (min-width: 768px) {
    .change-password-container .show-hide-pass-text {
        margin-top: 23px
    }
}

@media only screen and (max-width: 768px) {
    .change-password-container .show-hide-pass-text {
        margin-top: 19px
    }
}

.change-password-container ul {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 300px
}

@media only screen and (min-width: 768px) {
    .change-password-container ul {
        width: 25pc
    }
}

.change-password-container li {
    list-style-type: disc
}

.change-password-container .update-button {
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    margin-top: 30px;
    background: #d81e05;
    border-radius: 2px;
    border: none
}

@media only screen and (min-width: 768px) {
    .change-password-container .update-button {
        width: 200px
    }
}

@media only screen and (max-width: 768px) {
    .change-password-container .update-button {
        width: 200px
    }
}

@media only screen and (max-width: 768px) {
    .change-password-container .button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 30px
    }
}

.contractor-modal-container {
    background-color: rgba(0, 0, 0, .3);
    z-index: 1500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.contractor-modal-container .modal {
    background: #fff;
    -webkit-box-shadow: 2px 2px 20px 1px;
    box-shadow: 2px 2px 20px 1px;
    border-top: 6px solid #d81e05;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 768px) {
    .contractor-modal-container .modal {
        width: 470px;
        height: 228px
    }
}

@media only screen and (max-width: 768px) {
    .contractor-modal-container .modal {
        width: 276px;
        height: 156px
    }
}

.contractor-modal-container .modal-text-container {
    text-align: center
}

.contractor-modal-container .modal-text {
    position: absolute;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .contractor-modal-container .modal-text {
        font-size: 20px;
        line-height: 27px;
        margin-left: 45px;
        margin-top: 60px;
        width: 390px;
        height: 81px
    }
}

@media only screen and (max-width: 768px) {
    .contractor-modal-container .modal-text {
        font-size: 1pc;
        line-height: 22px;
        width: 250px;
        height: 81px;
        margin-left: 10px;
        margin-top: 35px
    }
}

.contractor-modal-container .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contractor-modal-container .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    color: #000;
    background: transparent
}

#qualityPointsApp .quality-points-card {
    font-family: Avenir Medium;
    height: 145px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    #qualityPointsApp .quality-points-card {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }
}

#qualityPointsApp .title {
    padding-top: 14px;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333
}

#qualityPointsApp .tab-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px
}

#qualityPointsApp .tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    color: #888
}

#qualityPointsApp .selected-tab {
    border-bottom: 2px solid;
    border-color: #d81e05;
    color: #333
}

#qualityPointsApp .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    height: 61px;
    background: #f5f5f5;
    border-radius: 10px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #qualityPointsApp .points {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

#qualityPointsApp .points-left, #qualityPointsApp .points-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qualityPointsApp .points-value {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #333
}

#qualityPointsApp .points-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

#serviceCallsApp .service-calls-card {
    font-family: Avenir Medium;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .service-calls-card {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 5%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

#serviceCallsApp .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .title-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#serviceCallsApp .title-left {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px
}

#serviceCallsApp .title-right {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #828282
}

#serviceCallsApp .data-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 20px 0;
    padding: 5px 10px;
    min-height: 31px;
    background: #f5f5f5;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .data-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

#serviceCallsApp .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 40%
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .description {
        width: 60%
    }
}

#serviceCallsApp .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%;
    font-weight: 800
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .value {
        width: 40%
    }
}

#serviceCallsApp .progress-bar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    margin-top: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .progress-bar-container {
        height: 90pt
    }
}

#serviceCallsApp .progress-bar-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 9pt;
    line-height: 14px
}

@media only screen and (max-width: 768px) {
    #serviceCallsApp .progress-bar-title {
        margin-top: unset
    }
}

#serviceCallsApp .progress-left-right {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5pc;
    cursor: pointer
}

@-webkit-keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0
    }
    to {
        --pgPercentage: var(--value)
    }
}

@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0
    }
    to {
        --pgPercentage: var(--value)
    }
}

@property --pgPercentage {
    #serviceCallsApp {
        syntax: "<number>";
        inherits: false;
        initial-value: 0
    }
}

#serviceCallsApp div[role=progressbar] {
    --size: 65px;
    --fg: var(--lineColor);
    --bg: #e4e4e4;
    --pgPercentage: var(--value);
    -webkit-animation: growProgressBar 3s 1 forwards;
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #fff 88%, transparent 0 99.9%, #fff 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 24px
}

#serviceCallsApp div[role=progressbar]:before {
    counter-reset: percentage var(--number);
    content: counter(percentage)
}

#pinStatisticApp .pin-statistic-card {
    font-family: Avenir Medium;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .pin-statistic-card {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 310px
    }
}

#pinStatisticApp .pin-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333
}

#pinStatisticApp .pin-title-left {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px
}

#pinStatisticApp .pin-title-right {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #828282
}

#pinStatisticApp .pin-data-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 41px 10px;
    padding: 0 10px;
    min-height: 33px;
    background: #f5f5f5;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .pin-data-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 33px;
        margin-bottom: 10px
    }
}

#pinStatisticApp .pin-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 80%
}

#pinStatisticApp .pin-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    background: hsla(0, 0%, 89.4%, .5);
    border-radius: 4px;
    font-weight: 800
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .pin-value {
        width: unset;
        height: 23px;
        margin-right: 15px;
        background: none;
        border-radius: unset
    }
}

#pinStatisticApp .horizontal-data-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 41px;
    height: 85px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .horizontal-data-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: unset
    }
}

#pinStatisticApp .left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 49%;
    background: rgba(250, 205, 205, .30196);
    border-radius: 10px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .left-column {
        width: 100%;
        height: 53px;
        margin-bottom: 10px
    }
}

#pinStatisticApp .right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 49%;
    background: rgba(254, 208, 114, .30196);
    border-radius: 10px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .right-column {
        width: 100%;
        height: 53px
    }
}

#pinStatisticApp .left-column-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 88px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .left-column-description {
        width: unset
    }
}

#pinStatisticApp .left-column-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #fff;
    border: 3px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .left-column-value {
        width: 33px;
        height: 33px;
        background: #fff;
        -webkit-box-shadow: 4px 4px 4px 2px rgba(241, 113, 112, .08);
        box-shadow: 4px 4px 4px 2px rgba(241, 113, 112, .08);
        border-radius: 8px;
        border: none
    }
}

#pinStatisticApp .right-column-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    width: 121px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .right-column-description {
        width: unset
    }
}

#pinStatisticApp .right-column-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #fff;
    border: 3px solid #d81e05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px
}

@media only screen and (max-width: 768px) {
    #pinStatisticApp .right-column-value {
        width: 33px;
        height: 33px;
        background: #fff;
        -webkit-box-shadow: 4px 4px 4px 2px rgba(241, 113, 112, .08);
        box-shadow: 4px 4px 4px 2px rgba(241, 113, 112, .08);
        border-radius: 8px;
        border: none
    }
}

.my-list-filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Avenir Medium
}

.my-list-filter-container .checkbox > input[type=checkbox]:checked + span {
    background: transparent url(/../assets/icon/icon-checkbox-checked-arrow.svg) no-repeat;
    background-size: cover;
    border: none
}

.my-list-filter-container .dropdown .dropdown-menu .card-body {
    padding: 1rem;
    width: 250px
}

.my-list-filter-container .dropdown .dropdown-menu .card-body .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.my-list-filter-container .dropdown .dropdown-menu .card-body label {
    font-size: 14px;
    margin-left: 3px
}

.my-list-filter-container .dropdown .sort-by-label {
    font-size: 14px;
    text-transform: capitalize;
    font-family: Avenir Heavy;
    margin-right: 25px
}

.my-list-filter-container .dropdown .sort-by-label:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 11px;
    margin-top: 5px;
    display: inline-block
}

.my-list-filter-container .dropdown.show .sort-by-label:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    -webkit-transition: rotateX .5s ease-out;
    transition: rotateX .5s ease-out
}

#myAccoladesApp .my-accolades-card {
    font-family: Avenir Medium;
    height: 145px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    #myAccoladesApp .my-accolades-card {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }
}

#myAccoladesApp .my-accolades-title {
    padding-top: 14px;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333
}

#myAccoladesApp .award-download-button {
    width: 90%;
    height: 47px;
    background: #f5f5f5;
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-left: 5%;
    margin-right: 5%
}

@media only screen and (max-width: 768px) {
    #myAccoladesApp .award-download-button {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%
    }
}

#myAccoladesApp .award-download-button:after {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/download-icon.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-left: 10px
}

#myAccoladesApp .my-accolades-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

#myAccoladesApp .my-accolades-header, #myAccoladesApp .my-accolades-header-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

#myAccoladesApp .icq:before, #myAccoladesApp .mc:before, #myAccoladesApp .pc:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icq-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 25px
}

#myAccoladesApp .arrow-left {
    background-image: url(/../assets/icon/arrow-left.svg);
    margin-right: 10px
}

#myAccoladesApp .arrow-left, #myAccoladesApp .arrow-right {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    cursor: pointer
}

#myAccoladesApp .arrow-right {
    background-image: url(/../assets/icon/arrow-right.svg);
    margin-left: 10px
}

#myAccoladesApp .my-accolades-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#dashboardNewsApp .dashboard-news-card {
    font-family: Avenir Medium;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .dashboard-news-card {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }
}

#dashboardNewsApp .VueCarousel, #dashboardNewsApp .VueCarousel-wrapper {
    height: 100%
}

#dashboardNewsApp .VueCarousel-navigation-next {
    margin-left: 75pt !important;
    background-image: url(/../assets/icon/arrow-right.svg)
}

#dashboardNewsApp .VueCarousel-navigation-next, #dashboardNewsApp .VueCarousel-navigation-prev {
    outline: none;
    padding: unset !important;
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

#dashboardNewsApp .VueCarousel-navigation-prev {
    background-image: url(/../assets/icon/arrow-left.svg)
}

#dashboardNewsApp .VueCarousel-dot:focus {
    outline: none
}

#dashboardNewsApp .VueCarousel-navigation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 65px;
    bottom: 30px
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .VueCarousel-navigation {
        display: none
    }
}

#dashboardNewsApp .VueCarousel-navigation-button {
    top: unset
}

#dashboardNewsApp .VueCarousel-pagination--bottom-overlay {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 30px;
    right: 75px
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .VueCarousel-pagination--bottom-overlay {
        display: none
    }
}

#dashboardNewsApp .VueCarousel-dot-container {
    margin: unset
}

#dashboardNewsApp .slide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .slide-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#dashboardNewsApp .slide-image {
    width: 30%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-position: 50%
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .slide-image {
        border-bottom-left-radius: unset;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: 250px
    }
}

#dashboardNewsApp .slide-content {
    width: 70%;
    padding: 20px 40px 20px 30px;
    color: #333
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .slide-content {
        width: 100%
    }
}

#dashboardNewsApp .slide-title {
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1pc;
    letter-spacing: .9px;
    text-transform: uppercase
}

#dashboardNewsApp .slide-intro {
    margin-top: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .slide-intro {
        margin-top: 20px
    }
}

#dashboardNewsApp .slide-text {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px
}

#dashboardNewsApp .slide-read-more {
    margin-top: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
    color: #333
}

#dashboardNewsApp .slide-read-more:active, #dashboardNewsApp .slide-read-more:hover {
    outline: none
}

@media only screen and (max-width: 768px) {
    #dashboardNewsApp .slide-read-more {
        margin-top: 20px;
        margin-bottom: 15px
    }
}

.toast-container {
    position: absolute;
    height: 50px;
    width: 100%;
    background: rgba(52, 168, 83, .1);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-content: center
}

.toast-container.show {
    visibility: visible;
    opacity: 1
}

.toast-container.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.toast-container.error {
    background: rgba(245, 39, 11, .25)
}

.toast-container.error span:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-error-circle.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.toast-container span {
    font-family: Avenir Medium;
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #000
}

.toast-container span:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-check-green.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 15px
}

.tour-button {
    background: #333;
    padding: 11px 37px;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1034;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
    right: 9pt;
    border-radius: 6px 6px 0 0;
    font-size: 13px;
    font-size: .8125rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: .43px
}

.tour-button.filter-open {
    z-index: 1032
}

@media (min-width: 768px) {
    .tour-button {
        right: 62px;
        font-size: .75rem;
        letter-spacing: .4px
    }
}

.tour-button.padding-go-button {
    padding: 10px 14px 20px
}

.tour-button .question-section {
    float: left;
    width: 21px;
    height: 21px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px
}

.tour-button .question-section .question {
    top: 1px;
    position: relative
}

.tour-button .need-help {
    top: 2px;
    position: relative
}

.tour-button .go-button {
    border: 2px solid hsla(0, 0%, 80%, .3);
    background: transparent;
    color: #fff;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px
}

@media (min-width: 768px) {
    .tour-button .go-button {
        border: 1px solid #fff
    }
}

.tour-button .take-tour-text {
    margin-top: 9pt;
    margin-bottom: 9pt
}

.tour-button .hide-go-button {
    margin-left: 2pc
}

.introjs-button {
    background: #da291c;
    color: #fff;
    text-shadow: none;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .27px;
    padding: 4px 7px
}

@media (min-width: 768px) {
    .introjs-button {
        font-size: .5rem
    }
}

.introjs-button:focus, .introjs-button:hover {
    background: #da291c;
    color: #fff
}

.introjs-button.introjs-skipbutton {
    background: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    color: #da291c;
    float: left;
    border: 0;
    text-decoration: underline;
    padding-left: 0
}

.introjs-button.introjs-prevbutton {
    margin-right: 2px
}

.introjs-button.introjs-donebutton {
    float: left;
    background: #da291c;
    color: #fff;
    padding-left: 7px;
    text-decoration: none
}

.introjs-button.introjs-disabled, .introjs-button.introjs-disabled:hover {
    background: #dbdbdb
}

.introjs-progress {
    border-radius: 0;
    height: 9pt
}

@media (min-width: 768px) {
    .introjs-progress {
        height: 8px
    }
}

.introjs-progress .introjs-progressbar {
    background: #da291c
}

.intro-form-class {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    line-height: 15px;
    letter-spacing: .17px;
    color: #333
}

@media (min-width: 768px) {
    .intro-form-class {
        font-size: .625rem;
        line-height: 13px;
        letter-spacing: .14px
    }
}

.introjs-fixedTooltip, .introjs-fixParent {
    position: absolute
}

.introjs-fixParent.filters-wrapper {
    width: inherit
}

.introjs-showElement {
    pointer-events: none
}

.confirmation-section {
    width: 100%;
    position: fixed;
    bottom: 20px;
    z-index: 1034
}

@media (min-width: 768px) {
    .confirmation-section {
        bottom: 20px
    }
}

@media (min-width: 1280px) {
    .confirmation-section {
        bottom: 40px
    }
}

.confirmation-section.animation {
    -webkit-animation: confirmation-animation .2s ease-in-out infinite;
    animation: confirmation-animation .2s ease-in-out infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.confirmation-section .confirmation-box {
    margin-left: 11px;
    margin-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 7px;
    -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, .2);
    padding: 9pt 14px 9pt 20px
}

@media (min-width: 768px) {
    .confirmation-section .confirmation-box {
        margin: 0 14px;
        padding: 17px 20px 19px
    }
}

@media (min-width: 1280px) {
    .confirmation-section .confirmation-box {
        margin-left: 88px;
        margin-right: 88px;
        padding: 19px 24px 19px 20px
    }
}

.confirmation-section .confirmation-box .message-section {
    padding-right: 22px;
    width: 100%
}

.confirmation-section .confirmation-box .message-section .tick {
    display: none
}

@media (min-width: 768px) {
    .confirmation-section .confirmation-box .message-section .tick {
        display: inline;
        width: 24px;
        height: 24px
    }
}

.confirmation-section .confirmation-message {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #333;
    padding-left: 0;
    padding-right: 3px;
    width: 77.5%
}

@media (min-width: 768px) {
    .confirmation-section .confirmation-message {
        padding: 0 1pc 0 14px;
        font-size: .875rem
    }
}

@media (min-width: 1280px) {
    .confirmation-section .confirmation-message {
        font-size: 1rem;
        padding: 0 14px;
        letter-spacing: normal
    }
}

.confirmation-section .undo-button {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    text-decoration: underline;
    font-style: oblique;
    font-stretch: normal;
    line-height: normal;
    display: block;
    letter-spacing: 1.5px;
    cursor: pointer;
    color: #da291c
}

@media (min-width: 768px) {
    .confirmation-section .undo-button {
        letter-spacing: .9pt;
        display: inline;
        display: initial
    }
}

@media (min-width: 1280px) {
    .confirmation-section .undo-button {
        font-size: .9375rem;
        letter-spacing: .9pt
    }
}

.confirmation-section .cross-red {
    float: right;
    padding-left: 22px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .confirmation-section .cross-red {
        padding-left: 0
    }
}

@-webkit-keyframes confirmation-animation {
    0% {
        opacity: 0;
        bottom: 0
    }
    to {
        bottom: 20px;
        opacity: 1
    }

@media (min-width: 1280px) {
    to {
        bottom: 40px;
        opacity: 1
    }
}

}
@keyframes confirmation-animation {
    0% {
        opacity: 0;
        bottom: 0
    }
    to {
        bottom: 20px;
        opacity: 1
    }

@media (min-width: 1280px) {
    to {
        bottom: 40px;
        opacity: 1
    }
}

}
.my-list-section {
    background: #fff;
    text-align: center;
    padding: 29px 0;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .05);
    border: 1px solid #f5f5f5;
    margin-right: 10px
}

.my-list-section:nth-child(2) {
    margin-top: 10px
}

@media (min-width: 768px) {
    .my-list-section:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .my-list-section {
        width: 50%;
        padding-top: 24px;
        padding-bottom: 29px
    }
}

@media (min-width: 1280px) {
    .my-list-section {
        padding-top: 40px;
        padding-bottom: 47px
    }
}

.my-list-section .tile-icon {
    display: block;
    margin: auto auto 31px
}

@media (min-width: 768px) {
    .my-list-section .tile-icon {
        margin-bottom: 22px;
        width: 79px;
        height: 93px
    }
}

@media (min-width: 1280px) {
    .my-list-section .tile-icon {
        margin-bottom: 41px;
        width: 7pc;
        height: 134px
    }
}

.my-list-section .tile-icon .count {
    position: relative;
    top: 3%;
    right: 31%;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.39px;
    text-align: center;
    color: #fff
}

@media (min-width: 1280px) {
    .my-list-section .tile-icon .count {
        top: 7%;
        font-size: 1.125rem
    }
}

.my-list-section .mylist-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #333;
    text-decoration: underline;
    display: block;
    margin-bottom: 31px
}

@media (min-width: 768px) {
    .my-list-section .mylist-text {
        font-size: .875rem;
        letter-spacing: 1.4px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .my-list-section .mylist-text {
        font-size: 1rem;
        letter-spacing: .1pc;
        margin-bottom: 20px
    }
}

.my-list-section .download-all {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-size: .75rem;
    font-weight: 900;
    font-style: oblique;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .9pt;
    color: #da291c;
    text-decoration: underline;
    cursor: pointer
}

@media (min-width: 768px) {
    .my-list-section .download-all {
        font-size: .625rem;
        letter-spacing: 1px
    }
}

@media (min-width: 1280px) {
    .my-list-section .download-all {
        font-size: .75rem;
        letter-spacing: .9pt
    }
}

.sales-rep-detail-section {
    max-width: 90pc;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width: 1280px) {
    .sales-rep-detail-section {
        padding: 20px 90pt 40px
    }
}

.sales-rep-detail-section .sales-rep {
    display: block;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-weight: 200
}

@media (max-width: 1279.98px) {
    .sales-rep-detail-section .sales-rep {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep {
        font-size: 56px;
        line-height: 62px;
        margin-bottom: 60px
    }
}

.sales-rep-detail-section .sales-rep-detail-section__container {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #da291c;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-detail-section__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1279.98px) {
    .sales-rep-detail-section .sales-rep-detail {
        padding-bottom: 28px
    }
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-detail {
        width: 30.6%;
        padding-right: 36px
    }
}

.sales-rep-detail-section .sales-rep-detail .sales-rep-name {
    display: block;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 1pc
}

.sales-rep-detail-section .sales-rep-detail .sales-rep-label {
    display: block;
    margin-bottom: 26px;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000
}

.sales-rep-detail-section .sales-rep-detail .change-text {
    display: inline-block;
    color: #da291c;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 1279.98px) {
    .sales-rep-detail-section .sales-rep-additional-detail {
        padding-top: 20px;
        border-top: 1px solid #da291c
    }
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-additional-detail {
        width: 69.4%;
        padding-left: 35px;
        border-left: 1px solid #da291c
    }
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detal__title {
    display: block;
    width: 100%;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 1pc;
    line-height: 26px;
    margin-bottom: 14px
}

@media (max-width: 1279.98px) {
    .sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container div:last-of-type ul li:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .sales-rep-additional-detail__info {
        width: 287px
    }
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .sales-rep-additional-detail__info .sales-rep-additional-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1pc
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .sales-rep-additional-detail__info .sales-rep-label {
    display: inline-block;
    width: 86px;
    margin-right: 9pt;
    padding-right: 10px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .sales-rep-additional-detail__info .sales-rep-label:after {
    content: "\\";
    position: absolute;
    top: 0;
    right: 0
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .sales-rep-additional-detail__info .sales-rep-value {
    color: #da291c;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

@media (min-width: 1280px) {
    .sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .address-width {
        width: 290px
    }
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .address-width .address-width__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1pc
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .address-width .sales-rep-label {
    display: inline-block;
    width: 86px;
    margin-right: 9pt;
    padding-right: 10px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .address-width .sales-rep-label:after {
    content: "\\";
    position: absolute;
    top: 0;
    right: 0
}

.sales-rep-detail-section .sales-rep-additional-detail .sales-rep-additional-detail__container .address-width .sales-rep-value {
    color: #da291c;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.find-sales-or-contractor {
    max-width: 90pc;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width: 1280px) {
    .find-sales-or-contractor {
        padding: 20px 90pt 40px
    }
}

.find-sales-or-contractor__text {
    display: block;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-weight: 200
}

@media (max-width: 1279.98px) {
    .find-sales-or-contractor__text {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 1280px) {
    .find-sales-or-contractor__text {
        font-size: 56px;
        line-height: 62px;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .find-sales-or-contractor__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.find-sales-or-contractor__item {
    width: 100%
}

@media (max-width: 1279.98px) {
    .find-sales-or-contractor__item:not(:last-of-type) {
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .find-sales-or-contractor__item {
        width: calc(50% - 1pc)
    }
}

.find-sales-or-contractor__link {
    border: 1px solid #da291c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05);
    padding: 29px
}

.find-sales-or-contractor__link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px
}

.find-sales-or-contractor__link:hover {
    background-color: #da291c;
    color: #fff;
    text-decoration: none
}

.find-sales-or-contractor__link:hover.find-sales-or-contractor__link--sales:before {
    background-image: url(/../assets/icon/ico-sales-rep.svg)
}

.find-sales-or-contractor__link:hover.find-sales-or-contractor__link--contractor:before, .find-sales-or-contractor__link:hover.find-sales-or-contractor__link--sales:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="112" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.11" /><feFuncG type="linear" slope="1.11" /><feFuncB type="linear" slope="1.11" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
}

.find-sales-or-contractor__link:hover.find-sales-or-contractor__link--contractor:before {
    background-image: url(/../assets/icon/ico-contractor.svg)
}

.find-sales-or-contractor__link:focus {
    outline: 2px solid #2590ef;
    color: #000;
    text-decoration: none
}

.find-sales-or-contractor__link--sales:before {
    background-image: url(/../assets/icon/ico-sales-rep.svg)
}

.find-sales-or-contractor__link--contractor:before, .find-sales-or-contractor__link--sales:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.27 0.73" /><feFuncG type="table" tableValues="0.27 0.73" /><feFuncB type="table" tableValues="0.27 0.73" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="24.216500000000003 -21.092499999999998 -2.1239999999999997 0 0 -6.2835 9.712499999999999 -2.1239999999999997 0 0 -6.2835 -21.092499999999998 28.376 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="347" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.84" /><feFuncG type="linear" slope="0.84" /><feFuncB type="linear" slope="0.84" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncG type="linear" slope="1.03" intercept="-0.015000000000000013" /><feFuncB type="linear" slope="1.03" intercept="-0.015000000000000013" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
}

.find-sales-or-contractor__link--contractor:before {
    background-image: url(/../assets/icon/ico-contractor.svg)
}

.latem-select {
    width: 100%;
    position: relative;
    margin-bottom: 13px;
    outline-color: transparent
}

@media (min-width: 768px) {
    .latem-select {
        width: 76%;
        float: left;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .latem-select {
        width: 76%
    }
}

.latem-select .find-sales-btn {
    background: #fff;
    height: 42px;
    border: 3px solid #333;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    line-height: 40px;
    color: #333;
    padding-left: 20px;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: none
}

@media (min-width: 768px) {
    .latem-select .find-sales-btn {
        height: 40px;
        line-height: 35px;
        font-size: .625rem
    }
}

@media (min-width: 1280px) {
    .latem-select .find-sales-btn {
        height: 50px;
        line-height: 45px;
        font-size: .875rem
    }
}

.latem-select .find-sales-btn:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    top: 15px;
    right: 18px;
    border: 0;
    background-size: contain
}

@media (min-width: 768px) {
    .latem-select .find-sales-btn:after {
        top: 15px
    }
}

@media (min-width: 1280px) {
    .latem-select .find-sales-btn:after {
        top: 18px
    }
}

.latem-select .dropdown-latem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 345px;
    overflow-y: auto;
    display: none;
    border: 1px solid #333;
    border-top: none;
    top: 42px;
    background: #fff
}

@media (min-width: 768px) {
    .latem-select .dropdown-latem {
        top: 40px
    }
}

@media (min-width: 1280px) {
    .latem-select .dropdown-latem {
        top: 50px
    }
}

.latem-select .dropdown-latem .dropdown-menu {
    padding: 25px 22px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    -webkit-transform: none !important;
    transform: none !important
}

.latem-select .dropdown-latem .dropdown-menu li {
    cursor: pointer;
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    padding-bottom: 1pc;
    font-family: NeusaNextProRegular, sans-serif
}

.latem-select.show .dropdown-latem {
    display: block
}

.find-sales-rep-box {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 25px 15px 27px
}

@media (min-width: 768px) {
    .find-sales-rep-box {
        padding: 26px 22px 24px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box {
        padding: 2pc 22px 41px
    }
}

.find-sales-rep-box .form-box {
    width: 100%
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box {
        text-align: center
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.find-sales-rep-box .form-box .find-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333;
    margin: 0 0 13px;
    text-transform: uppercase;
    text-align: center;
    display: block
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .find-title {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding-bottom: 8px;
        margin: 0
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .find-title {
        font-size: 1.25rem;
        letter-spacing: 2px;
        padding-bottom: 9pt;
        margin: 0;
        text-align: left
    }
}

.find-sales-rep-box .form-box .zip-state-form #productTypeSalesRep {
    visibility: hidden;
    height: 0;
    display: block
}

.find-sales-rep-box .form-box .zip-state-form label {
    display: block;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #333;
    padding-bottom: 5px;
    margin: 0
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form label {
        font-size: .625rem;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form label {
        font-size: .875rem;
        letter-spacing: 2.1px
    }
}

.find-sales-rep-box .form-box .zip-state-form .in-field {
    position: relative
}

.find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper {
    border: 2px solid #333;
    background: #fff;
    margin-bottom: 13px
}

.find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper .fsearch {
    width: 100%;
    height: 42px;
    border: none;
    background: none;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #333;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper .fsearch {
        float: left;
        height: 36px;
        margin: 0
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper .fsearch {
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: 2.4px;
        height: 45px;
        padding: 15px
    }
}

.find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper .fsearch:focus {
    outline: none
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper {
        height: 40px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-wrapper {
        border: 3px solid #333;
        height: 50px;
        margin-bottom: 0
    }
}

.find-sales-rep-box .form-box .zip-state-form .in-field .input-cross {
    position: absolute;
    right: 15px;
    top: 17px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-grey.svg);
    width: 9pt;
    height: 9pt;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    cursor: pointer
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-cross {
        width: 22px;
        height: 15px;
        top: 13px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .input-cross {
        top: 18px
    }
}

.find-sales-rep-box .form-box .zip-state-form .in-field .input-cross:focus {
    outline-style: solid
}

.find-sales-rep-box .form-box .zip-state-form .in-field .latem-select {
    width: 100%
}

.find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .dropdown-latem {
    top: 42px;
    height: 210px;
    background: #fff
}

.find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .dropdown-latem ul {
    -webkit-transform: none !important;
    transform: none !important
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .dropdown-latem {
        top: 40px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .dropdown-latem {
        top: 50px
    }
}

.find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .find-sales-btn {
    border-width: 2px;
    display: block;
    text-decoration: none
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .find-sales-btn {
        border-width: 2px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .in-field .latem-select .find-sales-btn {
        border-width: 3px
    }
}

.find-sales-rep-box .form-box .zip-state-form .find-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    background-color: #da291c;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0 30px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .find-sales-rep-box .form-box .zip-state-form .find-btn {
        font-size: .75rem;
        float: left;
        height: 40px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .form-box .zip-state-form .find-btn {
        font-size: .875rem;
        height: 50px;
        line-height: 50px;
        float: left;
        padding: 0 50px
    }
}

.find-sales-rep-box .form-box .zip-state-form form {
    margin-bottom: 0
}

.find-sales-rep-box .p-type {
    width: 100%
}

.find-sales-rep-box .p-type .latem-select {
    width: 100%;
    position: relative
}

.find-sales-rep-box .p-type .latem-select .find-sales-btn {
    border-width: 2px;
    display: block
}

@media (min-width: 768px) {
    .find-sales-rep-box .p-type .latem-select .find-sales-btn {
        border-width: 2px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .p-type .latem-select .find-sales-btn {
        border-width: 3px
    }
}

.find-sales-rep-box .p-type .latem-select .dropdown-latem {
    top: 42px;
    height: 145px;
    background: #fff
}

.find-sales-rep-box .p-type .latem-select .dropdown-latem ul {
    -webkit-transform: none !important;
    transform: none !important
}

@media (min-width: 768px) {
    .find-sales-rep-box .p-type .latem-select .dropdown-latem {
        top: 40px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .p-type .latem-select .dropdown-latem {
        top: 50px
    }
}

@media (min-width: 768px) {
    .find-sales-rep-box .p-type {
        width: 32.5%;
        display: inline-block;
        text-align: left;
        max-width: 300px;
        margin-right: 5px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .p-type {
        margin: 0 40px;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .find-sales-title {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.find-sales-rep-box .sl-country {
    width: 100%;
    text-align: left
}

@media (min-width: 768px) {
    .find-sales-rep-box .sl-country {
        width: 50%;
        display: inline-block;
        max-width: 500px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .sl-country {
        width: 40%
    }
}

.find-sales-rep-box .sl-country .sl-btns {
    display: block;
    width: 100%
}

.find-sales-rep-box .sl-country .in-field {
    float: none
}

@media (min-width: 768px) {
    .find-sales-rep-box .sl-country .in-field {
        margin-right: 20px;
        float: left;
        width: 65%;
        text-align: left;
        max-width: 300px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box .sl-country .in-field {
        margin-right: 44px;
        width: 61.3%
    }
}

@media (min-width: 768px) {
    .find-sales-rep-box .sl-country .find-btn {
        float: left
    }
}

.find-sales-rep-box .us-error {
    display: none
}

.find-sales-rep-box.us-form .zip-state-form .in-field .fsearch {
    border-color: #da291c
}

@media (min-width: 1280px) {
    .find-sales-rep-box.us-form .form-box {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box.us-form .form-box .find-sales-title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 22px
    }
}

.find-sales-rep-box.us-form .form-box .zip-state-form .in-field .fsearch {
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .find-sales-rep-box.us-form .form-box .zip-state-form .in-field .fsearch {
        margin-bottom: 0
    }
}

.find-sales-rep-box.us-form .us-error {
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 1.65px;
    font-family: NeusaNextProRegular, sans-serif;
    color: #da291c;
    text-align: center;
    padding-bottom: 1pc;
    display: block
}

@media (min-width: 768px) {
    .find-sales-rep-box.us-form .us-error {
        font-size: .625rem;
        letter-spacing: 1.5px;
        float: left;
        text-align: left;
        padding-top: 3px;
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box.us-form .us-error {
        font-size: .875rem;
        letter-spacing: 2.1px;
        padding-top: 2px
    }
}

@media (min-width: 768px) {
    .find-sales-rep-box.us-form {
        padding-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .find-sales-rep-box.us-form {
        padding-bottom: 20px
    }
}

.sales-rep-result-box .result-boxs .result-box .title-star {
    margin-bottom: 10px
}

#myListApp .global-search-results-container {
    padding-left: 0
}

@media (min-width: 1280px) {
    #myListApp .global-search-results-container {
        padding-left: 4px;
        padding-right: 8px
    }
}

@media (min-width: 768px) {
    #myListApp .date-col {
        width: 16%
    }
}

@media (min-width: 1280px) {
    #myListApp .date-col {
        width: 15%
    }
}

@media (min-width: 768px) {
    #myListApp .description-col {
        width: 44%
    }
}

@media (min-width: 1280px) {
    #myListApp .description-col {
        width: 50%
    }
}

#myListApp .download-col {
    margin-top: 10px
}

@media (min-width: 768px) {
    #myListApp .download-col {
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    #myListApp .add-remove-to-list-col, #myListApp .download-col {
        width: 12%
    }
}

#myListApp .mail-col {
    margin-top: 10px
}

@media (min-width: 768px) {
    #myListApp .mail-col {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    #myListApp .checkbox-col {
        width: 15%
    }
}

@media (min-width: 768px) {
    #myListApp .checkbox-col .select-all {
        text-align: center;
        width: 41%;
        position: relative;
        top: 11px
    }
}

@media (min-width: 1280px) {
    #myListApp .checkbox-col .select-all {
        top: 0;
        width: auto;
        padding-left: 5px
    }
}

#myListApp .checkbox-col .checkbox {
    position: relative;
    top: 7px
}

@media (min-width: 1280px) {
    #myListApp .checkbox-col .checkbox {
        top: 3px
    }
}

@media (min-width: 1280px) {
    #myListApp .checkbox-col.checkbox-col-data {
        padding-left: 0;
        position: relative;
        left: 4%
    }
}

#myListApp .date-description-col {
    width: 56%
}

#myListApp .delete-animation {
    -webkit-animation: removed-item-animation .6s ease-in-out infinite;
    animation: removed-item-animation .6s ease-in-out infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

#myListApp .add-animation {
    -webkit-animation: add-item-animation .6s ease-in-out infinite;
    animation: add-item-animation .6s ease-in-out infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes removed-item-animation {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes add-item-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#myListApp .wrapper-with-checkbox .data-row {
    padding-left: 9pt
}

@media (min-width: 768px) {
    #myListApp .wrapper-with-checkbox .heading-row {
        padding-bottom: 0;
        padding-top: 18px
    }
}

@media (min-width: 768px) {
    #myListApp .wrapper-with-checkbox .heading-row .select-all {
        padding-bottom: 4px
    }
}

@media (min-width: 768px) {
    #myListApp .wrapper-with-checkbox .description-col {
        width: 29%
    }
}

@media (min-width: 1280px) {
    #myListApp .wrapper-with-checkbox .description-col {
        width: 35%
    }
}

@media (min-width: 768px) {
    #myListApp .wrapper-with-checkbox .checkbox-col-data {
        padding-left: 2pc
    }
}

@media (min-width: 1280px) {
    #myListApp .wrapper-with-checkbox .checkbox-col-data {
        padding-left: 41px;
        left: 0
    }
}

#myListDashboardApp .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Avenir Book;
    padding: 35px 0 14px 25px;
    background: #fff
}

@media only screen and (min-width: 992px) {
    #myListDashboardApp .mobile-header {
        display: none
    }
}

#myListDashboardApp .mobile-header .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #000;
    position: relative;
    margin-bottom: 20px
}

#myListDashboardApp .mobile-header .back-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-back-black.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

#myListDashboardApp .mobile-header .main-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333
}

#myListDashboardApp .global-search-results-container {
    padding-left: 0
}

@media (min-width: 1280px) {
    #myListDashboardApp .global-search-results-container {
        padding-left: 4px;
        padding-right: 8px
    }
}

#myListDashboardApp a:focus {
    outline: none
}

#myListDashboardApp .my-list-header-container, #myListDashboardApp .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#myListDashboardApp .my-list-header-container {
    width: 100%;
    place-content: space-between;
    font-family: Avenir Medium;
    padding: 50px 23px 30px 20px
}

@media only screen and (min-width: 992px) {
    #myListDashboardApp .my-list-header-container {
        padding: 50px 23px 30px 43px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#myListDashboardApp .my-list-header-container .headline-section {
    display: none
}

@media only screen and (min-width: 992px) {
    #myListDashboardApp .my-list-header-container .headline-section {
        display: block
    }
}

#myListDashboardApp .my-list-header-container .headline-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #000
}

#myListDashboardApp .my-list-header-container .controls-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: flex-end
}

@media only screen and (max-width: 768px) {
    #myListDashboardApp .my-list-header-container .controls-search-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px
}

@media only screen and (max-width: 768px) {
    #myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container {
        margin-right: 0;
        place-content: space-between
    }
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .filter-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .filter-type div {
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #888;
    text-transform: capitalize;
    margin-right: 20px
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .filter-type div:last-child {
    margin-right: 0
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .filter-type div:hover {
    cursor: pointer
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .filter-type div.active {
    font-weight: 800;
    font-size: 1pc;
    line-height: 22px;
    color: #333;
    border-bottom: 1px solid #333
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-list-view-inactive.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-list-view.active:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-list-view-active.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view {
    position: relative;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-grid-view-inactive.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

#myListDashboardApp .my-list-header-container .controls-search-container .display-controls-container .type-view-selector .icon-grid-view.active:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-grid-view-active.svg);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    padding: 3px;
    width: 325px
}

@media only screen and (max-width: 768px) {
    #myListDashboardApp .my-list-header-container .controls-search-container .search-container {
        margin-bottom: 20px
    }
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input {
    border: 0;
    outline: none;
    width: 100%;
    padding-left: 20px
}

@media only screen and (max-width: 768px) {
    #myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input {
        width: 100%
    }
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input::-webkit-input-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input::-moz-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input::-ms-input-placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-input::placeholder {
    font-family: Avenir Book;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-icon-container {
    width: 34px;
    height: 34px;
    background: #333;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    place-items: center;
    border: 0
}

#myListDashboardApp .my-list-header-container .controls-search-container .search-container .search-icon-container div {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-search-white.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

#myListDashboardApp .filters-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px 10px 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 991px) {
    #myListDashboardApp .filters-container {
        padding: 0 23px 30px 20px;
        row-gap: 10px
    }
}

#myListDashboardApp .filters-container .total-count {
    padding-right: 25px
}

#myListDashboardApp .filters-container .total-count .total-count-text {
    font-family: Avenir Medium
}

#myListDashboardApp .filters-container .sort-by-container {
    padding-left: 25px;
    margin-right: 25px
}

#myListDashboardApp .filters-container .sort-by-container .dropdown .sort-by-label {
    text-transform: capitalize;
    font-size: 14px
}

#myListDashboardApp .dashboard-search-content {
    width: 100%;
    background: #fff
}

#myListDashboardApp .confirmation-section {
    width: 80%
}

@media (min-width: 768px) {
    #myListDashboardApp .date-col {
        width: 16%
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .date-col {
        width: 15%
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .description-col {
        width: 44%
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .description-col {
        width: 50%
    }
}

#myListDashboardApp .download-col {
    margin-top: 10px
}

@media (min-width: 768px) {
    #myListDashboardApp .download-col {
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .add-remove-to-list-col, #myListDashboardApp .download-col {
        width: 12%
    }
}

#myListDashboardApp .mail-col {
    margin-top: 10px
}

@media (min-width: 768px) {
    #myListDashboardApp .mail-col {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .checkbox-col {
        width: 15%
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .checkbox-col .select-all {
        text-align: center;
        width: 41%;
        position: relative;
        top: 11px
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .checkbox-col .select-all {
        top: 0;
        width: auto;
        padding-left: 5px
    }
}

#myListDashboardApp .checkbox-col .checkbox {
    position: relative;
    top: 7px
}

@media (min-width: 1280px) {
    #myListDashboardApp .checkbox-col .checkbox {
        top: 3px
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .checkbox-col.checkbox-col-data {
        padding-left: 0;
        position: relative;
        left: 4%
    }
}

#myListDashboardApp .date-description-col {
    width: 56%
}

#myListDashboardApp .delete-animation {
    -webkit-animation: removed-item-animation .6s ease-in-out infinite;
    animation: removed-item-animation .6s ease-in-out infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

#myListDashboardApp .add-animation {
    -webkit-animation: add-item-animation .6s ease-in-out infinite;
    animation: add-item-animation .6s ease-in-out infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@keyframes removed-item-animation {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
    to {
        opacity: 0
    }
}

@keyframes add-item-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#myListDashboardApp .wrapper-with-checkbox .data-row {
    padding-left: 9pt
}

@media (min-width: 768px) {
    #myListDashboardApp .wrapper-with-checkbox .heading-row {
        padding-bottom: 0;
        padding-top: 18px
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .wrapper-with-checkbox .heading-row .select-all {
        padding-bottom: 4px
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .wrapper-with-checkbox .description-col {
        width: 29%
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .wrapper-with-checkbox .description-col {
        width: 35%
    }
}

@media (min-width: 768px) {
    #myListDashboardApp .wrapper-with-checkbox .checkbox-col-data {
        padding-left: 2pc
    }
}

@media (min-width: 1280px) {
    #myListDashboardApp .wrapper-with-checkbox .checkbox-col-data {
        padding-left: 41px;
        left: 0
    }
}

.dashboard-card-list {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .dashboard-card-list {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .dashboard-card-list {
        padding: 30px 0
    }
}

.dashboard-card-list .sbox {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, .15)
}

.dashboard-card-list .sbox:last-child {
    margin-right: 0
}

@media (min-width: 768px) {
    .dashboard-card-list .sbox {
        margin-right: 2%;
        margin-bottom: 0;
        float: left;
        width: 32%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 1280px) {
    .dashboard-card-list .sbox {
        margin-right: 2%;
        margin-bottom: 0;
        float: left;
        width: 32%
    }
}

.dashboard-card-list .sbox .head {
    padding: 11px 30px;
    background: #f5f5f5;
    font-size: 9pt;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    color: #333;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media (min-width: 1280px) {
    .dashboard-card-list .sbox .head {
        font-size: 1rem;
        letter-spacing: .1pc;
        padding: 13px 30px
    }
}

.dashboard-card-list .sbox .head a {
    color: #333;
    text-decoration: underline
}

.dashboard-card-list .sbox .text {
    padding: 20px 28px 2pc;
    font-size: 10px;
    font-size: .625rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #1a1a1a;
    border-top: 0;
    line-height: 13px
}

@media (min-width: 1280px) {
    .dashboard-card-list .sbox .text {
        font-size: .875rem;
        line-height: 21px
    }
}

.dashboard-card-list ol, .dashboard-card-list ul {
    margin-left: 0;
    margin-top: 10px
}

.dashboard-card-list ol li {
    list-style-type: decimal
}

.dashboard-card-list ul li {
    list-style-type: disc
}