.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
html,
body,
[canvas="container"],
[off-canvas] {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[canvas] {
    z-index: 1;
}

[canvas="container"] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}

[canvas="container"]:before,
[canvas="container"]:after {
    clear: both;
    content: "";
    display: table;
}

[off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    color: #fff;
    -webkit-overflow-scrolling: touch;
}

[off-canvas*="top"] {
    width: 100%;
    height: 255px;
    top: 0;
}

[off-canvas*="right"] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
}

[off-canvas*="bottom"] {
    width: 100%;
    height: 255px;
    bottom: 0;
}

[off-canvas*="left"] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
}

[off-canvas*="reveal"] {
    z-index: 0;
}

[off-canvas*="push"] {
    z-index: 1;
}

[off-canvas*="overlay"] {
    z-index: 9999;
}

[off-canvas*="shift"] {
    z-index: 0;
}

[canvas],
[off-canvas] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
}

[off-canvas*="shift"][off-canvas*="top"] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

[off-canvas*="shift"][off-canvas*="right"] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

[off-canvas*="shift"][off-canvas*="bottom"] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

[off-canvas*="shift"][off-canvas*="left"] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

@media print {
    [canvas] {
        -webkit-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }

    [off-canvas] {
        display: none !important;
    }
}

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: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.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 0.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;
    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-slide--html {
    padding: 6px;
}

.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(0.5, 0, 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-container [data-selectable="true"] {
    cursor: text;
}

.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-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

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

.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;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.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;
}

.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;
}

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

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

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.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;
}

.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);
}

.fancybox-caption {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 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;
}

.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: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

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

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

@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));
        }
    }
}

.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 0.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%;
}

.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-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

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

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

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 9999994;
    overflow: hidden;
}

.sp-container.sp-flat {
    position: relative;
}

.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat,
.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: 0.8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}

.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff0000),
        color-stop(0.17, #ffff00),
        color-stop(0.33, #00ff00),
        color-stop(0.5, #00ffff),
        color-stop(0.67, #0000ff),
        color-stop(0.83, #ff00ff),
        to(#ff0000)
    );
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00");
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00");
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff");
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff");
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff");
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000");
}

.sp-hidden {
    display: none !important;
}

.sp-cf:before,
.sp-cf:after {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
}

@media (max-device-width: 480px) {
    .sp-color {
        right: 40%;
    }

    .sp-hue {
        left: 63%;
    }

    .sp-fill {
        padding-top: 60%;
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: 0.8;
}

.sp-container {
    border-radius: 0;
    background-color: #ececec;
    border: solid 1px #f0c49b;
    padding: 0;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
    border: solid 1px #666;
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #222;
}

.sp-input:focus {
    border: 1px solid orange;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    float: left;
    border: solid 1px #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

.sp-palette-button-container,
.sp-button-container {
    float: right;
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
    border-color: #f0c49b;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    max-width: 220px;
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom: 0;
}

.sp-container button {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-container button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Regular.eot");
    src: url("../fonts/inerta/Inerta-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Regular.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Regular.woff") format("woff"), url("../fonts/inerta/Inerta-Regular.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Regular.svg#Inerta-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-ExtraBold.eot");
    src: url("../fonts/inerta/Inerta-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-ExtraBold.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-ExtraBold.woff") format("woff"), url("../fonts/inerta/Inerta-ExtraBold.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-ExtraBold.svg#Inerta-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-ExtraLight.eot");
    src: url("../fonts/inerta/Inerta-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-ExtraLight.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-ExtraLight.woff") format("woff"), url("../fonts/inerta/Inerta-ExtraLight.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-ExtraLight.svg#Inerta-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Light.eot");
    src: url("../fonts/inerta/Inerta-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Light.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Light.woff") format("woff"), url("../fonts/inerta/Inerta-Light.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Light.svg#Inerta-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-SemiBold.eot");
    src: url("../fonts/inerta/Inerta-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-SemiBold.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-SemiBold.woff") format("woff"), url("../fonts/inerta/Inerta-SemiBold.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-SemiBold.svg#Inerta-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Black.eot");
    src: url("../fonts/inerta/Inerta-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Black.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Black.woff") format("woff"), url("../fonts/inerta/Inerta-Black.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Black.svg#Inerta-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Bold.eot");
    src: url("../fonts/inerta/Inerta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Bold.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Bold.woff") format("woff"), url("../fonts/inerta/Inerta-Bold.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Bold.svg#Inerta-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Medium.eot");
    src: url("../fonts/inerta/Inerta-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Medium.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Medium.woff") format("woff"), url("../fonts/inerta/Inerta-Medium.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Medium.svg#Inerta-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inerta"; 
    src: url("../fonts/inerta/Inerta-Thin.eot");
    src: url("../fonts/inerta/Inerta-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/inerta/Inerta-Thin.woff2") format("woff2"),
        url("../fonts/inerta/Inerta-Thin.woff") format("woff"), url("../fonts/inerta/Inerta-Thin.ttf") format("truetype"),
        url("../fonts/inerta/Inerta-Thin.svg#Inerta-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/opensanslight.eot?") format("eot"), url("../fonts/opensanslight.woff2") format("woff2"),
        url("../fonts/opensanslight.woff") format("woff"), url("../fonts/opensanslight.ttf") format("truetype"),
        url("../fonts/opensanslight.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/opensanslightitalic.eot?") format("eot"), url("../fonts/opensanslightitalic.woff2") format("woff2"),
        url("../fonts/opensanslightitalic.woff") format("woff"), url("../fonts/opensanslightitalic.ttf") format("truetype"),
        url("../fonts/opensanslightitalic.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/opensans.eot?") format("eot"), url("../fonts/opensans.woff2") format("woff2"),
        url("../fonts/opensans.woff") format("woff"), url("../fonts/opensans.ttf") format("truetype"),
        url("../fonts/opensans.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/opensansitalic.eot?") format("eot"), url("../fonts/opensansitalic.woff2") format("woff2"),
        url("../fonts/opensansitalic.woff") format("woff"), url("../fonts/opensansitalic.ttf") format("truetype"),
        url("../fonts/opensansitalic.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/opensanssemibold.eot?") format("eot"), url("../fonts/opensanssemibold.woff2") format("woff2"),
        url("../fonts/opensanssemibold.woff") format("woff"), url("../fonts/opensanssemibold.ttf") format("truetype"),
        url("../fonts/opensanssemibold.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/opensanssemibolditalic.eot?") format("eot"), url("../fonts/opensanssemibolditalic.woff2") format("woff2"),
        url("../fonts/opensanssemibolditalic.woff") format("woff"), url("../fonts/opensanssemibolditalic.ttf") format("truetype"),
        url("../fonts/opensanssemibolditalic.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/opensansbold.eot?") format("eot"), url("../fonts/opensansbold.woff2") format("woff2"),
        url("../fonts/opensansbold.woff") format("woff"), url("../fonts/opensansbold.ttf") format("truetype"),
        url("../fonts/opensansbold.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/opensansbolditalic.eot?") format("eot"), url("../fonts/opensansbolditalic.woff2") format("woff2"),
        url("../fonts/opensansbolditalic.woff") format("woff"), url("../fonts/opensansbolditalic.ttf") format("truetype"),
        url("../fonts/opensansbolditalic.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/opensansextrabold.eot?") format("eot"), url("../fonts/opensansextrabold.woff2") format("woff2"),
        url("../fonts/opensansextrabold.woff") format("woff"), url("../fonts/opensansextrabold.ttf") format("truetype"),
        url("../fonts/opensansextrabold.svg#Open Sans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/opensansextrabolditalic.eot?") format("eot"), url("../fonts/opensansextrabolditalic.woff2") format("woff2"),
        url("../fonts/opensansextrabolditalic.woff") format("woff"), url("../fonts/opensansextrabolditalic.ttf") format("truetype"),
        url("../fonts/opensansextrabolditalic.svg#Open Sans") format("svg");
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    box-shadow: 0 0 0.625em #9b9b9b;
    overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em none;
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #009b95;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.25em;
    left: -0.9375em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
    height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
    animation: showSweetToast 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: hideSweetToast 0.2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    animation: animate-toast-success-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    animation: animate-toast-success-long 0.75s;
}

@keyframes showSweetToast {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
        opacity: 0.5;
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 0.5;
    }

    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0;
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
    align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom {
    align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
    align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
    align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
    align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(
        .swal2-center-start
    ):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
        .swal2-bottom-end
    ):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
    > .swal2-modal {
    margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(255, 255, 255, 0.7);
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: 1.5em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #173753;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup .swal2-actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0;
    z-index: 1;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: 0.46875em;
    padding: 0;
    border: 0.25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: "";
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    font-weight: 500;
    box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #009b95;
    color: #fff;
    font-size: 1em;
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #c9c9c9;
    color: #fff;
    font-size: 1em;
}

.swal2-popup .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px none;
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
}

.swal2-popup .swal2-close:hover {
    transform: none;
    color: #009b95;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
    display: none;
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #173753;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    z-index: 1;
    word-wrap: break-word;
}

.swal2-popup #swal2-content {
    text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
    margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px none;
    box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #e53c2f !important;
    box-shadow: 0 0 2px #e53c2f !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
    border: 1px solid none;
    outline: none;
    box-shadow: 0 0 3px none;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-popup .swal2-range input {
    width: 80%;
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

.swal2-popup .swal2-input[type="number"] {
    max-width: 10em;
}

.swal2-popup .swal2-file {
    font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    color: #545454;
    font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
    align-items: center;
    justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
    margin: 0 0.4em;
}

.swal2-popup .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden;
}

.swal2-popup .swal2-validation-message::before {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #e53c2f;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: "!";
    zoom: normal;
}

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid none;
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    user-select: none;
    zoom: normal;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #e53c2f;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #e53c2f;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
    border-color: #ff8524;
    color: #ff7100;
}

.swal2-icon.swal2-info {
    border-color: #02a2ff;
    color: #00629b;
}

.swal2-icon.swal2-question {
    border-color: #cecece;
    color: #9b9b9b;
}

.swal2-icon.swal2-success {
    border-color: #009b95;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -0.25em;
    left: -0.25em;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(0, 155, 149, 0.3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
    z-index: 1;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    display: block;
    position: absolute;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #009b95;
    z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 2.875em;
    left: 0.875em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600;
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10;
}

[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
    animation: none;
}

.swal2-hide {
    animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
    animation: none;
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden="true"] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: initial !important;
    }
}

/*!
 * 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: #00629b;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e53c2f;
    --orange: #ffa900;
    --yellow: #fec72d;
    --green: #009b95;
    --teal: #94ebe8;
    --cyan: #009b95;
    --white: #fff;
    --gray: #c9c9c9;
    --gray-dark: #424242;
    --lightGray: #ececec;
    --darkGray: #9b9b9b;
    --darkBlue: #00466e;
    --lightBlue: #0093c9;
    --darkGreen: #005552;
    --darkOrange: #ff7100;
    --primary: #009b95;
    --secondary: #9b9b9b;
    --success: #009b95;
    --info: #00629b;
    --warning: #fec72d;
    --danger: #e53c2f;
    --light: #ececec;
    --dark: #9b9b9b;
    --blue: #00629b;
    --red: #e53c2f;
    --orange: #ffa900;
    --yellow: #fec72d;
    --green: #009b95;
    --teal: #94ebe8;
    --cyan: #009b95;
    --white: #fff;
    --lightGray: #ececec;
    --gray: #c9c9c9;
    --darkGray: #9b9b9b;
    --darkBlue: #00466e;
    --lightBlue: #0093c9;
    --darkGreen: #005552;
    --darkOrange: #ff7100;
    --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, 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: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: "Inerta", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #173753;
    text-align: left;
    background-color: #f8f8f8;
}

[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;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #173753;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #009b95;
    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,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

img {
    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: #9b9b9b;
    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,
optgroup,
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;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ececec;
}

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #9b9b9b;
}

.blockquote-footer::before {
    content: "— ";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #9b9b9b;
}

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #2b2b2b;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

/* @media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
} */

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

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

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

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

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

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

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

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

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

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

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

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

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

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

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #173753;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ececec;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ececec;
}

.table tbody + tbody {
    border-top: 2px solid #ececec;
}

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

.table-bordered {
    border: 1px solid #ececec;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ececec;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #173753;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8e3e1;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7acbc8;
}

.table-hover .table-primary:hover {
    background-color: #a6dcd9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a6dcd9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #e3e3e3;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #cbcbcb;
}

.table-hover .table-secondary:hover {
    background-color: #d6d6d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #d6d6d6;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #b8e3e1;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #7acbc8;
}

.table-hover .table-success:hover {
    background-color: #a6dcd9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a6dcd9;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b8d3e3;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #7aadcb;
}

.table-hover .table-info:hover {
    background-color: #a6c8dc;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a6c8dc;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffefc4;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #fee292;
}

.table-hover .table-warning:hover {
    background-color: #ffe8ab;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8ab;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f8c8c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #f19a93;
}

.table-hover .table-danger:hover {
    background-color: #f5b2ae;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f5b2ae;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fafafa;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #f5f5f5;
}

.table-hover .table-light:hover {
    background-color: #ededed;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ededed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #e3e3e3;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #cbcbcb;
}

.table-hover .table-dark:hover {
    background-color: #d6d6d6;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #d6d6d6;
}

.table-blue,
.table-blue > th,
.table-blue > td {
    background-color: #b8d3e3;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
    border-color: #7aadcb;
}

.table-hover .table-blue:hover {
    background-color: #a6c8dc;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
    background-color: #a6c8dc;
}

.table-red,
.table-red > th,
.table-red > td {
    background-color: #f8c8c5;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
    border-color: #f19a93;
}

.table-hover .table-red:hover {
    background-color: #f5b2ae;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
    background-color: #f5b2ae;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #ffe7b8;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
    border-color: #ffd27a;
}

.table-hover .table-orange:hover {
    background-color: #ffde9f;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
    background-color: #ffde9f;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
    background-color: #ffefc4;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
    border-color: #fee292;
}

.table-hover .table-yellow:hover {
    background-color: #ffe8ab;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
    background-color: #ffe8ab;
}

.table-green,
.table-green > th,
.table-green > td {
    background-color: #b8e3e1;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
    border-color: #7acbc8;
}

.table-hover .table-green:hover {
    background-color: #a6dcd9;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
    background-color: #a6dcd9;
}

.table-teal,
.table-teal > th,
.table-teal > td {
    background-color: #e1f9f9;
}

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
    border-color: #c7f5f3;
}

.table-hover .table-teal:hover {
    background-color: #ccf5f5;
}

.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
    background-color: #ccf5f5;
}

.table-cyan,
.table-cyan > th,
.table-cyan > td {
    background-color: #b8e3e1;
}

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
    border-color: #7acbc8;
}

.table-hover .table-cyan:hover {
    background-color: #a6dcd9;
}

.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
    background-color: #a6dcd9;
}

.table-white,
.table-white > th,
.table-white > td {
    background-color: #fff;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
    border-color: #fff;
}

.table-hover .table-white:hover {
    background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #f2f2f2;
}

.table-lightGray,
.table-lightGray > th,
.table-lightGray > td {
    background-color: #fafafa;
}

.table-lightGray th,
.table-lightGray td,
.table-lightGray thead th,
.table-lightGray tbody + tbody {
    border-color: #f5f5f5;
}

.table-hover .table-lightGray:hover {
    background-color: #ededed;
}

.table-hover .table-lightGray:hover > td,
.table-hover .table-lightGray:hover > th {
    background-color: #ededed;
}

.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #f0f0f0;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
    border-color: #e3e3e3;
}

.table-hover .table-gray:hover {
    background-color: #e3e3e3;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
    background-color: #e3e3e3;
}

.table-darkGray,
.table-darkGray > th,
.table-darkGray > td {
    background-color: #e3e3e3;
}

.table-darkGray th,
.table-darkGray td,
.table-darkGray thead th,
.table-darkGray tbody + tbody {
    border-color: #cbcbcb;
}

.table-hover .table-darkGray:hover {
    background-color: #d6d6d6;
}

.table-hover .table-darkGray:hover > td,
.table-hover .table-darkGray:hover > th {
    background-color: #d6d6d6;
}

.table-darkBlue,
.table-darkBlue > th,
.table-darkBlue > td {
    background-color: #b8cbd6;
}

.table-darkBlue th,
.table-darkBlue td,
.table-darkBlue thead th,
.table-darkBlue tbody + tbody {
    border-color: #7a9fb4;
}

.table-hover .table-darkBlue:hover {
    background-color: #a8bfcd;
}

.table-hover .table-darkBlue:hover > td,
.table-hover .table-darkBlue:hover > th {
    background-color: #a8bfcd;
}

.table-lightBlue,
.table-lightBlue > th,
.table-lightBlue > td {
    background-color: #b8e1f0;
}

.table-lightBlue th,
.table-lightBlue td,
.table-lightBlue thead th,
.table-lightBlue tbody + tbody {
    border-color: #7ac7e3;
}

.table-hover .table-lightBlue:hover {
    background-color: #a3d8ec;
}

.table-hover .table-lightBlue:hover > td,
.table-hover .table-lightBlue:hover > th {
    background-color: #a3d8ec;
}

.table-darkGreen,
.table-darkGreen > th,
.table-darkGreen > td {
    background-color: #b8cfcf;
}

.table-darkGreen th,
.table-darkGreen td,
.table-darkGreen thead th,
.table-darkGreen tbody + tbody {
    border-color: #7aa7a5;
}

.table-hover .table-darkGreen:hover {
    background-color: #a9c5c5;
}

.table-hover .table-darkGreen:hover > td,
.table-hover .table-darkGreen:hover > th {
    background-color: #a9c5c5;
}

.table-darkOrange,
.table-darkOrange > th,
.table-darkOrange > td {
    background-color: #ffd7b8;
}

.table-darkOrange th,
.table-darkOrange td,
.table-darkOrange thead th,
.table-darkOrange tbody + tbody {
    border-color: #ffb57a;
}

.table-hover .table-darkOrange:hover {
    background-color: #ffc99f;
}

.table-hover .table-darkOrange:hover > td,
.table-hover .table-darkOrange:hover > th {
    background-color: #ffc99f;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #424242;
    border-color: #555;
}

.table .thead-light th {
    color: #565656;
    background-color: #f2f2f2;
    border-color: #ececec;
}

.table-dark {
    color: #fff;
    background-color: #424242;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #555;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.8rem + 2px);
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    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 #565656;
}

.form-control:focus {
    color: #565656;
    background-color: #fff;
    border-color: #1cfff6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.form-control::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none;
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.9rem + 1px);
    padding-bottom: calc(0.9rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(1.5rem + 1px);
    padding-bottom: calc(1.5rem + 1px);
    font-size: 1rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.35rem + 1px);
    padding-bottom: calc(0.35rem + 1px);
    font-size: 1rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.9rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #173753;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

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

.form-control-lg {
    height: calc(1.5em + 3rem + 2px);
    padding: 1.5rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

textarea.form-control {
    height: auto;
}

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

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    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: #9b9b9b;
}

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 155, 149, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #009b95;
    padding-right: calc(1.5em + 1.8rem);
    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='%23009B95' 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.45rem) center;
    background-size: calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #009b95;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #009b95;
    padding-right: calc(0.75em + 3.85rem);
    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='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 1.5rem 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='%23009B95' 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 2.5rem / calc(0.75em + 0.9rem) calc(0.75em + 0.9rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #009b95;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #009b95;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #009b95;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #009b95;
}

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #009b95;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #009b95;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(229, 60, 47, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e53c2f;
    padding-right: calc(1.5em + 1.8rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E53C2F' 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='%23E53C2F' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.45rem) center;
    background-size: calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e53c2f;
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e53c2f;
    padding-right: calc(0.75em + 3.85rem);
    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='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 1.5rem 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='%23E53C2F' 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='%23E53C2F' stroke='none'/%3e%3c/svg%3e")
            center right 2.5rem / calc(0.75em + 0.9rem) calc(0.75em + 0.9rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e53c2f;
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e53c2f;
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: #173753;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.65rem;
    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: #173753;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 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: #009b95;
    border-color: #009b95;
}

.btn-primary:hover {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006864;
    border-color: #005b58;
}

.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, 170, 165, 0.5);
}

.btn-secondary {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #888;
    border-color: #828282;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #888;
    border-color: #828282;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #7b7b7b;
}

