/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

/* transitionEffect: fade */

/* transitionEffect: zoom-in-out */

/* transitionEffect: rotate */

/* transitionEffect: circular */

/* transitionEffect: tube */

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
}
/* --- n t r i g a . a g e n c y ---
web  -> http://www.ntriga.agency
mail -> info@ntriga.agency
------------------------------ */
/*
 *	VARIABLES
 */
/* Bootstrap breakpoints */
/* fonts */
/* colours */
/* social colours */
/*
 *	MIXINS
 */
/* rich-content */
.rich-content {
  width: 100%; }

.rich-content--no-container .container {
  max-width: 100% !important; }

/* general */
.rc-block {
  margin-bottom: 30px; }
  .rc-block img {
    width: 100%; }

.rc-img {
  position: relative; }

.rc-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  margin-bottom: 0;
  padding: 5px 8px;
  color: #fff;
  background-color: #000;
  font-style: italic;
  opacity: .6;
  font-size: .75rem;
  line-height: 1.1;
  transition: opacity .2s;
  border-radius: 2px 0 0 0; }
  .rc-img-caption:hover {
    opacity: .9; }

.rc-cta {
  margin: 0 auto 30px;
  width: 450px;
  max-width: 100%; }

/* rc-article-cta-left */
/* rc-article-cta-right */

/* slick-slider */
/* loading */
.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s ease-out; }
  .slick-slider .slick-slide {
    display: none; }
  .slick-slider .slick-slide:first-child {
    display: block;
    visibility: hidden; }

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1; }
  .slick-slider.slick-initialized .slick-slide {
    display: block;
    visibility: visible !important; }

.slick-slide {
  height: auto; }

