<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.limitedText{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
  margin: 0px;
  padding: 0px;
}

img{
  width: auto;
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: left !important;
}

.select2-dropdown{
  border: 1px solid #f2f2f3 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  outline: none !important;
}

@-webkit-keyframes myLoopBounce{
  0%{
    bottom: 30px;
  }
  100%{
    bottom: 20px;
  }
}

@-moz-keyframes myLoopBounce{
  0%{
    bottom: 30px;
  }
  100%{
    bottom: 20px;
  }
}

@-o-keyframes myLoopBounce{
  0%{
    bottom: 30px;
  }
  100%{
    bottom: 20px;
  }
}

@keyframes myLoopBounce{
  0%{
    bottom: 30px;
  }
  100%{
    bottom: 20px;
  }
}

.plyr--video .plyr__controls{
  background: transparent !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large{
  background: #f0f1f1 !important;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover{
  background: #f0f1f1 !important;
}

.plyr__progress--played, .plyr__volume--display{
  color: #f0f1f1 !important;
}

.breadcrumbs &gt; ul{
  padding: 0;
  list-style: none;
}

.breadcrumbs &gt; ul &gt; li{
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.breadcrumbs &gt; ul &gt; li &gt; a{
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  color: #9a9b9b;
}

.breadcrumbs &gt; ul &gt; li &gt; a:hover, .breadcrumbs &gt; ul &gt; li.active &gt; a{
  text-decoration: none;
  color: #f0f1f1;
}

.breadcrumbs &gt; ul &gt; li:last-child{
  margin-right: 0px;
}

.breadcrumbs &gt; ul &gt; li:not(:last-child)::after {
  content: "&gt;";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
}

input.form-control:hover, input.form-control:active, input.form-control:focus, textarea.form-control:hover, textarea.form-control:active, textarea.form-control:focus, select.form-control:focus{
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f3;
}

input.form-control[type=text], input.form-control[type=number], input.form-control[type=tel], input.form-control[type=email], textarea.form-control, select.form-control{
  outline: none;
  border-radius: 7px;
  border: none;
  font-size: 1rem;
  padding: 0.6em 0.6em;
  line-height: 1.5rem;
  background-color: #f2f2f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 100%;
}

input.form-control[type=text]:hover, input.form-control[type=number]:hover, input.form-control[type=tel]:hover, input.form-control[type=email]:hover, textarea.form-control:hover, select.form-control:hover,input.form-control[type=text]:focus, input.form-control[type=number]:focus, input.form-control[type=tel]:focus, input.form-control[type=email]:focus, textarea.form-control:focus, select.form-control:focus,
.myCustomSelect + .select2-container:focus,
.myCustomSelect + .select2-container .select2-selection:focus,
.myCustomSelect + .select2-container .select2-selection .select2-selection__rendered:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.myCustomSelect + .select2-container .select2-selection .select2-selection__rendered{
  padding: 11px 17px !important;
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  border-radius: 7px !important;
  background-color: #f2f2f3;
}

.myCustomSelect + .select2-container .select2-selection{
  height: auto;
  border: none;
}

.myCustomSelect + .select2-container .select2-selection .select2-selection__arrow{
  top: 8px;
}

.childColorInherit p, .childColorInherit span, .childColorInherit strong, .childColorInherit ul, .childColorInherit li, .childColorInherit label, .childColorInherit table, .childColorInherit tr, .childColorInherit th, .childColorInherit td{
  color: inherit;
}


#mainMenu.navbar-nav&gt;.customDropdown&gt;.dropdown-menu{
  display: block;
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  -o-transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  padding: 0;
}

#mainMenu .customDropdown.hovered&gt;.dropdown-menu, #mainMenu .customDropdown&gt;.dropdown-menu.show{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  filter: alpha(opacity=100);
  opacity: 1;
}

.customDropdown&gt;.dropdown-menu&gt;li {
  position: relative;
}

#mainMenu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mainMenu .dropdown-menu::after{
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border-bottom: .3em solid var(--orange);
  border-right: .3em solid transparent;
  border-top: 0;
  border-left: .3em solid transparent;
}

      .bgFixed{
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
      }
    
.bgClassic{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 320px){
}

/* xs */
@media (max-width: 575px){

  .fullScreen{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .fullScreenMenu{
    height: calc(var(--vh, 1vh) * 100 - var(--menuh));
  }

}

/* sm */
@media (min-width: 576px){

  .fullScreen{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .fullScreenMenu{
    height: calc(var(--vh, 1vh) * 100 - var(--menuh));
  }

  .bpLogo{
    max-width: 100px;
  }

}

/* md */
@media (min-width: 768px){

  .fullScreen{
    height: 100vh;
  }

  .fullScreenMenu{
    height: calc(100vh - var(--menuh));
  }

}

/* lg */
@media (min-width: 992px){

}

/* xl */
@media (min-width: 1200px){

}

/* xxl */
@media (min-width: 1800px){

  .container{
    max-width: 1555px;
  }

}

/* xxxl */
@media (min-width: 2600px){

  .container{
    max-width: 2300px;
  }

}
</pre></body></html>