.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(138, 138, 138, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-success:hover {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006864;
    border-color: #005b58;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-info:hover {
    color: #fff;
    background-color: #004a75;
    border-color: #004268;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #004a75;
    border-color: #004268;
    box-shadow: 0 0 0 0.2rem rgba(38, 122, 170, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #004268;
    border-color: #003a5b;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 122, 170, 0.5);
}

.btn-warning {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-warning:hover {
    color: #2b2b2b;
    background-color: #febd07;
    border-color: #f7b601;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #2b2b2b;
    background-color: #febd07;
    border-color: #f7b601;
    box-shadow: 0 0 0 0.2rem rgba(222, 176, 45, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #2b2b2b;
    background-color: #f7b601;
    border-color: #eaad01;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 176, 45, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d3281a;
    border-color: #c82619;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #d3281a;
    border-color: #c82619;
    box-shadow: 0 0 0 0.2rem rgba(233, 89, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c82619;
    border-color: #bd2318;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 89, 78, 0.5);
}

.btn-light {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-light:hover {
    color: #2b2b2b;
    background-color: #d9d9d9;
    border-color: #d3d3d3;
}

.btn-light:focus,
.btn-light.focus {
    color: #2b2b2b;
    background-color: #d9d9d9;
    border-color: #d3d3d3;
    box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #2b2b2b;
    background-color: #d3d3d3;
    border-color: #ccc;
}

.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(207, 207, 207, 0.5);
}

.btn-dark {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-dark:hover {
    color: #fff;
    background-color: #888;
    border-color: #828282;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #888;
    border-color: #828282;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #7b7b7b;
}

.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(138, 138, 138, 0.5);
}

.btn-blue {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-blue:hover {
    color: #fff;
    background-color: #004a75;
    border-color: #004268;
}

.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
    background-color: #004a75;
    border-color: #004268;
    box-shadow: 0 0 0 0.2rem rgba(38, 122, 170, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #004268;
    border-color: #003a5b;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 122, 170, 0.5);
}

.btn-red {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-red:hover {
    color: #fff;
    background-color: #d3281a;
    border-color: #c82619;
}

.btn-red:focus,
.btn-red.focus {
    color: #fff;
    background-color: #d3281a;
    border-color: #c82619;
    box-shadow: 0 0 0 0.2rem rgba(233, 89, 78, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #c82619;
    border-color: #bd2318;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 89, 78, 0.5);
}

.btn-orange {
    color: #2b2b2b;
    background-color: #ffa900;
    border-color: #ffa900;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d99000;
    border-color: #cc8700;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #d99000;
    border-color: #cc8700;
    box-shadow: 0 0 0 0.2rem rgba(223, 150, 6, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #2b2b2b;
    background-color: #ffa900;
    border-color: #ffa900;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #cc8700;
    border-color: #bf7f00;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 150, 6, 0.5);
}

.btn-yellow {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-yellow:hover {
    color: #2b2b2b;
    background-color: #febd07;
    border-color: #f7b601;
}

.btn-yellow:focus,
.btn-yellow.focus {
    color: #2b2b2b;
    background-color: #febd07;
    border-color: #f7b601;
    box-shadow: 0 0 0 0.2rem rgba(222, 176, 45, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
    color: #2b2b2b;
    background-color: #f7b601;
    border-color: #eaad01;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 176, 45, 0.5);
}

.btn-green {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-green:hover {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
}

.btn-green:focus,
.btn-green.focus {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #006864;
    border-color: #005b58;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-teal {
    color: #2b2b2b;
    background-color: #94ebe8;
    border-color: #94ebe8;
}

.btn-teal:hover {
    color: #2b2b2b;
    background-color: #74e5e1;
    border-color: #69e3df;
}

.btn-teal:focus,
.btn-teal.focus {
    color: #2b2b2b;
    background-color: #74e5e1;
    border-color: #69e3df;
    box-shadow: 0 0 0 0.2rem rgba(132, 206, 204, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #2b2b2b;
    background-color: #94ebe8;
    border-color: #94ebe8;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
    color: #2b2b2b;
    background-color: #69e3df;
    border-color: #5ee1dc;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 206, 204, 0.5);
}

.btn-cyan {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
}

.btn-cyan:focus,
.btn-cyan.focus {
    color: #fff;
    background-color: #007570;
    border-color: #006864;
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #006864;
    border-color: #005b58;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 170, 165, 0.5);
}

.btn-white {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #2b2b2b;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

.btn-lightGray {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-lightGray:hover {
    color: #2b2b2b;
    background-color: #d9d9d9;
    border-color: #d3d3d3;
}

.btn-lightGray:focus,
.btn-lightGray.focus {
    color: #2b2b2b;
    background-color: #d9d9d9;
    border-color: #d3d3d3;
    box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-lightGray.disabled,
.btn-lightGray:disabled {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-lightGray:not(:disabled):not(.disabled):active,
.btn-lightGray:not(:disabled):not(.disabled).active,
.show > .btn-lightGray.dropdown-toggle {
    color: #2b2b2b;
    background-color: #d3d3d3;
    border-color: #ccc;
}

.btn-lightGray:not(:disabled):not(.disabled):active:focus,
.btn-lightGray:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-gray {
    color: #2b2b2b;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-gray:hover {
    color: #2b2b2b;
    background-color: #b6b6b6;
    border-color: #b0b0b0;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #2b2b2b;
    background-color: #b6b6b6;
    border-color: #b0b0b0;
    box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #2b2b2b;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
    color: #2b2b2b;
    background-color: #b0b0b0;
    border-color: #a9a9a9;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5);
}

.btn-darkGray {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-darkGray:hover {
    color: #fff;
    background-color: #888;
    border-color: #828282;
}

.btn-darkGray:focus,
.btn-darkGray.focus {
    color: #fff;
    background-color: #888;
    border-color: #828282;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-darkGray.disabled,
.btn-darkGray:disabled {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-darkGray:not(:disabled):not(.disabled):active,
.btn-darkGray:not(:disabled):not(.disabled).active,
.show > .btn-darkGray.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #7b7b7b;
}

.btn-darkGray:not(:disabled):not(.disabled):active:focus,
.btn-darkGray:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-darkBlue {
    color: #fff;
    background-color: #00466e;
    border-color: #00466e;
}

.btn-darkBlue:hover {
    color: #fff;
    background-color: #002e48;
    border-color: #00263b;
}

.btn-darkBlue:focus,
.btn-darkBlue.focus {
    color: #fff;
    background-color: #002e48;
    border-color: #00263b;
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 132, 0.5);
}

.btn-darkBlue.disabled,
.btn-darkBlue:disabled {
    color: #fff;
    background-color: #00466e;
    border-color: #00466e;
}

.btn-darkBlue:not(:disabled):not(.disabled):active,
.btn-darkBlue:not(:disabled):not(.disabled).active,
.show > .btn-darkBlue.dropdown-toggle {
    color: #fff;
    background-color: #00263b;
    border-color: #001d2e;
}

.btn-darkBlue:not(:disabled):not(.disabled):active:focus,
.btn-darkBlue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 132, 0.5);
}

.btn-lightBlue {
    color: #fff;
    background-color: #0093c9;
    border-color: #0093c9;
}

.btn-lightBlue:hover {
    color: #fff;
    background-color: #0077a3;
    border-color: #006e96;
}

.btn-lightBlue:focus,
.btn-lightBlue.focus {
    color: #fff;
    background-color: #0077a3;
    border-color: #006e96;
    box-shadow: 0 0 0 0.2rem rgba(38, 163, 209, 0.5);
}

.btn-lightBlue.disabled,
.btn-lightBlue:disabled {
    color: #fff;
    background-color: #0093c9;
    border-color: #0093c9;
}

.btn-lightBlue:not(:disabled):not(.disabled):active,
.btn-lightBlue:not(:disabled):not(.disabled).active,
.show > .btn-lightBlue.dropdown-toggle {
    color: #fff;
    background-color: #006e96;
    border-color: #006489;
}

.btn-lightBlue:not(:disabled):not(.disabled):active:focus,
.btn-lightBlue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 163, 209, 0.5);
}

.btn-darkGreen {
    color: #fff;
    background-color: #005552;
    border-color: #005552;
}

.btn-darkGreen:hover {
    color: #fff;
    background-color: #002f2d;
    border-color: #002221;
}

.btn-darkGreen:focus,
.btn-darkGreen.focus {
    color: #fff;
    background-color: #002f2d;
    border-color: #002221;
    box-shadow: 0 0 0 0.2rem rgba(38, 111, 108, 0.5);
}

.btn-darkGreen.disabled,
.btn-darkGreen:disabled {
    color: #fff;
    background-color: #005552;
    border-color: #005552;
}

.btn-darkGreen:not(:disabled):not(.disabled):active,
.btn-darkGreen:not(:disabled):not(.disabled).active,
.show > .btn-darkGreen.dropdown-toggle {
    color: #fff;
    background-color: #002221;
    border-color: #001515;
}

.btn-darkGreen:not(:disabled):not(.disabled):active:focus,
.btn-darkGreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 111, 108, 0.5);
}

.btn-darkOrange {
    color: #fff;
    background-color: #ff7100;
    border-color: #ff7100;
}

.btn-darkOrange:hover {
    color: #fff;
    background-color: #d96000;
    border-color: #cc5a00;
}

.btn-darkOrange:focus,
.btn-darkOrange.focus {
    color: #fff;
    background-color: #d96000;
    border-color: #cc5a00;
    box-shadow: 0 0 0 0.2rem rgba(255, 134, 38, 0.5);
}

.btn-darkOrange.disabled,
.btn-darkOrange:disabled {
    color: #fff;
    background-color: #ff7100;
    border-color: #ff7100;
}

.btn-darkOrange:not(:disabled):not(.disabled):active,
.btn-darkOrange:not(:disabled):not(.disabled).active,
.show > .btn-darkOrange.dropdown-toggle {
    color: #fff;
    background-color: #cc5a00;
    border-color: #bf5500;
}

.btn-darkOrange:not(:disabled):not(.disabled):active:focus,
.btn-darkOrange:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkOrange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 134, 38, 0.5);
}

.btn-outline-primary {
    color: #009b95;
    border-color: #009b95;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #009b95;
    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: #009b95;
    border-color: #009b95;
}

.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, 155, 149, 0.5);
}

.btn-outline-secondary {
    color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-secondary:hover {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #9b9b9b;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-success {
    color: #009b95;
    border-color: #009b95;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #009b95;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-info {
    color: #00629b;
    border-color: #00629b;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #00629b;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.btn-outline-warning {
    color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-warning:hover {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fec72d;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.btn-outline-danger {
    color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e53c2f;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.btn-outline-light {
    color: #ececec;
    border-color: #ececec;
}

.btn-outline-light:hover {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ececec;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-outline-dark {
    color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-dark:hover {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #9b9b9b;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-blue {
    color: #00629b;
    border-color: #00629b;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #00629b;
    background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #00629b;
    border-color: #00629b;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.btn-outline-red {
    color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #e53c2f;
    background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #e53c2f;
    border-color: #e53c2f;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.btn-outline-orange {
    color: #ffa900;
    border-color: #ffa900;
}

.btn-outline-orange:hover {
    color: #2b2b2b;
    background-color: #ffa900;
    border-color: #ffa900;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 169, 0, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #ffa900;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
    color: #2b2b2b;
    background-color: #ffa900;
    border-color: #ffa900;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 169, 0, 0.5);
}

.btn-outline-yellow {
    color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-yellow:hover {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #fec72d;
    background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
    color: #2b2b2b;
    background-color: #fec72d;
    border-color: #fec72d;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.btn-outline-green {
    color: #009b95;
    border-color: #009b95;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #009b95;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-teal {
    color: #94ebe8;
    border-color: #94ebe8;
}

.btn-outline-teal:hover {
    color: #2b2b2b;
    background-color: #94ebe8;
    border-color: #94ebe8;
}

.btn-outline-teal:focus,
.btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 235, 232, 0.5);
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
    color: #94ebe8;
    background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
    color: #2b2b2b;
    background-color: #94ebe8;
    border-color: #94ebe8;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 235, 232, 0.5);
}

.btn-outline-cyan {
    color: #009b95;
    border-color: #009b95;
}

.btn-outline-cyan:hover {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-cyan:focus,
.btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
    color: #009b95;
    background-color: transparent;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-lightGray {
    color: #ececec;
    border-color: #ececec;
}

.btn-outline-lightGray:hover {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-outline-lightGray:focus,
.btn-outline-lightGray.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-outline-lightGray.disabled,
.btn-outline-lightGray:disabled {
    color: #ececec;
    background-color: transparent;
}

.btn-outline-lightGray:not(:disabled):not(.disabled):active,
.btn-outline-lightGray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightGray.dropdown-toggle {
    color: #2b2b2b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-outline-lightGray:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightGray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-outline-gray {
    color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-outline-gray:hover {
    color: #2b2b2b;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #c9c9c9;
    background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #2b2b2b;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.btn-outline-darkGray {
    color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-darkGray:hover {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-darkGray:focus,
.btn-outline-darkGray.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-darkGray.disabled,
.btn-outline-darkGray:disabled {
    color: #9b9b9b;
    background-color: transparent;
}

.btn-outline-darkGray:not(:disabled):not(.disabled):active,
.btn-outline-darkGray:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkGray.dropdown-toggle {
    color: #2b2b2b;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.btn-outline-darkGray:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkGray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-darkBlue {
    color: #00466e;
    border-color: #00466e;
}

.btn-outline-darkBlue:hover {
    color: #fff;
    background-color: #00466e;
    border-color: #00466e;
}

.btn-outline-darkBlue:focus,
.btn-outline-darkBlue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 110, 0.5);
}

.btn-outline-darkBlue.disabled,
.btn-outline-darkBlue:disabled {
    color: #00466e;
    background-color: transparent;
}

.btn-outline-darkBlue:not(:disabled):not(.disabled):active,
.btn-outline-darkBlue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkBlue.dropdown-toggle {
    color: #fff;
    background-color: #00466e;
    border-color: #00466e;
}

.btn-outline-darkBlue:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkBlue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 110, 0.5);
}

.btn-outline-lightBlue {
    color: #0093c9;
    border-color: #0093c9;
}

.btn-outline-lightBlue:hover {
    color: #fff;
    background-color: #0093c9;
    border-color: #0093c9;
}

.btn-outline-lightBlue:focus,
.btn-outline-lightBlue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 147, 201, 0.5);
}

.btn-outline-lightBlue.disabled,
.btn-outline-lightBlue:disabled {
    color: #0093c9;
    background-color: transparent;
}

.btn-outline-lightBlue:not(:disabled):not(.disabled):active,
.btn-outline-lightBlue:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightBlue.dropdown-toggle {
    color: #fff;
    background-color: #0093c9;
    border-color: #0093c9;
}

.btn-outline-lightBlue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightBlue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 147, 201, 0.5);
}

.btn-outline-darkGreen {
    color: #005552;
    border-color: #005552;
}

.btn-outline-darkGreen:hover {
    color: #fff;
    background-color: #005552;
    border-color: #005552;
}

.btn-outline-darkGreen:focus,
.btn-outline-darkGreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 85, 82, 0.5);
}

.btn-outline-darkGreen.disabled,
.btn-outline-darkGreen:disabled {
    color: #005552;
    background-color: transparent;
}

.btn-outline-darkGreen:not(:disabled):not(.disabled):active,
.btn-outline-darkGreen:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkGreen.dropdown-toggle {
    color: #fff;
    background-color: #005552;
    border-color: #005552;
}

.btn-outline-darkGreen:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkGreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 85, 82, 0.5);
}

.btn-outline-darkOrange {
    color: #ff7100;
    border-color: #ff7100;
}

.btn-outline-darkOrange:hover {
    color: #fff;
    background-color: #ff7100;
    border-color: #ff7100;
}

.btn-outline-darkOrange:focus,
.btn-outline-darkOrange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 0, 0.5);
}

.btn-outline-darkOrange.disabled,
.btn-outline-darkOrange:disabled {
    color: #ff7100;
    background-color: transparent;
}

.btn-outline-darkOrange:not(:disabled):not(.disabled):active,
.btn-outline-darkOrange:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkOrange.dropdown-toggle {
    color: #fff;
    background-color: #ff7100;
    border-color: #ff7100;
}

.btn-outline-darkOrange:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkOrange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkOrange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 0, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #173753;
    text-decoration: none;
}

.btn-link:hover {
    color: #009b95;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #9b9b9b;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 1.5rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.25rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.35rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.1rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.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: #173753;
    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-left {
    right: auto;
    left: 0;
}

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-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-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #2b2b2b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e1e1e;
    text-decoration: none;
    background-color: #f2f2f2;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009b95;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #c9c9c9;
    pointer-events: none;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #9b9b9b;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #2b2b2b;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.9rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 3rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 1.5rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.7rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.35rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.5rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.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: #009b95;
    background-color: #009b95;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1cfff6;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #4ffff8;
    border-color: #4ffff8;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #9b9b9b;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f2f2f2;
}

.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: #c9c9c9 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: #009b95;
    background-color: #009b95;
}

.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, 155, 149, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 155, 149, 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, 155, 149, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #c9c9c9;
    border-radius: 0.5rem;
    transition: transform 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) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 155, 149, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.8rem + 2px);
    padding: 0.9rem 2.5rem 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
    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='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        right 1.5rem center/8px 10px no-repeat;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #1cfff6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-select:focus::-ms-value {
    color: #565656;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5rem;
    background-image: none;
}

.custom-select:disabled {
    color: #9b9b9b;
    background-color: #f2f2f2;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #565656;
}

.custom-select-sm {
    height: calc(1.5em + 0.7rem + 2px);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 1.5rem;
    font-size: 1rem;
}

.custom-select-lg {
    height: calc(1.5em + 3rem + 2px);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    font-size: 1rem;
}

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.8rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #1cfff6;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #f2f2f2;
}

.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 + 1.8rem + 2px);
    padding: 0.9rem 1.5rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
    background-color: #fff;
    border: 1px solid #dadada;
    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 + 1.8rem);
    padding: 0.9rem 1.5rem;
    line-height: 1.5;
    color: #565656;
    content: "Browse";
    background-color: #f2f2f2;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(0, 155, 149, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009b95;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #4ffff8;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ececec;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009b95;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #4ffff8;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ececec;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #009b95;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #4ffff8;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #ececec;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #ececec;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #c9c9c9;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #c9c9c9;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #c9c9c9;
}

.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: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 1.7rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #9b9b9b;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #ececec;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #f2f2f2 #f2f2f2 #ececec;
}

.nav-tabs .nav-link.disabled {
    color: #9b9b9b;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #565656;
    background-color: #f8f8f8;
    border-color: #ececec #ececec #f8f8f8;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #009b95;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
    margin-right: 2rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1.65rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: #fff;
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    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 > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

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

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

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

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

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

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

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

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

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

.breadcrumb-item.active {
    color: #9b9b9b;
}

.pagination {
    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: #173753;
    background-color: #fff;
    border: 1px solid #ececec;
}

.page-link:hover {
    z-index: 2;
    color: #009b95;
    text-decoration: none;
    background-color: #f2f2f2;
    border-color: #ececec;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 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: #009b95;
    border-color: #009b95;
}

.page-item.disabled .page-link {
    color: #9b9b9b;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ececec;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    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-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #009b95;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #006864;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.badge-secondary {
    color: #2b2b2b;
    background-color: #9b9b9b;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #2b2b2b;
    background-color: #828282;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #009b95;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #006864;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #00629b;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #004268;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.badge-warning {
    color: #2b2b2b;
    background-color: #fec72d;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #2b2b2b;
    background-color: #f7b601;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #e53c2f;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #c82619;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.badge-light {
    color: #2b2b2b;
    background-color: #ececec;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #2b2b2b;
    background-color: #d3d3d3;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.badge-dark {
    color: #2b2b2b;
    background-color: #9b9b9b;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #2b2b2b;
    background-color: #828282;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.badge-blue {
    color: #fff;
    background-color: #00629b;
}

a.badge-blue:hover,
a.badge-blue:focus {
    color: #fff;
    background-color: #004268;
}

a.badge-blue:focus,
a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 155, 0.5);
}

.badge-red {
    color: #fff;
    background-color: #e53c2f;
}

a.badge-red:hover,
a.badge-red:focus {
    color: #fff;
    background-color: #c82619;
}

a.badge-red:focus,
a.badge-red.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 60, 47, 0.5);
}

.badge-orange {
    color: #2b2b2b;
    background-color: #ffa900;
}

a.badge-orange:hover,
a.badge-orange:focus {
    color: #2b2b2b;
    background-color: #cc8700;
}

a.badge-orange:focus,
a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 169, 0, 0.5);
}

.badge-yellow {
    color: #2b2b2b;
    background-color: #fec72d;
}

a.badge-yellow:hover,
a.badge-yellow:focus {
    color: #2b2b2b;
    background-color: #f7b601;
}

a.badge-yellow:focus,
a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 199, 45, 0.5);
}

.badge-green {
    color: #fff;
    background-color: #009b95;
}

a.badge-green:hover,
a.badge-green:focus {
    color: #fff;
    background-color: #006864;
}

a.badge-green:focus,
a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.badge-teal {
    color: #2b2b2b;
    background-color: #94ebe8;
}

a.badge-teal:hover,
a.badge-teal:focus {
    color: #2b2b2b;
    background-color: #69e3df;
}

a.badge-teal:focus,
a.badge-teal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 235, 232, 0.5);
}

.badge-cyan {
    color: #fff;
    background-color: #009b95;
}

a.badge-cyan:hover,
a.badge-cyan:focus {
    color: #fff;
    background-color: #006864;
}

a.badge-cyan:focus,
a.badge-cyan.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 149, 0.5);
}

.badge-white {
    color: #2b2b2b;
    background-color: #fff;
}

a.badge-white:hover,
a.badge-white:focus {
    color: #2b2b2b;
    background-color: #e6e6e6;
}

a.badge-white:focus,
a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-lightGray {
    color: #2b2b2b;
    background-color: #ececec;
}

a.badge-lightGray:hover,
a.badge-lightGray:focus {
    color: #2b2b2b;
    background-color: #d3d3d3;
}

a.badge-lightGray:focus,
a.badge-lightGray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.badge-gray {
    color: #2b2b2b;
    background-color: #c9c9c9;
}

a.badge-gray:hover,
a.badge-gray:focus {
    color: #2b2b2b;
    background-color: #b0b0b0;
}

a.badge-gray:focus,
a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.badge-darkGray {
    color: #2b2b2b;
    background-color: #9b9b9b;
}

a.badge-darkGray:hover,
a.badge-darkGray:focus {
    color: #2b2b2b;
    background-color: #828282;
}

a.badge-darkGray:focus,
a.badge-darkGray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.badge-darkBlue {
    color: #fff;
    background-color: #00466e;
}

a.badge-darkBlue:hover,
a.badge-darkBlue:focus {
    color: #fff;
    background-color: #00263b;
}

a.badge-darkBlue:focus,
a.badge-darkBlue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 110, 0.5);
}

.badge-lightBlue {
    color: #fff;
    background-color: #0093c9;
}

a.badge-lightBlue:hover,
a.badge-lightBlue:focus {
    color: #fff;
    background-color: #006e96;
}

a.badge-lightBlue:focus,
a.badge-lightBlue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 147, 201, 0.5);
}

.badge-darkGreen {
    color: #fff;
    background-color: #005552;
}

a.badge-darkGreen:hover,
a.badge-darkGreen:focus {
    color: #fff;
    background-color: #002221;
}

a.badge-darkGreen:focus,
a.badge-darkGreen.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 85, 82, 0.5);
}

.badge-darkOrange {
    color: #fff;
    background-color: #ff7100;
}

a.badge-darkOrange:hover,
a.badge-darkOrange:focus {
    color: #fff;
    background-color: #cc5a00;
}

a.badge-darkOrange:focus,
a.badge-darkOrange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 0, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f2f2f2;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #00514d;
    background-color: #ccebea;
    border-color: #b8e3e1;
}

