@import "font-dst/stylesheet.css";
@import "includes/_cssvars.css";
.use-font-main {
  font-family: 'Inter', sans-serif !important;
}
.use-font-secondary {
  font-family: 'Bebas Neue', cursive !important;
}
.use-font-alt {
  font-family: 'Inter', sans-serif !important;
}
.use-font-alt-secondary {
  font-family: 'Inter', sans-serif !important;
}
.use-font-main-propagate {
  font-family: 'Inter', sans-serif !important;
}
.use-font-main-propagate * {
  font-family: 'Inter', sans-serif !important;
}
.use-font-secondary-propagate {
  font-family: 'Bebas Neue', cursive !important;
}
.use-font-secondary-propagate * {
  font-family: 'Bebas Neue', cursive !important;
}
.use-font-alt-propagate {
  font-family: 'Inter', sans-serif !important;
}
.use-font-alt-propagate * {
  font-family: 'Inter', sans-serif !important;
}
.use-font-alt-secondary-propagate {
  font-family: 'DM Serif Display', serif !important;
}
.use-font-alt-secondary-propagate * {
  font-family: 'DM Serif Display', serif !important;
}
.font-dst {
  font-family: 'Dst_jt_03';
  font-weight: normal;
  font-style: normal;
}
.font-dst-cascade {
  font-family: 'Dst_jt_03';
  font-weight: normal;
  font-style: normal;
}
.font-dst-cascade * {
  font-family: 'Dst_jt_03';
  font-weight: normal;
  font-style: normal;
}
/*not implemented yet 'usign gray as default'*/
/*not implemented yet 'usign gray as default'*/
/*not implemented yet 'usign black as default'*/
/*not implemented yet 'usign black as default'*/
/*not implemented yet 'usign black as default'*/
/*not implemented yet 'usign black as default'*/
/*not implemented yet 'usign white-lighter as default'*/
/*not implemented yet 'usign white-lighter as default'*/
/*not implemented yet 'usign white-dark as default'*/
/*not implemented yet 'using red as default'*/
/*not implemented yet 'using red as default'*/
/*not implemented yet 'using red as default'*/
/*not implemented yet 'using red as default'*/
/*Mixin Start*/
.div-underline {
  height: 2px;
  width: 100%;
  border: 0;
  background-color: #cdd6e3;
}
.div-underline.hover,
.div-underline.active,
.div-underline:hover,
.div-underline:active {
  background-color: #c20b19;
}
.arrow-button-font-larger {
  font-size: 22px;
}
.arrow-button-font-larger * {
  font-size: 22px;
}
.arrow-button-font-large {
  font-size: 20px;
}
.arrow-button-font-large * {
  font-size: 20px;
}
.arrow-button-font-normal {
  font-size: 18px;
}
.arrow-button-font-normal * {
  font-size: 18px;
}
.arrow-button-font-small {
  font-size: 14px;
}
.arrow-button-font-small * {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .arrow-button-font-larger {
    font-size: 15px;
  }
  .arrow-button-font-larger * {
    font-size: 15px;
  }
  .arrow-button-font-large {
    font-size: 14px;
  }
  .arrow-button-font-large * {
    font-size: 14px;
  }
  .arrow-button-font-normal {
    font-size: 14px;
  }
  .arrow-button-font-normal * {
    font-size: 14px;
  }
  .arrow-button-font-small {
    font-size: 12px;
  }
  .arrow-button-font-small * {
    font-size: 12px;
  }
}
.divider {
  background-color: #cdd6e3;
}
@media screen and (min-width: 1050px) {
  .hide-from-sxl {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .hide-to-sxl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 420px) and (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .hide-phone {
    display: none;
  }
}
/*
Exemple of parameter function
@mixin max-heightRelative(@subtract){
    max-height: calc(100vh - @subtract); //fallback
    max-height: calc(@innerScreenHeight - @subtract);
    //calc without call for calc??
    //max-height: @innerScreenHeight - @subtract;
}//usage @include max-heightRelative(...);

Exemple of extending style
.myClass{
    @extend .otherClass;
}

*/
.color-gray-lighter {
  color: #eef1f6 !important;
}
.color-gray-light {
  color: #eef1f6 !important;
}
.color-gray {
  color: #eef1f6 !important;
}
.color-gray-dark {
  color: #cdd6e3 !important;
}
.color-gray-darker {
  color: #a6afba !important;
}
.color-black-lighter {
  color: #292929 !important;
}
.color-black-light {
  color: #292929 !important;
}
.color-black {
  color: #292929 !important;
}
.color-black-dark {
  color: #292929 !important;
}
.color-black-darker {
  color: #292929 !important;
}
.color-white-lighter {
  color: #ffffff !important;
}
.color-white-light {
  color: #ffffff !important;
}
.color-white {
  color: #ffffff !important;
}
.color-white-dark {
  color: #eeeeee !important;
}
.color-white-darker {
  color: #eeeeee !important;
}
.color-red-lighter {
  color: #c20b19 !important;
}
.color-red-light {
  color: #c20b19 !important;
}
.color-red {
  color: #c20b19 !important;
}
.color-red-dark {
  color: #c20b19 !important;
}
.color-red-darker {
  color: #c20b19 !important;
}
.color-cascade-gray-lighter {
  color: #eef1f6 !important;
}
.color-cascade-gray-lighter * {
  color: #eef1f6 !important;
}
.color-cascade-gray-light {
  color: #eef1f6 !important;
}
.color-cascade-gray-light * {
  color: #eef1f6 !important;
}
.color-cascade-gray {
  color: #eef1f6 !important;
}
.color-cascade-gray * {
  color: #eef1f6 !important;
}
.color-cascade-gray-dark {
  color: #cdd6e3 !important;
}
.color-cascade-gray-dark * {
  color: #cdd6e3 !important;
}
.color-cascade-gray-darker {
  color: #a6afba !important;
}
.color-cascade-gray-darker * {
  color: #a6afba !important;
}
.color-cascade-black-lighter {
  color: #292929 !important;
}
.color-cascade-black-lighter * {
  color: #292929 !important;
}
.color-cascade-black-light {
  color: #292929 !important;
}
.color-cascade-black-light * {
  color: #292929 !important;
}
.color-cascade-black {
  color: #292929 !important;
}
.color-cascade-black * {
  color: #292929 !important;
}
.color-cascade-black-dark {
  color: #292929 !important;
}
.color-cascade-black-dark * {
  color: #292929 !important;
}
.color-cascade-black-darker {
  color: #292929 !important;
}
.color-cascade-black-darker * {
  color: #292929 !important;
}
.color-cascade-white-lighter {
  color: #ffffff !important;
}
.color-cascade-white-lighter * {
  color: #ffffff !important;
}
.color-cascade-white-light {
  color: #ffffff !important;
}
.color-cascade-white-light * {
  color: #ffffff !important;
}
.color-cascade-white {
  color: #ffffff !important;
}
.color-cascade-white * {
  color: #ffffff !important;
}
.color-cascade-white-dark {
  color: #eeeeee !important;
}
.color-cascade-white-dark * {
  color: #eeeeee !important;
}
.color-cascade-white-darker {
  color: #eeeeee !important;
}
.color-cascade-white-darker * {
  color: #eeeeee !important;
}
.color-cascade-red-lighter {
  color: #c20b19 !important;
}
.color-cascade-red-lighter * {
  color: #c20b19 !important;
}
.color-cascade-red-light {
  color: #c20b19 !important;
}
.color-cascade-red-light * {
  color: #c20b19 !important;
}
.color-cascade-red {
  color: #c20b19 !important;
}
.color-cascade-red * {
  color: #c20b19 !important;
}
.color-cascade-red-dark {
  color: #c20b19 !important;
}
.color-cascade-red-dark * {
  color: #c20b19 !important;
}
.color-cascade-red-darker {
  color: #c20b19 !important;
}
.color-cascade-red-darker * {
  color: #c20b19 !important;
}
.color-cascade-gray-lighter-hover:hover {
  color: #eef1f6 !important;
}
.color-cascade-gray-lighter-hover:hover * {
  color: #eef1f6 !important;
}
.color-cascade-gray-light-hover:hover {
  color: #eef1f6 !important;
}
.color-cascade-gray-light-hover:hover * {
  color: #eef1f6 !important;
}
.color-cascade-gray-hover:hover {
  color: #eef1f6 !important;
}
.color-cascade-gray-hover:hover * {
  color: #eef1f6 !important;
}
.color-cascade-gray-dark-hover:hover {
  color: #cdd6e3 !important;
}
.color-cascade-gray-dark-hover:hover * {
  color: #cdd6e3 !important;
}
.color-cascade-gray-darker-hover:hover {
  color: #a6afba !important;
}
.color-cascade-gray-darker-hover:hover * {
  color: #a6afba !important;
}
.color-cascade-black-lighter-hover:hover {
  color: #292929 !important;
}
.color-cascade-black-lighter-hover:hover * {
  color: #292929 !important;
}
.color-cascade-black-light-hover:hover {
  color: #292929 !important;
}
.color-cascade-black-light-hover:hover * {
  color: #292929 !important;
}
.color-cascade-black-hover:hover {
  color: #292929 !important;
}
.color-cascade-black-hover:hover * {
  color: #292929 !important;
}
.color-cascade-black-dark-hover:hover {
  color: #292929 !important;
}
.color-cascade-black-dark-hover:hover * {
  color: #292929 !important;
}
.color-cascade-black-darker-hover:hover {
  color: #292929 !important;
}
.color-cascade-black-darker-hover:hover * {
  color: #292929 !important;
}
.color-cascade-white-lighter-hover:hover {
  color: #ffffff !important;
}
.color-cascade-white-lighter-hover:hover * {
  color: #ffffff !important;
}
.color-cascade-white-light-hover:hover {
  color: #ffffff !important;
}
.color-cascade-white-light-hover:hover * {
  color: #ffffff !important;
}
.color-cascade-white-hover:hover {
  color: #ffffff !important;
}
.color-cascade-white-hover:hover * {
  color: #ffffff !important;
}
.color-cascade-white-dark-hover:hover {
  color: #eeeeee !important;
}
.color-cascade-white-dark-hover:hover * {
  color: #eeeeee !important;
}
.color-cascade-white-darker-hover:hover {
  color: #eeeeee !important;
}
.color-cascade-white-darker-hover:hover * {
  color: #eeeeee !important;
}
.color-cascade-red-lighter-hover:hover {
  color: #c20b19 !important;
}
.color-cascade-red-lighter-hover:hover * {
  color: #c20b19 !important;
}
.color-cascade-red-light-hover:hover {
  color: #c20b19 !important;
}
.color-cascade-red-light-hover:hover * {
  color: #c20b19 !important;
}
.color-cascade-red-hover:hover {
  color: #c20b19 !important;
}
.color-cascade-red-hover:hover * {
  color: #c20b19 !important;
}
.color-cascade-red-dark-hover:hover {
  color: #c20b19 !important;
}
.color-cascade-red-dark-hover:hover * {
  color: #c20b19 !important;
}
.color-cascade-red-darker-hover:hover {
  color: #c20b19 !important;
}
.color-cascade-red-darker-hover:hover * {
  color: #c20b19 !important;
}
.border-gray-lighter {
  border-color: #eef1f6 !important;
}
.border-gray-light {
  border-color: #eef1f6 !important;
}
.border-gray {
  border-color: #eef1f6 !important;
}
.border-gray-dark {
  border-color: #cdd6e3 !important;
}
.border-gray-darker {
  border-color: #a6afba !important;
}
.border-black-lighter {
  border-color: #292929 !important;
}
.border-black-light {
  border-color: #292929 !important;
}
.border-black {
  border-color: #292929 !important;
}
.border-black-dark {
  border-color: #292929 !important;
}
.border-black-darker {
  border-color: #292929 !important;
}
.border-white-lighter {
  border-color: #ffffff !important;
}
.border-white-light {
  border-color: #ffffff !important;
}
.border-white {
  border-color: #ffffff !important;
}
.border-white-dark {
  border-color: #eeeeee !important;
}
.border-white-darker {
  border-color: #eeeeee !important;
}
.border-red-lighter {
  border-color: #c20b19 !important;
}
.border-red-light {
  border-color: #c20b19 !important;
}
.border-red {
  border-color: #c20b19 !important;
}
.border-red-dark {
  border-color: #c20b19 !important;
}
.border-red-darker {
  border-color: #c20b19 !important;
}
.border-gray-lighter-hover:hover {
  border-color: #eef1f6 !important;
}
.border-gray-light-hover:hover {
  border-color: #eef1f6 !important;
}
.border-gray-hover:hover {
  border-color: #eef1f6 !important;
}
.border-gray-dark-hover:hover {
  border-color: #cdd6e3 !important;
}
.border-gray-darker-hover:hover {
  border-color: #a6afba !important;
}
.border-black-lighter:hover {
  border-color: #292929 !important;
}
.border-black-light-hover:hover {
  border-color: #292929 !important;
}
.border-black-hover:hover {
  border-color: #292929 !important;
}
.border-black-dark-hover:hover {
  border-color: #292929 !important;
}
.border-black-darker-hover:hover {
  border-color: #292929 !important;
}
.border-white-lighter-hover:hover {
  border-color: #ffffff !important;
}
.border-white-light-hover:hover {
  border-color: #ffffff !important;
}
.border-white-hover:hover {
  border-color: #ffffff !important;
}
.border-white-dark-hover:hover {
  border-color: #eeeeee !important;
}
.border-white-darker-hover:hover {
  border-color: #eeeeee !important;
}
.border-red-lighter-hover:hover {
  border-color: #c20b19 !important;
}
.border-red-light-hover:hover {
  border-color: #c20b19 !important;
}
.border-red-hover:hover {
  border-color: #c20b19 !important;
}
.border-red-dark-hover:hover {
  border-color: #c20b19 !important;
}
.border-red-darker-hover:hover {
  border-color: #c20b19 !important;
}
.background-color-gray-lighter {
  background-color: #eef1f6 !important;
}
.background-color-gray-light {
  background-color: #eef1f6 !important;
}
.background-color-gray {
  background-color: #eef1f6 !important;
}
.background-color-gray-dark {
  background-color: #cdd6e3 !important;
}
.background-color-gray-darker {
  background-color: #a6afba !important;
}
.background-color-black-lighter {
  background-color: #292929 !important;
}
.background-color-black-light {
  background-color: #292929 !important;
}
.background-color-black {
  background-color: #292929 !important;
}
.background-color-black-dark {
  background-color: #292929 !important;
}
.background-color-black-darker {
  background-color: #292929 !important;
}
.background-color-white-lighter {
  background-color: #ffffff !important;
}
.background-color-white-light {
  background-color: #ffffff !important;
}
.background-color-white {
  background-color: #ffffff !important;
}
.background-color-white-dark {
  background-color: #eeeeee !important;
}
.background-color-white-darker {
  background-color: #eeeeee !important;
}
.background-color-red-lighter {
  background-color: #c20b19 !important;
}
.background-color-red-light {
  background-color: #c20b19 !important;
}
.background-color-red {
  background-color: #c20b19 !important;
}
.background-color-red-dark {
  background-color: #c20b19 !important;
}
.background-color-red-darker {
  background-color: #c20b19 !important;
}
.underline-gray-lighter {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray-light {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray-dark {
  text-decoration-color: #cdd6e3 !important;
}
.underline-gray-darker {
  text-decoration-color: #a6afba !important;
}
.underline-black-lighter {
  text-decoration-color: #292929 !important;
}
.underline-black-light {
  text-decoration-color: #292929 !important;
}
.underline-black {
  text-decoration-color: #292929 !important;
}
.underline-black-dark {
  text-decoration-color: #292929 !important;
}
.underline-black-darker {
  text-decoration-color: #292929 !important;
}
.underline-white-lighter {
  text-decoration-color: #ffffff !important;
}
.underline-white-light {
  text-decoration-color: #ffffff !important;
}
.underline-white {
  text-decoration-color: #ffffff !important;
}
.underline-white-dark {
  text-decoration-color: #eeeeee !important;
}
.underline-white-darker {
  text-decoration-color: #eeeeee !important;
}
.underline-red-lighter {
  text-decoration-color: #c20b19 !important;
}
.underline-red-light {
  text-decoration-color: #c20b19 !important;
}
.underline-red {
  text-decoration-color: #c20b19 !important;
}
.underline-red-dark {
  text-decoration-color: #c20b19 !important;
}
.underline-red-darker {
  text-decoration-color: #c20b19 !important;
}
.underline-gray-lighter-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray-light-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-gray-dark-hover:hover {
  text-decoration-color: #cdd6e3 !important;
}
.underline-gray-darker-hover:hover {
  text-decoration-color: #a6afba !important;
}
.underline-black-lighter-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-black-light-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-black-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-black-dark-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-black-darker-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-white-lighter-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-white-light-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-white-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-white-dark-hover:hover {
  text-decoration-color: #eeeeee !important;
}
.underline-white-darker-hover:hover {
  text-decoration-color: #eeeeee !important;
}
.underline-red-lighter-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-red-light-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-red-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-red-dark-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-red-darker-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-gray-lighter {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-lighter * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-light {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-light * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-dark {
  text-decoration-color: #cdd6e3 !important;
}
.underline-cascade-gray-dark * {
  text-decoration-color: #cdd6e3 !important;
}
.underline-cascade-gray-darker {
  text-decoration-color: #a6afba !important;
}
.underline-cascade-gray-darker * {
  text-decoration-color: #a6afba !important;
}
.underline-cascade-black-lighter {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-lighter * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-light {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-light * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-dark {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-dark * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-darker {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-darker * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-white-lighter {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-lighter * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-light {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-light * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-dark {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-dark * {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-darker {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-darker * {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-red-lighter {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-lighter * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-light {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-light * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-dark {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-dark * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-darker {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-darker * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-gray-lighter-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-lighter-hover:hover * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-light-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-light-hover:hover * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-hover:hover {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-hover:hover * {
  text-decoration-color: #eef1f6 !important;
}
.underline-cascade-gray-dark-hover:hover {
  text-decoration-color: #cdd6e3 !important;
}
.underline-cascade-gray-dark-hover:hover * {
  text-decoration-color: #cdd6e3 !important;
}
.underline-cascade-gray-darker-hover:hover {
  text-decoration-color: #a6afba !important;
}
.underline-cascade-gray-darker-hover:hover * {
  text-decoration-color: #a6afba !important;
}
.underline-cascade-black-lighter-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-lighter-hover:hover * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-light-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-light-hover:hover * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-hover:hover * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-dark-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-dark-hover:hover * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-darker-hover:hover {
  text-decoration-color: #292929 !important;
}
.underline-cascade-black-darker-hover:hover * {
  text-decoration-color: #292929 !important;
}
.underline-cascade-white-lighter-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-lighter-hover:hover * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-light-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-light-hover:hover * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-hover:hover {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-hover:hover * {
  text-decoration-color: #ffffff !important;
}
.underline-cascade-white-dark-hover:hover {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-dark-hover:hover * {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-darker-hover:hover {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-white-darker-hover:hover * {
  text-decoration-color: #eeeeee !important;
}
.underline-cascade-red-lighter-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-lighter-hover:hover * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-light-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-light-hover:hover * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-hover:hover * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-dark-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-dark-hover:hover * {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-darker-hover:hover {
  text-decoration-color: #c20b19 !important;
}
.underline-cascade-red-darker-hover:hover * {
  text-decoration-color: #c20b19 !important;
}
.color-ni-gray-lighter {
  color: #eef1f6;
}
.color-ni-gray-light {
  color: #eef1f6;
}
.color-ni-gray {
  color: #eef1f6;
}
.color-ni-gray-dark {
  color: #cdd6e3;
}
.color-ni-gray-darker {
  color: #a6afba;
}
.color-ni-black-lighter {
  color: #292929;
}
.color-ni-black-light {
  color: #292929;
}
.color-ni-black {
  color: #292929;
}
.color-ni-black-dark {
  color: #292929;
}
.color-ni-black-darker {
  color: #292929;
}
.color-ni-white-lighter {
  color: #ffffff;
}
.color-ni-white-light {
  color: #ffffff;
}
.color-ni-white {
  color: #ffffff;
}
.color-ni-white-dark {
  color: #eeeeee;
}
.color-ni-white-darker {
  color: #eeeeee;
}
.color-ni-red-lighter {
  color: #c20b19;
}
.color-ni-red-light {
  color: #c20b19;
}
.color-ni-red {
  color: #c20b19;
}
.color-ni-red-dark {
  color: #c20b19;
}
.color-ni-red-darker {
  color: #c20b19;
}
.color-cascade-ni-gray-lighter {
  color: #eef1f6;
}
.color-cascade-ni-gray-lighter * {
  color: #eef1f6;
}
.color-cascade-ni-gray-light {
  color: #eef1f6;
}
.color-cascade-ni-gray-light * {
  color: #eef1f6;
}
.color-cascade-ni-gray {
  color: #eef1f6;
}
.color-cascade-ni-gray * {
  color: #eef1f6;
}
.color-cascade-ni-gray-dark {
  color: #cdd6e3;
}
.color-cascade-ni-gray-dark * {
  color: #cdd6e3;
}
.color-cascade-ni-gray-darker {
  color: #a6afba;
}
.color-cascade-ni-gray-darker * {
  color: #a6afba;
}
.color-cascade-ni-black-lighter {
  color: #292929;
}
.color-cascade-ni-black-lighter * {
  color: #292929;
}
.color-cascade-ni-black-light {
  color: #292929;
}
.color-cascade-ni-black-light * {
  color: #292929;
}
.color-cascade-ni-black {
  color: #292929;
}
.color-cascade-ni-black * {
  color: #292929;
}
.color-cascade-ni-black-dark {
  color: #292929;
}
.color-cascade-ni-black-dark * {
  color: #292929;
}
.color-cascade-ni-black-darker {
  color: #292929;
}
.color-cascade-ni-black-darker * {
  color: #292929;
}
.color-cascade-ni-white-lighter {
  color: #ffffff;
}
.color-cascade-ni-white-lighter * {
  color: #ffffff;
}
.color-cascade-ni-white-light {
  color: #ffffff;
}
.color-cascade-ni-white-light * {
  color: #ffffff;
}
.color-cascade-ni-white {
  color: #ffffff;
}
.color-cascade-ni-white * {
  color: #ffffff;
}
.color-cascade-ni-white-dark {
  color: #eeeeee;
}
.color-cascade-ni-white-dark * {
  color: #eeeeee;
}
.color-cascade-ni-white-darker {
  color: #eeeeee;
}
.color-cascade-ni-white-darker * {
  color: #eeeeee;
}
.color-cascade-ni-red-lighter {
  color: #c20b19;
}
.color-cascade-ni-red-lighter * {
  color: #c20b19;
}
.color-cascade-ni-red-light {
  color: #c20b19;
}
.color-cascade-ni-red-light * {
  color: #c20b19;
}
.color-cascade-ni-red {
  color: #c20b19;
}
.color-cascade-ni-red * {
  color: #c20b19;
}
.color-cascade-ni-red-dark {
  color: #c20b19;
}
.color-cascade-ni-red-dark * {
  color: #c20b19;
}
.color-cascade-ni-red-darker {
  color: #c20b19;
}
.color-cascade-ni-red-darker * {
  color: #c20b19;
}
.color-ni-gray-lighter-hover:hover {
  color: #eef1f6;
}
.color-ni-gray-light-hover:hover {
  color: #eef1f6;
}
.color-ni-gray-hover:hover {
  color: #eef1f6;
}
.color-ni-gray-dark-hover:hover {
  color: #cdd6e3;
}
.color-ni-gray-darker-hover:hover {
  color: #a6afba;
}
.color-ni-black-lighter-hover:hover {
  color: #292929;
}
.color-ni-black-light-hover:hover {
  color: #292929;
}
.color-ni-black-hover:hover {
  color: #292929;
}
.color-ni-black-dark-hover:hover {
  color: #292929;
}
.color-ni-black-darker-hover:hover {
  color: #292929;
}
.color-ni-white-lighter-hover:hover {
  color: #ffffff;
}
.color-ni-white-light-hover:hover {
  color: #ffffff;
}
.color-ni-white-hover:hover {
  color: #ffffff;
}
.color-ni-white-dark-hover:hover {
  color: #eeeeee;
}
.color-ni-white-darker-hover:hover {
  color: #eeeeee;
}
.color-ni-red-lighter-hover:hover {
  color: #c20b19;
}
.color-ni-red-light-hover:hover {
  color: #c20b19;
}
.color-ni-red-hover:hover {
  color: #c20b19;
}
.color-ni-red-dark-hover:hover {
  color: #c20b19;
}
.color-ni-red-darker-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-gray-lighter-hover:hover {
  color: #eef1f6;
}
.color-cascade-ni-gray-lighter-hover:hover * {
  color: #eef1f6;
}
.color-cascade-ni-gray-light-hover:hover {
  color: #eef1f6;
}
.color-cascade-ni-gray-light-hover:hover * {
  color: #eef1f6;
}
.color-cascade-ni-gray-hover:hover {
  color: #eef1f6;
}
.color-cascade-ni-gray-hover:hover * {
  color: #eef1f6;
}
.color-cascade-ni-gray-dark-hover:hover {
  color: #cdd6e3;
}
.color-cascade-ni-gray-dark-hover:hover * {
  color: #cdd6e3;
}
.color-cascade-ni-gray-darker-hover:hover {
  color: #a6afba;
}
.color-cascade-ni-gray-darker-hover:hover * {
  color: #a6afba;
}
.color-cascade-ni-black-lighter-hover:hover {
  color: #292929;
}
.color-cascade-ni-black-lighter-hover:hover * {
  color: #292929;
}
.color-cascade-ni-black-light-hover:hover {
  color: #292929;
}
.color-cascade-ni-black-light-hover:hover * {
  color: #292929;
}
.color-cascade-ni-black-hover:hover {
  color: #292929;
}
.color-cascade-ni-black-hover:hover * {
  color: #292929;
}
.color-cascade-ni-black-dark-hover:hover {
  color: #292929;
}
.color-cascade-ni-black-dark-hover:hover * {
  color: #292929;
}
.color-cascade-ni-black-darker-hover:hover {
  color: #292929;
}
.color-cascade-ni-black-darker-hover:hover * {
  color: #292929;
}
.color-cascade-ni-white-lighter-hover:hover {
  color: #ffffff;
}
.color-cascade-ni-white-lighter-hover:hover * {
  color: #ffffff;
}
.color-cascade-ni-white-light-hover:hover {
  color: #ffffff;
}
.color-cascade-ni-white-light-hover:hover * {
  color: #ffffff;
}
.color-cascade-ni-white-hover:hover {
  color: #ffffff;
}
.color-cascade-ni-white-hover:hover * {
  color: #ffffff;
}
.color-cascade-ni-white-dark-hover:hover {
  color: #eeeeee;
}
.color-cascade-ni-white-dark-hover:hover * {
  color: #eeeeee;
}
.color-cascade-ni-white-darker-hover:hover {
  color: #eeeeee;
}
.color-cascade-ni-white-darker-hover:hover * {
  color: #eeeeee;
}
.color-cascade-ni-red-lighter-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-red-lighter-hover:hover * {
  color: #c20b19;
}
.color-cascade-ni-red-light-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-red-light-hover:hover * {
  color: #c20b19;
}
.color-cascade-ni-red-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-red-hover:hover * {
  color: #c20b19;
}
.color-cascade-ni-red-dark-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-red-dark-hover:hover * {
  color: #c20b19;
}
.color-cascade-ni-red-darker-hover:hover {
  color: #c20b19;
}
.color-cascade-ni-red-darker-hover:hover * {
  color: #c20b19;
}
.border-ni-gray-lighter {
  border-color: #eef1f6;
}
.border-ni-gray-light {
  border-color: #eef1f6;
}
.border-ni-gray {
  border-color: #eef1f6;
}
.border-ni-gray-dark {
  border-color: #cdd6e3;
}
.border-ni-gray-darker {
  border-color: #a6afba;
}
.border-ni-black-lighter {
  border-color: #292929;
}
.border-ni-black-light {
  border-color: #292929;
}
.border-ni-black {
  border-color: #292929;
}
.border-ni-black-dark {
  border-color: #292929;
}
.border-ni-black-darker {
  border-color: #292929;
}
.border-ni-white-lighter {
  border-color: #ffffff;
}
.border-ni-white-light {
  border-color: #ffffff;
}
.border-ni-white {
  border-color: #ffffff;
}
.border-ni-white-dark {
  border-color: #eeeeee;
}
.border-ni-white-darker {
  border-color: #eeeeee;
}
.border-ni-red-lighter {
  border-color: #c20b19;
}
.border-ni-red-light {
  border-color: #c20b19;
}
.border-ni-red {
  border-color: #c20b19;
}
.border-ni-red-dark {
  border-color: #c20b19;
}
.border-ni-red-darker {
  border-color: #c20b19;
}
.border-ni-gray-lighter-hover:hover {
  border-color: #eef1f6;
}
.border-ni-gray-light-hover:hover {
  border-color: #eef1f6;
}
.border-ni-gray-hover:hover {
  border-color: #eef1f6;
}
.border-ni-gray-dark-hover:hover {
  border-color: #cdd6e3;
}
.border-ni-gray-darker-hover:hover {
  border-color: #a6afba;
}
.border-ni-black-lighter:hover {
  border-color: #292929;
}
.border-ni-black-light-hover:hover {
  border-color: #292929;
}
.border-ni-black-hover:hover {
  border-color: #292929;
}
.border-ni-black-dark-hover:hover {
  border-color: #292929;
}
.border-ni-black-darker-hover:hover {
  border-color: #292929;
}
.border-ni-white-lighter-hover:hover {
  border-color: #ffffff;
}
.border-ni-white-light-hover:hover {
  border-color: #ffffff;
}
.border-ni-white-hover:hover {
  border-color: #ffffff;
}
.border-ni-white-dark-hover:hover {
  border-color: #eeeeee;
}
.border-ni-white-darker-hover:hover {
  border-color: #eeeeee;
}
.border-ni-red-lighter-hover:hover {
  border-color: #c20b19;
}
.border-ni-red-light-hover:hover {
  border-color: #c20b19;
}
.border-ni-red-hover:hover {
  border-color: #c20b19;
}
.border-ni-red-dark-hover:hover {
  border-color: #c20b19;
}
.border-ni-red-darker-hover:hover {
  border-color: #c20b19;
}
.background-ni-color-gray-lighter {
  background-color: #eef1f6;
}
.background-ni-color-gray-light {
  background-color: #eef1f6;
}
.background-ni-color-gray {
  background-color: #eef1f6;
}
.background-ni-color-gray-dark {
  background-color: #cdd6e3;
}
.background-ni-color-gray-darker {
  background-color: #a6afba;
}
.background-ni-color-black-lighter {
  background-color: #292929;
}
.background-ni-color-black-light {
  background-color: #292929;
}
.background-ni-color-black {
  background-color: #292929;
}
.background-ni-color-black-dark {
  background-color: #292929;
}
.background-ni-color-black-darker {
  background-color: #292929;
}
.background-ni-color-white-lighter {
  background-color: #ffffff;
}
.background-ni-color-white-light {
  background-color: #ffffff;
}
.background-ni-color-white {
  background-color: #ffffff;
}
.background-ni-color-white-dark {
  background-color: #eeeeee;
}
.background-ni-color-white-darker {
  background-color: #eeeeee;
}
.background-ni-color-red-lighter {
  background-color: #c20b19;
}
.background-ni-color-red-light {
  background-color: #c20b19;
}
.background-ni-color-red {
  background-color: #c20b19;
}
.background-ni-color-red-dark {
  background-color: #c20b19;
}
.background-ni-color-red-darker {
  background-color: #c20b19;
}
.underline-ni-gray-lighter {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray-light {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray-dark {
  text-decoration-color: #cdd6e3;
}
.underline-ni-gray-darker {
  text-decoration-color: #a6afba;
}
.underline-ni-black-lighter {
  text-decoration-color: #292929;
}
.underline-ni-black-light {
  text-decoration-color: #292929;
}
.underline-ni-black {
  text-decoration-color: #292929;
}
.underline-ni-black-dark {
  text-decoration-color: #292929;
}
.underline-ni-black-darker {
  text-decoration-color: #292929;
}
.underline-ni-white-lighter {
  text-decoration-color: #ffffff;
}
.underline-ni-white-light {
  text-decoration-color: #ffffff;
}
.underline-ni-white {
  text-decoration-color: #ffffff;
}
.underline-ni-white-dark {
  text-decoration-color: #eeeeee;
}
.underline-ni-white-darker {
  text-decoration-color: #eeeeee;
}
.underline-ni-red-lighter {
  text-decoration-color: #c20b19;
}
.underline-ni-red-light {
  text-decoration-color: #c20b19;
}
.underline-ni-red {
  text-decoration-color: #c20b19;
}
.underline-ni-red-dark {
  text-decoration-color: #c20b19;
}
.underline-ni-red-darker {
  text-decoration-color: #c20b19;
}
.underline-ni-gray-lighter-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray-light-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-ni-gray-dark-hover:hover {
  text-decoration-color: #cdd6e3;
}
.underline-ni-gray-darker-hover:hover {
  text-decoration-color: #a6afba;
}
.underline-ni-black-lighter-hover:hover {
  text-decoration-color: #292929;
}
.underline-ni-black-light-hover:hover {
  text-decoration-color: #292929;
}
.underline-ni-black-hover:hover {
  text-decoration-color: #292929;
}
.underline-ni-black-dark-hover:hover {
  text-decoration-color: #292929;
}
.underline-ni-black-darker-hover:hover {
  text-decoration-color: #292929;
}
.underline-ni-white-lighter-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-ni-white-light-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-ni-white-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-ni-white-dark-hover:hover {
  text-decoration-color: #eeeeee;
}
.underline-ni-white-darker-hover:hover {
  text-decoration-color: #eeeeee;
}
.underline-ni-red-lighter-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-ni-red-light-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-ni-red-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-ni-red-dark-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-ni-red-darker-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-gray-lighter {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-lighter * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-light {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-light * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-dark {
  text-decoration-color: #cdd6e3;
}
.underline-cascade-ni-gray-dark * {
  text-decoration-color: #cdd6e3;
}
.underline-cascade-ni-gray-darker {
  text-decoration-color: #a6afba;
}
.underline-cascade-ni-gray-darker * {
  text-decoration-color: #a6afba;
}
.underline-cascade-ni-black-lighter {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-lighter * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-light {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-light * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-dark {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-dark * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-darker {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-darker * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-white-lighter {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-lighter * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-light {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-light * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-dark {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-dark * {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-darker {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-darker * {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-red-lighter {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-lighter * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-light {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-light * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-dark {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-dark * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-darker {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-darker * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-gray-lighter-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-lighter-hover:hover * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-light-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-light-hover:hover * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-hover:hover {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-hover:hover * {
  text-decoration-color: #eef1f6;
}
.underline-cascade-ni-gray-dark-hover:hover {
  text-decoration-color: #cdd6e3;
}
.underline-cascade-ni-gray-dark-hover:hover * {
  text-decoration-color: #cdd6e3;
}
.underline-cascade-ni-gray-darker-hover:hover {
  text-decoration-color: #a6afba;
}
.underline-cascade-ni-gray-darker-hover:hover * {
  text-decoration-color: #a6afba;
}
.underline-cascade-ni-black-lighter-hover:hover {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-lighter-hover:hover * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-light-hover:hover {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-light-hover:hover * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-hover:hover {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-hover:hover * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-dark-hover:hover {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-dark-hover:hover * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-darker-hover:hover {
  text-decoration-color: #292929;
}
.underline-cascade-ni-black-darker-hover:hover * {
  text-decoration-color: #292929;
}
.underline-cascade-ni-white-lighter-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-lighter-hover:hover * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-light-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-light-hover:hover * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-hover:hover {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-hover:hover * {
  text-decoration-color: #ffffff;
}
.underline-cascade-ni-white-dark-hover:hover {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-dark-hover:hover * {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-darker-hover:hover {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-white-darker-hover:hover * {
  text-decoration-color: #eeeeee;
}
.underline-cascade-ni-red-lighter-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-lighter-hover:hover * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-light-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-light-hover:hover * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-hover:hover * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-dark-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-dark-hover:hover * {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-darker-hover:hover {
  text-decoration-color: #c20b19;
}
.underline-cascade-ni-red-darker-hover:hover * {
  text-decoration-color: #c20b19;
}
.header {
  padding: 24px 22px;
}
.logo-container {
  width: 154px;
  height: 32px;
}
.logo-container-link-holder,
.logo-container-link-holder * {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px;
  }
}
.sidebar-col {
  padding: 0;
  overflow: visible;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sidebar-col .sidebar-container {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .sidebar-col {
    min-width: 300px;
    max-width: 300px;
  }
  .sidebar-col .sidebar-container {
    min-width: 300px;
    max-width: 300px;
  }
}
.sidebar-container {
  position: fixed;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #292929;
  top: 0px;
  padding: 0px 22px;
  right: -302px;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
.sidebar-container::-webkit-scrollbar {
  width: 0px;
}
.sidebar-container::-webkit-scrollbar * {
  background: transparent;
}
.sidebar-container::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.1) !important;
}
.nav-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.nav-header {
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.nav-body {
  min-height: 100%;
}
.nav-footer {
  padding: 32px 0;
}
.sidebar-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-container * {
  text-align: right;
}
.nav-open-button {
  display: none;
}
.removeNavTransparency .nav-background-layer {
  opacity: 1 !important;
}
.removeNavTransparency .nav-background-blur {
  backdrop-filter: blur(8px) !important;
  filter: blur(8px) !important;
}
/*HomePage*/
body.HomePage .header-container-placeholder.content-place {
  display: none;
}
body.HomePage .LandscapeCarouselFixed {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: fixed;
  top: 0;
}
body.HomePage .LandscapeCarouselPlaceholder {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
body.HomePage .Homepage-Landscape-Text-Over-Carousel,
body.HomePage .Homepage-Landscape-Carousel {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
body.HomePage .HomepageLandscapeCarouselComponent.carousel {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
body.HomePage .HomepageLandscapeCarouselComponent.carousel .carousel-inner {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
/***********************************/
/*************ellipsis*************/
/*********************************/
.ellipsis-lines-1 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-lines-2 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-lines-3 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-lines-4 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-lines-5 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/***********************************/
/*************divider*************/
/*********************************/
.divider {
  width: 100%;
  height: 2px;
}
.divider.larger {
  width: 120%;
  margin-left: -10%;
}
/***********************************/
/*************overflow*************/
/*********************************/
.overflow-hidden {
  overflow: hidden;
}
/*********************************/
/************z-index*************/
/*******************************/
.z-index-n1 {
  z-index: -1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-18 {
  z-index: 18;
}
.z-index-19 {
  z-index: 19;
}
.z-index-98 {
  z-index: 98;
}
.z-index-99 {
  z-index: 99;
}
.z-index-108 {
  z-index: 108;
}
.z-index-109 {
  z-index: 109;
}
.z-index-998 {
  z-index: 998;
}
.z-index-999 {
  z-index: 999;
}
.z-index-1008 {
  z-index: 1008;
}
.z-index-1009 {
  z-index: 1009;
}
.z-index-9998 {
  z-index: 9998;
}
.z-index-9999 {
  z-index: 9999;
}
.z-index-10008 {
  z-index: 10008;
}
.z-index-10009 {
  z-index: 10009;
}
.z-index-99998 {
  z-index: 99998;
}
.z-index-99999 {
  z-index: 99999;
}
/*********************************/
/********text*************/
/*******************************/
.text-bold {
  font-weight: bold;
}
.text-semibold {
  font-weight: 600;
}
.text-underline {
  text-decoration: underline;
}
.text-upper {
  text-transform: uppercase;
}
.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
}
.text-shadow-propagate {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
}
.text-shadow-propagate * {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
}
/*********************************/
/**zero left/right/top/down******/
/*******************************/
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
/*********************************/
/***********Position***************/
/*******************************/
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
/*********************************/
/***********float***************/
/*******************************/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*********************************/
/***********Border***************/
/*******************************/
.border-all {
  border: 1px solid;
}
.border-all-2 {
  border: 2px solid;
}
.border-top {
  border-top: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-left-2 {
  border-left: 2px solid;
}
.border-right-2 {
  border-right: 2px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
/*********************************/
/***********icons****************/
/*******************************/
.icon-4 {
  width: 4px;
  height: 4px;
}
.icon-8 {
  width: 8px;
  height: 8px;
}
.icon-12 {
  width: 12px;
  height: 12px;
}
.icon-16 {
  width: 16px;
  height: 16px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-24 {
  width: 24px;
  height: 24px;
}
.icon-28 {
  width: 28px;
  height: 28px;
}
.icon-32 {
  width: 32px;
  height: 32px;
}
.icon-36 {
  width: 36px;
  height: 36px;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.icon-rounded {
  border-radius: 50%;
}
/*********************************/
/***********Fill A***********/
/*******************************/
.fill-a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************************/
/********pointer-events**********/
/*******************************/
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-all {
  pointer-events: all !important;
}
.pointer-events-none-cascade {
  pointer-events: none !important;
}
.pointer-events-none-cascade * {
  pointer-events: none !important;
}
.pointer-events-all-cascade {
  pointer-events: all;
}
.pointer-events-all-cascade * {
  pointer-events: all !important;
}
.pointer-events-ni-none {
  pointer-events: none;
}
.pointer-events-ni-all {
  pointer-events: all;
}
.pointer-events-ni-none-cascade {
  pointer-events: none;
}
.pointer-events-ni-none-cascade * {
  pointer-events: none;
}
.pointer-events-ni-all-cascade {
  pointer-events: all;
}
.pointer-events-ni-all-cascade * {
  pointer-events: all;
}
/*********************************/
/***********Opacity 0***********/
/*******************************/
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.opacity-0-propagate {
  opacity: 0;
}
.opacity-0-propagate * {
  opacity: 0;
}
.opacity-1-propagate {
  opacity: 1;
}
.opacity-1-propagate * {
  opacity: 1;
}
.placeholder-element {
  opacity: 0;
  pointer-events: none;
}
/*********************************/
/***********display**************/
/*******************************/
.display-none {
  display: none !important;
}
.display-flex {
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-inline-flex {
  display: inline-flex !important;
}
.display-inline-blcok {
  display: inline-block !important;
}
.display-table {
  display: table !important;
}
.display-table-row {
  display: table-row !important;
}
.display-table-cell {
  display: table-cell !important;
}
/*********************************/
/*****display not important******/
/*******************************/
.display-ni-none {
  display: none;
}
.display-ni-flex {
  display: flex;
}
.display-ni-block {
  display: block;
}
.display-ni-inline-flex {
  display: inline-flex;
}
.display-ni-inline-blcok {
  display: inline-block;
}
.display-ni-table {
  display: table;
}
.display-ni-table-row {
  display: table-row;
}
.display-ni-table-cell {
  display: table-cell;
}
/*********************************/
/********complex display*********/
/*******************************/
.flex-vh-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-h-center {
  display: flex;
  justify-content: center;
}
.flex-v-center {
  display: flex;
  align-items: center;
}
/*********************************/
/*************alignment**********/
/*******************************/
.justify-flex-end {
  justify-content: flex-end;
}
.items-flex-end {
  align-items: flex-end;
}
.all-flex-end {
  align-items: flex-end;
  justify-content: flex-end;
}
/*********************************/
/***********clicable***********/
/*******************************/
.clicable {
  cursor: pointer !important;
  pointer-events: all !important;
}
.clicable * {
  pointer-events: none;
}
.clicable ul,
.clicable li,
.clicable a {
  pointer-events: all !important;
}
.clicable-ni {
  cursor: pointer;
  pointer-events: all;
}
.clicable-ni * {
  pointer-events: none;
}
.clicable-ni ul,
.clicable-ni li,
.clicable-ni a {
  pointer-events: all;
}
/*********************************/
/**** header/footer container ***/
/*******************************/
.footer-container {
  position: absolute;
}
.header-container {
  position: fixed;
}
/*********************************/
/***********placeholder***********/
/*******************************/
.generic-placeholder,
.footer-container-placeholder,
.header-container-placeholder {
  opacity: 0;
  pointer-events: none;
  max-width: 100vw;
  z-index: -1;
  margin-left: -99999999px;
}
.footer-container-placeholder {
  margin-left: 0;
}
/*********************************/
/***********background***********/
/*******************************/
.background-cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
  background-size: cover !important;
}
.background-contain {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
/*********************************/
/************height**************/
/*******************************/
.h-ni-0px {
  height: 0px;
}
.h-ni-4px {
  height: 4px;
}
.h-ni-8px {
  height: 8px;
}
.h-ni-12px {
  height: 12px;
}
.h-ni-16px {
  height: 16px;
}
.h-ni-20px {
  height: 20px;
}
.h-ni-24px {
  height: 24px;
}
.h-ni-28px {
  height: 28px;
}
.h-ni-32px {
  height: 32px;
}
.h-ni-36px {
  height: 36px;
}
.h-ni-40px {
  height: 40px;
}
.h-ni-44px {
  height: 44px;
}
.h-0px {
  height: 0px !important;
}
.h-4px {
  height: 4px !important;
}
.h-8px {
  height: 8px !important;
}
.h-12px {
  height: 12px !important;
}
.h-14px {
  height: 12px !important;
}
.h-16px {
  height: 16px !important;
}
.h-20px {
  height: 20px !important;
}
.h-24px {
  height: 24px !important;
}
.h-28px {
  height: 28px !important;
}
.h-32px {
  height: 32px !important;
}
.h-36px {
  height: 36px !important;
}
.h-40px {
  height: 40px !important;
}
.h-44px {
  height: 44px !important;
}
.h-48px {
  height: 44px !important;
}
.h-60px {
  height: 60px !important;
}
.h-120px {
  height: 120px !important;
}
/*********************************/
/*************width**************/
/*******************************/
.w-ni-0px {
  width: 0px;
}
.w-ni-4px {
  width: 4px;
}
.w-ni-8px {
  width: 8px;
}
.w-ni-12px {
  width: 12px;
}
.w-ni-16px {
  width: 16px;
}
.w-ni-20px {
  width: 20px;
}
.w-ni-24px {
  width: 24px;
}
.w-ni-28px {
  width: 28px;
}
.w-ni-32px {
  width: 32px;
}
.w-ni-36px {
  width: 36px;
}
.w-ni-38px {
  width: 38px;
}
.w-ni-40px {
  width: 40px;
}
.w-0px {
  width: 0px !important;
}
.w-4px {
  width: 4px !important;
}
.w-8px {
  width: 8px !important;
}
.w-12px {
  width: 12px !important;
}
.w-16px {
  width: 16px !important;
}
.w-20px {
  width: 20px !important;
}
.w-24px {
  width: 24px !important;
}
.w-28px {
  width: 28px !important;
}
.w-32px {
  width: 32px !important;
}
.w-36px {
  width: 36px !important;
}
.w-38px {
  width: 38px !important;
}
.w-40px {
  width: 40px !important;
}
/*********************************/
/*********font-weight**************/
/*******************************/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
/*********************************/
/*********font-size**************/
/*******************************/
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-ni-10 {
  font-size: 10px;
}
.fs-ni-12 {
  font-size: 12px;
}
.fs-ni-14 {
  font-size: 14px;
}
.fs-ni-16 {
  font-size: 16px;
}
.fs-ni-18 {
  font-size: 18px;
}
.fs-ni-20 {
  font-size: 20px;
}
.fs-ni-22 {
  font-size: 22px;
}
.fs-ni-24 {
  font-size: 24px;
}
.fs-ni-26 {
  font-size: 26px;
}
.fs-ni-28 {
  font-size: 28px;
}
.fs-ni-30 {
  font-size: 30px;
}
.fs-ni-38 {
  font-size: 38px;
}
.fs-ni-48 {
  font-size: 48px;
}
.fs-10-cascade {
  font-size: 10px !important;
}
.fs-10-cascade * {
  font-size: 10px !important;
}
.fs-12-cascade {
  font-size: 12px !important;
}
.fs-12-cascade * {
  font-size: 12px !important;
}
.fs-14-cascade {
  font-size: 14px !important;
}
.fs-14-cascade * {
  font-size: 14px !important;
}
.fs-16-cascade {
  font-size: 16px !important;
}
.fs-16-cascade * {
  font-size: 16px !important;
}
.fs-18-cascade {
  font-size: 18px !important;
}
.fs-18-cascade * {
  font-size: 18px !important;
}
.fs-20-cascade {
  font-size: 20px !important;
}
.fs-20-cascade * {
  font-size: 20px !important;
}
.fs-22-cascade {
  font-size: 22px !important;
}
.fs-22-cascade * {
  font-size: 22px !important;
}
.fs-24-cascade {
  font-size: 24px !important;
}
.fs-24-cascade * {
  font-size: 24px !important;
}
.fs-26-cascade {
  font-size: 26px !important;
}
.fs-26-cascade * {
  font-size: 26px !important;
}
.fs-28-cascade {
  font-size: 28px !important;
}
.fs-28-cascade * {
  font-size: 28px !important;
}
.fs-30-cascade {
  font-size: 30px !important;
}
.fs-30-cascade * {
  font-size: 30px !important;
}
.fs-38-cascade {
  font-size: 38px !important;
}
.fs-38-cascade * {
  font-size: 38px !important;
}
.fs-48-cascade {
  font-size: 48px !important;
}
.fs-48-cascade * {
  font-size: 48px !important;
}
.fs-ni-10-cascade {
  font-size: 10px;
}
.fs-ni-10-cascade * {
  font-size: 10px;
}
.fs-ni-12-cascade {
  font-size: 12px;
}
.fs-ni-12-cascade * {
  font-size: 12px;
}
.fs-ni-14-cascade {
  font-size: 14px;
}
.fs-ni-14-cascade * {
  font-size: 14px;
}
.fs-ni-16-cascade {
  font-size: 16px;
}
.fs-ni-16-cascade * {
  font-size: 16px;
}
.fs-ni-18-cascade {
  font-size: 18px;
}
.fs-ni-18-cascade * {
  font-size: 18px;
}
.fs-ni-20-cascade {
  font-size: 20px;
}
.fs-ni-20-cascade * {
  font-size: 20px;
}
.fs-ni-22-cascade {
  font-size: 22px;
}
.fs-ni-22-cascade * {
  font-size: 22px;
}
.fs-ni-24-cascade {
  font-size: 24px;
}
.fs-ni-24-cascade * {
  font-size: 24px;
}
.fs-ni-26-cascade {
  font-size: 26px;
}
.fs-ni-26-cascade * {
  font-size: 26px;
}
.fs-ni-28-cascade {
  font-size: 28px;
}
.fs-ni-28-cascade * {
  font-size: 28px;
}
.fs-ni-30-cascade {
  font-size: 30px;
}
.fs-ni-30-cascade * {
  font-size: 30px;
}
.fs-ni-38-cascade {
  font-size: 38px;
}
.fs-ni-38-cascade * {
  font-size: 38px;
}
.fs-ni-48-cascade {
  font-size: 48px;
}
.fs-ni-48-cascade * {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .fs-10 {
    font-size: 7px  !important;
  }
  .fs-12 {
    font-size: 10px !important;
  }
  .fs-14 {
    font-size: 12px !important;
  }
  .fs-16 {
    font-size: 14px !important;
  }
  .fs-18 {
    font-size: 14px !important;
  }
  .fs-20 {
    font-size: 14px !important;
  }
  .fs-22 {
    font-size: 15px !important;
  }
  .fs-24 {
    font-size: 16px !important;
  }
  .fs-26 {
    font-size: 18px !important;
  }
  .fs-28 {
    font-size: 18px !important;
  }
  .fs-30 {
    font-size: 22px !important;
  }
  .fs-38 {
    font-size: 26px !important;
  }
  .fs-48 {
    font-size: 32px !important;
  }
  .fs-ni-10 {
    font-size: 7px ;
  }
  .fs-ni-12 {
    font-size: 10px;
  }
  .fs-ni-14 {
    font-size: 12px;
  }
  .fs-ni-16 {
    font-size: 14px;
  }
  .fs-ni-18 {
    font-size: 14px;
  }
  .fs-ni-20 {
    font-size: 14px;
  }
  .fs-ni-22 {
    font-size: 15px;
  }
  .fs-ni-24 {
    font-size: 16px;
  }
  .fs-ni-26 {
    font-size: 18px;
  }
  .fs-ni-28 {
    font-size: 18px;
  }
  .fs-ni-30 {
    font-size: 22px;
  }
  .fs-ni-38 {
    font-size: 26px;
  }
  .fs-ni-48 {
    font-size: 32px;
  }
  .fs-10-cascade {
    font-size: 7px  !important;
  }
  .fs-10-cascade * {
    font-size: 7px  !important;
  }
  .fs-12-cascade {
    font-size: 10px !important;
  }
  .fs-12-cascade * {
    font-size: 10px !important;
  }
  .fs-14-cascade {
    font-size: 12px !important;
  }
  .fs-14-cascade * {
    font-size: 12px !important;
  }
  .fs-16-cascade {
    font-size: 14px !important;
  }
  .fs-16-cascade * {
    font-size: 14px !important;
  }
  .fs-18-cascade {
    font-size: 14px !important;
  }
  .fs-18-cascade * {
    font-size: 14px !important;
  }
  .fs-20-cascade {
    font-size: 14px !important;
  }
  .fs-20-cascade * {
    font-size: 14px !important;
  }
  .fs-22-cascade {
    font-size: 15px !important;
  }
  .fs-22-cascade * {
    font-size: 15px !important;
  }
  .fs-24-cascade {
    font-size: 16px !important;
  }
  .fs-24-cascade * {
    font-size: 16px !important;
  }
  .fs-26-cascade {
    font-size: 18px !important;
  }
  .fs-26-cascade * {
    font-size: 18px !important;
  }
  .fs-28-cascade {
    font-size: 18px !important;
  }
  .fs-28-cascade * {
    font-size: 18px !important;
  }
  .fs-30-cascade {
    font-size: 22px !important;
  }
  .fs-30-cascade * {
    font-size: 22px !important;
  }
  .fs-38-cascade {
    font-size: 26px !important;
  }
  .fs-38-cascade * {
    font-size: 26px !important;
  }
  .fs-48-cascade {
    font-size: 32px !important;
  }
  .fs-48-cascade * {
    font-size: 32px !important;
  }
  .fs-ni-10-cascade {
    font-size: 7px ;
  }
  .fs-ni-10-cascade * {
    font-size: 7px ;
  }
  .fs-ni-12-cascade {
    font-size: 10px;
  }
  .fs-ni-12-cascade * {
    font-size: 10px;
  }
  .fs-ni-14-cascade {
    font-size: 12px;
  }
  .fs-ni-14-cascade * {
    font-size: 12px;
  }
  .fs-ni-16-cascade {
    font-size: 14px;
  }
  .fs-ni-16-cascade * {
    font-size: 14px;
  }
  .fs-ni-18-cascade {
    font-size: 14px;
  }
  .fs-ni-18-cascade * {
    font-size: 14px;
  }
  .fs-ni-20-cascade {
    font-size: 14px;
  }
  .fs-ni-20-cascade * {
    font-size: 14px;
  }
  .fs-ni-22-cascade {
    font-size: 15px;
  }
  .fs-ni-22-cascade * {
    font-size: 15px;
  }
  .fs-ni-24-cascade {
    font-size: 16px;
  }
  .fs-ni-24-cascade * {
    font-size: 16px;
  }
  .fs-ni-26-cascade {
    font-size: 18px;
  }
  .fs-ni-26-cascade * {
    font-size: 18px;
  }
  .fs-ni-28-cascade {
    font-size: 18px;
  }
  .fs-ni-28-cascade * {
    font-size: 18px;
  }
  .fs-ni-30-cascade {
    font-size: 22px;
  }
  .fs-ni-30-cascade * {
    font-size: 22px;
  }
  .fs-ni-38-cascade {
    font-size: 26px;
  }
  .fs-ni-38-cascade * {
    font-size: 26px;
  }
  .fs-ni-48-cascade {
    font-size: 32px;
  }
  .fs-ni-48-cascade * {
    font-size: 32px;
  }
}
body {
  overflow-x: hidden;
}
.footer-container {
  position: absolute;
  width: 100%;
}
.header-container {
  position: fixed;
}
.site-background {
  background-color: #eef1f6;
}
.main-container-background {
  background-color: #eef1f6;
}
.ScrollBarMeasurer {
  width: 1px;
  height: 1px;
  top: 0;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  margin-left: -999999px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .masonry-text,
  .base-text-block {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
}
.secondary-style * {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  * {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-size: 15px;
  }
  .secondary-style * {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-size: 15px;
  }
}
p {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
}
.secondary-style p {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  p {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-size: 15px;
  }
  .secondary-style p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-size: 15px;
  }
}
.secondary-p {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
  font-size: 18px;
}
.secondary-style .secondary-p {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .secondary-p {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-size: 15px;
    font-size: 14px;
  }
  .secondary-style .secondary-p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-size: 15px;
    font-size: 14px;
  }
}
.title-p {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
  font-weight: 600;
  font-size: 42px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-bottom: 0px;
}
.secondary-style .title-p {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .title-p {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-size: 15px;
    font-weight: 600;
    font-size: 29px;
  }
  .secondary-style .title-p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-size: 15px;
    font-weight: 600;
    font-size: 29px;
  }
}
.mini-title-p {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
  font-weight: bold;
  font-size: 24px;
}
.secondary-style .mini-title-p {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mini-title-p {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-size: 15px;
    font-weight: bold;
    font-size: 16px;
  }
  .secondary-style .mini-title-p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-size: 15px;
    font-weight: bold;
    font-size: 16px;
  }
}
.subtitle-p {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-weight: 600;
  font-size: 22px;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-bottom: 2px;
}
.secondary-style .subtitle-p {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .subtitle-p {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 22px;
    font-weight: 600;
    font-size: 15px;
  }
  .secondary-style .subtitle-p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-size: 15px;
  }
}
a,
a:hover {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #cdd6e3;
  text-underline-position: under;
  text-underline-offset: 10px;
  font-size: 18px;
  text-decoration-thickness: 2px;
}
a.active,
a:hover.active,
a:hover,
a:hover:hover {
  outline: none;
  text-decoration-color: #c20b19;
}
a.mini-a,
a:hover.mini-a {
  font-size: 16px;
}
.secondary-style a,
.secondary-style a:hover {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.secondary-style a.active,
.secondary-style a:hover.active,
.secondary-style a:hover,
.secondary-style a:hover:hover {
  outline: none;
  text-decoration: none;
  color: #a6afba;
}
.secondary-style a.mini-a,
.secondary-style a:hover.mini-a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  a {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #cdd6e3;
    text-underline-position: under;
    text-underline-offset: 10px;
    font-size: 18px;
    text-decoration-thickness: 2px;
    font-size: 14px;
  }
  a.active,
  a:hover {
    outline: none;
    text-decoration-color: #c20b19;
  }
  a.mini-a {
    font-size: 16px;
  }
  a.mini-a {
    font-size: 12px;
  }
  a.active,
  a:hover {
    outline: none;
    color: #a6afba;
  }
  .secondary-style a {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }
  .secondary-style a.active,
  .secondary-style a:hover {
    outline: none;
    text-decoration: none;
    color: #a6afba;
  }
  .secondary-style a.mini-a {
    font-size: 16px;
  }
  .secondary-style a.mini-a {
    font-size: 12px;
  }
  .secondary-style a.active,
  .secondary-style a:hover {
    outline: none;
    text-decoration: none;
    color: #a6afba;
  }
}
.card.card-body ul {
  padding-left: 20px;
}
h1 {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
  line-height: 114px;
  margin-bottom: -12px;
  padding-bottom: 48px;
}
h1.propagate {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
}
h1.propagate * {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
  margin: 0 !important;
  padding: 0 !important;
}
.secondary-style h1 {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
.secondary-style h1.propagate {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
.secondary-style h1.propagate * {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
  }
  h1.propagate {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
  }
  h1.propagate * {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
    margin: 0;
  }
  .secondary-style h1 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
  }
  .secondary-style h1.propagate {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
  }
  .secondary-style h1.propagate * {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
  }
}
h2 {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
}
h2.propagate {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
}
h2.propagate * {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 100px;
  margin: 0;
}
.secondary-style h2 {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
.secondary-style h2.propagate {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
.secondary-style h2.propagate * {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
  }
  h2.propagate {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
  }
  h2.propagate * {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 100px;
    font-size: 70px;
    line-height: 70px;
    margin: 0;
  }
  .secondary-style h2 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
  }
  .secondary-style h2.propagate {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
  }
  .secondary-style h2.propagate * {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
  }
}
h3 {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 40px;
}
h3.propagate {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 40px;
}
h3.propagate * {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 40px;
  margin: 0;
}
.secondary-style h3 {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 40px;
}
.secondary-style h3.propagate {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 40px;
}
.secondary-style h3.propagate * {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 40px;
  margin: 0;
}
.secondary-style h3.spotlight {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 48px;
}
.secondary-style h3.spotlight.propagate {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 48px;
}
.secondary-style h3.spotlight.propagate * {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 40px;
    font-size: 28px;
  }
  h3.propagate {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 40px;
    font-size: 28px;
  }
  h3.propagate * {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 40px;
    font-size: 28px;
    margin: 0;
  }
  .secondary-style h3 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 40px;
    font-size: 32px;
  }
  .secondary-style h3.propagate {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 40px;
    font-size: 32px;
  }
  .secondary-style h3.propagate * {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 40px;
    font-size: 32px;
    margin: 0;
  }
  .secondary-style h3.spotlight {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 48px;
  }
  .secondary-style h3.spotlight.propagate {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 48px;
  }
  .secondary-style h3.spotlight.propagate * {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 48px;
    margin: 0;
  }
}
h4 {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 32px;
  font-weight: 600;
}
h4.text-item {
  font-family: 'Inter', sans-serif;
}
h4.propagate {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 32px;
  font-weight: 600;
}
h4.propagate.text-item {
  font-family: 'Inter', sans-serif;
}
h4.propagate * {
  font-family: 'Bebas Neue', cursive;
  color: #a6afba;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
h4.propagate *.text-item {
  font-family: 'Inter', sans-serif;
}
.secondary-style h4 {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.secondary-style h4.propagate {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.secondary-style h4.propagate * {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  h4 {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
  }
  h4.text-item {
    font-family: 'Inter', sans-serif;
  }
  h4.propagate {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
  }
  h4.propagate.text-item {
    font-family: 'Inter', sans-serif;
  }
  h4.propagate * {
    font-family: 'Bebas Neue', cursive;
    color: #a6afba;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
  }
  h4.propagate *.text-item {
    font-family: 'Inter', sans-serif;
  }
  .secondary-style h4 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
  }
  .secondary-style h4.propagate {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
  }
  .secondary-style h4.propagate * {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
  }
}
h5 {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: -1px;
  padding-bottom: 16px;
}
h5.propagate {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
h5.propagate * {
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}
.secondary-style h5 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 20px;
}
.secondary-style h5.propagate {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 20px;
}
.secondary-style h5.propagate * {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  h5 {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    font-size: 14px;
  }
  h5.propagate {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    font-size: 14px;
  }
  h5.propagate * {
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
  }
  .secondary-style h5 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 14px;
  }
  .secondary-style h5.propagate {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 14px;
  }
  .secondary-style h5.propagate * {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 14px;
    margin: 0;
  }
}
#content {
  margin-top: -2px;
  margin-bottom: -4px;
}
.pageHTop {
  height: 90px;
}
.HomePage .pageHTop {
  height: 120px;
}
.pageHBot {
  height: 120px;
}
.LimitedTextContainer {
  max-width: calc(1024px + 90px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .LimitedTextContainer {
    max-width: calc(1024px + 60px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.goTop-button {
  width: 48px;
  height: 48px;
  bottom: 40px;
  position: fixed;
  z-index: 1;
}
.nav-body-content li {
  margin-bottom: 14px;
}
.todo {
  position: absolute;
  color: yellowgreen;
}
.todo * {
  color: yellowgreen;
}
.landscape-rect {
  padding-bottom: 98px;
  padding-right: 40px;
}
.landscape-buttons-rect {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-bottom: 30px;
}
.landscape-buttons-container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landscape-buttons-container .button-legend {
  display: inline-block;
  position: absolute;
  padding: 10px 18px;
}
@media screen and (max-width: 768px) {
  .landscape-rect {
    padding-bottom: 98px;
    padding-right: 12px;
  }
  .landscape-buttons-rect {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
  }
  .landscape-buttons-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .landscape-buttons-container .button-legend {
    padding: 10px 8px;
  }
}
/*Extra defs for bootstrap*/
.col-uhd-1,
.col-uhd-2,
.col-uhd-3,
.col-uhd-4,
.col-uhd-5,
.col-uhd-6,
.col-uhd-7,
.col-uhd-8,
.col-uhd-9,
.col-uhd-10,
.col-uhd-11,
.col-uhd-12,
.col-sm,
.col-uhd-auto,
.col-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-sm,
.col-hd-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1920px) {
  .col-hd-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 2800px) {
  .col-uhd-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-uhd-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-uhd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-uhd-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-uhd-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-uhd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-uhd-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-uhd-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-uhd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-uhd-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-uhd-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-uhd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#uff {
  display: none;
}
.UserDefinedFormContainer fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.UserDefinedFormContainer fieldset legend {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: #292929;
  font-size: 22px;
}
.UserDefinedFormContainer input::-webkit-input-placeholder,
.UserDefinedFormContainer select::-webkit-input-placeholder,
.UserDefinedFormContainer textarea::-webkit-input-placeholder {
  opacity: 0;
}
.UserDefinedFormContainer input[type="text"],
.UserDefinedFormContainer input[type="password"],
.UserDefinedFormContainer input[type="email"],
.UserDefinedFormContainer input[type="date"],
.UserDefinedFormContainer input[type="number"] {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  border-color: #cdd6e3;
  height: 82px;
  width: 100%;
  padding-top: 22px;
  padding-left: 28px;
  font-size: 22px;
  font-weight: normal;
  outline: none;
}
.UserDefinedFormContainer textarea {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  border-color: #cdd6e3;
  width: 100%;
  padding-top: 32px;
  padding-left: 28px;
  font-size: 22px;
  font-weight: normal;
  outline: none;
}
.UserDefinedFormContainer legend {
  padding-bottom: 12px !important;
}
.UserDefinedFormContainer .field {
  margin-bottom: 32px;
}
.UserDefinedFormContainer .field label {
  font-size: 20px;
  font-weight: 600;
}
.UserDefinedFormContainer .field label:first-child {
  margin-left: 30px;
  margin-top: 25px;
  position: absolute;
  padding-left: 0px;
  transition: all 0.2s;
}
.UserDefinedFormContainer .field label:first-child.goTop {
  font-size: 16px;
  margin-top: 17px;
  padding-left: 1px;
}
.UserDefinedFormContainer .field .checkbox label {
  font-weight: normal;
}
.UserDefinedFormContainer .field .file {
  margin-top: 58px;
}
.UserDefinedFormContainer .field .file label {
  margin-left: 0;
  margin-top: -32px;
}
.UserDefinedFormContainer input[type="text"]:hover,
.UserDefinedFormContainer input[type="text"]:focus,
.UserDefinedFormContainer input[type="text"]:not(:placeholder-shown),
.UserDefinedFormContainer input[type="password"]:hover,
.UserDefinedFormContainer input[type="password"]:focus,
.UserDefinedFormContainer input[type="password"]:not(:placeholder-shown),
.UserDefinedFormContainer input[type="email"]:hover,
.UserDefinedFormContainer input[type="email"]:focus,
.UserDefinedFormContainer input[type="email"]:not(:placeholder-shown),
.UserDefinedFormContainer input[type="date"]:hover,
.UserDefinedFormContainer input[type="date"]:focus,
.UserDefinedFormContainer input[type="date"]:not(:placeholder-shown),
.UserDefinedFormContainer input[type="number"]:hover,
.UserDefinedFormContainer input[type="number"]:focus,
.UserDefinedFormContainer input[type="number"]:not(:placeholder-shown) {
  border-color: #a6afba;
}
.UserDefinedFormContainer .field.dropdown {
  /*The selector*/
  /*The selector border darker*/
  /*The selector Arrow container*/
  /*The original (old) selector arrow*/
  /*The choosen option*/
  /*The choosen option when has no selection*/
}
.UserDefinedFormContainer .field.dropdown .select2-container.dropdown {
  width: 100%;
}
.UserDefinedFormContainer .field.dropdown .select2-choice,
.UserDefinedFormContainer .field.dropdown .select2-container.select2 {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  height: 82px !important;
  width: 100% !important;
  border-radius: 0;
}
.UserDefinedFormContainer .field.dropdown .select2-choice {
  background-color: transparent !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #cdd6e3 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
}
.UserDefinedFormContainer .field.dropdown .select2-choice:focus-visible,
.UserDefinedFormContainer .field.dropdown .select2-choice:target,
.UserDefinedFormContainer .field.dropdown .select2-choice:focus-within,
.UserDefinedFormContainer .field.dropdown .select2-choice:active,
.UserDefinedFormContainer .field.dropdown .select2-choice:hover,
.UserDefinedFormContainer .field.dropdown .select2-choice:focus,
.UserDefinedFormContainer .field.dropdown .select2-choice.selected {
  border-color: #a6afba !important;
  transition: all 0.2s;
}
.UserDefinedFormContainer .field.dropdown .select2-arrow {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  /*The new selector arrow*/
  background: url("../images/icons/microsites_down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  transition: all 0.2s;
  top: 0px;
}
.UserDefinedFormContainer .field.dropdown .select2-choice:hover .select2-arrow {
  top: 8px;
  transition: all 0.2s;
}
.UserDefinedFormContainer .field.dropdown .select2-arrow b {
  display: none !important;
}
.UserDefinedFormContainer .field.dropdown .select2-chosen {
  width: calc(100% - 24px) !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 21px;
}
.UserDefinedFormContainer .field.dropdown .select2-chosen.selected {
  width: calc(100% - 24px) !important;
  font-size: 22px;
  font-weight: normal;
  opacity: 1;
}
.UserDefinedFormContainer .field.dropdown .select2:not(selected) + label {
  cursor: text;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 30px;
}
.UserDefinedFormContainer .field.dropdown .select2.selected + label {
  font-size: 16px;
  margin-left: 31px;
  margin-top: -26px;
  cursor: pointer;
}
.UserDefinedFormContainer .iInputContainer {
  display: flex;
  margin-bottom: 16px;
  margin-top: 16px;
}
.UserDefinedFormContainer .iInputContainer * {
  cursor: pointer;
}
.UserDefinedFormContainer .iInputContainer label {
  margin-left: 28px;
  margin-bottom: 0px !important;
  width: calc(100% - 70px);
  position: relative;
}
.UserDefinedFormContainer .icheckbox_microsites-green,
.UserDefinedFormContainer .iradio_microsites-green {
  width: 40px;
  height: 40px;
  background: none;
  border: 2px solid #cdd6e3;
}
.UserDefinedFormContainer .icheckbox_microsites-green.hover,
.UserDefinedFormContainer .iradio_microsites-green.hover {
  border: 2px solid #a6afba;
  background-color: #cdd6e3;
}
.UserDefinedFormContainer .icheckbox_microsites-green.checked,
.UserDefinedFormContainer .iradio_microsites-green.checked,
.UserDefinedFormContainer .icheckbox_microsites-green.checked.hover,
.UserDefinedFormContainer .iradio_microsites-green.checked.hover {
  border: 2px solid #a6afba;
  background-color: #a6afba;
}
.UserDefinedFormContainer-dropdown {
  /*The dropdown container*/
  /*The list of options*/
  /*The option container*/
  /*The option*/
  /*The Highlighted option*/
}
.UserDefinedFormContainer-dropdown.select2-drop {
  background-color: #eef1f6;
  border: 2px solid #a6afba !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.UserDefinedFormContainer-dropdown .select2-results {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -2px !important;
  margin-left: -2px !important;
  width: calc(100% + 2px);
  max-height: 60vh;
  min-height: 100px;
}
.UserDefinedFormContainer-dropdown .select2-results .select2-result {
  border: 2px solid transparent;
  transition: all 0.2s;
}
.UserDefinedFormContainer-dropdown .select2-result .select2-result-label {
  padding-left: 27px !important;
  font-size: 22px;
  font-weight: normal;
  display: flex;
  height: 82px;
  align-items: center;
}
.UserDefinedFormContainer-dropdown .select2-highlighted {
  background-color: transparent;
  border-top-color: #a6afba !important;
  border-bottom-color: #a6afba !important;
  color: inherit;
  transition: all 0.2s;
}
.anim-menu-reduce {
  -webkit-animation: MenuReduce 0.1s linear forwards;
  -moz-animation: MenuReduce 0.1s linear forwards;
  -ms-animation: MenuReduce 0.1s linear forwards;
  -o-animation: MenuReduce 0.1s linear forwards;
  animation: MenuReduce 0.1s linear forwards;
}
.anim-menu-grow {
  -webkit-animation: MenuGrow 0.2s linear forwards;
  -moz-animation: MenuGrow 0.2s linear forwards;
  -ms-animation: MenuGrow 0.2s linear forwards;
  -o-animation: MenuGrow 0.2s linear forwards;
  animation: MenuGrow 0.2s linear forwards;
}
@keyframes MenuGrow {
  0% {
    min-width: 0px;
    max-width: 0px;
    display: block;
  }
  100% {
    min-width: 300px * 1;
    max-width: 300px * 1;
  }
}
@keyframes MenuReduce {
  0% {
    min-width: 300px * 1;
    max-width: 300px * 1;
  }
  100% {
    min-width: 0px;
    max-width: 0px;
    display: none;
  }
}
.anim-container-reduce {
  -webkit-animation: ContainerReduce 0.2s linear forwards;
  -moz-animation: ContainerReduce 0.2s linear forwards;
  -ms-animation: ContainerReduce 0.2s linear forwards;
  -o-animation: ContainerReduce 0.2s linear forwards;
  animation: ContainerReduce 0.2s linear forwards;
}
.anim-container-grow {
  -webkit-animation: ContainerGrow 0.1s linear forwards;
  -moz-animation: ContainerGrow 0.1s linear forwards;
  -ms-animation: ContainerGrow 0.1s linear forwards;
  -o-animation: ContainerGrow 0.1s linear forwards;
  animation: ContainerGrow 0.1s linear forwards;
}
@keyframes ContainerGrow {
  0% {
    min-width: calc(100% - calc(300px * 1));
    max-width: calc(100% - calc(300px * 1));
  }
  100% {
    min-width: 100%;
    max-width: 100%;
  }
}
@keyframes ContainerReduce {
  0% {
    min-width: 100%;
    max-width: 100%;
  }
  100% {
    min-width: calc(100% - calc(300px * 1));
    max-width: calc(100% - calc(300px * 1));
  }
}
.anim-background-reduce {
  -webkit-animation: BackgroundReduce 0.2s linear forwards;
  -moz-animation: BackgroundReduce 0.2s linear forwards;
  -ms-animation: BackgroundReduce 0.2s linear forwards;
  -o-animation: BackgroundReduce 0.2s linear forwards;
  animation: BackgroundReduce 0.2s linear forwards;
}
.anim-background-grow {
  -webkit-animation: BackgroundGrow 0.1s linear forwards;
  -moz-animation: BackgroundGrow 0.1s linear forwards;
  -ms-animation: BackgroundGrow 0.1s linear forwards;
  -o-animation: BackgroundGrow 0.1s linear forwards;
  animation: BackgroundGrow 0.1s linear forwards;
}
@keyframes BackgroundGrow {
  0% {
    background-size: calc(100% - calc(300px * 1));
  }
  100% {
    background-size: 100%;
  }
}
@keyframes BackgroundReduce {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: calc(100% - calc(300px * 1));
  }
}
.anim-goTop-moveLeft {
  -webkit-animation: goTopMoveLeft 0.2s linear forwards;
  -moz-animation: goTopMoveLeft 0.2s linear forwards;
  -ms-animation: goTopMoveLeft 0.2s linear forwards;
  -o-animation: goTopMoveLeft 0.2s linear forwards;
  animation: goTopMoveLeft 0.2s linear forwards;
  right: calc(40px + calc(300px * 1));
}
.anim-goTop-moveRight {
  -webkit-animation: GoTopMoveRight 0.1s linear forwards;
  -moz-animation: GoTopMoveRight 0.1s linear forwards;
  -ms-animation: GoTopMoveRight 0.1s linear forwards;
  -o-animation: GoTopMoveRight 0.1s linear forwards;
  animation: GoTopMoveRight 0.1s linear forwards;
  right: 40px;
}
@keyframes GoTopMoveLeft {
  0% {
    right: 40px;
  }
  100% {
    right: calc(40px + calc(300px * 1));
  }
}
@keyframes GoTopMoveRight {
  0% {
    right: calc(40px + calc(300px * 1));
  }
  100% {
    right: 40px !important;
  }
}
.anim-fixed-menu-hide {
  right: -150vw !important;
  transition-duration: 0.2s;
}
.anim-fixed-menu-show {
  right: 0px !important;
  transition-duration: 0.15s;
}
@media screen and (min-width: 768px) {
  .anim-fixed-menu-hide {
    right: -302px !important;
    transition-duration: 0.2s;
  }
  .anim-fixed-menu-show {
    right: 0px !important;
    transition-duration: 0.15s;
  }
}
.anim-menu-text-fadein {
  -webkit-animation: fadeIn 0.15s linear forwards;
  -moz-animation: fadeIn 0.15s linear forwards;
  -ms-animation: fadeIn 0.15s linear forwards;
  -o-animation: fadeIn 0.15s linear forwards;
  animation: fadeIn 0.15s linear forwards;
}
.anim-menu-text-fadeout {
  -webkit-animation: fadeOut 0.15s linear forwards;
  -moz-animation: fadeOut 0.15s linear forwards;
  -ms-animation: fadeOut 0.15s linear forwards;
  -o-animation: fadeOut 0.15s linear forwards;
  animation: fadeOut 0.15s linear forwards;
}
.anim-menu-bar-mid-fadein {
  -webkit-animation: fadeIn 0.1s linear forwards;
  -moz-animation: fadeIn 0.1s linear forwards;
  -ms-animation: fadeIn 0.1s linear forwards;
  -o-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
}
.anim-menu-bar-mid-fadeout {
  -webkit-animation: fadeOut 0.1s linear forwards;
  -moz-animation: fadeOut 0.1s linear forwards;
  -ms-animation: fadeOut 0.1s linear forwards;
  -o-animation: fadeOut 0.1s linear forwards;
  animation: fadeOut 0.1s linear forwards;
}
.anim-menu-bar-x-fadein {
  -webkit-animation: fadeInHalfDelay 0.2s linear forwards;
  -moz-animation: fadeInHalfDelay 0.2s linear forwards;
  -ms-animation: fadeInHalfDelay 0.2s linear forwards;
  -o-animation: fadeInHalfDelay 0.2s linear forwards;
  animation: fadeInHalfDelay 0.2s linear forwards;
}
.anim-menu-bar-x-fadeout {
  -webkit-animation: fadeOutHalfDelay 0.2s linear forwards;
  -moz-animation: fadeOutHalfDelay 0.2s linear forwards;
  -ms-animation: fadeOutHalfDelay 0.2s linear forwards;
  -o-animation: fadeOutHalfDelay 0.2s linear forwards;
  animation: fadeOutHalfDelay 0.2s linear forwards;
}
.anim-menu-bar-top-rotate {
  -webkit-animation: menuBarTopRotate 0.15s linear forwards;
  -moz-animation: menuBarTopRotate 0.15s linear forwards;
  -ms-animation: menuBarTopRotate 0.15s linear forwards;
  -o-animation: menuBarTopRotate 0.15s linear forwards;
  animation: menuBarTopRotate 0.15s linear forwards;
}
.anim-menu-bar-top-unrotate {
  -webkit-animation: menuBarTopUnrotate 0.15s linear forwards;
  -moz-animation: menuBarTopUnrotate 0.15s linear forwards;
  -ms-animation: menuBarTopUnrotate 0.15s linear forwards;
  -o-animation: menuBarTopUnrotate 0.15s linear forwards;
  animation: menuBarTopUnrotate 0.15s linear forwards;
}
.anim-menu-bar-bot-rotate {
  -webkit-animation: menuBarBotRotate 0.15s linear forwards;
  -moz-animation: menuBarBotRotate 0.15s linear forwards;
  -ms-animation: menuBarBotRotate 0.15s linear forwards;
  -o-animation: menuBarBotRotate 0.15s linear forwards;
  animation: menuBarBotRotate 0.15s linear forwards;
}
.anim-menu-bar-bot-unrotate {
  -webkit-animation: menuBarBotUnrotate 0.15s linear forwards;
  -moz-animation: menuBarBotUnrotate 0.15s linear forwards;
  -ms-animation: menuBarBotUnrotate 0.15s linear forwards;
  -o-animation: menuBarBotUnrotate 0.15s linear forwards;
  animation: menuBarBotUnrotate 0.15s linear forwards;
}
@keyframes menuBarTopRotate {
  0% {
    transform: none;
  }
  1% {
    transform: rotate(0.5deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(22.5deg) translate(-1px, 3.5px);
  }
  99% {
    transform: rotate(44.5deg) translate(-1.98px, 6.93px);
  }
  100% {
    transform: rotate(45deg) translate(-2px, 7.5px);
  }
}
@keyframes menuBarTopUnrotate {
  0% {
    transform: rotate(45deg) translate(-2px, 7.5px);
  }
  1% {
    transform: rotate(44.5deg) translate(-1.98px, 6.93px);
  }
  50% {
    transform: rotate(22.5deg) translate(-1px, 3.5px);
  }
  99% {
    transform: rotate(0.45deg) translate(0px, 0px);
  }
  100% {
    transform: none;
  }
}
@keyframes menuBarBotRotate {
  0% {
    transform: none;
  }
  1% {
    transform: rotate(-0.5deg) translate(0px, -0.094px);
  }
  50% {
    transform: rotate(-22.5deg) translate(-1px, -4.7px);
  }
  99% {
    transform: rotate(-44.5deg) translate(-1.98px, -9.306px);
  }
  100% {
    transform: rotate(-45deg) translate(-2px, -8.9px);
  }
}
@keyframes menuBarBotUnrotate {
  0% {
    transform: rotate(-45deg) translate(-2px, -8.9px);
  }
  1% {
    transform: rotate(-44.5deg) translate(-1.98px, -9.306px);
  }
  50% {
    transform: rotate(-22.5deg) translate(-1px, -4.7px);
  }
  99% {
    transform: rotate(-0.5deg) translate(0px, -0.094px);
  }
  100% {
    transform: none;
  }
}
.anim-bounce-up {
  -webkit-animation: animBounceUp 0.3s linear forwards;
  -moz-animation: animBounceUp 0.3s linear forwards;
  -ms-animation: animBounceUp 0.3s linear forwards;
  -o-animation: animBounceUp 0.3s linear forwards;
  animation: animBounceUp 0.3s linear forwards;
}
.anim-bounce-down {
  -webkit-animation: animBounceDown 0.1s linear forwards;
  -moz-animation: animBounceDown 0.1s linear forwards;
  -ms-animation: animBounceDown 0.1s linear forwards;
  -o-animation: animBounceDown 0.1s linear forwards;
  animation: animBounceDown 0.1s linear forwards;
}
@keyframes animBounceUp {
  0% {
    transform: none;
  }
  1% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -1px);
  }
  99% {
    transform: translate(0px, -1.98px);
  }
  100% {
    transform: translate(0px, -2px);
  }
}
@keyframes animBounceDown {
  0% {
    transform: translate(0px, -2px);
  }
  1% {
    transform: translate(0px, -1.98px);
  }
  50% {
    transform: translate(0px, -1px);
  }
  99% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: none;
  }
}
/*Generic Anim*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  50% {
    opacity: 0.50;
  }
  99% {
    opacity: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.99;
  }
  50% {
    opacity: 0.50;
  }
  99% {
    opacity: 0.01;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInHalfDelay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutHalfDelay {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.01;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.animate__animated.animate__fadeIn.animate__speed__fast {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
}
