/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#                   |_|                                         |___/    

# Desenvolvido por: Proposital

# Data de Criação: 19/11/2020
# Data da Última Atualização: 19/11/2020

Import font example:

@font-face {
 font-family: YourFontFamily;
 src: url('../cork/onts/yourfile.ttf') format('truetype');
}

Import imagem inside scss file example:

.google-icon {
   background-image: url('./cork/mages/btn_google_dark.svg');
}

Import image insde template

image_pack_path('icon.png')
!*//*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |
#
*/fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;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:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;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:16px;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::-moz-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 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;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:240px;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:12px;min-height:40px;line-height:16px;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:12px;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:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@font-face{font-family:Segoe UI;src:url(/assets/packs/media/fonts/soar/SegoeUI-Bold-823d1592a699aa4a249684b54fcf8e07.woff2) format("woff2"),url(/assets/packs/media/fonts/soar/SegoeUI-Bold-06b45638b3574cfda80f4a35ab89211e.woff) format("woff"),url(/assets/packs/media/fonts/soar/SegoeUI-Bold-939061e4399eb1da305f68286970dbb5.svg#SegoeUI-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Segoe UI;src:url(/assets/packs/media/fonts/soar/SegoeUI-Semibold-20e49c673bf3b3b4f52f0e7e3331d046.woff2) format("woff2"),url(/assets/packs/media/fonts/soar/SegoeUI-Semibold-e2cddc7ce5a1f7325bad30d639bb9b94.woff) format("woff"),url(/assets/packs/media/fonts/soar/SegoeUI-Semibold-9193c8d143076f7f3675eff8a88df35b.svg#SegoeUI-Semibold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Segoe UI;src:url(/assets/packs/media/fonts/soar/SegoeUI-Light-1b4131f6fc646c7b215aadeabdf79ac4.woff2) format("woff2"),url(/assets/packs/media/fonts/soar/SegoeUI-Light-7d314399f345a52e1c804672a74c6cb7.woff) format("woff"),url(/assets/packs/media/fonts/soar/SegoeUI-Light-2307a867c484092b290bc1d92a28a809.svg#SegoeUI-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Segoe UI;src:url(/assets/packs/media/fonts/soar/SegoeUI-503dde4e7ee469050c3b1db5a1fd0c23.woff2) format("woff2"),url(/assets/packs/media/fonts/soar/SegoeUI-9330d26399653e63ad8f3ee6b5d56f77.woff) format("woff"),url(/assets/packs/media/fonts/soar/SegoeUI-79ce02bea6028a2750f9c6bda44a4588.svg#SegoeUI) format("svg");font-weight:400;font-style:normal;font-display:swap}.font-black{color:#404040!important}.font-primary-dark{color:#09949b!important}.font-primary{color:#0cb9c2!important}.font-gray{color:#969ea9!important}.font-white{color:#fff!important}.justify-text{text-align:justify}.text-center{text-align:center}.font-light{font-weight:300!important}.font-bold{font-weight:600!important}.text-end{text-align:end}[font-size=".5"]{font-size:.5rem!important}[font-size="1"]{font-size:1rem!important}[font-size="1.5"]{font-size:1.5rem!important}[font-size="2"]{font-size:2rem!important}[font-size="2.5"]{font-size:2.5rem!important}[font-size="3"]{font-size:3rem!important}[font-size="3.5"]{font-size:3.5rem!important}[font-size="4"]{font-size:4rem!important}[font-size="4.5"]{font-size:4.5rem!important}[font-size="5"]{font-size:5rem!important}[font-size="5.5"]{font-size:5.5rem!important}[font-size="6"]{font-size:6rem!important}[font-size="6.5"]{font-size:6.5rem!important}[font-size="7"]{font-size:7rem!important}[font-size="7.5"]{font-size:7.5rem!important}[font-size="8"]{font-size:8rem!important}[font-size="8.5"]{font-size:8.5rem!important}[font-size="9"]{font-size:9rem!important}[font-size="9.5"]{font-size:9.5rem!important}[font-size="10"]{font-size:10rem!important}[weight="1"]{font-weight:100!important}[weight="2"]{font-weight:200!important}[weight="3"]{font-weight:300!important}[weight="4"]{font-weight:400!important}[weight="5"]{font-weight:500!important}[weight="6"]{font-weight:600!important}[weight="7"]{font-weight:700!important}[weight="8"]{font-weight:800!important}[weight="9"]{font-weight:900!important}[line-height="1"]{line-height:1em!important}[line-height="2"]{line-height:2em!important}[line-height="3"]{line-height:3em!important}[line-height="4"]{line-height:4em!important}[line-height="5"]{line-height:5em!important}[line-height="6"]{line-height:6em!important}[line-height="7"]{line-height:7em!important}[line-height="8"]{line-height:8em!important}[line-height="9"]{line-height:9em!important}[line-height="10"]{line-height:10em!important}[ui-row]{display:flex;width:100%;flex-flow:row wrap;align-content:space-between;justify-content:flex-start;align-items:flex-start;align-content:center;box-sizing:border-box}[ui-row][reverse]{justify-content:flex-end}[ui-row][center]{justify-content:center;align-items:center}[ui-row][space]{justify-content:space-between}[ui-row][around]{justify-content:space-around}[ui-row][middle]{align-items:center}[ui-row][bottom]{align-items:flex-end}[ui-row][flat]{align-items:stretch}[ui-row][disabled]{opacity:.5;pointer-events:none}[ui-row] [ui-col]{width:calc(100% - .5rem);box-sizing:border-box;padding-left:.25rem;padding-right:.25rem}[ui-row] [ui-col][m-bottom]{margin-bottom:.5rem}[ui-row] [ui-col][col="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset="1"]{margin-left:8.33333%}[ui-row] [ui-col][col="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset="2"]{margin-left:16.66667%}[ui-row] [ui-col][col="3"]{width:25%}[ui-row] [ui-col][ui-offset="3"]{margin-left:25%}[ui-row] [ui-col][col="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset="4"]{margin-left:33.33333%}[ui-row] [ui-col][col="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset="5"]{margin-left:41.66667%}[ui-row] [ui-col][col="6"]{width:50%}[ui-row] [ui-col][ui-offset="6"]{margin-left:50%}[ui-row] [ui-col][col="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset="7"]{margin-left:58.33333%}[ui-row] [ui-col][col="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset="8"]{margin-left:66.66667%}[ui-row] [ui-col][col="9"]{width:75%}[ui-row] [ui-col][ui-offset="9"]{margin-left:75%}[ui-row] [ui-col][col="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset="10"]{margin-left:83.33333%}[ui-row] [ui-col][col="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset="11"]{margin-left:91.66667%}[ui-row] [ui-col][col="12"]{width:100%}[ui-row] [ui-col][ui-offset="12"]{margin-left:100%}@media screen and (min-width:0px){[ui-row] [ui-col][col-xs="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset-xs="1"]{margin-left:8.33333%!important}[ui-row] [ui-col][col-xs="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset-xs="2"]{margin-left:16.66667%!important}[ui-row] [ui-col][col-xs="3"]{width:25%}[ui-row] [ui-col][ui-offset-xs="3"]{margin-left:25%!important}[ui-row] [ui-col][col-xs="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset-xs="4"]{margin-left:33.33333%!important}[ui-row] [ui-col][col-xs="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset-xs="5"]{margin-left:41.66667%!important}[ui-row] [ui-col][col-xs="6"]{width:50%}[ui-row] [ui-col][ui-offset-xs="6"]{margin-left:50%!important}[ui-row] [ui-col][col-xs="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset-xs="7"]{margin-left:58.33333%!important}[ui-row] [ui-col][col-xs="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset-xs="8"]{margin-left:66.66667%!important}[ui-row] [ui-col][col-xs="9"]{width:75%}[ui-row] [ui-col][ui-offset-xs="9"]{margin-left:75%!important}[ui-row] [ui-col][col-xs="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset-xs="10"]{margin-left:83.33333%!important}[ui-row] [ui-col][col-xs="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset-xs="11"]{margin-left:91.66667%!important}[ui-row] [ui-col][col-xs="12"]{width:100%}[ui-row] [ui-col][ui-offset-xs="12"]{margin-left:100%!important}[ui-row] [ui-col][ui-offset-xs-out]{margin-left:0!important}}@media screen and (min-width:576px){[ui-row] [ui-col][col-sm="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset-sm="1"]{margin-left:8.33333%!important}[ui-row] [ui-col][col-sm="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset-sm="2"]{margin-left:16.66667%!important}[ui-row] [ui-col][col-sm="3"]{width:25%}[ui-row] [ui-col][ui-offset-sm="3"]{margin-left:25%!important}[ui-row] [ui-col][col-sm="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset-sm="4"]{margin-left:33.33333%!important}[ui-row] [ui-col][col-sm="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset-sm="5"]{margin-left:41.66667%!important}[ui-row] [ui-col][col-sm="6"]{width:50%}[ui-row] [ui-col][ui-offset-sm="6"]{margin-left:50%!important}[ui-row] [ui-col][col-sm="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset-sm="7"]{margin-left:58.33333%!important}[ui-row] [ui-col][col-sm="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset-sm="8"]{margin-left:66.66667%!important}[ui-row] [ui-col][col-sm="9"]{width:75%}[ui-row] [ui-col][ui-offset-sm="9"]{margin-left:75%!important}[ui-row] [ui-col][col-sm="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset-sm="10"]{margin-left:83.33333%!important}[ui-row] [ui-col][col-sm="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset-sm="11"]{margin-left:91.66667%!important}[ui-row] [ui-col][col-sm="12"]{width:100%}[ui-row] [ui-col][ui-offset-sm="12"]{margin-left:100%!important}[ui-row] [ui-col][ui-offset-sm-out]{margin-left:0!important}}@media screen and (min-width:768px){[ui-row] [ui-col][col-md="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset-md="1"]{margin-left:8.33333%!important}[ui-row] [ui-col][col-md="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset-md="2"]{margin-left:16.66667%!important}[ui-row] [ui-col][col-md="3"]{width:25%}[ui-row] [ui-col][ui-offset-md="3"]{margin-left:25%!important}[ui-row] [ui-col][col-md="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset-md="4"]{margin-left:33.33333%!important}[ui-row] [ui-col][col-md="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset-md="5"]{margin-left:41.66667%!important}[ui-row] [ui-col][col-md="6"]{width:50%}[ui-row] [ui-col][ui-offset-md="6"]{margin-left:50%!important}[ui-row] [ui-col][col-md="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset-md="7"]{margin-left:58.33333%!important}[ui-row] [ui-col][col-md="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset-md="8"]{margin-left:66.66667%!important}[ui-row] [ui-col][col-md="9"]{width:75%}[ui-row] [ui-col][ui-offset-md="9"]{margin-left:75%!important}[ui-row] [ui-col][col-md="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset-md="10"]{margin-left:83.33333%!important}[ui-row] [ui-col][col-md="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset-md="11"]{margin-left:91.66667%!important}[ui-row] [ui-col][col-md="12"]{width:100%}[ui-row] [ui-col][ui-offset-md="12"]{margin-left:100%!important}[ui-row] [ui-col][ui-offset-md-out]{margin-left:0!important}}@media screen and (min-width:992px){[ui-row] [ui-col][col-lg="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset-lg="1"]{margin-left:8.33333%!important}[ui-row] [ui-col][col-lg="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset-lg="2"]{margin-left:16.66667%!important}[ui-row] [ui-col][col-lg="3"]{width:25%}[ui-row] [ui-col][ui-offset-lg="3"]{margin-left:25%!important}[ui-row] [ui-col][col-lg="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset-lg="4"]{margin-left:33.33333%!important}[ui-row] [ui-col][col-lg="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset-lg="5"]{margin-left:41.66667%!important}[ui-row] [ui-col][col-lg="6"]{width:50%}[ui-row] [ui-col][ui-offset-lg="6"]{margin-left:50%!important}[ui-row] [ui-col][col-lg="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset-lg="7"]{margin-left:58.33333%!important}[ui-row] [ui-col][col-lg="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset-lg="8"]{margin-left:66.66667%!important}[ui-row] [ui-col][col-lg="9"]{width:75%}[ui-row] [ui-col][ui-offset-lg="9"]{margin-left:75%!important}[ui-row] [ui-col][col-lg="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset-lg="10"]{margin-left:83.33333%!important}[ui-row] [ui-col][col-lg="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset-lg="11"]{margin-left:91.66667%!important}[ui-row] [ui-col][col-lg="12"]{width:100%}[ui-row] [ui-col][ui-offset-lg="12"]{margin-left:100%!important}[ui-row] [ui-col][ui-offset-lg-out]{margin-left:0!important}}@media screen and (min-width:1200px){[ui-row] [ui-col][col-xl="1"]{width:8.33333%}[ui-row] [ui-col][ui-offset-xl="1"]{margin-left:8.33333%!important}[ui-row] [ui-col][col-xl="2"]{width:16.66667%}[ui-row] [ui-col][ui-offset-xl="2"]{margin-left:16.66667%!important}[ui-row] [ui-col][col-xl="3"]{width:25%}[ui-row] [ui-col][ui-offset-xl="3"]{margin-left:25%!important}[ui-row] [ui-col][col-xl="4"]{width:33.33333%}[ui-row] [ui-col][ui-offset-xl="4"]{margin-left:33.33333%!important}[ui-row] [ui-col][col-xl="5"]{width:41.66667%}[ui-row] [ui-col][ui-offset-xl="5"]{margin-left:41.66667%!important}[ui-row] [ui-col][col-xl="6"]{width:50%}[ui-row] [ui-col][ui-offset-xl="6"]{margin-left:50%!important}[ui-row] [ui-col][col-xl="7"]{width:58.33333%}[ui-row] [ui-col][ui-offset-xl="7"]{margin-left:58.33333%!important}[ui-row] [ui-col][col-xl="8"]{width:66.66667%}[ui-row] [ui-col][ui-offset-xl="8"]{margin-left:66.66667%!important}[ui-row] [ui-col][col-xl="9"]{width:75%}[ui-row] [ui-col][ui-offset-xl="9"]{margin-left:75%!important}[ui-row] [ui-col][col-xl="10"]{width:83.33333%}[ui-row] [ui-col][ui-offset-xl="10"]{margin-left:83.33333%!important}[ui-row] [ui-col][col-xl="11"]{width:91.66667%}[ui-row] [ui-col][ui-offset-xl="11"]{margin-left:91.66667%!important}[ui-row] [ui-col][col-xl="12"]{width:100%}[ui-row] [ui-col][ui-offset-xl="12"]{margin-left:100%!important}[ui-row] [ui-col][ui-offset-xl-out]{margin-left:0!important}}[m="0"]{margin:0!important}[mb="0"]{margin-bottom:0!important}[mt="0"]{margin-top:0!important}[ml="0"]{margin-left:0!important}[mr="0"]{margin-right:0!important}[m="1"]{margin:1rem!important}[mb="1"]{margin-bottom:1rem!important}[mt="1"]{margin-top:1rem!important}[ml="1"]{margin-left:1rem!important}[mr="1"]{margin-right:1rem!important}[m="2"]{margin:2rem!important}[mb="2"]{margin-bottom:2rem!important}[mt="2"]{margin-top:2rem!important}[ml="2"]{margin-left:2rem!important}[mr="2"]{margin-right:2rem!important}[m="3"]{margin:3rem!important}[mb="3"]{margin-bottom:3rem!important}[mt="3"]{margin-top:3rem!important}[ml="3"]{margin-left:3rem!important}[mr="3"]{margin-right:3rem!important}[m="4"]{margin:4rem!important}[mb="4"]{margin-bottom:4rem!important}[mt="4"]{margin-top:4rem!important}[ml="4"]{margin-left:4rem!important}[mr="4"]{margin-right:4rem!important}[m="5"]{margin:5rem!important}[mb="5"]{margin-bottom:5rem!important}[mt="5"]{margin-top:5rem!important}[ml="5"]{margin-left:5rem!important}[mr="5"]{margin-right:5rem!important}[m="6"]{margin:6rem!important}[mb="6"]{margin-bottom:6rem!important}[mt="6"]{margin-top:6rem!important}[ml="6"]{margin-left:6rem!important}[mr="6"]{margin-right:6rem!important}[m="7"]{margin:7rem!important}[mb="7"]{margin-bottom:7rem!important}[mt="7"]{margin-top:7rem!important}[ml="7"]{margin-left:7rem!important}[mr="7"]{margin-right:7rem!important}[m="8"]{margin:8rem!important}[mb="8"]{margin-bottom:8rem!important}[mt="8"]{margin-top:8rem!important}[ml="8"]{margin-left:8rem!important}[mr="8"]{margin-right:8rem!important}[m="9"]{margin:9rem!important}[mb="9"]{margin-bottom:9rem!important}[mt="9"]{margin-top:9rem!important}[ml="9"]{margin-left:9rem!important}[mr="9"]{margin-right:9rem!important}[m="10"]{margin:10rem!important}[mb="10"]{margin-bottom:10rem!important}[mt="10"]{margin-top:10rem!important}[ml="10"]{margin-left:10rem!important}[mr="10"]{margin-right:10rem!important}[min-height="0"]{min-height:0!important}[min-height="1"]{min-height:1em!important}[min-height="2"]{min-height:2em!important}[min-height="3"]{min-height:3em!important}[min-height="4"]{min-height:4em!important}[min-height="5"]{min-height:5em!important}[min-height="6"]{min-height:6em!important}[min-height="7"]{min-height:7em!important}[min-height="8"]{min-height:8em!important}[min-height="9"]{min-height:9em!important}[min-height="10"]{min-height:10em!important}[min-height="11"]{min-height:11em!important}[min-height="12"]{min-height:12em!important}[min-height="13"]{min-height:13em!important}[min-height="14"]{min-height:14em!important}[min-height="15"]{min-height:15em!important}[min-height="16"]{min-height:16em!important}[min-height="17"]{min-height:17em!important}[min-height="18"]{min-height:18em!important}[min-height="19"]{min-height:19em!important}[min-height="20"]{min-height:20em!important}[min-height="21"]{min-height:21em!important}[min-height="22"]{min-height:22em!important}[min-height="23"]{min-height:23em!important}[min-height="24"]{min-height:24em!important}[min-height="25"]{min-height:25em!important}[min-height="26"]{min-height:26em!important}[min-height="27"]{min-height:27em!important}[min-height="28"]{min-height:28em!important}[min-height="29"]{min-height:29em!important}[min-height="30"]{min-height:30em!important}[min-height="31"]{min-height:31em!important}[min-height="32"]{min-height:32em!important}[min-height="33"]{min-height:33em!important}[min-height="34"]{min-height:34em!important}[min-height="35"]{min-height:35em!important}[min-height="36"]{min-height:36em!important}[min-height="37"]{min-height:37em!important}[min-height="38"]{min-height:38em!important}[min-height="39"]{min-height:39em!important}[min-height="40"]{min-height:40em!important}[min-height="41"]{min-height:41em!important}[min-height="42"]{min-height:42em!important}[min-height="43"]{min-height:43em!important}[min-height="44"]{min-height:44em!important}[min-height="45"]{min-height:45em!important}[min-height="46"]{min-height:46em!important}[min-height="47"]{min-height:47em!important}[min-height="48"]{min-height:48em!important}[min-height="49"]{min-height:49em!important}[min-height="50"]{min-height:50em!important}[m="0.5"]{margin:.5em!important}[mb="0.5"]{margin-bottom:.5em!important}[mt="0.5"]{margin-top:.5em!important}[ml="0.5"]{margin-left:.5em!important}[mr="0.5"]{margin-right:.5em!important}[p="0.5"]{padding:.5em!important}[pb="0.5"]{padding-bottom:.5em!important}[pt="0.5"]{padding-top:.5em!important}[pl="0.5"]{padding-left:.5em!important}[pr="0.5"]{padding-right:.5em!important}[p="0"]{padding:0!important}[pb="0"]{padding-bottom:0!important}[pt="0"]{padding-top:0!important}[pl="0"]{padding-left:0!important}[pr="0"]{padding-right:0!important}[p="1"]{padding:1rem!important}[pb="1"]{padding-bottom:1rem!important}[pt="1"]{padding-top:1rem!important}[pl="1"]{padding-left:1rem!important}[pr="1"]{padding-right:1rem!important}[p="2"]{padding:2rem!important}[pb="2"]{padding-bottom:2rem!important}[pt="2"]{padding-top:2rem!important}[pl="2"]{padding-left:2rem!important}[pr="2"]{padding-right:2rem!important}[p="3"]{padding:3rem!important}[pb="3"]{padding-bottom:3rem!important}[pt="3"]{padding-top:3rem!important}[pl="3"]{padding-left:3rem!important}[pr="3"]{padding-right:3rem!important}[p="4"]{padding:4rem!important}[pb="4"]{padding-bottom:4rem!important}[pt="4"]{padding-top:4rem!important}[pl="4"]{padding-left:4rem!important}[pr="4"]{padding-right:4rem!important}[p="5"]{padding:5rem!important}[pb="5"]{padding-bottom:5rem!important}[pt="5"]{padding-top:5rem!important}[pl="5"]{padding-left:5rem!important}[pr="5"]{padding-right:5rem!important}[p="6"]{padding:6rem!important}[pb="6"]{padding-bottom:6rem!important}[pt="6"]{padding-top:6rem!important}[pl="6"]{padding-left:6rem!important}[pr="6"]{padding-right:6rem!important}[p="7"]{padding:7rem!important}[pb="7"]{padding-bottom:7rem!important}[pt="7"]{padding-top:7rem!important}[pl="7"]{padding-left:7rem!important}[pr="7"]{padding-right:7rem!important}[p="8"]{padding:8rem!important}[pb="8"]{padding-bottom:8rem!important}[pt="8"]{padding-top:8rem!important}[pl="8"]{padding-left:8rem!important}[pr="8"]{padding-right:8rem!important}[p="9"]{padding:9rem!important}[pb="9"]{padding-bottom:9rem!important}[pt="9"]{padding-top:9rem!important}[pl="9"]{padding-left:9rem!important}[pr="9"]{padding-right:9rem!important}[p="10"]{padding:10rem!important}[pb="10"]{padding-bottom:10rem!important}[pt="10"]{padding-top:10rem!important}[pl="10"]{padding-left:10rem!important}[pr="10"]{padding-right:10rem!important}[bb="0"]{border-bottom:0!important}[bt="0"]{border-top:0!important}[bl="0"]{border-left:0!important}[br="0"]{border-right:0!important}[bb="1"]{border-bottom:1rem!important}[bt="1"]{border-top:1rem!important}[bl="1"]{border-left:1rem!important}[br="1"]{border-right:1rem!important}[bb="2"]{border-bottom:2rem!important}[bt="2"]{border-top:2rem!important}[bl="2"]{border-left:2rem!important}[br="2"]{border-right:2rem!important}[bb="3"]{border-bottom:3rem!important}[bt="3"]{border-top:3rem!important}[bl="3"]{border-left:3rem!important}[br="3"]{border-right:3rem!important}[bb="4"]{border-bottom:4rem!important}[bt="4"]{border-top:4rem!important}[bl="4"]{border-left:4rem!important}[br="4"]{border-right:4rem!important}[bb="5"]{border-bottom:5rem!important}[bt="5"]{border-top:5rem!important}[bl="5"]{border-left:5rem!important}[br="5"]{border-right:5rem!important}[bb="6"]{border-bottom:6rem!important}[bt="6"]{border-top:6rem!important}[bl="6"]{border-left:6rem!important}[br="6"]{border-right:6rem!important}[bb="7"]{border-bottom:7rem!important}[bt="7"]{border-top:7rem!important}[bl="7"]{border-left:7rem!important}[br="7"]{border-right:7rem!important}[bb="8"]{border-bottom:8rem!important}[bt="8"]{border-top:8rem!important}[bl="8"]{border-left:8rem!important}[br="8"]{border-right:8rem!important}[bb="9"]{border-bottom:9rem!important}[bt="9"]{border-top:9rem!important}[bl="9"]{border-left:9rem!important}[br="9"]{border-right:9rem!important}[bb="10"]{border-bottom:10rem!important}[bt="10"]{border-top:10rem!important}[bl="10"]{border-left:10rem!important}[br="10"]{border-right:10rem!important}[flex-box]{display:flex;box-sizing:border-box}[flex-box][top-left]{align-items:flex-start;justify-content:flex-start}[flex-box][top-right]{align-items:flex-start;justify-content:flex-end}[flex-box][left-center]{align-items:flex-start;justify-content:center}[flex-box][right-center]{align-items:flex-end;justify-content:center}[flex-box][bottom-left]{align-items:flex-end;justify-content:flex-start}[flex-box][bottom-right]{align-items:flex-end;justify-content:flex-end}[flex-box][middle]{align-items:center;justify-content:center}[flex-box][flex-wrap]{flex-wrap:wrap}[flex-box][flex-space=between]{justify-content:space-between}[flex-box][flex-space=around]{justify-content:space-around}[flex-box][flex-space=evenly]{justify-content:space-evenly}[flex-box][flex-column-direction]{flex-direction:column}[width="1"]{width:1%!important}[width="2"]{width:2%!important}[width="3"]{width:3%!important}[width="4"]{width:4%!important}[width="5"]{width:5%!important}[width="6"]{width:6%!important}[width="7"]{width:7%!important}[width="8"]{width:8%!important}[width="9"]{width:9%!important}[width="10"]{width:10%!important}[width="11"]{width:11%!important}[width="12"]{width:12%!important}[width="13"]{width:13%!important}[width="14"]{width:14%!important}[width="15"]{width:15%!important}[width="16"]{width:16%!important}[width="17"]{width:17%!important}[width="18"]{width:18%!important}[width="19"]{width:19%!important}[width="20"]{width:20%!important}[width="21"]{width:21%!important}[width="22"]{width:22%!important}[width="23"]{width:23%!important}[width="24"]{width:24%!important}[width="25"]{width:25%!important}[width="26"]{width:26%!important}[width="27"]{width:27%!important}[width="28"]{width:28%!important}[width="29"]{width:29%!important}[width="30"]{width:30%!important}[width="31"]{width:31%!important}[width="32"]{width:32%!important}[width="33"]{width:33%!important}[width="34"]{width:34%!important}[width="35"]{width:35%!important}[width="36"]{width:36%!important}[width="37"]{width:37%!important}[width="38"]{width:38%!important}[width="39"]{width:39%!important}[width="40"]{width:40%!important}[width="41"]{width:41%!important}[width="42"]{width:42%!important}[width="43"]{width:43%!important}[width="44"]{width:44%!important}[width="45"]{width:45%!important}[width="46"]{width:46%!important}[width="47"]{width:47%!important}[width="48"]{width:48%!important}[width="49"]{width:49%!important}[width="50"]{width:50%!important}[width="51"]{width:51%!important}[width="52"]{width:52%!important}[width="53"]{width:53%!important}[width="54"]{width:54%!important}[width="55"]{width:55%!important}[width="56"]{width:56%!important}[width="57"]{width:57%!important}[width="58"]{width:58%!important}[width="59"]{width:59%!important}[width="60"]{width:60%!important}[width="61"]{width:61%!important}[width="62"]{width:62%!important}[width="63"]{width:63%!important}[width="64"]{width:64%!important}[width="65"]{width:65%!important}[width="66"]{width:66%!important}[width="67"]{width:67%!important}[width="68"]{width:68%!important}[width="69"]{width:69%!important}[width="70"]{width:70%!important}[width="71"]{width:71%!important}[width="72"]{width:72%!important}[width="73"]{width:73%!important}[width="74"]{width:74%!important}[width="75"]{width:75%!important}[width="76"]{width:76%!important}[width="77"]{width:77%!important}[width="78"]{width:78%!important}[width="79"]{width:79%!important}[width="80"]{width:80%!important}[width="81"]{width:81%!important}[width="82"]{width:82%!important}[width="83"]{width:83%!important}[width="84"]{width:84%!important}[width="85"]{width:85%!important}[width="86"]{width:86%!important}[width="87"]{width:87%!important}[width="88"]{width:88%!important}[width="89"]{width:89%!important}[width="90"]{width:90%!important}[width="91"]{width:91%!important}[width="92"]{width:92%!important}[width="93"]{width:93%!important}[width="94"]{width:94%!important}[width="95"]{width:95%!important}[width="96"]{width:96%!important}[width="97"]{width:97%!important}[width="98"]{width:98%!important}[width="99"]{width:99%!important}[width="100"]{width:100%!important}.flex-gap-1{grid-gap:1em;gap:1em}.flex-gap-2{grid-gap:2em;gap:2em}.flex-gap-3{grid-gap:3em;gap:3em}.flex-gap-4{grid-gap:4em;gap:4em}.flex-gap-5{grid-gap:5em;gap:5em}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;height:41px}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}form label{font-size:14px;color:#404040;display:block;margin-bottom:10px}form .avatar-upload{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;margin-bottom:20px}form .avatar-upload [col]:first-child{flex:0 0 125px}form .avatar-upload [col] figure{background-repeat:no-repeat;background-position:50%;background-size:cover;width:109px;height:109px;display:flex;border-radius:100px;overflow:hidden}form .avatar-upload [col] label{text-align:center;font-size:14px;color:#888;max-width:150px;display:inline-block;padding-bottom:10px;margin-bottom:10px}.input-group-prepend{align-self:center;margin-right:.2em}.form-group{margin-bottom:20px}.input-search-logo{background-color:#fff;border:none;color:#404040;margin:0 5 px 0}.search-input-group-style{font-size:14px;height:40px;border:1px solid #e6e6e6;padding:0 15px;box-sizing:border-box;border-radius:5px;z-index:0;transition:all .1s;box-shadow:inset 0 0 7px -2px rgba(11,11,11,.1411764705882353)}.search-input-group-style input{box-shadow:inset 0 0 7px -2px rgba(11,11,11,0)!important}.input-group.select:after{position:absolute;right:15px;top:35%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.input-group,.vdatetime{position:relative;display:flex}.input-group.w-icon input,.input-group.w-icon select,.input-group.w-icon textarea,.vdatetime.w-icon input,.vdatetime.w-icon select,.vdatetime.w-icon textarea{padding-left:40px}.input-group.w-icon:before,.vdatetime.w-icon:before{font-family:Font Awesome\ 5 Pro;font-size:16px;color:#e6e6e6;display:block;position:absolute;top:50%;left:16px;transform:translateY(-50%);z-index:10}.input-group.w-icon.email:before,.vdatetime.w-icon.email:before{content:"\f0e0"}.input-group.w-icon.password:before,.vdatetime.w-icon.password:before{content:"\f13e"}.input-group.w-icon.search:before,.vdatetime.w-icon.search:before{content:"\f002"}.input-group.w-icon.date:before,.vdatetime.w-icon.date:before{content:"\f133"}.input-group input,.input-group select,.input-group textarea,.vdatetime input,.vdatetime select,.vdatetime textarea{font-family:Segoe UI!important;font-weight:400!important;font-size:16px;padding:9px 12px;box-sizing:border-box;position:relative;border:1px solid #c4c4c4;border-radius:5px;width:100%;background-color:transparent}.input-group input#input-search,.input-group select#input-search,.input-group textarea#input-search,.vdatetime input#input-search,.vdatetime select#input-search,.vdatetime textarea#input-search{border:none;height:auto}.input-group input.error,.input-group select.error,.input-group textarea.error,.vdatetime input.error,.vdatetime select.error,.vdatetime textarea.error{border-color:#ff5b32;-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transition:all .2s}.input-group textarea,.vdatetime textarea{min-height:150px;padding-top:16px;padding-bottom:16px;resize:none}.input-group .v-select,.vdatetime .v-select{border:1px solid #e6e6e6;width:100%;height:48px;padding:0 20px 0 0!important;border-radius:5px;position:relative;z-index:10;transition:all .1s}.input-group .v-select .vs__selected,.vdatetime .v-select .vs__selected{padding:0 18px}.input-group .v-select .vs__selected span,.vdatetime .v-select .vs__selected span{font-family:Segoe UI!important;font-weight:400!important;color:#404040;font-size:14px!important}.input-group .v-select .vs__dropdown-toggle,.vdatetime .v-select .vs__dropdown-toggle{border:0;height:48px}.input-group .help,.vdatetime .help{font-family:Segoe UI!important;font-weight:400!important;background:#ff5b32;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;position:absolute;top:-5px;right:0;padding:4px 10px 6px;border-radius:50px}.input-group .help:after,.vdatetime .help:after{content:"";width:0;height:0;display:block;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ff5b32;position:absolute;bottom:-5px;right:10px}.checkbox{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.checkbox .label{line-height:20px;font-size:14px;display:block;position:relative;top:-1px}.checkbox:hover input~.checkmark:after{color:#e6e6e6}.checkbox input{opacity:0;height:0;width:0;position:absolute;top:0;left:0;visibility:hidden;cursor:pointer}.checkbox input:checked~.checkmark:after{content:"\f14a";color:#09949b}.checkbox input:checked~.checkmark.all:after{content:"\f146"}.checkbox .checkmark{width:15px;height:15px;margin-right:6px;position:relative;top:0;left:0}.checkbox .checkmark:after{font-family:Font Awesome\ 5 Pro;content:"\f0c8";font-weight:900;font-size:15px;color:#e6e6e6;position:absolute;display:block;left:0;top:0}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0) scale(.99)}20%,80%{transform:translate3d(1px,0,0) scale(.99)}30%,50%,70%{transform:translate3d(-1px,0,0) scale(.99)}40%,60%{transform:translate3d(1px,0,0) scale(.99)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0) scale(.99)}20%,80%{transform:translate3d(1px,0,0) scale(.99)}30%,50%,70%{transform:translate3d(-1px,0,0) scale(.99)}40%,60%{transform:translate3d(1px,0,0) scale(.99)}}.input{background:transparent;font-size:14px;color:#404040;width:100%;height:48px;border:1px solid #404040;padding:0 20px;box-sizing:border-box;border-radius:5px;position:relative;z-index:0;transition:all .1s}.form-row{padding-bottom:.2em;margin-bottom:.5em}.form-row:not(:last-child){border-bottom:1px solid rgba(11,11,11,.1411764705882353)}.form-label{font-size:16px;font-weight:500;margin-top:16px;margin-bottom:8px}.add-item-list{width:100%;cursor:pointer;font-size:20px;margin-top:32px;margin-bottom:8px;text-align:center;font-weight:600;color:#0cb9c2}.list-container{border:1px solid #f0ebeb;padding:1em;border-radius:5px}.topic_item_user{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-appearance:none;background-color:transparent;margin-top:10px;font-size:14px}.cancel_button{color:#404040!important}.separator{background-color:#e6e2e2}.separator.row{height:1px;width:100%;margin-bottom:1.5rem}.separator.column{height:75vh;width:1px;margin-left:auto;margin-right:auto}.file-text{max-width:70%;white-space:nowrap;overflow:hidden}.multiselect__tags{border:1px solid #c4c4c4!important}/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.disabled{cursor:not-allowed!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!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:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!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:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}[overflow-hidden]{overflow:hidden}[overflow-auto]{overflow:auto}[overflow-scroll]{overflow:scroll}[overflow-x-hidden]{overflow-x:hidden}[overflow-x-auto]{overflow-x:auto}[overflow-x-scroll]{overflow-x:scroll}[overflow-y-hidden]{overflow-y:hidden}[overflow-y-auto]{overflow-y:auto}[overflow-y-scroll]{overflow-y:scroll}[max-height="0"]{max-height:0!important}[max-height="1"]{max-height:1rem!important}[max-height="2"]{max-height:2rem!important}[max-height="3"]{max-height:3rem!important}[max-height="4"]{max-height:4rem!important}[max-height="5"]{max-height:5rem!important}[max-height="6"]{max-height:6rem!important}[max-height="7"]{max-height:7rem!important}[max-height="8"]{max-height:8rem!important}[max-height="9"]{max-height:9rem!important}[max-height="10"]{max-height:10rem!important}[max-height="11"]{max-height:11rem!important}[max-height="12"]{max-height:12rem!important}[max-height="13"]{max-height:13rem!important}[max-height="14"]{max-height:14rem!important}[max-height="15"]{max-height:15rem!important}[max-height="16"]{max-height:16rem!important}[max-height="17"]{max-height:17rem!important}[max-height="18"]{max-height:18rem!important}[max-height="19"]{max-height:19rem!important}[max-height="20"]{max-height:20rem!important}[max-width="0"]{max-height:0!important}[max-width="1"]{max-height:1rem!important}[max-width="2"]{max-height:2rem!important}[max-width="3"]{max-height:3rem!important}[max-width="4"]{max-height:4rem!important}[max-width="5"]{max-height:5rem!important}[max-width="6"]{max-height:6rem!important}[max-width="7"]{max-height:7rem!important}[max-width="8"]{max-height:8rem!important}[max-width="9"]{max-height:9rem!important}[max-width="10"]{max-height:10rem!important}[max-width="11"]{max-height:11rem!important}[max-width="12"]{max-height:12rem!important}[max-width="13"]{max-height:13rem!important}[max-width="14"]{max-height:14rem!important}[max-width="15"]{max-height:15rem!important}[max-width="16"]{max-height:16rem!important}[max-width="17"]{max-height:17rem!important}[max-width="18"]{max-height:18rem!important}[max-width="19"]{max-height:19rem!important}[max-width="20"]{max-height:20rem!important}.flex-grow-1{flex-grow:1!important}.justify-content-center{justify-content:center!important}.align-items-center{align-items:center!important}.rounded{border-radius:.5rem!important}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-relative{position:relative}.button-means-link{border:none;padding:0;background-color:transparent;line-height:1em;display:inline;height:auto}.hidden{display:none!important}.w-100{width:100%!important}.h-100{height:100%!important}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#      
*//*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#
*/.alert{border-radius:5px;margin-bottom:1em;padding:1rem;color:#fff;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.alert .close{font-size:2rem;color:#fff;opacity:1;cursor:pointer}.alert .alert-messages{display:flex;flex-direction:column}.alert .alert-messages .alert-message{font-weight:600}.alert .alert-messages .alert-message:not(:first-child){margin-top:5px}.alert-success{background-color:#99c15d;border-color:#99c15d}.alert-warning{background-color:#ffb302;border-color:#ffb302}.alert-primary{background-color:#0cb9c2;border-color:#0cb9c2}.alert-info{background-color:#4456fc;border-color:#4456fc}.alert-danger{background-color:#ff5b32;border-color:#ff5b32}.alert-dark{background-color:#404040;border-color:#404040}.alert-outline-success{color:#99c15d;border:1px solid #99c15d}.alert-outline-success .close{color:#404040}.alert-outline-warning{color:#ffb302;border:1px solid #ffb302}.alert-outline-warning .close{color:#404040}.alert-outline-primary{color:#0cb9c2;border:1px solid #0cb9c2}.alert-outline-primary .close{color:#404040}.alert-outline-info{color:#4456fc;border:1px solid #4456fc}.alert-outline-info .close{color:#404040}.alert-outline-danger{color:#ff5b32;border:1px solid #ff5b32}.alert-outline-danger .close{color:#404040}.alert-outline-dark{color:#404040;border:1px solid #404040}.alert-outline-dark .close{color:#404040}.alert-light-success{color:#99c15d;background-color:#dfebcc;border:1px solid #99c15d}.alert-light-success .close{color:#99c15d}.alert-light-warning{color:#ffb302;background-color:#ffe19b;border:1px solid #ffb302}.alert-light-warning .close{color:#ffb302}.alert-light-primary{color:#0cb9c2;background-color:#3cc7ce;border:1px solid #0cb9c2}.alert-light-primary .close{color:#0cb9c2}.alert-light-info{color:#4456fc;background-color:#dbdefe;border:1px solid #4456fc}.alert-light-info .close{color:#4456fc}.alert-light-danger{color:#ff5b32;background-color:#ffd5cb;border:1px solid #ff5b32}.alert-light-danger .close{color:#ff5b32}.alert-light-dark{color:#404040;background-color:#8d8d8d;border:1px solid #404040}.alert-light-dark .close{color:#404040}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#
*/.button,.button-danger,.button-dark,.button-info,.button-outline,.button-outline-danger,.button-outline-dark,.button-outline-info,.button-outline-primary,.button-outline-success,.button-outline-warning,.button-primary,.button-success,.button-warning{min-width:8em;min-height:40px;font-weight:600;background-color:#0cb9c2;color:#fff;display:flex;align-items:center;justify-content:space-evenly;border-radius:30px;padding:0 20px;letter-spacing:.5px;border:1px solid transparent;transition:all .4s;box-sizing:border-box}.button-danger:link,.button-danger:visited,.button-dark:link,.button-dark:visited,.button-info:link,.button-info:visited,.button-outline-danger:link,.button-outline-danger:visited,.button-outline-dark:link,.button-outline-dark:visited,.button-outline-info:link,.button-outline-info:visited,.button-outline-primary:link,.button-outline-primary:visited,.button-outline-success:link,.button-outline-success:visited,.button-outline-warning:link,.button-outline-warning:visited,.button-outline:link,.button-outline:visited,.button-primary:link,.button-primary:visited,.button-success:link,.button-success:visited,.button-warning:link,.button-warning:visited,.button:link,.button:visited{color:#fff}.button-danger:active,.button-danger:hover,.button-dark:active,.button-dark:hover,.button-info:active,.button-info:hover,.button-outline-danger:active,.button-outline-danger:hover,.button-outline-dark:active,.button-outline-dark:hover,.button-outline-info:active,.button-outline-info:hover,.button-outline-primary:active,.button-outline-primary:hover,.button-outline-success:active,.button-outline-success:hover,.button-outline-warning:active,.button-outline-warning:hover,.button-outline:active,.button-outline:hover,.button-primary:active,.button-primary:hover,.button-success:active,.button-success:hover,.button-warning:active,.button-warning:hover,.button:active,.button:hover{transform:translateY(-10%);background-color:#008892}.button-danger[disabled],.button-dark[disabled],.button-info[disabled],.button-outline-danger[disabled],.button-outline-dark[disabled],.button-outline-info[disabled],.button-outline-primary[disabled],.button-outline-success[disabled],.button-outline-warning[disabled],.button-outline[disabled],.button-primary[disabled],.button-success[disabled],.button-warning[disabled],.button[disabled]{background-color:#969ea9!important}.button-danger[disabled]:active,.button-danger[disabled]:hover,.button-dark[disabled]:active,.button-dark[disabled]:hover,.button-info[disabled]:active,.button-info[disabled]:hover,.button-outline-danger[disabled]:active,.button-outline-danger[disabled]:hover,.button-outline-dark[disabled]:active,.button-outline-dark[disabled]:hover,.button-outline-info[disabled]:active,.button-outline-info[disabled]:hover,.button-outline-primary[disabled]:active,.button-outline-primary[disabled]:hover,.button-outline-success[disabled]:active,.button-outline-success[disabled]:hover,.button-outline-warning[disabled]:active,.button-outline-warning[disabled]:hover,.button-outline[disabled]:active,.button-outline[disabled]:hover,.button-primary[disabled]:active,.button-primary[disabled]:hover,.button-success[disabled]:active,.button-success[disabled]:hover,.button-warning[disabled]:active,.button-warning[disabled]:hover,.button[disabled]:active,.button[disabled]:hover{background-color:#626b77!important}.button-success{background-color:#99c15d}.button-success:active,.button-success:hover{background-color:#648533}.button-warning{background-color:#ffb302}.button-warning:active,.button-warning:hover{background-color:#9b6c00}.button-primary{background-color:#0cb9c2}.button-primary:active,.button-primary:hover{background-color:#008892}.button-info{background-color:#4456fc}.button-info:active,.button-info:hover{background-color:#0318d7}.button-danger{background-color:#ff5b32}.button-danger:active,.button-danger:hover{background-color:#cb2900}.button-dark{background-color:#404040}.button-dark:active,.button-dark:hover{background-color:#0d0d0d}.button-outline,.button-outline-danger,.button-outline-dark,.button-outline-info,.button-outline-primary,.button-outline-success,.button-outline-warning{background-color:transparent;border:1px solid #0cb9c2;color:#0cb9c2}.button-outline-danger:link,.button-outline-danger:visited,.button-outline-dark:link,.button-outline-dark:visited,.button-outline-info:link,.button-outline-info:visited,.button-outline-primary:link,.button-outline-primary:visited,.button-outline-success:link,.button-outline-success:visited,.button-outline-warning:link,.button-outline-warning:visited,.button-outline:link,.button-outline:visited{color:#0cb9c2}.button-outline-danger:active,.button-outline-danger:hover,.button-outline-dark:active,.button-outline-dark:hover,.button-outline-info:active,.button-outline-info:hover,.button-outline-primary:active,.button-outline-primary:hover,.button-outline-success:active,.button-outline-success:hover,.button-outline-warning:active,.button-outline-warning:hover,.button-outline:active,.button-outline:hover{color:#0cb9c2;border-color:#0cb9c2;box-shadow:inset 0 0 4px 1px;background-color:transparent}.button-outline-danger[disabled],.button-outline-dark[disabled],.button-outline-info[disabled],.button-outline-primary[disabled],.button-outline-success[disabled],.button-outline-warning[disabled],.button-outline[disabled]{background-color:transparent!important;border:1px solid #969ea9!important}.button-outline-danger[disabled]:link,.button-outline-danger[disabled]:visited,.button-outline-dark[disabled]:link,.button-outline-dark[disabled]:visited,.button-outline-info[disabled]:link,.button-outline-info[disabled]:visited,.button-outline-primary[disabled]:link,.button-outline-primary[disabled]:visited,.button-outline-success[disabled]:link,.button-outline-success[disabled]:visited,.button-outline-warning[disabled]:link,.button-outline-warning[disabled]:visited,.button-outline[disabled]:link,.button-outline[disabled]:visited{color:#969ea9!important}.button-outline-danger[disabled]:active,.button-outline-danger[disabled]:hover,.button-outline-dark[disabled]:active,.button-outline-dark[disabled]:hover,.button-outline-info[disabled]:active,.button-outline-info[disabled]:hover,.button-outline-primary[disabled]:active,.button-outline-primary[disabled]:hover,.button-outline-success[disabled]:active,.button-outline-success[disabled]:hover,.button-outline-warning[disabled]:active,.button-outline-warning[disabled]:hover,.button-outline[disabled]:active,.button-outline[disabled]:hover{background-color:transparent!important}.button-outline-success{border:1px solid #99c15d;color:#99c15d}.button-outline-success:link,.button-outline-success:visited{color:#99c15d}.button-outline-success:active,.button-outline-success:hover{color:#99c15d;border-color:#99c15d}.button-outline-warning{border:1px solid #ffb302;color:#ffb302}.button-outline-warning:link,.button-outline-warning:visited{color:#ffb302}.button-outline-warning:active,.button-outline-warning:hover{color:#ffb302;border-color:#ffb302}.button-outline-primary{border:1px solid #0cb9c2;color:#0cb9c2}.button-outline-primary:link,.button-outline-primary:visited{color:#0cb9c2}.button-outline-primary:active,.button-outline-primary:hover{color:#0cb9c2;border-color:#0cb9c2}.button-outline-info{border:1px solid #4456fc;color:#4456fc}.button-outline-info:link,.button-outline-info:visited{color:#4456fc}.button-outline-info:active,.button-outline-info:hover{color:#4456fc;border-color:#4456fc}.button-outline-danger{border:1px solid #ff5b32;color:#ff5b32}.button-outline-danger:link,.button-outline-danger:visited{color:#ff5b32}.button-outline-danger:active,.button-outline-danger:hover{color:#ff5b32;border-color:#ff5b32}.button-outline-dark{border:1px solid #404040;color:#404040}.button-outline-dark:link,.button-outline-dark:visited{color:#404040}.button-outline-dark:active,.button-outline-dark:hover{color:#404040;border-color:#404040}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |
#
*/.link-success{color:#99c15d!important;transition:all .2s!important;cursor:pointer}.link-success:active,.link-success:hover{color:#648533!important}.link-warning{color:#ffb302!important;transition:all .2s!important;cursor:pointer}.link-warning:active,.link-warning:hover{color:#9b6c00!important}.link-primary{color:#0cb9c2!important;transition:all .2s!important;cursor:pointer}.link-primary:active,.link-primary:hover{color:#008892!important}.link-info{color:#4456fc!important;transition:all .2s!important;cursor:pointer}.link-info:active,.link-info:hover{color:#0318d7!important}.link-danger{color:#ff5b32!important;transition:all .2s!important;cursor:pointer}.link-danger:active,.link-danger:hover{color:#cb2900!important}.link-dark{color:#404040!important;transition:all .2s!important;cursor:pointer}.link-dark:active,.link-dark:hover{color:#0d0d0d!important}.link-dark-blue{color:#396371!important;transition:all .2s!important;cursor:pointer}.link-dark-blue:active,.link-dark-blue:hover{color:#17282d!important}.link-disabled{color:#969ea9}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |
#
*/.text-success{color:#99c15d!important}.text-warning{color:#ffb302!important}.text-primary{color:#0cb9c2!important}.text-info{color:#4456fc!important}.text-danger{color:#ff5b32!important}.text-dark{color:#404040!important}.text-dark-blue{color:#396371!important}.text-gray-most-darken{color:#717171!important}.tooltip{display:block!important;z-index:10000}.tooltip .tooltip-inner{background:#000;color:#fff;border-radius:16px;padding:5px 10px 4px}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#000;z-index:1}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:24px;border-radius:5px;box-shadow:0 5px 30px rgba(0,0,0,.1)}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#
*/.modal-component{width:100vw;height:100%;position:fixed;top:0;left:0;z-index:-1;visibility:hidden;box-sizing:border-box;opacity:0;transition:all .1s;transition-delay:.1s;overflow-x:hidden;overflow-y:auto}.modal-component[showmodal=true]{visibility:visible;z-index:900}.modal-component[showmodal=true],.modal-component[showmodal=true] [bg-modal]{opacity:1;transition:all .2s ease-in-out}.modal-component[showmodal=true] .modal-box{top:50%;opacity:1;transition:all .3s ease-in-out;transition-delay:.3s}.modal-component [bg-modal]{content:"";background:hsla(0,0%,100%,.98);width:100%;height:100%;display:block;position:fixed;top:0;left:0;z-index:0;opacity:0;transition:all .2s ease-in-out;transition-delay:.3s}.modal-component .modal-box{width:500px;max-width:calc(100% - 40px);flex-direction:column;top:55%;left:50%;z-index:10;opacity:0;transition:all .2s ease-in-out;transform:translate(-50%,-50%)}.modal-component .modal-box,.modal-component .modal-box [header]{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box}.modal-component .modal-box [header]{width:100%;flex-direction:row;margin-bottom:30px;padding:0 25px}.modal-component .modal-box [header] i,.modal-component .modal-box [header] span{font-size:18px;color:#404040;opacity:.8}.modal-component .modal-box [header] i{margin-right:10px}.modal-component .modal-box [header] .icon-close{font-size:36px;color:#404040;width:36px;height:36px;display:flex;align-items:center;justify-content:center;position:absolute;top:20%;right:0;transform:translateY(-50%);cursor:pointer}.modal-component .modal-box [header] .icon-close .close-text{font-size:12px}.modal-component .modal-box [header] .icon-close i{margin-right:0;opacity:1}.modal-component .modal-box [body]{text-align:center;width:100%}.modal-component .modal-box [body] .wrap-btn-modal{display:flex;align-content:center;justify-content:center;padding-top:2rem}.modal-component .modal-box [body] .wrap-btn-modal .btn{width:176px}.modal-component .modal-box [body] .wrap-btn-modal .btn:first-child{margin-right:20px}.nav-tabs .divider{border-bottom:1px solid #e6e2e2;transform:translateY(-2px);z-index:0}.nav-tabs .tab-header .tab{padding:5px;font-weight:600;cursor:pointer;margin-left:5px;margin-right:5px;font-size:14px}.nav-tabs .tab-header .active-tab{color:#09949b;border-bottom:3px solid #09949b;z-index:1}.nav-tabs .tab-header .inactive-tab{color:#8d8d8d}.nav-tabs .tabs-content{overflow:auto;min-height:12em}.badge{font-size:12px;color:#fff;background-color:#0cb9c2;font-weight:700;border-radius:3px;margin-bottom:2px;padding:0 5px}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#      
*/@-webkit-keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}[loading-element]>*,[v-cloak]>*{display:none!important}[loading-element]:before,[v-cloak]:before{-webkit-animation:spinner .5s linear infinite;animation:spinner .5s linear infinite;-webkit-animation-play-state:inherit;animation-play-state:inherit;border:5px solid #cfd0d1;border-bottom-color:#0cb9c2;border-radius:50%;content:"";height:40px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:40px;will-change:transform}[loading-element]{width:100%;height:100%;background-color:rgba(249,249,251,.7);z-index:1000}/*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#      
*//*!
# ______                                _  _         ______  _         _  _          _ 
# | ___ \                              (_)| |        |  _  \(_)       (_)| |        | |
# | |_/ /_ __  ___   _ __    ___   ___  _ | |_  ___  | | | | _   __ _  _ | |_  __ _ | |
# |  __/| '__|/ _ \ | '_ \  / _ \ / __|| || __|/ _ \ | | | || | / _` || || __|/ _` || |
# | |   | |  | (_) || |_) || (_) |\__ \| || |_| (_) || |/ / | || (_| || || |_| (_| || |
# \_|   |_|   \___/ | .__/  \___/ |___/|_| \__|\___/ |___/  |_| \__, ||_| \__|\__,_||_|
#                   | |                                          __/ |                 
#      
*/.quill-editor{width:100%}.quill-editor .ql-container{width:100%;min-height:10em}.multiselect .multiselect__option .multiselect__option--selected,.multiselect .multiselect__option .multiselect__option--selected:after{background:#0cb9c2;color:#fff}.multiselect .multiselect__option.multiselect__option--highlight{background:#008892;color:#fff}.multiselect .multiselect__option.multiselect__option--highlight:after{background:#008892}.multiselect .multiselect__option.multiselect__option--highlight.multiselect__option--selected,.multiselect .multiselect__option.multiselect__option--highlight.multiselect__option--selected:after{background:#ff5b32;color:#fff}.multiselect .multiselect__tag{background:#0cb9c2}.vdatetime-calendar__month__day--selected:hover>span>span,.vdatetime-calendar__month__day--selected>span>span,.vdatetime-popup__header{background:#0cb9c2!important}@use "../colors";*{scrollbar-color:#0cb9c2 transparent;scrollbar-width:thin;outline:none!important}* .primary-color,:link{color:#3cc7ce}* .secondary-color,:visited{color:#09949b}:focus,:hover{outline:none!important}* ::-webkit-scrollbar{height:2px;width:2px}::-webkit-scrollbar-thumb{background:#0cb9c2;border-radius:50px}::-webkit-scrollbar-track{border-radius:50px}::scrollbar-track{border-radius:50px}::-webkit-scrollbar{width:5px}html{min-height:100vh}body{background:#f9f9fb;font-family:Segoe UI!important;font-weight:400!important;min-height:100%;overflow-x:hidden}body.no-scroll{position:relative;overflow-y:hidden;overflow-x:hidden}#appAdmin{height:100vh}h1{font-size:50px}h1,h2{font-family:Segoe UI!important;font-weight:700!important;color:#404040;margin-bottom:30px}h2{font-size:40px}h3{font-weight:700!important;font-size:30px;margin-bottom:30px}h3,h4{font-family:Segoe UI!important;color:#404040}h4{font-weight:600!important;font-size:24px;margin-bottom:22px}h5{font-weight:400!important;font-size:18px;margin-bottom:18px}h5,h6{font-family:Segoe UI!important;color:#404040}h6{font-weight:300!important;font-size:14px;margin-bottom:14px}p{font-size:16px;line-height:22px;color:#404040;margin-bottom:20px}b{font-family:Segoe UI!important;font-weight:700!important}ul li{color:#404040;font-size:16px;line-height:20px;margin-bottom:5px}ul li:last-child{margin-bottom:0}ul.dot{padding-left:16px}ul.dot li{list-style:disc}ul.square{padding-left:16px}ul.square li{list-style:square}ul.alpha{padding-left:16px}ul.alpha li{list-style:lower-alpha}ul.number{padding-left:16px}ul.number li{list-style-type:decimal-leading-zero}.title-group h2{text-align:center;width:100%;margin-bottom:60px;position:relative;z-index:1;box-sizing:border-box}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.title-group h2{font-size:30px;line-height:28px;padding:0 15px}}@media screen and (max-width:575 * 1px){.title-group h2{font-size:30px;line-height:28px;padding:0 15px}}.title-group h5{font-family:Segoe UI!important;font-weight:400!important;text-align:center;font-size:24px;color:#c4c4c4;width:100%;max-width:490px;margin:0 auto 15px;position:relative;z-index:1;box-sizing:border-box}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.title-group h5{font-size:18px;line-height:20px;padding:0 15px;margin-top:15px}}@media screen and (max-width:575 * 1px){.title-group h5{font-size:18px;line-height:20px;padding:0 15px;margin-top:15px}}.title,.title.center{text-align:center}.title.right{text-align:right}.wrap-btn{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row}.wrap-btn .btn{margin-right:20px}.wrap-btn .btn:last-child{margin-right:0}.btn{font-family:Segoe UI!important;font-weight:700!important;letter-spacing:.6px;font-size:16px;color:#fff;background-color:#0cb9c2;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;padding:0 20px;border-radius:100px;cursor:pointer;transition:all .2s;box-sizing:border-box}.btn.outline{background:transparent!important}.btn.outline.gray{color:#c4c4c4;border-color:#c4c4c4}.btn.outline.gray:hover{color:#09949b;border-color:#09949b;transition:all .3s}.btn.outline.black{color:#404040;border-color:#404040}.btn.outline.black:hover{color:#c4c4c4;border-color:#c4c4c4;transition:all .3s}.btn.outline.green{color:#09949b;border-color:#09949b}.btn.outline.green:hover{border-color:#0cc2cb;transition:all .3s}.btn.outline.danger{color:#c4c4c4;border-color:#c4c4c4}.btn.outline.danger:hover{color:#ff8465;border-color:#ff8465;transition:all .3s}.btn:hover{background-color:#0cc2cb;transition:all .3s}.btn:disabled{pointer-events:none;opacity:.3;cursor:not-allowed}.btn.medium{font-size:11px;height:40px;padding-bottom:2px}.btn.small{font-size:14px;height:30px;padding-bottom:3px}.btn.attach-file{border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:44px;padding:2px 5px;max-width:48%;margin-right:2%}.btn.attach-file.file-attached,.btn.attach-file.file-attached:hover{border-color:transparent}.btn.attach-file.file-attached .remove-btn:hover{color:#ff5b32}.btn.topic{max-width:90%}.btn i{font-size:16px;margin-right:8px;transform:translateY(2px)}.btn.link{background:transparent;color:#09949b;padding-left:0;padding-right:0;padding-bottom:0}.btn.link:hover{color:#5c70b1;transition:all .3s}.btn.facebook{background-color:#475993}.btn.facebook:hover{background-color:#5c70b1;transition:all .3s}.btn.google{background-color:#db4437}.btn.google:hover{background-color:#e36c62;transition:all .3s}.btn.gray{background-color:#c4c4c4}.btn.gray:hover{background-color:#dedede;transition:all .3s}.converter{background-color:#09949b;background-size:contain;background-repeat:repeat-x;background-position:0}.converter.loading{-webkit-animation-duration:100s;animation-duration:100s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loadingBg;animation-name:loadingBg;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes loadingBg{0%{background-position:0 0}to{background-position:100em 0}}@keyframes loadingBg{0%{background-position:0 0}to{background-position:100em 0}}.btn-icon{font-size:14px;text-align:center;color:#404040;background:transparent;width:35px;height:35px;display:flex;align-items:center;justify-content:center;flex-direction:row;border:0;transition:all .1s ease-in-out;border-radius:50px;cursor:pointer}.btn-icon:hover,.btn-icon[active=true]{background:#0cb9c2;color:#fff;transition:all .2s ease-in-out}.logado-como-txt{display:flex;align-items:center;margin-right:.5rem}.logado-como-txt h5{margin-bottom:5px}.btn-tenant{letter-spacing:.6px;font-size:14px;color:#09949b;background-color:#fff;height:30px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;padding:0 25px;border-radius:.5rem;cursor:pointer;transition:all .2s;box-sizing:border-box;box-shadow:0 0 0 1px rgba(136,142,168,.24)}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.toasted-container .toasted{justify-content:center!important}}@media screen and (max-width:575 * 1px){.toasted-container .toasted{justify-content:center!important}}.toasted-container .toasted.bubble.success{background:linear-gradient(270deg,#0cb9c2,#09949b,#0cb9c2)!important;background-size:1000% 1000%!important;-webkit-animation:btnDegrade 3s ease infinite!important;animation:btnDegrade 3s ease infinite!important}@-webkit-keyframes btnDegrade{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.toasted-container .toasted.bubble.error{background:linear-gradient(270deg,#ff5b32,#cb2900,#ff5b32)!important;background-size:1000% 1000%!important;-webkit-animation:btnDegrade 3s ease infinite!important;animation:btnDegrade 3s ease infinite!important}@keyframes btnDegrade{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}[wrap-table-responsive]{width:100%;overflow-x:auto;overflow-y:hidden}table{width:100%;border-spacing:0;border-collapse:collapse}table.zebra tr:nth-child(2n){background-color:#f2f2f2}table thead{background-color:#f4f4f8}table tr td,table tr th{vertical-align:middle;text-align:left;max-width:200px;height:50px;padding:0 15px;box-sizing:border-box}table tr td.empty,table tr td.t-center,table tr th.empty,table tr th.t-center{text-align:center}table tr td.t-center figure,table tr th.t-center figure{display:block;margin:0 auto}table tr td.icons,table tr th.icons{min-width:45px;padding:0}table tr td.icons .checkbox,table tr th.icons .checkbox{height:35px;justify-content:center}table tr td.icons .checkbox span,table tr th.icons .checkbox span{margin-right:0}table tr td .fad.done,table tr td .far.done,table tr th .fad.done,table tr th .far.done{color:#0cb9c2}table tr td .fad.waiting,table tr td .far.waiting,table tr th .fad.waiting,table tr th .far.waiting{color:#ffb302}table tr td.play-icon,table tr th.play-icon{min-width:40px;padding:0}table tr td i,table tr th i{font-size:16px}table tr td b,table tr th b{font-family:Segoe UI!important;font-weight:700!important}table tr td b,table tr td span,table tr th b,table tr th span{font-size:14px;color:#404040;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table tr td span,table tr th span{width:100%;min-height:16px}table tr td .perfil,table tr th .perfil{background-repeat:no-repeat;background-position:50%;background-size:cover;width:28px;height:28px;border-radius:50%}table tr td[wrap-btn-table],table tr th[wrap-btn-table]{width:230px;min-width:230px}table tr td[wrap-btn-table] div,table tr th[wrap-btn-table] div{width:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:row}table tr td[wrap-btn-table] div .btn-icon,table tr th[wrap-btn-table] div .btn-icon{color:#888;cursor:pointer}table tr td[wrap-btn-table] div .btn-icon.active,table tr td[wrap-btn-table] div .btn-icon:hover,table tr th[wrap-btn-table] div .btn-icon.active,table tr th[wrap-btn-table] div .btn-icon:hover{color:#fff}table tr td{border-bottom:1px solid #f4f4f8}.pagination{width:100%;flex-wrap:wrap;padding:60px 0 0}.pagination,.pagination a,.pagination span{display:flex;align-content:center;align-items:center;justify-content:center}.pagination a,.pagination span{font-size:14px;color:#808495;width:35px;height:35px;border:1px solid #e8e9ec;margin-right:10px;margin-bottom:10px;border-radius:4px;transition:all .1s ease-in-out}.pagination a:last-child,.pagination span:last-child{margin-right:0}.pagination a:hover,.pagination span:hover{color:#09949b;border-color:#09949b}.pagination a.active,.pagination a.current,.pagination span.active,.pagination span.current{background:#09949b;color:#fff;border-color:#09949b;pointer-events:none;cursor:default}.pagination span{border:0;pointer-events:none;cursor:default}.pagination span:hover{color:#808495}code{font-style:italic;background:#f8f9f8;display:inline-block;padding:5px 8px;border-radius:6px;color:#ff3ba7}.empty-content{width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:row}.empty-content [infos]{max-width:calc(100% - 20px);width:427px;margin:0 auto;padding:30px 0}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.empty-content [infos]{text-align:center}}@media screen and (max-width:575 * 1px){.empty-content [infos]{text-align:center}}.empty-content [infos] h2,.empty-content [infos] h3{margin-bottom:10px}@media screen and (max-width:575 * 1px){.empty-content [infos] h2,.empty-content [infos] h3{font-size:36px}}.empty-content [infos] h5{margin-bottom:0}.empty-content [infos] p{font-size:16px;margin-bottom:20px}.empty-content [infos] label{text-transform:uppercase;font-size:16px;display:block;padding:20px 0}.empty-content [infos] .btn{width:150px}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.empty-content [infos] .btn{margin:0 auto}}@media screen and (max-width:575 * 1px){.empty-content [infos] .btn{margin:0 auto}}@media screen and (min-width:576 * 1px) and (max-width:768 - 1px){.empty-content [banner]{display:none}}@media screen and (max-width:575 * 1px){.empty-content [banner]{display:none}}.empty-content [banner] img{max-width:100%;float:left}.showItem-enter,.showItem-leave-to{visibility:hidden;opacity:0}.showItem-enter-active,.showItem-leave-active{transition:all .1s ease-in-out}.dots{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}[password-strength]{height:10px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}[password-strength] [item]{width:100%;margin-right:10px}[password-strength] [item][t-right]{text-align:right}[password-strength] p{font-size:12px;color:#404040}[password-strength] [progress]{background:#e6e6e6;width:100%;height:10px;border-radius:10px}[password-strength] [progress] span{background-color:#ff5b32;height:10px;display:block;border-radius:10px;position:relative;transition:all .2s ease-in-out}[password-strength] [progress] span.good{background-color:#4456fc}[password-strength] [progress] span.strong{background-color:#99c15d}[password-strength] [progress] span.nice{background-color:#ffb302}[wrap-player]{flex:0 0 100%;background:#404040;width:100%;display:flex;align-items:center;justify-content:center;padding:20px;position:fixed;bottom:-100%;left:0;z-index:60;box-sizing:border-box;border-radius:20px 20px 0 0}[wrap-player][active=true]{bottom:0;left:0}.left{justify-content:flex-start!important}.left,.right{display:flex!important;align-items:center!important;flex-direction:row!important}.right{justify-content:flex-end!important}.space-between{display:flex;justify-content:space-between!important}.space-between.column{flex-direction:column!important;align-items:center!important;align-content:center!important}.justify-center{display:flex;justify-content:center!important;align-items:center!important}.justify-center.column{flex-direction:column!important;align-items:center!important;align-content:center!important}.fit-content{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.participants-list{grid-row-gap:.3em;row-gap:.3em}.participants-list .participant-box{border:2px solid rgba(11,11,11,.141176);width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;padding:6px 15px!important;margin-left:0;margin-right:6px;border-radius:20px;max-width:40%;overflow:hidden;white-space:nowrap}.participants-list .participant-box.participant-online{border-color:#99c15d}.pointer{cursor:pointer}.topic-description{font-size:.9rem;line-height:1.2rem;text-align:justify}.topic-description.max-size{height:200px;overflow:scroll}.icon-width{width:1.25rem!important}.no-objects{width:100%;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.bottom-border{margin-top:-19px;width:100%;border-bottom:1px solid #e6e6e6;margin-bottom:5px}.center-display{display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center}.sortable-drag{opacity:1!important;transform:rotate(2deg)}.ghost{border-radius:5px;background:#eee;opacity:1}.ghost .topic-info,.ghost .topic-item{opacity:0}.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:1.33333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(/assets/packs/media/4x3/ad-45026b92.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ad-94e81025.svg)}.flag-icon-ae{background-image:url(/assets/packs/media/4x3/ae-2c530f64.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ae-23c17470.svg)}.flag-icon-af{background-image:url(/assets/packs/media/4x3/af-458ab7e0.svg)}.flag-icon-af.flag-icon-squared{background-image:url(/assets/packs/media/1x1/af-867627c5.svg)}.flag-icon-ag{background-image:url(/assets/packs/media/4x3/ag-5929ca9f.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ag-3f18bb58.svg)}.flag-icon-ai{background-image:url(/assets/packs/media/4x3/ai-c4699001.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ai-546a12e3.svg)}.flag-icon-al{background-image:url(/assets/packs/media/4x3/al-3dd8853b.svg)}.flag-icon-al.flag-icon-squared{background-image:url(/assets/packs/media/1x1/al-090568ab.svg)}.flag-icon-am{background-image:url(/assets/packs/media/4x3/am-e935f821.svg)}.flag-icon-am.flag-icon-squared{background-image:url(/assets/packs/media/1x1/am-36fc7db3.svg)}.flag-icon-ao{background-image:url(/assets/packs/media/4x3/ao-ad6f3c8c.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ao-7ed590a1.svg)}.flag-icon-aq{background-image:url(/assets/packs/media/4x3/aq-e3fbc5d0.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(/assets/packs/media/1x1/aq-e6c275d0.svg)}.flag-icon-ar{background-image:url(/assets/packs/media/4x3/ar-2ff091f8.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ar-5a7c09af.svg)}.flag-icon-as{background-image:url(/assets/packs/media/4x3/as-3b86b687.svg)}.flag-icon-as.flag-icon-squared{background-image:url(/assets/packs/media/1x1/as-7ae00cb9.svg)}.flag-icon-at{background-image:url(/assets/packs/media/4x3/at-1281f451.svg)}.flag-icon-at.flag-icon-squared{background-image:url(/assets/packs/media/1x1/at-d7b3791e.svg)}.flag-icon-au{background-image:url(/assets/packs/media/4x3/au-932d9182.svg)}.flag-icon-au.flag-icon-squared{background-image:url(/assets/packs/media/1x1/au-5b98a120.svg)}.flag-icon-aw{background-image:url(/assets/packs/media/4x3/aw-98298192.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/aw-b478dded.svg)}.flag-icon-ax{background-image:url(/assets/packs/media/4x3/ax-6651bb25.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ax-c260e9a5.svg)}.flag-icon-az{background-image:url(/assets/packs/media/4x3/az-d4faca47.svg)}.flag-icon-az.flag-icon-squared{background-image:url(/assets/packs/media/1x1/az-84126238.svg)}.flag-icon-ba{background-image:url(/assets/packs/media/4x3/ba-7097f2f8.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ba-d1e732dc.svg)}.flag-icon-bb{background-image:url(/assets/packs/media/4x3/bb-021629a6.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bb-17738ccf.svg)}.flag-icon-bd{background-image:url(/assets/packs/media/4x3/bd-d16830cb.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bd-a3ae69de.svg)}.flag-icon-be{background-image:url(/assets/packs/media/4x3/be-410c4acc.svg)}.flag-icon-be.flag-icon-squared{background-image:url(/assets/packs/media/1x1/be-914a3c37.svg)}.flag-icon-bf{background-image:url(/assets/packs/media/4x3/bf-4275eb85.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bf-6fc31e16.svg)}.flag-icon-bg{background-image:url(/assets/packs/media/4x3/bg-c9c13073.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bg-4f2a9bbb.svg)}.flag-icon-bh{background-image:url(/assets/packs/media/4x3/bh-ec61516d.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bh-0cfc5619.svg)}.flag-icon-bi{background-image:url(/assets/packs/media/4x3/bi-3fce551e.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bi-5adb744e.svg)}.flag-icon-bj{background-image:url(/assets/packs/media/4x3/bj-e8591ed7.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bj-fb3d1c01.svg)}.flag-icon-bl{background-image:url(/assets/packs/media/4x3/bl-6a6bc7f1.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bl-669bbb82.svg)}.flag-icon-bm{background-image:url(/assets/packs/media/4x3/bm-e2aa572a.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bm-7dd1b92a.svg)}.flag-icon-bn{background-image:url(/assets/packs/media/4x3/bn-ad7aafa9.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bn-5fd8c652.svg)}.flag-icon-bo{background-image:url(/assets/packs/media/4x3/bo-1155c3da.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bo-ee5938f0.svg)}.flag-icon-bq{background-image:url(/assets/packs/media/4x3/bq-8ff78ac2.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bq-6e5b96f6.svg)}.flag-icon-br{background-image:url(/assets/packs/media/4x3/br-5ec13287.svg)}.flag-icon-br.flag-icon-squared{background-image:url(/assets/packs/media/1x1/br-b3663866.svg)}.flag-icon-bs{background-image:url(/assets/packs/media/4x3/bs-5497678a.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bs-a9ddb124.svg)}.flag-icon-bt{background-image:url(/assets/packs/media/4x3/bt-eed19cbf.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bt-1372873e.svg)}.flag-icon-bv{background-image:url(/assets/packs/media/4x3/bv-b789f839.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bv-adee14dc.svg)}.flag-icon-bw{background-image:url(/assets/packs/media/4x3/bw-8a35721e.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bw-0acc600b.svg)}.flag-icon-by{background-image:url(/assets/packs/media/4x3/by-ed1fb533.svg)}.flag-icon-by.flag-icon-squared{background-image:url(/assets/packs/media/1x1/by-da99aaa5.svg)}.flag-icon-bz{background-image:url(/assets/packs/media/4x3/bz-4eb2d29f.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/bz-7826f0d5.svg)}.flag-icon-ca{background-image:url(/assets/packs/media/4x3/ca-d348137a.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ca-102b45b2.svg)}.flag-icon-cc{background-image:url(/assets/packs/media/4x3/cc-200233c9.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cc-27d55bfa.svg)}.flag-icon-cd{background-image:url(/assets/packs/media/4x3/cd-e5fd4d12.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cd-d44809aa.svg)}.flag-icon-cf{background-image:url(/assets/packs/media/4x3/cf-617adc02.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cf-eb50c5ec.svg)}.flag-icon-cg{background-image:url(/assets/packs/media/4x3/cg-440e321a.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cg-862f4608.svg)}.flag-icon-ch{background-image:url(/assets/packs/media/4x3/ch-7a52ef5e.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ch-1113c7e9.svg)}.flag-icon-ci{background-image:url(/assets/packs/media/4x3/ci-b1030b2b.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ci-6f06682e.svg)}.flag-icon-ck{background-image:url(/assets/packs/media/4x3/ck-65a80cb3.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ck-d76f3968.svg)}.flag-icon-cl{background-image:url(/assets/packs/media/4x3/cl-b9ff305a.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cl-303f56a6.svg)}.flag-icon-cm{background-image:url(/assets/packs/media/4x3/cm-7578267e.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cm-0dcbc4f1.svg)}.flag-icon-cn{background-image:url(/assets/packs/media/4x3/cn-7977e12a.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cn-f5a6f048.svg)}.flag-icon-co{background-image:url(/assets/packs/media/4x3/co-59ec93f7.svg)}.flag-icon-co.flag-icon-squared{background-image:url(/assets/packs/media/1x1/co-4c87d079.svg)}.flag-icon-cr{background-image:url(/assets/packs/media/4x3/cr-6f2d7bb0.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cr-ebed4600.svg)}.flag-icon-cu{background-image:url(/assets/packs/media/4x3/cu-ff35f996.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cu-1452c504.svg)}.flag-icon-cv{background-image:url(/assets/packs/media/4x3/cv-43437330.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cv-1ddd3424.svg)}.flag-icon-cw{background-image:url(/assets/packs/media/4x3/cw-8e4cecbf.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cw-3fc45037.svg)}.flag-icon-cx{background-image:url(/assets/packs/media/4x3/cx-b9b5e6cd.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cx-dda4107f.svg)}.flag-icon-cy{background-image:url(/assets/packs/media/4x3/cy-70de54e6.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cy-bdc1fde2.svg)}.flag-icon-cz{background-image:url(/assets/packs/media/4x3/cz-8ef2bc6a.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/cz-1b3452b8.svg)}.flag-icon-de{background-image:url(/assets/packs/media/4x3/de-7e82f4c7.svg)}.flag-icon-de.flag-icon-squared{background-image:url(/assets/packs/media/1x1/de-11d88d2b.svg)}.flag-icon-dj{background-image:url(/assets/packs/media/4x3/dj-76f4cdf5.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(/assets/packs/media/1x1/dj-278a5a5f.svg)}.flag-icon-dk{background-image:url(/assets/packs/media/4x3/dk-f4e8fc53.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/dk-c2e570fa.svg)}.flag-icon-dm{background-image:url(/assets/packs/media/4x3/dm-46675764.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/dm-dc345577.svg)}.flag-icon-do{background-image:url(/assets/packs/media/4x3/do-c05850db.svg)}.flag-icon-do.flag-icon-squared{background-image:url(/assets/packs/media/1x1/do-64a9810e.svg)}.flag-icon-dz{background-image:url(/assets/packs/media/4x3/dz-945a413c.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/dz-2be2fee6.svg)}.flag-icon-ec{background-image:url(/assets/packs/media/4x3/ec-3ea7f906.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ec-7be6ca13.svg)}.flag-icon-ee{background-image:url(/assets/packs/media/4x3/ee-887a78f0.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ee-7b6b8abc.svg)}.flag-icon-eg{background-image:url(/assets/packs/media/4x3/eg-b3580df9.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/eg-c6ff8d6c.svg)}.flag-icon-eh{background-image:url(/assets/packs/media/4x3/eh-8c8b2743.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/eh-905fdd08.svg)}.flag-icon-er{background-image:url(/assets/packs/media/4x3/er-458bc299.svg)}.flag-icon-er.flag-icon-squared{background-image:url(/assets/packs/media/1x1/er-ff62e272.svg)}.flag-icon-es{background-image:url(/assets/packs/media/4x3/es-1a25a96e.svg)}.flag-icon-es.flag-icon-squared{background-image:url(/assets/packs/media/1x1/es-b3825b28.svg)}.flag-icon-et{background-image:url(/assets/packs/media/4x3/et-cbe354bb.svg)}.flag-icon-et.flag-icon-squared{background-image:url(/assets/packs/media/1x1/et-061591dd.svg)}.flag-icon-fi{background-image:url(/assets/packs/media/4x3/fi-3b522e7f.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fi-eb793b74.svg)}.flag-icon-fj{background-image:url(/assets/packs/media/4x3/fj-f3d86add.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fj-55dd1c6e.svg)}.flag-icon-fk{background-image:url(/assets/packs/media/4x3/fk-ddc6bd17.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fk-fe8e733a.svg)}.flag-icon-fm{background-image:url(/assets/packs/media/4x3/fm-3bfd96ee.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fm-1579e5b6.svg)}.flag-icon-fo{background-image:url(/assets/packs/media/4x3/fo-f284df39.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fo-8b4db68d.svg)}.flag-icon-fr{background-image:url(/assets/packs/media/4x3/fr-81d43a15.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/fr-c88df329.svg)}.flag-icon-ga{background-image:url(/assets/packs/media/4x3/ga-4257c8ec.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ga-dec83263.svg)}.flag-icon-gb{background-image:url(/assets/packs/media/4x3/gb-ba1c7f5d.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gb-35dbacd7.svg)}.flag-icon-gd{background-image:url(/assets/packs/media/4x3/gd-b446a44d.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gd-1b313417.svg)}.flag-icon-ge{background-image:url(/assets/packs/media/4x3/ge-98cf9dc1.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ge-7ccc29e2.svg)}.flag-icon-gf{background-image:url(/assets/packs/media/4x3/gf-695a47d6.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gf-74219f32.svg)}.flag-icon-gg{background-image:url(/assets/packs/media/4x3/gg-6b23b5b1.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gg-30f47622.svg)}.flag-icon-gh{background-image:url(/assets/packs/media/4x3/gh-d060e231.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gh-286f4413.svg)}.flag-icon-gi{background-image:url(/assets/packs/media/4x3/gi-345b700f.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gi-e73af104.svg)}.flag-icon-gl{background-image:url(/assets/packs/media/4x3/gl-84ac5572.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gl-68756f32.svg)}.flag-icon-gm{background-image:url(/assets/packs/media/4x3/gm-cdfdf8bc.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gm-65c86e0a.svg)}.flag-icon-gn{background-image:url(/assets/packs/media/4x3/gn-bf5b0873.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gn-7bf7a35a.svg)}.flag-icon-gp{background-image:url(/assets/packs/media/4x3/gp-092b6bf9.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gp-30b1d26c.svg)}.flag-icon-gq{background-image:url(/assets/packs/media/4x3/gq-c2cb1adb.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gq-89421f59.svg)}.flag-icon-gr{background-image:url(/assets/packs/media/4x3/gr-e2d01167.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gr-c51a52c4.svg)}.flag-icon-gs{background-image:url(/assets/packs/media/4x3/gs-c19adcdd.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gs-a96857cd.svg)}.flag-icon-gt{background-image:url(/assets/packs/media/4x3/gt-ccfc27d3.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gt-3d87ccc4.svg)}.flag-icon-gu{background-image:url(/assets/packs/media/4x3/gu-459831ea.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gu-35820090.svg)}.flag-icon-gw{background-image:url(/assets/packs/media/4x3/gw-f29eedfe.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gw-f647ba54.svg)}.flag-icon-gy{background-image:url(/assets/packs/media/4x3/gy-49a30b4f.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gy-43c003e2.svg)}.flag-icon-hk{background-image:url(/assets/packs/media/4x3/hk-c0a93c08.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/hk-5a112207.svg)}.flag-icon-hm{background-image:url(/assets/packs/media/4x3/hm-fdd5197f.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/hm-8b4c33d4.svg)}.flag-icon-hn{background-image:url(/assets/packs/media/4x3/hn-f53ee3d6.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/hn-ebef2cd5.svg)}.flag-icon-hr{background-image:url(/assets/packs/media/4x3/hr-00a76e1b.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/hr-f3f2e25c.svg)}.flag-icon-ht{background-image:url(/assets/packs/media/4x3/ht-3af38bff.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ht-663996cf.svg)}.flag-icon-hu{background-image:url(/assets/packs/media/4x3/hu-bcbd2770.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/hu-7ae2a1f0.svg)}.flag-icon-id{background-image:url(/assets/packs/media/4x3/id-e2afd171.svg)}.flag-icon-id.flag-icon-squared{background-image:url(/assets/packs/media/1x1/id-0b7fa609.svg)}.flag-icon-ie{background-image:url(/assets/packs/media/4x3/ie-5ecf710f.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ie-1b0ac4e7.svg)}.flag-icon-il{background-image:url(/assets/packs/media/4x3/il-4c70e232.svg)}.flag-icon-il.flag-icon-squared{background-image:url(/assets/packs/media/1x1/il-3bc4ce04.svg)}.flag-icon-im{background-image:url(/assets/packs/media/4x3/im-b21ce587.svg)}.flag-icon-im.flag-icon-squared{background-image:url(/assets/packs/media/1x1/im-d637f63b.svg)}.flag-icon-in{background-image:url(/assets/packs/media/4x3/in-e5926cb7.svg)}.flag-icon-in.flag-icon-squared{background-image:url(/assets/packs/media/1x1/in-e626d1bb.svg)}.flag-icon-io{background-image:url(/assets/packs/media/4x3/io-e31ca9aa.svg)}.flag-icon-io.flag-icon-squared{background-image:url(/assets/packs/media/1x1/io-c32d7f9e.svg)}.flag-icon-iq{background-image:url(/assets/packs/media/4x3/iq-5cd51d2b.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(/assets/packs/media/1x1/iq-e549011e.svg)}.flag-icon-ir{background-image:url(/assets/packs/media/4x3/ir-12e7432b.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ir-c945dfdf.svg)}.flag-icon-is{background-image:url(/assets/packs/media/4x3/is-2dfa14d1.svg)}.flag-icon-is.flag-icon-squared{background-image:url(/assets/packs/media/1x1/is-1842f1a9.svg)}.flag-icon-it{background-image:url(/assets/packs/media/4x3/it-290f2fec.svg)}.flag-icon-it.flag-icon-squared{background-image:url(/assets/packs/media/1x1/it-9938f4b9.svg)}.flag-icon-je{background-image:url(/assets/packs/media/4x3/je-7a0b4850.svg)}.flag-icon-je.flag-icon-squared{background-image:url(/assets/packs/media/1x1/je-e1bb30f3.svg)}.flag-icon-jm{background-image:url(/assets/packs/media/4x3/jm-6bb96bbc.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/jm-74ccffca.svg)}.flag-icon-jo{background-image:url(/assets/packs/media/4x3/jo-f41fe7d2.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(/assets/packs/media/1x1/jo-e678dae8.svg)}.flag-icon-jp{background-image:url(/assets/packs/media/4x3/jp-19c631c1.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(/assets/packs/media/1x1/jp-980c12c5.svg)}.flag-icon-ke{background-image:url(/assets/packs/media/4x3/ke-74aaf585.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ke-9ea89091.svg)}.flag-icon-kg{background-image:url(/assets/packs/media/4x3/kg-1fe994c1.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kg-4ad89b3a.svg)}.flag-icon-kh{background-image:url(/assets/packs/media/4x3/kh-7b33804c.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kh-695ec7a1.svg)}.flag-icon-ki{background-image:url(/assets/packs/media/4x3/ki-de100d30.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ki-32000b05.svg)}.flag-icon-km{background-image:url(/assets/packs/media/4x3/km-93ef5e21.svg)}.flag-icon-km.flag-icon-squared{background-image:url(/assets/packs/media/1x1/km-4c4fa2a7.svg)}.flag-icon-kn{background-image:url(/assets/packs/media/4x3/kn-a4e974e8.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kn-091a5508.svg)}.flag-icon-kp{background-image:url(/assets/packs/media/4x3/kp-8d10def4.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kp-2e79afa2.svg)}.flag-icon-kr{background-image:url(/assets/packs/media/4x3/kr-939387c3.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kr-9406f22f.svg)}.flag-icon-kw{background-image:url(/assets/packs/media/4x3/kw-2dce482d.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kw-a3a60802.svg)}.flag-icon-ky{background-image:url(/assets/packs/media/4x3/ky-ef8e1877.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ky-c311ddba.svg)}.flag-icon-kz{background-image:url(/assets/packs/media/4x3/kz-7194851e.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/kz-f528d170.svg)}.flag-icon-la{background-image:url(/assets/packs/media/4x3/la-8d6ad26b.svg)}.flag-icon-la.flag-icon-squared{background-image:url(/assets/packs/media/1x1/la-80cf2b55.svg)}.flag-icon-lb{background-image:url(/assets/packs/media/4x3/lb-75479923.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lb-940cc75a.svg)}.flag-icon-lc{background-image:url(/assets/packs/media/4x3/lc-c6488de9.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lc-0d361ba5.svg)}.flag-icon-li{background-image:url(/assets/packs/media/4x3/li-69a1d60c.svg)}.flag-icon-li.flag-icon-squared{background-image:url(/assets/packs/media/1x1/li-572f9027.svg)}.flag-icon-lk{background-image:url(/assets/packs/media/4x3/lk-593078c9.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lk-93412c6f.svg)}.flag-icon-lr{background-image:url(/assets/packs/media/4x3/lr-3a7c494b.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lr-74dcec3f.svg)}.flag-icon-ls{background-image:url(/assets/packs/media/4x3/ls-0de0f907.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ls-cddead61.svg)}.flag-icon-lt{background-image:url(/assets/packs/media/4x3/lt-4c19d3a9.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lt-2ea82cfc.svg)}.flag-icon-lu{background-image:url(/assets/packs/media/4x3/lu-adc8f77e.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lu-b843e643.svg)}.flag-icon-lv{background-image:url(/assets/packs/media/4x3/lv-9a5d132c.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/lv-2ce7f836.svg)}.flag-icon-ly{background-image:url(/assets/packs/media/4x3/ly-0ea8dfce.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ly-9d867c1b.svg)}.flag-icon-ma{background-image:url(/assets/packs/media/4x3/ma-363a4f79.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ma-3b79aff1.svg)}.flag-icon-mc{background-image:url(/assets/packs/media/4x3/mc-a2634c60.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mc-082fc155.svg)}.flag-icon-md{background-image:url(/assets/packs/media/4x3/md-4d08e48e.svg)}.flag-icon-md.flag-icon-squared{background-image:url(/assets/packs/media/1x1/md-efdfab01.svg)}.flag-icon-me{background-image:url(/assets/packs/media/4x3/me-0b785614.svg)}.flag-icon-me.flag-icon-squared{background-image:url(/assets/packs/media/1x1/me-4c8b84af.svg)}.flag-icon-mf{background-image:url(/assets/packs/media/4x3/mf-2d96a80b.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mf-c02a78fb.svg)}.flag-icon-mg{background-image:url(/assets/packs/media/4x3/mg-f9101073.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mg-5bdc14fe.svg)}.flag-icon-mh{background-image:url(/assets/packs/media/4x3/mh-c0b2e372.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mh-7ec670b4.svg)}.flag-icon-mk{background-image:url(/assets/packs/media/4x3/mk-31ba11ec.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mk-c370fe88.svg)}.flag-icon-ml{background-image:url(/assets/packs/media/4x3/ml-18083e46.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ml-d11c3063.svg)}.flag-icon-mm{background-image:url(/assets/packs/media/4x3/mm-6f93c6d0.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mm-7068544f.svg)}.flag-icon-mn{background-image:url(/assets/packs/media/4x3/mn-5e4557f7.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mn-291814d6.svg)}.flag-icon-mo{background-image:url(/assets/packs/media/4x3/mo-ac9b1701.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mo-8d484888.svg)}.flag-icon-mp{background-image:url(/assets/packs/media/4x3/mp-394b0c91.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mp-b0a5ed44.svg)}.flag-icon-mq{background-image:url(/assets/packs/media/4x3/mq-e82d6df9.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mq-09c19f65.svg)}.flag-icon-mr{background-image:url(/assets/packs/media/4x3/mr-3642790a.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mr-7211bfd4.svg)}.flag-icon-ms{background-image:url(/assets/packs/media/4x3/ms-9474f8cf.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ms-8f7c2042.svg)}.flag-icon-mt{background-image:url(/assets/packs/media/4x3/mt-c91049a1.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mt-0c23ea35.svg)}.flag-icon-mu{background-image:url(/assets/packs/media/4x3/mu-97beced4.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mu-d7d71f03.svg)}.flag-icon-mv{background-image:url(/assets/packs/media/4x3/mv-0329f53c.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mv-91b2c27c.svg)}.flag-icon-mw{background-image:url(/assets/packs/media/4x3/mw-b4d805ef.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mw-6807c4fd.svg)}.flag-icon-mx{background-image:url(/assets/packs/media/4x3/mx-bc63d25b.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mx-05c8d697.svg)}.flag-icon-my{background-image:url(/assets/packs/media/4x3/my-0d298a9e.svg)}.flag-icon-my.flag-icon-squared{background-image:url(/assets/packs/media/1x1/my-848fbf91.svg)}.flag-icon-mz{background-image:url(/assets/packs/media/4x3/mz-dac5f7ee.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/mz-dcf8977e.svg)}.flag-icon-na{background-image:url(/assets/packs/media/4x3/na-e241f816.svg)}.flag-icon-na.flag-icon-squared{background-image:url(/assets/packs/media/1x1/na-27bc2313.svg)}.flag-icon-nc{background-image:url(/assets/packs/media/4x3/nc-5681de45.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nc-046cebb8.svg)}.flag-icon-ne{background-image:url(/assets/packs/media/4x3/ne-6fd3ccde.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ne-64f5ff14.svg)}.flag-icon-nf{background-image:url(/assets/packs/media/4x3/nf-7a4f3d1b.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nf-7c3216dc.svg)}.flag-icon-ng{background-image:url(/assets/packs/media/4x3/ng-b69ed1e5.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ng-caaf4120.svg)}.flag-icon-ni{background-image:url(/assets/packs/media/4x3/ni-d30c0377.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ni-52cfeebf.svg)}.flag-icon-nl{background-image:url(/assets/packs/media/4x3/nl-21eb77dc.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nl-f9d570ec.svg)}.flag-icon-no{background-image:url(/assets/packs/media/4x3/no-6df96bb2.svg)}.flag-icon-no.flag-icon-squared{background-image:url(/assets/packs/media/1x1/no-266dbd6f.svg)}.flag-icon-np{background-image:url(/assets/packs/media/4x3/np-ecc31e52.svg)}.flag-icon-np.flag-icon-squared{background-image:url(/assets/packs/media/1x1/np-f7885aa6.svg)}.flag-icon-nr{background-image:url(/assets/packs/media/4x3/nr-dcf2ea3a.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nr-1f7cfffb.svg)}.flag-icon-nu{background-image:url(/assets/packs/media/4x3/nu-770e6779.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nu-9deebec5.svg)}.flag-icon-nz{background-image:url(/assets/packs/media/4x3/nz-4dedf09b.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/nz-37be84f4.svg)}.flag-icon-om{background-image:url(/assets/packs/media/4x3/om-716feea5.svg)}.flag-icon-om.flag-icon-squared{background-image:url(/assets/packs/media/1x1/om-09e65f88.svg)}.flag-icon-pa{background-image:url(/assets/packs/media/4x3/pa-8788ab50.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pa-69b3b905.svg)}.flag-icon-pe{background-image:url(/assets/packs/media/4x3/pe-9e2ec84a.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pe-83c26459.svg)}.flag-icon-pf{background-image:url(/assets/packs/media/4x3/pf-296e9459.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pf-fbd548e6.svg)}.flag-icon-pg{background-image:url(/assets/packs/media/4x3/pg-dcb8c4ab.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pg-9ebf0bb3.svg)}.flag-icon-ph{background-image:url(/assets/packs/media/4x3/ph-596b9b66.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ph-374bb0d6.svg)}.flag-icon-pk{background-image:url(/assets/packs/media/4x3/pk-8f9276eb.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pk-0e17f31b.svg)}.flag-icon-pl{background-image:url(/assets/packs/media/4x3/pl-7ea4b5b2.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pl-9400273d.svg)}.flag-icon-pm{background-image:url(/assets/packs/media/4x3/pm-c5a64f87.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pm-7582c30f.svg)}.flag-icon-pn{background-image:url(/assets/packs/media/4x3/pn-0911edda.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pn-ab7259a9.svg)}.flag-icon-pr{background-image:url(/assets/packs/media/4x3/pr-7845ecd7.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pr-836bcb81.svg)}.flag-icon-ps{background-image:url(/assets/packs/media/4x3/ps-77489c5e.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ps-451101ef.svg)}.flag-icon-pt{background-image:url(/assets/packs/media/4x3/pt-b89a5b80.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pt-5697f297.svg)}.flag-icon-pw{background-image:url(/assets/packs/media/4x3/pw-5f3d8d8e.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/pw-666cd05f.svg)}.flag-icon-py{background-image:url(/assets/packs/media/4x3/py-51b0bef3.svg)}.flag-icon-py.flag-icon-squared{background-image:url(/assets/packs/media/1x1/py-b19bb0ae.svg)}.flag-icon-qa{background-image:url(/assets/packs/media/4x3/qa-90240e60.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(/assets/packs/media/1x1/qa-c08921ec.svg)}.flag-icon-re{background-image:url(/assets/packs/media/4x3/re-f05b5f16.svg)}.flag-icon-re.flag-icon-squared{background-image:url(/assets/packs/media/1x1/re-7e8577e9.svg)}.flag-icon-ro{background-image:url(/assets/packs/media/4x3/ro-ea966c3d.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ro-51182fc9.svg)}.flag-icon-rs{background-image:url(/assets/packs/media/4x3/rs-51e6180c.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(/assets/packs/media/1x1/rs-3b67d7be.svg)}.flag-icon-ru{background-image:url(/assets/packs/media/4x3/ru-f1c2ba49.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ru-f7600362.svg)}.flag-icon-rw{background-image:url(/assets/packs/media/4x3/rw-26854553.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/rw-02a8a07e.svg)}.flag-icon-sa{background-image:url(/assets/packs/media/4x3/sa-b9a34657.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sa-dbdc272c.svg)}.flag-icon-sb{background-image:url(/assets/packs/media/4x3/sb-2c405bb6.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sb-00988e02.svg)}.flag-icon-sc{background-image:url(/assets/packs/media/4x3/sc-9ba01346.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sc-8357ba15.svg)}.flag-icon-sd{background-image:url(/assets/packs/media/4x3/sd-090d0e10.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sd-cb3da007.svg)}.flag-icon-se{background-image:url(/assets/packs/media/4x3/se-22333e71.svg)}.flag-icon-se.flag-icon-squared{background-image:url(/assets/packs/media/1x1/se-4984ae47.svg)}.flag-icon-sg{background-image:url(/assets/packs/media/4x3/sg-e6a27ad3.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sg-9751741f.svg)}.flag-icon-sh{background-image:url(/assets/packs/media/4x3/sh-c5ab8c6e.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sh-acd7b6ef.svg)}.flag-icon-si{background-image:url(/assets/packs/media/4x3/si-7f576d87.svg)}.flag-icon-si.flag-icon-squared{background-image:url(/assets/packs/media/1x1/si-d38938fc.svg)}.flag-icon-sj{background-image:url(/assets/packs/media/4x3/sj-4952c9a6.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sj-bf11a759.svg)}.flag-icon-sk{background-image:url(/assets/packs/media/4x3/sk-be58e557.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sk-56398576.svg)}.flag-icon-sl{background-image:url(/assets/packs/media/4x3/sl-4fd17d63.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sl-f1772cd4.svg)}.flag-icon-sm{background-image:url(/assets/packs/media/4x3/sm-7e23c952.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sm-b57f6605.svg)}.flag-icon-sn{background-image:url(/assets/packs/media/4x3/sn-1ce79520.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sn-a03bc309.svg)}.flag-icon-so{background-image:url(/assets/packs/media/4x3/so-d1a7d3e1.svg)}.flag-icon-so.flag-icon-squared{background-image:url(/assets/packs/media/1x1/so-34b037a7.svg)}.flag-icon-sr{background-image:url(/assets/packs/media/4x3/sr-69050490.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sr-4ee19081.svg)}.flag-icon-ss{background-image:url(/assets/packs/media/4x3/ss-e4bf9bb4.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ss-2ad5a2bb.svg)}.flag-icon-st{background-image:url(/assets/packs/media/4x3/st-72697a87.svg)}.flag-icon-st.flag-icon-squared{background-image:url(/assets/packs/media/1x1/st-342a4d3c.svg)}.flag-icon-sv{background-image:url(/assets/packs/media/4x3/sv-3bb132d7.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sv-f4b33140.svg)}.flag-icon-sx{background-image:url(/assets/packs/media/4x3/sx-aafb13f6.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sx-ce647f25.svg)}.flag-icon-sy{background-image:url(/assets/packs/media/4x3/sy-6529aa17.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sy-9d13beb5.svg)}.flag-icon-sz{background-image:url(/assets/packs/media/4x3/sz-d62f5eab.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/sz-5d494168.svg)}.flag-icon-tc{background-image:url(/assets/packs/media/4x3/tc-f4f86583.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tc-0d16f864.svg)}.flag-icon-td{background-image:url(/assets/packs/media/4x3/td-230eddd3.svg)}.flag-icon-td.flag-icon-squared{background-image:url(/assets/packs/media/1x1/td-ad4b4469.svg)}.flag-icon-tf{background-image:url(/assets/packs/media/4x3/tf-cf4959c4.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tf-aaea08de.svg)}.flag-icon-tg{background-image:url(/assets/packs/media/4x3/tg-f97c4ebe.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tg-4abbb528.svg)}.flag-icon-th{background-image:url(/assets/packs/media/4x3/th-b6ade2be.svg)}.flag-icon-th.flag-icon-squared{background-image:url(/assets/packs/media/1x1/th-2ca3db46.svg)}.flag-icon-tj{background-image:url(/assets/packs/media/4x3/tj-b32f7c01.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tj-e97716ca.svg)}.flag-icon-tk{background-image:url(/assets/packs/media/4x3/tk-54b9e3f9.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tk-e3d850fb.svg)}.flag-icon-tl{background-image:url(/assets/packs/media/4x3/tl-503b7926.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tl-c7a146dc.svg)}.flag-icon-tm{background-image:url(/assets/packs/media/4x3/tm-6de6696b.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tm-44298648.svg)}.flag-icon-tn{background-image:url(/assets/packs/media/4x3/tn-6cd8c9a4.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tn-8b09464a.svg)}.flag-icon-to{background-image:url(/assets/packs/media/4x3/to-65dda6ec.svg)}.flag-icon-to.flag-icon-squared{background-image:url(/assets/packs/media/1x1/to-aaa24511.svg)}.flag-icon-tr{background-image:url(/assets/packs/media/4x3/tr-2880fc8e.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tr-c3d773f3.svg)}.flag-icon-tt{background-image:url(/assets/packs/media/4x3/tt-b9a6939e.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tt-4252a958.svg)}.flag-icon-tv{background-image:url(/assets/packs/media/4x3/tv-99618ffc.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tv-c87adc62.svg)}.flag-icon-tw{background-image:url(/assets/packs/media/4x3/tw-83324ef7.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tw-a72a85cb.svg)}.flag-icon-tz{background-image:url(/assets/packs/media/4x3/tz-2218434d.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/tz-20af2614.svg)}.flag-icon-ua{background-image:url(/assets/packs/media/4x3/ua-67a46bf7.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ua-2dd397cb.svg)}.flag-icon-ug{background-image:url(/assets/packs/media/4x3/ug-83f4207b.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ug-983dd591.svg)}.flag-icon-um{background-image:url(/assets/packs/media/4x3/um-0f5d59d4.svg)}.flag-icon-um.flag-icon-squared{background-image:url(/assets/packs/media/1x1/um-c3e06b4d.svg)}.flag-icon-us{background-image:url(/assets/packs/media/4x3/us-3cc0d38b.svg)}.flag-icon-us.flag-icon-squared{background-image:url(/assets/packs/media/1x1/us-c95087e1.svg)}.flag-icon-uy{background-image:url(/assets/packs/media/4x3/uy-4c3f85c5.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(/assets/packs/media/1x1/uy-091841c8.svg)}.flag-icon-uz{background-image:url(/assets/packs/media/4x3/uz-6e16292a.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(/assets/packs/media/1x1/uz-ba79d297.svg)}.flag-icon-va{background-image:url(/assets/packs/media/4x3/va-6d6a5ae6.svg)}.flag-icon-va.flag-icon-squared{background-image:url(/assets/packs/media/1x1/va-555e01bd.svg)}.flag-icon-vc{background-image:url(/assets/packs/media/4x3/vc-e1903424.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(/assets/packs/media/1x1/vc-26140175.svg)}.flag-icon-ve{background-image:url(/assets/packs/media/4x3/ve-b8bb0477.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ve-125ee924.svg)}.flag-icon-vg{background-image:url(/assets/packs/media/4x3/vg-7bc5c832.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(/assets/packs/media/1x1/vg-76c17dc3.svg)}.flag-icon-vi{background-image:url(/assets/packs/media/4x3/vi-bad0002a.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(/assets/packs/media/1x1/vi-1ae3b627.svg)}.flag-icon-vn{background-image:url(/assets/packs/media/4x3/vn-2301f6f4.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(/assets/packs/media/1x1/vn-25540177.svg)}.flag-icon-vu{background-image:url(/assets/packs/media/4x3/vu-25acc797.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/vu-87d69c18.svg)}.flag-icon-wf{background-image:url(/assets/packs/media/4x3/wf-e9a373c6.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(/assets/packs/media/1x1/wf-55c63880.svg)}.flag-icon-ws{background-image:url(/assets/packs/media/4x3/ws-a6817aa9.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ws-81cbff3d.svg)}.flag-icon-ye{background-image:url(/assets/packs/media/4x3/ye-f62afcdd.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(/assets/packs/media/1x1/ye-2289a38e.svg)}.flag-icon-yt{background-image:url(/assets/packs/media/4x3/yt-5c77b047.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(/assets/packs/media/1x1/yt-bf9663ae.svg)}.flag-icon-za{background-image:url(/assets/packs/media/4x3/za-83099da2.svg)}.flag-icon-za.flag-icon-squared{background-image:url(/assets/packs/media/1x1/za-3c71a2a2.svg)}.flag-icon-zm{background-image:url(/assets/packs/media/4x3/zm-79a41234.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(/assets/packs/media/1x1/zm-a303f51a.svg)}.flag-icon-zw{background-image:url(/assets/packs/media/4x3/zw-f5ceeff7.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(/assets/packs/media/1x1/zw-2840e62a.svg)}.flag-icon-es-ca{background-image:url(/assets/packs/media/4x3/es-ca-2b2d073d.svg)}.flag-icon-es-ca.flag-icon-squared{background-image:url(/assets/packs/media/1x1/es-ca-a03129ff.svg)}.flag-icon-es-ga{background-image:url(/assets/packs/media/4x3/es-ga-23a30d01.svg)}.flag-icon-es-ga.flag-icon-squared{background-image:url(/assets/packs/media/1x1/es-ga-405f1912.svg)}.flag-icon-eu{background-image:url(/assets/packs/media/4x3/eu-db2e50ad.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(/assets/packs/media/1x1/eu-1019087b.svg)}.flag-icon-gb-eng{background-image:url(/assets/packs/media/4x3/gb-eng-1fa89df2.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gb-eng-ebbd69ac.svg)}.flag-icon-gb-nir{background-image:url(/assets/packs/media/4x3/gb-nir-8ad03581.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gb-nir-f9fcc604.svg)}.flag-icon-gb-sct{background-image:url(/assets/packs/media/4x3/gb-sct-4743f1b0.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gb-sct-bea4865f.svg)}.flag-icon-gb-wls{background-image:url(/assets/packs/media/4x3/gb-wls-a69b6bb0.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(/assets/packs/media/1x1/gb-wls-77f90d8e.svg)}.flag-icon-un{background-image:url(/assets/packs/media/4x3/un-4c0a34af.svg)}.flag-icon-un.flag-icon-squared{background-image:url(/assets/packs/media/1x1/un-19c1ad32.svg)}.flag-icon-xk{background-image:url(/assets/packs/media/4x3/xk-12d14096.svg)}.flag-icon-xk.flag-icon-squared{background-image:url(/assets/packs/media/1x1/xk-48269c0b.svg)}@font-face{font-family:bootstrap-icons;src:url(/assets/packs/media/packs/fonts/bootstrap-icons-dfd0ea122577eb61795f178e0347fa2c.woff2) format("woff2"),url(/assets/packs/media/packs/fonts/bootstrap-icons-94eeade15e6b7fbed95b18ff32f0c112.woff) format("woff")}[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-1:before{content:"\f2a5"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.header-select{display:flex}.header-select .select-wrapper{height:60px;display:flex;align-items:center;position:relative}.header-select .select-wrapper:hover .header-select-options,.header-select .select-wrapper[active] .header-select-options{top:101%;opacity:1;z-index:10;transition:all .2s ease-in-out;visibility:visible}.header-select .select-wrapper button{font-size:14px;color:#09949b;background-color:#fff;height:30px;border:1px solid rgba(136,142,168,.24);padding:0 25px;border-radius:.5rem;cursor:pointer;transition:all .2s}.header-select .select-wrapper nav.header-select-options{background:#fff;width:150px;position:absolute;top:110%;right:0;box-sizing:border-box;border-radius:6px;opacity:0;z-index:-1;transition:all .2s ease-in-out;visibility:hidden;box-shadow:0 0 30px rgba(165,164,164,.16);overflow:hidden}.header-select .select-wrapper nav.header-select-options a,.header-select .select-wrapper nav.header-select-options button{font-size:14px;color:#404040;width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #f8f9f8!important;padding:0 16px;transition:all .1s ease-in-out;cursor:pointer}.header-select .select-wrapper nav.header-select-options a:last-child,.header-select .select-wrapper nav.header-select-options button:last-child{border-bottom:0!important}.header-select .select-wrapper nav.header-select-options a:hover,.header-select .select-wrapper nav.header-select-options button:hover{background:#f8f9f8;color:#404040;transition:all .2s ease-in-out}.header-select .select-wrapper nav.header-select-options a i,.header-select .select-wrapper nav.header-select-options a svg,.header-select .select-wrapper nav.header-select-options button i,.header-select .select-wrapper nav.header-select-options button svg{color:#404040;margin-right:6px}.header-select .select-wrapper .header-select-options a.header-select-selected{display:none}.header-select .title{display:flex;align-items:center;margin-right:.5rem}.header-select .title h5{margin-bottom:5px}#language-select{margin:0 1em;font-size:14px}#language-select :hover .language-select-button{border-bottom-left-radius:0;border-bottom-right-radius:0}#language-select .select-wrapper{height:2.1em}#language-select .language-select-button{background-color:#f8f9f8;display:flex}#language-select .header-select-options a,#language-select .language-select-button{width:7.5em;padding:.5em;border-radius:.3em;height:1em}#language-select .header-select-options{width:8.5em!important;border-top-left-radius:0;border-top-right-radius:0}#language-select .bi-caret-down-fill{margin-left:auto;margin-top:.03em;font-size:.8em}#language-select .language-select-name{box-sizing:inherit;margin-bottom:2px;line-height:1em}#language-select .header-select-options a{border-radius:0}#language-select .flag-icon{margin-right:.2em}#language-select .bi-caret-down-fill{margin-top:.2em}[auth-layout]{background-color:#0cb9c2;background-position:center 250px;background-size:cover;background-repeat:no-repeat;width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-bottom:30px;box-sizing:border-box}[auth-layout] [container]{width:100%;max-width:1280px;margin:0 auto 2rem;box-sizing:border-box}[auth-layout] [content-auth-page]{background:#fff;min-width:450px;max-width:100%;min-height:75vh;padding:30px;border-radius:4px;box-shadow:0 0 30px rgba(165,164,164,.16);box-sizing:border-box;position:relative;z-index:10}[auth-layout] [content-auth-page] [logo]{text-align:center;display:block;margin:0 auto 30px}[auth-layout] [content-auth-page] [logo] img{height:48px}[auth-layout] #particles-js-auth{width:100%;height:100%;position:fixed;top:0;left:0;z-index:0}.full_container{position:absolute;top:0;bottom:0;left:0;right:0}#auth-page form{margin-bottom:20px}#auth-page form [form]{align-items:center}#auth-page form [form] .form-group{display:flex;justify-content:flex-start;align-items:center}#auth-page form [form] .form-group.align-right{justify-content:flex-end}#auth-page form [form] .form-group .input-group{width:100%;display:flex;flex-direction:column}#auth-page form [form] .form-group .input-group .input{margin-top:.5rem!important}#auth-page form label{margin-bottom:0}#auth-page .forgot-password{text-align:center}#auth-page .forgot-password h6{width:100%;height:20px;display:flex;justify-content:center;align-items:center;position:relative}#auth-page .forgot-password h6:before{content:"";background:#e6e6e6;width:100%;height:1px;display:block;position:absolute;top:56%;left:0;z-index:0;transform:translateY(-50%)}#auth-page .forgot-password h6 span{font-family:Segoe UI!important;font-weight:300!important;color:#404040;font-size:14px;background:#fff;padding:0 20px;display:inline-block;position:relative;z-index:10;border-radius:50px}#auth-page .forgot-password span{color:#404040;font-size:14px}#auth-page .forgot-password span a{color:#09949b;display:inline-block;margin-left:3px}.input-group{width:100%;display:flex;flex-direction:column}.input-group .input{margin-top:.5rem!important}