.alert-primary hr {
    border-top-color: #a6dcd9;
}

.alert-primary .alert-link {
    color: #001e1d;
}

.alert-secondary {
    color: #515151;
    background-color: #ebebeb;
    border-color: #e3e3e3;
}

.alert-secondary hr {
    border-top-color: #d6d6d6;
}

.alert-secondary .alert-link {
    color: #383838;
}

.alert-success {
    color: #00514d;
    background-color: #ccebea;
    border-color: #b8e3e1;
}

.alert-success hr {
    border-top-color: #a6dcd9;
}

.alert-success .alert-link {
    color: #001e1d;
}

.alert-info {
    color: #003351;
    background-color: #cce0eb;
    border-color: #b8d3e3;
}

.alert-info hr {
    border-top-color: #a6c8dc;
}

.alert-info .alert-link {
    color: #00131e;
}

.alert-warning {
    color: #846717;
    background-color: #fff4d5;
    border-color: #ffefc4;
}

.alert-warning hr {
    border-top-color: #ffe8ab;
}

.alert-warning .alert-link {
    color: #59450f;
}

.alert-danger {
    color: #771f18;
    background-color: #fad8d5;
    border-color: #f8c8c5;
}

.alert-danger hr {
    border-top-color: #f5b2ae;
}

.alert-danger .alert-link {
    color: #4d140f;
}

.alert-light {
    color: #7b7b7b;
    background-color: #fbfbfb;
    border-color: #fafafa;
}

.alert-light hr {
    border-top-color: #ededed;
}

.alert-light .alert-link {
    color: #626262;
}

.alert-dark {
    color: #515151;
    background-color: #ebebeb;
    border-color: #e3e3e3;
}

.alert-dark hr {
    border-top-color: #d6d6d6;
}

.alert-dark .alert-link {
    color: #383838;
}

.alert-blue {
    color: #003351;
    background-color: #cce0eb;
    border-color: #b8d3e3;
}

.alert-blue hr {
    border-top-color: #a6c8dc;
}

.alert-blue .alert-link {
    color: #00131e;
}

.alert-red {
    color: #771f18;
    background-color: #fad8d5;
    border-color: #f8c8c5;
}

.alert-red hr {
    border-top-color: #f5b2ae;
}

.alert-red .alert-link {
    color: #4d140f;
}

.alert-orange {
    color: #855800;
    background-color: #fec;
    border-color: #ffe7b8;
}

.alert-orange hr {
    border-top-color: #ffde9f;
}

.alert-orange .alert-link {
    color: #523600;
}

.alert-yellow {
    color: #846717;
    background-color: #fff4d5;
    border-color: #ffefc4;
}

.alert-yellow hr {
    border-top-color: #ffe8ab;
}

.alert-yellow .alert-link {
    color: #59450f;
}

.alert-green {
    color: #00514d;
    background-color: #ccebea;
    border-color: #b8e3e1;
}

.alert-green hr {
    border-top-color: #a6dcd9;
}

.alert-green .alert-link {
    color: #001e1d;
}

.alert-teal {
    color: #4d7a79;
    background-color: #eafbfa;
    border-color: #e1f9f9;
}

.alert-teal hr {
    border-top-color: #ccf5f5;
}

.alert-teal .alert-link {
    color: #395b5a;
}

.alert-cyan {
    color: #00514d;
    background-color: #ccebea;
    border-color: #b8e3e1;
}

.alert-cyan hr {
    border-top-color: #a6dcd9;
}

.alert-cyan .alert-link {
    color: #001e1d;
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
}

.alert-white hr {
    border-top-color: #f2f2f2;
}

.alert-white .alert-link {
    color: #6c6c6c;
}

.alert-lightGray {
    color: #7b7b7b;
    background-color: #fbfbfb;
    border-color: #fafafa;
}

.alert-lightGray hr {
    border-top-color: #ededed;
}

.alert-lightGray .alert-link {
    color: #626262;
}

.alert-gray {
    color: dimgray;
    background-color: #f4f4f4;
    border-color: #f0f0f0;
}

.alert-gray hr {
    border-top-color: #e3e3e3;
}

.alert-gray .alert-link {
    color: #505050;
}

.alert-darkGray {
    color: #515151;
    background-color: #ebebeb;
    border-color: #e3e3e3;
}

.alert-darkGray hr {
    border-top-color: #d6d6d6;
}

.alert-darkGray .alert-link {
    color: #383838;
}

.alert-darkBlue {
    color: #002439;
    background-color: #ccdae2;
    border-color: #b8cbd6;
}

.alert-darkBlue hr {
    border-top-color: #a8bfcd;
}

.alert-darkBlue .alert-link {
    color: #000406;
}

.alert-lightBlue {
    color: #004c69;
    background-color: #cce9f4;
    border-color: #b8e1f0;
}

.alert-lightBlue hr {
    border-top-color: #a3d8ec;
}

.alert-lightBlue .alert-link {
    color: #002736;
}

.alert-darkGreen {
    color: #002c2b;
    background-color: #ccdddc;
    border-color: #b8cfcf;
}

.alert-darkGreen hr {
    border-top-color: #a9c5c5;
}

.alert-darkGreen .alert-link {
    color: #000;
}

.alert-darkOrange {
    color: #853b00;
    background-color: #ffe3cc;
    border-color: #ffd7b8;
}

.alert-darkOrange hr {
    border-top-color: #ffc99f;
}

.alert-darkOrange .alert-link {
    color: #522400;
}

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

    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009b95;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

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

.media-body {
    flex: 1;
}

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

.list-group-item-action {
    width: 100%;
    color: #565656;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #565656;
    text-decoration: none;
    background-color: #f8f8f8;
}

.list-group-item-action:active {
    color: #173753;
    background-color: #f2f2f2;
}

.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: #9b9b9b;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009b95;
    border-color: #009b95;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #00514d;
    background-color: #b8e3e1;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #00514d;
    background-color: #a6dcd9;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00514d;
    border-color: #00514d;
}

.list-group-item-secondary {
    color: #515151;
    background-color: #e3e3e3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #515151;
    background-color: #d6d6d6;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #515151;
    border-color: #515151;
}

.list-group-item-success {
    color: #00514d;
    background-color: #b8e3e1;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #00514d;
    background-color: #a6dcd9;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #00514d;
    border-color: #00514d;
}

.list-group-item-info {
    color: #003351;
    background-color: #b8d3e3;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #003351;
    background-color: #a6c8dc;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #003351;
    border-color: #003351;
}

.list-group-item-warning {
    color: #846717;
    background-color: #ffefc4;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #846717;
    background-color: #ffe8ab;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #846717;
    border-color: #846717;
}

.list-group-item-danger {
    color: #771f18;
    background-color: #f8c8c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #771f18;
    background-color: #f5b2ae;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #771f18;
    border-color: #771f18;
}

.list-group-item-light {
    color: #7b7b7b;
    background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.list-group-item-dark {
    color: #515151;
    background-color: #e3e3e3;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #515151;
    background-color: #d6d6d6;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #515151;
    border-color: #515151;
}

.list-group-item-blue {
    color: #003351;
    background-color: #b8d3e3;
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
    color: #003351;
    background-color: #a6c8dc;
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #003351;
    border-color: #003351;
}

.list-group-item-red {
    color: #771f18;
    background-color: #f8c8c5;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
    color: #771f18;
    background-color: #f5b2ae;
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #771f18;
    border-color: #771f18;
}

.list-group-item-orange {
    color: #855800;
    background-color: #ffe7b8;
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
    color: #855800;
    background-color: #ffde9f;
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #855800;
    border-color: #855800;
}

.list-group-item-yellow {
    color: #846717;
    background-color: #ffefc4;
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
    color: #846717;
    background-color: #ffe8ab;
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #846717;
    border-color: #846717;
}

.list-group-item-green {
    color: #00514d;
    background-color: #b8e3e1;
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
    color: #00514d;
    background-color: #a6dcd9;
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #00514d;
    border-color: #00514d;
}

.list-group-item-teal {
    color: #4d7a79;
    background-color: #e1f9f9;
}

.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
    color: #4d7a79;
    background-color: #ccf5f5;
}

.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #4d7a79;
    border-color: #4d7a79;
}

.list-group-item-cyan {
    color: #00514d;
    background-color: #b8e3e1;
}

.list-group-item-cyan.list-group-item-action:hover,
.list-group-item-cyan.list-group-item-action:focus {
    color: #00514d;
    background-color: #a6dcd9;
}

.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #00514d;
    border-color: #00514d;
}

.list-group-item-white {
    color: #858585;
    background-color: #fff;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-lightGray {
    color: #7b7b7b;
    background-color: #fafafa;
}

.list-group-item-lightGray.list-group-item-action:hover,
.list-group-item-lightGray.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed;
}

.list-group-item-lightGray.list-group-item-action.active {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.list-group-item-gray {
    color: dimgray;
    background-color: #f0f0f0;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
    color: dimgray;
    background-color: #e3e3e3;
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: dimgray;
    border-color: dimgray;
}

.list-group-item-darkGray {
    color: #515151;
    background-color: #e3e3e3;
}

.list-group-item-darkGray.list-group-item-action:hover,
.list-group-item-darkGray.list-group-item-action:focus {
    color: #515151;
    background-color: #d6d6d6;
}

.list-group-item-darkGray.list-group-item-action.active {
    color: #fff;
    background-color: #515151;
    border-color: #515151;
}

.list-group-item-darkBlue {
    color: #002439;
    background-color: #b8cbd6;
}

.list-group-item-darkBlue.list-group-item-action:hover,
.list-group-item-darkBlue.list-group-item-action:focus {
    color: #002439;
    background-color: #a8bfcd;
}

.list-group-item-darkBlue.list-group-item-action.active {
    color: #fff;
    background-color: #002439;
    border-color: #002439;
}

.list-group-item-lightBlue {
    color: #004c69;
    background-color: #b8e1f0;
}

.list-group-item-lightBlue.list-group-item-action:hover,
.list-group-item-lightBlue.list-group-item-action:focus {
    color: #004c69;
    background-color: #a3d8ec;
}

.list-group-item-lightBlue.list-group-item-action.active {
    color: #fff;
    background-color: #004c69;
    border-color: #004c69;
}

.list-group-item-darkGreen {
    color: #002c2b;
    background-color: #b8cfcf;
}

.list-group-item-darkGreen.list-group-item-action:hover,
.list-group-item-darkGreen.list-group-item-action:focus {
    color: #002c2b;
    background-color: #a9c5c5;
}

.list-group-item-darkGreen.list-group-item-action.active {
    color: #fff;
    background-color: #002c2b;
    border-color: #002c2b;
}

.list-group-item-darkOrange {
    color: #853b00;
    background-color: #ffd7b8;
}

.list-group-item-darkOrange.list-group-item-action:hover,
.list-group-item-darkOrange.list-group-item-action:focus {
    color: #853b00;
    background-color: #ffc99f;
}

.list-group-item-darkOrange.list-group-item-action.active {
    color: #fff;
    background-color: #853b00;
    border-color: #853b00;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

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

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

.toast {
    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;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #9b9b9b;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.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: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.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-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ececec;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #ececec;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.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);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Inerta", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: 1rem;
    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;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.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: "Inerta", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: 1rem;
    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;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.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: #173753;
}

.carousel {
    position: relative;
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    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-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    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: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #2b5a83 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #006864 !important;
}

.bg-secondary {
    background-color: #9b9b9b !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #828282 !important;
}

.bg-success {
    background-color: #009b95 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #006864 !important;
}

.bg-info {
    background-color: #00629b !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #004268 !important;
}

.bg-warning {
    background-color: #fec72d !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f7b601 !important;
}

.bg-danger {
    background-color: #e53c2f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c82619 !important;
}

.bg-light {
    background-color: #ececec !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d3d3d3 !important;
}

.bg-dark {
    background-color: #9b9b9b !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #828282 !important;
}

.bg-blue {
    background-color: #00629b !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #004268 !important;
}

.bg-red {
    background-color: #e53c2f !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: #c82619 !important;
}

.bg-orange {
    background-color: #ffa900 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #cc8700 !important;
}

.bg-yellow {
    background-color: #fec72d !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #f7b601 !important;
}

.bg-green {
    background-color: #2b5a83 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #006864 !important;
}

.bg-teal {
    background-color: #94ebe8 !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
    background-color: #69e3df !important;
}

.bg-cyan {
    background-color: #009b95 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #006864 !important;
}

.bg-white {
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-lightGray {
    background-color: #ececec !important;
}

a.bg-lightGray:hover,
a.bg-lightGray:focus,
button.bg-lightGray:hover,
button.bg-lightGray:focus {
    background-color: #d3d3d3 !important;
}

.bg-gray {
    background-color: #c9c9c9 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #b0b0b0 !important;
}

.bg-darkGray {
    background-color: #9b9b9b !important;
}

a.bg-darkGray:hover,
a.bg-darkGray:focus,
button.bg-darkGray:hover,
button.bg-darkGray:focus {
    background-color: #828282 !important;
}

.bg-darkBlue {
    background-color: #00466e !important;
}

a.bg-darkBlue:hover,
a.bg-darkBlue:focus,
button.bg-darkBlue:hover,
button.bg-darkBlue:focus {
    background-color: #00263b !important;
}

.bg-lightBlue {
    background-color: #0093c9 !important;
}

a.bg-lightBlue:hover,
a.bg-lightBlue:focus,
button.bg-lightBlue:hover,
button.bg-lightBlue:focus {
    background-color: #006e96 !important;
}

.bg-darkGreen {
    background-color: #005552 !important;
}

a.bg-darkGreen:hover,
a.bg-darkGreen:focus,
button.bg-darkGreen:hover,
button.bg-darkGreen:focus {
    background-color: #002221 !important;
}

.bg-darkOrange {
    background-color: #ff7100 !important;
}

a.bg-darkOrange:hover,
a.bg-darkOrange:focus,
button.bg-darkOrange:hover,
button.bg-darkOrange:focus {
    background-color: #cc5a00 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

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

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

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

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

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

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #009b95 !important;
}

.border-secondary {
    border-color: #9b9b9b !important;
}

.border-success {
    border-color: #009b95 !important;
}

.border-info {
    border-color: #00629b !important;
}

.border-warning {
    border-color: #fec72d !important;
}

.border-danger {
    border-color: #e53c2f !important;
}

.border-light {
    border-color: #ececec !important;
}

.border-dark {
    border-color: #9b9b9b !important;
}

.border-blue {
    border-color: #00629b !important;
}

.border-red {
    border-color: #e53c2f !important;
}

.border-orange {
    border-color: #ffa900 !important;
}

.border-yellow {
    border-color: #fec72d !important;
}

.border-green {
    border-color: #009b95 !important;
}

.border-teal {
    border-color: #94ebe8 !important;
}

.border-cyan {
    border-color: #009b95 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-lightGray {
    border-color: #ececec !important;
}

.border-gray {
    border-color: #c9c9c9 !important;
}

.border-darkGray {
    border-color: #9b9b9b !important;
}

.border-darkBlue {
    border-color: #00466e !important;
}

.border-lightBlue {
    border-color: #0093c9 !important;
}

.border-darkGreen {
    border-color: #005552 !important;
}

.border-darkOrange {
    border-color: #ff7100 !important;
}

.border-white {
    border-color: #fff !important;
}

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

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

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

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

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

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

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

.rounded-circle {
    border-radius: 50% !important;
}

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

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

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

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

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

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

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

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

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

    .d-lg-inline {
        display: inline !important;
    }

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

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

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

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

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

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

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

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

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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-21by9::before {
    padding-top: 42.8571428571%;
}

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

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

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

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

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

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

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

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

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

    .float-md-none {
        float: none !important;
    }
}

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

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

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

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

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

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

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

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

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

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

.fixed-top {
    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: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

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

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

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

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

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

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

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

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

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

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

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

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

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

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

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

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

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

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

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

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

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

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

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

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

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

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

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

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

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

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

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

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

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

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

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

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

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

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

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

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

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

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

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

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

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

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

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

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

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

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

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

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

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

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

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

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

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

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

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

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

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

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

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

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

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

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

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

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

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

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #009b95 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #004f4b !important;
}

.text-secondary {
    color: #9b9b9b !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #757575 !important;
}

.text-success {
    color: #009b95 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #004f4b !important;
}

.text-info {
    color: #00629b !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #00324f !important;
}

.text-warning {
    color: #fec72d !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #dda301 !important;
}

.text-danger {
    color: #e53c2f !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b12116 !important;
}

.text-light {
    color: #ececec !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #c6c6c6 !important;
}

.text-dark {
    color: #9b9b9b !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #757575 !important;
}

.text-blue {
    color: #00629b !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #00324f !important;
}

.text-red {
    color: #e53c2f !important;
}

a.text-red:hover,
a.text-red:focus {
    color: #b12116 !important;
}

.text-orange {
    color: #ffa900 !important;
}

a.text-orange:hover,
a.text-orange:focus {
    color: #b37600 !important;
}

.text-yellow {
    color: #fec72d !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
    color: #dda301 !important;
}

.text-green {
    color: #009b95 !important;
}

a.text-green:hover,
a.text-green:focus {
    color: #004f4b !important;
}

.text-teal {
    color: #94ebe8 !important;
}

a.text-teal:hover,
a.text-teal:focus {
    color: #54dfda !important;
}

.text-cyan {
    color: #009b95 !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
    color: #004f4b !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-lightGray {
    color: #ececec !important;
}

a.text-lightGray:hover,
a.text-lightGray:focus {
    color: #c6c6c6 !important;
}

.text-gray {
    color: #c9c9c9 !important;
}

a.text-gray:hover,
a.text-gray:focus {
    color: #a3a3a3 !important;
}

.text-darkGray {
    color: #9b9b9b !important;
}

a.text-darkGray:hover,
a.text-darkGray:focus {
    color: #757575 !important;
}

.text-darkBlue {
    color: #00466e !important;
}

a.text-darkBlue:hover,
a.text-darkBlue:focus {
    color: #001522 !important;
}

.text-lightBlue {
    color: #0093c9 !important;
}

a.text-lightBlue:hover,
a.text-lightBlue:focus {
    color: #005b7d !important;
}

.text-darkGreen {
    color: #005552 !important;
}

a.text-darkGreen:hover,
a.text-darkGreen:focus {
    color: #000908 !important;
}

.text-darkOrange {
    color: #ff7100 !important;
}

a.text-darkOrange:hover,
a.text-darkOrange:focus {
    color: #b34f00 !important;
}

.text-body {
    color: #173753 !important;
}

.text-muted {
    color: #9b9b9b !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #c9c9c9;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    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;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ececec !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #ececec;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #ececec;
    }
}

html,
body {
    overflow: auto;
    height: auto;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 80px;
    margin-bottom: 190px;
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
        margin-bottom: 550px;
    }
}

body.body-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
}

body.body-banner .wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
    background: #fff !important;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
        height: 550px;
    }
}

[off-canvas*="push"] {
    z-index: 10000;
}

a:target {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

a.module-anchor:target {
    top: -70px;
}

a#webinars:target {
    top: -150px;
}

@media (max-width: 767px) {
    a#webinars:target {
        top: -70px;
    }
}

.break {
    flex-basis: 100%;
    height: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    h5 {
        font-size: 1.1rem !important;
    }
}

.btn {
    text-transform: uppercase;
}

.btn-warning,
.btn-orange,
.btn-blue {
    color: #fff !important;
}

.btn-outline-warning:hover,
.btn-outline-orange:hover,
.btn-blue:hover {
    color: #fff !important;
}

.btn-outline-secondary {
    color: #9b9b9b;
    border-color: #c9c9c9;
}

.btn-outline-secondary:hover {
    background-color: #c9c9c9;
    color: #fff;
    border-color: #c9c9c9;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    color: #fff !important;
}

label {
    font-weight: bold;
    text-transform: uppercase;
}

.form-control {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    border-radius: 0.25rem;
    border: 2px solid #ececec;
}

.form-control:focus {
    border-color: #dadada;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
}

.help-block-error {
    color: #e53c2f;
}

[canvas] {
    background-color: #f8f8f8;
}

[canvas="menu"] {
    z-index: 1001 !important;
}

.navbar {
    height: 80px !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link-new {
    position: relative;
    padding-right: 2.7rem !important;
}

.navbar .navbar-nav .nav-item .nav-link-new:after {
    content: "New";
    display: block;
    position: absolute;
    right: 0.7rem;
    top: calc(50% - 18px);
    font-size: 0.75rem;
    color: #ffa900;
}

.navbar .navbar-user {
    display: inline-block;
    float: right;
    height: 80px;
    outline: none;
    opacity: 1;
}

.navbar .navbar-user.animation {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.navbar .navbar-user.hide {
    opacity: 0;
    cursor: default;
}

@media (max-width: 767px) {
    .navbar .navbar-user {
        height: 50px;
    }
}

.navbar .navbar-user .user-stats {
    display: inline-block;
    float: left;
    margin: 10px -70px 10px 10px;
    padding: 5px 85px 5px 15px;
}

@media (max-width: 991px) {
    .navbar .navbar-user .user-stats {
        display: none;
    }
}

.navbar .navbar-user .user-avatar {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .navbar .navbar-user .user-avatar {
        width: 50px;
        height: 50px;
        margin: 0;
    }
}

.navbar .navbar-user .user-avatar img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .navbar-brand {
        margin: 0 auto;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .navbar {
        height: 60px !important;
    }
}

@media (max-width: 575px) {
    .navbar {
        padding: 0 1rem;
    }
}

.dropdown-menu {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.3);
}

.user-menu.user-dropdown-menu {
    padding-bottom: 0;
    overflow: hidden;
    margin: 0;
}

.user-menu.mobile-profile-nav {
    margin-top: 20px;
    padding: 0;
}

.user-menu.mobile-profile-nav a:hover {
    background: transparent;
    color: #009b95;
}

.user-menu.mobile-profile-nav a.last {
    background-color: transparent;
}

.user-menu a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #173753;
    padding: 0.4rem 0;
}

.user-menu a .badge {
    vertical-align: top;
    padding: 0.5em 0.8em;
}

.user-menu a.last {
    background-color: #f2f2f2;
    padding: 0.8rem 0;
    color: #009b95;
    font-size: 1rem;
}