.slick-arrow {
  z-index: 50;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  padding: 0;
  line-height: 45px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .slick-arrow i::before {
    margin-left: 0;
    margin-right: 0; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0 0 17px;
  text-align: center;
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    margin: 0 3px 5px; }
  .slick-dots button {
    width: 20px;
    height: 8px;
    font-size: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
  .slick-dots .slick-active button {
    background-color: #fff; }

/* rc-image-slider */
.rc-image-slider .slick-arrow {
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  width: 10%;
  min-width: 45px;
  font-size: 42px; }

/* rc-big-banner */

/* rc-video */
.rc-video__inner {
  position: relative;
  width: 100%;
  max-width: 854px;
  margin: 0 auto; }

.rc-video__overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .rc-video__overlay:hover, .rc-video__overlay:focus, .rc-video__overlay:active {
    color: #fff;
    text-decoration: none; }
  .rc-video__overlay .title {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    padding: 1rem; }
  .rc-video__overlay img {
    max-width: 20%;
    height: auto; }

.rc-video__thumb {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .rc-video__thumb img {
    max-width: 100%;
    width: 100%;
    max-height: 100%; }

/* rc-attachments */

/* rc-quote */
.rc-quote {
  text-align: center; }

/* rc-quote-slider */

/* rc-form */

/* rc-logo-grid */

/* rc-gmap */
.rc-gmap__map {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  max-height: 80vh; }
  .rc-gmap__map .map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/* rc-tweet */
.rc-tweet iframe {
  margin-left: auto !important;
  margin-right: auto !important; }

/* rc-instagram */

/* rc-facebook */
.rc-facebook {
  margin-bottom: 30px;
  text-align: center; }

/* rc-embed */

/* rc-issuu */
.rc-issuu {
  width: 100%;
  text-align: center; }

/* rc-share */
.rc-social-share ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0; }

.rc-social-share li {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #fff; }

.rc-social-share a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  cursor: pointer; }

.rc-social-share .facebook a {
  color: #fff;
  background-color: #3b5998; }
  .rc-social-share .facebook a:hover, .rc-social-share .facebook a:focus {
    background-color: #4264aa; }
  .rc-social-share .facebook a:active {
    background-color: #344e86; }

.rc-social-share .linkedin a {
  background-color: #007bb6; }
  .rc-social-share .linkedin a:hover, .rc-social-share .linkedin a:focus {
    background-color: #008cd0; }
  .rc-social-share .linkedin a:active {
    background-color: #006a9d; }

.rc-social-share .twitter a {
  background-color: #00aced; }
  .rc-social-share .twitter a:hover, .rc-social-share .twitter a:focus {
    background-color: #08bbff; }
  .rc-social-share .twitter a:active {
    background-color: #0099d4; }

.rc-social-share .googleplus a {
  background-color: #dd4b39; }
  .rc-social-share .googleplus a:hover, .rc-social-share .googleplus a:focus {
    background-color: #e15f4f; }
  .rc-social-share .googleplus a:active {
    background-color: #d73925; }

/* rc-sounds */
.rc-sounds {
  text-align: center; }
  .rc-sounds audio {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

/*
 *	CONTENT BLOCK OVERRIDES
 */
/*
 *	VARIABLES
 */
/* Bootstrap breakpoints */
/* fonts */
/* colours */
/* social colours */
/*
 *	MIXINS
 */
.rc-block--callout {
  padding: 30px; }

@charset "UTF-8";
/* --- n t r i g a . a g e n c y ---
 * web  -> ntriga.agency
 * mail -> info@ntriga.agency
 * --------------------------------- */
/*
 *	VARIABLES
 */
/* Bootstrap breakpoints */
/* fonts */
/* colours */
/* social colours */
/*
 *	MIXINS
 */
/*
 *  Bootstrap variable overrides
 */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #f3a731;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009fdf;
  --secondary: #d50252;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #f3a731;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, footer, header, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3739;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #009fdf;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #006893;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-4, .col-6, .col-8, .col-12, .col,
.col-auto, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm,
.col-sm-auto, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md,
.col-md-auto, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8,
.col-lg-auto, .col-xl-3, .col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3d3739; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #60d1ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-control .was-validated :valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .form-control .was-validated :valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

textarea.form-control .was-validated :valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.custom-select .was-validated :valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .custom-select .was-validated :valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-check-input .was-validated :valid ~ .form-check-label {
  color: #28a745; }

.custom-control-input .was-validated :valid ~ .custom-control-label {
  color: #28a745; }
  .custom-control-input .was-validated :valid ~ .custom-control-label::before {
    border-color: #28a745; }

.custom-control-input .was-validated :valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input .was-validated :valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input .was-validated :valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-file-input .was-validated :valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input .was-validated :valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.was-validated :invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-feedback {
  display: block; }

.form-control .was-validated :invalid,
.form-control .is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .form-control .was-validated :invalid:focus,
  .form-control .is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

textarea.form-control .was-validated :invalid,
textarea.form-control .is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.custom-select .was-validated :invalid,
.custom-select .is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .custom-select .was-validated :invalid:focus,
  .custom-select .is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-check-input .was-validated :invalid ~ .form-check-label,
.form-check-input .is-invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input .was-validated :invalid ~ .invalid-feedback,
.form-check-input .is-invalid ~ .invalid-feedback {
  display: block; }

.custom-control-input .was-validated :invalid ~ .custom-control-label,
.custom-control-input .is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .custom-control-input .was-validated :invalid ~ .custom-control-label::before,
  .custom-control-input .is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.custom-control-input .was-validated :invalid:checked ~ .custom-control-label::before,
.custom-control-input .is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input .was-validated :invalid:focus ~ .custom-control-label::before,
.custom-control-input .is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input .was-validated :invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input .is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-file-input .was-validated :invalid ~ .custom-file-label,
.custom-file-input .is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input .was-validated :invalid:focus ~ .custom-file-label,
.custom-file-input .is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #3d3739;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #3d3739;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #009fdf;
  border-color: #009fdf; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0084b9;
    border-color: #007bac; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0084b9;
    border-color: #007bac;
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #009fdf;
    border-color: #009fdf; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bac;
    border-color: #00729f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 173, 228, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #d50252;
  border-color: #d50252; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #af0243;
    border-color: #a2023f; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #af0243;
    border-color: #a2023f;
    box-shadow: 0 0 0 0.2rem rgba(219, 40, 108, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #d50252;
    border-color: #d50252; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #a2023f;
    border-color: #96013a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 40, 108, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #009fdf;
  border-color: #009fdf; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009fdf;
    border-color: #009fdf; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009fdf;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009fdf;
    border-color: #009fdf; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.5); }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3d3739;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009fdf; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009fdf;
    background-color: #009fdf; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #60d1ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #93e0ff;
    border-color: #93e0ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009fdf;
  background-color: #009fdf; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 223, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 159, 223, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 223, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #60d1ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #60d1ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-text:last-child {
  margin-bottom: 0; }


.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }


.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009fdf;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #006893;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 223, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009fdf;
  border-color: #009fdf; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-secondary {
  color: #fff;
  background-color: #d50252; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #a2023f; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(213, 2, 82, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009fdf;
    border-color: #009fdf; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3d3739; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.rounded {
  border-radius: 0.25rem !important; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.position-static {
  position: static !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.w-100 {
  width: 100% !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

/*
 *	BOOSTRAP STYLE OVERRIDES
 */
/* text */
.h1, h1 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 300; }

.h2, h2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009fdf; }

.h3, h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #009fdf; }

p {
  margin-bottom: 20px; }

a:hover, a:active {
  color: #d50252; }

.lead {
  margin-bottom: 30px; }

/* buttons */
.btn {
  padding: 10px 20px; }

/* forms */
label {
  text-transform: uppercase;
  font-size: 0.875rem; }

.form-group {
  margin-bottom: 30px; }

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #3d3739;
  padding-left: 0;
  padding-right: 0; }
  .form-control:focus {
    box-shadow: none; }

/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 600; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '→'; }

.breadcrumb-item a {
  color: #3d3739;
  text-decoration: underline;
  transition: color .15s ease-in-out; }
  .breadcrumb-item a:hover {
    color: #009fdf; }
  .breadcrumb-item a:active {
    color: #d50252; }

.breadcrumb-item.active {
  color: #d50252; }

/* pagination */
.pagination {
  margin-top: 60px;
  -ms-flex-pack: center;
  justify-content: center; }

/* list group */
.list-group {
  margin-bottom: 40px;
  border-radius: 0;
  border: none; }

.list-group-item {
  color: #3d3739;
  font-weight: 700;
  padding: 10px 0;
  border-color: #3d3739;
  border-left: none;
  border-right: none;
  text-decoration: none !important;
  transition: border-color .15s ease-in-out, color .15s ease-in-out; }
  .list-group-item:first-child {
    border-top: none; }
  .list-group-item:hover {
    color: #009fdf;
    border-bottom-color: #009fdf; }
  .list-group-item:active {
    color: #d50252;
    border-bottom-color: #d50252; }
  .list-group-item i {
    position: absolute;
    right: 0; }

.dropdown-item {
  transition: color .15s ease-in-out, background-color .15s ease-in-out; }
  .dropdown-item:hover {
    color: #009fdf; }
  .dropdown-item:active {
    background-color: #d50252;
    color: #fff; }

/* badges (custom color) */
.tags .badge--custom {
  color: #fff;
  background-color: var(--bg-color); }

/*
 *	DEFAULTS
 */
html {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden; }

*, *:before, *:after {
  box-sizing: inherit; }

#fancybox-loading,
#fancybox-loading div {
  box-sizing: content-box; }

/* hide placeholder text on focus */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

/* button outlines */
button:focus {
  outline: none; }

.lightbox {
  display: block;
  text-decoration: none !important; }

/*
 *	RESPONSIVE IMAGES
 */
picture {
  display: block;
  line-height: 0; }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.lazy-placeholder {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background-color: #ccc;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  background-position: -100% 0;
  animation: lazy-loading 1s infinite linear;
  transform: translate3d(0, 0, 0); }

.lazyloaded + .lazy-placeholder,
.no-js .lazy-placeholder {
  display: none !important; }

@keyframes lazy-loading {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

/*
 *	GENERAL
 */
body {
  overflow-x: hidden;
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed; }

.more {
  font-weight: 700; }
  .more i {
    margin-left: 3px;
    color: #f3a731; }
  .more:hover i {
    color: #d50252; }

.dash-title {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #009fdf;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300; }

.line-title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 300;
  border-bottom: 1px solid var(--bg-color);
  color: #3d3739;
  color: var(--bg-color); }

.line-title--primary {
  color: #009fdf;
  border-color: #009fdf; }

.line-title--secondary {
  color: #d50252;
  border-color: #d50252; }

.line-title--yellow {
  color: #f3a731;
  border-color: #f3a731; }

/*
 *	HEADER
 */
.header {
  background-color: #fff; }

.header__top {
  background-color: #626262;
  font-size: .95rem; }

.header__mid {
  padding: 30px 0;
  position: relative; }

.nav--social .nav-item + .nav-item {
  margin-left: 10px; }

.nav--social .nav-link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #626262;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 3px; }

.nav--top .nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.nav--top .nav-link {
  position: relative;
  z-index: 1;
  padding: 12px 15px;
  color: #fff;
  font-size: 0.875rem; }
  .nav--top .nav-link::before {
    z-index: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.nav--top .nav-link:hover {
  color: #fff; }
  .nav--top .nav-link:hover::before {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8); }

.nav--top .nav-link:active,
.nav--top .active .nav-link,
.nav--top .nav-link[aria-expanded="true"] {
  color: #000; }
  .nav--top .nav-link:active::before,
  .nav--top .active .nav-link::before,
  .nav--top .nav-link[aria-expanded="true"]::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8); }

.nav--top .dropdown-menu {
  min-width: 100%; }

.nav--top-mobile {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.nav--main {
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*
	.nav-item--primary .nav-link::before {
		background-color: $primary;
	}
	.nav-item--secondary .nav-link::before {
		background-color: $secondary;
	}
	.nav-item--yellow .nav-link::before {
		background-color: $yellow;
	}
	.nav-item--gray .nav-link::before {
		background-color: #dbdbdb;
	}
	*/ }
  .nav--main .nav-item.dropdown {
    position: static; }
  .nav--main .nav-item + .nav-item {
    margin-left: 30px; }
  .nav--main .nav-link {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3d3739;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    transition: color .2s ease-in-out; }
    .nav--main .nav-link::before {
      z-index: -1;
      content: '';
      display: block;
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 4px;
      background-color: var(--bg-color);
      transition: height .2s ease-in-out; }
    .nav--main .nav-link:hover {
      color: var(--bg-color); }
      .nav--main .nav-link:hover::before {
        height: 8px; }
    .nav--main .nav-link:active .active,
    .nav--main .nav-link .show {
      color: var(--active-color); }
      .nav--main .nav-link:active .active::before,
      .nav--main .nav-link .show::before {
        height: 150%; }
  .nav--main .nav-item.active .nav-link,
  .nav--main .nav-item.show .nav-link {
    color: var(--active-color); }
    .nav--main .nav-item.active .nav-link::before,
    .nav--main .nav-item.show .nav-link::before {
      height: 150%; }
  .nav--main .dropdown-item {
    padding: 10px 20px;
    color: #fff; }

.subnav {
  border-radius: 0;
  padding: 0;
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  border: none;
  background-color: var(--bg-color);
  margin-top: -3px;
  padding: 90px 0; }
  .subnav > .container {
    position: relative; }
    .subnav > .container::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      left: 66.66%;
      background-color: rgba(255, 255, 255, 0.3); }

.subnav-link,
.subnav-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .15s; }
  .subnav-link:hover,
  .subnav-title:hover {
    color: #3d3739; }

.subnav-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700; }

.subnav-link {
  display: block;
  margin-top: 5px; }

.logo {
  width: 200px;
  display: block; }
  .logo img {
    width: 100%; }

.subscribe {
  padding: 5px 0;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .subscribe .text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    white-space: nowrap;
    padding-right: 15px; }
  .subscribe .form-control,
  .subscribe .btn {
    height: 35px;
    font-size: 0.875rem; }
  .subscribe .form-control {
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #3d3739;
    border: none;
    border-radius: 5px 0 0 5px; }
    .subscribe .form-control:-ms-input-placeholder {
      color: rgba(61, 55, 57, 0.8); }
    .subscribe .form-control::placeholder {
      color: rgba(61, 55, 57, 0.8); }
    .subscribe .form-control:focus {
      background-color: #fff;
      color: #3d3739; }
  .subscribe #div-submitInput {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .subscribe .btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-left: none;
    background-color: #2d2926;
    color: #fff; }
    .subscribe .btn:hover, .subscribe .btn:focus {
      color: #fff;
      background-color: #009fdf;
      border-color: #009fdf; }
    .subscribe .btn:active, .subscribe .btn:not(:disabled):not(.disabled):active, .subscribe .btn:not(:disabled):not(.disabled).active {
      color: #fff;
      background-color: #d50252;
      border-color: #d50252; }

.nav-open {
  padding: 0 15px;
  height: 45px;
  color: #fff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  white-space: nowrap; }
  .nav-open .text {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle; }
  .nav-open i {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle; }
  .nav-open[aria-expanded="true"] {
    color: #000; }

/*
 *	MOBILE NAV
 */
.nav--mobile {
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #fff 0%, #f6f7f8 55%);
  background-repeat: no-repeat;
  border-bottom: 2px solid #000;
  display: none; }
  .nav--mobile .nav-item.dropdown {
    position: static; }
  .nav--mobile .nav-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 15px auto; }
  .nav--mobile .nav-link {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3d3739;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    transition: color .2s ease-in-out; }
    .nav--mobile .nav-link::before {
      z-index: -1;
      content: '';
      display: block;
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 4px;
      background-color: var(--bg-color);
      transition: height .2s ease-in-out; }
    .nav--mobile .nav-link:hover {
      color: var(--bg-color); }
      .nav--mobile .nav-link:hover::before {
        height: 8px; }
    .nav--mobile .nav-link:active .active,
    .nav--mobile .nav-link .show {
      color: var(--active-color); }
      .nav--mobile .nav-link:active .active::before,
      .nav--mobile .nav-link .show::before {
        height: 150%; }
  .nav--mobile .nav-item.active .nav-link,
  .nav--mobile .nav-item.show .nav-link {
    color: var(--active-color); }
    .nav--mobile .nav-item.active .nav-link::before,
    .nav--mobile .nav-item.show .nav-link::before {
      height: 150%; }
  .nav--mobile .dropdown-menu {
    width: 100%;
    position: static !important;
    padding: 30px 0;
    text-align: center; }
  .nav--mobile .dropdown-item {
    padding: 10px 20px;
    color: #fff; }
  .nav--mobile .subnav > .container::before {
    content: none; }

/*
 *	BREADCRUMB / SEARCH
 */
.section-breadcrumb {
  padding: 10px 0;
  background-color: #fff;
  border-top: 2px solid #3d3739; }
.search {
  z-index: 3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .search .form-control,
  .search .btn {
    height: 40px; }
  .search .form-control {
    border-color: transparent;
    background-color: transparent; }
    .search .form-control:focus {
      background-color: rgba(255, 255, 255, 0.4); }
  .search .btn {
    background-color: transparent;
    border: none; }
    .search .btn:hover {
      color: #009fdf; }
    .search .btn:active {
      color: #d50252; }

.autoComplete_wrapper ul {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .autoComplete_wrapper ul li {
    display: block;
    padding: 10px 15px;
    cursor: pointer; }
    .autoComplete_wrapper ul li:hover {
      color: #009fdf; }
    .autoComplete_wrapper ul li:active {
      color: #d50252; }
  .autoComplete_wrapper ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
/*
 *	BANNER
 */
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.banner__push {
  width: 100%;
  padding-bottom: 40%; }

.banner__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  /* searchbox */
  /* buttons */ }
  .banner__inner .searchbox {
    width: 400px;
    max-width: 90%;
    position: relative; }
    .banner__inner .searchbox .form-control {
      width: 100%;
      height: 50px;
      border-radius: 5px;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      border: none; }
  .banner__inner .buttons {
    padding: 20px 0 0;
    list-style: none; }
    .banner__inner .buttons li {
      margin: 0 5px 5px;
      display: inline-block; }
  .banner__inner .btn {
    padding: 5px 10px;
    background-color: var(--bg-color);
    color: var(--active-color); }

/*
 *	NEWS
 */
.section-news {
  background-color: #f8f8f8; }
  .section-news > .container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    .section-news > .container::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(66% - 30px);
      width: 9999px;
      background-color: #f0f0f0;
      background-image: linear-gradient(to bottom, #f8f8f8, #f0f0f0 33%); }

.news {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex; }
  .news > a {
    display: -ms-flexbox;
    display: flex;
    color: #3d3739;
    text-decoration: none; }
    .news > a:hover .news__text .title {
      color: #d50252; }

.news__img {
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  max-width: 120px; }
  .news__img img {
    width: 100%; }

.news__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px; }
  .news__text .title {
    line-height: 1.2;
    color: #3d3739;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color .15s ease-in-out; }
    .news__text .title a {
      color: #3d3739;
      text-decoration: none; }
      .news__text .title a:hover {
        color: #d50252; }
  .news__text .title + .tags {
    margin-top: -10px; }
  .news__text .badge {
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 2px; }

.news--big .news__img {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

.news--big .news__text {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 30px; }
  .news--big .news__text .title {
    font-size: 1.4rem;
    font-weight: 700; }

.news--mini {
  display: block; }
  .news--mini a {
    display: block; }
  .news--mini .news__img {
    width: 25%;
    float: left;
    margin: 0 15px 5px 0; }
  .news--mini .news__text {
    padding-left: 0; }
    .news--mini .news__text .title {
      margin-bottom: 5px; }
    .news--mini .news__text .title + p {
      clear: both; }

/*
 *	EVENTS
 */
.section-events {
  padding: 60px 0; }

.slider-events .slick-slide {
  padding: 0 15px; }

.slider-events .slick-arrow span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ebebeb;
  line-height: 12px;
  text-align: center;
  margin: 0;
  transition: background-color .15s ease-in-out; }

.slider-events .slick-arrow i {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  line-height: 1; }

.slider-events .slick-arrow:hover span,
.slider-events .slick-arrow:active span {
  background-color: #009fdf; }

.slider-events .slick-prev {
  left: -30px; }

.slider-events .slick-next {
  right: -30px; }

.event {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.event__img {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 150px;
  position: relative; }
  .event__img img {
    width: 100%; }
  .event__img a {
    position: relative;
    display: block; }
    .event__img a::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(213, 2, 82, 0.2);
      z-index: 1;
      opacity: 0;
      transition: opacity .2s ease-in-out; }
    .event__img a:hover::before, .event__img a:active::before {
      opacity: 1; }
  .event__img .corner {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 50%;
    height: 50%;
    background-image: linear-gradient(45deg, transparent 50%, #d50252 50%);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right; }

.event__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 66.66%;
  padding-left: 15px;
  font-size: 0.875rem; }
  .event__text .date {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.2rem; }
  .event__text .title {
    margin-bottom: 10px;
    color: #d50252;
    font-size: 1.2rem;
    font-weight: 700; }
    .event__text .title a {
      color: #d50252; }
  .event__text .title + .tags {
    margin-top: -10px; }
  .event__text .badge {
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 2px; }
  .event__text p {
    margin-bottom: 0; }

/*
 *	EVENTS INDEX
 */
.section-main {
  position: relative; }

.section-main__content {
  padding: 30px;
  background-image: linear-gradient(to bottom, white 90px, rgba(255, 255, 255, 0) 100%);
  margin-top: -90px; }
  .section-main__content .date {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 300; }
  .section-main__content .tags {
    margin-bottom: 30px; }

/*
 *	ASIDE
 */
.aside {
  padding-top: 30px;
  font-size: 0.875rem; }
  .aside .dash-title {
    margin-bottom: 15px; }

.social-share {
  display: block;
  list-style: none;
  margin-bottom: 30px;
  padding: 0; }
  .social-share li {
    display: inline-block; }
  .social-share a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 35px; }
  .social-share .facebook {
    background-color: #3b5998; }
  .social-share .twitter {
    background-color: #00aced; }

.related-pages {
  list-style: none;
  padding: 0; }
  .related-pages li {
    display: block;
    padding-bottom: 10px; }
  .related-pages li + li {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    padding-top: 10px; }
  .related-pages a {
    display: block; }

/*
 *	FOOTER
 */
.footer {
  margin-top: 60px; }
  .footer a {
    color: #3d3739; }
    .footer a:hover {
      color: #d50252; }

.footer__top > .container {
  position: relative;
  padding-top: 40px; }
  .footer__top > .container::before {
    content: '';
    display: block;
    left: 15px;
    right: 15px;
    border-top: 2px solid #3d3739;
    position: absolute;
    top: 0; }

.footer__top .links {
  margin-bottom: 30px;
  list-style: none;
  padding: 0; }
  .footer__top .links li {
    list-style: none; }

.footer__top .title {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase; }

.footer__bottom {
  padding: 15px 0 30px;
  color: rgba(61, 55, 57, 0.5);
  font-size: 0.875rem; }
  .footer__bottom a {
    color: rgba(61, 55, 57, 0.5); }

/*
 *	RECAPTCHA
 */
.g-recaptcha {
  margin-top: 30px; }

/*
 *	COOKIES
 */
.ntr-cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }

/*
 *	IMPORTS
 */
@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?54404554");
  src: url("/font/fontello.eot?54404554#iefix") format("embedded-opentype"), url("/font/fontello.woff2?54404554") format("woff2"), url("/font/fontello.woff?54404554") format("woff"), url("/font/fontello.ttf?54404554") format("truetype"), url("/font/fontello.svg?54404554#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/font/fontello.svg?54404554#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-doc:before {
  content: '\e801'; }

/* '' */
.icon-phone:before {
  content: '\e802'; }

/* '' */
.icon-download:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */

/* '' */

/* '' */

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */

/* '' */

/* '' */

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */

/* '' */

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */

/* '' */

/* '' */
/*
 *	CUSTOM RESPONSIVE CODE
 */
@media (max-width: 1199.98px) {
  /*
	 *  MAIN
	 */
  .section-main__content {
    margin-top: 0;
    padding: 30px 0; }
  .aside {
    padding-top: 40px;
    border-top: 2px solid #000; } }

@media (max-width: 991.98px) {
  /*
	 *  HEADER
	 */
  #nav-top-desktop .nav-item + .nav-item {
    border-left: none; }
  #nav-top-desktop .nav-item:not(:last-child) {
    display: none;
    border-left: none; }
  .nav--main {
    display: none; }
  .nav--mobile {
    display: -ms-flexbox;
    display: flex; }
  /*
	 *  BANNER
	 */
  .banner__inner .buttons {
    display: none; }
  /*
	 *  BREADCRUMB / SEARCH
	 */
  .search {
    width: 100%; }
    .search > div {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  /*
	 *	NEWS
	 */
  .section-news .container::before {
    content: none; }
  /*
	 *  EVENTS
	 */
  .slider-events {
    margin-top: 30px; }
    .slider-events .slick-slide {
      padding: 0; }
    .slider-events .event {
      margin-bottom: 0; } }

@media (max-width: 767.98px) {
  /*
	 *	HEADER
	 */
  .nav--top-mobile {
    -ms-flex-direction: column;
    flex-direction: column; }
    .nav--top-mobile .nav-item {
      width: 100%;
      border-left: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .nav--top-mobile .nav-link {
      text-align: center; }
      .nav--top-mobile .nav-link::before {
        left: 0;
        right: 0; }
  /*
	 *  NEWS
	 */
  .news,
  .news > a {
    -ms-flex-direction: column;
    flex-direction: column; }
  .news__img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
  .news__text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-left: 0;
    padding-top: 15px; }
  .news--big .news__img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
  .news--big .news__text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-left: 0;
    padding-top: 15px; }
  /*
	 *  FOOTER
	 */
  .footer__bottom {
    text-align: center; } }

@media (max-width: 575.98px) {
  /*
	 *	BREADCRUMB / SEARCH
	 */
  .section-breadcrumb {
    padding-bottom: 0; }
  .breadcrumb {
    padding-bottom: 10px;
    border-radius: 0;
    font-size: 0.875rem; }
  .search {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .search .form-control {
      padding-left: 15px; }
  /*
	 *	EVENTS
	 */
  .event {
    -ms-flex-direction: column;
    flex-direction: column; }
  .event__img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
  .event__text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-left: 0;
    padding-top: 15px; }
  /*
	 *  FOOTER
	 */
  .footer {
    text-align: center; } }

@media (max-width: 400px) {
  /*
	 *  HEADER
	 */
  .nav--social .nav-link {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .nav--top .nav-link {
    padding: 12px 10px; }
  .nav-open {
    width: 45px;
    padding: 0;
    text-align: center; }
    .nav-open .text {
      display: none; } }

/*# sourceMappingURL=app.css.map */

/*# sourceMappingURL=app-unpurged.css.map */