.user-menu a:hover {
    background: #ececec;
    color: #009b95;
}

.user-stats {
    background: #fff;
    height: 60px;
    margin: 10px 0;
    padding: 5px 15px;
    border-radius: 30px;
    overflow: hidden;
}

.user-level {
    width: 50px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.user-level .level-number {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    color: #009b95;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.user-level .level-desc {
    display: block;
    background-color: #009b95;
    color: #fff;
    height: 15px;
    border-radius: 7.5px;
    font-size: 0.5625rem;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.user-xp-and-coins {
    height: 100%;
    display: inline-block;
    float: left;
    text-align: left;
}

.user-xp-and-coins .user-xp,
.user-xp-and-coins .user-coins {
    display: block;
    height: 23px;
    padding-top: 2px;
}

.user-xp-and-coins .user-xp.vertical,
.user-xp-and-coins .user-coins.vertical {
    height: auto;
}

.coins {
    color: #ffa900;
    font-size: 1rem;
    line-height: 20px;
    font-weight: bold;
}

.coins > i {
    content: url(../img/coin.svg);
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.18rem;
}

.xp {
    color: #e53c2f;
    font-size: 1rem;
    line-height: 20px;
    font-weight: bold;
}

.xp > i {
    content: url(../img/xp.svg);
    width: 1.25rem;
    height: 1.4375rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25rem;
}

.user-coins.vertical > .coins > i,
.user-xp.vertical > .xp > i {
    width: 100%;
    display: block;
    text-align: center;
    height: 2rem;
}

.turn-off {
    color: #009b95;
    font-size: 1rem;
    line-height: 20px;
    font-weight: bold;
}

.turn-off > i {
    content: url(../img/off.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.icon-archive {
    content: url(../img/archive.svg);
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    padding-left: 1rem;
}

.more {
    content: url(../img/more.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.wrap {
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
}

.main-menu {
    background: #2b5a83;
    box-shadow: inset -5px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.mobile-nav {
    list-style: none;
    padding: 1.5rem;
}

.mobile-nav .nav-item .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 0.7rem 0rem;
}

.mobile-nav .nav-item .nav-link:hover {
    color: #fff;
    opacity: 0.8;
}

.mobile-nav .nav-item .nav-link-new {
    position: relative;
    padding-right: 2 !important;
}

.mobile-nav .nav-item .nav-link-new:after {
    vertical-align: super;
    content: "New";
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 0.2rem;
    color: #ffa900;
}

.mobile-nav .nav-item .btn {
    display: inline-block;
    padding: 0.4rem 3rem;
    margin: 0.6rem 0;
}

.profile-menu {
    background: #f8f8f8;
    box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.profile-menu-user {
    display: block;
    width: 100%;
}

.profile-menu-user .user-stats {
    display: table;
    margin: 0 auto;
    padding: 5px 30px;
}

.profile-menu-user .user-avatar {
    display: block;
    margin: 20px auto;
    width: 110px;
    height: 110px;
}

.profile-menu-user .user-avatar img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .navbar-btn-group-right {
        width: 35px;
        display: none;
    }
}

.navbar-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #ffa900;
    text-transform: uppercase;
}

.navbar-btn:hover {
    background: #ffa900;
    border-color: #ffa900;
    color: #fff;
}

.navbar-btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.navbar-btn-outline:hover {
    background: #ffa900;
    border-color: #ffa900;
}

.navbar-btn + .navbar-btn {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .navbar-btn {
        display: none;
    }
}

h1 {
    position: relative;
    text-transform: uppercase;
}

h1 > span {
    display: inline-block;
    position: relative;
    padding: 2rem 0 2rem 0;
    color: #ffa900;
    margin: 2rem 0 1.5rem 0;
}

h1.with-status > span {
    max-width: 80%;
}

h1 > span:before,
h1 > span:after {
    content: "";
    position: absolute;
    height: 7px;
    background: #ffa900;
    width: 2000px;
}

h1 > span:before {
    top: 0;
    right: 0px;
    margin-right: 0px;
}

h1 > span:after {
    left: 100%;
    margin-left: -30px;
    bottom: 0.5rem;
    background: #f2f2f2;
}

h1.top-only > span:after {
    display: none;
}

h1.with-status > div {
    position: absolute;
    bottom: 2rem;
    right: 0;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.125rem;
    padding: 0 20px;
    background: #f2f2f2;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 20%;
    overflow: hidden;
}

@media (max-width: 767px) {
    h1.with-status > div {
        display: none;
    }
}

@media (max-width: 767px) {
    h1.with-status > span {
        max-width: 100%;
    }

    h1 span {
        padding: 1.5rem 0 1.5rem 0;
        margin: 1.5rem 0 1.5rem 0;
    }

    h1 span:before,
    h1 span:after {
        height: 7px;
    }

    h1 span:after {
        margin-left: -30px;
        bottom: 0;
    }
}

h1.blue span {
    color: #00629b;
}

h1.blue span:before {
    background: #00629b;
}

h1.indigo span {
    color: #6610f2;
}

h1.indigo span:before {
    background: #6610f2;
}

h1.purple span {
    color: #6f42c1;
}

h1.purple span:before {
    background: #6f42c1;
}

h1.pink span {
    color: #e83e8c;
}

h1.pink span:before {
    background: #e83e8c;
}

h1.red span {
    color: #e53c2f;
}

h1.red span:before {
    background: #e53c2f;
}

h1.orange span {
    color: #ffa900;
}

h1.orange span:before {
    background: #ffa900;
}

h1.yellow span {
    color: #fec72d;
}

h1.yellow span:before {
    background: #fec72d;
}

h1.green span {
    color: #009b95;
}

h1.green span:before {
    background: #009b95;
}

h1.teal span {
    color: #94ebe8;
}

h1.teal span:before {
    background: #94ebe8;
}

h1.cyan span {
    color: #009b95;
}

h1.cyan span:before {
    background: #009b95;
}

h1.white span {
    color: #fff;
}

h1.white span:before {
    background: #fff;
}

h1.gray span {
    color: #c9c9c9;
}

h1.gray span:before {
    background: #c9c9c9;
}

h1.gray-dark span {
    color: #424242;
}

h1.gray-dark span:before {
    background: #424242;
}

h1.lightGray span {
    color: #ececec;
}

h1.lightGray span:before {
    background: #ececec;
}

h1.darkGray span {
    color: #9b9b9b;
}

h1.darkGray span:before {
    background: #9b9b9b;
}

h1.darkBlue span {
    color: #00466e;
}

h1.darkBlue span:before {
    background: #00466e;
}

h1.lightBlue span {
    color: #0093c9;
}

h1.lightBlue span:before {
    background: #0093c9;
}

h1.darkGreen span {
    color: #005552;
}

h1.darkGreen span:before {
    background: #005552;
}

h1.darkOrange span {
    color: #ff7100;
}

h1.darkOrange span:before {
    background: #ff7100;
}

.hamburger {
    padding: 7px 10px 0 0;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

@media (max-width: 991px) {
    .hamburger {
        display: inline-block;
    }
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-portlet {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    background-color: #fff;
    color: #173753;
    text-align: center;
    transition: all 0.3s;
}

.btn-portlet:hover {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
    color: #173753;
}

.portlet {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    display: block;
    background: #fff;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.portlet.portlet-with-badge {
    margin-top: 45px;
}

.portlet.portlet-content {
    position: relative;
    padding: 25px 40px;
}

.portlet.portlet-content h1,
.portlet.portlet-content h2,
.portlet.portlet-content h3,
.portlet.portlet-content h4,
.portlet.portlet-content h5 {
    font-size: 1.125rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.portlet.portlet-content iframe,
.portlet.portlet-content .fluid-width-video-wrapper {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}

.portlet.portlet-content ul li {
    padding: 3px 0;
}

.portlet.portlet-content .text a {
    color: #00629b;
}

.portlet.portlet-content .text a:hover {
    text-decoration: underline;
}

.portlet.portlet-content .gray-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px;
    background: #f8f8f8;
}

@media (max-width: 767px) {
    .portlet.portlet-content {
        padding: 25px 25px;
    }

    .portlet.portlet-content .gray-bg {
        margin-left: -25px;
        margin-right: -25px;
        padding: 0 25px;
    }
}

.portlet.lecture-content h1,
.portlet.lecture-content h2,
.portlet.lecture-content h3,
.portlet.lecture-content h4,
.portlet.lecture-content h5,
.portlet.portlet-course-welcome h1,
.portlet.portlet-course-welcome h2,
.portlet.portlet-course-welcome h3,
.portlet.portlet-course-welcome h4,
.portlet.portlet-course-welcome h5 {
    margin-top: 2.5rem;
}

.portlet.lecture-content img,
.portlet.portlet-course-welcome img {
    max-width: 100%;
    object-fit: contain;
}

a.portlet:hover {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
    text-decoration: none;
    color: #173753;
}

.portlet-badge {
    background: #009b95;
    color: #fff;
    position: absolute;
    height: 40px;
    right: 30px;
    top: 15px;
    padding: 5px 10px;
    z-index: -1;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
}

.portlet-badge img {
    height: 1.5rem;
    margin-top: -2px;
}

.portlet-badge-blue {
    background: #00629b;
}

.portlet-badge-blue-outline {
    color: #00629b;
    border: 1px solid #00629b;
    background: #fff;
}

.portlet-badge-indigo {
    background: #6610f2;
}

.portlet-badge-indigo-outline {
    color: #6610f2;
    border: 1px solid #6610f2;
    background: #fff;
}

.portlet-badge-purple {
    background: #6f42c1;
}

.portlet-badge-purple-outline {
    color: #6f42c1;
    border: 1px solid #6f42c1;
    background: #fff;
}

.portlet-badge-pink {
    background: #e83e8c;
}

.portlet-badge-pink-outline {
    color: #e83e8c;
    border: 1px solid #e83e8c;
    background: #fff;
}

.portlet-badge-red {
    background: #e53c2f;
}

.portlet-badge-red-outline {
    color: #e53c2f;
    border: 1px solid #e53c2f;
    background: #fff;
}

.portlet-badge-orange {
    background: #ffa900;
}

.portlet-badge-orange-outline {
    color: #ffa900;
    border: 1px solid #ffa900;
    background: #fff;
}

.portlet-badge-yellow {
    background: #fec72d;
}

.portlet-badge-yellow-outline {
    color: #fec72d;
    border: 1px solid #fec72d;
    background: #fff;
}

.portlet-badge-green {
    background: #009b95;
}

.portlet-badge-green-outline {
    color: #009b95;
    border: 1px solid #009b95;
    background: #fff;
}

.portlet-badge-teal {
    background: #94ebe8;
}

.portlet-badge-teal-outline {
    color: #94ebe8;
    border: 1px solid #94ebe8;
    background: #fff;
}

.portlet-badge-cyan {
    background: #009b95;
}

.portlet-badge-cyan-outline {
    color: #009b95;
    border: 1px solid #009b95;
    background: #fff;
}

.portlet-badge-white {
    background: #fff;
}

.portlet-badge-white-outline {
    color: #fff;
    border: 1px solid #fff;
    background: #fff;
}

.portlet-badge-gray {
    background: #c9c9c9;
}

.portlet-badge-gray-outline {
    color: #c9c9c9;
    border: 1px solid #c9c9c9;
    background: #fff;
}

.portlet-badge-gray-dark {
    background: #424242;
}

.portlet-badge-gray-dark-outline {
    color: #424242;
    border: 1px solid #424242;
    background: #fff;
}

.portlet-badge-lightGray {
    background: #ececec;
}

.portlet-badge-lightGray-outline {
    color: #ececec;
    border: 1px solid #ececec;
    background: #fff;
}

.portlet-badge-darkGray {
    background: #9b9b9b;
}

.portlet-badge-darkGray-outline {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    background: #fff;
}

.portlet-badge-darkBlue {
    background: #00466e;
}

.portlet-badge-darkBlue-outline {
    color: #00466e;
    border: 1px solid #00466e;
    background: #fff;
}

.portlet-badge-lightBlue {
    background: #0093c9;
}

.portlet-badge-lightBlue-outline {
    color: #0093c9;
    border: 1px solid #0093c9;
    background: #fff;
}

.portlet-badge-darkGreen {
    background: #005552;
}

.portlet-badge-darkGreen-outline {
    color: #005552;
    border: 1px solid #005552;
    background: #fff;
}

.portlet-badge-darkOrange {
    background: #ff7100;
}

.portlet-badge-darkOrange-outline {
    color: #ff7100;
    border: 1px solid #ff7100;
    background: #fff;
}

.portlet-webinar {
    padding: 20px 0 0 0;
}

.portlet-webinar img {
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

.portlet-webinar img + .portlet-webinar-title {
    padding-top: 15px;
}

.portlet-webinar .portlet-webinar-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height: 4.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 20px 0;
}

.portlet-webinar .portlet-webinar-days {
    display: block;
    text-align: center;
    color: #c9c9c9;
    font-size: 0.875rem;
    padding: 5px 0 15px 0;
}

.portlet-webinar .portlet-webinar-days span.active {
    font-weight: bold;
    text-transform: uppercase;
    color: #ff7100;
}

.portlet-webinar .portlet-webinar-footer {
    width: 100%;
    height: 48px;
    background: #f8f8f8;
    font-size: 0.875rem;
    padding: 0 15px;
}

.portlet-webinar .portlet-webinar-footer-left,
.portlet-webinar .portlet-webinar-footer-right {
    display: inline-block;
    line-height: 48px;
}

.portlet-webinar .portlet-webinar-footer-left {
    text-transform: uppercase;
    font-weight: bold;
}

.portlet-webinar .portlet-webinar-footer-right {
    float: right;
}

.portlet-promo-title {
    display: block;
    height: 120px;
    padding: 40px 0 0 0;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.portlet-promo-rewards {
    display: block;
}

.portlet-promo-xp {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
}

.portlet-promo-xp > i {
    width: 4rem;
    height: 4.5rem;
    margin-top: -0.8rem;
}

.portlet-promo-coins {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
}

.portlet-promo-coins > i {
    width: 4.5rem;
    height: 4.5rem;
    margin-top: -0.8rem;
}

@media (min-width: 576px) and (max-width: 767px) {
    .portlet-promo-xp,
    .portlet-promo-coins {
        display: inline-block;
        width: 49%;
        margin: 0;
        font-size: 4rem;
    }
}

.portlet-promo-desc {
    display: block;
    height: 118px;
    padding: 40px 20px 0;
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
}

.portlet-promo-banner {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.portlet-promo-banner-quest {
    background-image: url(../img/quest-banner-vertical.png);
}

.portlet-promo-banner-giveaway {
    background-image: url(../img/banner-giveaway-vertical.png);
}

.portlet-badge-test {
    background: #009b95;
}

.portlet-badge-test-outline {
    color: #009b95;
    border: 1px solid #009b95;
    background: #fff;
}

.portlet-test {
    padding: 10px 0 0 0;
    margin-top: 45px;
}

.portlet-test .portlet-test-category-name {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.15rem;
    height: 1.15rem;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.portlet-test .portlet-test-title {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0 15px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.portlet-test.portlet-test-locked .portlet-test-title {
    color: #c9c9c9;
}

.portlet-test .portlet-test-progress {
    display: block;
    position: relative;
    height: 30px;
    margin-top: 12px;
    text-align: center;
}

.portlet-test.portlet-test-inprogress .portlet-test-progress {
    text-align: left;
}

.portlet-test.portlet-test-locked .portlet-test-progress {
    color: #c9c9c9;
}

.portlet-test .portlet-test-progress-count {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0 15px;
}

.portlet-test .portlet-test-progress-count .large {
    font-size: 1.25rem;
    font-weight: bold;
}

.portlet-test .portlet-test-progress-bar {
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -5px;
    background: #009b95;
}

.portlet-test .portlet-test-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #009b95;
    top: -3px;
    right: -14px;
    border-radius: 8px;
}

.portlet-test .portlet-test-footer {
    width: 100%;
    height: 55px;
    background: #f8f8f8;
    font-size: 0.875rem;
    padding: 5px 15px 0;
}

.portlet-test .portlet-test-footer span + span {
    padding-left: 20px;
}

.portlet-test.portlet-test-completed .portlet-test-footer {
    background: #fff;
}

.portlet-test .portlet-test-footer-left,
.portlet-test .portlet-test-footer-right {
    display: inline-block;
    line-height: 50px;
}

.portlet-test .portlet-test-footer-left {
    text-transform: uppercase;
    font-weight: bold;
}

.portlet-test .portlet-test-footer-right {
    float: right;
}

.portlet-test .portlet-test-footer-center {
    display: block;
    line-height: 50px;
    text-align: center;
}

.portlet-test .portlet-test-footer-center-hover {
    display: none;
    line-height: 50px;
    text-align: center;
}

.portlet-test.portlet-test-locked .portlet-test-footer-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.categories {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    background: #fff;
    height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.categories .btn-right {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 50px;
    width: 35px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .btn-right.show {
    background-image: url(../img/categories-right.svg), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
}

.categories .btn-left {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 50px;
    width: 35px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .btn-left.show {
    background-image: url(../img/categories-left.svg), linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 30%);
}

.categories .categories-inner {
    height: 50px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 9px 25px 29px;
    box-sizing: content-box;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}

.categories .categories-inner:-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: transparent;
}

.categories .category {
    display: inline-block;
    color: #009b95;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    text-decoration: none;
}

.categories .category:hover {
    background: #f2f2f2;
}

.categories .category.active {
    background: #009b95;
    color: #fff;
}

@media (max-width: 767px) {
    .categories .category {
        padding: 0 8px;
    }
}

.exerciser .portlet-badge-test {
    background: #ff7100;
}

.exerciser .portlet-badge-test-outline {
    color: #ff7100;
    border: 1px solid #ff7100;
    background: #fff;
}

.exerciser .portlet-test-progress-bar {
    background: #ff7100;
}

.exerciser .portlet-test-progress-bar:after {
    background: #ff7100;
}

.exerciser .category {
    color: #ff7100;
}

.exerciser .category:hover {
    background: #f2f2f2;
}

.exerciser .category.active {
    background: #ff7100;
}

.portlet-course {
    position: relative;
    padding: 10px 0 0 0;
    /* margin-top: 45px; */
}

.portlet-course .portlet-course-main {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 15px;
    height: 140px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portlet-course .portlet-course-main .portlet-course-icon-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/course-play.svg) no-repeat center center;
    background-size: 50px 50px;
}

.portlet-course .portlet-course-main .portlet-course-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(50% + 8px);
    left: calc(50% + 8px);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.portlet-course .portlet-course-footer {
    width: 100%;
    height: 65px;
    background: #f8f8f8;
    font-size: 1.125rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.portlet-course .portlet-course-footer .portlet-course-title {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.portlet-test-category {
    position: relative;
    padding: 10px 0 0 0;
    /* margin-top: 45px; */
}

.portlet-test-category .portlet-test-category-main {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 15px;
    height: 140px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portlet-test-category .portlet-test-category-main .portlet-test-category-icon-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/test-checkmark.svg) no-repeat center center;
    background-size: 50px 50px;
}

.portlet-test-category .portlet-test-category-main .portlet-test-category-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(50% + 8px);
    left: calc(50% + 8px);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.portlet-test-category .portlet-test-category-footer {
    width: 100%;
    height: 65px;
    background: #f8f8f8;
    font-size: 1.125rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.portlet-test-category .portlet-test-category-footer .portlet-test-category-title {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.portlet-test.portlet-test-locked:hover .portlet-test-footer-center {
    display: none;
}

.portlet-test.portlet-test-locked:hover .portlet-test-footer-center-hover {
    display: block;
}

.btn-all-tests {
    margin: 20px 0 20px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.footer-nav .footer-nav-item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.125rem;
    padding-right: 20px;
}

.footer-nav .footer-nav-item a {
    color: #005552;
}

.footer-nav .footer-nav-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-nav .footer-nav-item {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
}

.footer-bottom {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 25px;
    color: #2b5a83;
}

.footer-bottom.footer-bottom-desktop {
    display: block;
}

.footer-bottom.footer-bottom-mobile {
    display: none;
}

.footer-bottom .footer-copyright {
    display: inline-block;
    position: relative;
}

.footer-bottom .footer-social {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.footer-bottom .footer-social a {
    display: inline-block;
    text-decoration: none;
    height: 25px;
    width: 25px;
}

.footer-bottom .footer-social a img {
    vertical-align: top;
    height: 100%;
    width: 100%;
}

.footer-bottom .footer-social a:hover img {
    fill: #009b95;
}

.footer-bottom .footer-social a + a {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .footer-bottom .footer-social {
        margin-left: 15px;
    }

    .footer-bottom .footer-social a + a {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        font-size: 1.125rem;
        text-align: center;
        margin-top: 30px;
    }

    .footer-bottom.footer-bottom-desktop {
        display: none;
    }

    .footer-bottom.footer-bottom-mobile {
        display: block;
    }

    .footer-bottom .footer-copyright {
        display: block;
    }

    .footer-bottom .footer-social {
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
}

.footer-logos {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    display: flex;
    align-items: center;
}

.footer-logos .footer-logo-link {
    display: inline-block;
    margin-right: 50px;
    text-align: center;
}

.footer-logos .footer-logo-link .footer-logo-img {
    display: block;
    height: 65px;
    margin-bottom: 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-logos .footer-logo-link .footer-logo-desc {
    color: #005552;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .footer-logos .footer-logo-link:nth-child(2n) {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-logos .footer-logo-link .footer-logo-img {
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-logos .footer-logo-link {
        margin-right: 20px;
    }

    .footer-logos .footer-logo-link .footer-logo-desc {
        font-size: 0.8rem;
    }

    .footer-logos .footer-logo-link .footer-logo-img {
        height: 45px;
    }
}

@media (max-width: 991px) {
    .footer-logos {
        display: block;
        top: auto;
        transform: none;
        margin-top: -35px;
    }

    .footer-logos .footer-logo-link {
        display: block;
        margin-right: 0;
    }

    .footer-logos .footer-logo-link + .footer-logo-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-logos {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .footer-logos .footer-logo-link + .footer-logo-link {
        margin-top: 40px;
    }
}

.rounded-bg {
    padding: 130px 0 0 0;
    height: 900px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .rounded-bg {
        height: 945px;
    }
}

.rounded-bg-content {
    display: block;
    width: 120%;
    padding: 0 10%;
    margin-left: -10%;
    height: 700px;
    background-color: #2b5a83;
    border-top-left-radius: 50% 160px;
    border-top-right-radius: 50% 160px;
}

@media (max-width: 767px) {
    .rounded-bg-content {
        height: 745px;
        border-top-left-radius: 50% 80px;
        border-top-right-radius: 50% 80px;
    }
}

.rounded-bg-container {
    padding-top: 150px;
    height: 100%;
}

.rounded-bg-helper {
    display: block;
    width: 120%;
    margin-left: -10%;
    height: 150px;
    background-color: #fff;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
    margin-top: -40px;
}

@media (max-width: 767px) {
    .rounded-bg-helper {
        border-top-left-radius: 50% 40px;
        border-top-right-radius: 50% 40px;
        margin-top: -42.5px;
    }
}

.shop-promo {
    position: relative;
}

.shop-promo .shop-promo-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.shop-promo .shop-promo-title-above {
    display: block;
    color: #2b5a83;
}

.shop-promo .shop-promo-coin {
    display: block;
    background: url(../img/coin.svg) no-repeat center center;
    background-size: 110px 110px;
    height: 110px;
    width: 100%;
}

.shop-promo .shop-promo-title-below {
    display: block;
    color: #fff;
}

.shop-promo .shop-promo-desc {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    margin-top: 40px;
}

.shop-promo .shop-promo-btn-container {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 75px;
    left: 0;
}

.shop-promo .shop-promo-btn-container .shop-promo-btn {
    background: #ffa900;
    color: #fff;
}

.shop-carousel {
    height: 300px;
    width: 90%;
    margin: 50px auto 0;
}

.shop-carousel .shop-carousel-item {
    height: 200px;
    margin-top: 0px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.shop-carousel .shop-carousel-item img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}

.shop-carousel .owl-item.active.medium .shop-carousel-item {
    height: 250px;
    margin-top: 25px;
}

.shop-carousel .owl-item.active.big .shop-carousel-item {
    height: 300px;
    margin-top: 0px;
}

.owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    display: block;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background: #ffa900 !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

.owl-nav button.owl-prev:after,
.owl-nav button.owl-next:after {
    position: relative;
    float: left;
    content: "";
    background: url(../img/prev.svg) center center no-repeat;
    height: 100%;
    width: 100%;
}

.owl-nav button.owl-next:after {
    background-image: url(../img/next.svg);
}

.owl-nav button.owl-prev {
    left: -70px;
    top: 100px;
}

.owl-nav button.owl-next {
    right: -70px;
    top: 100px;
}

@media (max-width: 767px) {
    .owl-nav button.owl-prev {
        left: -20px;
    }

    .owl-nav button.owl-next {
        right: -20px;
    }
}

.banner {
    position: relative;
    height: 670px;
    background-color: #2b5a83;
}

.user-banner {
    position: relative;
    height: 580px;
    background-color: #2b5a83;
}

@media (max-width: 1199px) {
    .banner {
        height: 570px;
    }

    .user-banner {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .banner {
        height: auto;
    }

    .user-banner {
        height: auto;
    }
}

@media (max-width: 767px) {
    .banner {
        height: auto;
    }

    .user-banner {
        height: auto;
    }
}

.banner:after,
.user-banner:after {
    display: none;
    content: "";
    background: url(../img/pattern1.png) repeat;
    background-size: 300px 300px;
    opacity: 0.15;
    background-position: right 70px;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.banner:before,
.user-banner:before {
    display: none;
    content: "";
    background: url(../img/pattern1.png) repeat;
    background-size: 300px 300px;
    opacity: 0.15;
    background-position: left 70px;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.banner-bottom,
.user-banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 95.7142857143px;
    width: 100%;
    background: #f8f8f8;
    z-index: 0;
}

@media (max-width: 767px) {
    .banner-bottom,
    .user-banner-bottom {
        display: none;
    }
}

.banner-bottom-osvitoria {
    display: block;
    z-index: 1;
    width: 120%;
    padding: 0 10%;
    position: absolute;
    bottom: 0;
    left: -10%;
    height: 110px;
    background-color: #2b5a83;
    border-top-left-radius: 50% 130px;
    border-top-right-radius: 50% 130px;
}

@media (max-width: 767px) {
    .banner-bottom-osvitoria {
        height: 100px;
        border-top-left-radius: 50% 60px;
        border-top-right-radius: 50% 60px;
    }
}

/* .banner-bottom-osvitoria-logo {
    display: block;
    width: 100%;
    height: 40px;
    margin: 25px 0 0;
    background-image: url(../img/osvitoria-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .banner-bottom-osvitoria-logo {
        height: 30px;
        margin: 20px 0 0;
    }
} */

.banner-bottom-osvitoria-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .banner-bottom-osvitoria-desc {
        font-size: 0.875rem;
    }
}

.banner-bottom-osvitoria-desc img {
    width: 16px;
}

.user-banner .user-banner-bottom {
    height: 230px;
}

@media (max-width: 1199px) {
    .user-banner .user-banner-bottom {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .user-banner .user-banner-bottom {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .user-banner .user-banner-bottom {
        height: 290px;
        display: block;
    }
}

@media (max-width: 991px) {
    .user-banner.user-banner-no-gifts .user-banner-bottom {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .user-banner.user-banner-no-gifts .user-banner-bottom {
        height: 190px;
        display: block;
    }
}

.banner > .container,
.user-banner > .container {
    z-index: 1000;
    height: 100%;
    width: 100%;
    position: relative;
}

.banner-inner,
.banner-inner-mobile {
    z-index: 1000;
    position: relative;
    height: 100%;
    padding: 130px 0;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.banner-inner {
    display: block;
}

@media (max-width: 767px) {
    .banner-inner {
        display: none;
    }
}

.banner-inner-mobile {
    display: none;
    padding: 60px 20px 130px;
}

@media (max-width: 767px) {
    .banner-inner-mobile {
        display: block;
    }
}

.main-webinar-container {
    margin-top: 20px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .main-webinar-container {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.main-test-container {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .main-test-container {
        margin-bottom: 80px;
    }
}

.main-exerciser-container {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .main-exerciser-container {
        margin-bottom: 80px;
    }
}

.user-banner-row {
    height: 100%;
}

@media (max-width: 991px) {
    .user-banner-row {
        margin: 50px 0 50px 0;
    }
}

.user-banner-avatar-col {
    height: 100%;
}

@media (max-width: 991px) {
    .user-banner-avatar-col {
        max-height: 0;
        height: 0;
        padding: 0;
        margin: 0;
    }
}

.user-banner-avatar {
    height: 100%;
}

@media (max-width: 991px) {
    .user-banner-avatar {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 100px;
        left: 15px;
    }
}

.user-banner-avatar img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.user-banner-hi {
    display: block;
    color: #fff;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-top: 200px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .user-banner-hi {
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    .user-banner-hi {
        margin-top: 100px;
        margin-left: 130px;
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    .user-banner-hi {
        font-size: 1.75rem;
    }
}

@media (max-width: 349px) {
    .user-banner-hi {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .user-banner-menu {
        margin: 20px 0 20px 0;
    }
}

.user-banner-menu ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 991px) {
    .user-banner-menu ul {
        text-align: center;
    }
}

.user-banner-menu li {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.25em 2em 0 0;
    font-size: 0.875rem;
    line-height: 2rem;
}

.user-banner-menu li .turn-off {
    color: #fff;
}

.user-banner-menu li .turn-off > i {
    content: url(../img/off-white.svg);
}

@media (max-width: 991px) {
    .user-banner-menu li .turn-off {
        font-size: 0.875rem !important;
    }
}

.user-banner-menu li a {
    color: #fff;
    text-decoration: none;
}

.user-banner-menu li a .badge {
    padding: 0.25em 0.8em;
    font-size: 0.875rem;
    vertical-align: baseline;
}

.user-banner-menu li a .badge-primary {
    background: #fff;
    color: #009b95;
}

.user-banner-menu li a:hover {
    background: none;
    color: #fff;
    opacity: 0.7;
}

.user-banner-menu li.right {
    float: right;
}

@media (max-width: 991px) {
    .user-banner-menu li.right {
        float: none;
    }
}

.user-banner-portlets {
    width: 100%;
}

.user-banner-portlets a {
    text-decoration: none;
    color: #173753;
}

.user-banner-portlets .user-banner-stats {
    padding: 10px 25px;
    height: 70px;
    border-radius: 35px;
    margin-right: 25px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .user-banner-portlets .user-banner-stats {
        margin: 0;
        text-align: center;
    }
}

.user-banner-portlets .user-banner-stats .user-level {
    white-space: nowrap;
    float: none;
}

.user-banner-portlets .user-banner-stats .user-xp-and-coins {
    white-space: nowrap;
    float: none;
}

.user-banner-portlets .user-banner-stats .user-xp {
    display: inline-block;
    margin: 0 20px;
}

.user-banner-portlets .user-banner-stats .user-xp .xp {
    display: block;
    text-align: center;
}

.user-banner-portlets .user-banner-stats .user-xp .xp > i {
    display: block;
    margin: 0 0 0.3rem 0;
    padding: 0;
    width: 100%;
    height: 1.5rem;
}

.user-banner-portlets .user-banner-stats .user-coins {
    display: inline-block;
}

.user-banner-portlets .user-banner-stats .user-coins .coins {
    display: block;
    text-align: center;
}

.user-banner-portlets .user-banner-stats .user-coins .coins > i {
    display: block;
    margin: 0 0 0.4rem 0;
    padding: 0;
    width: 100%;
    height: 1.4rem;
}

.user-banner-portlets .user-banner-gift {
    background: #fff;
    height: 70px;
    margin: 10px 0;
    padding: 10px 25px;
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

@media (max-width: 767px) {
    .user-banner-portlets .user-banner-gift {
        width: auto;
        height: 80px;
        border-radius: 40px;
    }
}

.user-banner-portlets .user-banner-gift .user-banner-gift-image {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}

.user-banner-portlets .user-banner-gift .user-banner-gift-image img {
    height: 100%;
}

.user-banner-portlets .user-banner-gift .user-banner-gift-desc {
    display: inline-block;
    height: 100%;
}

.user-banner-portlets .user-banner-gift .user-banner-gift-desc > span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

@media (max-width: 374px) {
    .user-banner-portlets .user-banner-gift .user-banner-gift-desc {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) {
    .user-banner-portlets .user-banner-stats-link:hover .user-banner-stats,
    .user-banner-portlets .user-banner-gift-link:hover .user-banner-gift {
        -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
        -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
        box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
}

.user-banner-progress {
    display: block;
    height: 90px;
    position: relative;
    margin: 15px 20px 0;
}

.user-banner-progress:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 40px;
    background: #ececec;
}

.user-banner-progress .user-banner-progress-bar {
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 40px;
    background: #2b5a83;
    min-width: 16px !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .user-banner-progress .user-banner-progress-bar {
        min-width: 16px !important;
    }
}

.user-banner-progress .user-banner-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #2b5a83;
    top: -3px;
    right: 0px;
    border-radius: 8px;
}

.user-banner-progress .user-banner-progress-checkpoint {
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 374px) {
    .user-banner-progress .user-banner-progress-checkpoint {
        width: 40%;
    }
}

.user-banner-progress .user-banner-progress-checkpoint:after {
    content: "";
    width: 10px;
    height: 22px;
    border-radius: 10px;
    background: #ececec;
    position: relative;
    display: block;
}

.user-banner-progress .user-banner-progress-checkpoint .checkpoint-title {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.user-banner-progress .user-banner-progress-checkpoint .checkpoint-desc {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.user-banner-progress .user-banner-progress-checkpoint .checkpoint-desc .xp {
    color: #c9c9c9;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

.user-banner-progress .user-banner-progress-checkpoint .checkpoint-desc .xp > i {
    content: url(../img/xp-gray.svg);
}

.user-banner-progress .user-banner-progress-current-checkpoint {
    display: none;
}

.user-banner-progress .user-banner-progress-current-checkpoint:after {
    display: none;
}

.user-banner-progress .user-banner-progress-current-checkpoint .checkpoint-title {
    color: #009b95;
}

.user-banner-progress:hover .user-banner-progress-current-checkpoint {
    display: block;
}

.link {
    display: block;
}

.link a {
    font-weight: bold;
    text-decoration: underline;
}

.btn-facebook,
.btn-instagram {
    background: #4267b2;
    color: #fff;
    position: relative;
    margin-top: 30px !important;
}

.btn-facebook:hover,
.btn-instagram:hover {
    color: #fff;
    background: #34518d;
}

.btn-facebook:after,
.btn-instagram:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 30px;
    right: 10%;
    top: 15%;
    background: url(../img/fb.svg) no-repeat center center;
    background-size: contain;
}

.btn-instagram {
    background: #d93175;
    margin-top: 50px !important;
}

.btn-instagram:hover {
    background: #b6215d;
}

.btn-instagram:after {
    background-image: url(../img/instagram-invert.svg);
}

@media (max-width: 767px) {
    .btn-instagram {
        margin-top: 10px !important;
    }
}

.login-social-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

@media (max-width: 767px) {
    .login-social-divider {
        display: block;
    }
}

.login-link-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
}

@media (max-width: 767px) {
    .login-link-divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .link-login {
        text-align: center;
    }
}

.recaptcha {
    overflow: hidden;
}

.g-recaptcha-outer {
    text-align: center;
    border-radius: 0.25rem;
    background: #f9fafb;
    border-style: solid;
    border-color: #ececec;
    border-width: 2px;
    overflow: hidden;
    height: 5.4rem;
}

.g-recaptcha-inner {
    width: 298px;
    height: 74px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

.has-error .g-recaptcha-outer {
    border: 1px solid #dc3545;
}

.signup-avatar {
    margin: 50px auto 0;
    width: fit-content;
}

.signup-avatar .control-label {
    text-align: center;
    width: 100%;
}

.signup-avatar #signupform-avatar input,
.signup-avatar #profileeditform-gender input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

.signup-avatar #signupform-avatar label,
.signup-avatar #profileeditform-gender label {
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 10px #F8F8F8 solid;
    margin: 0;
}

.signup-avatar #signupform-avatar input:checked + label,
.signup-avatar #profileeditform-gender input:checked + label {
    border: 4px #fff solid;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(51,74,94,.3);
    -moz-box-shadow: 2px 2px 10px 0 rgba(51,74,94,.3);
    box-shadow: 2px 2px 10px 0 rgba(51,74,94,.3);
    -webkit-filter: saturate(120%);
    filter: saturate(120%);
    background-size: 110% 110%;
    background-color: #009B95;
}

@media (max-width: 767px) {
    .signup-avatar #signupform-avatar label,
    .signup-avatar #profileeditform-gender label {
        display: block;
        margin: 0 auto;
    }
}

.signup-avatar .avatar1 {
    background-image: url(../img/characters/chrDefaultMale/imageAvatar.png);
    background-color: #00629B;
}

.signup-avatar .avatar2 {
    background-image: url(../img/characters/chrDefaultFemale/imageAvatar.png);
    background-color: #E53C2F;
}

.signup-avatar .help-block-error {
    text-align: center;
}

.btn-signup-step-2 {
    margin-top: 10px;
}

.profile-user-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.profile-user-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .profile-user-image {
        margin: 20px 0 50px;
    }

    .profile-user-image img {
        width: 60%;
    }
}

a.profile-user-image-link .profile-user-image:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

a.profile-user-image-link .profile-user-image-edit {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffa900;
    display: none;
}

a.profile-user-image-link .profile-user-image-edit i {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background: url(../img/pencil.svg) no-repeat center center;
    background-size: 15px 15px;
}

a.profile-user-image-link:hover .profile-user-image-edit {
    display: block;
}

a.profile-user-image-link:hover .profile-user-image:after {
    display: block;
}

@media (max-width: 767px) {
    a.profile-user-image-link .profile-user-image:after {
        background: none;
    }

    a.profile-user-image-link .profile-user-image-edit {
        display: block;
    }
}

.profile-user-stats {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    text-align: center;
}

.profile-user-stats > div {
    float: none;
}

.profile-info h2,
.profile-info h3 {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 2.5rem;
    position: relative;
    padding-right: 130px;
}

.profile-info h2 > a,
.profile-info h3 > a {
    color: #ffa900;
    font-weight: normal;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.profile-info h2 > a i.edit,
.profile-info h3 > a i.edit {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background: url(../img/pencil.svg) no-repeat center center;
    background-size: 15px 15px;
}

@media (max-width: 767px) {
    .profile-info h2 > a span,
    .profile-info h3 > a span {
        display: none;
    }
}

.profile-info h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.profile-info p {
    margin-bottom: 0.5rem;
}

.checkbox-slider--b-flat {
    position: relative;
}

.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}

.checkbox-slider--b-flat input + span > h4 {
    display: inline;
}

.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}

.checkbox-slider--b-flat input + span:after {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    background: #fff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}

.checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
}

.checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
}

.checkbox-slider--b-flat input + span:after {
    background: #fff;
    content: "";
    width: 16px;
    border: solid #fff 3px;
    background-color: #ececec;
    background-clip: padding-box;
    border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    background-color: #ffa900;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked + span:before {
    background: #ffa900;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
    box-shadow: none;
}

.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
}

.checkbox-slider-sm {
    line-height: 10px;
}

.checkbox-slider-sm input + span {
    padding-left: 20px;
}

.checkbox-slider-sm input + span:before {
    width: 20px;
}

.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
}

.checkbox-slider-sm input + span:after {
    width: 8px;
    height: 8px;
    left: 1px;
    top: 1px;
    border-width: 1px;
    vertical-align: middle;
}

.checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
}

.checkbox-slider-md {
    line-height: 30px;
}

.checkbox-slider-md input + span {
    padding-left: 70px;
}

.checkbox-slider-md input + span:before {
    width: 70px;
}

.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
    height: 35px;
    line-height: 35px;
}

.checkbox-slider-md input + span:after {
    width: 27px;
    height: 27px;
    left: 4px;
    top: 4px;
    border-width: 4px;
    vertical-align: middle;
}

.checkbox-slider-md input:checked + span:after {
    margin-left: 35px;
}

.checkbox-slider-lg {
    line-height: 40px;
}

.checkbox-slider-lg input + span {
    padding-left: 80px;
}

.checkbox-slider-lg input + span:before {
    width: 80px;
}

.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
}

.checkbox-slider-lg input + span:after {
    width: 32px;
    height: 32px;
    left: 4px;
    top: 4px;
    border-width: 4px;
    vertical-align: middle;
}

.checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
}

.checkbox-block {
    display: block;
    position: relative;
}

.checkbox-block + .checkbox-block {
    margin-top: 20px;
}

.checkbox-block + .checkbox-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
}

.checkbox-label {
    display: inline-block;
    min-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px;
}

.checkbox-label + .checkbox {
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.checkbox-label.checkbox-label-sm {
    padding-right: 30px;
}

.checkbox-label.checkbox-label-md {
    padding-right: 80px;
}

.checkbox-label.checkbox-label-lg {
    padding-right: 90px;
}

.checkbox-label.checkbox-label-2 {
    padding-right: 120px;
}

.checkbox-label.checkbox-label-2-sm {
    padding-right: 80px;
}

.checkbox-label.checkbox-label-2-md {
    padding-right: 180px;
}

.checkbox-label.checkbox-label-2-lg {
    padding-right: 200px;
}

.checkbox-2nd {
    display: block;
    right: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.checkbox-2nd.checkbox-slider-sm {
    right: 50px;
}

.checkbox-2nd.checkbox-slider-md {
    right: 100px;
}

.checkbox-2nd.checkbox-slider-lg {
    right: 110px;
}

.checkbox-types {
    display: block;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: right;
}

.checkbox-types .checkbox-type {
    float: right;
    width: 100px;
    height: 100%;
}

.checkbox-types .checkbox-type-2nd {
    float: right;
    width: 100px;
    height: 100%;
}

.profile-divider {
    display: block;
    height: 80px;
}

.btn-promocode {
    margin-top: 2rem;
}

.profile-exit {
    float: right;
    margin: 3.5rem 0 0 0;
}

@media (max-width: 767px) {
    .profile-exit {
        padding: 0.4rem 1rem;
        margin: 2.7rem 0 0 0;
    }
}

.profile-exit > i {
    content: url(../img/off-orange.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.profile-exit:hover {
    color: #fff;
}

.profile-exit:hover > i {
    content: url(../img/off-white.svg);
}

.portlet-alert {
    width: 100%;
    padding: 40px 45px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.portlet-alert .portlet-alert-title {
    font-size: 3rem;
    line-height: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

.portlet-alert .portlet-alert-desc {
    margin-top: 40px;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.portlet-alert .portlet-alert-desc a {
    color: #009b95;
    text-decoration: underline;
}

.portlet-alert .portlet-alert-desc a:hover {
    font-weight: bold;
}

@media (max-width: 767px) {
    .portlet-alert {
        padding: 20px 25px;
    }

    .portlet-alert .portlet-alert-title {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .portlet-alert .portlet-alert-desc {
        margin-top: 20px;
        font-size: 1rem;
        line-height: 1.3rem;
        text-align: left;
    }
}

.character {
    width: 100%;
    text-align: center;
    padding: 30px 16px 16px 16px;
    position: relative;
    margin: 50px 0;
}

@media (max-width: 767px) {
    .character {
        margin: 45px 0 0;
    }
}

.character:hover .character-bg {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
}

@media (min-width: 768px) {
    .character:hover .character-bg {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.character:hover .character-progress .character-progress-inner {
    display: none;
}

.character:hover .character-progress .character-progress-hover {
    display: block;
}

.character:hover .character-bg .character-progress-bar {
    display: block;
}

.character .character-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.character .character-bg-bottom {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
}

.character .character-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 250px;
    z-index: 100;
}

.character .character-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 250px;
}

.character .character-price {
    position: relative;
    margin-top: 20px;
    z-index: 100;
}

.character .character-price span {
    font-size: 2.25rem;
}

.character .character-price span > i {
    width: 2rem;
    height: 2rem;
    margin-top: -0.25rem;
}

.character .character-button {
    position: relative;
    margin-top: 20px;
    height: 40px;
    z-index: 100;
}

.character .character-button .btn:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    right: 5%;
    top: 0;
}

.character .character-button.character-button-buy .btn:after {
    background: url(../img/cart.svg) no-repeat right center;
    background-size: 60% 60%;
}

.character .character-button.character-button-next .btn:after {
    background: url(../img/next.svg) no-repeat right center;
    background-position: right 38%;
    background-size: 40% 40%;
}

.character .character-progress {
    position: relative;
    height: 60px;
    z-index: 200;
}

.character .character-progress .character-progress-inner,
.character .character-progress .character-progress-hover {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
}

.character .character-progress .character-progress-inner span,
.character .character-progress .character-progress-hover span {
    display: block;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 20px;
}

.character .character-progress .character-progress-inner span strong,
.character .character-progress .character-progress-hover span strong {
    text-transform: uppercase;
    font-weight: bold;
}

.character .character-progress .character-progress-hover {
    display: none;
    top: 35px;
}

.character .character-progress-bar {
    display: none;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 65px;
    background: #009b95;
    z-index: 200;
}

.character .character-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #009b95;
    top: -3px;
    right: -14px;
    border-radius: 8px;
    z-index: 200;
}

.character.character-locked .character-img,
.character.character-locked .character-price {
    -webkit-filter: saturate(80%);
    filter: saturate(80%);
    opacity: 0.8;
}

.character:hover,
.character.character-locked:hover {
    -webkit-filter: saturate(120%);
    filter: saturate(120%);
}

.character.character-locked:hover .character-img,
.character.character-locked:hover .character-price {
    opacity: 1;
}

.character-select .character {
    margin: 45px 0 10px 0;
    cursor: pointer;
}

.character-select .portlet-badge {
    display: none;
}

.character-select .character-img {
    margin: 35px 0;
}

.character-select .character-bg {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
}

.character-select:hover .character-bg,
.character-select .character:hover .character-bg {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    opacity: 1;
}

.character-select .character-button {
    opacity: 0;
}

.character-select.selected .portlet-badge {
    display: block;
}

.character-select.selected .character-bg {
    display: block;
    opacity: 1;
}

.character-select.selected .character-button {
    opacity: 1;
}

.edit-character {
    margin: 20px 0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.edit-character-options,
.edit-character-options-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.edit-character-top-options-bg {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 120px;
    left: 0;
    background: #f8f8f8;
}

.edit-character-bottom-options-bg {
    position: absolute;
    width: 100%;
    height: 230px;
    top: 260px;
    left: 0;
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .edit-character-options {
        display: none;
    }
}

.edit-character-options .edit-character-options-prev,
.edit-character-options .edit-character-options-next {
    position: absolute;
    height: 100%;
    width: 300px;
    left: 7%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 70%;
    background-position: center 40%;
    background-repeat: no-repeat;
}

.edit-character-options .edit-character-options-prev img,
.edit-character-options .edit-character-options-next img {
    display: inline-block;
    max-width: 100%;
    max-height: 500px;
}

.edit-character-options .edit-character-options-next {
    right: 7%;
    left: auto;
}

.edit-character-options-nav .edit-character-options-nav-top,
.edit-character-options-nav .edit-character-options-nav-bottom {
    width: 100%;
    position: absolute;
    left: 0;
}

.edit-character-options-nav .edit-character-options-nav-top {
    height: 220px;
    top: 0;
}

.edit-character-options-nav .edit-character-options-nav-bottom {
    height: 280px;
    top: 220px;
}

.edit-character-options-nav .edit-character-btn-prev,
.edit-character-options-nav .edit-character-btn-next {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background: #ececec;
}

.edit-character-options-nav .edit-character-btn-prev:hover,
.edit-character-options-nav .edit-character-btn-next:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.edit-character-options-nav .edit-character-btn-prev:after,
.edit-character-options-nav .edit-character-btn-next:after {
    position: relative;
    float: left;
    content: "";
    background: url(../img/prev.svg) center center no-repeat;
    height: 100%;
    width: 100%;
}

.edit-character-options-nav .edit-character-btn-next:after {
    background-image: url(../img/next.svg);
}

.edit-character-options-nav .edit-character-btn-prev {
    left: 7%;
    top: 145px;
}

.edit-character-options-nav .edit-character-btn-next {
    right: 7%;
    top: 145px;
}

.edit-character-options-nav .edit-character-options-nav-bottom .edit-character-btn-prev {
    top: 125px;
}

.edit-character-options-nav .edit-character-options-nav-bottom .edit-character-btn-next {
    top: 125px;
}

.edit-character-container {
    width: 100%;
    padding: 30px 16px 16px 16px;
    position: relative;
}

.edit-character-container .edit-character-result {
    position: relative;
    width: 300px;
    height: 500px;
    margin: 0 auto;
}

.edit-character-container .edit-character-result > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.edit-character-container .edit-character-result > div img {
    display: inline-block;
    max-width: 100%;
    max-height: 500px;
}

.edit-character-container .edit-character-result .edit-character-bg {
    display: block;
    position: relative;
    height: 400px;
    width: 240px;
    border-radius: 50%;
    background: #fff;
    margin: 50px 30px;
}

@media (max-width: 767px) {
    .edit-character-container .edit-character-result {
        width: 240px;
        height: 450px;
    }

    .edit-character-container .edit-character-result .edit-character-bg {
        width: 200px;
        margin: 50px 20px;
    }
}

.color-picker-button {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.color-picker {
    display: inline-block;
}

.color-picker .color-picker-box {
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-color: #009b95;
    overflow: hidden;
}

.color-picker .color-picker-box img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.color-picker .color-picker-box:after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: url(../img/picker.svg);
    width: 40px;
    height: 40px;
}

.color-picker .color-picker-title {
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 1.125rem;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
}

.color-picker .color-picker-pallete {
    height: 50px;
}

.edit-character-button {
    padding: 60px 0;
    text-align: center;
}

.edit-character-button .btn {
    width: 280px;
    position: relative;
}

.edit-character-button .btn:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 20px;
    right: 10%;
    top: 15%;
    background: url(../img/checkmark.svg) no-repeat center center;
    background-size: contain;
}

.color-slide-container {
    width: 80%;
    position: absolute;
    top: 80px;
    left: 10%;
    padding: 10px 20px;
    display: none;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    z-index: 1000;
}

.color-slide-container.show {
    display: block;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #ececec;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #009b95;
    cursor: pointer;
    border-radius: 12.5px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #009b95;
    cursor: pointer;
    border-radius: 12.5px;
}

.sp-container {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    border: none;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
    font: normal 12px "Open Sans";
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
    border: none;
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-picker-container,
.sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: none;
}

.sp-palette-container {
    border-right: none;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    float: left;
    border: solid 1px #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

.sp-palette-button-container,
.sp-button-container {
    float: right;
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
    border-color: #f0c49b;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    max-width: 220px;
    margin-bottom: 5px;
}

.sp-palette .sp-thumb-el {
    width: 24px;
    height: 24px;
    margin: 3px 1px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.sp-container {
    padding-bottom: 0;
}

.sp-container button {
    background-color: #ffa900;
    background-image: none !important;
    border: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    outline: none;
}

.sp-container button:hover {
    background-color: #ff7100;
    background-image: none !important;
    border: transparent;
    cursor: pointer;
    text-shadow: none;
}

.sp-container button:active {
    border: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.sp-cancel {
    font-size: 0.875rem;
    color: #009b95 !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.sp-cancel:hover {
    color: #009b95 !important;
    text-decoration: underline;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.webinar-video {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .webinar-video {
        height: 300px;
    }
}

.webinar-video-inner {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.webinar-chat {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 25px 30px;
    margin-bottom: 40px;
}

.webinar-chat-message {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.webinar-chat-message + .webinar-chat-message {
    margin-top: 15px;
}

.webinar-chat-message .webinar-chat-user {
    font-weight: bold;
    text-transform: uppercase;
}

.webinar-comment-field {
    margin-bottom: 40px;
}

.webinar-teacher {
    display: block;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 30px;
    margin-bottom: 40px;
}

.webinar-teacher .teacher-img {
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.webinar-teacher .teacher-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.webinar-teacher .teacher-name {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.webinar-teacher .teacher-position {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.webinar-teacher .teacher-desc {
    width: 100%;
}

@media (max-width: 767px) {
    .webinar-teacher .teacher-name,
    .webinar-teacher .teacher-position,
    .webinar-teacher .teacher-desc {
        text-align: center;
    }
}

.webinar-friend {
    display: block;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.webinar-friend .friend-img {
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.webinar-friend .friend-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.webinar-friend .friend-name {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.files {
    position: relative;
}

.files .file {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 0;
}

.files .file + .file:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ececec;
}

.files .file > a {
    text-decoration: none;
}

.files .file > a:hover {
    color: #00629b;
}

.files .file-left {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 70%;
}

.files .file-right {
    display: inline-block;
    position: relative;
    text-align: right;
    width: 29%;
    height: 100%;
}

.files .file-icon {
    display: inline-block;
    height: 70px;
    padding-right: 20px;
}

.files .file-name {
    width: calc(100% - 100px);
    display: inline-flex;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.files .file-size {
    display: inline-flex;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    padding-right: 20px;
}

.files .file-link {
    display: inline-flex;
    vertical-align: middle;
    color: #ffa900;
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: bold;
}

.files .file-link > i {
    content: url(../img/file-download.svg);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .files .file-link {
        line-height: 1.4rem;
    }

    .files .file-link > i {
        width: 1.4rem;
        height: 1.4rem;
    }

    .files .file-size {
        padding-right: 5px;
    }
}

@media (max-width: 575px) {
    .files .file-left {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .files .file-right {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 5px;
        padding-left: 65px;
    }

    .files .file-name {
        font-size: 1rem;
    }

    .files .file-icon {
        height: 42px;
    }

    .files .file-size {
        font-size: 1rem;
    }
}

.webinar-files {
    display: block;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 30px 30px;
    margin-bottom: 40px;
}

.webinar-not-active {
    display: block;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 50px 10px;
    margin-bottom: 40px;
}

.webinar-not-active .webinar-not-active-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.webinar-not-active .webinar-not-active-date {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    line-height: 3.5rem;
    font-weight: normal;
    text-transform: none;
}

.webinar-not-active .webinar-not-active-button {
    display: block;
    width: 100%;
    text-align: center;
}

.webinar-not-active .webinar-not-active-button .btn {
    position: relative;
    width: 260px;
    padding-right: 50px;
}

.webinar-not-active .webinar-not-active-button .btn:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 28px;
    right: 15%;
    top: 10%;
    background: url(../img/bell-rotated.svg) no-repeat center center;
    background-size: contain;
}

.webinar-not-active .webinar-not-active-unsubscribe-button {
    display: block;
    width: 100%;
    text-align: center;
}

.webinar-not-active .webinar-not-active-unsubscribe-button .btn {
    position: relative;
    width: 260px;
    padding-right: 50px;
}

.webinar-not-active .webinar-not-active-unsubscribe-button .btn:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 28px;
    right: 15%;
    top: 10%;
    background: url(../img/bell-rotated-orange.svg) no-repeat center center;
    background-size: contain;
}

.webinar-not-active .webinar-not-active-unsubscribe-button .btn:hover:after {
    background: url(../img/bell-rotated.svg) no-repeat center center;
}

.webinar-not-active-archive-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.webinar-not-active-archive-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #173753;
}

.webinar-not-active-archive-link a:hover {
    color: #ffa900;
}

.archive-category + .archive-category {
    margin-top: 40px;
}

.archive-category .archive-category-icon {
    display: block;
    height: 40px;
    margin: 0 auto 10px;
    padding: 0;
}

.archive-category .archive-category-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.archive-item-link:hover {
    text-decoration: none !important;
    color: #173753;
}

.archive-item-link:hover .archive-item {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

.archive-item {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    display: block;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}

.archive-item .archive-item-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0px 30px;
    height: 95px;
    margin: 20px 0;
    overflow: hidden;
}

.archive-item .archive-item-title > span {
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.archive-item .archive-item-footer {
    width: 100%;
    height: 48px;
    background: #f8f8f8;
    font-size: 0.875rem;
    padding: 0 15px;
    text-align: center;
}

.archive-item .archive-item-date {
    display: inline-block;
    line-height: 48px;
    font-weight: bold;
}

.gift .gift-portlet {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    display: block;
    background: #fff;
    border-radius: 5px;
    margin: 45px 0 10px;
    padding: 30px 30px;
    overflow: hidden;
}

.gift .gift-image {
    position: relative;
    height: 160px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.gift .gift-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 160px;
}

.gift .gift-title {
    display: block;
    width: 100%;
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.gift .gift-subtitle {
    display: block;
    width: 100%;
    font-size: 2.25rem;
    line-height: 3rem;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .gift .gift-title {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }

    .gift .gift-subtitle {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
}

.gift .gift-goals {
    display: block;
    width: 100%;
}

.gift .gift-goals .gift-goal {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
}

.gift .gift-goals .gift-goal-checkmark {
    display: inline-block;
    float: left;
    height: 25px;
    width: 30px;
    background: url(../img/gift-goal.svg) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

.gift .gift-goals .gift-goal-name {
    display: inline-block;
    float: left;
    width: calc(100% - 50px);
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.gift .gift-goals .completed .gift-goal-checkmark {
    background-image: url(../img/gift-goal-completed.svg);
}

.gift .gift-goals .completed .gift-goal-name {
    color: #009b95;
}

.gift .gift-goals .gift-goal-progress {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

.gift .gift-goals .gift-goal-progress:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 10px;
    background: #ececec;
}

.gift .gift-goals .gift-goal-progress-bar {
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 10px;
    background: #ffa900;
    min-width: 16px !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .gift .gift-goals .gift-goal-progress-bar {
        min-width: 16px !important;
    }
}

.gift .gift-goals .gift-goal-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #ffa900;
    top: -3px;
    right: 0px;
    border-radius: 8px;
}

.gift .gift-goals .gift-goal-progress-desc {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #ffa900;
}

.gift .gift-delivery {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.gift .gift-delivery .gift-delivery-current {
    display: block;
    width: 100%;
}

.gift .gift-delivery .gift-delivery-current .gift-delivery-status {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    color: #e53c2f;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.gift .gift-delivery .gift-delivery-current .gift-delivery-status.completed {
    color: #009b95;
}

.gift .gift-delivery .gift-delivery-current .gift-delivery-ttn {
    display: inline-block;
    width: 48%;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (max-width: 374px) {
    .gift .gift-delivery .gift-delivery-current .gift-delivery-ttn {
        font-size: 0.6rem;
        line-height: 1rem;
    }
}

.gift .gift-delivery .gift-delivery-progress {
    display: block;
    position: relative;
    margin: 25px 0 0;
    height: 140px;
}

@media (max-width: 767px) {
    .gift .gift-delivery .gift-delivery-progress {
        height: 80px;
    }
}

.gift .gift-delivery .gift-delivery-progress.completed {
    height: 30px;
}

.gift .gift-delivery .gift-delivery-progress.completed .gift-delivery-progress-bar {
    background: #009b95;
}

.gift .gift-delivery .gift-delivery-progress.completed .gift-delivery-progress-bar:after,
.gift .gift-delivery .gift-delivery-progress.completed .gift-delivery-progress-bar:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #009b95;
    top: -3px;
    border-radius: 8px;
}

.gift .gift-delivery .gift-delivery-progress.completed .gift-delivery-progress-bar:before {
    left: 0;
}

.gift .gift-delivery .gift-delivery-progress.completed .gift-delivery-progress-bar:after {
    right: 0;
}

.gift .gift-delivery .gift-delivery-progress:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 0px;
    background: #ececec;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-bar {
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 0px;
    background: #e53c2f;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint {
    width: 140px;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    text-transform: uppercase;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #ececec;
    top: -3px;
    border-radius: 8px;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.completed:after {
    background: #e53c2f;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint .checkpoint-date {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint .checkpoint-title {
    display: block;
    position: relative;
    width: 100%;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.left {
    left: 0;
    text-align: left;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.left:after {
    left: 0;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.right {
    right: 0;
    text-align: right;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.right:after {
    right: 0;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.middle {
    left: -webkit-calc(50% - 70px);
    left: -moz-calc(50% - 70px);
    left: calc(50% - 70px);
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.middle:after {
    left: 62px;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.completed {
    color: #c9c9c9;
}

.gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.current {
    color: #e53c2f;
    font-weight: bold;
}

@media (max-width: 767px) {
    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint .checkpoint-date {
        display: none;
    }

    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint .checkpoint-title {
        display: none;
    }

    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.current {
        width: 100%;
        left: 0;
    }

    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.current.middle:after {
        left: -webkit-calc(50% - 8px);
        left: -moz-calc(50% - 8px);
        left: calc(50% - 8px);
    }

    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.current .checkpoint-date {
        display: block;
    }

    .gift .gift-delivery .gift-delivery-progress .gift-delivery-progress-checkpoint.current .checkpoint-title {
        display: block;
    }
}

.gift.gift-main {
    padding: 40px 0;
    text-align: center;
}

.gift.gift-main .gift-image {
    display: none;
}

.gift.gift-main .gift-portlet {
    margin: 80px 0 40px;
}

.gift.gift-main .gift-main-img {
    position: absolute;
    right: 5%;
    top: 0;
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift.gift-main .gift-main-img img {
    max-height: 100%;
    max-width: 100%;
}

.gift.gift-main .gift-goal-checkmark {
    background-image: url(../img/gift-goal-main.svg);
}

.gift.gift-main .completed .gift-goal-checkmark {
    background-image: url(../img/gift-goal-main-completed.svg);
}

.gift.gift-main .completed .gift-goal-name {
    color: #e53c2f;
}

@media (max-width: 767px) {
    .gift.gift-main {
        padding: 0;
    }

    .gift.gift-main .gift-portlet {
        margin: 45px 0 10px;
    }

    .gift.gift-main .gift-image {
        display: block;
    }

    .gift.gift-main .gift-main-img {
        display: none;
    }
}

.gift.gift-main-winner {
    padding: 40px 0;
    text-align: center;
}

.gift.gift-main-winner .gift-image {
    display: none;
}

.gift.gift-main-winner .gift-portlet {
    margin: 40px 0;
    position: relative;
}

.gift.gift-main-winner .gift-portlet:before,
.gift.gift-main-winner .gift-portlet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 160px;
    background: url("../img/gift-winner-confetti.png") no-repeat;
    background-position: right -20px;
    background-size: auto 130%;
    opacity: 0.8;
}

.gift.gift-main-winner .gift-portlet:after {
    left: auto;
    right: 0;
    background-position-x: left;
    width: 590px;
}

@media (max-width: 1199px) {
    .gift.gift-main-winner .gift-portlet:after {
        width: 440px;
    }
}

@media (max-width: 991px) {
    .gift.gift-main-winner .gift-portlet:after {
        display: none;
    }

    .gift.gift-main-winner .gift-portlet:before {
        width: 100%;
        background-size: 130% auto;
        background-position: center -30px;
        opacity: 0.25;
    }
}

.gift.gift-main-winner .gift-main-img {
    position: absolute;
    right: 5%;
    top: 0;
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift.gift-main-winner .gift-main-img img {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .gift.gift-main-winner .gift-main-img {
        width: 30%;
    }
}

.gift.gift-main-winner .gift-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    margin-top: 20px;
}

.gift.gift-main-winner .gift-subtitle {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding: 0;
}

.gift.gift-main-winner .gift-winner div {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.gift.gift-main-winner .gift-congratulations {
    margin: 40px auto 20px;
    width: 70%;
}

@media (max-width: 767px) {
    .gift.gift-main-winner {
        padding: 0;
    }

    .gift.gift-main-winner .gift-portlet {
        margin: 40px 0 20px;
    }

    .gift.gift-main-winner .gift-image {
        display: block;
    }

    .gift.gift-main-winner .gift-main-img {
        display: none;
    }
}

.gift-disclaimer {
    margin: 40px 0 0;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.show {
    opacity: 0.9;
}

@media (min-width: 676px) {
    .modal-dialog {
        max-width: 600px;
    }
}

.modal-content {
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
}

.modal-header {
    padding: 2rem 3rem 1rem;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 2.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.modal-header + .modal-body {
    padding-top: 0rem;
    text-align: center;
}

.modal-body {
    padding: 2rem 3rem 1rem;
    text-align: center;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5 {
    padding-bottom: 1rem;
}

.modal-footer {
    padding: 1rem 3rem 3rem;
    border-top: 1px solid transparent;
}

.modal-footer .btn {
    display: block;
}

@media (max-width: 374px) {
    .modal-header {
        padding: 2rem 1.5rem 1rem;
    }

    .modal-body {
        padding: 2rem 1.5rem 1rem;
    }

    .modal-footer {
        padding: 1rem 1.5rem 3rem;
    }
}

.alert {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    background: #fff !important;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.25rem;
}

.alert-info {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(23, 55, 83, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(23, 55, 83, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(23, 55, 83, 0.3);
    border-color: transparent;
    color: #173753;
}

.alert-success {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(0, 155, 149, 0.3);
    border-color: rgba(0, 155, 149, 0.3);
    color: #009b95;
}

.alert-warning {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(254, 199, 45, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(254, 199, 45, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(254, 199, 45, 0.3);
    border-color: rgba(254, 199, 45, 0.3);
    color: #fec72d;
}

.alert-danger {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(229, 60, 47, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(229, 60, 47, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(229, 60, 47, 0.3);
    border-color: rgba(229, 60, 47, 0.3);
    color: #e53c2f;
}

.alert-dismissible .close {
    position: absolute;
    top: -15px;
    right: 0;
    padding: 0.5rem 0.5rem;
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1;
    opacity: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.svg) 96%/15% no-repeat;
    background-size: 22px 14px;
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width: 0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

.swal2-popup {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.1);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.1);
    border-radius: 0.25rem;
    border: 2px solid #ececec;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
    border-color: #dadada;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.swal2-popup.mainPopup .swal2-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700 !important;
}

.swal2-popup.mainPopup .swal2-content {
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5rem !important;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .swal2-popup.mainPopup .swal2-title {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 155, 149, 0.75) 1.5em 0 0 0, rgba(0, 155, 149, 0.75) 1.1em 1.1em 0 0, rgba(0, 155, 149, 0.75) 0 1.5em 0 0,
        rgba(0, 155, 149, 0.75) -1.1em 1.1em 0 0, rgba(0, 155, 149, 0.75) -1.5em 0 0 0, rgba(0, 155, 149, 0.75) -1.1em -1.1em 0 0,
        rgba(0, 155, 149, 0.75) 0 -1.5em 0 0, rgba(0, 155, 149, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 155, 149, 0.75) 1.5em 0 0 0, rgba(0, 155, 149, 0.75) 1.1em 1.1em 0 0, rgba(0, 155, 149, 0.75) 0 1.5em 0 0,
        rgba(0, 155, 149, 0.75) -1.1em 1.1em 0 0, rgba(0, 155, 149, 0.75) -1.5em 0 0 0, rgba(0, 155, 149, 0.75) -1.1em -1.1em 0 0,
        rgba(0, 155, 149, 0.75) 0 -1.5em 0 0, rgba(0, 155, 149, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.select2-selection.form-control {
    height: calc(3.3rem + 2px) !important;
}

.select2-selection.form-control.select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-dropdown {
    border-radius: 0.25rem !important;
    border: 2px solid #ececec !important;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.tests-h1 span {
    color: #009b95;
}

.tests-h1 span:before {
    background: #009b95;
}

.course-tests .tests-h1 span {
    color: #00629b;
}

.course-tests .tests-h1 span:before {
    background: #00629b;
}

.exerciser .tests-h1 span {
    color: #ff7100;
}

.exerciser .tests-h1 span:before {
    background: #ff7100;
}

.test-page-portlet {
    padding: 35px;
}

@media (max-width: 767px) {
    .test-page-portlet {
        padding: 20px;
    }
}

.test-page-progress {
    display: block;
    position: relative;
    height: 10px;
    width: 100%;
    margin: 20px 0 0 0;
}

.test-page-progress:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 0px;
    background: #ececec;
}

.test-page-progress .test-page-progress-bar {
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background: #009b95;
    border-radius: 5px;
    left: 0;
    top: 0px;
    min-width: 25px !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .test-page-progress .test-page-progress-bar {
        min-width: 16px !important;
    }
}

.test-page-progress .test-page-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background: #009b95;
    top: -3px;
    right: 0px;
    border-radius: 8px;
}

.test-page-title {
    text-transform: uppercase;
    font-size: 2.5rem;
}

.test-page-title small {
    font-size: 1.2rem;
    text-transform: none;
}

.test-page-timer .hours,
.test-page-timer .minutes {
    font-size: 2.5rem;
    font-weight: bold;
}

.test-page-timer .seconds {
    font-size: 1.2rem;
    font-weight: bold;
}

.test-page-timer .sep {
    font-size: 1.2rem;
    margin: 0 0.5rem;
}

@media (max-width: 767px) {
    .test-page-timer .hours,
    .test-page-timer .minutes {
        font-size: 1.5rem;
    }
}

.test-page-pagination {
    display: block;
    margin-top: 20px;
}

.test-page-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 0.5rem;
    color: #dadada;
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0 5px 10px 0;
}

.test-page-pagination a:hover {
    text-decoration: none;
    color: #173753;
    border-color: #173753;
}

.test-page-pagination a.answered {
    background-color: #dadada;
    color: #173753;
}

.test-page-pagination a.active {
    color: #fff;
    background-color: #173753;
    border-color: #173753;
}

.test-page-pagination a.prev,
.test-page-pagination a.next {
    color: #173753;
}

.test-page-pagination .hide {
    display: none !important;
    margin: 0 !important;
}

.test-page-question {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.test-page-question img {
    max-width: 100% !important;
    max-height: 600px !important;
}

@media (max-width: 767px) {
    .test-page-question img {
        max-height: 400px !important;
    }
}

.test-page-question-match .container,
.test-page-question-order .container {
    display: table;
    vertical-align: middle;
    position: relative;
    padding-left: 50px;
    margin-bottom: 4px;
    font-size: 1rem;
    min-height: 36px;
    font-weight: normal !important;
    text-transform: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.test-page-question-match .container .text,
.test-page-question-order .container .text {
    min-height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.test-page-question-match .container .text img,
.test-page-question-order .container .text img {
    max-width: 100%;
    max-height: 300px;
}

.test-page-question-match .container .label,
.test-page-question-order .container .label {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #009b95;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
}

.test-page-question-match.last .label,
.test-page-question-order.last .label {
    background-color: #c9c9c9;
}

@media (max-width: 575px) {
    .test-page-question-match.last,
    .test-page-question-order.last {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #f2f2f2;
    }
}

.test-page-question-order .label {
    background-color: #dadada;
}

.test-page-answer-hint {
    font-size: 1rem;
    font-weight: bold;
    margin: 40px 0 20px;
}

.test-page-answers .container {
    display: table;
    vertical-align: middle;
    position: relative;
    padding-left: 80px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.2rem;
    min-height: 60px;
    font-weight: normal !important;
    text-transform: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.test-page-answers .container .label-text {
    min-height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.test-page-answers .container .label-text img {
    max-width: 100%;
    max-height: 300px;
}

.test-page-answers .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.test-page-answers .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    width: 57px;
    background-color: #ececec;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 55px;
    text-align: center;
}

.test-page-answers .container:hover input ~ .checkmark {
    background-color: #dadada;
}

.test-page-answers .container input:checked ~ .checkmark {
    background-color: #009b95;
}

.test-page-answers .table-match {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 25px;
}

.test-page-answers .table-match .label-cell {
    width: 44px;
    height: 44px;
}

.test-page-answers .container-match {
    display: table;
    vertical-align: middle;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin: 4px !important;
    padding: 0px !important;
}

.test-page-answers .container-match input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.test-page-answers .container-match .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #ececec;
    border-radius: 8px;
}

.test-page-answers .container-match .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 13px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.test-page-answers .container-match:hover input ~ .checkmark {
    background-color: #dadada;
}

.test-page-answers .container-match input:checked ~ .checkmark {
    background-color: #009b95;
}

.test-page-answers .container-match input:checked ~ .checkmark:after {
    display: block;
}

.test-page-primary-button {
    color: #fff;
    background: #009b95;
    border-color: #009b95;
}

.test-page-primary-button:hover {
    color: #fff;
    background: #00827c;
}

.test-page-buttons > * {
    margin-top: 1rem;
}

.test-page-result {
    text-align: center;
}

.test-page-result .test-page-result-title,
.test-page-result .test-page-result-title-points .large {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.test-page-result .test-page-result-title-points {
    margin-bottom: 1rem;
}

.test-page-result .test-page-result-info {
    line-height: 1.25rem;
    padding: 0 15px 5px;
}

.test-page-result .test-page-result-info span {
    font-size: 0.875rem;
}

.test-page-result .test-page-result-info .large {
    font-size: 1.25rem;
    font-weight: bold;
}

.test-page-result .test-page-result-coins-and-xp {
    margin-top: 1rem;
    display: block;
    line-height: 50px;
}

.test-page-result .test-page-result-reset {
    margin-top: 30px;
}

.test-page-result-answer-summary {
    text-align: left;
    margin: 3rem 0 0;
}

.test-page-result-answer-summary .question .content img {
    max-width: 100% !important;
    max-height: 600px !important;
}

@media (max-width: 767px) {
    .test-page-result-answer-summary .question .content img {
        max-height: 400px !important;
    }
}

.test-page-result-answer-summary .question {
    margin-bottom: 5rem;
}

.test-page-result-answer-summary .title {
    display: block;
    height: 30px;
    line-height: 30px;
}

.test-page-result-answer-summary .title .name {
    display: inline-block;
    padding-left: 45px;
    text-transform: uppercase;
    font-weight: bold;
    background-position: left center;
    background-size: 30px auto;
    background-repeat: no-repeat;
}

.test-page-result-answer-summary .title .name.correct {
    background-image: url(../img/test-question-correct.svg);
    color: #009b95;
}

.test-page-result-answer-summary .title .name.incorrect {
    background-image: url(../img/test-question-incorrect.svg);
    color: #e53c2f;
}

.test-page-result-answer-summary .title .points {
    padding-left: 0.5rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.test-page-result-answer-summary .content {
    margin: 0.5rem 0 1rem;
}

.test-page-result-answer-summary .content p {
    margin: 0 0 1rem 0 !important;
}

.test-page-result-answer-summary .test-page-question-match .container .label,
.test-page-result-answer-summary .test-page-question-order .container .label {
    background-color: transparent !important;
    border: 1px solid #173753 !important;
    color: #173753 !important;
    border-radius: 4px;
}

.test-page-result-answer-summary .answer img {
    max-width: 100%;
    max-height: 300px;
}

.test-page-result-answer-summary .answer-single,
.test-page-result-answer-summary .answer-text {
    position: relative;
    display: block;
    padding: 4px 8px 4px 44px;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #c9c9c9;
    min-height: 36px;
}

.test-page-result-answer-summary .answer-single:after,
.test-page-result-answer-summary .answer-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 4px;
    left: 4px;
    background: #ececec;
    border-radius: 4px;
}

.test-page-result-answer-summary .answer-single.correct,
.test-page-result-answer-summary .answer-text.correct {
    border-color: #009b95;
    color: #009b95;
}

.test-page-result-answer-summary .answer-single.correct:after,
.test-page-result-answer-summary .answer-text.correct:after {
    background: #009b95;
}

.test-page-result-answer-summary .answer-single.incorrect.user-choise,
.test-page-result-answer-summary .answer-text.incorrect.user-choise {
    border-color: #e53c2f;
    color: #e53c2f;
}

.test-page-result-answer-summary .answer-single.incorrect.user-choise:after,
.test-page-result-answer-summary .answer-text.incorrect.user-choise:after {
    background: #e53c2f;
}

.test-page-result-answer-summary .answer-text {
    padding: 4px 8px;
}

.test-page-result-answer-summary .answer-text:after {
    display: none;
}

.test-page-result-answer-summary .table-match {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 25px;
}

.test-page-result-answer-summary .table-match td {
    position: relative;
}

.test-page-result-answer-summary .table-match .label-cell {
    width: 36px;
    height: 36px;
}

.test-page-result-answer-summary .table-match td > div,
.test-page-result-answer-summary .table-match .correct,
.test-page-result-answer-summary .table-match .incorrect.user-choise {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 32px;
    width: 32px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.test-page-result-answer-summary .table-match td > div:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    height: 26px;
    width: 26px;
    background-color: #ececec;
    border-radius: 4px;
}

.test-page-result-answer-summary .table-match .correct {
    border-color: #009b95;
}

.test-page-result-answer-summary .table-match .correct:after {
    background-color: #009b95;
}

.test-page-result-answer-summary .table-match .incorrect.user-choise {
    border-color: #e53c2f;
}

.test-page-result-answer-summary .table-match .incorrect.user-choise:after {
    background-color: #e53c2f;
}

.course-tests .test-page-progress-bar {
    background: #00629b;
}

.course-tests .test-page-progress-bar:after {
    background: #00629b;
}

.course-tests .test-page-question-match .container .label,
.course-tests .test-page-question-order .container .label {
    background-color: #00629b;
}

.course-tests .container input:checked ~ .checkmark,
.course-tests .container-match input:checked ~ .checkmark {
    background-color: #00629b;
}

.course-tests .test-page-primary-button {
    background: #00629b;
    border-color: #00629b;
}

.course-tests .test-page-primary-button:hover {
    background: #005282;
}

.exerciser .test-page-progress-bar {
    background: #ff7100;
}

.exerciser .test-page-progress-bar:after {
    background: #ff7100;
}

.exerciser .test-page-question-match .container .label,
.exerciser .test-page-question-order .container .label {
    background-color: #ff7100;
}

.exerciser .container input:checked ~ .checkmark,
.exerciser .container-match input:checked ~ .checkmark {
    background-color: #ff7100;
}

.exerciser .test-page-primary-button {
    background: #ff7100;
    border-color: #ff7100;
}

.exerciser .test-page-primary-button:hover {
    background: #e66600;
}

ul.friends-menu {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.05);
    background: #fff;
    white-space: nowrap;
    border-radius: 5px;
    margin-bottom: 40px;
}

ul.friends-menu li {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    height: 65px;
    padding: 0;
    text-decoration: none;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

ul.friends-menu li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

ul.friends-menu li a .badge {
    margin-left: 2px;
}

ul.friends-menu li a:hover {
    color: #fec72d;
}

ul.friends-menu li a:hover .badge {
    background: #fec72d !important;
}

ul.friends-menu li.active {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.2);
    background: #fec72d;
    color: #fff;
    border-radius: 5px;
}

ul.friends-menu li.active a {
    color: #fff;
    cursor: default;
}

ul.friends-menu li.active a .badge {
    background: #fff !important;
    color: #fec72d !important;
}

@media (max-width: 413px) {
    ul.friends-menu li {
        display: flex;
        width: 100%;
        height: 40px;
    }
}

.friend-portlet {
    width: 100%;
    text-align: center;
    padding: 20px 15px 20px 15px;
    position: relative;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .friend-portlet {
        margin: 45px 0 0;
    }
}

.friend-portlet:hover .friend-portlet-bg {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
}

@media (min-width: 768px) {
    .friend-portlet:hover .friend-portlet-bg {
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
}

@media (min-width: 768px) {
    .friend-portlet:hover .friend-portlet-bg-bottom {
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
}

.friend-portlet .friend-portlet-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.friend-portlet .friend-portlet-delete {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}

.friend-portlet .friend-portlet-delete > i {
    content: url(../img/cross.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.friend-portlet .friend-portlet-bg-bottom {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
}

.friend-portlet .friend-portlet-bg-bottom.double {
    height: 130px;
}

.friend-portlet .friend-portlet-bg-bottom.triple {
    height: 175px;
}

.friend-portlet .friend-portlet-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    min-height: 100px;
    z-index: 100;
}

.friend-portlet .friend-portlet-info .friend-portlet-left {
    display: inline-block;
    width: 25%;
}

.friend-portlet .friend-portlet-info .friend-portlet-avatar {
    display: inline-block;
    width: 50%;
}

.friend-portlet .friend-portlet-info .friend-portlet-avatar img {
    display: inline-block;
    width: 100%;
}

.friend-portlet .friend-portlet-info .friend-portlet-right {
    display: inline-block;
    width: 25%;
}

.friend-portlet .friend-portlet-bottom {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    z-index: 6;
}

.friend-portlet .friend-portlet-bottom .friend-portlet-name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #173753;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    line-height: 30px;
    height: 30px !important;
    text-transform: uppercase;
}

.friend-portlet .friend-portlet-bottom .friend-portlet-buttons {
    position: relative;
    padding-bottom: 5px;
    z-index: 100;
}

.friend-portlet .friend-portlet-bottom .friend-portlet-buttons .friend-portlet-button {
    display: block;
}

.friend-portlet .friend-portlet-bottom .friend-portlet-buttons .friend-portlet-button + .friend-portlet-button {
    margin-top: 10px;
}

.friend-portlet .friend-portlet-bottom .friend-portlet-name + .friend-portlet-buttons {
    margin-top: 20px;
}

.swal2-popup.friendRequest .swal2-title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold !important;
    color: #ffa900;
    text-transform: uppercase;
}

.swal2-popup.friendRequest .swal2-content {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .swal2-popup.friendRequest .swal2-title {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }
}

.swal2-popup.friendRequest .friend-portlet-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    min-height: 80px;
    max-height: 200px;
    z-index: 100;
}

.swal2-popup.friendRequest .friend-portlet-info .friend-portlet-left {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.swal2-popup.friendRequest .friend-portlet-info .friend-portlet-left .user-level {
    float: none;
}

.swal2-popup.friendRequest .friend-portlet-info .friend-portlet-avatar {
    display: inline-block;
    width: 50%;
}

.swal2-popup.friendRequest .friend-portlet-info .friend-portlet-avatar img {
    display: inline-block;
    max-width: 100%;
    max-height: 180px;
}

.swal2-popup.friendRequest .friend-portlet-info .friend-portlet-right {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.swal2-popup.friendRequest .friend-portlet-name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #173753;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    line-height: 30px;
    height: 30px !important;
    text-transform: uppercase;
}

.friends-search {
    display: block;
    position: relative;
    margin-top: 55px;
}

.friends-search-no-results {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 40px;
    font-size: 2rem;
    color: #c9c9c9;
    text-align: center;
}

.btn-friends-orange {
    background: #ffa900 !important;
    color: #fff !important;
}

.btn-friends-orange:hover {
    background: #e69800 !important;
}

.btn-friends-orange-outline {
    background: #fff !important;
    color: #ffa900 !important;
    border: 2px #ffa900 solid !important;
}

.btn-friends-orange-outline:hover {
    color: #fff !important;
    background: #e69800 !important;
    border: 2px #e69800 solid !important;
}

.btn-friends-cancel {
    background: #ececec !important;
    color: #9b9b9b !important;
}

.btn-friends-cancel:hover {
    background: #dfdfdf !important;
}

.btn-friends-inactive {
    background: #c9c9c9 !important;
    color: #fff !important;
}

.btn-friends-inactive:hover {
    background: #bcbcbc !important;
}

.btn-friends-search {
    background: #fec72d !important;
    color: #fff !important;
}

.btn-friends-search:hover {
    background: #f7b601 !important;
}

.test-friend-portlet {
    width: 100%;
    text-align: center;
    padding: 20px 15px 20px 15px;
    position: relative;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .test-friend-portlet {
        margin: 20px 0;
    }
}

.test-friend-portlet.hide {
    display: none;
}

.test-friend-portlet:hover .friend-portlet-bg {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.3);
}

@media (min-width: 768px) {
    .test-friend-portlet:hover .friend-portlet-bg {
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
}

.test-friend-portlet .friend-portlet-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
}

.test-friend-portlet .friend-portlet-info {
    position: relative;
    display: block;
    z-index: 100;
}

.test-friend-portlet .friend-portlet-info .friend-portlet-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    width: 100%;
}

.test-friend-portlet .friend-portlet-info .friend-portlet-avatar img {
    display: inline-block;
    max-width: 90px;
}

.test-friend-portlet .friend-portlet-info .friend-portlet-name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #173753;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    line-height: 30px;
    height: 30px !important;
    text-transform: uppercase;
}

.test-friend-portlet .friend-portlet-bottom {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100;
}

.test-friend-portlet .friend-portlet-bottom .friend-portlet-bottom-left {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 2rem;
    line-height: 3rem;
}

.test-friend-portlet .friend-portlet-bottom .friend-portlet-bottom-left .result {
    font-size: 3rem;
    font-weight: bold;
    color: #0093c9;
}

.test-friend-portlet .friend-portlet-bottom .friend-portlet-bottom-right {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 0.75rem;
    line-height: 0.9rem;
    text-transform: uppercase;
}

#webinar-friends-title.hide,
#webinar-files-title.hide,
#webinar-files.hide {
    display: none;
}

.btn-popup {
    margin: 10px 5px;
}

.pull-down {
    align-self: flex-end;
}

#streamer-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    pointer-events: none;
}

#streamer-fixed .course-info {
    background: #f8f8f8;
    border-radius: 5px;
    pointer-events: auto !important;
}

.course-info {
    margin: 15px 0;
    padding: 20px 20px;
}

.course-info .course-info-row {
    display: block;
    width: 100%;
}

.course-info .course-info-row + .course-info-row {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ececec;
}

.course-info .course-info-row .course-info-title {
    position: relative;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0 0 48px;
}

.course-info .course-info-row .course-info-title img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
}

.course-info .course-info-row .course-info-text {
    padding: 10px 0 0 48px;
}

.course-info .course-info-row .course-info-text ul {
    margin-left: -48px;
    list-style: none;
    padding: 0;
}

.course-info .course-info-row .course-info-text ul li:before {
    content: "•";
    position: absolute;
    top: 0px;
    left: 0;
    width: 35px;
    font-size: 40px;
    line-height: 20px;
    color: #173753;
    text-align: center;
}

.course-info .course-info-row .course-info-text ul li {
    position: relative;
    padding-left: 48px;
}

.course-info .course-info-row .course-info-text ul li + li {
    margin-top: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .course-info .course-info-row {
        display: inline-block;
        width: 49%;
        padding: 20px 10px;
        border: none !important;
    }

    .course-info .course-info-row.course-info-action {
        display: block;
        width: 100%;
    }
}

.course-info .course-info-action {
    text-align: center;
    border: none !important;
}

.course-info .course-info-action .btn {
    padding-left: 50px;
    padding-right: 50px;
}

.course-info-md {
    display: none;
}

@media (max-width: 991px) {
    .course-info-md {
        display: block;
    }
}

.course-info-lg {
    display: block;
}

@media (max-width: 991px) {
    .course-info-lg {
        display: none;
    }
}

.course-teacher {
    display: block;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 25px 40px;
    margin-bottom: 40px;
}

.course-teacher .teacher-img {
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.course-teacher .teacher-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.course-teacher .teacher-name {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.course-teacher .teacher-position {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.course-teacher .teacher-desc {
    width: 100%;
}

@media (max-width: 767px) {
    .course-teacher {
        padding: 25px 25px;
    }

    .course-teacher .teacher-name,
    .course-teacher .teacher-position {
        text-align: center;
    }
}

.course-preview-block,
.course-teachers,
.course-modules,
.course-progress-and-award {
    margin-bottom: 50px;
}

.course-progress-and-award {
    display: flex;
}

.course-progress {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.course-progress-bar {
    margin: 0 10px;
}

.course-progress-desc {
    margin: 0 10px;
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 210px;
}

.course-award {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.course-award-desc {
    display: flex;
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.5rem;
}

.course-award-desc div {
    max-width: 350px;
}

.course-award-coins-and-xp {
    display: flex;
}

.course-award-coins-and-xp .coins,
.course-award-coins-and-xp .xp {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 10px;
    text-align: center;
}

.course-award-coins-and-xp .coins > i {
    height: 2rem;
    width: 2rem;
}

.course-award-coins-and-xp .xp > i {
    height: 2.3rem;
    width: 2rem;
}

.module {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.module > div {
    display: inline-flex;
}

.module-progress {
    width: 70px;
    overflow: hidden;
}

.module-title {
    width: calc(100% - 95px);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #173753;
}

.module-title h2 {
    margin-bottom: 0 !important;
}

.module-collapse {
    width: 25px;
    justify-content: flex-end;
}

.module-collapse img {
    height: 17px;
}

.module-hidden .module-collapse {
    transform: rotate(180deg);
}

.module-collapse-link {
    color: #ececec !important;
    text-decoration: none !important;
}

@media (max-width: 575px) {
    .module-progress {
        width: 50px;
    }

    .module-title {
        width: calc(100% - 50px);
    }

    .module-collapse {
        display: none !important;
    }
}

.module-content {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.module-hidden .module-content {
    border-top: none;
}

.course-lectures a {
    text-decoration: none;
    color: #173753;
}

.course-lectures a:hover {
    color: #00629b;
}

.course-lectures .lecture {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    padding: 10px 0;
    align-items: center;
}

.course-lectures .lecture-progress {
    width: 50px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-lectures .lecture-name {
    width: calc(100% - 70px);
    display: inline-flex;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: none;
}

@media (max-width: 767px) {
    .course-lectures .lecture {
        padding: 15px 0;
    }

    .course-lectures .lecture-name {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .course-lectures .lecture-progress {
        width: 50px;
        margin-right: 0px;
        justify-content: flex-start;
    }

    .course-lectures .lecture-name {
        width: calc(100% - 50px);
    }
}

.course-test {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    padding: 10px 0;
    align-items: center;
}

.course-test .test-progress {
    width: 50px;
    margin-left: 70px;
    display: inline-flex;
    align-items: center;
}

.course-test .test-name {
    width: calc(100% - 120px);
    display: inline-flex;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: none;
}

@media (max-width: 767px) {
    .course-test .test-name {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .course-test .test-progress {
        margin-left: 20px;
    }

    .course-test .test-name {
        width: calc(100% - 70px);
    }
}

.course-lectures + .course-files {
    margin-top: 40px;
}

.course-lectures + .course-files:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ececec;
}

.course-files .file + .file:before {
    content: none;
}

.course-files .file-icon {
    height: 42px;
    padding-right: 20px;
}

.course-files .file-name {
    width: calc(100% - 100px);
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: none;
}

.course-files .file-link {
    color: #00629b;
}

.course-files .file-link > i {
    content: url(../img/file-download-blue.svg);
    width: 2rem;
    height: 2rem;
}

@media (max-width: 767px) {
    .course-files .file {
        padding: 15px 0;
    }

    .course-files .file + .file:before {
        content: "";
        border-color: #f8f8f8;
    }

    .course-files .file-name,
    .course-files .file-size {
        font-size: 1rem;
    }

    .course-files .file-size {
        padding-right: 5px;
    }

    .course-files .file-link > i {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.lecture-content .fluid-width-video-wrapper {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

@media (min-width: 768px) {
    .lecture-content .fluid-width-video-wrapper {
        width: 600px;
        padding-top: 337.5px !important;
        margin: 0 auto;
    }
}

.lecture-content .text {
    min-height: 50px;
}

.lecture-module-title,
.lecture-title {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.lecture-module-title a,
.lecture-title a {
    text-decoration: none;
}

.lecture-module-title a:hover,
.lecture-title a:hover {
    color: #00629b;
}

.lecture-title {
    padding-top: 15px;
    padding-left: 20px;
}

.lecture-title:before,
.lecture-title:after {
    content: "";
    position: absolute;
    left: 2px;
}

.lecture-title:after {
    border-top: 1px dashed #173753;
    top: 25px;
    width: 12px;
    height: 0;
}

.lecture-title:before {
    border-left: 1px dashed #173753;
    height: 22px;
    width: 0px;
    top: 3px;
}

@media (max-width: 575px) {
    .lecture-module-title {
        display: none;
    }

    .lecture-title {
        padding: 0 !important;
    }

    .lecture-title:before,
    .lecture-title:after {
        content: none;
    }
}

.lecture-test {
    align-items: center;
    padding: 25px 0;
}

.lecture-test + .lecture-test {
    border-top: 1px solid #ececec;
}

.lecture-test .lecture-test-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    padding: 10px 0;
    align-items: center;
}

.lecture-test .lecture-test-content .lecture-test-progress {
    width: 50px;
    display: inline-flex;
    align-items: center;
}

.lecture-test .lecture-test-content .lecture-test-name {
    width: calc(100% - 50px);
    display: inline-flex;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-transform: none;
}

.lecture-test .lecture-test-button {
    padding: 10px 0;
}

.lecture-nav {
    padding: 20px 0;
}

.lecture-nav .lecture-nav-prev,
.lecture-nav .lecture-nav-next {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}

.lecture-nav .lecture-nav-next {
    justify-content: flex-end;
}

.lecture-nav .lecture-nav-prev span,
.lecture-nav .lecture-nav-next span {
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #173753;
    max-width: 150px;
}

.lecture-nav .lecture-nav-prev span {
    color: #c9c9c9;
}

.lecture-nav .lecture-nav-next span {
    text-align: right;
}

.lecture-nav .lecture-nav-prev div,
.lecture-nav .lecture-nav-next div {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background: #00629b;
    margin: 0 0 0 20px;
}

.lecture-nav .lecture-nav-prev div {
    background: #ececec;
    margin: 0 20px 0 0;
}

.lecture-nav .lecture-nav-prev:hover div,
.lecture-nav .lecture-nav-next:hover div {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

.lecture-nav .lecture-nav-prev div:after,
.lecture-nav .lecture-nav-next div:after {
    position: relative;
    float: left;
    content: "";
    background: url(../img/prev.svg) center center no-repeat;
    height: 100%;
    width: 100%;
}

.lecture-nav .lecture-nav-next div:after {
    background-image: url(../img/next.svg);
}

@media (max-width: 767px) {
    .lecture-nav .lecture-nav-prev div,
    .lecture-nav .lecture-nav-next div {
        height: 50px;
        width: 50px;
        border-radius: 25px;
    }

    .lecture-nav .lecture-nav-prev div:after,
    .lecture-nav .lecture-nav-next div:after {
        background-size: 50% 50%;
    }

    .lecture-nav .lecture-nav-prev span,
    .lecture-nav .lecture-nav-next span {
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .lecture-nav .lecture-nav-prev,
    .lecture-nav .lecture-nav-next {
        justify-content: center;
    }

    .lecture-nav .lecture-nav-prev {
        display: none;
    }
}

.pr-c {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    box-shadow: none;
    position: relative;
}

.pr-c:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #ececec;
    border-color: #ececec !important;
    position: absolute;
    top: 0;
    left: 0;
}

.pr-c.complete:after {
    border-color: #00629b !important;
    background-color: #00629b !important;
    background-image: url("../img/course-lecture-complete.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 14px;
}

.pr-c.gray:after {
    border-color: #f8f8f8 !important;
    background-color: #f8f8f8 !important;
}

.pr-c > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.pr-c .pr-c-left {
    left: 0;
}

.pr-c .pr-c-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #00629b;
}

.pr-c .pr-c-left .pr-c-bar {
    left: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.pr-c .pr-c-right {
    right: 0;
}

.pr-c .pr-c-right .pr-c-bar {
    left: -100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.pr-c .pr-c-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    color: #00629b;
    text-align: center;
    line-height: 1.25rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

@media (max-width: 575px) {
    .pr-c {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .pr-c:after {
        border: 2px solid #ececec;
    }

    .pr-c .pr-c-bar {
        border-width: 2px;
    }

    .pr-c .pr-c-left .pr-c-bar {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .pr-c .pr-c-right .pr-c-bar {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .pr-c .pr-c-value {
        font-size: 0.875rem;
        line-height: 1.15rem;
    }

    .pr-c .pr-c-value .pr-c-value-percent {
        display: none;
    }
}

.pr-c-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pr-c-sm:after {
    border: 2px solid #ececec;
}

.pr-c-sm .pr-c-bar {
    border-width: 2px;
    border-color: #0093c9;
}

.pr-c-sm .pr-c-left .pr-c-bar {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pr-c-sm .pr-c-right .pr-c-bar {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pr-c-sm .pr-c-value {
    font-size: 0.875rem;
    color: #0093c9;
    line-height: 1.15rem;
}

.pr-c-lg {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.pr-c-lg .pr-c-left .pr-c-bar {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pr-c-lg .pr-c-right .pr-c-bar {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pr-c-lg .pr-c-value {
    font-size: 2rem;
    line-height: 2.5rem;
}

.pr-c[data-percentage="5"] .pr-c-right .pr-c-bar {
    animation: loading-1 0.5s linear forwards;
}

.pr-c[data-percentage="5"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="10"] .pr-c-right .pr-c-bar {
    animation: loading-2 0.5s linear forwards;
}

.pr-c[data-percentage="10"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="15"] .pr-c-right .pr-c-bar {
    animation: loading-3 0.5s linear forwards;
}

.pr-c[data-percentage="15"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="20"] .pr-c-right .pr-c-bar {
    animation: loading-4 0.5s linear forwards;
}

.pr-c[data-percentage="20"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="25"] .pr-c-right .pr-c-bar {
    animation: loading-5 0.5s linear forwards;
}

.pr-c[data-percentage="25"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="30"] .pr-c-right .pr-c-bar {
    animation: loading-6 0.5s linear forwards;
}

.pr-c[data-percentage="30"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="35"] .pr-c-right .pr-c-bar {
    animation: loading-7 0.5s linear forwards;
}

.pr-c[data-percentage="35"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="40"] .pr-c-right .pr-c-bar {
    animation: loading-8 0.5s linear forwards;
}

.pr-c[data-percentage="40"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="45"] .pr-c-right .pr-c-bar {
    animation: loading-9 0.5s linear forwards;
}

.pr-c[data-percentage="45"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="50"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="50"] .pr-c-left .pr-c-bar {
    animation: 0;
}

.pr-c[data-percentage="55"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="55"] .pr-c-left .pr-c-bar {
    animation: loading-1 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="60"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="60"] .pr-c-left .pr-c-bar {
    animation: loading-2 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="65"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="65"] .pr-c-left .pr-c-bar {
    animation: loading-3 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="70"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="70"] .pr-c-left .pr-c-bar {
    animation: loading-4 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="75"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="75"] .pr-c-left .pr-c-bar {
    animation: loading-5 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="80"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="80"] .pr-c-left .pr-c-bar {
    animation: loading-6 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="85"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="85"] .pr-c-left .pr-c-bar {
    animation: loading-7 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="90"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="90"] .pr-c-left .pr-c-bar {
    animation: loading-8 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="95"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="95"] .pr-c-left .pr-c-bar {
    animation: loading-9 0.5s linear forwards 0.5s;
}

.pr-c[data-percentage="100"] .pr-c-right .pr-c-bar {
    animation: loading-10 0.5s linear forwards;
}

.pr-c[data-percentage="100"] .pr-c-left .pr-c-bar {
    animation: loading-10 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.contacts .contact {
    display: block;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    padding: 40px 30px;
    margin-bottom: 40px;
}

.contacts .contact a {
    color: #009b95;
}

.contacts .contact .img {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts .contact .img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.contacts .contact .title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.contacts .contact .desc {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .contacts .contact .img {
        margin-bottom: 25px;
    }

    .contacts .contact .title,
    .contacts .contact .desc {
        text-align: center;
    }
}

.portlet-progress {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.portlet-progress .title {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.progress-main-chart {
    min-height: 350px;
}

.portlet-table {
    overflow-x: scroll;
}

.portlet-table .table-bordered {
    border: none !important;
}

.portlet-table .table-bordered th,
.portlet-table .table-bordered td {
    border-color: #f8f8f8 !important;
}

.portlet-table .table-bordered th {
    border-top: none;
    border-bottom: none;
    font-size: 1.125rem;
    font-weight: 600;
}

.portlet-table .table-bordered tbody tr:first-child td {
    border-top: none !important;
}

.portlet-table .table-bordered th:first-child,
.portlet-table .table-bordered td:first-child {
    border-left: none !important;
}

.portlet-table .table-bordered th:last-child,
.portlet-table .table-bordered td:last-child {
    border-right: none !important;
}

@media (max-width: 767px) {
    .portlet-table .table:not(.detail-view) {
        margin-right: 25px !important;
        display: inline-block;
        min-width: 500px;
        width: auto;
    }
}

table.progress-summary {
    font-size: 1.125rem;
    width: 100%;
}

table.progress-summary + table.progress-summary {
    margin-top: 2rem;
}

table.progress-summary th:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
}

table.progress-summary tr td:first-child {
    padding-right: 0.5rem;
}

table.progress-summary tr td:not(:first-child) {
    text-align: right;
    font-weight: bold;
}

table.progress-summary tr td:not(:first-child) span {
    display: block;
    font-weight: normal;
    font-size: 0.75rem;
    white-space: nowrap;
}

table.progress-summary td {
    padding: 0.3rem 0;
}

table.progress-summary tr:not(:first-child) + tr {
    border-top: 1px solid #ececec;
}

thead a:hover {
    text-decoration: none;
}

thead a.asc,
thead a.desc {
    position: relative;
    display: block;
    padding-right: 15px;
    font-weight: bold;
}

thead a.asc:after,
thead a.desc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: url("../img/table-sort.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

thead a.asc:after {
    transform: rotate(180deg);
}

.progress-more {
    text-decoration: underline;
    font-size: 1.125rem;
}

.label-circle {
    position: relative;
    display: block;
    line-height: 1.15rem;
    font-size: 1rem;
}

.label-circle:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 1.15rem;
    width: 1.15rem;
    margin: 0 0.5rem -0.15rem 0;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffa900;
    display: inline-block;
}

.label-circle.full:before {
    background-color: #ffa900;
}

.label-circle.green:before {
    border-color: #009b95 !important;
}

.label-circle.green.full:before {
    background-color: #009b95;
}

.progress-course-chart {
    min-height: 350px;
}

.progress-course-title {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.progress-course-progress {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
}

.progress-course-progress .course-progress-desc {
    text-transform: none;
    font-weight: normal;
}

@media (max-width: 767px) {
    .progress-course-progress {
        justify-content: flex-start;
        align-items: center;
    }

    .progress-course-progress .course-progress-desc {
        max-width: none;
    }
}

.portlet-progress > .empty {
    padding: 0.75rem;
    background-color: rgba(0, 0, 0, 0.05);
}

body.giveaway .wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.giveaway [canvas] {
    background-color: #009b95;
}

.giveaway-rounded-bg {
    padding: 320px 0 0 0;
    width: 100%;
    overflow: hidden;
    background: url(../img/giveaway/top-bg@2x.png) no-repeat center top;
    background-size: 930px 340px;
}

.giveaway-rounded-bg-content {
    display: block;
    width: 120%;
    padding: 100px 10% 40px;
    margin-left: -10%;
    background-color: #f8f8f8;
    border-top-left-radius: 50% 160px;
    border-top-right-radius: 50% 160px;
}

@media (max-width: 767px) {
    .giveaway-rounded-bg-content {
        border-top-left-radius: 50% 80px;
        border-top-right-radius: 50% 80px;
    }
}

.giveaway-rounded-bg-container {
    padding-top: 250px;
    height: 100%;
}

.giveaway-promo {
    position: relative;
}

.giveaway-promo .giveaway-promo-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 40px;
}

@media (max-width: 767px) {
    .giveaway-promo .giveaway-promo-top {
        padding: 0 15px;
    }
}

.giveaway-promo .giveaway-promo-title-above {
    padding-top: 140px !important;
    height: 250px;
    display: block;
    color: #fff;
}

.giveaway-promo .giveaway-promo-icon {
    display: block;
    background: url(../img/giveaway/gift.svg) no-repeat center center;
    background-size: 130px 130px;
    height: 130px;
    width: 100%;
}

.giveaway-promo .giveaway-promo-title-below {
    display: block;
    padding: 40px 0 0;
    color: #e61a27;
}

.giveaway-promo .giveaway-promo-coca-cola {
    display: block;
    height: 100px;
    background-image: url(../img/giveaway/coca-cola.svg);
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-position: center center;
}

@media (max-width: 871px) {
    .giveaway-promo .giveaway-promo-top {
        font-size: 2.5rem;
    }
}

@media (max-width: 614px) {
    .giveaway-promo .giveaway-promo-top {
        font-size: 2.2rem;
    }
}

@media (max-width: 374px) {
    .giveaway-promo .giveaway-promo-top {
        font-size: 1.85rem;
    }
}

.giveaway-item {
    transform: translateX(0);
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .giveaway-item {
        margin-bottom: 40px;
    }
}

.giveaway-item .portlet-badge {
    color: #173753;
    background: #ececec;
    right: auto;
    left: 50%;
    min-width: 135px;
    text-align: center;
    margin-left: 10px;
    text-transform: none;
}

.giveaway-portlet {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: center;
}

.giveaway-portlet .giveaway-portlet-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
}

.giveaway-portlet .giveaway-portlet-left {
    width: 50%;
    position: relative;
    height: 110px;
}

.giveaway-portlet .giveaway-portlet-left .giveaway-portlet-img {
    position: absolute;
    width: 80%;
    height: 110%;
    top: -25%;
    left: 10%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.giveaway-portlet .giveaway-portlet-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.giveaway-portlet .giveaway-portlet-right .giveaway-portlet-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}

.giveaway-portlet .giveaway-portlet-right .giveaway-portlet-text span {
    font-weight: normal;
    font-size: 2.5rem;
}

.giveaway-portlet .giveaway-portlet-bottom {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    transform: translateX(0);
    overflow: hidden;
    border-radius: 5px;
}

.giveaway-portlet .giveaway-portlet-bottom .giveaway-portlet-bottom-bg {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 600px;
    height: 100%;
    background: #fec72d;
    border-radius: 50%/100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .giveaway-portlet .giveaway-portlet-bottom .giveaway-portlet-bottom-bg {
        width: 1000px;
    }
}

.giveaway-main-item .giveaway-portlet-bottom-bg {
    background: #ffa900 !important;
}

@media (min-width: 992px) {
    .giveaway-main-item .giveaway-portlet-bottom-bg {
        width: 1000px !important;
    }
}

.giveaway-join-form {
    margin-bottom: 100px;
    padding-top: 50px;
}

.giveaway-join-form .btn-giveaway {
    display: flex;
    justify-content: center;
}

.giveaway-join-form .btn-giveaway-joined {
    margin-bottom: 100px;
    padding-top: 200px;
    background-image: url(../img/giveaway/btn-bg@2x.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .giveaway-join-form .btn-giveaway-joined {
        background-size: 700px auto;
    }
}

.giveaway-join-form .btn {
    display: block;
    width: 100%;
    max-width: 540px;
}

.giveaway-join-form .btn-outline-danger {
    background-color: #fff;
}

.giveaway-join-form .btn-outline-danger:hover {
    background-color: #e53c2f;
}

.giveaway-join-form .container {
    display: block;
    position: relative;
    padding-left: 45px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.giveaway-join-form .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.giveaway-join-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background-color: #ececec;
}

.giveaway-join-form .container:hover input ~ .checkmark {
    background-color: #dadada;
}

.giveaway-join-form .container input:checked ~ .checkmark {
    background-color: #009b95;
}

.giveaway-join-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.giveaway-join-form .container input:checked ~ .checkmark:after {
    display: block;
}

.giveaway-join-form .container .checkmark:after {
    left: 12px;
    top: 8px;
    width: 10px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.giveaway-join-form .help-block {
    text-align: center;
}

.main-banner-giveaway {
    margin: 50px 0;
}

.main-banner-giveaway .inner {
    background-image: url(../img/banner-giveaway@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: auto 175px;
    height: 175px;
}

@media (max-width: 991px) {
    .main-banner-giveaway .inner {
        background-size: auto 130px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .main-banner-giveaway .inner {
        background-image: url(../img/banner-giveaway-mobile@2x.png);
        background-size: contain;
        height: 0;
        padding-top: 39.1134%;
    }
}

@media (max-width: 767px) {
    .main-banner-giveaway {
        margin: 0 0 30px;
    }
}

.subbanner-nmt {
    margin: 50px 0;
}

.subbanner-nmt .inner {
    background-image: url(../img/subbanner-nmt.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: auto 175px;
    height: 175px;
}

@media (max-width: 991px) {
    .subbanner-nmt .inner {
        background-size: auto 130px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .subbanner-nmt .inner {
        background-image: url(../img/subbanner-mobile-nmt.svg);
        background-size: contain;
        height: 0;
        padding-top: 39.1134%;
    }
}

@media (max-width: 767px) {
    .subbanner-nmt {
        margin: 0 0 30px;
    }
}

.main-banner-quest {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(51, 74, 94, 0.15);
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 0 -70px 240px;
    width: calc(100% - 240px);
}

.main-banner-quest .inner {
    background-image: url(../img/quest-banner-horizontal.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: contain;
    height: 0;
    padding-top: 16.6879%;
}

@media (max-width: 767px) {
    .main-banner-quest {
        margin: 10px 0 30px;
        width: 100%;
    }
}

.page-content a {
    color: #009b95;
    text-decoration: underline;
}

.page-content a:hover {
    color: #173753;
}

.portlet-info-center {
    text-transform: uppercase;
    text-align: center;
}

.portlet-info-center a {
    color: #009b95;
}

.portlet-exerciser-category {
    position: relative;
    padding: 10px 0 10px 0;
    /* margin-top: 45px; */
}

.portlet-exerciser-category .portlet-exerciser-category-main {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
    height: 100px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portlet-exerciser-category .portlet-exerciser-category-icon-back {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    left: 15px;
    display: block;
    background: url(../img/exerciser-checkmark.svg) no-repeat left top;
    background-size: 50px 50px;
}

.portlet-exerciser-category .portlet-exerciser-category-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    top: calc(50% - 22px);
    left: 33px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.portlet-exerciser-category .portlet-exerciser-category-title {
    width: 100%;
    padding: 0 5px 0 95px;
    font-size: 1.125rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .portlet-exerciser-category .portlet-simulator-title {
        font-size: 0.8rem;
    }
}

/*# sourceMappingURL=all.min.css.map */
