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

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;4a199da7
    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-bg,
.fancybox-inner,
.fancybox-outer,
.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(.47, 0, .74, .71)
}

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

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

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

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

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

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

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    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(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
    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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    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: .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(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(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: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .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(.5, .5, .5)
}

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

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

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

.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: scaleX(1) translateZ(0)
}

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

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

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

@media (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
}

.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;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    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;
    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;
    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, .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, .1);
    background-position: 50%;
    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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

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

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::selection {
    background: transparent
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none!important;
    max-height: none!important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-container {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, .7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00539f;
    --secondary: #fdb913;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #002b53;
    text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
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
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

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: .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: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail,
.wp-caption img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure,
.wp-caption {
    display: inline-block
}

.figure-img,
.wp-caption img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption,
.wp-caption-text {
    font-size: 90%;
    color: #6c757d
}

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

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

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

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .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
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.form-control,
.search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .comment-form input[type=email],
    .comment-form input[type=text],
    .comment-form input[type=url],
    .comment-form textarea,
    .form-control,
    .search-form .search-field {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.comment-form input[type=email]::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand,
.form-control::-ms-expand,
.search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input:focus[type=email],
.comment-form input:focus[type=text],
.comment-form input:focus[type=url],
.comment-form textarea:focus,
.form-control:focus,
.search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2094ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::-ms-input-placeholder,
.comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=url]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder,
.form-control::placeholder,
.search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input:disabled[type=email],
.comment-form input:disabled[type=text],
.comment-form input:disabled[type=url],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=url],
.comment-form textarea:disabled,
.comment-form textarea[readonly],
.form-control:disabled,
.form-control[readonly],
.search-form .search-field:disabled,
.search-form .search-field[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form textarea,
.search-form select.search-field[multiple],
.search-form select.search-field[size],
.search-form textarea.search-field,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.comment-form p,
.form-group,
.search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

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

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

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

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.comment-form .was-validated input:valid[type=email],
.comment-form .was-validated input:valid[type=text],
.comment-form .was-validated input:valid[type=url],
.comment-form .was-validated textarea:valid,
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid,
.form-control.is-valid,
.search-form .is-valid.search-field,
.search-form .was-validated .search-field:valid,
.was-validated .comment-form input:valid[type=email],
.was-validated .comment-form input:valid[type=text],
.was-validated .comment-form input:valid[type=url],
.was-validated .comment-form textarea:valid,
.was-validated .form-control:valid,
.was-validated .search-form .search-field:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input:valid:focus[type=email],
.comment-form .was-validated input:valid:focus[type=text],
.comment-form .was-validated input:valid:focus[type=url],
.comment-form .was-validated textarea:valid:focus,
.comment-form input.is-valid:focus[type=email],
.comment-form input.is-valid:focus[type=text],
.comment-form input.is-valid:focus[type=url],
.comment-form textarea.is-valid:focus,
.form-control.is-valid:focus,
.search-form .is-valid.search-field:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .comment-form input:valid:focus[type=email],
.was-validated .comment-form input:valid:focus[type=text],
.was-validated .comment-form input:valid:focus[type=url],
.was-validated .comment-form textarea:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .search-form .search-field:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input:valid[type=email]~.valid-feedback,
.comment-form .was-validated input:valid[type=email]~.valid-tooltip,
.comment-form .was-validated input:valid[type=text]~.valid-feedback,
.comment-form .was-validated input:valid[type=text]~.valid-tooltip,
.comment-form .was-validated input:valid[type=url]~.valid-feedback,
.comment-form .was-validated input:valid[type=url]~.valid-tooltip,
.comment-form .was-validated textarea:valid~.valid-feedback,
.comment-form .was-validated textarea:valid~.valid-tooltip,
.comment-form input.is-valid[type=email]~.valid-feedback,
.comment-form input.is-valid[type=email]~.valid-tooltip,
.comment-form input.is-valid[type=text]~.valid-feedback,
.comment-form input.is-valid[type=text]~.valid-tooltip,
.comment-form input.is-valid[type=url]~.valid-feedback,
.comment-form input.is-valid[type=url]~.valid-tooltip,
.comment-form textarea.is-valid~.valid-feedback,
.comment-form textarea.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.search-form .is-valid.search-field~.valid-feedback,
.search-form .is-valid.search-field~.valid-tooltip,
.search-form .was-validated .search-field:valid~.valid-feedback,
.search-form .was-validated .search-field:valid~.valid-tooltip,
.was-validated .comment-form input:valid[type=email]~.valid-feedback,
.was-validated .comment-form input:valid[type=email]~.valid-tooltip,
.was-validated .comment-form input:valid[type=text]~.valid-feedback,
.was-validated .comment-form input:valid[type=text]~.valid-tooltip,
.was-validated .comment-form input:valid[type=url]~.valid-feedback,
.was-validated .comment-form input:valid[type=url]~.valid-tooltip,
.was-validated .comment-form textarea:valid~.valid-feedback,
.was-validated .comment-form textarea:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .search-form .search-field:valid~.valid-feedback,
.was-validated .search-form .search-field:valid~.valid-tooltip {
    display: block
}

.comment-form .was-validated textarea:valid,
.comment-form textarea.is-valid,
.search-form .was-validated textarea.search-field:valid,
.search-form textarea.is-valid.search-field,
.was-validated .comment-form textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

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

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

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

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

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

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

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

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.comment-form .was-validated input:invalid[type=email],
.comment-form .was-validated input:invalid[type=text],
.comment-form .was-validated input:invalid[type=url],
.comment-form .was-validated textarea:invalid,
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid,
.form-control.is-invalid,
.search-form .is-invalid.search-field,
.search-form .was-validated .search-field:invalid,
.was-validated .comment-form input:invalid[type=email],
.was-validated .comment-form input:invalid[type=text],
.was-validated .comment-form input:invalid[type=url],
.was-validated .comment-form textarea:invalid,
.was-validated .form-control:invalid,
.was-validated .search-form .search-field:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input:invalid:focus[type=email],
.comment-form .was-validated input:invalid:focus[type=text],
.comment-form .was-validated input:invalid:focus[type=url],
.comment-form .was-validated textarea:invalid:focus,
.comment-form input.is-invalid:focus[type=email],
.comment-form input.is-invalid:focus[type=text],
.comment-form input.is-invalid:focus[type=url],
.comment-form textarea.is-invalid:focus,
.form-control.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .comment-form input:invalid:focus[type=email],
.was-validated .comment-form input:invalid:focus[type=text],
.was-validated .comment-form input:invalid:focus[type=url],
.was-validated .comment-form textarea:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .search-form .search-field:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.comment-form .was-validated input:invalid[type=email]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=email]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type=text]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=text]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type=url]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=url]~.invalid-tooltip,
.comment-form .was-validated textarea:invalid~.invalid-feedback,
.comment-form .was-validated textarea:invalid~.invalid-tooltip,
.comment-form input.is-invalid[type=email]~.invalid-feedback,
.comment-form input.is-invalid[type=email]~.invalid-tooltip,
.comment-form input.is-invalid[type=text]~.invalid-feedback,
.comment-form input.is-invalid[type=text]~.invalid-tooltip,
.comment-form input.is-invalid[type=url]~.invalid-feedback,
.comment-form input.is-invalid[type=url]~.invalid-tooltip,
.comment-form textarea.is-invalid~.invalid-feedback,
.comment-form textarea.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.search-form .is-invalid.search-field~.invalid-feedback,
.search-form .is-invalid.search-field~.invalid-tooltip,
.search-form .was-validated .search-field:invalid~.invalid-feedback,
.search-form .was-validated .search-field:invalid~.invalid-tooltip,
.was-validated .comment-form input:invalid[type=email]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=email]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type=text]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=text]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type=url]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=url]~.invalid-tooltip,
.was-validated .comment-form textarea:invalid~.invalid-feedback,
.was-validated .comment-form textarea:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .search-form .search-field:invalid~.invalid-feedback,
.was-validated .search-form .search-field:invalid~.invalid-tooltip {
    display: block
}

.comment-form .was-validated textarea:invalid,
.comment-form textarea.is-invalid,
.search-form .was-validated textarea.search-field:invalid,
.search-form textarea.is-invalid.search-field,
.was-validated .comment-form textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

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

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

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

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

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

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

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

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

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

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

.form-inline,
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check,
.search-form .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label,
    .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .comment-form .form-inline p,
    .comment-form .search-form p,
    .form-inline .comment-form p,
    .form-inline .form-group,
    .form-inline .search-form label,
    .search-form .comment-form p,
    .search-form .form-group,
    .search-form .form-inline label,
    .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .comment-form .form-inline input[type=email],
    .comment-form .form-inline input[type=text],
    .comment-form .form-inline input[type=url],
    .comment-form .form-inline textarea,
    .comment-form .search-form input[type=email],
    .comment-form .search-form input[type=text],
    .comment-form .search-form input[type=url],
    .comment-form .search-form textarea,
    .form-inline .comment-form input[type=email],
    .form-inline .comment-form input[type=text],
    .form-inline .comment-form input[type=url],
    .form-inline .comment-form textarea,
    .form-inline .form-control,
    .search-form .comment-form input[type=email],
    .search-form .comment-form input[type=text],
    .search-form .comment-form input[type=url],
    .search-form .comment-form textarea,
    .search-form .form-control,
    .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext,
    .search-form .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group,
    .search-form .custom-select,
    .search-form .input-group {
        width: auto
    }
    .form-inline .form-check,
    .search-form .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input,
    .search-form .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control,
    .search-form .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label,
    .search-form .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.comment-form input[type=submit],
.search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn,
    .comment-form input[type=submit],
    .search-form .search-submit {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover,
.comment-form input:hover[type=submit],
.search-form .search-submit:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-form input.focus[type=submit],
.comment-form input:focus[type=submit],
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.btn.disabled,
.btn:disabled,
.comment-form input.disabled[type=submit],
.comment-form input:disabled[type=submit],
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    opacity: .65
}

.search-form a.disabled.search-submit,
.search-form fieldset:disabled a.search-submit,
a.btn.disabled,
fieldset:disabled .search-form a.search-submit,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00539f;
    border-color: #00539f
}

.btn-primary:hover {
    color: #fff;
    background-color: #003f79;
    border-color: #00386c
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 109, 173, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 109, 173, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00539f;
    border-color: #00539f
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00386c;
    border-color: #00325f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 109, 173, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 109, 173, .5)
}

.btn-secondary,
.comment-form input[type=submit],
.search-form .search-submit {
    color: #212529;
    background-color: #fdb913;
    border-color: #fdb913
}

.btn-secondary:hover,
.comment-form input:hover[type=submit],
.search-form .search-submit:hover {
    color: #212529;
    background-color: #e8a502;
    border-color: #db9c02
}

.btn-secondary.focus,
.btn-secondary:focus,
.comment-form input.focus[type=submit],
.comment-form input:focus[type=submit],
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 163, 22, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 163, 22, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.comment-form input.disabled[type=submit],
.comment-form input:disabled[type=submit],
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    color: #212529;
    background-color: #fdb913;
    border-color: #fdb913
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form .show>input.dropdown-toggle[type=submit],
.comment-form input:not(:disabled):not(.disabled).active[type=submit],
.comment-form input:not(:disabled):not(.disabled):active[type=submit],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.search-form .show>.dropdown-toggle.search-submit,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #db9c02;
    border-color: #cf9302
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form .show>input.dropdown-toggle:focus[type=submit],
.comment-form input:not(:disabled):not(.disabled).active:focus[type=submit],
.comment-form input:not(:disabled):not(.disabled):active:focus[type=submit],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.search-form .show>.dropdown-toggle.search-submit:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 163, 22, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 163, 22, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #00539f;
    border-color: #00539f
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00539f;
    border-color: #00539f
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00539f;
    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: #00539f;
    border-color: #00539f
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5)
}

.btn-outline-secondary {
    color: #fdb913;
    border-color: #fdb913
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #fdb913;
    border-color: #fdb913
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fdb913;
    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: #212529;
    background-color: #fdb913;
    border-color: #fdb913
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    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: #17a2b8;
    border-color: #17a2b8
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    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: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #00539f;
    text-decoration: none
}

.btn-link:hover {
    color: #002b53;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.comment-form .btn-group-lg>input[type=submit],
.search-form .btn-group-lg>.search-submit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm,
.comment-form .btn-group-sm>input[type=submit],
.search-form .btn-group-sm>.search-submit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .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: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00539f
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.comment-form .btn-group-vertical>input[type=submit],
.comment-form .btn-group>input[type=submit],
.search-form .btn-group-vertical>.search-submit,
.search-form .btn-group>.search-submit {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.comment-form .btn-group-vertical>input.active[type=submit],
.comment-form .btn-group-vertical>input:active[type=submit],
.comment-form .btn-group-vertical>input:focus[type=submit],
.comment-form .btn-group-vertical>input:hover[type=submit],
.comment-form .btn-group>input.active[type=submit],
.comment-form .btn-group>input:active[type=submit],
.comment-form .btn-group>input:focus[type=submit],
.comment-form .btn-group>input:hover[type=submit],
.search-form .btn-group-vertical>.active.search-submit,
.search-form .btn-group-vertical>.search-submit:active,
.search-form .btn-group-vertical>.search-submit:focus,
.search-form .btn-group-vertical>.search-submit:hover,
.search-form .btn-group>.active.search-submit,
.search-form .btn-group>.search-submit:active,
.search-form .btn-group>.search-submit:focus,
.search-form .btn-group>.search-submit:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.comment-form .btn-group>input:not(:first-child)[type=submit],
.search-form .btn-group>.search-submit:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>.btn-group:not(:last-child)>input[type=submit],
.comment-form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],
.search-form .btn-group>.btn-group:not(:last-child)>.search-submit,
.search-form .btn-group>.search-submit:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.comment-form .btn-group>.btn-group:not(:first-child)>input[type=submit],
.comment-form .btn-group>input:not(:first-child)[type=submit],
.search-form .btn-group>.btn-group:not(:first-child)>.search-submit,
.search-form .btn-group>.search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.comment-form .btn-group-vertical>input[type=submit],
.search-form .btn-group-vertical>.search-submit {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>input:not(:first-child)[type=submit],
.search-form .btn-group-vertical>.search-submit:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],
.comment-form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],
.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit,
.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],
.comment-form .btn-group-vertical>input:not(:first-child)[type=submit],
.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit,
.search-form .btn-group-vertical>.search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.comment-form .btn-group-toggle>.btn-group>input[type=submit],
.comment-form .btn-group-toggle>input[type=submit],
.search-form .btn-group-toggle>.btn-group>.search-submit,
.search-form .btn-group-toggle>.search-submit {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox],
.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],
.comment-form .btn-group-toggle>input[type=submit] input[type=checkbox],
.comment-form .btn-group-toggle>input[type=submit] input[type=radio],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type=checkbox],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type=radio],
.search-form .btn-group-toggle>.search-submit input[type=checkbox],
.search-form .btn-group-toggle>.search-submit input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.comment-form .input-group>input[type=email],
.comment-form .input-group>input[type=text],
.comment-form .input-group>input[type=url],
.comment-form .input-group>textarea,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.search-form .input-group>.search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.comment-form .input-group>.custom-file+input[type=email],
.comment-form .input-group>.custom-file+input[type=text],
.comment-form .input-group>.custom-file+input[type=url],
.comment-form .input-group>.custom-file+textarea,
.comment-form .input-group>.custom-select+input[type=email],
.comment-form .input-group>.custom-select+input[type=text],
.comment-form .input-group>.custom-select+input[type=url],
.comment-form .input-group>.custom-select+textarea,
.comment-form .input-group>.form-control+input[type=email],
.comment-form .input-group>.form-control+input[type=text],
.comment-form .input-group>.form-control+input[type=url],
.comment-form .input-group>.form-control+textarea,
.comment-form .input-group>.form-control-plaintext+input[type=email],
.comment-form .input-group>.form-control-plaintext+input[type=text],
.comment-form .input-group>.form-control-plaintext+input[type=url],
.comment-form .input-group>.form-control-plaintext+textarea,
.comment-form .input-group>input[type=email]+.custom-file,
.comment-form .input-group>input[type=email]+.custom-select,
.comment-form .input-group>input[type=email]+.form-control,
.comment-form .input-group>input[type=email]+input[type=email],
.comment-form .input-group>input[type=email]+input[type=text],
.comment-form .input-group>input[type=email]+input[type=url],
.comment-form .input-group>input[type=email]+textarea,
.comment-form .input-group>input[type=text]+.custom-file,
.comment-form .input-group>input[type=text]+.custom-select,
.comment-form .input-group>input[type=text]+.form-control,
.comment-form .input-group>input[type=text]+input[type=email],
.comment-form .input-group>input[type=text]+input[type=text],
.comment-form .input-group>input[type=text]+input[type=url],
.comment-form .input-group>input[type=text]+textarea,
.comment-form .input-group>input[type=url]+.custom-file,
.comment-form .input-group>input[type=url]+.custom-select,
.comment-form .input-group>input[type=url]+.form-control,
.comment-form .input-group>input[type=url]+input[type=email],
.comment-form .input-group>input[type=url]+input[type=text],
.comment-form .input-group>input[type=url]+input[type=url],
.comment-form .input-group>input[type=url]+textarea,
.comment-form .input-group>textarea+.custom-file,
.comment-form .input-group>textarea+.custom-select,
.comment-form .input-group>textarea+.form-control,
.comment-form .input-group>textarea+input[type=email],
.comment-form .input-group>textarea+input[type=text],
.comment-form .input-group>textarea+input[type=url],
.comment-form .input-group>textarea+textarea,
.comment-form .search-form .input-group>.search-field+input[type=email],
.comment-form .search-form .input-group>.search-field+input[type=text],
.comment-form .search-form .input-group>.search-field+input[type=url],
.comment-form .search-form .input-group>.search-field+textarea,
.comment-form .search-form .input-group>input[type=email]+.search-field,
.comment-form .search-form .input-group>input[type=text]+.search-field,
.comment-form .search-form .input-group>input[type=url]+.search-field,
.comment-form .search-form .input-group>textarea+.search-field,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.search-form .comment-form .input-group>.search-field+input[type=email],
.search-form .comment-form .input-group>.search-field+input[type=text],
.search-form .comment-form .input-group>.search-field+input[type=url],
.search-form .comment-form .input-group>.search-field+textarea,
.search-form .comment-form .input-group>input[type=email]+.search-field,
.search-form .comment-form .input-group>input[type=text]+.search-field,
.search-form .comment-form .input-group>input[type=url]+.search-field,
.search-form .comment-form .input-group>textarea+.search-field,
.search-form .input-group>.custom-file+.search-field,
.search-form .input-group>.custom-select+.search-field,
.search-form .input-group>.form-control+.search-field,
.search-form .input-group>.form-control-plaintext+.search-field,
.search-form .input-group>.search-field+.custom-file,
.search-form .input-group>.search-field+.custom-select,
.search-form .input-group>.search-field+.form-control,
.search-form .input-group>.search-field+.search-field {
    margin-left: -1px
}

.comment-form .input-group>input:focus[type=email],
.comment-form .input-group>input:focus[type=text],
.comment-form .input-group>input:focus[type=url],
.comment-form .input-group>textarea:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.search-form .input-group>.search-field:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.comment-form .input-group>input:not(:last-child)[type=email],
.comment-form .input-group>input:not(:last-child)[type=text],
.comment-form .input-group>input:not(:last-child)[type=url],
.comment-form .input-group>textarea:not(:last-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.search-form .input-group>.search-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group>input:not(:first-child)[type=email],
.comment-form .input-group>input:not(:first-child)[type=text],
.comment-form .input-group>input:not(:first-child)[type=url],
.comment-form .input-group>textarea:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.search-form .input-group>.search-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-form .input-group-append input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .comment-form input[type=submit],
.input-group-append .search-form .search-submit,
.input-group-prepend .btn,
.input-group-prepend .comment-form input[type=submit],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-append .search-submit,
.search-form .input-group-prepend .search-submit {
    position: relative;
    z-index: 2
}

.comment-form .input-group-append input:focus[type=submit],
.comment-form .input-group-prepend input:focus[type=submit],
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type=submit],
.input-group-append .search-form .search-submit:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type=submit],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus {
    z-index: 3
}

.comment-form .input-group-append .btn+input[type=submit],
.comment-form .input-group-append .input-group-text+input[type=submit],
.comment-form .input-group-append .search-form .search-submit+input[type=submit],
.comment-form .input-group-append .search-form input[type=submit]+.search-submit,
.comment-form .input-group-append input[type=submit]+.btn,
.comment-form .input-group-append input[type=submit]+.input-group-text,
.comment-form .input-group-append input[type=submit]+input[type=submit],
.comment-form .input-group-prepend .btn+input[type=submit],
.comment-form .input-group-prepend .input-group-text+input[type=submit],
.comment-form .input-group-prepend .search-form .search-submit+input[type=submit],
.comment-form .input-group-prepend .search-form input[type=submit]+.search-submit,
.comment-form .input-group-prepend input[type=submit]+.btn,
.comment-form .input-group-prepend input[type=submit]+.input-group-text,
.comment-form .input-group-prepend input[type=submit]+input[type=submit],
.comment-form .search-form .input-group-append .search-submit+input[type=submit],
.comment-form .search-form .input-group-prepend .search-submit+input[type=submit],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .comment-form .btn+input[type=submit],
.input-group-append .comment-form .input-group-text+input[type=submit],
.input-group-append .comment-form .search-form input[type=submit]+.search-submit,
.input-group-append .comment-form input[type=submit]+.btn,
.input-group-append .comment-form input[type=submit]+.input-group-text,
.input-group-append .comment-form input[type=submit]+input[type=submit],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .search-form .btn+.search-submit,
.input-group-append .search-form .comment-form .search-submit+input[type=submit],
.input-group-append .search-form .input-group-text+.search-submit,
.input-group-append .search-form .search-submit+.btn,
.input-group-append .search-form .search-submit+.input-group-text,
.input-group-append .search-form .search-submit+.search-submit,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .comment-form .btn+input[type=submit],
.input-group-prepend .comment-form .input-group-text+input[type=submit],
.input-group-prepend .comment-form .search-form input[type=submit]+.search-submit,
.input-group-prepend .comment-form input[type=submit]+.btn,
.input-group-prepend .comment-form input[type=submit]+.input-group-text,
.input-group-prepend .comment-form input[type=submit]+input[type=submit],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .search-form .btn+.search-submit,
.input-group-prepend .search-form .comment-form .search-submit+input[type=submit],
.input-group-prepend .search-form .input-group-text+.search-submit,
.input-group-prepend .search-form .search-submit+.btn,
.input-group-prepend .search-form .search-submit+.input-group-text,
.input-group-prepend .search-form .search-submit+.search-submit,
.search-form .comment-form .input-group-append input[type=submit]+.search-submit,
.search-form .comment-form .input-group-prepend input[type=submit]+.search-submit,
.search-form .input-group-append .btn+.search-submit,
.search-form .input-group-append .comment-form .search-submit+input[type=submit],
.search-form .input-group-append .comment-form input[type=submit]+.search-submit,
.search-form .input-group-append .input-group-text+.search-submit,
.search-form .input-group-append .search-submit+.btn,
.search-form .input-group-append .search-submit+.input-group-text,
.search-form .input-group-append .search-submit+.search-submit,
.search-form .input-group-prepend .btn+.search-submit,
.search-form .input-group-prepend .comment-form .search-submit+input[type=submit],
.search-form .input-group-prepend .comment-form input[type=submit]+.search-submit,
.search-form .input-group-prepend .input-group-text+.search-submit,
.search-form .input-group-prepend .search-submit+.btn,
.search-form .input-group-prepend .search-submit+.input-group-text,
.search-form .input-group-prepend .search-submit+.search-submit {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.comment-form .input-group-lg>input:not(textarea)[type=email],
.comment-form .input-group-lg>input:not(textarea)[type=text],
.comment-form .input-group-lg>input:not(textarea)[type=url],
.comment-form .input-group-lg>textarea:not(textarea),
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.search-form .input-group-lg>.search-field:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.comment-form .input-group-lg>.input-group-append>input[type=submit],
.comment-form .input-group-lg>.input-group-prepend>input[type=submit],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.search-form .input-group-lg>.input-group-append>.search-submit,
.search-form .input-group-lg>.input-group-prepend>.search-submit,
.search-form .input-group-lg>.search-field {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form .input-group-sm>input:not(textarea)[type=email],
.comment-form .input-group-sm>input:not(textarea)[type=text],
.comment-form .input-group-sm>input:not(textarea)[type=url],
.comment-form .input-group-sm>textarea:not(textarea),
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.search-form .input-group-sm>.search-field:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.comment-form .input-group-sm>.input-group-append>input[type=submit],
.comment-form .input-group-sm>.input-group-prepend>input[type=submit],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.search-form .input-group-sm>.input-group-append>.search-submit,
.search-form .input-group-sm>.input-group-prepend>.search-submit,
.search-form .input-group-sm>.search-field {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.comment-form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=submit],
.comment-form .input-group>.input-group-append:not(:last-child)>input[type=submit],
.comment-form .input-group>.input-group-prepend>input[type=submit],
.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.search-form .input-group>.input-group-append:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
.search-form .input-group>.input-group-append:not(:last-child)>.search-submit,
.search-form .input-group>.input-group-prepend>.search-submit {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group>.input-group-append>input[type=submit],
.comment-form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=submit],
.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.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),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.search-form .input-group>.input-group-append>.search-submit,
.search-form .input-group>.input-group-prepend:first-child>.search-submit:not(:first-child),
.search-form .input-group>.input-group-prepend:not(:first-child)>.search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #00539f;
    background-color: #00539f
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #2094ff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #53adff;
    border-color: #53adff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: #00539f;
    background-color: #00539f
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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, 83, 159, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 83, 159, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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, 83, 159, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -o-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 83, 159, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #2094ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #2094ff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 83, 159, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00539f;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #53adff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00539f;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #53adff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #00539f;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #53adff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

.header-main-wrapper .nav a,
.nav-link {
    display: block;
    padding: .5rem 1rem
}

.header-main-wrapper .nav a:focus,
.header-main-wrapper .nav a:hover,
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.header-main-wrapper .nav a.disabled,
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.header-main-wrapper .nav .nav-tabs li,
.nav-tabs .header-main-wrapper .nav li,
.nav-tabs .nav-item {
    margin-bottom: -1px
}

.header-main-wrapper .nav .nav-tabs a,
.nav-tabs .header-main-wrapper .nav a,
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.header-main-wrapper .nav .nav-tabs a:focus,
.header-main-wrapper .nav .nav-tabs a:hover,
.nav-tabs .header-main-wrapper .nav a:focus,
.nav-tabs .header-main-wrapper .nav a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.header-main-wrapper .nav .nav-tabs a.disabled,
.nav-tabs .header-main-wrapper .nav a.disabled,
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.header-main-wrapper .nav .nav-tabs .nav-item.show a,
.header-main-wrapper .nav .nav-tabs a.active,
.header-main-wrapper .nav .nav-tabs li.show .nav-link,
.header-main-wrapper .nav .nav-tabs li.show a,
.nav-tabs .header-main-wrapper .nav a.active,
.nav-tabs .header-main-wrapper .nav li.show .nav-link,
.nav-tabs .header-main-wrapper .nav li.show a,
.nav-tabs .nav-item.show .header-main-wrapper .nav a,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header-main-wrapper .nav .nav-pills a,
.nav-pills .header-main-wrapper .nav a,
.nav-pills .nav-link {
    border-radius: .25rem
}

.header-main-wrapper .nav .nav-pills .show>a,
.header-main-wrapper .nav .nav-pills a.active,
.nav-pills .header-main-wrapper .nav .show>a,
.nav-pills .header-main-wrapper .nav a.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00539f
}

.header-main-wrapper .nav .nav-fill li,
.nav-fill .header-main-wrapper .nav li,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.header-main-wrapper .nav .nav-justified li,
.nav-justified .header-main-wrapper .nav li,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.header-main-wrapper .nav .navbar-nav a,
.navbar-nav .header-main-wrapper .nav a,
.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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .header-main-wrapper .nav .navbar-expand-sm .navbar-nav a,
    .navbar-expand-sm .navbar-nav .header-main-wrapper .nav a,
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .header-main-wrapper .nav .navbar-expand-md .navbar-nav a,
    .navbar-expand-md .navbar-nav .header-main-wrapper .nav a,
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .header-main-wrapper .nav .navbar-expand-lg .navbar-nav a,
    .navbar-expand-lg .navbar-nav .header-main-wrapper .nav a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .header-main-wrapper .nav .navbar-expand-xl .navbar-nav a,
    .navbar-expand-xl .navbar-nav .header-main-wrapper .nav a,
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.header-main-wrapper .nav .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .header-main-wrapper .nav a,
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.header-main-wrapper .nav .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .header-main-wrapper .nav a,
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.header-main-wrapper .nav .navbar-light .navbar-nav a:focus,
.header-main-wrapper .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .header-main-wrapper .nav a:focus,
.navbar-light .navbar-nav .header-main-wrapper .nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.header-main-wrapper .nav .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .header-main-wrapper .nav a.disabled,
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.header-main-wrapper .nav .navbar-light .navbar-nav .active>a,
.header-main-wrapper .nav .navbar-light .navbar-nav .show>a,
.header-main-wrapper .nav .navbar-light .navbar-nav a.active,
.header-main-wrapper .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .header-main-wrapper .nav .active>a,
.navbar-light .navbar-nav .header-main-wrapper .nav .show>a,
.navbar-light .navbar-nav .header-main-wrapper .nav a.active,
.navbar-light .navbar-nav .header-main-wrapper .nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: none
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.header-main-wrapper .nav .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .header-main-wrapper .nav a,
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.header-main-wrapper .nav .navbar-dark .navbar-nav a:focus,
.header-main-wrapper .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .header-main-wrapper .nav a:focus,
.navbar-dark .navbar-nav .header-main-wrapper .nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.header-main-wrapper .nav .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .header-main-wrapper .nav a.disabled,
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.header-main-wrapper .nav .navbar-dark .navbar-nav .active>a,
.header-main-wrapper .nav .navbar-dark .navbar-nav .show>a,
.header-main-wrapper .nav .navbar-dark .navbar-nav a.active,
.header-main-wrapper .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .header-main-wrapper .nav .active>a,
.navbar-dark .navbar-nav .header-main-wrapper .nav .show>a,
.navbar-dark .navbar-nav .header-main-wrapper .nav a.active,
.navbar-dark .navbar-nav .header-main-wrapper .nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: none
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

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

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00539f;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #002b53;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .25)
}

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00539f;
    border-color: #00539f
}

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.comment-form input[type=submit] .badge,
.search-form .search-submit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #00539f
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #00386c
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 83, 159, .5)
}

.badge-secondary {
    color: #212529;
    background-color: #fdb913
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #db9c02
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(253, 185, 19, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #002b53;
    background-color: #ccddec;
    border-color: #b8cfe4
}

.alert-primary hr {
    border-top-color: #a6c3dd
}

.alert-primary .alert-link {
    color: #001120
}

.alert-secondary {
    color: #84600a;
    background-color: #fff1d0;
    border-color: #feebbd
}

.alert-secondary hr {
    border-top-color: #fee3a4
}

.alert-secondary .alert-link {
    color: #553e06
}

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

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

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

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00539f;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }
}

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

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00539f;
    border-color: #00539f
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #002b53;
    background-color: #b8cfe4
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #002b53;
    background-color: #a6c3dd
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002b53;
    border-color: #002b53
}

.list-group-item-secondary {
    color: #84600a;
    background-color: #feebbd
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #84600a;
    background-color: #fee3a4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #84600a;
    border-color: #84600a
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.share-buttons-container{
    margin: 50px auto;
    display: block;
    width: 200px;
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #fdb913;
    color: #29263f;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}


.share-buttons{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.share-buttons a{
    display: inline-block;
}
.share-buttons a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .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: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

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

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .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)
    }
    .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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: 0s .6s opacity;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        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
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    -o-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    -o-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: #00539f!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #00386c!important
}

.bg-secondary {
    background-color: #fdb913!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #db9c02!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

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

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

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

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

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

.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: #00539f!important
}

.border-secondary {
    border-color: #fdb913!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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 embed,
.embed-responsive iframe,
.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.85714%
}

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

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

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

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

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

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

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

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

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

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        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
    }
}

.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: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

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

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    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
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .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: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .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: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.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: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .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: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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
    }
}

.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: #00539f!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #002b53!important
}

.text-secondary {
    color: #fdb913!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #c28a02!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none!important;
        -webkit-box-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
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        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 td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

*,
:after,
:before {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    text-rendering: optimizeSpeed
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden
}

.header-cart-popup {
    width: 0!important;
    overflow: hidden;
    opacity: 0
}

.header-cart-popup.is-active {
    width: 400px!important;
    opacity: 1;
    z-index: 99999
}

.header-main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(46, 51, 60, .2), 0 25px 35px 2px rgba(46, 51, 60, .1);
    box-shadow: 0 0 0 0 rgba(46, 51, 60, .2), 0 25px 35px 2px rgba(46, 51, 60, .1)
}

.wrap {
    padding-top: 68px
}
.search-results .wrap{
  padding-top: 150px !important;
}
.is-form-id-42092 .is-search-icon{
    border-left: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top: 1px solid #00539f !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-right: 1px solid #00539f !important;
    border-bottom: 1px solid #00539f !important;
}
.is-form-style.is-form-style-3 input.is-search-input{
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border: 1px solid #00539f !important;
    border-right: 0px !important;
    height: 40px;
}
.is-form-style button.is-search-submit,
.is-search-icon{
    height: 40px;
}
 div.is-ajax-search-result{
    background: #fff !important;
    border: 1px solid #ebebeb;
    padding: 10px !important;
 }
body {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

@font-face {
    font-family: Lucida Grande;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lucida Grande"), local("Lucida Grande"), url(/wp-content/themes/synevo-sage/dist/fonts/LucidaGrande/LucidaGrande_cab01315.ttf) format("truetype")
}

@font-face {
    font-family: Lucida Grande;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lucida Grande"), local("Lucida Grande Bold"), url(/wp-content/themes/synevo-sage/dist/fonts/LucidaGrande/LucidaGrandeBold_4dacabda.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v19/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UXtXA-W2r.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v19/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UXt7A-W2r.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v19/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UXt_A-W2r.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v19/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UXtHA-Q.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf6, u+1cf8-1cf9, u+200c-200d, u+20a8, u+20b9, u+25cc, u+a830-a839, u+a8e0-a8fb
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf6, u+1cf8-1cf9, u+200c-200d, u+20a8, u+20b9, u+25cc, u+a830-a839, u+a8e0-a8fb
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf6, u+1cf8-1cf9, u+200c-200d, u+20a8, u+20b9, u+25cc, u+a830-a839, u+a8e0-a8fb
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaB.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUbOvISTs.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUZevISTs.woff2) format("woff2");
    unicode-range: u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUbuvISTs.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUb-vISTs.woff2) format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUYevI.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.pagination {
    padding: 28px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-numbers {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    width: 40px;
    padding: 7px 0;
    text-align: center;
    border-radius: 100%;
    border: 1px solid transparent
}

.pagination .page-numbers.current {
    border-color: #fdb913
}

.pagination .prev .page-icon {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.pagination .next .page-icon {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.snewslet-container {
    background: #ebeef3;
    text-align: center;
    padding: 40px 20px
}

.snewslet-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    max-width: 830px
}

.snewslet-left {
    width: 50%
}

.snewslet-left h2 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #00539f;
    margin-bottom: 20px
}

.snewslet-left h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    margin-bottom: 0
}

.snewslet-right {
    width: 60%;
    margin-left: 60px
}

.snewslet-group {
    position: relative
}

.snewslet-group input {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    border: 1px solid #bbb4b4;
    border-radius: 24px;
    padding: 13px 20px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: hsla(0, 0%, 100%, .8)
}

.snewslet-group input:focus {
    outline: none;
    background: #fff
}

.snewslet-group:hover input {
    background: #fff
}

.snewslet-group.is-input-group {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.snewslet-group.is-input-group input {
    width: 50%;
    padding: 6px 20px
}

.snewslet-group.is-input-group input:first-child {
    margin-right: 8px
}

.snewslet-group button {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 2px solid #00539f;
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: hsla(0, 0%, 100%, 0);
    padding: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.snewslet-group button img {
    width: 17px;
    vertical-align: top
}

.snewslet-group button:focus {
    outline: none
}

.snewslet-group button:hover {
    background-color: #fdb913;
    border-color: #fdb913
}

.snewslet-group button:hover img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.snewslet-terms-group label {
    position: relative;
    padding: 4px 0;
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.snewslet-terms-group input {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px #ababab;
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px #ababab;
    background: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

.snewslet-terms-group input:checked {
    background-color: #00549e
}

.snewslet-terms-group span {
    display: inline-block
}

.mc4wp-response {
    padding: 0;
    margin: -20px 0 0;
    background: #ebeef3
}

.mc4wp-response p {
    margin: 0;
    line-height: 1.3em
}

.mc4wp-response .mc4wp-alert {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #00539f;
    padding: 1em 0;
    max-width: 830px;
    margin: 0 auto
}

.mc4wp-response .mc4wp-error {
    color: #b91a1a
}
#menu-meniu-secundar-header > li,
.search-bar {
    padding: 36px 0px 26px 0px;
}
.menu-meniu-secundar-header-container .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 150ms ease-in-out;
    visibility: hidden;
}
.menu-meniu-secundar-header-container .sub-menu::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 150ms ease-in-out;
}
.menu-meniu-secundar-header-container .sub-menu > .menu-item {
    position: absolute;
    top: 100px;
    right: 90px;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 150ms ease-in-out;
}
.menu-meniu-secundar-header-container .sub-menu > .menu-item:nth-child(2) {
    top: 150px;
}
.menu-meniu-secundar-header-container .sub-menu > .menu-item:nth-child(3){
    top: 200px;
}
.menu-meniu-secundar-header-container .sub-menu > .menu-item a {
    width: 230px !important;
    text-align: center;
    display: inline-block !important;
}

.menu-meniu-secundar-header-container .menu-item.open,
.menu-meniu-secundar-header-container .menu-item.menu-item-30000:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.menu-meniu-secundar-header-container .menu-item.open .sub-menu::before,
.menu-meniu-secundar-header-container .menu-item.menu-item-30000:hover .sub-menu::before {
    height: 150px;
}
.menu-meniu-secundar-header-container .menu-item.open .sub-menu > .menu-item,
.menu-meniu-secundar-header-container .menu-item:hover .sub-menu > .menu-item,
.menu-meniu-secundar-header-container .menu-item .sub-menu:hover > .menu-item {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width:599px) {
    .snewslet-container {
        padding-left: 40px;
        padding-right: 40px
    }
    .snewslet-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .snewslet-content h2 {
        text-align: center
    }
    .snewslet-left {
        width: 100%
    }
    .snewslet-right {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }
    .mc4wp-response .mc4wp-alert {
        padding-left: 40px;
        padding-right: 40px
    }
}

.syncontactform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.syncontactform-col1 {
    width: 48%
}

.syncontactform-col1 label {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px;
    margin-bottom: 10px
}

.syncontactform-col1 input,
.syncontactform-col1 select {
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    margin-bottom: 10px
}

.syncontactform-col1 input:focus,
.syncontactform-col1 select:focus {
    outline: none
}

.syncontactform-col2 {
    width: 48%
}

.syncontactform-col2 label {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px;
    margin-bottom: 10px
}

.syncontactform-col2 textarea {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    margin-top: 25px;
    width: 100%;
    height: 240px
}

.syncontactform-col2 textarea:focus {
    outline: none
}

.syncontactform-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.syncontactform-actions input {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 13px 40px;
    border: 0
}

.synquotaform {
    width: 50%;
    border-radius: 10px;
    border: 1px solid #979797;
    padding: 40px;
    margin: 0 auto 80px
}

.synquotaform-cols {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synquotaform-col1,
.synquotaform-col2 {
    width: 48%
}

.synquotaform-field {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px
}

.synquotaform-field.is-smaller {
    font-size: 14px;
    margin-bottom: 10px
}

.synquotaform-field label {
    width: 100%;
    margin-bottom: 10px
}

.synquotaform-field input,
.synquotaform-field select {
    height: 30px;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff
}

.synquotaform-field .past_work>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    height: 30px;
    margin-top: 15px
}

.synquotaform-field .first,
.synquotaform-field .last {
    margin-left: 0
}

.synquotaform-field .first label,
.synquotaform-field .last label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synquotaform-field .first label input,
.synquotaform-field .last label input {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    margin-right: 5px
}

.synquotaform-message label {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px
}

.synquotaform-message .message {
    width: 100%
}

.synquotaform-message .message textarea {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px
}

.synquotaform-label {
    width: 100%
}

.synquotaform-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #919191
}

.synquotaform-actions input {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 14px 40px;
    border: 0
}

.title-form-popup {
    text-align: center
}

.synjobcvform-actions span {
    width: 30%
}

.fancybox-slide--html .fancybox-close-small {
    border: 1px solid #dddcdc!important;
    border-radius: 50%!important;
    top: 10px!important;
    right: 10px!important
}

.file-upload-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #025da9;
    border-radius: 35px;
    padding: 15px;
    margin-top: 10px;
    cursor: pointer
}

.file-upload-img {
    width: 30px;
    margin-right: 5px
}

.txt-normal-title-file {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px
}

.synevo-jobs-cv-form .synjobcvform {
    border-radius: 10px;
    margin: 0 auto 80px
}

.synevo-jobs-cv-form .synjobcvform-cols {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synevo-jobs-cv-form .synjobcvform-col1,
.synevo-jobs-cv-form .synjobcvform-col2 {
    width: 48%
}

.synevo-jobs-cv-form .synjobcvform-field {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px
}

.synevo-jobs-cv-form .synjobcvform-field.is-smaller {
    font-size: 14px;
    margin-bottom: 10px
}

.synevo-jobs-cv-form .synjobcvform-field label {
    width: 100%;
    margin-bottom: 10px
}

.synevo-jobs-cv-form .synjobcvform-field input,
.synevo-jobs-cv-form .synjobcvform-field select {
    height: 42px;
    border: 0;
    border-bottom: 1px solid #979797;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    outline: none;
    font-size: 16px
}

.synevo-jobs-cv-form .synjobcvform-field .first,
.synevo-jobs-cv-form .synjobcvform-field .last {
    margin-left: 0
}

.synevo-jobs-cv-form .synjobcvform-field .first label,
.synevo-jobs-cv-form .synjobcvform-field .last label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-jobs-cv-form .synjobcvform-field .first label input,
.synevo-jobs-cv-form .synjobcvform-field .last label input {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    margin-right: 5px
}

.synevo-jobs-cv-form .synjobcvform-message label {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px
}

.synevo-jobs-cv-form .synjobcvform-message .message {
    width: 100%
}

.synevo-jobs-cv-form .synjobcvform-message .message textarea {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 20px
}

.synevo-jobs-cv-form .synjobcvform-label {
    width: 100%
}

.synevo-jobs-cv-form .synjobcvform-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #919191
}

.synevo-jobs-cv-form .synjobcvform-actions input {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 14px 40px;
    border: 0;
    width: 100%
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.header-cart-btn {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    margin-left: 16px;
    margin-bottom: 5px
}

.header-cart-btn img {
    width: 30px
}

.header-cart-btn:focus {
    outline: none
}

.cartCount {
    width: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    background-color: #ffaa1c;
    top: -3px;
    right: -8px
}

.header-cart-close {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #125da4;
    font-size: 27px;
    font-family: Poppins, sans-serif;
    background: none;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.header-cart-close:hover {
    background-color: #125da4;
    color: #fff
}

.header-cart-close:focus {
    outline: none
}

.header-cart-close span {
    position: relative;
    bottom: 7px
}

.header-cart-popup {
    background-color: #f4f6f9;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 400px;
    padding-top: 20px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.header-cart-popup.is-active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -12px 2px 44px -13px rgba(0, 0, 0, .75);
    box-shadow: -12px 2px 44px -13px rgba(0, 0, 0, .75)
}

#miniCartHead {
    margin: 0 auto 24px;
    width: 90%;
    border-bottom: 2px solid #dbdbdb;
    position: relative
}

#miniCartHead>img:first-of-type {
    background-size: cover;
    margin-bottom: 10px;
    height: 25px;
    width: 25px;
    margin-right: 5px
}

#miniCartHead h1 {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    color: #125da4
}

.widget.woocommerce.widget_shopping_cart>div>ul {
    margin: 0 auto;
    width: 90%;
    max-height: 430px;
    overflow-y: scroll;
    padding-top: 5px
}

.widget.woocommerce.widget_shopping_cart>div>ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    min-height: 43px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.widget.woocommerce.widget_shopping_cart>div>ul li:hover {
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid #fdb813
}

.widget.woocommerce.widget_shopping_cart>div>ul li:hover>a:first-of-type {
    display: inline-block
}

.widget.woocommerce.widget_shopping_cart>div>ul li>a:first-of-type {
    display: none;
    margin: 5px 0 0 5px;
    color: #fdb813!important;
    line-height: .9
}

.widget.woocommerce.widget_shopping_cart>div>ul li>a:first-of-type:hover {
    background-color: #fdb813;
    color: #fff!important
}

.widget.woocommerce.widget_shopping_cart>div>ul li>a:nth-of-type(2) {
    text-decoration: none;
    margin-left: 5px;
    max-width: 175px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #000
}

.widget.woocommerce.widget_shopping_cart>div>ul li .quantity {
    position: absolute;
    right: 20px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #15112c
}

.widget.woocommerce.widget_shopping_cart>div>ul li img {
    display: none
}

.paymethod2 {
    margin: 24px auto 0;
    font-family: Poppins, sans-serif;
    font-weight: bolder;
    font-size: 15px;
    width: 90%
}

.paymethod2>img {
    margin-left: 5px
}

.paymethod2>img:first-of-type {
    height: 40px;
    width: 125px
}

.paymethod2>img:nth-of-type(2) {
    height: 40px;
    width: 40px
}

.paymethod2>img:nth-of-type(3) {
    height: 34px
}

.woocommerce-mini-cart__total.total {
    margin-left: 180px;
    font-family: Poppins, sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: #15112c;
    text-align: right;
    padding-right: 30px!important
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: none
}

.woocommerce-mini-cart__buttons.buttons>a {
    position: relative;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 24px;
    padding-top: 27px;
    padding-left: 50px;
    width: 80%;
    height: 70px;
    line-height: 13px;
    background-color: #125da4;
    color: #fff;
    border-radius: 20px
}

.woocommerce-mini-cart__buttons.buttons>a:hover {
    color: #fff;
    background-color: #125da4;
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.woocommerce-mini-cart__buttons.buttons>a img {
    position: absolute;
    right: 50px;
    top: 30px
}

#quizz {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    padding-bottom: 50px
}

#quizz .inapoi {
    display: none
}

#preQuiz .teste {
    height: 200px
}

.teste {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 300px;
    padding-right: 300px
}

.teste section>a {
    margin-top: 50px
}

.teste section>a:hover {
    text-decoration: none
}

.teste section>a>.icons:hover {
    border: none;
    background-color: #fdb813
}

.teste section>a>.icons:hover img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.teste section>a h1 {
    margin-top: 20px;
    color: #00549e;
    font-size: 22px
}

.teste section>a img {
    height: 50px;
    width: 100%
}

#quizz .teste {
    height: 200px
}

.steps {
    height: 100px;
    padding-left: 300px;
    padding-right: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    white-space: nowrap
}

.steps img {
    display: block;
    width: 40px;
    height: 30px;
    margin: 20px auto 0
}

.steps h1 {
    margin-top: 5px;
    font-family: Poppins, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #00549e
}

.steps small {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #fdb813;
    font-family: Helvetica, sans-serif;
    font-weight: 600
}

.step {
    vertical-align: top;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    width: 8%;
    height: 100%
}

.step:nth-of-type(12) {
    vertical-align: top;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00549e
}

.step:nth-of-type(12) h1 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bolder;
    color: #fff
}

#quizzMain {
    margin-top: 30px;
    padding-right: 300px;
    padding-left: 300px;
    width: 100%
}

#quizzMain #contentSex {
    display: block;
    overflow: auto;
    width: 100%;
    height: 560px
}

#quizzMain #contentSex h1 {
    margin-top: 46px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #00549e
}

#quizzMain #contentSex p {
    margin-top: 18px;
    margin-bottom: 70px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #818181
}

#quizzMain #contentSex .contain {
    height: 271px;
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#quizzMain .sex {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 90px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    color: #00549e;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 5px solid #00549e;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in
}

#quizzMain .activeSex,
#quizzMain .sex:hover {
    background-color: #fdb813;
    color: #fff;
    border: 5px solid #fdb813
}

#quizzMain .quizzWrapper {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    background-color: #fff;
    border-radius: 10px
}

#quizzMain .quizzBtn {
    cursor: pointer;
    position: relative;
    width: 80%;
    height: 100px;
    margin: 0 auto
}

#quizzMain .quizzBtn .nextBtn {
    cursor: pointer;
    position: absolute;
    width: 319px;
    height: 55px;
    background-color: #00549e;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    border-radius: 25px;
    text-align: center;
    line-height: 55px;
    -webkit-transition: 1s ease-in-out;
    -o-transition: ease-in-out 1s;
    transition: 1s ease-in-out
}

#quizzMain .quizzBtn .nextBtn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

#quizzMain .quizzBtn .nextBtn:after {
    content: "";
    height: 15px;
    width: 8px;
    background-image: url();
    background-size: cover
}

#quizzMain .quizzBtn .prevBtn {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 319px;
    height: 55px;
    border: 3px solid #00549e;
    background-color: #fff;
    color: #00549e;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    border-radius: 25px;
    text-align: center;
    line-height: 55px
}

#quizzMain .quizzBtn .prevBtn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

#contentAge {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentAge h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentAge>p,
#contentAge h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentAge>p {
    margin-top: 18px;
    margin-bottom: 150px;
    font-size: 16px;
    color: #818181
}

#contentAge .contain {
    height: 271px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentAge .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 15%
}

#contentAge .contain>div>* {
    display: block
}

#contentAge .contain>div img {
    z-index: 10;
    margin: 0 auto 20px
}

#contentAge .contain>div>.ages {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    z-index: 100;
    height: 0;
    width: 100%;
    text-align: center;
    background-color: #fff
}

#contentAge .contain>div>.ages p {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    color: #818181;
    font-size: 14px;
    margin-bottom: 7px
}

#contentAge .contain>div>.ages p:hover {
    color: #fdb813
}

#contentAge>div>div:nth-child(5)>.ages>p {
    font-size: 11px
}

.ageGroup {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 55px;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #00549e;
    text-align: center;
    line-height: 50px;
    background-color: #fff
}

#contentHeight {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentHeight>div {
    margin: 130px auto 0;
    width: 332px;
    height: 332px
}

#contentHeight>div img {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 96px
}

#contentHeight>div h1 {
    margin-top: 30px;
    color: #00549e;
    font-size: 24px;
    font-weight: bolder
}

#contentHeight>div h1,
#contentHeight>div p {
    font-family: Poppins, sans-serif;
    text-align: center
}

#contentHeight>div p {
    margin-top: 20px;
    color: #818181;
    font-weight: lighter;
    font-size: 16px
}

#contentHeight>div input {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border-radius: 22px;
    -webkit-appearance: none;
    border: 2px solid #a1a1a8;
    font-family: Poppins, sans-serif;
    font-size: 29px;
    color: #fdb813;
    text-align: center
}

#contentHeight>div input:focus {
    outline: none
}

#contentWeight {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentWeight>div {
    margin: 130px auto 0;
    width: 332px;
    height: 332px
}

#contentWeight>div img {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 96px
}

#contentWeight>div h1 {
    margin-top: 30px;
    color: #00549e;
    font-size: 24px;
    font-weight: bolder
}

#contentWeight>div h1,
#contentWeight>div p {
    font-family: Poppins, sans-serif;
    text-align: center
}

#contentWeight>div p {
    margin-top: 20px;
    color: #818181;
    font-weight: lighter;
    font-size: 16px
}

#contentWeight>div input {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border-radius: 22px;
    -webkit-appearance: none;
    border: 2px solid #a1a1a8;
    font-family: Poppins, sans-serif;
    font-size: 29px;
    color: #fdb813;
    text-align: center
}

#contentWeight>div input:focus {
    outline: none
}

#contentBMI {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 50px
}

#contentBMI>div {
    margin: 100px auto 0;
    width: 332px;
    height: 260px
}

#contentBMI>div img {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 96px
}

#contentBMI>div h1 {
    margin-top: 30px;
    color: #00549e;
    font-size: 24px;
    font-weight: bolder
}

#contentBMI>div h1,
#contentBMI>div p {
    font-family: Poppins, sans-serif;
    text-align: center
}

#contentBMI>div p {
    margin-top: 20px;
    color: #818181;
    font-weight: lighter;
    font-size: 16px
}

#contentBMI>div span {
    display: block;
    color: #fdb813;
    font-size: 50px;
    font-weight: bolder
}

#contentBMI .alerts,
#contentBMI>div span {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentBMI .alerts {
    padding: 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #000
}

#contentBMI .alerts img {
    display: block;
    margin: 0 auto;
    height: 40px
}

#contentBMI .alerts p {
    margin-top: 20px
}

#contentSmoke {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentSmoke h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentSmoke>p,
#contentSmoke h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentSmoke>p {
    margin-top: 18px;
    margin-bottom: 70px;
    font-size: 16px;
    color: #818181
}

#contentSmoke .contain {
    height: 271px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentSmoke .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 21%
}

#contentSmoke .contain>div>* {
    display: block
}

#contentSmoke .contain>div img {
    z-index: 10;
    margin: 0 auto 50px
}

.smoke {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 55px;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #00549e;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out
}

.smoke:hover {
    border: none;
    background-color: #fdb813;
    color: #fff;
    line-height: 50px
}

#contentAlcohol {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentAlcohol h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentAlcohol>p,
#contentAlcohol h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentAlcohol>p {
    margin-top: 18px;
    margin-bottom: 70px;
    font-size: 16px;
    color: #818181
}

#contentAlcohol .contain {
    height: 271px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentAlcohol .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 21%
}

#contentAlcohol .contain>div>* {
    display: block
}

#contentAlcohol .contain>div img {
    z-index: 10;
    margin: 0 auto 50px
}

.alcohol {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 55px;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #00549e;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out
}

.alcohol:hover {
    border: none;
    background-color: #fdb813;
    color: #fff;
    line-height: 50px
}

#contentAlimentation {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentAlimentation h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentAlimentation>p,
#contentAlimentation h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentAlimentation>p {
    margin-top: 18px;
    margin-bottom: 70px;
    font-size: 16px;
    color: #818181
}

#contentAlimentation .contain {
    height: 271px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentAlimentation .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 21%
}

#contentAlimentation .contain>div>* {
    display: block
}

#contentAlimentation .contain>div img {
    z-index: 10;
    margin: 0 auto 50px
}

.alimen {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 75px;
    width: 100%;
    border-radius: 35px;
    border: 3px solid #00549e;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out;
    line-height: 75px
}

.alimen:hover {
    border: none;
    background-color: #fdb813;
    color: #fff
}

.alimen span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px
}

#contentTension {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentTension h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentTension>p,
#contentTension h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentTension>p {
    margin-top: 18px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #818181
}

#contentTension img {
    display: block;
    width: 900px;
    margin: 0 auto
}

#contentTension .contain {
    height: 130px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentTension .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 21%
}

#contentTension .contain>div>* {
    display: block
}

.tension {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 55px;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #00549e;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out;
    line-height: 55px
}

.tension:hover {
    border: none;
    background-color: #fdb813;
    color: #fff
}

.tension span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px
}

#contentDisease {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentDisease h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentDisease>p,
#contentDisease h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentDisease>p {
    margin-top: 18px;
    margin-bottom: 100px;
    font-size: 16px;
    color: #818181
}

#contentDisease .contain {
    height: 271px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentDisease .contain>div {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 15%
}

#contentDisease .contain>div>* {
    display: block
}

#contentDisease .contain>div img {
    z-index: 10;
    margin: 0 auto 50px
}

.disease {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 75px;
    width: 100%;
    border-radius: 35px;
    border: 3px solid #00549e;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out;
    line-height: 75px
}

.disease:hover {
    border: none;
    background-color: #fdb813;
    color: #fff
}

.disease span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px
}

#contentWork {
    opacity: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 560px
}

#contentWork h1 {
    margin-top: 46px;
    font-size: 24px;
    color: #00549e
}

#contentWork>p,
#contentWork h1 {
    text-align: center;
    font-family: Poppins, sans-serif
}

#contentWork>p {
    margin-top: 18px;
    margin-bottom: 70px;
    font-size: 16px;
    color: #818181
}

#contentWork .contain {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contentWork .contain>div {
    vertical-align: top;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 20%
}

#contentWork .contain>div>* {
    display: block
}

#contentWork .contain>div img {
    height: 220px;
    z-index: 10;
    margin: 0 auto 50px
}

.work {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    height: 55px;
    width: 100%;
    border-radius: 35px;
    border: 3px solid #00549e;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: ease-in-out .2s;
    transition: .2s ease-in-out;
    line-height: 55px
}

.work:hover {
    border: none;
    background-color: #fdb813;
    color: #fff
}

#preQuiz {
    background-color: #f2f2f2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding-bottom: 50px
}

.flash {
    border-color: #fdb813
}

.fourBoxes {
    padding: 0 300px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fourBoxes div {
    display: inline-block;
    height: 100%;
    width: 23%;
    background-color: #fff;
    border-radius: 10px
}

.fourBoxes div img {
    display: block;
    width: 130px;
    margin: 35px auto 0
}

.fourBoxes div p {
    margin-top: 30px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    color: #00539f;
    text-align: center
}

.fourBoxes div p span {
    font-weight: bolder
}

.startTest {
    position: relative;
    margin-top: 50px;
    margin-left: 300px;
    margin-right: 300px;
    height: 500px;
    background-color: #fff;
    border-radius: 10px
}

.startTest div {
    padding-top: 100px;
    padding-left: 100px;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    width: 30%
}

.startTest div h1 {
    font-size: 30px;
    font-weight: bolder;
    color: #00549e;
    margin-bottom: 20px
}

.startTest div h1,
.startTest div p {
    font-family: Poppins, sans-serif;
    text-align: left
}

.startTest div p {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px
}

.startTest div a {
    text-decoration: none;
    padding: 20px 10%;
    background-color: #fdb813;
    color: #fff;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    outline: inherit;
    border: none;
    border-radius: 30px;
    font-family: Poppins, sans-serif;
    font-size: 20px
}

.startTest div a:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.startTest img {
    max-width: 700px;
    position: absolute;
    right: 50px;
    top: 0
}

.quizProducts-headline {
    text-align: center
}

.quizProducts-headline .quizProducts-head-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f;
    font-size: 24px
}

.quizProducts-headline .quizProducts-head-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #959595;
    font-size: 18px
}

.quizProducts-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.quiz-result-package {
    position: relative;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 49%;
    border-radius: 15px
}

.quiz-result-package,
.quiz-result-package .package-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.quiz-result-package .package-header {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 22px 30px;
    border-bottom: 1px solid #e2e2e2
}

.quiz-result-package .package-header-col1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.quiz-result-package .package-header-col2 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quiz-result-package .package-header-name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f;
    font-size: 24px
}

.quiz-result-package .package-header-info {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #646464
}

.quiz-result-package .package-header-info * {
    vertical-align: middle
}

.quiz-result-package .package-header-info img {
    max-width: 20px;
    height: 20px
}

.quiz-result-package .package-list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 22px 30px
}

.quiz-result-package .package-list-product {
    margin-bottom: 12px
}

.quiz-result-package .package-list-product:last-child {
    margin-bottom: 0
}

.quiz-result-package .package-list-product-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #15102d;
    margin-bottom: 6px
}

.quiz-result-package .package-list-product-price {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #a4a4a4;
    margin-top: 6px
}

.quiz-result-package .package-list-product-price span {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f
}

.quiz-result-package .package-footer {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 22px 30px;
    border-top: 1px solid #e2e2e2
}

.quiz-result-package .package-footer-col1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.quiz-result-package .package-footer-col2 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quiz-result-package .package-footer-btn .single_add_to_cart_button {
    background: #00539f;
    padding: 14px 50px;
    border-radius: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.quiz-result-package .package-col-price {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #646464
}

.quiz-result-package .package-price-value {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f;
    font-size: 24px
}

.activeGroup {
    line-height: 55px
}

.activeGroup,
.activeGroup2 {
    background-color: #fdb813;
    color: #fff;
    border: none
}

.activeGroup2 {
    line-height: 75px
}

.activeStep {
    background-color: #fdb813;
    -webkit-animation: active;
    -o-animation: active;
    animation: active;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.activeStep h1,
.activeStep img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

@-webkit-keyframes active {
    0% {
        background-color: #fff
    }
    to {
        background-color: #fdb813
    }
}

@-o-keyframes active {
    0% {
        background-color: #fff
    }
    to {
        background-color: #fdb813
    }
}

@keyframes active {
    0% {
        background-color: #fff
    }
    to {
        background-color: #fdb813
    }
}

.initialQuizzBtn {
    right: 0;
    left: 0;
    margin: 0 auto
}

.trueQuizzBtn {
    right: 0;
    left: inherit
}

.ageExpand {
    -webkit-animation: ageExp;
    -o-animation: ageExp;
    animation: ageExp;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75);
    box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75)
}

@-webkit-keyframes ageExp {
    0% {
        height: 0
    }
    to {
        height: 130px
    }
}

@-o-keyframes ageExp {
    0% {
        height: 0
    }
    to {
        height: 130px
    }
}

@keyframes ageExp {
    0% {
        height: 0
    }
    to {
        height: 130px
    }
}

.ageContract {
    height: 0
}

.ageExpand2 {
    -webkit-animation: ageExp2;
    -o-animation: ageExp2;
    animation: ageExp2;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75);
    box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75)
}

@-webkit-keyframes ageExp2 {
    0% {
        height: 0
    }
    to {
        height: 240px
    }
}

@-o-keyframes ageExp2 {
    0% {
        height: 0
    }
    to {
        height: 240px
    }
}

@keyframes ageExp2 {
    0% {
        height: 0
    }
    to {
        height: 240px
    }
}

.ageExpand3 {
    -webkit-animation: ageExp3;
    -o-animation: ageExp3;
    animation: ageExp3;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75);
    box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75)
}

@-webkit-keyframes ageExp3 {
    0% {
        height: 0
    }
    to {
        height: 360px
    }
}

@-o-keyframes ageExp3 {
    0% {
        height: 0
    }
    to {
        height: 360px
    }
}

@keyframes ageExp3 {
    0% {
        height: 0
    }
    to {
        height: 360px
    }
}

.ageExpand4 {
    -webkit-animation: ageExp4;
    -o-animation: ageExp4;
    animation: ageExp4;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75);
    box-shadow: 0 -1px 5px 3px hsla(0, 0%, 83%, .75)
}

@-webkit-keyframes ageExp4 {
    0% {
        height: 0
    }
    to {
        height: 475px
    }
}

@-o-keyframes ageExp4 {
    0% {
        height: 0
    }
    to {
        height: 475px
    }
}

@keyframes ageExp4 {
    0% {
        height: 0
    }
    to {
        height: 475px
    }
}

.disappear {
    -webkit-animation: dis;
    -o-animation: dis;
    animation: dis;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes dis {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes dis {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes dis {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.appear {
    -webkit-animation: app;
    -o-animation: app;
    animation: app;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes app {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes app {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes app {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.qln-link .injected-svg path {
    fill: #fff
}

.qln-link:hover .injected-svg path,
.synevo-app-promo .sap-icon .injected-svg path,
.synevo-app-promo .sap-icon .injected-svg text,
.teste section>a .injected-svg path {
    fill: #00539f
}

.synevo-app-promo .sap-feature:hover .injected-svg path {
    fill: #fff
}

.teste section>a:hover .injected-svg path,
.teste section>a:hover .injected-svg rect {
    fill: #fff;
    stroke: #fff
}

#tests>div.prodFoot>div button.adaugat-in-cos,
.adaugat-in-cos,
.adaugat-in-cos:hover {
    background-color: #bbb!important
}

#tests>div.prodFoot>div button.adaugat-in-cos:hover {
    background-color: #00539f!important
}

#my_custom_checkout_field .woocommerce-input-wrapper>.checkbox>abbr,
#my_custom_checkout_field .woocommerce-input-wrapper>.error {
    display: none!important
}

.add_to_cart_product_detail .add_to_cart_product_detail.added:parent {
    display: block!important;
    background-color: red
}

.add_to_cart_product_detail {
    color: #fff!important;
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    background-color: transparent!important;
    padding-top: 22px!important
}

.button-add-cart-ajax-detaliu {
    padding: 0!important
}

.container-img-box-shop {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 60px
}

.contwrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 100px
}

.contwrap,
.shopHome {
    background-color: #f2f2f2
}

.shopHome {
    padding-top: 10px
}

#first {
    margin-top: 50px;
    font-size: 30px;
    font-weight: bolder;
    color: #00549e
}

#first,
.cauta {
    text-align: center;
    font-family: Poppins, sans-serif
}

.cauta {
    font-size: 20px
}

.teste {
    background-color: #f2f2f2;
    width: 100%;
    padding-left: 250px;
    padding-right: 250px
}

.teste section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.teste section>a {
    margin-top: 30px;
    margin-bottom: 50px;
    display: inline-block;
    width: 20%;
    height: 70%
}

.teste section>a:hover img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.teste section>a:hover .icons {
    border: none;
    background-color: #fdb813
}

.teste section>a:hover h1,
.teste section>a:hover p {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

.teste section>a>.icons {
    cursor: pointer;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-transition: .1s ease-in;
    -o-transition: ease-in .1s;
    transition: .1s ease-in
}

.teste section>a h1 {
    height: 32px;
    color: #727272;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center
}

.teste section>a p {
    text-align: center;
    color: #9e9e9e
}

.teste section>a img {
    top: 0;
    display: inline-block;
    margin: 0 auto;
    height: 60%;
    background-size: cover
}

#shopArchive {
    background-color: #f2f2f2
}

#shopArchive .teste,
#singleProd .teste {
    height: 200px
}

.testeCheckout {
    background-color: #f2f2f2;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 150px;
    padding-right: 150px
}

.testeCheckout section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.testeCheckout section>div {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    width: 20%;
    height: 70%
}

.testeCheckout section>div>.icons {
    cursor: pointer;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-transition: .1s ease-in;
    -o-transition: ease-in .1s;
    transition: .1s ease-in
}

.testeCheckout section>div>.icons:hover {
    border: none;
    background-color: #fdb813
}

.testeCheckout section>div>.icons:hover img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.testeCheckout section>div h1 {
    margin-top: 20px;
    color: #00549e;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center
}

.testeCheckout section>div p {
    text-align: center;
    color: #9e9e9e
}

.testeCheckout section>div img {
    top: 0;
    display: inline-block;
    margin: 0 auto;
    height: 50px;
    background-size: cover
}

#threeBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 650px;
    background-color: #f2f2f2;
    margin-left: 100px;
    margin-right: 100px
}

.boxes {
    height: 450px;
    width: 30%;
    background-color: #fff;
    border-radius: 12px
}

.boxes h1 {
    margin-top: 30px;
    font-size: 22px;
    color: #00549e
}

.boxes h1,
.boxes p {
    text-align: center;
    font-family: Poppins, sans-serif
}

.boxes p {
    margin-top: 20px;
    font-size: 14px;
    color: #9e9e9e
}

.boxes img {
    width: 100%;
    height: 170px
}

.boxex:nth-of-type(3) h1 {
    margin-top: 70px
}

.btnWoo {
    position: relative;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    display: block;
    color: #fff!important;
    margin: 10px 40px 0;
    padding: 20px 0;
    border-radius: 40px;
    cursor: pointer
}

.btnWoo:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
    color: #fff;
    text-decoration: none
}

.btnWoo img {
    position: absolute;
    right: 70px;
    bottom: 2px;
    height: 20px;
    width: 30px
}

.btnWoo:first-of-type {
    cursor: auto;
    margin-top: 80px;
    background-color: #00539f
}

.btnWoo:nth-of-type(2) {
    margin-top: 10px;
    background-color: #fdb813
}

#shopSearch {
    position: relative;
    width: 100%;
    padding: 0 100px;
    background-color: #f2f2f2
}

#shopSearch input {
    height: 50px;
    width: 100%;
    font-family: Poppins, sans-serif;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    border-radius: 13px;
    border-style: none;
    text-indent: 60px;
    background-color: #fff
}

#shopSearch div {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 15px;
    left: 130px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAAUVBMVEUAAACfn5+fn5+fn5+enp6bm5ucnJycnJydnZ2cnJydnZ2dnZ2dnZ2cnJydnZ2cnJycnJycnJycnJydnZ2cnJydnZ2dnZ2cnJydnZ2cnJydnZ2y+HIjAAAAGnRSTlMAECAwP0BQX2BvcICPkJ+gr7C/wM/Q3+Dv8ORN9PUAAACxSURBVCjPfVBZFoMgDCQgQkHEBRRy/4O2uJTl1c7P5M0kEwIhCSCmDcMyUFJBBPRa6xlxgEIecT4bQUeXDYPyW7Ns9KiKWRbNVW1rtUshvdp5/YjdHmT3WiYmHORMo/fIEqFudH4GP+n7gz6vja4QCspw/iCKpomR9/ewQgZ33wM+ZAOWfD6LQdwhrvjbzwS6V9d1YsIoiRyyIz0mRANp31jso1zxK9lWRoE/hvxtaP4Gk5wJBTRqrnIAAAAASUVORK5CYII=);
    background-size: cover
}

.addToCart.button.product_type_simple>div {
    position: absolute;
    top: 12px;
    left: 10px;
    bottom: 11px;
    height: 15px;
    width: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAECAwQGBwgJ+gr7/Az+Dv8GRNnFsAAABUSURBVBjTpc8xEoAgDETRRQyKovDvf1kLqkQ7t8vbyWQi+aSjF8VcQLQduD9s5N9WOBdJkgHY7Dv0NZjaHJwpNYDTmaTKjLmzBkANj+TxNiltbvcBF6cFYfSuXLoAAAAASUVORK5CYII=);
    background-size: cover
}

.addToCart.added {
    background-color: #fdb813;
    -webkit-animation: added;
    -o-animation: added;
    animation: added;
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#singleProd {
    background-color: #f2f2f2
}

#main>nav.woocommerce-breadcrumb,
#main>p,
.orderby {
    display: none
}

#alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 100px 0;
    height: 80px;
    background-color: #f2f2f2;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #a8a8a8
}

#alphabet a {
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block
}

#alphabet a:hover {
    background-color: #00539f;
    color: #fff
}

#categTest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 100px
}

#categTest>div {
    background-color: #fff;
    border-radius: 13px
}

#categTest #categ {
    display: inline-block;
    width: 25%;
    height: 100%;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 50px
}

#categTest #categ h3 {
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #15112c
}

#categTest #categ>a {
    text-decoration: none;
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    color: #000;
    padding-left: 35px;
    cursor: pointer
}

#categTest #categ>a:before,
#categTest #categ>a:first-of-type:before {
    content: "";
    height: 31px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: -10px;
    top: -2px
}

#categTest #categ>a:first-of-type:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi43MzYiIGhlaWdodD0iNDYuOTk5IiB2aWV3Qm94PSIwIDAgMzYuNzM2IDQ2Ljk5OSI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICMwMDUzOWY7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgPC9kZWZzPg0KICA8ZyBpZD0idGVzdGVfbGFib3JhdG9yIiBkYXRhLW5hbWU9InRlc3RlIGxhYm9yYXRvciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEzNCAtMC4wMDEpIj4NCiAgICA8ZyBpZD0iR3JvdXBfNTQ5MiIgZGF0YS1uYW1lPSJHcm91cCA1NDkyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4xMzQpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzIzNDY0IiBkYXRhLW5hbWU9IlBhdGggMjM0NjQiIGNsYXNzPSJjbHMtMSIgZD0iTTY4Ljg2Myw0LjUyMkM2Ny41MjksMi45NjUsNjYuMzI4LDEuNTg2LDY1LjM5NC40Myw2NS4zNDkuMzQxLDY1LjI2LjMsNjUuMjE2LjI1MmExLjEzNSwxLjEzNSwwLDAsMC0xLjYuMTc4Yy0uOTM0LDEuMTU2LTIuMTM1LDIuNTM1LTMuNDY5LDQuMDkyLTUuODczLDYuOC0xNC4wMTMsMTYuMjM1LTE0LjAxMywyNC4xMDhhMTguMjg2LDE4LjI4NiwwLDAsMCw1LjM4MiwxMi45ODhBMTguMzY1LDE4LjM2NSwwLDAsMCw4Mi44NywyOC42M0M4Mi44NzQsMjAuNzU3LDc0LjczNCwxMS4zMjcsNjguODYzLDQuNTIyWm03LjAyOCwzNS40NUExNi4wNzksMTYuMDc5LDAsMCwxLDQ4LjQsMjguNjNjMC03LjAyOCw3LjgyOC0xNi4xLDEzLjQ3Ny0yMi42NEM2Mi44MTQsNC44NzgsNjMuNywzLjg1NSw2NC41LDIuODc2Yy44Ljk3OSwxLjY5LDIsMi42MjQsMy4wNjlDNzIuNzczLDEyLjQ4Myw4MC42LDIxLjUxMyw4MC42LDI4LjU4NWExNi4xODQsMTYuMTg0LDAsMCwxLTQuNzEsMTEuMzg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEzNCkiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K)
}

#categTest #categ>a:nth-of-type(2):before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC41MTIiIGhlaWdodD0iNDQuNzg4IiB2aWV3Qm94PSIwIDAgNTAuNTEyIDQ0Ljc4OCI+DQogIDxnIGlkPSJwYWNoZXRlX2FuYWxpemUiIGRhdGEtbmFtZT0icGFjaGV0ZSBhbmFsaXplIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI5LjIzNSAtNzY1LjA0MykiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzQ3IiBkYXRhLW5hbWU9IlBhdGggNDciIGQ9Ik00MC4zNzUtMjQ2LjU2NGMtNS43ODktMi4yODItMTEuODMxLS4xMTctMTUuNjM0LDUuNTE4LTMuOC01LjYzNy05Ljg0Ni03LjgtMTUuNjM0LTUuNTE4QzMuNDgtMjQ0LjM0NS0xLjYxOS0yMzcuNjgzLjQ4My0yMjguM2MxLjg3MSw4LjMzOSw4LjMxMiwxNC41ODEsMTMuMzg3LDE4LjM0N2E1NS4yODgsNTUuMjg4LDAsMCwwLDEwLjYzLDYuMjIyLjYxNi42MTYsMCwwLDAsLjI0LjA0OC42MTYuNjE2LDAsMCwwLC4yNC0uMDQ4LDU1LjM3MSw1NS4zNzEsMCwwLDAsMTAuNjMxLTYuMjIyQzQwLjY4Ni0yMTMuNzI1LDQ3LjEyOC0yMTkuOTY2LDQ5LTIyOC4zLDUxLjEtMjM3LjY4Myw0Ni0yNDQuMzQ1LDQwLjM3NS0yNDYuNTY0Wm03LjQwNywxNy45ODljLTMuMjE5LDE0LjM2NS0yMC43NzMsMjIuNTg3LTIzLjA0MSwyMy41OTRDMjIuNDcxLTIwNS45ODcsNC45MjItMjE0LjIsMS43LTIyOC41NzVjLTEuOTQ0LTguNjcyLDIuNzE1LTE0LjgwOCw3Ljg2Ny0xNi44NDFhMTEuNDcsMTEuNDcsMCwwLDEsNC4xOTMtLjhjMy41ODUsMCw3LjUxLDEuNzUyLDEwLjQ0Nyw2LjY0N2EuNjIyLjYyMiwwLDAsMCwuNTM1LjMuNjI0LjYyNCwwLDAsMCwuNTM1LS4zYzQuMTU2LTYuOTI1LDEwLjI4OS03LjU1OCwxNC42NC01Ljg0Miw1LjE1LDIuMDMzLDkuODA5LDguMTcsNy44NjQsMTYuODQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI5Ljc1IDEwMTMuMDE5KSIgZmlsbD0iIzAwNTM5ZiIgc3Ryb2tlPSIjMDA1NDllIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgIDxnIGlkPSJHcm91cF83MDQ3IiBkYXRhLW5hbWU9Ikdyb3VwIDcwNDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgLTEpIj4NCiAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjE3OCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjE3OCIgd2lkdGg9IjIiIGhlaWdodD0iMTYiIHJ4PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTMgNzgxKSIgZmlsbD0iIzAwNTQ5ZSIvPg0KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yMTc5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyMTc5IiB3aWR0aD0iMiIgaGVpZ2h0PSIxNiIgcng9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM0NiA3OTApIHJvdGF0ZSgtOTApIiBmaWxsPSIjMDA1NDllIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    width: 35px;
    left: -15px
}

#categTest #categ>a:nth-of-type(3):before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC44NDQiIGhlaWdodD0iNDQuOTgzIiB2aWV3Qm94PSIwIDAgMzguODQ0IDQ0Ljk4MyI+DQogIDxnIGlkPSJib2R5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwNCAwLjAyNCkiPg0KICAgIDxnIGlkPSJHcm91cF81NTM5IiBkYXRhLW5hbWU9Ikdyb3VwIDU1MzkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjM0ODgiIGRhdGEtbmFtZT0iUGF0aCAyMzQ4OCIgZD0iTTQ0OTAuOTcyLDExNTYuMjU0SDQ0ODIuM2EzLjQ2OCwzLjQ2OCwwLDAsMC0zLjQ2NywzLjQ1N3YxMi40YS45OS45OSwwLDAsMCwxLjk3OSwwdi0xMi40YTEuNDksMS40OSwwLDAsMSwxLjQ4Ny0xLjQ4Nmg4LjY2N2ExLjQ3NywxLjQ3NywwLDAsMSwxLjQ3NywxLjQ4NXYxMi40YS45OS45OSwwLDEsMCwxLjk4LDB2LTEyLjRhMy40NTcsMy40NTcsMCwwLDAtMy40NS0zLjQ1N1ptLS4yNTcsMTMuM2EuOTgxLjk4MSwwLDAsMC0uOTg0Ljk4NnYxNy4xMzNoLTIuMTA4VjExNzMuOTFhLjk4NC45ODQsMCwxLDAtMS45NjgsMHYxMy43NjdoLTIuMTA4di0xNy4xMzNhLjk5Ljk5LDAsMCwwLTEuOTgsMHYxOC4xMThhLjk4OC45ODgsMCwwLDAsLjk4My45ODZoOC4xNjZhLjk4OC45ODgsMCwwLDAsLjk4NC0uOTg2di0xOC4xMThhLjk4OC45ODgsMCwwLDAtLjk4Ny0uOTg3Wm0xNS4xMzQtMjEuODM2YTMuMDM0LDMuMDM0LDAsMCwxLDQuMTIzLS4yOTQsMi44LDIuOCwwLDAsMSwuNzI2Ljg2MiwyLjQzMiwyLjQzMiwwLDAsMSwuMjExLjQ1LDIuOSwyLjksMCwwLDEsLjA5NC4zMTNjLjAxMi4wNDIuMDcuMzM3LjA3LjNhMy4wMzQsMy4wMzQsMCwwLDEtNC42ODYsMi45NjIsMy4xMjksMy4xMjksMCwwLDEtMS4yNjUtMS43ODksMi4xMTksMi4xMTksMCwwLDEtLjA4Mi0uNzM0LDMuMDQ5LDMuMDQ5LDAsMCwxLC44MDgtMi4wNjdabS41MzksNi43NzZhNS4wMTQsNS4wMTQsMCwxLDAtMy4zMTUtNC44MjguMzkzLjM5MywwLDAsMC0uMDEyLjExNyw1LjExOSw1LjExOSwwLDAsMCwzLjMyNyw0LjcxN1ptLTIyLTYuODgzYTMuMDY3LDMuMDY3LDAsMCwxLDUuMjg0LDEuNjM4LDMuMDI2LDMuMDI2LDAsMCwxLS42LDIuMzM0LDMuMTY1LDMuMTY1LDAsMCwxLTEuOTA5LDEuMTQ4LDMuMSwzLjEsMCwwLDEtMy41LTIuMjgyLDIuMTc0LDIuMTc0LDAsMCwxLS4wOTQtLjc0NSwzLjEyNiwzLjEyNiwwLDAsMSwuODIxLTIuMDg5Wm0uNTYyLDYuODQxYTUuMDM2LDUuMDM2LDAsMSwwLTMuMzU4LTQuODY0di4xMTZhNS4xMzgsNS4xMzgsMCwwLDAsMy4zNTksNC43NTFabTI5LjgxMSwxNC44NTVhLjk4Ny45ODcsMCwxLDAtMS45MDkuNWwxLjIxOSw0LjY1My0uMDIzLjAwNi0yLjEzMi4wMDhhLjk4My45ODMsMCwwLDAtLjk4NC45ODZ2MTIuMTc3aC0xLjg4NnYtMTIuMTg2YS45ODQuOTg0LDAsMSwwLTEuOTY4LDB2MTIuMTg2aC0xLjc5MlYxMTc1LjQ2YS45OTEuOTkxLDAsMCwwLS45ODQtLjk4NmwtMi4xNDQtLjAwOHMtLjAxMiwwLS4wMTItLjAwN2wxLjEzNy00Ljc1MWEuOTg4Ljk4OCwwLDAsMC0xLjkyMS0uNDU5bC0xLjE4Myw0Ljk0NWEuNzc2Ljc3NiwwLDAsMC0uMDM1LjIyOSwyLjAyNCwyLjAyNCwwLDAsMCwyLjAxNiwyLjAxNGgxLjE0N3YxMS4xNTRhMS45MTgsMS45MTgsMCwwLDAsMS43OTIsMi4wMTRoMi42MTFhLjk4OC45ODgsMCwwLDAsLjIxMS0uMDIxLjg0Ny44NDcsMCwwLDAsLjE0LjAxNC45Ni45NiwwLDAsMCwuMi0uMDIxLDEuMDY4LDEuMDY4LDAsMCwwLC4yMzQuMDI4aDIuNjI0YTEuOTA4LDEuOTA4LDAsMCwwLDEuNzc5LTIuMDE0di0xMS4xNTRoMS4xNDhhMi4wMTUsMi4wMTUsMCwwLDAsMi4wMTUtMi4wMTQuOTE0LjkxNCwwLDAsMC0uMDM2LS4yNDlabTIuODk0LjA3OGMtLjU3NC0yLjQ5My0xLjg3NC03LjU1NC0yLjU3Ny0xMC4yNzItLjE2NC0uNjcxLS4zLTEuMTk0LS4zNzUtMS40OS0uMzYzLTEuNDM3LTIuMzc4LTEuNzc4LTMuODY2LTEuOTA5YTIzLjc1MiwyMy43NTIsMCwwLDAtMi44MjMtLjA2MiwyMi40NjgsMjIuNDY4LDAsMCwwLTIuNzA3LjEyMWMtMS40My4xNi0zLjM3NC41MzUtMy43MjUsMS45NDJ2LjAxNWMtLjQsMS42OTUtMi4xMjEsOC4xMjYtMy4wOTIsMTEuNjMzYS45OTEuOTkxLDAsMCwwLC42OTEsMS4yMTQuOS45LDAsMCwwLC4yNTguMDM2Ljk4MS45ODEsMCwwLDAsLjk0OC0uNzIzYy45Ni0zLjQ2NiwyLjY2LTkuNzg0LDMuMDkyLTExLjYyOWE0Ljk3OCw0Ljk3OCwwLDAsMSwyLjMzMS0uNTU3LDIxLjMyLDIxLjMyLDAsMCwxLDIuMTc5LS4wODFoLjA4MmEyMi4wNzUsMjIuMDc1LDAsMCwxLDIuMjcyLjAzMSw1LjEsNS4xLDAsMCwxLDIuNDYuNTNjLjA4Mi4zMDcuMjA5LjguMzYyLDEuNDIxLjcsMi43MDksMS45OTEsNy43NTQsMi41NjUsMTAuMjIyYS45NzQuOTc0LDAsMCwwLDEuMTcxLjczOS45ODguOTg4LDAsMCwwLC43NS0xLjE3N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDc4LjgzNyAtMTE0NC42ODkpIiBmaWxsPSIjMDA1NDllIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    width: 31px;
    height: 36px;
    left: -12px
}

#categTest #categ>a:nth-of-type(4):before {
    background-image: url(/wp-content/themes/synevo-sage/dist/images/icons/icon-quiz.svg);
    width: 21px;
    height: 25px;
    left: 0px;
}

#categTest #categ .activeCateg {
    color: #00539f
}

#categTest #categ>section>ul {
    display: block;
    padding-right: 35px
}

#categTest #categ>section>ul>li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    margin-top: 20px;
    list-style: none;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: bolder;
    padding-right: 25px;
    cursor: pointer;
    padding-bottom: 5px
}

#categTest #categ>section>ul>li .count {
    display: none
}

#categTest #categ>section>ul>li>a {
    text-decoration: none
}

#categTest #categ>section>ul>li ul {
    display: none
}

#categTest #categ>section>ul>li ul>li {
    list-style: none;
    margin-top: 7px
}

#categTest #categ>section>ul>li ul>li>a {
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #646464
}

#categTest #categ>section>ul>li ul>li>a:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

#categTest #categ>section>ul>li.current-cat-parent ul.children,
#categTest #categ>section>ul>li.current-cat.cat-parent ul.children {
    display: block
}

#categTest #tests {
    overflow: auto;
    height: 100%;
    display: inline-block;
    width: 73%
}

#categTest #tests>* {
    margin-left: 70px;
    margin-right: 70px
}

#categTest #tests>p {
    display: none
}

#categTest #tests>ul>li {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1
}

#categTest #tests>ul>li h2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000
}

#categTest #tests>ul>li a:first-of-type h2 {
    display: inline-block;
    max-width: 40%;
    margin-top: 12px
}

#categTest #tests>ul>li a:first-of-type>span {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 140px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #00549e
}

#categTest #tests>ul>li a:first-of-type img {
    display: none
}

#categTest #tests>ul>li a:nth-of-type(2) {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transition: .3s ease-in;
    -o-transition: ease-in .3s;
    transition: .3s ease-in;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

#categTest #tests>ul>li a:nth-of-type(2) div {
    position: absolute;
    right: 9px;
    bottom: 11px;
    height: 15px;
    width: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAECAwQGBwgJ+gr7/Az+Dv8GRNnFsAAABUSURBVBjTpc8xEoAgDETRRQyKovDvf1kLqkQ7t8vbyWQi+aSjF8VcQLQduD9s5N9WOBdJkgHY7Dv0NZjaHJwpNYDTmaTKjLmzBkANj+TxNiltbvcBF6cFYfSuXLoAAAAASUVORK5CYII=);
    background-size: cover
}

#categTest #tests>ul>li a:nth-of-type(2):hover {
    background-color: #fdb813
}

#categTest #tests>ul>li a:nth-of-type(2):after {
    content: ""
}

#categTest #tests>ul>li .added {
    background-color: #fdb813;
    -webkit-animation: added;
    -o-animation: added;
    animation: added;
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#categTest #tests>ul>li .loading {
    padding-right: 0;
    opacity: 1
}

#categTest #tests>ul>li .loading:after {
    content: ""
}

@-webkit-keyframes added {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-box-shadow: 3px 3px 10px 2px #858585;
        box-shadow: 3px 3px 10px 2px #858585
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes added {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -o-transform: scale(1.3);
        transform: scale(1.3);
        box-shadow: 3px 3px 10px 2px #858585
    }
    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes added {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-box-shadow: 3px 3px 10px 2px #858585;
        box-shadow: 3px 3px 10px 2px #858585
    }
    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.summary.entry-summary {
    position: relative;
    margin-top: 20px;
    float: none
}

.summary.entry-summary .quantity {
    display: none
}

.summary.entry-summary .price {
    position: absolute;
    top: -10px;
    right: 77px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #9e9e9e
}

.summary.entry-summary .price span {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #00549e
}

.summary.entry-summary .cart {
    position: absolute;
    top: 30px;
    right: 0;
    display: inline-block
}

.summary.entry-summary .cart button {
    top: 12px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    position: relative;
    background-color: #00539f;
    height: 60px;
    width: 300px;
    border-radius: 40px
}

.summary.entry-summary .cart button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.summary.entry-summary .cart button:focus {
    outline: 0
}

.summary.entry-summary .cart button:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 43px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS40NTkiIGhlaWdodD0iMjEuNTc4IiB2aWV3Qm94PSIwIDAgMjEuNDU5IDIxLjU3OCI+DQogIDxwYXRoIGlkPSJQYXRoXzI5NzYiIGRhdGEtbmFtZT0iUGF0aCAyOTc2IiBkPSJNMTIyNy44NywxOC45YTIuNjYxLDIuNjYxLDAsMCwwLTIuMDU1LS45NzNoLTIuNXYtLjQ2NWE1LjUxOCw1LjUxOCwwLDAsMC01Ljk0LTUuNDU2LDUuNjc1LDUuNjc1LDAsMCwwLTUuMjg1LDUuNjY3di4yNTRoLTIuNDg1YTIuNjI5LDIuNjI5LDAsMCwwLTIuMDU1Ljk3MywyLjQsMi40LDAsMCwwLS40ODYsMi4xMTVsMS44ODYsOS4zODkuMDQ1LjA4NGE0LjY3OSw0LjY3OSwwLDAsMCw0LjQ0OSwzLjA4N2g4LjdhNC43MzIsNC43MzIsMCwwLDAsNC40NjEtMy4xM2wxLjc4NC05LjQzMUEyLjM1OCwyLjM1OCwwLDAsMCwxMjI3Ljg3LDE4LjlaTTEyMTMuNCwxNy42NzZhNC4zMjMsNC4zMjMsMCwwLDEsNy4yNjEtMy4yMTQsNC4wNjgsNC4wNjgsMCwwLDEsMS4zNDQsMy4wNDV2LjQ2NUgxMjEzLjRaTTEyMjUuMywzMC4xMWwxLjc4NC05LjM0N2ExLjI3OSwxLjI3OSwwLDAsMC0uMjYtMS4xLDEuMjUxLDEuMjUxLDAsMCwwLTEuMDA1LS40NjVoLTIuNXYuOTNhLjY2MS42NjEsMCwwLDEtLjY1NS42MzQuNjY5LjY2OSwwLDAsMS0uNjU1LS42MzRWMTkuMkgxMjEzLjR2LjkzYS42NTUuNjU1LDAsMCwxLTEuMzEsMHYtLjg4OGgtMi41M2ExLjMxNywxLjMxNywwLDAsMC0xLjAwNS40NjUsMS4yODgsMS4yODgsMCwwLDAtLjIxNSwxLjA1N2wxLjg3NSw5LjM0N2EzLjM4OSwzLjM4OSwwLDAsMCwzLjE4NSwyLjJoOC43QTMuMzkzLDMuMzkzLDAsMCwwLDEyMjUuMywzMC4xMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA2Ljk5OSAtMTIpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K);
    background-size: cover;
    height: 25px;
    width: 25px
}

.summary.entry-summary h1 {
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00549e;
    display: inline-block;
    padding-right: 320px;
    width: calc(100% - 110px)
}

.numberTests {
    display: inline-block;
    margin-left: 16px
}

.product_meta {
    padding-right: 320px
}

.woocommerce-mini-cart-item {
    padding-right: 120px!important
}

@media only screen and (max-width:850px) {
    .product_meta,
    .summary.entry-summary h1 {
        padding-right: 0
    }
}

#tab-description>p:nth-child(2)>span {
    max-width: 70%;
    display: block
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #00539f!important;
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

#tab-description {
    border-top: 3px solid #dbdbdb;
    margin-top: 80px;
    padding-top: 30px
}

.inapoi,
.inapoi-mobile {
    display: none;
    cursor: pointer;
    margin-top: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 200px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000
}

.inapoi-mobile span,
.inapoi span {
    position: relative;
    top: 2px;
    color: #00549e;
    font-size: 22px
}

.inapoi-mobile:hover,
.inapoi:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

.inapoiShop {
    display: none;
    cursor: pointer;
    margin-top: 40px;
    height: 40px;
    width: 200px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000
}

.inapoiShop span {
    position: relative;
    top: 2px;
    color: #00549e;
    font-size: 22px
}

.inapoiShop:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

#singleProd .inapoi {
    display: block
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
    font-family: Poppins, sans-serif;
    color: #000
}

.woosb-price>.woosb-price-ori {
    font-family: Poppins, sans-serif;
    color: #fff
}

.woosb-price>.woosb-price-ori span {
    color: #00549e;
    font-weight: bolder
}

#tests>div.woocommerce-tabs.wc-tabs-wrapper>ul {
    display: none
}

#tests>div.summary.entry-summary>div>span.test-result-duration>img {
    height: 20px
}

#tests>div.summary.entry-summary>div>span.test-substance>img {
    height: 30px;
    margin-left: 10px
}

#tests>div.summary.entry-summary>div>span.sku_wrapper {
    display: none
}

.more {
    margin-top: 30px;
    overflow: hidden;
    height: 0;
    width: 680px;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s
}

.moreLink {
    height: 120px;
    width: 80px;
    display: inline-block;
    position: absolute;
    right: 320px;
    top: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00539f!important;
    cursor: pointer
}

.moreLink:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.moreLink div {
    position: relative;
    bottom: -4px;
    left: -15px;
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaW5mbyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjEuNSIgaGVpZ2h0PSIyMS41IiB2aWV3Qm94PSIwIDAgMjEuNSAyMS41Ij4NCiAgPHBhdGggaWQ9IlBhdGhfMjkwNCIgZGF0YS1uYW1lPSJQYXRoIDI5MDQiIGQ9Ik0yMzYuNjY4LDEwNy42NjhhMSwxLDAsMSwxLTEtMUExLDEsMCwwLDEsMjM2LjY2OCwxMDcuNjY4Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjQuNjY4IC0xMDMuMTg5KSIgZmlsbD0iI2ZkYjgxMyIvPg0KICA8cGF0aCBpZD0iUGF0aF8yOTA2IiBkYXRhLW5hbWU9IlBhdGggMjkwNiIgZD0iTTEwLjc1LDIxLjVBMTAuNzUsMTAuNzUsMCwxLDEsMjEuNSwxMC43NSwxMC43NjIsMTAuNzYyLDAsMCwxLDEwLjc1LDIxLjVabTAtMjAuMTU2YTkuNDA2LDkuNDA2LDAsMSwwLDkuNDA2LDkuNDA2QTkuNDE3LDkuNDE3LDAsMCwwLDEwLjc1LDEuMzQ0Wm0wLDAiIGZpbGw9IiNmZGI4MTMiLz4NCiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yMjUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyMjUxIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgcng9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDcpIiBmaWxsPSIjZmRiODEzIi8+DQo8L3N2Zz4NCg==);
    background-size: cover
}

.arrowLink {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfNzA3NCIgZGF0YS1uYW1lPSJHcm91cCA3MDc0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcuMTIzIiBoZWlnaHQ9IjIxLjQxMyIgdmlld0JveD0iMCAwIDI3LjEyMyAyMS40MTMiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cGF0aCBpZD0iUGF0aF84NjUiIGRhdGEtbmFtZT0iUGF0aCA4NjUiIGQ9Ik0xNTIyNC45OTQsNTEyNy4zNzJhMS40MTQsMS40MTQsMCwwLDEsMS40NDEtMS4zODloMjAuNzcxbC03LjItNi45NDZhMS4zNCwxLjM0LDAsMCwxLDAtMS45NjQsMS40NjYsMS40NjYsMCwwLDEsMi4wMjcsMGw5LjY1LDkuMzE1YTEuMjU2LDEuMjU2LDAsMCwxLC4zMTMuNDU3Yy4wMTUuMDA3LjAxNS4wMTQuMDE1LjAyYTEuMzQzLDEuMzQzLDAsMCwxLDAsMS4wMTVjMCwuMDA3LDAsLjAxNC0uMDE1LjAyMWExLjI0NiwxLjI0NiwwLDAsMS0uMzEzLjQ1NmwtOS42NSw5LjMxNmExLjQ1NiwxLjQ1NiwwLDAsMS0xLjAxNC40MDcsMS40MzIsMS40MzIsMCwwLDEtMS4wMTQtLjQwNywxLjMzOCwxLjMzOCwwLDAsMSwwLTEuOTYzbDcuMi02Ljk0OGgtMjAuNzcxQTEuNDE1LDEuNDE1LDAsMCwxLDE1MjI0Ljk5NCw1MTI3LjM3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTIyNC45OTQgLTUxMTYuNjY1KSIgZmlsbD0iI2ZkYjgxMyIgY2xpcC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iR3JvdXBfMTM3NCIgZGF0YS1uYW1lPSJHcm91cCAxMzc0IiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81MTYiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDUxNiIgd2lkdGg9IjQxLjM5OSIgaGVpZ2h0PSIzNS42ODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjEzOCAtNy4xMzgpIiBmaWxsPSIjZmRiODEzIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    display: block!important;
    width: 27px;
    height: 21px;
    margin-top: 15px;
    margin-bottom: 15px
}

#thankYou .twoBillBoxes {
    padding-top: 70px;
    margin-bottom: 100px;
    height: 370px
}

div.twoBillBoxes>div:nth-child(2)>div:nth-child(2) {
    padding: 50px
}

.type-product>.moreLink {
    height: auto
}

a.added_to_cart.wc-forward {
    display: inline-block
}

#tests>nav>ul,
#tests>nav>ul li {
    border: none
}

#tests>div.prodFoot {
    margin-top: 150px;
    position: relative;
    height: 120px
}

#tests>div.prodFoot>div {
    border-top: 2px solid #dbdbdb;
    width: 100%;
    height: 100%;
    position: relative
}

#tests>div.prodFoot>div .inapoi {
    position: absolute;
    bottom: 40px
}

#tests>div.prodFoot>div button,
.summary.entry-summary .cart button:disabled{
    font-family: Poppins, sans-serif;
    font-size: 18px;
    position: absolute;
    right: 10px;
    bottom: 30px;
    background-color: #00539f!important;
    height: 60px;
    width: 300px;
    border-radius: 40px
}

#tests>div.prodFoot>div button:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 50px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS40NTkiIGhlaWdodD0iMjEuNTc4IiB2aWV3Qm94PSIwIDAgMjEuNDU5IDIxLjU3OCI+DQogIDxwYXRoIGlkPSJQYXRoXzI5NzYiIGRhdGEtbmFtZT0iUGF0aCAyOTc2IiBkPSJNMTIyNy44NywxOC45YTIuNjYxLDIuNjYxLDAsMCwwLTIuMDU1LS45NzNoLTIuNXYtLjQ2NWE1LjUxOCw1LjUxOCwwLDAsMC01Ljk0LTUuNDU2LDUuNjc1LDUuNjc1LDAsMCwwLTUuMjg1LDUuNjY3di4yNTRoLTIuNDg1YTIuNjI5LDIuNjI5LDAsMCwwLTIuMDU1Ljk3MywyLjQsMi40LDAsMCwwLS40ODYsMi4xMTVsMS44ODYsOS4zODkuMDQ1LjA4NGE0LjY3OSw0LjY3OSwwLDAsMCw0LjQ0OSwzLjA4N2g4LjdhNC43MzIsNC43MzIsMCwwLDAsNC40NjEtMy4xM2wxLjc4NC05LjQzMUEyLjM1OCwyLjM1OCwwLDAsMCwxMjI3Ljg3LDE4LjlaTTEyMTMuNCwxNy42NzZhNC4zMjMsNC4zMjMsMCwwLDEsNy4yNjEtMy4yMTQsNC4wNjgsNC4wNjgsMCwwLDEsMS4zNDQsMy4wNDV2LjQ2NUgxMjEzLjRaTTEyMjUuMywzMC4xMWwxLjc4NC05LjM0N2ExLjI3OSwxLjI3OSwwLDAsMC0uMjYtMS4xLDEuMjUxLDEuMjUxLDAsMCwwLTEuMDA1LS40NjVoLTIuNXYuOTNhLjY2MS42NjEsMCwwLDEtLjY1NS42MzQuNjY5LjY2OSwwLDAsMS0uNjU1LS42MzRWMTkuMkgxMjEzLjR2LjkzYS42NTUuNjU1LDAsMCwxLTEuMzEsMHYtLjg4OGgtMi41M2ExLjMxNywxLjMxNywwLDAsMC0xLjAwNS40NjUsMS4yODgsMS4yODgsMCwwLDAtLjIxNSwxLjA1N2wxLjg3NSw5LjM0N2EzLjM4OSwzLjM4OSwwLDAsMCwzLjE4NSwyLjJoOC43QTMuMzkzLDMuMzkzLDAsMCwwLDEyMjUuMywzMC4xMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA2Ljk5OSAtMTIpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCjwvc3ZnPg0K);
    background-size: cover;
    height: 25px;
    width: 25px
}

#tests>div.prodFoot>div button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

#tests>div.prodFoot>div button:focus {
    outline: 0
}

#tests>div.prodFoot>div .price {
    position: absolute;
    right: 330px;
    bottom: 30px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #00549e
}

#tests>div.prodFoot>div .price>span:first-of-type {
    display: inline-block;
    color: #9e9e9e
}

#tab-description {
    font-family: Poppins, sans-serif;
    color: #646464
}

#tab-description>h2 {
    display: none
}

#tab-description>p:first-of-type {
    font-weight: bolder;
    font-style: normal
}

#tab-description>p:first-of-type em {
    font-style: normal;
    font-size: 20px
}

#tab-description p {
    margin-top: 30px
}

#twoSides {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #f2f2f2;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#twoSides>div {
    display: inline-block;
    height: 100%;
    width: 49%
}

#twoSides>div:first-of-type>h3 {
    padding-left: 15px;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    color: #15112c;
    margin-bottom: 30px
}

#twoSides>div:first-of-type table {
    padding-top: 30px;
    border: none;
    border-collapse: collapse
}

#twoSides>div:first-of-type thead {
    display: none
}

#twoSides>div:first-of-type tr {
    height: 50px
}

#twoSides>div:first-of-type .cart-subtotal {
    display: none
}

#twoSides>div:first-of-type .cart_item {
    border-bottom: 1px solid #dcdcdc
}

#twoSides>div:first-of-type .total {
    margin-top: 5px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #00549e;
    text-align: right;
    padding-right: 10px
}

#twoSides>div:first-of-type .total strong>span {
    margin-left: 20px
}

#twoSides>div:first-of-type .total:first-of-type {
    display: none
}

#twoSides>div:nth-of-type(2) {
    vertical-align: top;
    padding-left: 70px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-right: 50px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 label {
    display: none
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>p {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    text-indent: 20px;
    font-size: 20px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>p input {
    text-indent: 20px;
    margin-top: 10px;
    height: 60px;
    border: none;
    border-radius: 30px;
    font-size: 18px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>div h3 {
    padding-left: 15px;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    color: #15112c;
    margin-bottom: 30px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>div>div label {
    display: none
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>div>div p {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    text-indent: 20px;
    font-size: 20px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1>div>div p input {
    padding-left: 30px;
    margin-top: 10px;
    height: 60px;
    border: none;
    border-radius: 30px;
    font-size: 18px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt {
    display: none;
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt>* {
    display: inline-block
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt p {
    position: absolute;
    left: 70px;
    font-family: Poppins, sans-serif;
    font-size: 16px
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt input {
    position: absolute;
    top: 3px;
    left: 20px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    border: 1px solid #ababab;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff inset;
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt input:checked {
    background-color: #00549e
}

#twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt #place_order {
    height: 60px;
    border-radius: 30px;
    background-color: #00549e
}

#twoSides>div:nth-of-type(2) .col2-set .col-2 {
    display: none
}

#twoSides>div:nth-of-type(2) .place-order {
    padding: 0 50px 0 15px
}

#twoSides>div:nth-of-type(2) .place-order>div {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 50px
}

#twoSides>div:nth-of-type(2) .place-order>div>* {
    display: inline-block
}

#twoSides>div:nth-of-type(2) .place-order>div p,
#woo-ml-subscribe{
    padding-left: 67px;
    left: 70px;
    font-family: Poppins, sans-serif;
    font-size: 16px
}
#woo-ml-subscribe{
    left: 20px;
    position: relative;
    padding-left: 0px;
    margin-top: 20px;
}
#woo-ml-subscribe label{
    padding-left: 48px;
}

#twoSides>div:nth-of-type(2) .place-order>div input,
#woo_ml_subscribe{
    position: absolute;
    top: 3px;
    left: 20px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    border: 1px solid #ababab;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff inset;
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

#woo_ml_subscribe{
    left: 0;
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

#woo_ml_subscribe_field label{
    font-family: Poppins, sans-serif;
    font-size: 16px;
}
#twoSides>div:nth-of-type(2) .place-order>div input:checked,
#woo_ml_subscribe:checked{
    background-color: #00549e
}

#twoSides>div:nth-of-type(2) .place-order>div #place_order {
    height: 60px;
    border-radius: 30px;
    background-color: #00549e
}

#twoSides>div:nth-of-type(2) .place-order button {
    top: -10px;
    position: relative;
    text-align: left;
    margin-top: 30px;
    background-color: #00549e;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    font-size: 22px;
    text-indent: 70px;
    line-height: 37px;
    font-family: Poppins, sans-serif;
    font-size: 17px
}

#twoSides>div:nth-of-type(2) .place-order button:before {
    content: "";
    position: absolute;
    right: 80px;
    top: 20px;
    height: 25px;
    width: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTM3NSIgZGF0YS1uYW1lPSJHcm91cCAxMzc1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcuMTIzIiBoZWlnaHQ9IjIxLjQxMyIgdmlld0JveD0iMCAwIDI3LjEyMyAyMS40MTMiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cGF0aCBpZD0iUGF0aF84NjUiIGRhdGEtbmFtZT0iUGF0aCA4NjUiIGQ9Ik0xNTIyNC45OTQsNTEyNy4zNzJhMS40MTQsMS40MTQsMCwwLDEsMS40NDEtMS4zODloMjAuNzcxbC03LjItNi45NDZhMS4zNCwxLjM0LDAsMCwxLDAtMS45NjQsMS40NjYsMS40NjYsMCwwLDEsMi4wMjcsMGw5LjY1LDkuMzE1YTEuMjU2LDEuMjU2LDAsMCwxLC4zMTMuNDU3Yy4wMTUuMDA3LjAxNS4wMTQuMDE1LjAyYTEuMzQzLDEuMzQzLDAsMCwxLDAsMS4wMTVjMCwuMDA3LDAsLjAxNC0uMDE1LjAyMWExLjI0NiwxLjI0NiwwLDAsMS0uMzEzLjQ1NmwtOS42NSw5LjMxNmExLjQ1NiwxLjQ1NiwwLDAsMS0xLjAxNC40MDcsMS40MzIsMS40MzIsMCwwLDEtMS4wMTQtLjQwNywxLjMzOCwxLjMzOCwwLDAsMSwwLTEuOTYzbDcuMi02Ljk0OGgtMjAuNzcxQTEuNDE1LDEuNDE1LDAsMCwxLDE1MjI0Ljk5NCw1MTI3LjM3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTIyNC45OTQgLTUxMTYuNjY1KSIgY2xpcC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iR3JvdXBfMTM3NCIgZGF0YS1uYW1lPSJHcm91cCAxMzc0IiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81MTYiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDUxNiIgd2lkdGg9IjQxLjM5OSIgaGVpZ2h0PSIzNS42ODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjEzOCAtNy4xMzgpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-size: cover
}

#twoSides>div:nth-of-type(2) .place-order button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

#twoSides #order_review {
    padding-right: 110px
}

#twoSides .product-total {
    position: relative
}

#twoSides .product-total>span {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #15112c
}

#twoSides .product-total .removeX {
    cursor: pointer;
    position: absolute;
    right: -15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.2;
    border: 2px solid #c6c6c6;
    color: #fdb813!important;
    font-weight: 700
}

#twoSides .product-total .removeX:hover {
    border: none;
    background-color: #fdb813;
    color: #fff!important;
    line-height: 1.4;
    text-decoration: none
}

#twoSides .product-name {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    width: 65%
}

#twoSides .gineco {
    position: relative;
    margin-top: 24px;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    width: 90%;
    border-radius: 25px
}

#twoSides .gineco p {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #676767;
    width: 80%
}

#twoSides .gineco a,
#twoSides .gineco div {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 30px;
    border-radius: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVBAMAAACqMuMoAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEDBAUGBwgJ+vz9Dg7/ANrJS+AAAAXUlEQVQY02NggID5AQxI4P9XZF78f2RJ1v8/UCUbcEv6oUgyvUeR1ANKzv+PAD8Y3iPx/jCYl8NA7f9HSPr6/ykgOFLIUozr8Uj9QZHaiGTg+t8CSLz3yFIMamApAHmUPpJw3W65AAAAAElFTkSuQmCC);
    background-color: #fdb813;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    height: 60px;
    width: 60px
}

#twoSides .gineco a:hover,
#twoSides .gineco div:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

#twoSides .paymethod {
    margin-top: 24px;
    font-family: Poppins, sans-serif;
    font-weight: bolder;
    color: #000;
    font-size: 22px;
    width: 90%;
    height: 50px
}

#twoSides .paymethod>.pay {
    margin-left: 15px
}

.woocommerce-error,
div.page-header {
    display: none
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    font-size: 16px;
    color: red;
    display: block!important
}

#twoSides>div:nth-child(3)>div.form-row.place-order>div.woocommerce-terms-and-conditions-wrapper>p {
    padding: 0
}

#my_field_name_field>span>label {
    font-family: Poppins, sans-serif;
    font-size: 16px
}

#my_field_name_field {
    text-align: left
}

.twoBillBoxes {
    background-color: #f2f2f2;
    width: 100%;
    padding: 140px 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.twoBillBoxes,
.twoBillBoxes div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.twoBillBoxes div {
    background-color: #fff;
    width: 49%;
    display: inline-block;
    border-radius: 20px
}

.twoBillBoxes div>* {
    display: inline-block;
    vertical-align: top
}

.twoBillBoxes div>div:first-of-type {
    padding: 50px 0 0 50px
}

.twoBillBoxes div>div:first-of-type h3 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    color: #00549e;
    line-height: 1.5
}

.twoBillBoxes div>div:first-of-type p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #9e9e9e
}

.twoBillBoxes div:nth-of-type(2) div:nth-of-type(2) .btnBill {
    position: relative;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    display: block;
    color: #fff;
    margin: 10px 40px 0;
    padding: 20px 0;
    border-radius: 40px;
    cursor: pointer
}

.twoBillBoxes div:nth-of-type(2) div:nth-of-type(2) .btnBill:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
    color: #fff
}

.twoBillBoxes div:nth-of-type(2) div:nth-of-type(2) .btnBill img {
    right: 120px;
    bottom: 5px;
    height: 20px;
    width: 30px
}

.twoBillBoxes div:nth-of-type(2) div:nth-of-type(2) .btnBill:first-of-type {
    margin-top: 80px;
    background-color: #00539f
}

.twoBillBoxes div:nth-of-type(2) div:nth-of-type(2) .btnBill:nth-of-type(2) {
    margin-top: 10px;
    background-color: #fdb813
}

.twoBillBoxes>div:first-child>div:nth-child(2) {
    padding: 50px
}

#thankYou>div.twoBillBoxes>div>div>img {
    height: 170px
}

.twoBillBoxesCheckout {
    background-color: #f2f2f2;
    width: 100%;
    height: 490px;
    padding: 140px 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.twoBillBoxesCheckout div {
    background-color: #fff;
    height: 100%;
    width: 49%;
    display: inline-block;
    border-radius: 20px
}

.twoBillBoxesCheckout div>* {
    display: inline-block;
    vertical-align: top
}

.twoBillBoxesCheckout div>div:first-of-type {
    padding: 50px 0 0 50px
}

.twoBillBoxesCheckout div>div:first-of-type h3 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    color: #00549e;
    line-height: 1.5
}

.twoBillBoxesCheckout div>div:first-of-type p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #9e9e9e
}

.twoBillBoxesCheckout div:nth-of-type(2) div:nth-of-type(2) .btnBill {
    position: relative;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    display: block;
    color: #fff;
    margin: 10px 40px 0;
    padding: 20px 0;
    border-radius: 40px;
    cursor: pointer
}

.twoBillBoxesCheckout div:nth-of-type(2) div:nth-of-type(2) .btnBill:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
    color: #fff
}

.twoBillBoxesCheckout div:nth-of-type(2) div:nth-of-type(2) .btnBill img {
    right: 120px;
    bottom: 5px;
    height: 20px;
    width: 30px
}

.twoBillBoxesCheckout div:nth-of-type(2) div:nth-of-type(2) .btnBill:first-of-type {
    margin-top: 80px;
    background-color: #00539f
}

.twoBillBoxesCheckout div:nth-of-type(2) div:nth-of-type(2) .btnBill:nth-of-type(2) {
    margin-top: 10px;
    background-color: #fdb813
}

.twoBillBoxesCheckout>div:first-child>div:nth-child(2) {
    padding: 50px
}

#under {
    width: 100%;
    height: 150px;
    background-color: #f2f2f2
}

#payment ul,
.woocommerce-info {
    /*display: none */
}

#payment>div {
    background-color: #f2f2f2
}

#payment>div div,
div.woocommerce-notices-wrapper {
    display: none
}

#categ>section>ul>li>div, .testeWrapper .arrow-category{
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    height: 8px;
    width: 15px;
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOBAMAAADDIxFwAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAEDCQoLDP0O/88SMcAAAAUElEQVQI12MoE2CAAaZmhspEOE9jMoP4NJgkU6cDAyNcUmMKkIBJgqQY4JJgKZgkRAomCZWCSMKkIJJwKZCkEFwKJJmBkAJKznRA4jEGQ2gA4w4TX9v3rUoAAAAASUVORK5CYII=);
    background-size: cover
}
.testeWrapper .arrow-category{
    right: 35px;
    top: 7px;
}
.testeWrapper{
    position: relative;
}
#categTest #categ>section>ul.product-categories{
    display: none;
}

.checkout .page-header,
a.added_to_cart.wc-forward {
    display: none
}

.woocommerce-mini-cart__empty-message {
    width: 100%;
    padding: 0 70px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500
}

.woosb-wrap {
    margin-top: 100px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0
}

#thankYou {
    background-color: #f2f2f2
}

#thankYou #thankText {
    padding-top: 70px
}

#thankYou #thankText img {
    display: block;
    margin: 0 auto 20px
}

#thankYou #thankText h1 {
    color: #000;
    width: 100%;
    font-size: 36px;
    margin-bottom: 20px
}

#thankYou #thankText h1,
#thankYou #thankText p {
    font-family: Poppins, sans-serif;
    text-align: center
}

#thankYou #thankText p {
    color: #969696;
    font-size: 20px
}

#testsHeader {
    margin-top: 30px;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    color: #0052a0
}

.current-cat-parent>.children>.current-cat>a {
    color: #0052a0!important;
    font-weight: 700!important
}

.current-cat-parent>a:first-of-type,
.product-categories>.current-cat>a:first-of-type {
    border-bottom: 1px solid #0052a0;
    padding-bottom: 0
}

#tests>nav {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    color: #868686
}

#tests>nav>ul li {
    border-radius: 50%;
    width: 40px
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #0052a0;
    color: #fff
}

#checkout .inapoi {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    margin-left: 10px
}

#checkout #twoSides #shopSearch {
    display: none
}

#thankYou>div.teste {
    padding: 0 250px
}

#underSpace {
    height: 600px;
    width: 100%
}

.maiMulte {
    display: block;
    cursor: pointer;
    margin-top: 5px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #0052a0
}

.maiMulte span {
    font-size: 18px
}

#shopPackages #tests {
    overflow: initial
}

#shopPackages .packages {
    padding-top: 30px
}

#shopPackages .teste {
    height: 200px
}

#shopPackages #tests {
    background-color: #f2f2f2
}

#shopPackages #tests>* {
    margin-left: 0;
    margin-right: 0
}

#shopPackages .facesRow {
    display: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#shopPackages .facesRow>.faces {
    display: inline-block;
    height: 100%;
    width: 10%
}

#shopPackages .facesRow>.faces:hover>div {
    border: 3px solid #0052a0
}

#shopPackages .facesRow>.faces:hover p {
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

#shopPackages .facesRow>.faces:hover img {
    opacity: 1
}

#shopPackages .facesRow>.faces>div {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid transparent;
    width: 70%;
    height: 88px
}

#shopPackages .facesRow>.faces>div,
#shopPackages .facesRow>.faces>div img {
    margin: 0 auto;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in
}

#shopPackages .facesRow>.faces>div img {
    height: 50px;
    display: block;
    opacity: .6
}

#shopPackages .facesRow>.faces>p {
    margin-top: 10px;
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-align: center
}

.shop-product-package {
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    vertical-align: top;
    padding: 22px;
    width: 32%;
    display: inline-block;
    border-radius: 15px;
    border-bottom: 20px
}

.shop-product-package>img {
    width: 23%
}

.shop-product-package h1 {
    max-width: 60%;
    margin-left: 30px;
    vertical-align: top;
    display: inline-block;
    font-family: Poppins, sans-serif;
    color: #00549e;
    font-size: 20px
}

.shop-product-package .titleTests {
    margin: 0;
    display: inline-block;
    max-width: 70%;
    padding-left: 20px;
    height: 107px
}

.shop-product-package .titleTests .numberTests {
    margin-top: 10px
}

.shop-product-package .titleTests h1 {
    max-width: 100%;
    margin: 0
}

.shop-product-package>p {
    margin-top: 45px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    max-width: 100%;
    min-height: 126px
}

.shop-product-package span {
    margin-top: 40px;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: bolder;
    color: #00549e;
    display: block;
    text-align: center
}

.shop-product-package a {
    text-decoration: none;
    display: block;
    margin: 15px auto 0;
    color: #fff;
    line-height: 45px;
    border-radius: 25px;
    height: 55px;
    width: 80%;
    background-color: #0052a0;
    font-family: Poppins, sans-serif;
    font-size: 18px
}

.shop-product-package a:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
    color: #fff
}

#packageSlider {
    display: none;
    width: 70%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    margin: 15px auto 0!important
}

#packageSlider div {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fdb813
}

.activePslider {
    background-color: #fdb813;
    border: 2px solid transparent
}

#my_field_name_field>span>label>span,
#twoSides>div:nth-child(3)>div.form-row.place-order>div.woocommerce-terms-and-conditions-wrapper>p>label>span.woocommerce-terms-and-conditions-checkbox-text {
    display: none
}

.woocommerce form .form-row .required {
    visibility: hidden
}

.woocommerce form .form-row.woocommerce-invalid label {
    display: block;
    color: #a00;
    text-align: left
}

.rotate1 {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate2 {
    -webkit-animation: rot2;
    -o-animation: rot2;
    animation: rot2;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rot2 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes rot2 {
    0% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rot2 {
    0% {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.expanded {
    height: 120px
}

.contracted {
    height: 0
}

.expand {
    -webkit-animation: exp;
    -o-animation: exp;
    animation: exp;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp {
    0% {
        height: 20px
    }
    to {
        height: 205px
    }
}

@-o-keyframes exp {
    0% {
        height: 20px
    }
    to {
        height: 205px
    }
}

@keyframes exp {
    0% {
        height: 20px
    }
    to {
        height: 205px
    }
}

.contract {
    -webkit-animation: cont;
    -o-animation: cont;
    animation: cont;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont {
    0% {
        height: 200px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont {
    0% {
        height: 200px
    }
    to {
        height: 20px
    }
}

@keyframes cont {
    0% {
        height: 200px
    }
    to {
        height: 20px
    }
}

.expand01 {
    -webkit-animation: exp01;
    -o-animation: exp01;
    animation: exp01;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp01 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

@-o-keyframes exp01 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

@keyframes exp01 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

.contract01 {
    -webkit-animation: cont01;
    -o-animation: cont01;
    animation: cont01;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont01 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont01 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

@keyframes cont01 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

.expand02 {
    -webkit-animation: exp02;
    -o-animation: exp02;
    animation: exp02;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp02 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

@-o-keyframes exp02 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

@keyframes exp02 {
    0% {
        height: 20px
    }
    to {
        height: 280px
    }
}

.contract02 {
    -webkit-animation: cont02;
    -o-animation: cont02;
    animation: cont02;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont02 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont02 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

@keyframes cont02 {
    0% {
        height: 280px
    }
    to {
        height: 20px
    }
}

.expand03 {
    -webkit-animation: exp03;
    -o-animation: exp03;
    animation: exp03;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp03 {
    0% {
        height: 20px
    }
    to {
        height: 160px
    }
}

@-o-keyframes exp03 {
    0% {
        height: 20px
    }
    to {
        height: 160px
    }
}

@keyframes exp03 {
    0% {
        height: 20px
    }
    to {
        height: 160px
    }
}

.contract03 {
    -webkit-animation: cont03;
    -o-animation: cont03;
    animation: cont03;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont03 {
    0% {
        height: 160px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont03 {
    0% {
        height: 160px
    }
    to {
        height: 20px
    }
}

@keyframes cont03 {
    0% {
        height: 160px
    }
    to {
        height: 20px
    }
}

.expand04 {
    -webkit-animation: exp04;
    -o-animation: exp04;
    animation: exp04;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp04 {
    0% {
        height: 20px
    }
    to {
        height: 220px
    }
}

@-o-keyframes exp04 {
    0% {
        height: 20px
    }
    to {
        height: 220px
    }
}

@keyframes exp04 {
    0% {
        height: 20px
    }
    to {
        height: 220px
    }
}

.contract04 {
    -webkit-animation: cont04;
    -o-animation: cont04;
    animation: cont04;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont04 {
    0% {
        height: 220px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont04 {
    0% {
        height: 220px
    }
    to {
        height: 20px
    }
}

@keyframes cont04 {
    0% {
        height: 220px
    }
    to {
        height: 20px
    }
}

.expand05 {
    -webkit-animation: exp05;
    -o-animation: exp05;
    animation: exp05;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp05 {
    0% {
        height: 20px
    }
    to {
        height: 308px
    }
}

@-o-keyframes exp05 {
    0% {
        height: 20px
    }
    to {
        height: 308px
    }
}

@keyframes exp05 {
    0% {
        height: 20px
    }
    to {
        height: 308px
    }
}

.contract05 {
    -webkit-animation: cont05;
    -o-animation: cont05;
    animation: cont05;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont05 {
    0% {
        height: 308px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont05 {
    0% {
        height: 308px
    }
    to {
        height: 20px
    }
}

@keyframes cont05 {
    0% {
        height: 308px
    }
    to {
        height: 20px
    }
}

.expand06 {
    -webkit-animation: exp06;
    -o-animation: exp06;
    animation: exp06;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp06 {
    0% {
        height: 20px
    }
    to {
        height: 270px
    }
}

@-o-keyframes exp06 {
    0% {
        height: 20px
    }
    to {
        height: 270px
    }
}

@keyframes exp06 {
    0% {
        height: 20px
    }
    to {
        height: 270px
    }
}

.contract06 {
    -webkit-animation: cont06;
    -o-animation: cont06;
    animation: cont06;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont06 {
    0% {
        height: 270px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont06 {
    0% {
        height: 270px
    }
    to {
        height: 20px
    }
}

@keyframes cont06 {
    0% {
        height: 270px
    }
    to {
        height: 20px
    }
}

.expand07 {
    -webkit-animation: exp07;
    -o-animation: exp07;
    animation: exp07;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp07 {
    0% {
        height: 20px
    }
    to {
        height: 88px
    }
}

@-o-keyframes exp07 {
    0% {
        height: 20px
    }
    to {
        height: 88px
    }
}

@keyframes exp07 {
    0% {
        height: 20px
    }
    to {
        height: 88px
    }
}

.contract07 {
    -webkit-animation: cont07;
    -o-animation: cont07;
    animation: cont07;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont07 {
    0% {
        height: 88px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont07 {
    0% {
        height: 88px
    }
    to {
        height: 20px
    }
}

@keyframes cont07 {
    0% {
        height: 88px
    }
    to {
        height: 20px
    }
}

.expand08 {
    -webkit-animation: exp08;
    -o-animation: exp08;
    animation: exp08;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp08 {
    0% {
        height: 20px
    }
    to {
        height: 110px
    }
}

@-o-keyframes exp08 {
    0% {
        height: 20px
    }
    to {
        height: 110px
    }
}

@keyframes exp08 {
    0% {
        height: 20px
    }
    to {
        height: 110px
    }
}

.contract08 {
    -webkit-animation: cont08;
    -o-animation: cont08;
    animation: cont08;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont08 {
    0% {
        height: 110px
    }
    to {
        height: 20px
    }
}

@-o-keyframes cont08 {
    0% {
        height: 110px
    }
    to {
        height: 20px
    }
}

@keyframes cont08 {
    0% {
        height: 110px
    }
    to {
        height: 20px
    }
}

.expand09 {
    -webkit-animation: exp09;
    -o-animation: exp09;
    animation: exp09;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp09 {
    0% {
        height: 45px
    }
    to {
        height: 280px
    }
}

@-o-keyframes exp09 {
    0% {
        height: 45px
    }
    to {
        height: 280px
    }
}

@keyframes exp09 {
    0% {
        height: 45px
    }
    to {
        height: 280px
    }
}

.contract09 {
    -webkit-animation: cont09;
    -o-animation: cont09;
    animation: cont09;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont09 {
    0% {
        height: 280px
    }
    to {
        height: 45px
    }
}

@-o-keyframes cont09 {
    0% {
        height: 280px
    }
    to {
        height: 45px
    }
}

@keyframes cont09 {
    0% {
        height: 280px
    }
    to {
        height: 45px
    }
}

.expand1 {
    -webkit-animation: exp1;
    -o-animation: exp1;
    animation: exp1;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes exp1 {
    0% {
        height: 0
    }
    to {
        height: 120px
    }
}

@-o-keyframes exp1 {
    0% {
        height: 0
    }
    to {
        height: 120px
    }
}

@keyframes exp1 {
    0% {
        height: 0
    }
    to {
        height: 120px
    }
}

.contract1 {
    -webkit-animation: cont1;
    -o-animation: cont1;
    animation: cont1;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cont1 {
    0% {
        height: 120px
    }
    to {
        height: 0
    }
}

@-o-keyframes cont1 {
    0% {
        height: 120px
    }
    to {
        height: 0
    }
}

@keyframes cont1 {
    0% {
        height: 120px
    }
    to {
        height: 0
    }
}

.expandMin {
    -webkit-animation: expMin;
    -o-animation: expMin;
    animation: expMin;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes expMin {
    0% {
        height: 0
    }
    to {
        height: 50px
    }
}

@-o-keyframes expMin {
    0% {
        height: 0
    }
    to {
        height: 50px
    }
}

@keyframes expMin {
    0% {
        height: 0
    }
    to {
        height: 50px
    }
}

.contractMin {
    -webkit-animation: contMin;
    -o-animation: contMin;
    animation: contMin;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes contMin {
    0% {
        height: 50px
    }
    to {
        height: 0
    }
}

@-o-keyframes contMin {
    0% {
        height: 50px
    }
    to {
        height: 0
    }
}

@keyframes contMin {
    0% {
        height: 50px
    }
    to {
        height: 0
    }
}

#anatomy {
    background-color: #f2f2f2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 100px
}

#anatomy .teste {
    height: 200px
}

.anatomyMain {
    background-color: #fff;
    margin: 0 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    padding-bottom: 100px;
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out
}

.anatomyMain>div {
    display: inline-block;
    height: 100%
}

.anaLeft {
    position: relative;
    vertical-align: top;
    width: 40%
}

.anaRight {
    width: 58%
}

.anaRight>.initial img:first-of-type {
    width: 500px;
    display: block;
    margin: 130px auto 0
}

.anaRight>.initial img:nth-of-type(2) {
    height: 55px;
    display: block;
    margin: 30px auto 0
}

.anaRight>.initial h1 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #2c2c2c;
    text-align: center
}

.anaRight>.initial h1:first-of-type {
    margin-top: 30px
}

.anaRight>.initial h1:nth-of-type(2) {
    margin-top: 15px
}

.anaRight>.initial p {
    margin-top: 14px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #767676;
    text-align: center
}

#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_gender_selection,
#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_type_container,
#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_type_container>label:first-child {
    display: none
}

#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div>iframe {
    height: 500px
}

#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div {
    padding-top: 170px;
    padding-left: 200px
}

.anaCategs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
    height: 100px;
    width: 110px;
    border-radius: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 2px solid #fff;
    cursor: pointer
}

.anaCategs:hover {
    border: 2px solid #fdb813
}

.anaCategs img {
    display: block;
    height: 40px;
    margin: 21px auto 7px
}

.anaCategs p {
    font-size: 12px;
    color: #2c2c2c
}

.anaCategs p,
.anaSexes {
    font-family: Poppins, sans-serif;
    text-align: center
}

.anaSexes {
    position: relative;
    margin-left: 10px;
    height: 55px;
    width: 250px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-indent: 20px
}

.anaSexes:focus {
    outline: none
}

.anaSexes:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.anaSexes:first-of-type {
    background-color: #00539f
}

.anaSexes:first-of-type:before {
    content: "";
    position: absolute;
    left: 51px;
    top: 15px;
    width: 16px;
    height: 26px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNiAyNiI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzMwNzEiIGRhdGEtbmFtZT0iUGF0aCAzMDcxIiBkPSJNMjg3LTU2OS41NjFWLTU3MS4yYS4zMTIuMzEyLDAsMCwwLS4xMzYtLjI1NC4zNjMuMzYzLDAsMCwwLS4zLS4wNTIsMy42NTUsMy42NTUsMCwwLDEtMi44MTgtLjI0OEE4LjgsOC44LDAsMCwwLDI3OC42NTUtNTczaC0xLjA3OWE3LjA3Nyw3LjA3NywwLDAsMC0zLjI4LjgsNi4wMjEsNi4wMjEsMCwwLDAtMy4xNTksNi42MzdsLjkxOSw0LjI3NmE2LjIwOCw2LjIwOCwwLDAsMCw1LjE2OSw1LjkzMXYuNTNhNi45Miw2LjkyLDAsMCwwLTEuMjc0LjM5NGgwYTYuMTI1LDYuMTI1LDAsMCwwLTMuODkzLDUuNTc0djEuNTM3YS4zMzEuMzMxLDAsMCwwLC4zNDIuMzE5aDEyLjQzOGEuMzMxLjMzMSwwLDAsMCwuMzQyLS4zMTl2LTEuNTM3YTYuMTI1LDYuMTI1LDAsMCwwLTMuODkzLTUuNTc0aDBhNi45MjEsNi45MjEsMCwwLDAtMS4yNzQtLjM5NHYtLjUzYTYuMjQ0LDYuMjQ0LDAsMCwwLDUuMTY3LTUuODQ1di0uMTE3aDB2LS4ybDEuMDI2LTQuMTg0YTIuMDIyLDIuMDIyLDAsMCwwLS40MjYtMS44QTIuNDE3LDIuNDE3LDAsMCwwLDI4Ny01NjkuNTYxWm0tMi41MDYsMjAuNzA1djEuMjE4SDI3Mi43NDF2LTEuMjE4YTUuNDUyLDUuNDUyLDAsMCwxLDMuMTU0LTQuODRjMCwuMDA4LjAwOC4wMTQuMDEyLjAyMWEyLjY2NywyLjY2NywwLDAsMCwuMTczLjMxNGwuMDM1LjA1M2EyLjcyOCwyLjcyOCwwLDAsMCwuMjE5LjI4NWwuMDM2LjAzOGEyLjg3NiwyLjg3NiwwLDAsMCwuMjcuMjYxbC4wMTEuMDA5YTIuOTQzLDIuOTQzLDAsMCwwLC4zLjIybC4wMzcuMDI1YTMuMDE3LDMuMDE3LDAsMCwwLC4zMjcuMTczbC4wNTkuMDI3YTMuMDU5LDMuMDU5LDAsMCwwLC4zNDYuMTI2bC4wNjQuMDE4YTMuMSwzLjEsMCwwLDAsLjM3Mi4wNzlsLjA1LjAwNmEzLjEzNiwzLjEzNiwwLDAsMCwuNDA5LjAyOSwzLjEzNCwzLjEzNCwwLDAsMCwuNDA5LS4wMjlsLjA1LS4wMDZhMy4xMTMsMy4xMTMsMCwwLDAsLjM3Mi0uMDc5bC4wNjQtLjAxOGEzLjEsMy4xLDAsMCwwLC4zNDYtLjEyNmwuMDU5LS4wMjdhMy4wNDYsMy4wNDYsMCwwLDAsLjMyNi0uMTczbC4wMzgtLjAyNWEyLjk1LDIuOTUsMCwwLDAsLjMtLjIxOWwuMDEyLS4wMDlhMi44NSwyLjg1LDAsMCwwLC4yNjktLjI2MWwuMDM2LS4wMzlhMi43NTksMi43NTksMCwwLDAsLjIxOS0uMjg1bC4wMzUtLjA1M2EyLjY4NSwyLjY4NSwwLDAsMCwuMTczLS4zMTVjMC0uMDA3LjAwOC0uMDE0LjAxMi0uMDIxQTUuNDUyLDUuNDUyLDAsMCwxLDI4NC40OTQtNTQ4Ljg1NlptLTMuNzgyLTUuMTA2Yy0uMDA2LjAxMi0uMDA5LjAyNi0uMDE1LjAzOC0uMDIuMDQyLS4wNDMuMDgxLS4wNjUuMTIxLS4wMzMuMDU5LS4wNjYuMTE3LS4xLjE3Mi0uMDI3LjAzOS0uMDU2LjA3Ni0uMDg1LjExMnMtLjA4My4xLS4xMjguMTQ5LS4wNjcuMDY4LS4xLjEtLjEuMDg3LS4xNTEuMTI3LS4wNzYuMDU4LS4xMTYuMDg1Yy0uMDU2LjAzOC0uMTE0LjA3Mi0uMTczLjEtLjA0MS4wMjMtLjA4Mi4wNDYtLjEyNS4wNjctLjA2NC4wMy0uMTMuMDU2LS4yLjA4LS4wNDMuMDE2LS4wODQuMDMzLS4xMjguMDQ3LS4wNzUuMDIzLS4xNTMuMDM5LS4yMzEuMDU1LS4wMzguMDA4LS4wNzYuMDE5LS4xMTUuMDI1YTIuNDI1LDIuNDI1LDAsMCwxLS4zNjEuMDI4LDIuNDMsMi40MywwLDAsMS0uMzYxLS4wMjhjLS4wMzktLjAwNi0uMDc2LS4wMTctLjExNC0uMDI1LS4wNzgtLjAxNi0uMTU2LS4wMzItLjIzMS0uMDU1LS4wNDQtLjAxMy0uMDg1LS4wMzEtLjEyOC0uMDQ3LS4wNjctLjAyNS0uMTMzLS4wNS0uMi0uMDgxLS4wNDMtLjAyLS4wODQtLjA0NC0uMTI1LS4wNjctLjA1OS0uMDMzLS4xMTctLjA2Ny0uMTczLS4xLS4wNC0uMDI3LS4wNzgtLjA1NS0uMTE2LS4wODRzLS4xLS4wODMtLjE1MS0uMTI3LS4wNjktLjA2NS0uMS0uMS0uMDg3LS4xLS4xMjgtLjE0OS0uMDU5LS4wNzQtLjA4Ni0uMTEzYy0uMDM4LS4wNTUtLjA3LS4xMTMtLjEtLjE3MS0uMDIyLS4wNDEtLjA0Ni0uMDgtLjA2Ni0uMTIyLS4wMDYtLjAxMi0uMDA5LS4wMjYtLjAxNS0uMDM4YTYuMDY3LDYuMDY3LDAsMCwxLDEuMS0uMjg3LjMyNi4zMjYsMCwwLDAsLjI4NC0uMzE0di0uNjUzYy4wMywwLC4wNjEuMDA3LjA5MS4wMWwuMTExLjAxM2E0LjY2Miw0LjY2MiwwLDAsMCwuNDk1LjAzMWguMDE3bC4wMzgsMGMuMTQ3LDAsLjI5NS0uMDExLjQ0MS0uMDI3LjA0Ny0uMDA1LjA5NC0uMDEuMTQxLS4wMTYuMDI3LDAsLjA1NS0uMDA1LjA4Mi0uMDF2LjY1M2EuMzI2LjMyNiwwLDAsMCwuMjg0LjMxNEE2LjA2Nyw2LjA2NywwLDAsMSwyODAuNzEzLTU1My45NjJabTQuMzc1LTEzLjkyN2EuMzI1LjMyNSwwLDAsMC0uMjE0LjI0Ni4zMDcuMzA3LDAsMCwwLC4xMi4zLDEuNDQ0LDEuNDQ0LDAsMCwxLC41NDQsMS41TDI4NC41LTU2MS42M2EuMy4zLDAsMCwwLS4wMDkuMDcxdi4zNDVhNS42MzMsNS42MzMsMCwwLDEtNC45MTUsNS4yOTUsMy45OCwzLjk4LDAsMCwxLTEuOTUzLS4wMDcsNS41OTIsNS41OTIsMCwwLDEtNC44ODUtNS4zOTMuMy4zLDAsMCwwLS4wMDctLjA2M2wtLjkyNi00LjMwN2E1LjQsNS40LDAsMCwxLDIuODI0LTUuOTU2LDYuMzU0LDYuMzU0LDAsMCwxLDIuOTQ0LS43MTdoMS4wNzlhOC4wNyw4LjA3LDAsMCwxLDQuNzIzLDEuMTQ5LDQuMiw0LjIsMCwwLDAsMi45MzguNDIzdjEuMjI5QTEuODEyLDEuODEyLDAsMCwxLDI4NS4wODctNTY3Ljg4OVoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aC0yIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzMwNzAiIGRhdGEtbmFtZT0iUGF0aCAzMDcwIiBkPSJNLTYxMCw2M0gxMzEwVi0xMTY3SC02MTBaIiBmaWxsPSJub25lIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ikdyb3VwXzMzNzIiIGRhdGEtbmFtZT0iR3JvdXAgMzM3MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3MSA1NzMpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzMzNzEiIGRhdGEtbmFtZT0iR3JvdXAgMzM3MSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8zMDY5IiBkYXRhLW5hbWU9IlBhdGggMzA2OSIgZD0iTTI2Ni01NDJoMjZ2LTM2SDI2NloiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    background-size: cover
}

.anaSexes:nth-of-type(2) {
    background-color: #fdb813
}

.anaSexes:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 51px;
    top: 15px;
    width: 16px;
    height: 26px;
    background: url(/wp-content/themes/synevo-sage/dist/images/ilustrations/ana-man_971e39e6.svg);
    background-size: cover
}

#anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto
}

.anaCategsGroup {
    position: absolute;
    top: 210px;
    left: 60px
}

.anaBtnsGroup {
    position: absolute;
    top: 70px;
    left: 60px
}

.initial {
    display: block
}

.initial,
.results {
    width: 100%;
    height: 100%
}

.results {
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 20px;
    vertical-align: top;
    display: none;
    opacity: 0
}

.results .resultsTitle h1 {
    font-family: Poppins, sans-serif;
    font-size: 27px;
    color: #00549e;
    text-align: left;
    text-transform: capitalize
}

.results .resultsTitle p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #767676;
    text-align: left
}

.sab-product-category {
    margin-top: 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sab-category-title,
.sab-product-category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.sab-category-title {
    text-align: left;
    max-width: 100%;
    cursor: pointer;
    border-radius: 25px;
    min-height: 60px;
    background-color: #f2f2f2;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #00549e;
    font-weight: 700;
    text-indent: 15px;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sab-category-products {
    max-width: 780px;
    padding-left: 30px;
    display: none;
    cursor: pointer
}

.sab-category-name {
    width: 100%
}

.sab-product-item {
    position: relative;
    margin-top: 24px;
    height: 50px;
    border-bottom: 1px solid #dadada;
    width: 100%
}

.sab-product-item .sab-product-name {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 400px;
    float: left
}

.sab-product-item .sab-product-url {
    position: absolute;
    right: 170px;
    text-decoration: none
}

.sab-product-item .sab-product-url :hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.sab-product-item .sab-product-price {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #00539f;
    position: absolute;
    right: 70px
}

.sab-category-products>div>a>div {
    position: absolute;
    top: 2px;
    left: -30px;
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaW5mbyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjEuNSIgaGVpZ2h0PSIyMS41IiB2aWV3Qm94PSIwIDAgMjEuNSAyMS41Ij4NCiAgPHBhdGggaWQ9IlBhdGhfMjkwNCIgZGF0YS1uYW1lPSJQYXRoIDI5MDQiIGQ9Ik0yMzYuNjY4LDEwNy42NjhhMSwxLDAsMSwxLTEtMUExLDEsMCwwLDEsMjM2LjY2OCwxMDcuNjY4Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjQuNjY4IC0xMDMuMTg5KSIgZmlsbD0iI2ZkYjgxMyIvPg0KICA8cGF0aCBpZD0iUGF0aF8yOTA2IiBkYXRhLW5hbWU9IlBhdGggMjkwNiIgZD0iTTEwLjc1LDIxLjVBMTAuNzUsMTAuNzUsMCwxLDEsMjEuNSwxMC43NSwxMC43NjIsMTAuNzYyLDAsMCwxLDEwLjc1LDIxLjVabTAtMjAuMTU2YTkuNDA2LDkuNDA2LDAsMSwwLDkuNDA2LDkuNDA2QTkuNDE3LDkuNDE3LDAsMCwwLDEwLjc1LDEuMzQ0Wm0wLDAiIGZpbGw9IiNmZGI4MTMiLz4NCiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yMjUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyMjUxIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgcng9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDcpIiBmaWxsPSIjZmRiODEzIi8+DQo8L3N2Zz4NCg==);
    background-size: cover;
    border-style: none
}

.addToCart {
    position: absolute;
    top: -10px;
    right: 10px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #ebe9eb
}

.sab-category-title>span {
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    position: absolute;
    right: 30px;
    top: 26px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8zNDI1IiBkYXRhLW5hbWU9IlBhdGggMzQyNSIgZD0iTTQ0MC41LTI5LjUyNGwtNS45ODYtNS43MzFhLjg4OC44ODgsMCwwLDAtLjYxOS0uMjQ1Ljg4OC44ODgsMCwwLDAtLjYxOS4yNDVsLS41MjQuNWEuODE0LjgxNCwwLDAsMC0uMjU2LjU5My44MTQuODE0LDAsMCwwLC4yNTYuNTkybDcuMTI3LDYuODI0YS44ODguODg4LDAsMCwwLC42MjEuMjQ0Ljg4OC44ODgsMCwwLDAsLjYyMi0uMjQ0bDcuMTItNi44MTdhLjgxNC44MTQsMCwwLDAsLjI1Ni0uNTkzLjgxNC44MTQsMCwwLDAtLjI1Ni0uNTkzbC0uNTI0LS41YS45LjksMCwwLDAtMS4yMzgsMFoiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoLTIiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMzQyNCIgZGF0YS1uYW1lPSJQYXRoIDM0MjQiIGQ9Ik0tMTA2MCwxNzJIODYwVi0xMDU4SC0xMDYwWiIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ikdyb3VwXzM4MTYiIGRhdGEtbmFtZT0iR3JvdXAgMzgxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzMi41IDM1LjUpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzM4MTUiIGRhdGEtbmFtZT0iR3JvdXAgMzgxNSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8zNDIzIiBkYXRhLW5hbWU9IlBhdGggMzQyMyIgZD0iTTQyNy41LTIxLjV2LTE5aDI2djE5WiIgZmlsbD0iIzAwNTQ5ZCIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    background-size: cover;
    height: 9px;
    width: 16px
}

.anaRotate {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#anatomy #shopSearch {
    display: none
}

.titleTests {
    margin: 0;
    display: inline-block;
    max-width: 70%;
    padding-left: 20px;
    height: 107px
}

.titleTests .numberTests {
    margin-top: 10px
}

.titleTests h1 {
    max-width: 100%;
    margin: 0
}

#tests>div.packages>div>img {
    vertical-align: top
}

.single-product-type-woosb .summary.entry-summary h1 {
    margin-left: 15px
}

.single-product-type-woosb .summary.entry-summary {
    margin-top: 60px
}

.single-product-type-woosb .summary.entry-summary>img {
    float: left;
    vertical-align: top
}

.single-product-type-woosb .summary.entry-summary .cart {
    top: 110px
}

.single-product-type-woosb #tab-description {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    max-width: 60%
}

.single-product-type-woosb .summary.entry-summary .price {
    top: 80px;
    right: 42px
}

.single-product-type-woosb .woosb-wrap {
    margin-top: 0
}

.single-product-type-woosb div.prodFoot .price,
.single-product-type-woosb div.prodFoot button {
    display: none
}

div.woosb-title {
    width: 50%;
    word-wrap: break-word
}

@media only screen and (max-width:850px) {
    .single-product-type-woosb div.woosb-form>div {
        margin-top: 0
    }
}

@media only screen and (max-width:450px) {
    .single-product-type-woosb .summary.entry-summary h1 {
        font-size: 15px;
        text-align: left
    }
    .single-product-type-woosb .summary.entry-summary>img {
        height: 66px
    }
    .single-product-type-woosb .numberTests {
        font-size: 12px
    }
    .woocommerce .summary.entry-summary .cart,
    .woocommerce .summary.entry-summary .price {
        width: 100%
    }
    .single-product-type-woosb #tab-description,
    .single-product-type-woosb div.woosb-title-inner>a {
        font-size: 14px
    }
    .single-product-type-woosb>div.prodFoot button {
        width: 100%
    }
    .single-product-type-woosb .prodFoot {
        border: none
    }
}

#menu-meniul-principal-header>.menu-item:first-of-type:before {
    content: "";
    width: 60px;
    position: absolute;
    left: 255px;
    height: 100%;
    background: transparent
}

.header-main-wrapper {
    background: #fff;
    z-index: 1011!important
}

.header-main-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 47px;
    width: 100%
}

.header-main-container .brand {
    display: block;
    padding: 11px 0;
    margin-right: 86px;
    width: 160px
}

.header-main-container .brand img {
    height: 90px;
    width: 100%;
    padding-top: 10px
}

.page-content .page-sidebar .widget_search .search-form:after,
.search-bar-form:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4NCiAgPGcgaWQ9Ikdyb3VwXzM4NTEiIGRhdGEtbmFtZT0iR3JvdXAgMzg1MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTc4IDExODApIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8yOTc4IiBkYXRhLW5hbWU9IlBhdGggMjk3OCIgZD0iTTMzMi44LDIxLjk0NGwtMi43MzMtMi43NjJhLjYyNS42MjUsMCwwLDAtLjg4MywwLC41NzYuNTc2LDAsMCwwLDAsLjg1M2wyLjc3NSwyLjc2MmEuNjg3LjY4NywwLDAsMCwuNDYzLjIuNTQ5LjU0OSwwLDAsMCwuNDItLjE2MkEuNjY0LjY2NCwwLDAsMCwzMzIuOCwyMS45NDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0xMTgwKSIgZmlsbD0iIzAwNTQ5ZSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzI5NzkiIGRhdGEtbmFtZT0iUGF0aCAyOTc5IiBkPSJNMzEwLDEwYTEwLjUxMiwxMC41MTIsMCwwLDEsMjEsMCwxMC41MTMsMTAuNTEzLDAsMCwxLTIxLDBabTEuNTQ0LS4wNDlBOC45NDEsOC45NDEsMCwwLDAsMzI5LjQsMTBhOC45MzgsOC45MzgsMCwwLDAtMTcuODYtLjA0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODggLTExODApIiBmaWxsPSIjMDA1NDllIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat 50%/25px 25px!important
}

.nav-primary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav-primary .nav-main>.menu-item>a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #29263f;
    padding: 28px 22px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-bottom: 2px solid transparent
}

.nav-primary .nav-main>.menu-item:hover>a {
    border-bottom-color: #fdb913
}

.nav-primary .nav-main>.menu-item>.sub-menu-wrap {
    display: none;
    position: absolute;
    /* top: 100%; */
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 10;
    background: hsla(0, 0%, 100%, .9);
    padding: 20px 25px 40px
}

.device-notouch .nav-primary .nav-main>.menu-item:hover>.sub-menu-wrap,
.device-touch .nav-primary .nav-main>.menu-item.is-open>.sub-menu-wrap {
    display: block
}

.device-touch .nav-primary .nav-main>.menu-item.is-open .sub-menu-wrap {
    padding: 10px 15px!important
}

.nav-primary .nav-submenu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-primary .nav-submenu .menu-item {
    width: 300px;
    display: inline-block;
    vertical-align: top
}

.nav-primary .is-depth-0 a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #29263f
}

.nav-primary .is-depth-1 a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #706e6e
}

.nav-primary a:hover {
    color: #00549d
}

.nav-primary .is-depth-1 .nav-submenu {
    display: inline-block
}

.nav-primary .menu-item-6667 .menu-item {
    display: block
}

.nav-primary.is-extended {
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 13px 19px -21px #000;
    box-shadow: 0 13px 19px -21px #000
}

.nav-primary.is-extended .menu-meniul-principal-header-container {
    margin-top: 75px
}

.nav-primary.is-extended .nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-primary.is-extended .nav-main .sub-menu-wrap {
    position: relative
}

.nav-primary.is-extended .menu-item a {
    padding: 7px 5px!important
}

.search-bar {
    margin: 0 16px
    
}

.page-content .page-sidebar .widget_search .search-field,
.search-bar-input,
.search-bar .search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border: 2px solid #cecece;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 24px;
    width: 300px;
    height: auto;
    padding: 8px 12px 8px 55px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    outline: none
}

.page-content .page-sidebar .widget_search .search-field:focus,
.search-bar-input:focus,
.search-bar .search-field:focus {
    outline: none;
    border-color: #0053a0
}

.page-content .page-sidebar .widget_search .search-field::-webkit-input-placeholder,
.search-bar-input::-webkit-input-placeholder,
.search-bar .search-field::-webkit-input-placeholder {
    color: #cecece
}

.page-content .page-sidebar .widget_search .search-field::-ms-input-placeholder,
.search-bar-input::-ms-input-placeholder,
.search-bar .search-field::-ms-input-placeholder {
    color: #cecece
}

.page-content .page-sidebar .widget_search .search-field::placeholder,
.search-bar-input::placeholder,
.search-bar .search-field::placeholder {
    color: #cecece
}

.page-content .page-sidebar .widget_search .search-field:-ms-input-placeholder,
.search-bar-input:-ms-input-placeholder,
.search-bar .search-field:-ms-input-placeholder {
    color: #cecece
}

.page-content .page-sidebar .widget_search .search-form,
.search-bar-form {
    position: relative
}

.page-content .page-sidebar .widget_search .search-form:after,
.search-bar-form:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4NCiAgPGcgaWQ9Ikdyb3VwXzM4NTEiIGRhdGEtbmFtZT0iR3JvdXAgMzg1MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTc4IDExODApIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8yOTc4IiBkYXRhLW5hbWU9IlBhdGggMjk3OCIgZD0iTTMzMi44LDIxLjk0NGwtMi43MzMtMi43NjJhLjYyNS42MjUsMCwwLDAtLjg4MywwLC41NzYuNTc2LDAsMCwwLDAsLjg1M2wyLjc3NSwyLjc2MmEuNjg3LjY4NywwLDAsMCwuNDYzLjIuNTQ5LjU0OSwwLDAsMCwuNDItLjE2MkEuNjY0LjY2NCwwLDAsMCwzMzIuOCwyMS45NDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0xMTgwKSIgZmlsbD0iIzAwNTQ5ZSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzI5NzkiIGRhdGEtbmFtZT0iUGF0aCAyOTc5IiBkPSJNMzEwLDEwYTEwLjUxMiwxMC41MTIsMCwwLDEsMjEsMCwxMC41MTMsMTAuNTEzLDAsMCwxLTIxLDBabTEuNTQ0LS4wNDlBOC45NDEsOC45NDEsMCwwLDAsMzI5LjQsMTBhOC45MzgsOC45MzgsMCwwLDAtMTcuODYtLjA0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODggLTExODApIiBmaWxsPSIjMDA1NDllIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat 50%/25px 25px;
    pointer-events: none;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.page-content .page-sidebar .widget_search .search-form:focus-within:after,
.search-bar-form:focus-within:after {
    -webkit-filter: brightness(.1) contrast(.8);
    filter: brightness(.1) contrast(.8)
}

.page-content .page-sidebar .widget_search .search-form label,
.search-bar-form label {
    margin-bottom: 0
}

.page-content .page-sidebar .widget_search .search-form .search-submit,
.search-bar-form .search-submit {
    display: none
}

.nav-quick-access a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #00539f;
    border-radius: 24px;
    padding: 9px 14px 9px 10px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    line-height: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-quick-access a[href$="/servicii/"] {
    padding: 9px 23px 9px 14px!important
}

.nav-quick-access a[href$="/servicii/"]:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjIxIj4KPHBhdGggaWQ9IlNoYXBlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjQ3NzggNi4wNzc5OUMxOC4wNTIzIDUuNTU2NjQgMTcuMzk0NyA1LjIyMTQ5IDE2LjY1OTcgNS4yMjE0OUgxNC40NTQ3VjQuODExODVDMTQuNDU0NyAzLjUwODQ4IDEzLjg3NDUgMi4yNDIzNSAxMi45MDc0IDEuMzExMzdDMTEuOTAxNiAwLjM4MDM4NiAxMC41ODY0IC0wLjA2NjQ4NSA5LjE5MzgzIDAuMDA3OTkzNDZDNi41NjMzOCAwLjE5NDE5IDQuNTEzMTcgMi4zNTQwNiA0LjUxMzE3IDQuOTk4MDVWNS4yMjE0OUgyLjMwODIzQzEuNjExOTQgNS4yMjE0OSAwLjk1NDMyNCA1LjUxOTQgMC40OTAxMjYgNi4wNzc5OUMwLjAyNTkyODYgNi42MzY1OCAtMC4wOTAxMjA4IDcuMzA2ODggMC4wNjQ2MTE3IDcuOTM5OTVMMS43Mjc5OSAxNi4yMDcxTDEuNzY2NjcgMTYuMjgxNUMyLjM0NjkyIDE3LjkyMDEgMy45MzI5MiAxOSA1LjcxMjM1IDE5SDEzLjQxMDNDMTUuMTg5NyAxOSAxNi43NzU3IDE3Ljg4MjggMTcuMzU2IDE2LjI0NDNMMTguOTQyIDcuOTM5OTVDMTkuMDk2NyA3LjMwNjg4IDE4Ljk0MiA2LjU5OTM0IDE4LjQ3NzggNi4wNzc5OVpNNS42NzM2NiA0Ljk5ODA1QzUuNjczNjYgMi45NDk4OSA3LjI1OTY3IDEuMjc0MTMgOS4yMzI1MSAxLjE2MjQxQzEwLjMxNTYgMS4wODc5MyAxMS4zMjE0IDEuNDYwMzIgMTIuMDk1MSAyLjE2Nzg3QzEyLjg2ODcgMi44NzU0MSAxMy4yOTQyIDMuODA2NCAxMy4yOTQyIDQuODQ5MDlWNS4yNTg3Mkg1LjY3MzY2VjQuOTk4MDVaTTE2LjE5NTUgMTUuOTQ2NEwxNy43ODE1IDcuNzE2NTFDMTcuODU4OCA3LjM4MTM2IDE3Ljc4MTUgNy4wNDYyMSAxNy41NDk0IDYuNzQ4MjlDMTcuMzU2IDYuNDg3NjIgMTcuMDA3OCA2LjMzODY2IDE2LjY1OTcgNi4zMzg2NkgxNC40NTQ3VjcuMTU3OTNDMTQuNDU0NyA3LjQ1NTg0IDE0LjE4NCA3LjcxNjUxIDEzLjg3NDUgNy43MTY1MUMxMy41NjUgNy43MTY1MSAxMy4yOTQyIDcuNDU1ODQgMTMuMjk0MiA3LjE1NzkzVjYuMzM4NjZINS42NzM2NlY3LjE1NzkzQzUuNjczNjYgNy40NTU4NCA1LjQwMjg4IDcuNzE2NTEgNS4wOTM0MiA3LjcxNjUxQzQuNzgzOTUgNy43MTY1MSA0LjUxMzE3IDcuNDU1ODQgNC41MTMxNyA3LjE1NzkzVjYuMzc1OUgyLjI2OTU1QzEuOTIxNCA2LjM3NTkgMS42MTE5NCA2LjUyNDg2IDEuMzc5ODQgNi43ODU1M0MxLjE4NjQyIDcuMDQ2MjEgMS4xMDkwNiA3LjM4MTM2IDEuMTg2NDIgNy43MTY1MUwyLjg0OTggMTUuOTQ2NEMzLjI3NTMxIDE3LjEwMDggNC4zOTcxMiAxNy44ODI4IDUuNjczNjYgMTcuODgyOEgxMy4zNzE2QzE0LjY0ODEgMTcuODgyOCAxNS43NyAxNy4xMDA4IDE2LjE5NTUgMTUuOTQ2NFoiIGZpbGw9IiMwMDUzOUYiLz4KPC9nPgo8L3N2Zz4K) no-repeat 50%/19px 19px;
    background-size: cover
}

.nav-quick-access a[href$="/rezultate-analize/"] {
    background: #00539f;
    color: #fff;
    margin-left: 8px
}

.nav-quick-access a[href$="/rezultate-analize/"]:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjMiPgo8cGF0aCBpZD0iU2hhcGUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMgNC45ODEyN0MxMyA3Ljc1MjgxIDEwLjc2MTIgMTAgOCAxMEM1LjI3NjEyIDEwIDMgNy43OTAyNiAzIDUuMDE4NzNDMyAyLjI0NzE5IDUuMjM4ODEgMCA4IDBDMTAuNzYxMiAwIDEzIDIuMjA5NzQgMTMgNC45ODEyN1pNMTEuODgwNiA1LjAxODczQzExLjg4MDYgMi44NDY0NCAxMC4xMjY5IDEuMTIzNiA4IDEuMTIzNkM1Ljg3MzEzIDEuMTIzNiA0LjE1NjcyIDIuODQ2NDQgNC4xNTY3MiA0Ljk4MTI3QzQuMTU2NzIgNy4xMTYxMSA1LjgzNTgyIDguOTEzODYgOCA4LjkxMzg2QzEwLjE2NDIgOC45MTM4NiAxMS44ODA2IDcuMTkxMDEgMTEuODgwNiA1LjAxODczWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggaWQ9IlNoYXBlXzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy42MTg5IDEySDEyLjM4MDRDMTQuMzk5NCAxMiAxNi4wMzc0IDEzLjUwNSAxNS45OTkzIDE1LjMyNVYxNS42NzVDMTUuOTk5MyAxNy40OTUgMTQuMzk5NCAxOSAxMi4zODA0IDE5SDMuNjE4OUMxLjYzODAzIDE5IDAgMTcuNTMgMCAxNS42NzVWMTUuMzI1QzAgMTMuNTA1IDEuNTk5OTMgMTIgMy42MTg5IDEyWk0xMi40MTg1IDE3Ljk1QzEzLjc4OTkgMTcuOTUgMTQuODk0NiAxNi45MzUgMTQuODk0NiAxNS42NzVWMTUuMzI1QzE0Ljg5NDYgMTQuMDY1IDEzLjc4OTkgMTMuMDUgMTIuNDE4NSAxMy4wNUgzLjY1Njk5QzIuMjg1NjIgMTMuMDUgMS4xODA5IDE0LjA2NSAxLjE4MDkgMTUuMzI1VjE1LjY3NUMxLjE4MDkgMTYuOTM1IDIuMjg1NjIgMTcuOTUgMy42NTY5OSAxNy45NUgxMi40MTg1WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) no-repeat 50%/16px 19px;
    background-size: 14px auto
}

.menu-btn {
    display: none;
    width: 54px;
    border: none;
    background-color: transparent
}

.menu-btn:focus {
    outline: none
}

@media only screen and (max-width:1024px) {
    #menu-meniu-secundar-header > li{
        padding: 0px;
    }
     .menu-meniu-secundar-header-container .menu-item .sub-menu {
        opacity: 1 !important;
        display: block !important;
        visibility: visible;
    }
    .menu-meniu-secundar-header-container .sub-menu::before {
        display: none !important;
    }
    .menu-meniu-secundar-header-container .menu-item .sub-menu .menu-item {
        opacity: 1 !important;
        transform: translateY(0) !important;
        display: inline-block !important;
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        right: unset !important;
        left: 0 !important;
        overflow: hidden;
    }
 
    .menu-meniu-secundar-header-container .menu-item .sub-menu .menu-item a {
        /* height: 90%; */
        width: 100% !important;
    }
    .menu-meniu-secundar-header-container .menu-item.menu-item-has-children > a {
        display: none !important;
    }
    .menu-meniu-secundar-header-container .menu-item .sub-menu .menu-item:nth-child(2) a {
        text-transform: lowercase;
    }
    .menu-meniu-secundar-header-container .menu-item .sub-menu .menu-item:nth-child(2) a::first-letter {
        text-transform: uppercase;
    }

    .nav-primary.is-extended {
        padding: 0
    }
    .nav-primary.is-extended .menu-meniul-principal-header-container {
        height: calc(100vh - 188px);
        overflow-y: auto;
        margin-top: 120px!important;
        padding-top: 20px;
        padding-bottom: 120px
    }
    .nav-primary.is-extended .menu-item {
        position: relative;
        width: 100%;
        border-top: 1px solid #bfbfbf
    }
    .nav-primary.is-extended .menu-item:last-of-type {
        border-bottom: 1px solid #bfbfbf
    }
    .nav-primary.is-extended .menu-item a {
        border-bottom: none!important;
        padding: 12px 68px 12px 25px!important
    }
    .nav-primary.is-extended .sub-menu .menu-item {
        border-top: none
    }
    .nav-primary.is-extended .sub-menu .menu-item:last-of-type {
        border-bottom: none
    }
    .nav-primary.is-extended .sub-menu .menu-item a {
        padding: 8px 25px!important
    }
    .nav-primary.is-extended .sub-menu-btn.for-depth-0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        height: 43px;
        padding: 0 25px;
        cursor: pointer
    }
    .nav-primary.is-extended .sub-menu-btn.for-depth-0:before {
        content: "";
        display: block;
        width: 18px;
        height: 11px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljg0MjUxIDEuMzQxNzFDOS4zNzcyIDAuODg2MDk3IDguNjIyOCAwLjg4NjA5NyA4LjE1NzQ5IDEuMzQxNzFMMS4zNDg5OCA4LjAwODM4QzAuODgzNjc0IDguNDYzOTkgMC44ODM2NzQgOS4yMDI2OCAxLjM0ODk4IDkuNjU4MjlDMS44MTQyOCAxMC4xMTM5IDIuNTY4NjkgMTAuMTEzOSAzLjAzNCA5LjY1ODI5TDkgMy44MTY1OEwxNC45NjYgOS42NTgyOUMxNS40MzEzIDEwLjExMzkgMTYuMTg1NyAxMC4xMTM5IDE2LjY1MSA5LjY1ODI5QzE3LjExNjMgOS4yMDI2OCAxNy4xMTYzIDguNDYzOTkgMTYuNjUxIDguMDA4MzhMOS44NDI1MSAxLjM0MTcxVjEuMzQxNzFaIiBmaWxsPSIjMDA1MzlmIi8+DQo8L3N2Zz4NCg==) no-repeat 50%/18px 11px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: contrast(0) brightness(0);
        filter: contrast(0) brightness(0)
    }
    .nav-primary.is-extended .menu-item.is-open .sub-menu-btn.for-depth-0:before {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-filter: contrast(1) brightness(1);
        filter: contrast(1) brightness(1)
    }
    .header-main-wrapper .page-content .page-sidebar .widget_search .search-field,
    .header-main-wrapper .search-bar-input,
    .header-main-wrapper .search-bar .search-field,
    .page-content .page-sidebar .widget_search .header-main-wrapper .search-field {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 44px;
        height: 44px;
        border: none;
        padding: 0;
        opacity: 0
    }
    .header-main-wrapper .page-content .page-sidebar .widget_search .search-field:focus,
    .header-main-wrapper .search-bar-input:focus,
    .header-main-wrapper .search-bar .search-field:focus,
    .page-content .page-sidebar .widget_search .header-main-wrapper .search-field:focus {
        position: fixed;
        top: 4px;
        left: 0;
        right: 0;
        opacity: 1;
        height: auto;
        width: 100%!important;
        padding: 18px 20px 18px 63px;
        font-size: 22px
    }
    .header-main-wrapper .page-content .page-sidebar .widget_search .search-form,
    .header-main-wrapper .search-bar-form,
    .page-content .page-sidebar .widget_search .header-main-wrapper .search-form {
        cursor: pointer
    }
    .header-main-wrapper .page-content .page-sidebar .widget_search .search-form:after,
    .header-main-wrapper .search-bar-form:after,
    .page-content .page-sidebar .widget_search .header-main-wrapper .search-form:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
    .header-main-wrapper .page-content .page-sidebar .widget_search .search-form:focus-within:after,
    .header-main-wrapper .search-bar-form:focus-within:after,
    .page-content .page-sidebar .widget_search .header-main-wrapper .search-form:focus-within:after {
        position: fixed!important;
        top: 28px!important;
        left: 20px!important;
        -webkit-transform: none!important;
        -o-transform: none!important;
        transform: none!important
    }
    .nav-quick-access .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 25px
    }
    .nav-quick-access .nav .menu-item {
        width: 100%;
        margin-right: 8px
    }
    .nav-quick-access .nav .menu-item:last-child {
        margin-right: 0
    }
    .nav-quick-access .nav a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        font-size: 12px
    }
    .quick-links-nav.is-open {
        position: fixed;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1012;
        padding: 0 25px;
        top: 142px;
        left: 0;
        right: 0
    }
    .quick-links-nav.is-open .qln-item {
        width: 25%;
        margin-right: 8px
    }
    .quick-links-nav.is-open .qln-item:last-child {
        margin-right: 0
    }
    .quick-links-nav.is-open .qln-link {
        width: 100%;
        height: 42px;
        padding-right: 0;
        margin-bottom: 0;
        background: none;
        border-radius: 10px;
        border: 1px solid #00539f;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .quick-links-nav.is-open .qln-icon {
        display: none
    }
    .quick-links-nav.is-open .qln-text {
        color: #29263f
    }
}

.quick-links-nav {
    display: inline-block;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 4;
    padding-left: 8px;
    overflow: hidden
}

.quick-links-nav .qln-link {
    width: 100px;
    height: 80px;
    padding-right: 8px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00539f;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-box-shadow: 4px 4px 0 transparent;
    box-shadow: 4px 4px 0 transparent;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.device-notouch .quick-links-nav .qln-link:hover {
    text-decoration: none;
    background-color: #fff;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4)
}

.device-notouch .quick-links-nav .qln-link:hover .qln-text {
    color: #00539f
}

.device-notouch .quick-links-nav .qln-link:hover .qln-icon img {
    -webkit-filter: none;
    filter: none
}

.quick-links-nav .qln-icon {
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.quick-links-nav .qln-icon img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.quick-links-nav .qln-text {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.page-faq {
    max-width: 1024px
}

.page-faq-items {
    margin-bottom: 80px
}

.page-faq-item {
    margin-bottom: 6px
}

.page-faq-item.is-expanded .page-faq-question {
    color: #fff;
    background: #00539f;
    border-color: #00539f
}

.page-faq-item.is-expanded .page-faq-question:after {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.page-faq-question {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 11px 50px 11px 20px;
    cursor: pointer
}

.page-faq-question,
.page-faq-question:after {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.page-faq-question:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 27px;
    width: 18px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODQyNTEgMS4zNDE3MUM5LjM3NzIgMC44ODYwOTcgOC42MjI4IDAuODg2MDk3IDguMTU3NDkgMS4zNDE3MUwxLjM0ODk4IDguMDA4MzhDMC44ODM2NzQgOC40NjM5OSAwLjg4MzY3NCA5LjIwMjY4IDEuMzQ4OTggOS42NTgyOUMxLjgxNDI4IDEwLjExMzkgMi41Njg2OSAxMC4xMTM5IDMuMDM0IDkuNjU4MjlMOSAzLjgxNjU4TDE0Ljk2NiA5LjY1ODI5QzE1LjQzMTMgMTAuMTEzOSAxNi4xODU3IDEwLjExMzkgMTYuNjUxIDkuNjU4MjlDMTcuMTE2MyA5LjIwMjY4IDE3LjExNjMgOC40NjM5OSAxNi42NTEgOC4wMDgzOEw5Ljg0MjUxIDEuMzQxNzFWMS4zNDE3MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat 50%/18px 11px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: contrast(1) brightness(2);
    filter: contrast(1) brightness(2)
}

.page-faq-answer {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2e2f;
    overflow: hidden
}

.page-faq-answer-content {
    padding: 22px 0
}

.smedici-header-image {
    display: block;
    width: 100%;
    margin-bottom: 50px
}

.smedici-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6e6e6e;
    opacity: .5;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.smedici-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px;
    text-align: center
}

.smedici-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 0 auto 20px
}

.smedici-content,
.smedici-delimiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.smedici-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.smedici-medic {
    position: relative;
    min-height: 290px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 20px 20px 0;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding-bottom: 50px;
    width: 16%
}

.smedici-socials {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.smedici-socials img {
    width: 25px;
    height: 25px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.smedici-social-facebook,
.smedici-social-instagram,
.smedici-social-tw {
    color: #00539f
}

.smedici-avatar {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px
}

.smedici-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.smedici-name {
    color: 2a2e2f;
    margin: 0 15px
}

.smedici-name,
.smedici-position {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center
}

.smedici-position {
    color: #00539f;
    margin: 0 15px 10px
}

.smedici-extra-info {
    color: #6e6e6e;
    margin: 0 20px;
    text-align: center
}

.smedici-info-item img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.smedici-info-item span {
    vertical-align: middle
}

.smedici-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #00539f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer
}

.smedici-btn-showmore {
    margin-right: 15px
}

.smedici-btn-showless {
    display: none;
    margin-right: 15px
}

footer {
    background: #012955;
    overflow: hidden
}

footer>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 54px;
    padding-bottom: 65px
}

footer section.widget_custom_html {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff
}

footer section.widget_custom_html .footer-logo {
    display: inline-block;
    margin-bottom: 12px;
    width: 160px
}

footer section.widget_custom_html .footer-logo img {
    width: 100%
}
.bank_cards_type img {
    width: 70px;
    margin:0 10px;
}

footer section.widget_custom_html .custom-html-widget {
    line-height: 20px;
    width: 328px
}

footer section.widget_custom_html .social-media-buttons {
    margin-top: 25px
}

footer section.widget_custom_html .social-media-btn {
    display: inline-block;
    padding: 10px 12px
}

footer section.widget_custom_html .social-media-btn img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

footer section.widget_custom_html .social-media-btn:last-of-type>img {
    width: 23px;
    height: 23px
}

footer section.widget_custom_html .footer-copy-links {
    font-size: 12px;
    margin-top: 6px
}

footer section.widget_custom_html .footer-copy-links p {
    margin-bottom: 0
}

footer section.widget_custom_html .footer-copy-links .nav li:before {
    content: "|";
    margin: 0 3px
}

footer section.widget_custom_html .footer-copy-links .nav li:first-child:before {
    content: none
}

footer section.widget_custom_html .footer-copy-links .nav a {
    color: #fff
}

footer .widget_nav_menu {
    min-width: 225px;
    padding-top: 20px
}

footer .widget_nav_menu h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 22px
}

footer .widget_nav_menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

footer .widget_nav_menu .menu a {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 3px 0
}

#covid-iframe {
    height: 800px;
    width: 100%
}

.steps {
    overflow-x: auto!important
}

.woocommerce-page .teste section a:first-child img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.woocommerce-page .teste section a:first-child .icons {
    border: none;
    background-color: #fdb813
}

.template-package .teste section a:nth-child(2) img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.template-package .teste section a:nth-child(2) .icons {
    border: none;
    background-color: #fdb813
}

.template-anatomy-board .teste section a:nth-child(3) img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.template-anatomy-board .teste section a:nth-child(3) .icons {
    border: none;
    background-color: #fdb813
}

.template-pre-quiz .teste section a:nth-child(4) img,
.template-quiz .teste section a:nth-child(4) img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.template-pre-quiz .teste section a:nth-child(4) .icons,
.template-quiz .teste section a:nth-child(4) .icons {
    border: none;
    background-color: #fdb813
}

.single-product-type-woosb .teste section a:first-child img {
    -webkit-filter: unset;
    filter: unset
}

.single-product-type-woosb .teste section a:first-child .icons {
    border: none;
    background-color: unset
}

.single-product-type-woosb .teste section a:nth-child(2) img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.single-product-type-woosb .teste section a:nth-child(2) .icons {
    border: none;
    background-color: #fdb813
}

.page-hero {
    position: relative;
    height: 540px;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .05;
    z-index: 1
}

.page-hero-subtitle {
    position: relative;
    z-index: 2;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.page-hero-subtitle a {
    color: #fff
}

.page-hero-title {
    position: relative;
    z-index: 2;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 100px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.page-breadcrumbs {
    margin-bottom: 20px;
    width: 100%
}

.page-breadcrumbs .page-breadcrumbs-item {
    display: inline-block;
    vertical-align: middle
}

.page-breadcrumbs .page-breadcrumbs-item a {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #29263f
}

.page-breadcrumbs .page-breadcrumbs-item a:hover {
    color: #00539f
}

.page-breadcrumbs .page-breadcrumbs-delimiter {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.btn-synevo,
.buton-synevo a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: #00539f;
    border-radius: 24px;
    color: #fff;
    padding: 13px 38px
}

.page-content-inner {
    width: calc(100% - 500px)
}

.page-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px
}

.page-content-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 60px
}

.page-content-inner .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative
}

.page-content-inner .entry-content {
    max-width: calc(100vw - 40px)
}

.page-content-inner .posts-link {
    display: block
}

.page-content-inner .posts-link:hover {
    text-decoration: none
}

.page-content-inner .posts-post {
    margin-top: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    border-radius: 10px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5);
    box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5)
}

.page-content-inner .posts-post:hover {
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 2px 16px #dadada;
    box-shadow: 0 2px 16px #dadada
}

.page-content-inner .posts-post-image {
    overflow: hidden;
    background: #f6f7f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    height: 218px
}

.page-content-inner .posts-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.page-content-inner .posts-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 218px;
    padding-top: 34px;
    padding-bottom: 10px;
    text-align: left
}

.page-content-inner .posts-post-info:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(bottom, #fff, #fff 25%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(bottom, #fff 0, #fff 25%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #fff, #fff 25%, hsla(0, 0%, 100%, 0))
}

.page-content-inner .posts-post-date {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #939393;
    position: absolute;
    top: 0;
    left: 26px;
    overflow: hidden;
    border-radius: 24px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 7px 28px
}

.page-content-inner .posts-post-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    line-height: 1.3em;
    margin-bottom: 18px;
    padding: 0 26px
}

.page-content-inner .posts-post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    line-height: 1.2em;
    padding: 0 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-content-inner .posts-post {
    width: 31%
}

.page-content-inner .posts-post.category-sanatate-si-nutritie {
    width: 49%
}

.page-content-inner .posts-post.category-sanatate-si-nutritie .posts-post-date {
    display: none
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:first-child {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-link {
    width: 49%;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5);
    box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5)
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-post-image {
    height: 350px
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-post-info {
    height: 300px
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 49%;
    margin-top: 0
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2) .posts-post-image {
    height: 170px
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2) .posts-post-info {
    height: 140px
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) {
    position: absolute;
    top: 340px;
    left: 50%;
    width: 49%;
    margin-top: 0;
    margin-bottom: 0
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) .posts-post-image {
    height: 170px
}

.page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) .posts-post-info {
    height: 140px
}

.page-content-inner .offer-link {
    display: inline-block
}

.page-content-inner .offer-link:hover {
    text-decoration: none
}

.page-content-inner .offer-link .synevo-despre-noi-hero {
    background: none
}

.page-content-inner .offer-single .entry-content {
    max-width: 1024px!important;
    margin: 20px auto 40px
}

.page-content .page-sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 360px;
    padding: 30px 0;
    background: #00539f
}

.page-content .page-sidebar .widget h3 {
    display: none
}

.page-content .page-sidebar .widget_search {
    margin: 30px 0;
    padding: 0 60px
}

.page-content .page-sidebar .widget_search .search-form {
    display: block
}

.page-content .page-sidebar .widget_search .search-form:focus-within:after {
    -webkit-filter: contrast(1) brightness(2);
    filter: contrast(1) brightness(2)
}

.page-content .page-sidebar .widget_search .search-field {
    width: 100%;
    height: unset;
    background: transparent;
    color: #fff
}

.page-content .page-sidebar .widget_search .search-field:focus {
    border-color: #fff
}

.page-content .page-sidebar .widget_search .search-submit {
    display: none
}

.page-content .page-sidebar .widget_nav_menu {
    margin: 30px 0;
    padding: 0 60px
}

.page-content .page-sidebar .widget_nav_menu .menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.page-content .page-sidebar .widget_nav_menu .menu-item {
    position: relative;
    padding: 4px 0
}

.page-content .page-sidebar .widget_nav_menu .menu-item:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 2px;
    width: 18px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODQyNTEgMS4zNDE3MUM5LjM3NzIgMC44ODYwOTcgOC42MjI4IDAuODg2MDk3IDguMTU3NDkgMS4zNDE3MUwxLjM0ODk4IDguMDA4MzhDMC44ODM2NzQgOC40NjM5OSAwLjg4MzY3NCA5LjIwMjY4IDEuMzQ4OTggOS42NTgyOUMxLjgxNDI4IDEwLjExMzkgMi41Njg2OSAxMC4xMTM5IDMuMDM0IDkuNjU4MjlMOSAzLjgxNjU4TDE0Ljk2NiA5LjY1ODI5QzE1LjQzMTMgMTAuMTEzOSAxNi4xODU3IDEwLjExMzkgMTYuNjUxIDkuNjU4MjlDMTcuMTE2MyA5LjIwMjY4IDE3LjExNjMgOC40NjM5OSAxNi42NTEgOC4wMDgzOEw5Ljg0MjUxIDEuMzQxNzFWMS4zNDE3MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat 50%/18px 11px;
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-content .page-sidebar .widget_nav_menu .menu-item a {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.page-content .page-sidebar .widget_nav_menu .menu-item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #979797;
    border-radius: 2px
}

.page-content .page-sidebar .widget_nav_menu .menu-item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background: #fdb913;
    border-radius: 2px;
    -webkit-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out
}

.page-content .page-sidebar .widget_nav_menu .menu-item a:hover {
    text-decoration: none
}

.page-content .page-sidebar .widget_nav_menu .current-menu-item a:after,
.page-content .page-sidebar .widget_nav_menu .menu-item a:hover:after {
    width: 100%
}

.page-content .page-equipment-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6e6e6e;
    opacity: .5;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.page-content .page-equipment-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px;
    text-align: center
}

.page-content .page-equipment-delimiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 0 auto 20px
}

.page-footer-notice {
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 34px 60px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer-notice-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-right: 20px
}

.page-footer-notice-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.page-footer-notice-content {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #919191;
    line-height: 28px;
    padding-top: 1em
}

.page-despre-noi-data .wp-block-image img {
    max-width: 600px
}

@media only screen and (max-width:650px) {
    .page-footer-notice {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:599px) {
    .page-content-inner {
        margin-left: 25px;
        margin-right: 25px
    }
}

body#tinymce {
    margin: 12px!important
}

.jobs-page-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #29263f
}

.jobs-cat-list {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.jobs-cat-list,
.jobs-cat-list .job-cat-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.jobs-cat-list .job-cat-post {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(50% - 20px);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px
}

.jobs-cat-list .job-cat-background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.jobs-cat-list .job-cat-background img {
    opacity: .6;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jobs-cat-list .job-cat-content {
    position: relative;
    z-index: 2;
    padding: 20px 15%
}

.jobs-cat-list .job-cat-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px
}

.jobs-cat-list .job-cat-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}

.jobs-cat-list .job-cat-more .btn-view-more-jobs {
    border-radius: 24px;
    background: #fdb913;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #fff
}

.jobs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
    position: relative
}

.jobs-container .jobs-link {
    display: block
}

.jobs-container .jobs-link:hover {
    text-decoration: none
}

.jobs-container .jobs-post {
    margin-top: 16px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 400px;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5);
    box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5)
}

.jobs-container .jobs-post:hover {
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 2px 16px #dadada;
    box-shadow: 0 2px 16px #dadada
}

.jobs-container .jobs-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 218px;
    padding-top: 34px;
    padding-bottom: 10px
}

.jobs-container .jobs-post-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    line-height: 1.3em;
    margin-bottom: 18px;
    padding: 0 16px
}

.jobs-container .jobs-post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis
}

.jobs-container .jobs-post-content,
.jobs-container .jobs-post-more {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #919191;
    padding: 0 16px
}

.jobs-container .jobs-post-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jobs-container .jobs-post-more,
.jobs-container .jobs-post-more .jobs-post-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jobs-container .jobs-post-more .jobs-post-arrow {
    border: 2px solid #fdb913;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.synevo_jobs .entry-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #29263f;
    margin-bottom: 20px
}

.synevo_jobs .page-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin-bottom: 40px
}

.synevo_jobs .entry-content {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #919191
}

.synevo_jobs .jobs-experience,
.synevo_jobs .jobs-info {
    margin-bottom: 20px
}

.synevo_jobs .jobs-experience span {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #8a8a8a;
    background: #f2f2f2;
    border-radius: 24px;
    padding: 10px 30px;
    margin-right: 20px
}

.synevo_jobs .jobs-info-item {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.synevo_jobs .jobs-info-item span {
    text-transform: uppercase
}

.synevo-jobs-form-actions {
    margin-top: 40px;
    margin-bottom: 40px
}

.synevo-jobs-form-actions .synevo-jobs-form-btn {
    border: none;
    border-radius: 24px;
    background: #00539f;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px;
    color: #fff
}

@media only screen and (max-width:1285px) {
    body:not(.woocommerce) main {
        background-color: unset!important
    }
}

@media only screen and (max-width:650px) {
    .archive-synevo_jobs-data .page-content-inner,
    .tax-synevo_jobs_category .page-content-inner {
        margin-left: 20px;
        margin-right: 20px
    }
    .archive-synevo_jobs-data .page-hero-title,
    .tax-synevo_jobs_category .page-hero-title {
        display: none
    }
    .jobs-page-title {
        position: relative;
        text-align: center;
        padding-bottom: 8px;
        margin-bottom: 20px
    }
    .jobs-page-title:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 63px;
        height: 5px;
        background: #fdb913;
        border-radius: 5px;
        margin: 0 auto 40px
    }
    .jobs-container .jobs-post {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px
    }
    .synevo_jobs .entry-title {
        text-align: center
    }
    .synevo_jobs .page-delimiter {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:570px) {
    .jobs-page-title {
        font-size: 20px
    }
    .jobs-cat-list .job-cat-post {
        width: calc(100% - 10px);
        height: 220px
    }
    .jobs-cat-list .job-cat-content {
        padding: 20px 10%
    }
    .jobs-container .jobs-post {
        width: calc(100% - 10px)
    }
}

.synevo-videos-category {
    margin-bottom: 80px
}

.synevo-videos-category-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.synevo-videos-category-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #29263f
}

.comment-form .synevo-videos-category-more input[type=submit],
.search-form .synevo-videos-category-more .search-submit,
.synevo-videos-category-more .btn,
.synevo-videos-category-more .comment-form input[type=submit],
.synevo-videos-category-more .search-form .search-submit {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    border-radius: 24px;
    font-size: 15px;
    border: 2px solid #00539f;
    padding: 14px 45px;
    color: #29263f;
    margin-top: 0
}

.synevo-videos-category .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.videos-link:hover {
    text-decoration: none
}

.videos-post {
    width: 32%
}

.videos-post-main {
    border: 1px solid #e2e2e2;
    border-radius: 24px
}

.videos-post-image {
    height: 400px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.videos-post-image .wp-post-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.videos-post-image .img-play {
    position: absolute;
    bottom: 4px;
    right: 4px
}

.videos-post-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 20px;
    color: #29263f;
    font-size: 18px;
    height: 55px;
    overflow: hidden
}

.videos-post-content {
    color: #706e6e;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 20px
}

.videos-post-embed {
    max-width: 1100px;
    margin-bottom: 80px
}

.videos-post-embed-wrapper {
    position: relative;
    padding: 0 0 56.25%
}

.videos-post-embed-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videos-post-embed-inner>* {
    width: 100%;
    height: 100%
}

.events-section {
    margin-bottom: 80px
}

.events-section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.events-section-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #29263f
}

.comment-form .events-section-more input[type=submit],
.events-section-more .btn,
.events-section-more .comment-form input[type=submit],
.events-section-more .search-form .search-submit,
.search-form .events-section-more .search-submit {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    border-radius: 24px;
    font-size: 15px;
    border: 2px solid #00539f;
    padding: 14px 45px;
    color: #29263f
}

.events-section .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events-section .posts-post-date {
    background: #00539f;
    top: 20px;
    right: 20px;
    left: auto;
    -webkit-transform: unset;
    -o-transform: unset;
    transform: unset;
    border-radius: 10px;
    min-width: 181px;
    width: 181px
}

.synevo_events {
    width: 80%
}

.synevo_events .entry-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 30px
}

.synevo_events .entry-content .events-topic {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #2a2e2f;
    margin-bottom: 20px
}

.synevo_events .entry-content .events-headinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    background-color: #fbfbfb;
    margin-bottom: 20px
}

.synevo_events .entry-content .events-headinfo-col {
    width: 33.3%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo_events .entry-content .events-headinfo-icon {
    margin-right: 10px
}

.synevo_events .entry-content .events-headinfo-info {
    padding-right: 40px;
    border-right: 5px solid #fdb913
}

.synevo_events .entry-content .events-headinfo-col:last-of-type .events-headinfo-info {
    border: none
}

.synevo_events .entry-content .events-headinfo-label {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: rgba(42, 46, 47, .5);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px
}

.synevo_events .entry-content .events-headinfo-value {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 14px
}

.synevo_events .events-section {
    margin-bottom: 20px
}

.synevo_events .events-section-title {
    color: rgba(42, 46, 47, .5);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px
}

.synevo_events .events-section-content {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #2a2e2f
}

.synevo_events .events-agenda-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #00539f
}

.synevo_events .events-agenda-day {
    margin-bottom: 20px
}

.synevo_events .events-agenda-items {
    margin-bottom: 10px
}

.synevo_events .events-agenda-description {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2a2e2f;
    margin-bottom: 15px
}

.synevo_events .events-agenda-actions {
    display: inline-block;
    background-color: #00539f;
    border-radius: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 14px 24px
}

.synevo_events .events-agenda-actions a {
    color: #fff
}

.synevo_events .events-speakers-swiper {
    width: 900px;
    max-width: 100%;
    padding: 0 20px
}

.synevo_events .events-speakers-swiper .swiper-slide {
    width: 120px;
    margin-right: 20px;
    text-align: center
}

.synevo_events .events-speakers-swiper .swiper-slide .events-speakers-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.synevo_events .events-speakers-swiper .swiper-slide .events-speakers-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.synevo_events .events-speakers-swiper .swiper-slide .events-speakers-name {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #2a2e2f;
    margin-top: 5px;
    font-size: 15px
}

.synevo_events .events-speakers-swiper .swiper-button-next,
.synevo_events .events-speakers-swiper .swiper-button-prev {
    width: 18px!important
}

.synevo_events .events-speakers-swiper .swiper-button-next:after,
.synevo_events .events-speakers-swiper .swiper-button-prev:after {
    display: none
}

.synevo_events .events-speakers-swiper .swiper-button-prev {
    left: 0
}

.synevo_events .events-speakers-swiper .swiper-button-prev img {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.synevo_events .events-speakers-swiper .swiper-button-next {
    right: 0
}

.synevo_events .events-speakers-swiper .swiper-button-next img {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (max-width:650px) {
    .events-section .events-section-title {
        font-size: 22px
    }
    .comment-form .events-section .events-section-more input[type=submit],
    .events-section .events-section-more .btn,
    .events-section .events-section-more .comment-form input[type=submit],
    .events-section .events-section-more .search-form .search-submit,
    .search-form .events-section .events-section-more .search-submit {
        font-size: 14px;
        padding: 4px 12px
    }
}

.synevo-map .synmap-leaflet {
    position: relative;
    z-index: 1
}

#location-page-map-leaflet {
    height: 660px;
    z-index: 1;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.leaf-loc-link {
    display: block
}

.leaf-loc-link b {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #29263f;
    margin-bottom: 4px
}

.leaf-loc-link i {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #85878d
}

.leaf-loc-link:hover {
    text-decoration: none
}

.leaf-loc-link:hover b {
    text-decoration: underline
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-in, -o-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-in;
    transition: transform .3s ease-out, opacity .3s ease-in, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.leaflet-cluster-spider-leg {
    -webkit-transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
    -o-transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
    transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-large,
.marker-cluster-large div,
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-small,
.marker-cluster-small div {
    background-color: rgba(0, 83, 159, .6)
}

.leaflet-oldie .marker-cluster-large,
.leaflet-oldie .marker-cluster-large div,
.leaflet-oldie .marker-cluster-medium,
.leaflet-oldie .marker-cluster-medium div,
.leaflet-oldie .marker-cluster-small,
.leaflet-oldie .marker-cluster-small div {
    background-color: #00539f
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

.marker-cluster span {
    line-height: 30px
}

.location-page-header {
    text-align: center;
    margin-top: 40px
}

.location-page-header-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px
}

.location-page-header-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 0 auto 20px
}

.location-page-header-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    margin-bottom: 20px
}

.location-city-selector-container {
    width: 15%;
    margin: 0 auto;
    border-radius: 24px;
    border: 2px solid #00539f;
    padding: 5px
}

.location-city-selector-container select {
    width: 100%
}

.location-city-selector-container .select2-selection {
    border: none
}

.location-page-content {
    margin-top: 40px;
    margin-bottom: 40px
}

.location-page-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.location-page-content-details {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 4px 26px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 26px rgba(0, 0, 0, .5)
}

.location-page-content-map {
    position: relative;
    z-index: 1;
    width: 70%;
    min-height: 500px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin-left: -10px
}

.location-details-image {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden
}

.location-details-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.location-details-head {
    padding: 0 20px;
    margin-bottom: 20px
}

.location-details-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #29263f
}

.location-details-infos {
    padding: 0 20px
}

.location-details-info {
    margin-bottom: 15px
}

.location-details-info-icon,
.location-details-info.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.location-details-info-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.location-details-info-icon-img {
    width: 20px
}

.location-details-info-label {
    color: #85878d;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.location-details-info-value {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px
}

.medical-category {
    margin-bottom: 80px
}

.medical-category-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.medical-category-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #29263f
}

.comment-form .medical-category-more input[type=submit],
.medical-category-more .btn,
.medical-category-more .comment-form input[type=submit],
.medical-category-more .search-form .search-submit,
.search-form .medical-category-more .search-submit {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    border-radius: 24px;
    font-size: 15px;
    border: 2px solid #00539f;
    padding: 14px 45px;
    color: #29263f;
    background-color: #fff;
    margin-top: 0
}

.medical-category .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.medical-category .posts-container .posts-post {
    width: 49%
}

.medical-category .posts-container .posts-post-image {
    width: 35%;
    height: 250px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px
}

.medical-category .posts-container .posts-post-info {
    width: 65%;
    height: 100%
}

.medical-category .posts-container .posts-post-date {
    display: none
}

.medical-category .posts-container .posts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.guide-container {
    margin-bottom: 40px
}

.guide-container .guide-post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, 0);
    border: 1px solid #979797;
    border-radius: 10px;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 8px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.guide-container .guide-post-link:hover {
    text-decoration: none;
    background-color: #00539f
}

.guide-container .guide-post-link:hover .guide-post-title {
    color: #fff
}

.guide-container .guide-post-link:hover .guide-arrow {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.guide-container .guide-circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px
}

.guide-container .guide-post-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f
}

.guide-container .guide-arrow,
.guide-container .guide-post-title {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.guide-container .guide-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 14px;
    margin-right: 8px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.guide-single>header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00539f;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 20px
}

.guide-single>header img {
    width: 30px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.guide-single>header .entry-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 0
}

@media only screen and (max-width:650px) {
    .guide-container .guide-post-title {
        font-size: 16px
    }
}

.diseases-container {
    margin-bottom: 80px
}

.diseases-container .diseases-category {
    margin-bottom: 6px
}

.diseases-container .diseases-category .diseases-category-title {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 11px 50px 11px 20px;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.diseases-container .diseases-category .diseases-category-title:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 27px;
    width: 18px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODQyNTEgMS4zNDE3MUM5LjM3NzIgMC44ODYwOTcgOC42MjI4IDAuODg2MDk3IDguMTU3NDkgMS4zNDE3MUwxLjM0ODk4IDguMDA4MzhDMC44ODM2NzQgOC40NjM5OSAwLjg4MzY3NCA5LjIwMjY4IDEuMzQ4OTggOS42NTgyOUMxLjgxNDI4IDEwLjExMzkgMi41Njg2OSAxMC4xMTM5IDMuMDM0IDkuNjU4MjlMOSAzLjgxNjU4TDE0Ljk2NiA5LjY1ODI5QzE1LjQzMTMgMTAuMTEzOSAxNi4xODU3IDEwLjExMzkgMTYuNjUxIDkuNjU4MjlDMTcuMTE2MyA5LjIwMjY4IDE3LjExNjMgOC40NjM5OSAxNi42NTEgOC4wMDgzOEw5Ljg0MjUxIDEuMzQxNzFWMS4zNDE3MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat 50%/18px 11px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: contrast(1) brightness(2);
    filter: contrast(1) brightness(2)
}

.diseases-container .diseases-category.is-expanded .diseases-category-title {
    color: #fff;
    background: #00539f;
    border-color: #00539f
}

.diseases-container .diseases-category.is-expanded .diseases-category-title:after {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.diseases-container .diseases-category.is-expanded .diseases-posts {
    max-height: inherit
}

.diseases-container .diseases-posts {
    max-height: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    overflow: hidden
}

.diseases-container .diseases-posts .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 5px 0
}

.diseases-container .diseases-posts .posts-container .diseases-post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24%;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #979797;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2e2f
}

.diseases-container .diseases-post-link {
    display: inline-block
}

@media only screen and (max-width:700px) {
    .diseases-posts .diseases-post-link {
        width: 50%!important
    }
}

.synevo-map .synmap-leaflet {
    width: 100%;
    height: 460px
}

.synevo-pdf {
    margin-bottom: 40px
}

.synevo-pdf-iframe {
    display: none
}

@media only screen and (max-width:1024px) {
    .synevo-pdf-plugin {
        display: none!important
    }
    .synevo-pdf-iframe {
        display: block!important
    }
}

.synevo-swiper-block {
    width: 100%;
    height: 570px
}

.synevo-swiper-block .swiper-slide {
    width: 100%!important;
    height: 570px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.synevo-swiper-block .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 1
}

.synevo-swiper-block .swiper-innercontent {
    max-width: 900px;
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    z-index: 2
}

.synevo-swiper-block .swiper-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    max-width: 500px
}

.synevo-swiper-block .swiper-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e7e7e7;
    max-width: 830px
}

.synevo-swiper-block .btn-swiper {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 13px 30px
}

.synevo-swiper-block .swiper-pagination {
    bottom: 36px
}

.synevo-swiper-block .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff
}

.synevo-swiper-block .swiper-pagination-bullet-active {
    background: #fff
}

.synevo-swiper-block.swiper-equipment {
    height: auto
}

.synevo-swiper-block.swiper-equipment .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto
}

.synevo-swiper-block.swiper-equipment .swiper-slide .swiper-innercontent {
    max-width: 100%;
    padding-left: 0;
    margin-left: 40%;
    width: 60%;
    margin: 0!important
}

.synevo-swiper-block.swiper-equipment .swiper-image {
    height: 140px;
    width: 300px;
    text-align: center
}

.synevo-swiper-block.swiper-equipment .swiper-image img {
    height: 140px;
    width: auto
}

.synevo-swiper-block.swiper-equipment .swiper-title {
    color: #29263f;
    font-size: 20px
}

.synevo-swiper-block.swiper-equipment .swiper-description {
    color: #2a2e2f
}

.synevo-swiper-block.swiper-equipment .swiper-pagination {
    bottom: 0!important
}

.synevo-swiper-block.swiper-equipment .swiper-pagination .swiper-pagination-bullet {
    background: #979797;
    border: 0
}

.synevo-swiper-block.swiper-equipment .swiper-pagination .swiper-pagination-bullet-active {
    background: #fdb913
}

@media only screen and (max-width:700px) {
    .synevo-swiper-block.swiper-equipment .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-swiper-block.swiper-equipment .swiper-innercontent {
        margin: 0!important
    }
}

.synevo-statistici-short {
    position: relative;
    background: #00539f
}

.synevo-statistici-short .statistici-swiper .swiper-wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.synevo-statistici-short .statistici-swiper .swiper-wrapper,
.synevo-statistici-short .synevo-stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-statistici-short .synevo-stat-item {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 28px 0
}

.synevo-statistici-short .synevo-stat-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 66px;
    height: 46px;
    text-align: center;
    margin-right: 20px
}

.synevo-statistici-short .synevo-stat-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.synevo-statistici-short .synevo-stat-content {
    overflow: hidden
}

.synevo-statistici-short .synevo-stat-content .ss-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.synevo-statistici-short .synevo-stat-content .ss-title span {
    font-size: 24px;
    color: #fdb913
}

.synevo-statistici-short .synevo-stat-content .ss-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e7e7e7
}

.synevo-statistici-short .swiper-button-next,
.synevo-statistici-short .swiper-button-prev {
    display: none;
    width: 18px!important
}

.synevo-statistici-short .swiper-button-next:after,
.synevo-statistici-short .swiper-button-prev:after {
    display: none
}

.synevo-statistici-short .swiper-button-prev img {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.synevo-statistici-short .swiper-button-next img {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

@media only screen and (max-width:1024px) {
    .synevo-statistici-short .synevo-stat-item {
        width: 100%
    }
    .synevo-statistici-short .swiper-wrapper {
        -webkit-box-pack: unset!important;
        -ms-flex-pack: unset!important;
        justify-content: unset!important
    }
}

.synevo-despre-noi-hero {
    background: #f6f7f9;
    padding-top: 88px
}

.synevo-despre-noi-hero:last-of-type {
    padding-bottom: 88px
}

.synevo-despre-noi-hero.is-type-2 {
    background: none
}

.synevo-despre-noi-hero.is-type-2 .syndnh-delimiter {
    background: #fdb913
}

.synevo-despre-noi-hero>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 145px
}

.synevo-despre-noi-hero .syndnh-image {
    margin-right: 100px
}

.synevo-despre-noi-hero .syndnh-image img {
    width: 488px;
    height: 410px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.synevo-despre-noi-hero .syndnh-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #00539f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.synevo-despre-noi-hero .syndnh-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px
}

.synevo-despre-noi-hero .syndnh-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.synevo-despre-noi-hero .syndnh-delimiter {
    width: 63px;
    height: 5px;
    background: #00539f;
    border-radius: 5px;
    margin-bottom: 20px
}

.synevo-despre-noi-hero .syndnh-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    margin-bottom: 20px
}

.synevo-despre-noi-hero .btn-syndnh {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 13px 38px
}

.synevo-despre-noi-hero.is-pos-right>.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.synevo-despre-noi-hero.is-pos-right .syndnh-image {
    margin-right: 0;
    margin-left: 100px
}

@media only screen and (max-width:650px) {
    .synevo-despre-noi-hero:last-of-type {
        padding-bottom: 20px
    }
}

.synevo-call-to-action-box {
    margin: 20px 0
}

.synevo-call-to-action-box .sycatabo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

.synevo-call-to-action-box .sycatabo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.synevo-call-to-action-box .sycatabo-item:hover {
    border-color: #fdb913
}

.synevo-call-to-action-box .sycatabo-image {
    width: 100px;
    height: 100px;
    margin: 10px auto
}

.synevo-call-to-action-box .sycatabo-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.synevo-call-to-action-box .sycatabo-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #29263f;
    margin-bottom: 10px;
    width: 100%
}

.synevo-call-to-action-box .sycatabo-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 10px;
    width: 100%
}

.synevo-call-to-action-box .btn-sycatabo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 13px 38px
}

@media only screen and (max-width:480px) {
    .synevo-call-to-action-box {
        margin: 0
    }
    .synevo-call-to-action-box .sycatabo-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.synevo-intrebari-frecvente {
    position: relative;
    background: #f6f7f9
}

.synevo-intrebari-frecvente>.container {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synevo-intrebari-frecvente .synif-image {
    width: 48%;
    position: relative
}

.synevo-intrebari-frecvente .synif-image img {
    width: 100%
}

.synevo-intrebari-frecvente .synif-content {
    width: 48%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.synevo-intrebari-frecvente .synif-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #29263f;
    margin-bottom: 30px
}

.synevo-intrebari-frecvente .synif-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    color: #00539f
}

.synevo-intrebari-frecvente .synif-faq-items {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.synevo-intrebari-frecvente .synif-faq-item {
    margin-bottom: 20px
}

.synevo-intrebari-frecvente .synif-faq-item.is-expanded .synif-faq-question:after {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.synevo-intrebari-frecvente .synif-faq-item.is-expanded .synif-faq-answer {
    display: block
}

.synevo-intrebari-frecvente .synif-faq-question {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #29263f;
    background: #fff;
    border-radius: 10px;
    padding: 11px 50px 11px 20px;
    cursor: pointer
}

.synevo-intrebari-frecvente .synif-faq-question:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 27px;
    width: 18px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODQyNTEgMS4zNDE3MUM5LjM3NzIgMC44ODYwOTcgOC42MjI4IDAuODg2MDk3IDguMTU3NDkgMS4zNDE3MUwxLjM0ODk4IDguMDA4MzhDMC44ODM2NzQgOC40NjM5OSAwLjg4MzY3NCA5LjIwMjY4IDEuMzQ4OTggOS42NTgyOUMxLjgxNDI4IDEwLjExMzkgMi41Njg2OSAxMC4xMTM5IDMuMDM0IDkuNjU4MjlMOSAzLjgxNjU4TDE0Ljk2NiA5LjY1ODI5QzE1LjQzMTMgMTAuMTEzOSAxNi4xODU3IDEwLjExMzkgMTYuNjUxIDkuNjU4MjlDMTcuMTE2MyA5LjIwMjY4IDE3LjExNjMgOC40NjM5OSAxNi42NTEgOC4wMDgzOEw5Ljg0MjUxIDEuMzQxNzFWMS4zNDE3MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat 50%/18px 11px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.synevo-intrebari-frecvente .synif-faq-answer,
.synevo-intrebari-frecvente .synif-faq-question:after {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.synevo-intrebari-frecvente .synif-faq-answer {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2a2e2f;
    overflow: hidden;
    max-height: auto;
    display: none
}

.synevo-intrebari-frecvente .synif-faq-answer-content {
    padding: 11px 20px
}

.synevo-intrebari-frecvente .synif-actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto
}

.synevo-intrebari-frecvente .synif-actions .btn-synif {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 14px 18px 14px 24px
}

.synevo-intrebari-frecvente .synif-actions .btn-synif img {
    margin-left: 12px
}

@media only screen and (max-width:1880px) {
    .synevo-intrebari-frecvente .synif-content {
        width: 700px
    }
}

@media only screen and (max-width:1600px) {
    .synevo-intrebari-frecvente .synif-content {
        width: 600px
    }
}

.synevo-atelierul-de-sanatate {
    text-align: center;
    margin: 80px 0;
    overflow: hidden
}

.synevo-atelierul-de-sanatate .synas-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #29263f;
    margin-bottom: 20px
}

.synevo-atelierul-de-sanatate .synas-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    color: #00539f
}

.synevo-atelierul-de-sanatate .synas-delimiter {
    width: 63px;
    height: 5px;
    background: #00539f;
    border-radius: 5px;
    margin: 0 auto 40px
}

.synevo-atelierul-de-sanatate .synas-items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synevo-atelierul-de-sanatate .synas-background {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.synevo-atelierul-de-sanatate .synas-item {
    display: block;
    color: inherit;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.synevo-atelierul-de-sanatate .synas-item:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.synevo-atelierul-de-sanatate .synas-item:hover .synas-image {
    -webkit-box-shadow: 0 2px 16px #dadada;
    box-shadow: 0 2px 16px #dadada
}

.synevo-atelierul-de-sanatate .synas-image {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5);
    box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5)
}

.synevo-atelierul-de-sanatate .synas-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 7px solid #fff;
    border-radius: 100%;
    font-family: object-fit\: cover
}

.synevo-atelierul-de-sanatate .synas-content .snitem-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #29263f;
    margin-top: 10px;
    margin-bottom: 10px
}

.synevo-atelierul-de-sanatate .synas-content .snitem-text {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #101010
}

@media only screen and (max-width:1024px) {
    .synevo-atelierul-de-sanatate .synas-items .synas-item {
        border: none!important
    }
    .synevo-atelierul-de-sanatate .synas-items .synas-item:hover {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.synevo-contact-locations-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 14.4em
}

.synevo-contact-location-short {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%
}

.synevo-contact-location-short .syclshort-title {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.synevo-contact-location-short .syclshort-title span {
    color: #00539f;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.synevo-contact-location-short .syclshort-description {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: italic
}

.synevo-announcement {
    background: #f6f7f9;
    padding: 40px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1
}

.synevo-announcement-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 10px 40px
}

.synevo-announcement-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}

.synevo-announcement-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #00539f
}

.synevo-announcement-btn,
.synevo-announcement-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.synevo-announcement-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding: 10px;
    color: #fdb913
}

.synevo-announcement-btn span {
    margin-right: 8px
}

.synevo-announcement-btn:hover {
    color: #fdb913;
    text-decoration: none
}

.synevo-announcement-btn:hover span {
    text-decoration: underline
}

@media only screen and (max-width:650px) {
    .synevo-announcement-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    .synevo-announcement-title {
        width: calc(100% - 60px)
    }
    .synevo-announcement-btn {
        margin-left: auto
    }
}

.synevo-checkbox {
    margin-bottom: 20px
}

.synevo-checkbox .sychbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #979797;
    border-radius: 10px
}

.synevo-checkbox .sychbox-left {
    width: 45%;
    padding: 0 20px
}

.synevo-checkbox .sychbox-right {
    width: 55%;
    padding-right: 20px
}

.synevo-checkbox .sychbox-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #29263f
}

.synevo-checkbox .sychbox-list {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2a2e2f;
    padding: 10px 0
}

.synevo-checkbox .sychbox-list p {
    position: relative;
    padding-left: 40px
}

.synevo-checkbox .sychbox-list p:first-child {
    margin-top: 1rem
}

.synevo-checkbox .sychbox-list p:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjM3MTAyIDIwLjY1MzdDMy45NjI0NyAyNi4xODI2IDkuNzM5OTggMjkuNDk1NiAxNS44MjA3IDI4LjkzOTRDMjIuNzgwMSAyOC4yOTE4IDI4LjI5MTggMjIuNzgwMSAyOC45Mzk0IDE1LjgyMDdDMjkuNDk1NiA5LjczOTk4IDI2LjE4MjYgMy45NjI0NyAyMC42NTM3IDEuMzcxMDJDMTUuMTI0OCAtMS4yMjA0MyA4LjU2NDkyIC0wLjA3MDQwMzEgNC4yNDcyNiA0LjI0NzI2Qy0wLjA3MDQwMzEgOC41NjQ5MiAtMS4yMjA0MyAxNS4xMjQ4IDEuMzcxMDIgMjAuNjUzN1pNMi42NzQ2NCA4LjgwOTY2QzUuMDc4ODcgMy43OTA2NyAxMC4zODgyIDAuODM0Nzg0IDE1LjkyMDggMS40MzQ5OUMyMi4wNDE5IDIuMTA4MTkgMjYuODc0OSA2Ljk0MTE5IDI3LjU0ODEgMTMuMDYyM0MyOC4xNDgzIDE4LjU5NSAyNS4xOTI1IDIzLjkwNDMgMjAuMTczNSAyNi4zMDg1QzE1LjE1NDUgMjguNzEyNyA5LjE2NDc0IDI3LjY4ODcgNS4yMjk2MSAyMy43NTM1QzEuMjk0NDggMTkuODE4NCAwLjI3MDQwMyAxMy44Mjg2IDIuNjc0NjQgOC44MDk2NloiIGZpbGw9IiNGREI5MTMiLz4KPHBhdGggZD0iTTEzLjI4NjYgMjBDMTIuOTM5MiAyMC4wMDA0IDEyLjYwNSAxOS44NjYgMTIuMzU0IDE5LjYyNDlMNy40MTQ3IDE0Ljg3NzZDNy4wNjcwNiAxNC41NDI2IDYuOTIzOTIgMTQuMDQ3IDcuMDM5MTggMTMuNTc3NEM3LjE1NDQ0IDEzLjEwNzcgNy41MTA2MSAxMi43MzU1IDcuOTczNSAxMi42MDA5QzguNDM2NCAxMi40NjYyIDguOTM1NzEgMTIuNTg5NiA5LjI4MzM1IDEyLjkyNDZMMTMuMjY5OCAxNi43NjNMMjAuNzMwOSA5LjM2NjY3QzIxLjI2MzQgOC44NjQ0NCAyMi4wOTc5IDguODgwMDMgMjIuNjExNCA5LjQwMTc5QzIzLjEyNDkgOS45MjM1NiAyMy4xMzAxIDEwLjc2MTEgMjIuNjIzMSAxMS4yODkyTDE0LjIzMjcgMTkuNjExNEMxMy45ODA1IDE5Ljg2MDcgMTMuNjQwNiAyMC4wMDAzIDEzLjI4NjYgMjBaIiBmaWxsPSIjRkRCOTEzIi8+Cjwvc3ZnPgo=) no-repeat 50%/30px 30px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:700px) {
    .synevo-checkbox .sychbox-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-checkbox .sychbox-left {
        width: 100%;
        padding-top: 20px
    }
    .synevo-checkbox .sychbox-right {
        width: 100%;
        padding-left: 20px
    }
}

.synevo-certificates-container>div {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px
}

.synevo-certificates-container .synevo-certificates {
    width: 32%;
    border: 1px solid #979797;
    border-radius: 10px
}

.synevo-certificates-container .sycert-inner {
    height: 300px;
    margin: 10px;
    border: 1px solid rgba(253, 185, 19, .4)
}

.synevo-certificates-container .sycert-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.synevo-certificates-container .sycert-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    text-align: center;
    width: 100%
}

.synevo-certificates-container .sycert-more {
    border-radius: 24px;
    border: 2px solid #00539f;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.synevo-certificates-container .sycert-popup-inner .syncert-popup-gallery-link {
    display: inline-block
}

.synevo-certificates-container .sycert-popup-inner .syncert-popup-gallery-link:hover {
    text-decoration: none
}

.synevo-circle-graph {
    width: 60%;
    margin: 0 auto
}

.synevo-circle-graph .syncirgr-container {
    margin: 20px 0
}

.synevo-circle-graph .syncirgr-container .syncirgr-head {
    text-align: center
}

.synevo-circle-graph .syncirgr-container .syncirgr-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.synevo-circle-graph .syncirgr-container .syncirgr-item {
    width: 25%;
    margin-right: 10px
}

.synevo-circle-graph .syncirgr-container .syncirgr-item-label {
    font-size: 14px;
    text-align: center;
    color: #29263f;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.synevo-circle-graph .syncirgr-circle {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    background-color: #e6e6e6;
    border-radius: 50%
}

.synevo-circle-graph .syncirgr-circle .syncirgr-circle-fill,
.synevo-circle-graph .syncirgr-circle .syncirgr-circle-slice {
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out, -o-transform 1s ease-out;
    border-radius: 50%
}

.synevo-circle-graph .syncirgr-circle .syncirgr-circle-slice {
    clip: rect(0, 150px, 150px, 75px)
}

.synevo-circle-graph .syncirgr-circle .syncirgr-circle-slice .syncirgr-circle-fill {
    clip: rect(0, 75px, 150px, 0);
    background-color: #00539f
}

@-webkit-keyframes circleSliceFadeIn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(var(--circle-angle));
        transform: rotate(var(--circle-angle))
    }
}

@-o-keyframes circleSliceFadeIn {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(var(--circle-angle));
        transform: rotate(var(--circle-angle))
    }
}

@keyframes circleSliceFadeIn {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(var(--circle-angle));
        -o-transform: rotate(var(--circle-angle));
        transform: rotate(var(--circle-angle))
    }
}

.synevo-circle-graph .syncirgr-circle .syncirgr-circle-fill,
.synevo-circle-graph .syncirgr-circle .syncirgr-circle-fill.syncirgr-circle-bar,
.synevo-circle-graph .syncirgr-circle .syncirgr-circle-slice.full {
    -webkit-animation: circleSliceFadeIn 1s ease-out 0s 1 forwards;
    -o-animation: 1s ease-out 0s 1 circleSliceFadeIn forwards;
    animation: circleSliceFadeIn 1s ease-out 0s 1 forwards
}

.synevo-circle-graph .syncirgr-circle .syncirgr-circle-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 116px;
    height: 116px;
    position: absolute;
    margin-left: 17px;
    margin-top: 17px;
    background-color: #fff;
    border-radius: 50%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px
}

.synevo-gauge-chart {
    margin: 40px 0
}

.synevo-gauge-chart .syngauch-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto
}

.synevo-gauge-chart .syngauch-chart {
    width: 100%;
    text-align: center
}

.synevo-gauge-chart .syngauch-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    padding: 0 10px
}

.synevo-gauge-chart .syngauch-subtitle {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #00539f;
    margin-top: -30px
}

.synevo-gauge-chart .syngauch-gauge svg text:last-child {
    -webkit-transform: translateX(3%);
    -o-transform: translateX(3%);
    transform: translateX(3%);
    font-size: 20px
}

@media only screen and (max-width:599px) {
    .synevo-gauge-chart .syngauch-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-gauge-chart .syngauch-chart {
        margin-bottom: 20px
    }
}

.synevo-rating .synratecl {
    max-width: 1100px;
    margin: 40px auto
}

.synevo-rating .synratecl-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f
}

.synevo-rating .synratecl-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.synevo-rating .synratecl-item {
    width: 100%;
    text-align: center;
    margin: 20px
}

.synevo-rating .synratecl-item-image {
    margin-bottom: 10px
}

.synevo-rating .synratecl-item-image img {
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain
}

.synevo-rating .synratecl-item-title {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #29263f
}

.synevo-rating .synratecl-item-value {
    margin-bottom: 10px;
    font-size: 26px;
    color: #00539f
}

.synevo-rating .synratecl-item-stars .star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0 1px 0 #a2a2a2
}

.synevo-rating .synratecl-item-stars .star-ratings-css-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fdb913;
    padding: 0;
    overflow: hidden
}

.synevo-rating .synratecl-item-stars .star-ratings-css-bottom {
    display: block;
    padding: 0;
    z-index: 0
}

@media only screen and (max-width:782px) {
    .synevo-rating .synratecl-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-rating .synratecl-item {
        margin-bottom: 20px
    }
}

.synevo-contact-form {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 1px 0 17px -14px #000;
    box-shadow: 1px 0 17px -14px #000;
    padding: 40px
}

.synevo-contact-form .syncoform-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.synevo-contact-form .syncoform-info-col1 {
    width: 70%
}

.synevo-contact-form .syncoform-info-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px;
    margin-bottom: 10px
}

.synevo-contact-form .syncoform-info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.synevo-contact-form .syncoform-info-item:first-of-type {
    width: 60%;
    margin-right: 10px
}

.synevo-contact-form .syncoform-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-contact-form .syncoform-info-item-image {
    margin-right: 5px
}

.synevo-contact-form .syncoform-info-item-content {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #29263f;
    line-height: 1.2
}

.synevo-contact-form .syncoform-info-col2 {
    width: 29%
}

.synevo-content-box .sycbox-items {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 0 -10px
}

.synevo-content-box .sycbox-item,
.synevo-content-box .sycbox-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.synevo-content-box .sycbox-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    padding: 36px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden
}

.synevo-content-box .sycbox-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px
}

.synevo-content-box .sycbox-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #29263f;
    margin-bottom: 10px
}

.synevo-content-box .sycbox-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2e2f;
    overflow: visible
}

.synevo-content-box .sycbox-description b {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #00539f
}

.synevo-content-box .sycbox-description p {
    margin-bottom: .6rem
}

.synevo-content-box .sycbox-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

.synevo-content-box .sycbox-more .btn-sycbox {
    background: #fff;
    border: 2px solid #00539f;
    border-radius: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #29263f;
    padding: 13px 50px
}

.synevo-content-box.title-icon-inline .sycbox-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-content-box.title-icon-inline .sycbox-head .sycbox-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px
}

.synevo-content-box.title-icon-inline .sycbox-head .sycbox-title {
    max-width: 100%
}

.synevo-content-box.box-text-center .sycbox-item {
    text-align: center
}

.synevo-content-box.box-text-center .sycbox-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.synevo-content-box.bullet-list .sycbox-description p {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.synevo-content-box.bullet-list .sycbox-description p:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fdb913
}

.synevo-simple-box {
    margin: 20px 0
}

.synevo-simple-box .sycsmbox-items {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.synevo-simple-box .sycsmbox-item,
.synevo-simple-box .sycsmbox-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.synevo-simple-box .sycsmbox-item {
    position: relative;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 26px;
    margin-right: 10px;
    border: 1px solid #979797;
    border-radius: 10px;
    overflow: hidden
}

.synevo-simple-box .sycsmbox-item:last-child {
    margin-right: 0
}

.synevo-simple-box .sycsmbox-item:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
    border: 1px solid #b0b0b0
}

.synevo-simple-box .sycsmbox-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    margin-bottom: 10px
}

.synevo-simple-box .sycsmbox-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.synevo-simple-box .sycsmbox-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #2a2e2f;
    overflow: visible
}

.synevo-simple-box .sycsmbox-text b {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #00539f
}

@media only screen and (max-width:700px) {
    .synevo-simple-box .sycsmbox-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-simple-box .sycsmbox-item {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.synevo-page-hero {
    background-size: cover;
    background-position: bottom;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: -40px
}

.synevo-page-hero .synpher-content {
    text-align: center;
    margin-top: 40px
}

.synevo-page-hero .synpher-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px
}

.synevo-page-hero .synpher-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 0 auto 20px
}

.synevo-page-hero .synpher-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191
}

.synevo-page-hero.with-image {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-page-hero.with-image .synpher-title {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.synevo-proiecte-sustinute .synps-items {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 0 -10px
}

.synevo-proiecte-sustinute .synps-item,
.synevo-proiecte-sustinute .synps-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.synevo-proiecte-sustinute .synps-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    padding-bottom: 36px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden
}

.synevo-proiecte-sustinute .synps-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px
}

.synevo-proiecte-sustinute .synps-image img {
    width: 100%
}

.synevo-proiecte-sustinute .synps-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    padding: 0 36px;
    margin-bottom: 10px
}

.synevo-proiecte-sustinute .synps-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    padding: 0 36px;
    overflow: visible
}

.synevo-proiecte-sustinute .synps-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 36px
}

.synevo-proiecte-sustinute .synps-link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #00539f
}

.synevo-noutati {
    text-align: center;
    margin-top: 54px;
    margin-bottom: 88px
}

.synevo-noutati .synews-head {
    margin: 24px auto;
    max-width: 500px
}

.synevo-noutati .synews-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #00539f;
    text-transform: uppercase
}

.synevo-noutati .synews-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 7px;
    line-height: 52px
}

.synevo-noutati .synews-title b,
.synevo-noutati .synews-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.synevo-noutati .synews-delimiter {
    width: 63px;
    height: 5px;
    background: #00539f;
    border-radius: 5px;
    margin: 0 auto 20px
}

.synevo-noutati .synews-delimiter.is-color-yellow {
    background: #fdb913
}

.synevo-noutati .synews-content {
    margin: 40px 0
}

.synevo-noutati .synews-content .swiper-wrapper {
    width: 96%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.synevo-noutati .synews-content .synews-link {
    display: block
}

.synevo-noutati .synews-content .synews-link:hover {
    text-decoration: none
}

.synevo-noutati .synews-content .synews-post {
    margin-top: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    border-radius: 10px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5);
    box-shadow: 0 2px 10px hsla(0, 0%, 86%, .5)
}

.synevo-noutati .synews-content .synews-post:hover {
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 2px 16px #dadada;
    box-shadow: 0 2px 16px #dadada
}

.synevo-noutati .synews-content .synews-post-image {
    overflow: hidden;
    background: #f6f7f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    height: 218px
}

.synevo-noutati .synews-content .synews-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.synevo-noutati .synews-content .synews-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 218px;
    padding-top: 34px;
    padding-bottom: 10px;
    text-align: left
}

.synevo-noutati .synews-content .synews-post-info:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(bottom, #fff, #fff 25%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(bottom, #fff 0, #fff 25%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #fff, #fff 25%, hsla(0, 0%, 100%, 0))
}

.synevo-noutati .synews-content .synews-post-date {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #939393;
    position: absolute;
    top: 0;
    left: 26px;
    overflow: hidden;
    border-radius: 24px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 7px 28px
}

.synevo-noutati .synews-content .synews-post-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    line-height: 1.3em;
    margin-bottom: 18px;
    padding: 0 26px
}

.synevo-noutati .synews-content .synews-post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    line-height: 1.2em;
    padding: 0 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

.synevo-noutati .synews-actions .btn-synews {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 13px 38px
}

.synevo-noutati .swiper-pagination {
    display: none
}

.synevo-app-promo {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 88px
}

.synevo-app-promo .sap-head {
    margin: 24px auto;
    max-width: 500px
}

.synevo-app-promo .sap-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #00539f;
    text-transform: uppercase
}

.synevo-app-promo .sap-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 10px;
    line-height: 52px
}

.synevo-app-promo .sap-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.synevo-app-promo .sap-delimiter {
    width: 63px;
    height: 5px;
    background: #00539f;
    border-radius: 5px;
    margin: 0 auto 20px
}

.synevo-app-promo .sap-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    margin-bottom: 20px
}

.synevo-app-promo .sap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1106px;
    margin: 0 auto
}

.synevo-app-promo .sap-column.has-features {
    padding-bottom: 6px
}

.synevo-app-promo .sap-feature {
    display: block;
    margin: 40px auto;
    text-decoration: none
}

.synevo-app-promo .sap-feature:hover {
    text-decoration: none
}

.synevo-app-promo .sap-feature:hover .ss-title {
    text-decoration: underline
}

.synevo-app-promo .sap-feature:hover .sap-icon {
    border-color: #fdb913;
    background-color: #fdb913
}

.synevo-app-promo .sap-feature:hover .sap-icon img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.synevo-app-promo .sap-feature:hover .sap-icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.synevo-app-promo .sap-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 8px auto;
    border: 1px solid #00539f;
    border-radius: 100%;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: transparent
}

.synevo-app-promo .sap-icon:before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    height: 106px;
    width: 106px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjEwNyIgdmlld0JveD0iMCAwIDEwNyAxMDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTMuNSAxMDZDODIuNDk0OSAxMDYgMTA2IDgyLjQ5NDkgMTA2IDUzLjVDMTA2IDI0LjUwNTEgODIuNDk0OSAxIDUzLjUgMUMyNC41MDUxIDEgMSAyNC41MDUxIDEgNTMuNUMxIDgyLjQ5NDkgMjQuNTA1MSAxMDYgNTMuNSAxMDZaIiBzdHJva2U9IiNGREI5MTMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtZGFzaGFycmF5PSI1Ii8+Cjwvc3ZnPgo=) no-repeat 50%/106px 106px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.synevo-app-promo .sap-feature-info {
    max-width: 220px;
    height: 100px;
    margin: 0 auto
}

.synevo-app-promo .sap-feature-info .ss-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #29263f;
    margin-top: 16px;
    margin-bottom: 6px
}

.synevo-app-promo .sap-feature-info .ss-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    line-height: 20px
}

.synevo-app-promo .sap-mockup {
    position: relative;
    margin: 22px auto
}

.synevo-app-promo .sap-mockup-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none
}

.synevo-app-promo .sap-screenshot {
    position: absolute;
    top: 7.98%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 77.54%;
    height: 75.145%
}

.synevo-app-promo .sap-screenshot-img {
    width: 100%;
    height: 100%
}

.synevo-app-promo .sap-app-links {
    margin-top: 70px
}

.synevo-app-promo .sap-app-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 255px;
    border: 2px solid #00539f;
    border-radius: 36px;
    margin: 0 7px;
    height: 72px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: transparent
}

.synevo-app-promo .sap-app-button:hover {
    text-decoration: none;
    background: #00539f
}

.synevo-app-promo .sap-app-button:hover .sap-app-icon img {
    -webkit-filter: grayscale(1) brightness(4);
    filter: grayscale(1) brightness(4)
}

.synevo-app-promo .sap-app-button:hover .sap-app-text {
    color: #fff
}

.synevo-app-promo .sap-app-icon {
    width: 50px
}

.synevo-app-promo .sap-app-text {
    text-align: left;
    width: 126px;
    margin-left: 8px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #29263f
}

.synevo-app-promo .sap-app-text b {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase
}

.synevo-medic-links {
    position: relative
}

.synevo-medic-links>.container {
    padding: 0 20px
}

.synevo-medic-links .synmedl-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%
}

.synevo-medic-links .synmedl-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.synevo-medic-links .synmedl-content {
    width: 64%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.synevo-medic-links .synmedl-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 30px
}

.synevo-medic-links .synmedl-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.synevo-medic-links .synmedl-links-items {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.synevo-medic-links .synmedl-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    border-bottom: 1px solid #d6d6d6
}

.synevo-medic-links .synmedl-links-item:hover {
    text-decoration: none
}

.synevo-medic-links .synmedl-links-icon {
    width: 34px
}

.synevo-medic-links .synmedl-links-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.synevo-medic-links .synmedl-links-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    padding: 11px 14px;
    cursor: pointer
}

.synevo-medic-links .synmedl-links-name:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 27px;
    width: 11px;
    height: 18px;
    border-color: transparent transparent transparent #b8b8b8;
    border-style: solid;
    border-width: 9px 0 9px 9px
}

.synevo-ask-quota {
    position: relative;
    overflow: hidden
}

.synevo-ask-quota:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600vw;
    height: 600vw;
    border-radius: 100%;
    z-index: -1;
    background: #00539f
}

.synevo-ask-quota>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-ask-quota .syasqut-content {
    width: 40%
}

.synevo-ask-quota .syasqut-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px
}

.synevo-ask-quota .syasqut-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 20px 0
}

.synevo-ask-quota .syasqut-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.synevo-ask-quota .syasqut-form {
    width: 60%
}

.synevo-ask-quota .syasqut-form .synquotaform {
    width: 80%;
    border: none
}

.synevo-ask-quota .syasqut-form .synquotaform-message {
    display: none
}

.synevo-ask-quota .syasqut-form .synquotaform-field {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px
}

.synevo-ask-quota .syasqut-form .synquotaform-field input {
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 59%, .5);
    color: #fff
}

.synevo-ask-quota .syasqut-form .synquotaform-field select {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 59%, .5)
}

.synevo-ask-quota .syasqut-form .synquotaform-field select option {
    color: #000
}

.synevo-ask-quota .syasqut-form .synquotaform-actions {
    color: #fff
}

.synevo-ask-quota .syasqut-form .synquotaform-actions input {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #fdb913;
    border-radius: 24px;
    padding: 13px 40px;
    border: 0
}

.synevo-testimoniale {
    position: relative;
    padding: 20px 0;
    overflow: hidden
}

.synevo-testimoniale:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600vw;
    height: 600vw;
    border-radius: 100%;
    z-index: -1;
    background: #00539f
}

.synevo-testimoniale .syntes-background {
    position: relative
}

.synevo-testimoniale .syntes-background .syntes-bg-img {
    position: absolute;
    width: 64px;
    height: 64px;
    opacity: .7;
    background: hsla(0, 0%, 100%, .4);
    overflow: hidden;
    border-radius: 100%
}

.synevo-testimoniale .syntes-background .syntes-bg-img img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.synevo-testimoniale .syntes-background .syntes-bg-img-1 {
    top: 140px;
    left: -16%
}

.synevo-testimoniale .syntes-background .syntes-bg-img-2 {
    top: 220px;
    left: 0
}

.synevo-testimoniale .syntes-background .syntes-bg-img-3 {
    top: 55px;
    left: 18%
}

.synevo-testimoniale .syntes-background .syntes-bg-img-4 {
    top: -60px;
    left: 62%
}

.synevo-testimoniale .syntes-background .syntes-bg-img-5 {
    top: 180px;
    left: 76%
}

.synevo-testimoniale .syntes-background .syntes-bg-img-6 {
    top: 60px;
    left: 94%
}

.synevo-testimoniale .syntes-background .syntes-bg-img-7 {
    top: 300px;
    left: 96%
}

.synevo-testimoniale .syntes-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin: 30px 0
}

.synevo-testimoniale .syntes-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #fff
}

.synevo-testimoniale .syntes-content .swiper-innercontent {
    max-width: 680px
}

.synevo-testimoniale .syntes-swiper {
    padding: 60px 0;
    text-align: center
}

.synevo-testimoniale .syntes-swiper .swiper-pagination-bullets {
    bottom: 40px
}

.synevo-testimoniale .syntes-swiper .swiper-pagination-bullet {
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1
}

.synevo-testimoniale .syntes-swiper .swiper-pagination-bullet-active {
    background: #fdb913;
    position: relative;
    border-radius: 0
}

.synevo-testimoniale .syntes-swiper .swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fdb913
}

.synevo-testimoniale .syntes-swiper .swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fdb913
}

.synevo-testimoniale .syntes-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    background: #fff;
    border: 4px solid #fdb913;
    border-radius: 100%;
    overflow: hidden
}

.synevo-testimoniale .syntes-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.synevo-testimoniale .syntes-comment {
    font-weight: 300;
    font-style: italic
}

.synevo-testimoniale .syntes-comment,
.synevo-testimoniale .syntes-name {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.synevo-testimoniale .syntes-name {
    font-weight: 500
}

.synevo-group-block .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0
}

.synevo-group-block .synevo-group-item {
    width: 280px;
    height: 166px;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 10px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.synevo-group-block .synevo-group-item:hover {
    border-color: #fdb913
}

.synevo-group-block .synevo-group-item:hover .synevo-group-item-link {
    text-decoration: none
}

.synevo-group-block .synevo-group-item:hover .synevo-group-item-name {
    color: #00539f
}

.synevo-group-block .synevo-group-item-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.synevo-group-block .synevo-group-item-logo {
    width: 93px;
    margin-bottom: 6px
}

.synevo-group-block .synevo-group-item-name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #d8d8d8;
    padding-bottom: 10px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.synevo-video-block {
    margin-bottom: 88px
}

.synevo-video-block .synvideo-container {
    height: 440px;
    text-align: center
}

.synevo-video-block .synvideo-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1110px;
    margin: 0 auto
}

.synevo-video-block .synvideo-image .img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden
}

.synevo-video-block .synvideo-image .img-play {
    position: absolute;
    bottom: 4px;
    right: 4px
}

.synevo-video-gallery-block {
    margin-bottom: 40px
}

.synevo-video-gallery-block .synvidgal-container {
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.synevo-video-gallery-block .synvidgal-image {
    position: relative;
    display: inline-block;
    width: 23%;
    height: 100%;
    max-width: 100%;
    margin: 0 5px
}

.synevo-video-gallery-block .synvidgal-image .img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden
}

.synevo-video-gallery-block .synvidgal-image .img-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8);
    transform: translate3d(-50%, -50%, 0) scale(.8)
}

.synevo-videos-block {
    margin-bottom: 88px
}

.synevo-videos-block .synvid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synevo-videos-block .synvid-image {
    position: relative;
    display: inline-block;
    width: 49%
}

.synevo-videos-block .synvid-image .img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden
}

.synevo-videos-block .synvid-image .img-play {
    position: absolute;
    bottom: 4px;
    right: 4px
}

.synevo-videos-block .synvid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 49%
}

.synevo-videos-block .synvid-content .btn-synvid {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13px;
    background: #00539f;
    border-radius: 24px;
    color: #fff;
    padding: 13px 38px;
    margin-bottom: 20px
}

.synevo-videos-block .synvid-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #29263f;
    margin-bottom: 20px;
    width: 80%
}

.synevo-videos-block .synvid-description {
    width: 80%;
    color: #919191;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 20px
}

.synevo-videos-block .synvid-more-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    margin-bottom: 20px
}

.synevo-videos-block .synvid-more-vid-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.synevo-videos-block .synvid-mode-vid-item {
    position: relative;
    width: 30%;
    height: 160px;
    border-radius: 24px;
    overflow: hidden
}

.synevo-videos-block .synvid-mode-vid-item .img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.synevo-videos-block .synvid-mode-vid-item .img-play {
    position: absolute;
    bottom: 4px;
    right: 4px
}

.despre-noi-cariere {
    position: relative
}

.despre-noi-cariere>.container {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.despre-noi-cariere .syndnc-image {
    width: 48%;
    position: relative
}

.despre-noi-cariere .syndnc-image img {
    width: 100%
}

.despre-noi-cariere .syndnc-content {
    width: 48%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 400px
}

.despre-noi-cariere .syndnc-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 30px
}

.despre-noi-cariere .syndnc-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.despre-noi-cariere .syndnc-jobs-items {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.despre-noi-cariere .syndnc-jobs-item {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid #d6d6d6
}

.despre-noi-cariere .syndnc-jobs-item:hover {
    text-decoration: none
}

.despre-noi-cariere .syndnc-jobs-name {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #29263f;
    cursor: pointer;
    padding: 11px 45px 11px 0
}

.despre-noi-cariere .syndnc-jobs-name:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 27px;
    width: 11px;
    height: 18px;
    border-color: transparent transparent transparent #b8b8b8;
    border-style: solid;
    border-width: 9px 0 9px 9px
}

.despre-noi-cariere .syndnc-actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto
}

.despre-noi-cariere .syndnc-actions .btn-syndnc {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #00539f;
    border-radius: 24px;
    padding: 14px 18px 14px 24px
}

.despre-noi-cariere .syndnc-actions .btn-syndnc img {
    margin-left: 12px
}

.despre-noi-descriere {
    max-width: 680px;
    text-align: center;
    margin: 40px auto
}

.despre-noi-descriere .syndnd-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #29263f;
    margin-bottom: 20px
}

.despre-noi-descriere .syndnd-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.despre-noi-descriere .syndnd-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2e2f;
    margin-bottom: 20px
}

.despre-noi-descriere-2 {
    max-width: 680px;
    text-align: center;
    margin: 40px auto
}

.despre-noi-descriere-2 .syndnd2-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #29263f;
    margin-bottom: 20px
}

.despre-noi-descriere-2 .syndnd2-title span {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #00539f
}

.despre-noi-descriere-2 .syndnd2-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2e2f;
    margin-bottom: 20px
}

.despre-noi-descriere-2 .syndnd2-delimiter {
    width: 63px;
    height: 5px;
    background: #fdb913;
    border-radius: 5px;
    margin: 0 auto 20px
}

.despre-noi-valori {
    margin: 20px 0
}

.despre-noi-valori .syndnval-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.despre-noi-valori .syndnval-item {
    text-align: center;
    max-width: 280px;
    margin: 0 50px
}

.despre-noi-valori .syndnval-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px
}

.despre-noi-valori .syndnval-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #29263f;
    margin-bottom: 10px
}

.despre-noi-valori .syndnval-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #919191
}

.despre-noi-valori.icons-in-circle .syndnval-image {
    height: 90px;
    width: 90px;
    margin: 0 auto 16px;
    border: 1px solid #00539f;
    border-radius: 100%
}

.despre-noi-valori-2 {
    margin: 20px 0
}

.despre-noi-valori-2 .syndnval2-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.despre-noi-valori-2 .syndnval2-item {
    text-align: center;
    width: 100%;
    max-width: 280px;
    margin: 0 10px
}

.despre-noi-valori-2 .syndnval2-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 10px
}

.despre-noi-valori-2 .syndnval2-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #29263f
}

@media only screen and (max-width:700px) {
    .despre-noi-valori-2 .syndnval2-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.synevo-heading-icon {
    margin-bottom: 14px
}

.synevo-heading-icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.synevo-heading-icon-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.synevo-heading-icon-image img {
    width: 35px
}

.synevo-heading-icon-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #00539f;
    font-size: 20px
}

.synevo-heading-icon.title-black .synevo-heading-icon-title {
    color: #29263f
}

.synevo-heading-icon.with-border .synevo-heading-icon-content {
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 20px
}

.synevo-heading-icon.with-border .synevo-heading-icon-image {
    margin-right: 20px
}

.synevo-heading-icon.with-border .synevo-heading-icon-title {
    font-size: 16px
}

.synevo-heading-icon.with-readmore .synevo-heading-icon-content {
    position: relative;
    cursor: pointer
}

.synevo-heading-icon.with-readmore .synevo-heading-icon-content .synevo-heading-icon-readmore-btn {
    color: #29263f;
    font-size: 16px;
    margin-left: auto;
    margin-right: 40px
}

.synevo-heading-icon.with-readmore .synevo-heading-icon-content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 18px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljg0MjUxIDEuMzQxNzFDOS4zNzcyIDAuODg2MDk3IDguNjIyOCAwLjg4NjA5NyA4LjE1NzQ5IDEuMzQxNzFMMS4zNDg5OCA4LjAwODM4QzAuODgzNjc0IDguNDYzOTkgMC44ODM2NzQgOS4yMDI2OCAxLjM0ODk4IDkuNjU4MjlDMS44MTQyOCAxMC4xMTM5IDIuNTY4NjkgMTAuMTEzOSAzLjAzNCA5LjY1ODI5TDkgMy44MTY1OEwxNC45NjYgOS42NTgyOUMxNS40MzEzIDEwLjExMzkgMTYuMTg1NyAxMC4xMTM5IDE2LjY1MSA5LjY1ODI5QzE3LjExNjMgOS4yMDI2OCAxNy4xMTYzIDguNDYzOTkgMTYuNjUxIDguMDA4MzhMOS44NDI1MSAxLjM0MTcxVjEuMzQxNzFaIiBmaWxsPSIjMDA1MzlmIi8+DQo8L3N2Zz4NCg==) no-repeat 50%/18px 11px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.synevo-heading-icon.with-readmore.readme-active .synevo-heading-icon-content:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.wp-block-gallery {
    width: 100%;
    margin-bottom: 40px
}

.wp-block-gallery .blocks-gallery-grid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .wp-block-gallery .blocks-gallery-grid {
        max-width: 658px
    }
}

@media (min-width:768px) {
    .wp-block-gallery .blocks-gallery-grid {
        max-width: 878px
    }
}

@media (min-width:992px) {
    .wp-block-gallery .blocks-gallery-grid {
        max-width: 1170px
    }
}

@media (min-width:1200px) {
    .wp-block-gallery .blocks-gallery-grid {
        max-width: 1400px
    }
}

.wp-block-gallery .blocks-gallery-grid {
    width: 100%
}

.wp-block-gallery figure>a {
    display: block;
    padding-bottom: 100%;
    position: relative
}

.wp-block-gallery figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px
}

.wp-block-table table {
    table-layout: fixed
}

.wp-block-table thead th {
    position: relative;
    bottom: -1px;
    padding: 6px 14px;
    background: #00539f;
    text-align: center;
    border-right: 1px solid #cdcdcd;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

.wp-block-table thead th:first-child {
    border-top-left-radius: 10px
}

.wp-block-table thead th:last-child {
    border-top-right-radius: 10px;
    border-right: none
}

.wp-block-table tbody {
    -webkit-box-shadow: inset 0 0 0 1px #cdcdcd;
    box-shadow: inset 0 0 0 1px #cdcdcd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.wp-block-table tbody tr {
    border-bottom: 1px solid #cdcdcd
}

.wp-block-table tbody tr:last-child {
    border-bottom: none
}

.wp-block-table tbody td {
    position: relative;
    border-right: 1px solid #cdcdcd;
    padding: 28px 24px;
    height: 80px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2e2f
}

.wp-block-table tbody td b,
.wp-block-table tbody td strong {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.wp-block-table tbody td i {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: italic
}

.wp-block-table tbody td:last-child {
    border-right: none
}

.wp-block-table tbody td:first-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 56px;
    background: #fdb913;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.scroll-up {
    background-color: #fff;
    bottom: 8%;
    display: none;
    opacity: .9;
    outline: medium none;
    position: fixed;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    z-index: 10000;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    border: 2px solid #00539f
}

.scroll-up>.container-elemente-scroll>img {
    max-width: 35px;
    width: 14px;
    margin-right: 10px
}

.scroll-up:hover {
    width: 120px;
    background-color: #fff
}

.scroll-up:hover,
.scroll-up:hover .text-scroll-top {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.scroll-up:hover .text-scroll-top {
    opacity: 1
}

.container-elemente-scroll {
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.text-scroll-top {
    color: #00539f;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.synrecoltaredomiciliu{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 1px 0 17px -14px #000;
    max-width: 800px;
    margin-bottom: 50px;
}
.synrecoltaredomiciliu label{
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #29263f;
    font-size: 18px;
    margin-bottom: 10px;
}
.synrecoltaredomiciliu input,.synrecoltaredomiciliu textarea{
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
}
.synrecoltaredomiciliu input:focus-visible,.synrecoltaredomiciliu textarea:focus-visible{
    outline: 0px;
}
.synrecoltaredomiciliu textarea{
    height: 100px;
}
.synrecoltaredomiciliu input[type="checkbox"]{
    display: inline-block;
    width: 20px;
}
.synrecoltaredomiciliu .syncontactform-actions{
     justify-content: center;
    margin-top: 30px;
}
.synrecoltaredomiciliu .wpcf7-list-item-label{
    font-size: 15px;   
}
   

@media only screen and (max-width:2042px) {
    #preQuiz>div.startTest>img {
        max-width: 600px
    }
}

@media only screen and (max-width:1862px) {
    .anaSexes {
        width: 200px
    }
    .anaSexes:first-of-type:before,
    .anaSexes:nth-of-type(2):before {
        left: 20px
    }
    .shop-product-package h1 {
        font-size: 16px;
        max-width: 58%
    }
    .shop-product-package>div {
        font-size: 12px
    }
}

@media only screen and (max-width:1800px) {
    .alcohol {
        font-size: 12px
    }
    .startTest div {
        padding-top: 50px;
        padding-left: 50px
    }
    .sab-product-item .sab-product-name {
        font-size: 14px
    }
    #quizz>div.steps {
        height: 118px
    }
    #quizz>div.steps>.step {
        height: 100px
    }
}

@media only screen and (max-width:1661px) {
    .woocommerce #categTest #tests>ul>li h2 {
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 230px
    }
    .steps h1 {
        font-size: 12px
    }
    .steps img {
        height: 30px;
        width: 20px
    }
    .steps .ageGroup {
        font-size: 14px
    }
    .steps .initialQuizzBtn {
        right: 35%
    }
    #quizzMain .quizzBtn {
        padding: 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    #quizzMain,
    .steps {
        padding: 0 100px
    }
    .anaSexes {
        width: 160px
    }
    .anaSexes:first-of-type:before,
    .anaSexes:nth-of-type(2):before {
        left: 10px
    }
    .sab-product-item .sab-product-name {
        max-width: 320px
    }
}

@media only screen and (max-width:1600px) {
    .page-hero {
        height: 400px
    }
    .page-content .page-sidebar {
        width: 380px
    }
    .quick-links-nav {
        top: 110px
    }
    .synevo-page-hero {
        height: 400px
    }
    .synevo-contact-form {
        width: 60%
    }
    .page-content-inner .posts-post {
        width: 49%
    }
    .videos-post-image {
        height: 290px
    }
    .synquotaform {
        width: 60%
    }
    .synevo_events {
        width: 100%
    }
    .synevo-medic-links .synmedl-content {
        width: 58%
    }
    #alphabet>span {
        display: none
    }
    .woocommerce #twoSides .gineco p {
        font-size: 14px
    }
    .woocommerce .categArrow {
        right: 30px
    }
    .startTest {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 50px
    }
    #preQuiz>div.startTest>img {
        max-width: 500px
    }
    .startTest div h1 {
        font-size: 25px
    }
    .startTest div p {
        font-size: 16px
    }
    .startTest div button {
        width: 100%
    }
    .fourBoxes div p {
        font-size: 14px
    }
    .anatomyMain {
        margin: 0 100px
    }
}

@media only screen and (max-width:1500px) {
   
}

@media only screen and (max-width:1481px) {
    .search-bar .search-field {
        width: 269px
    }
}

@media only screen and (max-width:1450px) {
    .woocommerce #twoSides .gineco p {
        max-width: 300px
    }
    .header-main-container .brand {
        margin-right: 0;
        /* padding: 11px 20px */
    }
    .header-main-container .page-content .page-sidebar .widget_search .search-field,
    .header-main-container .search-bar-input,
    .page-content .page-sidebar .widget_search .header-main-container .search-field {
        width: 160px
    }
    .header-main-container .nav-primary .menu-item a {
        padding: 28px 5px
    }
    .synevo-despre-noi-hero.is-pos-left .syndnh-image {
        margin-right: 40px
    }
    .synevo-despre-noi-hero.is-pos-right .syndnh-image {
        margin-left: 40px
    }
    .synevo-noutati .synews-content .synews-post {
        width: 300px
    }
    .synevo-videos-block .synvid-container {
        height: 450px
    }
    .synevo-videos-block .synvid-image {
        width: 42%
    }
    .synevo-videos-block .synvid-content {
        width: 55%
    }
    .synevo-videos-block .synvid-content .synvid-description,
    .synevo-videos-block .synvid-content .synvid-title {
        width: 100%
    }
    .synevo-intrebari-frecvente .synif-content {
        width: 50%
    }
    .synevo-intrebari-frecvente .synif-image {
        width: 47%
    }
    .synevo-intrebari-frecvente .synif-image img {
        width: 100%
    }
    footer .widget_nav_menu {
        min-width: 18%
    }
    .smedici-content .smedici-medic {
        width: 20%
    }
    .synevo-contact-form {
        width: 80%
    }
    .videos-post-image {
        height: 150px
    }
    .synevo-certificates-container>div {
        width: 85%
    }
    .asiguratii-cas .despre-noi-valori .syndnval-items,
    .asiguratii-cas .synevo-content-box .sycbox-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .asiguratii-cas .despre-noi-valori .syndnval-item {
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: unset;
        margin-bottom: 20px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px
    }
    .asiguratii-cas .despre-noi-valori .syndnval-item .syndnval-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: unset;
        margin-right: 10px
    }
    .asiguratii-cas .despre-noi-valori .syndnval-item .syndnval-title {
        text-align: left
    }
    .asiguratii-cas .synevo-contact-locations-block {
        height: 18em
    }
    .asiguratii-cas .synevo-content-box.box-text-center .sycbox-item {
        text-align: left
    }
    .asiguratii-cas .synevo-content-box.box-text-center .sycbox-item .sycbox-head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .synquotaform {
        width: 80%
    }
    .synevo_events .entry-content .events-headinfo-info {
        padding-right: 15px
    }
    .medical-category .posts-container .posts-post {
        width: 100%
    }
    .synevo-ask-quota .syasqut-form .synquotaform,
    .synevo-circle-graph {
        width: 95%
    }
    .woocommerce .categArrow {
        right: 70px
    }
    #quizzMain #contentSex .contain {
        width: 100%;
        padding: 0 50px
    }
    .fourBoxes {
        padding-left: 100px;
        padding-right: 100px
    }
    .startTest {
        margin-left: 100px;
        margin-right: 100px
    }
    .anaSexes {
        width: 120px;
        font-size: 13px
    }
    .anaSexes:first-of-type:before,
    .anaSexes:nth-of-type(2):before {
        left: 10px
    }
    #menu-meniul-principal-header>.menu-item:first-of-type:before {
        width: 25px;
        left: 226px
    }
}

@media only screen and (max-width:1366px) {
    .header-main-container {
        padding: 0 28px
    }
    .search-bar .search-field {
        width: 200px
    }
    .header-main-container .brand {
        padding-left: 0
    }
    .nav-quick-access a {
        font-size: 12px
    }
    /* .header-main-container .brand img {
        height: 46px;
        width: 127px
    } */
    #anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div>iframe {
        height: 400px
    }
    .anaRight>.initial img:first-of-type {
        width: 400px
    }
    .sab-product-item .sab-product-name {
        font-size: 12px;
        max-width: 270px
    }
    #menu-meniul-principal-header>.menu-item:first-of-type:before {
        width: 25px;
        left: 155px
    }
    .single-product-type-woosb .summary.entry-summary h1 {
        font-size: 22px
    }
}

@media only screen and (max-width:1285px) {
    .woocommerce #categTest {
        display: block
    }
    .woocommerce #categTest #categ {
        width: 100%
    }
    .shopHome .teste {
        height: auto
    }
    .woocommerce #categTest #categ>section>.product-categories {
        padding: 0
    }
    .woocommerce #categTest #categ>section>.product-categories>li {
        border-top: 1px solid #d5d5d5;
        padding-top: 14px;
        min-height: 40px;
        margin-top: 12px;
        padding-right: 40px
    }
    .woocommerce #categTest,
    .woocommerce #categTest #categ {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    .woocommerce #categTest #categ {
        background-color: #f2f2f2
    }
    .woocommerce #categTest #tests {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }
    .woocommerce #twoSides .paymethod {
        font-size: 16px
    }
    @-webkit-keyframes exp {
        0% {
            height: 25px
        }
        to {
            height: 200px
        }
    }
    @-o-keyframes exp {
        0% {
            height: 25px
        }
        to {
            height: 200px
        }
    }
    @keyframes exp {
        0% {
            height: 25px
        }
        to {
            height: 200px
        }
    }
    @-webkit-keyframes cont {
        0% {
            height: 200px
        }
        to {
            height: 25px
        }
    }
    @-o-keyframes cont {
        0% {
            height: 200px
        }
        to {
            height: 25px
        }
    }
    @keyframes cont {
        0% {
            height: 200px
        }
        to {
            height: 25px
        }
    }
    .teste {
        padding: 0 100px;
        height: 100px
    }
    #checkout .teste{
        height: auto;
    }
    .teste h1 {
        display: none
    }
    .shopHome .teste h1 {
        display: block
    }
    #shopPackages #alphabet,
    #shopPackages #categTest #categ,
    #shopPackages .teste {
        display: none
    }
    #shopPackages #categTest #tests {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }
    .sab-product-item {
        height: 60px
    }
    .sab-product-item .sab-product-name {
        max-width: 200px
    }
    .sab-product-item .sab-product-url {
        right: 130px
    }
    #categ>section>ul>li>div {
        top: 20px;
        right: 30px
    }
    #categTest #categ {
        padding-top: 0;
        padding-left: 0
    }
    #categTest #categ>h1 {
        padding-left: 0;
        color: #00549e
    }
    #categTest #categ>h1:before {
        display: none
    }
    #preQuiz .teste {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #shopArchive .inapoi {
        margin-top: 0;
        display: block
    }
    #shopPackages .inapoi {
        display: block;
        margin-top: 10px
    }
    #shopArchive .teste,
    #singleProd .teste {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #shopArchive #tests {
        display: none
    }
    .inapoiShop {
        display: block;
        margin-top: 0
    }
    .single-data.single-product-data #categTest>#categ,
    .tax-product_cat #categTest>#categ,
    .tax-product_cat #categTest>div#categ>a:nth-child(3),
    .tax-product_cat #categTest>div#categ>a:nth-child(4),
    .tax-product_cat #categTest>div#categ>a:nth-child(5) {
        display: none
    }
    .tax-product_cat #categTest>#tests {
        display: block
    }
}

@media only screen and (max-width:1250px) {
    .synevo-despre-noi-hero .syndnh-image img {
        width: 330px
    }
    .despre-noi-cariere .syndnc-content,
    .despre-noi-cariere .syndnc-image {
        width: 49%
    }
    .woocommerce #twoSides .paymethod {
        font-size: 16px
    }
    .woocommerce .twoBillBoxes div>div:first-of-type h3 {
        font-size: 20px
    }
    .woocommerce .twoBillBoxes div>div:first-of-type p {
        font-size: 14px
    }
    .ageGroup {
        font-size: 12px
    }
    .smedici-content .smedici-medic {
        width: 25%
    }
}

@media only screen and (max-width:1170px) {
    .woocommerce #twoSides .paymethod {
        font-size: 14px
    }
    .woocommerce #twoSides>div:nth-of-type(2) .col2-set .col-1 .checkIt p {
        font-size: 12px
    }
    .woocommerce #twoSides .gineco p {
        font-size: 12;
        max-width: 250px
    }
    .woocommerce #twoSides .gineco div {
        height: 50px;
        width: 50px
    }
    .nav-primary .nav-main>.menu-item>a {
        font-size: 12px
    }
    .search-bar {
        margin: 0 5px
    }
    .page-content .page-sidebar .widget_search .search-field,
    .search-bar-input,
    .search-bar .search-field {
        width: 230px
    }
    .search-bar .search-field {
        width: 166px
    }
    #contentAlcohol>div>div:nth-child(3)>p {
        padding-top: 15px;
        font-size: 10px;
        line-height: 10px
    }
    #contentTension img {
        width: 80%
    }
    #contentDisease .disease {
        font-size: 12px
    }
    .woocommerce .twoBillBoxesCheckout {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    .woocommerce .twoBillBoxesCheckout div {
        height: 346px
    }
    .anaRight>.initial img:first-of-type {
        width: 350px
    }
    .anaRight>.initial h1 {
        font-size: 16px
    }
    .anaRight>.initial img:nth-of-type(2) {
        height: 40px
    }
    .anaRight>.initial p {
        font-size: 14px
    }
    #anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div {
        padding-left: 120px
    }
    #twoSides>div:nth-of-type(2) .place-order>div p,
    #woo_ml_subscribe_field label
    {
        font-size: 13px
    }
}

@media only screen and (max-width:1024px) {
    .header-main-container {
        padding: 0 20px
    }
    .header-cart-btn {
        margin: 0
    }
    .header-cart-btn>img {
        width: 25px
    }
    .synevo-content-box .sycbox-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .single-synevo_diseases-data main {
        padding-top: 68px
    }
    .nav-primary,
    .header-main-container .search-bar{
        display: none
    }
    .nav-quick-access {
        display: none;
        position: absolute;
        top: 88px;
        left: 0;
        right: 0
    }
    .nav-quick-access #menu-meniu-secundar-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-main-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 11;
        -webkit-box-shadow: 0 2px 19px -11px #000;
        box-shadow: 0 2px 19px -11px #000
    }
    .header-main-wrapper .header-main-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-main-wrapper .header-main-container .brand {
        margin-right: auto;
        padding-left: 0
    }
    .header-main-wrapper .header-main-container .page-content .page-sidebar .widget_search .search-field,
    .header-main-wrapper .header-main-container .search-bar-input,
    .page-content .page-sidebar .widget_search .header-main-wrapper .header-main-container .search-field {
        width: 55px;
        border: 0
    }
    .header-main-wrapper .header-main-container .menu-btn {
        display: block
    }
    .quick-links-nav {
        display: none
    }
    .synevo-despre-noi-hero>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-despre-noi-hero>.container .syndnh-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .synevo-despre-noi-hero>.container .syndnh-image img {
        width: 100%
    }
    .synevo-despre-noi-hero.is-pos-right>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-despre-noi-hero.is-pos-right .syndnh-image {
        margin-left: 0
    }
    .synevo-videos-block .synvid-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .synevo-videos-block .synvid-container .synvid-image {
        width: 100%;
        height: 400px;
        margin-bottom: 30px
    }
    .synevo-videos-block .synvid-container .synvid-content {
        width: 100%
    }
    .synevo-statistici-short .container {
        padding-left: 40px;
        padding-right: 40px
    }
    .synevo-statistici-short .swiper-button-next,
    .synevo-statistici-short .swiper-button-prev {
        display: block;
        width: 10px;
        height: 25px;
        top: 57%
    }
    .synevo-statistici-short .swiper-button-next:after,
    .synevo-statistici-short .swiper-button-prev:after {
        font-size: 16px
    }
    .synevo-noutati {
        position: relative
    }
    .synevo-noutati .swiper-pagination {
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 60px
    }
    .synevo-noutati .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px
    }
    .synevo-atelierul-de-sanatate .synas-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-atelierul-de-sanatate .synas-items .synas-background {
        display: none
    }
    .synevo-atelierul-de-sanatate .synas-items .synas-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #dcdcdc
    }
    .synevo-atelierul-de-sanatate .synas-items .synas-item .synas-image {
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .synevo-atelierul-de-sanatate .synas-items .synas-item .synas-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 20px;
        text-align: left
    }
    .synevo-intrebari-frecvente .synif-content {
        width: 100%
    }
    .synevo-intrebari-frecvente .synif-image,
    footer .widget_nav_menu {
        display: none
    }
    footer section.widget_custom_html {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 auto
    }
    .page-hero {
        height: 300px
    }
    .page-hero .page-hero-title {
        font-size: 30px
    }
    .page-content .page-sidebar {
        display: none
    }
    .posts-post {
        width: 46%
    }
    .post-single .entry-title {
        font-size: 30px
    }
    .synevo-page-hero {
        margin-bottom: 0;
        height: 300px
    }
    .synevo-page-hero .synpher-title {
        font-size: 30px
    }
    .syncontactform {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .syncontactform-col1,
    .syncontactform-col2 {
        width: 100%
    }
    .syncontactform-actions span {
        display: block;
        width: 100%
    }
    .syncontactform-actions input {
        width: 100%
    }
    .synevo-contact-form {
        width: 100%;
        border-radius: 0
    }
    .syncoform-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .syncoform-info-title {
        text-align: center
    }
    .syncoform-info-col1 {
        width: 100%!important
    }
    .syncoform-info-items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }
    .syncoform-info-item,
    .syncoform-info-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .syncoform-info-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px
    }
    .syncoform-info-item-image {
        margin-right: 0;
        margin-bottom: 10px
    }
    .syncoform-info-item:first-of-type {
        width: 100%!important;
        margin-right: 0!important
    }
    .syncoform-info-col2 {
        width: 100%!important
    }
    .swiper-equipment,
    .swiper-equipment .swiper-slide {
        height: 450px
    }
    .swiper-equipment .swiper-pagination {
        bottom: 0
    }
    .synevo-certificates-container>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .synevo-certificates-container .synevo-certificates {
        width: 50%;
        margin-bottom: 20px
    }
    .synquotaform {
        width: 100%;
        border: 0
    }
    .synquotaform-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synquotaform-col1,
    .synquotaform-col2 {
        width: 100%
    }
    .synevo_events .entry-content .events-headinfo-info {
        padding-right: 40px
    }
    .synevo-ask-quota>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-ask-quota .syasqut-content {
        width: 100%;
        padding: 60px
    }
    .synevo-ask-quota .syasqut-form {
        width: 100%
    }
    .header-cart-popup {
        z-index: 1012
    }
    .location-page-content-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .location-page-content-details,
    .location-page-content-map {
        width: 100%
    }
    .location-page-content-details {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .location-city-selector-container {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    #location-page-map-leaflet {
        height: 540px
    }
    .posts-container .page-content-inner .posts-post {
        width: 33%
    }
    .header-main-wrapper .search-bar .search-field:focus {
        padding-top: 14px;
        padding-bottom: 14px
    }
    #anatomy>div.teste {
        display: none
    }
    #anatomy {
        padding-top: 140px
    }
    .anaBtnsGroup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -65px;
        width: 821px;
        left: 0
    }
    .anaBtnsGroup .anaSexes {
        width: 40%;
        font-size: 18px
    }
    .anaSexes:first-of-type:before,
    .anaSexes:nth-of-type(2):before {
        left: 60px
    }
    .anatomyMain>div {
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }
    .anaCategsGroup {
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .anaCategsGroup>div {
        display: inline-block
    }
    #anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div {
        padding: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    .anaLeft {
        padding-top: 150px
    }
    .anaRight>.initial img:first-of-type {
        margin-top: 50px
    }
    #anatomy #shopSearch {
        display: block;
        position: absolute;
        top: 80px
    }
    #anatomy #shopSearch .inapoi {
        margin-top: 10px;
        display: inline-block
    }
    .quiz-result-package .package-footer-btn .single_add_to_cart_button {
        padding: 14px 9px
    }
    .header-main-container .brand img {
        height: 46px;
        width: 127px
    }
}

@media only screen and (max-width:1000px) {
    .text-scroll-top {
        display: none
    }
    .container-elemente-scroll {
        width: auto
    }
    .scroll-up>.container-elemente-scroll>img {
        margin-right: 0
    }
    .scroll-up:hover {
        width: 40px
    }
    .scroll-up:hover .text-scroll-top {
        opacity: 0
    }
    #menu-meniul-principal-header>.menu-item:first-of-type:before {
        display: none
    }
    .woocommerce #categTest #tests>ul>li {
        min-height: 100px;
        border-bottom: 1px solid #dadada
    }
    .woocommerce #categTest #tests>ul>li a:first-of-type>span {
        top: 4px;
        right: 0
    }
    .woocommerce .moreLink {
        margin-left: 15px
    }
    .woocommerce #categTest #tests>ul>li a:nth-of-type(2) {
        top: 30px;
        right: 10px
    }
    .single-product-type-simple .summary.entry-summary h1 {
        font-size: 22px
    }
    #tests>div.prodFoot>div button,
    .woocommerce .summary.entry-summary .cart button {
        height: 50px;
        width: 275px
    }
    #tests>div.prodFoot>div button:after,
    .woocommerce .summary.entry-summary .cart button:after {
        top: 12px;
        right: 30px
    }
    .add_to_cart_product_detail {
        padding-top: 17px!important
    }
    .woocommerce .prodFoot>div .price {
        right: 280px
    }
    .woocommerce .prodFoot>div button {
        height: 50px;
        width: 250px
    }
    .woocommerce .prodFoot>div button:after {
        top: 12px;
        right: 30px
    }
    .woocommerce .prodFoot>div .inapoi {
        font-size: 14px
    }
    .single-product-type-simple .summary.entry-summary .price {
        right: 90px
    }
    .woocommerce #threeBoxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
    .woocommerce .boxes {
        width: 48%;
        padding: 10px 25px;
        margin-bottom: 25px
    }
    #threeBoxes .btnWoo {
        width: 100%;
        margin-left: 0
    }
    .woocommerce #twoSides>div {
        display: block;
        padding: 0;
        width: 100%
    }
    .woocommerce #twoSides>div:nth-of-type(2) {
        margin-top: 30px;
        padding: 0
    }
    .woocommerce #twoSides .gineco p {
        margin-top: 10px;
        margin-left: 10px;
        max-width: 350px;
        font-size: 18px
    }

    .woocommerce #twoSides .paymethod {
        display: inline-block;
        margin-right: 0;
        width: 100%
    }
    .woocommerce #twoSides>div:nth-of-type(2) .col2-set .col-1 {
        padding: 0
    }
    #twoSides>div:nth-child(2)>div.form-row.place-order {
        padding: 0;
        margin: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #twoSides>div:nth-child(2)>div.form-row.place-order button {
        top: -20px
    }
    .woocommerce #twoSides {
        padding-bottom: 50px
    }
    .woocommerce #under,
    .woocommerce .twoBillBoxes {
        display: none
    }
    .woocommerce #twoSides>div:first-of-type>h3,
    .woocommerce #twoSides>div:nth-of-type(2) .col2-set .col-1>div h3{
        font-size: 18px
    }
    #quizz .steps {
        margin-top: 20px;
        padding: 0;
        width: 1000px
    }
    #quizz {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 20px
    }
    #contentAge {
        height: auto;
        margin-bottom: 25px
    }
    #contentAge .contain {
        width: 60%
    }
    #contentAge .contain,
    #contentAge .contain>div {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block
    }
    #contentAge .contain>div {
        width: 100%
    }
    #contentAge .contain>div .ageGroup {
        font-size: 18px
    }
    #contentAlimentation .alimen {
        font-size: 13px
    }
    #thankYou>div.twoBillBoxesCheckout {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #thankYou>div.twoBillBoxesCheckout>div {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 30px
    }
    #thankYou>div.twoBillBoxesCheckout>div:first-child>div:first-child {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block;
        width: 100%
    }
    #thankYou>div.twoBillBoxesCheckout>div:first-child>div:first-child h3 {
        font-size: 27px;
        text-align: center;
        width: 100%
    }
    #thankYou>div.twoBillBoxesCheckout>div:first-child>div:first-child p {
        width: 100%;
        text-align: center
    }
    .woocommerce .twoBillBoxesCheckout>div:first-child>div:nth-child(2) {
        width: 100%
    }
    #thankYou {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #thankText {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 100px
    }
    #thankYou>div.twoBillBoxesCheckout {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    #thankYou>div.testeCheckout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    #underSpace {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    #thankYou>div.twoBillBoxesCheckout>div:first-child>div:nth-child(2)>img {
        margin: 0 auto;
        display: block
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block;
        width: 100%
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child h3 {
        font-size: 27px;
        text-align: center;
        width: 100%
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child p {
        width: 100%;
        text-align: center
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:nth-child(2) {
        width: 100%
    }
    #thankYou>div.testeCheckout>section {
        display: block;
        height: 500px
    }
    #thankYou>div.testeCheckout>section>div {
        display: inline-block;
        width: 49%;
        height: 40%
    }
    .fourBoxes {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block
    }
    .fourBoxes div {
        margin-top: 50px;
        display: inline-block;
        width: 100%;
        height: 370px
    }
    .fourBoxes div img {
        width: 150px
    }
    .fourBoxes div p {
        font-size: 25px
    }
    #checkout .teste {
        display: none
    }
    #checkout .inapoi {
        display: inline-block;
        color: #00549e
    }
    #twoSides>div:nth-of-type(2) .place-order {
        padding: 0
    }
    #checkout #twoSides>div:nth-of-type(2) .col2-set .col-1>div>div p input,
    #twoSides>div:nth-of-type(2) .col2-set .col-1>p input {
        font-size: 14px
    }
    #checkout #twoSides #shopSearch {
        display: block;
        padding: 0 10px;
        margin-bottom: 10px
    }
    #categTest #tests>ul>li a:first-of-type h2 {
        margin-top: 0;
        max-width: 60%
    }
    .more {
        display: none
    }
    #preQuiz .inapoi {
        margin: 0;
        padding-top: 25px;
        display: block
    }
    #preQuiz .teste {
        display: none
    }
    .page-content-inner {
        margin-left: 20px;
        margin-right: 20px
    }
    #shopPackages .packages {
        display: block
    }
    #shopPackages .packages .shop-product-package {
        padding: 30px;
        width: 100%;
        margin-bottom: 30px
    }
    #shopPackages .packages .shop-product-package h1 {
        font-size: 30px
    }
    #shopPackages .packages .shop-product-package>div {
        font-size: 18px;
        left: 30%
    }
    #shopPackages .packages .shop-product-package P {
        font-size: 18px
    }
    #quizzMain .quizzBtn {
        width: 100%
    }
    #contentBMI .alerts {
        padding: 0 20px
    }
    .shop-product-package {
        margin-left: 0
    }
    .moreLink {
        position: static
    }
    #thankYou>div.teste {
        display: none
    }
}

@media only screen and (max-width:890px) {
    .anaBtnsGroup {
        width: 621px
    }
    .anaSexes:first-of-type:before,
    .anaSexes:nth-of-type(2):before {
        left: 20px
    }
    #contentAge>p {
        margin-bottom: 25px
    }
    #quizzMain {
        height: auto
    }
}

@media only screen and (max-width:850px) {
    .synevo-swiper-block,
    .synevo-swiper-block .swiper-slide {
        height: 450px
    }
    .synevo-despre-noi-hero>.container {
        padding: 0 50px
    }
    .synevo-app-promo .sap-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-app-promo .sap-content .sap-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .smedici-content .smedici-medic {
        width: 35%
    }
    .despre-noi-valori .syndnval-items,
    .synevo-content-box .sycbox-items,
    .synevo-proiecte-sustinute .synps-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-videos-category {
        margin-bottom: 0
    }
    .synevo-videos-category-posts .posts-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-videos-category-posts .videos-post {
        width: 100%;
        margin-bottom: 20px
    }
    .synevo-videos-category-posts .videos-post .videos-post-image {
        height: 200px
    }
    .synevo-swiper-block.swiper-equipment .swiper-slide {
        background-position: 10%
    }
    .synevo-swiper-block.swiper-equipment .swiper-slide .swiper-innercontent {
        margin-left: 23%;
        width: 83%
    }
    .despre-noi-cariere .syndnc-content {
        width: 100%
    }
    .despre-noi-cariere .syndnc-image {
        display: none
    }
    .synevo-medic-links .synmedl-content {
        width: 100%
    }
    .synevo-medic-links .synmedl-image {
        display: none
    }
    .synevo-circle-graph .syncirgr-container .syncirgr-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-circle-graph .syncirgr-container .syncirgr-item {
        width: 46%
    }
    #threeBoxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 24px;
        margin-right: 24px
    }
    #threeBoxes,
    #threeBoxes>div {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #threeBoxes>div {
        margin-top: 20px;
        padding-bottom: 50px;
        width: 100%
    }
    .woocommerce #twoSides .gineco {
        width: 100%;
        font-size: 16px
    }
    .woocommerce .prodFoot>div .price {
        font-size: 16px
    }
    .woocommerce .prodFoot>div .inapoi {
        display: none
    }
    .single-product-type-simple .summary.entry-summary h1 {
        font-size: 18px;
        max-width: 100%
    }
    .woocommerce .summary.entry-summary .price {
        left: 0;
        top: 100px;
        font-size: 16px
    }
    .woocommerce #tab-description {
        border-top: none
    }
    .woocommerce .summary.entry-summary .cart {
        left: 0;
        top: 140px
    }
    #contentSmoke {
        margin-bottom: 50px
    }
    #contentSmoke,
    #quizzMain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #quizzMain {
        padding: 0 20px 50px
    }
    #quizzWrapper {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #quizz .steps {
        padding-left: 20px;
        position: relative
    }
    #quizz .steps .step {
        width: 12%
    }
    #quizz .steps .step img {
        width: 40px;
        height: 30px
    }
    #contentSmoke .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block
    }
    #contentSmoke .contain>div {
        width: 100%;
        display: block
    }
    #contentAlcohol {
        margin-bottom: 50px
    }
    #contentAlcohol,
    #contentAlcohol .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #contentAlcohol .contain {
        display: block
    }
    #contentAlcohol .contain>div {
        width: 100%;
        display: block
    }
    #contentAlcohol .contain>div p {
        font-size: 16px
    }
    #contentAlcohol>div>div:nth-child(3)>p {
        font-size: 16px;
        line-height: 15px
    }
    #contentAlimentation {
        margin-bottom: 50px
    }
    #contentAlimentation,
    #contentAlimentation .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #contentAlimentation .contain {
        display: block
    }
    #contentAlimentation .contain>div {
        width: 100%;
        display: block
    }
    #contentAlimentation .contain>div p {
        font-size: 16px
    }
    #contentTension {
        margin-bottom: 50px
    }
    #contentTension,
    #contentTension .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #contentTension .contain {
        display: block
    }
    #contentTension .contain>div {
        width: 100%;
        display: block
    }
    #contentTension .contain>div p {
        margin-top: 50px;
        font-size: 16px
    }
    #contentDisease {
        margin-bottom: 50px
    }
    #contentDisease,
    #contentDisease .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #contentDisease .contain {
        display: block
    }
    #contentDisease .contain>div {
        width: 100%;
        display: block
    }
    #contentDisease .contain>div p {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 16px
    }
    #contentWork {
        margin-bottom: 50px
    }
    #contentWork,
    #contentWork .contain {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #contentWork .contain {
        display: block
    }
    #contentWork .contain>div {
        width: 100%;
        display: block
    }
    #contentWork .contain>div p {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 16px
    }
    .fourBoxes {
        padding: 0 50px
    }
    .startTest {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 50px 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #preQuiz>div.startTest>img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: static
    }
    .startTest div {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 70%
    }
    .startTest div h1,
    .startTest div p {
        text-align: center
    }
    .startTest div button {
        display: block;
        margin: 0 auto
    }
    .teste {
        padding-left: 24px;
        padding-right: 24px
    }
    .teste section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .teste section>a {
        margin: 0
    }
    .diseases-container .diseases-posts .posts-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .diseases-container .diseases-posts .posts-container .diseases-post-link {
        margin-right: 0!important;
        width: 49%!important
    }
    #tests>div.prodFoot>div .price {
        display: none
    }
    .teste {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 20px
    }
    .teste section {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #quizz .teste,
    .teste section>div h1 {
        display: none
    }
    #quizz .inapoi {
        display: block;
        margin: 0;
        padding-left: 20px
    }
    .shopHome .teste section>a {
        width: 50%;
        height: 124px
    }
    .shopHome .teste section>a:nth-of-type(3) {
        margin: 0 auto
    }
    .teste section>a p {
        display: none
    }
    .wp-block-image img {
        max-width: 100%;
        width: 100%
    }
    .teste section>a>.icons {
        height: 65px;
        width: 65px
    }
    .teste section>a>.icons img {
        height: 40px
    }
    .startTest div a {
        display: block;
        padding: 10px 10%
    }
    #singleProd .woosb-wrap {
        margin-top: 150px
    }
    .quizProducts-products {
        display: block
    }
    .quiz-result-package {
        width: 100%;
        margin-bottom: 50px
    }
    #contentDisease .contain br {
        display: none
    }
    .single-product-type-woosb .summary.entry-summary #tab-description {
        max-width: 100%
    }
    .single-product-type-woosb div.summary.entry-summary>div.woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 150px
    }
}

@media screen and (max-width:782px) {
    #tests>div.prodFoot>div .inapoi {
        bottom: 47px
    }
    .woocommerce #categTest #tests>ul {
        margin-left: 20px;
        margin-right: 20px
    }
    .synevo_events .entry-content .events-headinfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .synevo_events .entry-content .events-headinfo-col {
        width: 100%;
        margin: 10px 0
    }
    .synevo_events .entry-content .events-headinfo-info {
        width: 40%;
        border-right: none
    }
    #contentSex>div>img {
        height: 150px
    }
    #quizzMain .sex {
        height: 80px;
        width: 80px
    }
    #quizzMain .quizzBtn .nextBtn,
    #quizzMain .quizzBtn .prevBtn {
        font-size: 15px;
        line-height: 45px;
        height: 45px
    }
    .posts-container>.videos-post {
        width: 48%;
        margin-bottom: 20px
    }
    .videos-post-content {
        font-size: 15px
    }
    .synevo-atelierul-de-sanatate {
        margin: 0
    }
    .synevo-jobs-cv-form .synjobcvform-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-jobs-cv-form .synjobcvform-col1,
    .synevo-jobs-cv-form .synjobcvform-col2 {
        width: 100%
    }
    .synevo-jobs-cv-form .synjobcvform-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .synjobcvform-actions span {
        width: 100%
    }
    #quizzMain>div>section>div.prevBtn {
        margin-right: 10px
    }
    #shopPackages #categTest {
        padding: 0 20px
    }
    #shopPackages .facesRow {
        overflow-y: hidden;
        overflow-x: scroll;
        display: block;
        white-space: nowrap
    }
    #shopPackages .facesRow .faces {
        width: 32%
    }
    #quizzMain .quizzBtn,
    #shopPackages .facesRow .faces>div {
        width: 100%
    }
    #quizzMain .quizzBtn .prevBtn {
        opacity: 1;
        position: static
    }
    #quizzMain .quizzBtn .nextBtn {
        position: static
    }
    .widget.woocommerce.widget_shopping_cart>div>ul li:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .widget.woocommerce.widget_shopping_cart>div>ul {
        max-height: 45vh
    }
    .sab-product-category .sab-category-name {
        padding-right: 40px
    }
}

@media screen and (max-width:724px) {
    .anaBtnsGroup {
        width: 521px
    }
    #contentBMI>.alerts {
        display: block
    }
    #contentBMI>.alerts>div {
        display: block;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:650px) {
    .quick-links-nav .qln-item {
        width: 24.8%
    }
    /*.synevo-swiper-block,*/
    /*.synevo-swiper-block .swiper-slide {*/
    /*    height: 350px*/
    /*}*/
    .synevo-despre-noi-hero>.container {
        padding: 0 20px
    }
    .synevo-despre-noi-hero>.container .syndnh-image img,
    .synevo-videos-block .synvid-container .synvid-image {
        height: 300px
    }
    .synevo-videos-block .synvid-mode-vid-item {
        height: 120px
    }
    .synevo-atelierul-de-sanatate .synas-image {
        width: 150px;
        height: 150px
    }
    .synevo-app-promo .sap-app-button {
        width: 200px;
        height: 60px
    }
    .synevo-app-promo .sap-mockup {
        width: 100%;
        height: auto;
        margin: 0
    }
    .synevo-app-promo .sap-mockup img {
        width: 100%;
        position: relative;
        top: unset;
        left: unset
    }
    .synevo-app-promo .sap-feature {
        margin: 0
    }
    .synevo-app-promo .sap-app-links {
        margin-top: 50px
    }
    .page-hero {
        height: 200px
    }
    .page-content-inner .posts-post,
    .page-content-inner .posts-post.category-sanatate-si-nutritie,
    .page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-link {
        width: 100%
    }
    .page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-post-image,
    .page-content-inner .posts-post.category-sanatate-si-nutritie:first-child .posts-post-info {
        height: 218px
    }
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2),
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) {
        position: relative;
        width: 100%;
        left: unset;
        top: unset
    }
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2) .posts-post-image,
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(2) .posts-post-info,
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) .posts-post-image,
    .page-content-inner .posts-post.category-sanatate-si-nutritie:nth-child(3) .posts-post-info {
        height: 218px
    }
    .synevo-videos-category-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .synevo-videos-category-head .synevo-videos-category-title {
        margin-bottom: 20px;
        font-size: 20px
    }
    .synevo-videos-category-head .synevo-videos-category-more a {
        padding: 10px 35px;
        margin: 0
    }
    .synevo-swiper-block.swiper-equipment .swiper-slide {
        background-position: 50% 0
    }
    .synevo-swiper-block.swiper-equipment .swiper-slide .swiper-innercontent {
        margin-left: 5%;
        width: 93%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15%
    }
    .swiper-equipment,
    .swiper-equipment .swiper-slide {
        height: 480px
    }
    .swiper-equipment .swiper-title {
        text-align: center
    }
    .synevo-certificates-container .synevo-certificates {
        width: 100%
    }
    .synevo-certificates-container .sycert-inner {
        height: auto
    }
    .synevo-certificates-container .sycert-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .synevo-certificates-container .sycert-image {
        width: 20%
    }
    .synevo-certificates-container .sycert-image img {
        width: 100%
    }
    .synevo-certificates-container .sycert-title {
        width: 80%;
        text-align: left;
        padding-left: 5px
    }
    .synevo-certificates-container .sycert-more {
        margin-top: 10px
    }
    .asiguratii-cas .synevo-contact-locations-block {
        height: unset
    }
    .asiguratii-cas .synevo-contact-location-short {
        width: 100%
    }
    .synquotaform-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .synevo_events .entry-content .events-headinfo-info {
        width: 80%
    }
    .medical-category-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .medical-category-head .medical-category-title {
        margin-bottom: 20px;
        font-size: 20px
    }
    .medical-category-head .medical-category-more a {
        padding: 10px 35px;
        margin: 0
    }
    .synevo-ask-quota .syasqut-content {
        padding: 20px
    }
    .synevo-ask-quota .syasqut-form .synquotaform {
        width: 100%;
        padding: 20px
    }
    .woocommerce #categTest {
        padding-left: 20px;
        padding-right: 20px
    }
    .woocommerce #categ_bredrums {
        padding-left: 20px;
        padding-right: 20px
    }
    .woocommerce #categTest #tests>* {
        margin-right: 20px;
        margin-left: 20px
    }
    .woocommerce #twoSides,
    .woocommerce .contwrap {
        padding-right: 20px;
        padding-left: 20px
    }
    .woocommerce #twoSides #order_review {
        padding: 0
    }
    .woocommerce #twoSides>div:first-of-type .total {
        font-size: 16px
    }
    .header-cart-popup.is-active {
        width: 100vw!important
    }
    #contentHeight>div h1,
    #contentSmoke h1,
    #contentWeight>div h1,
    #quizzMain #contentSex h1 {
        font-size: 22px
    }
    #contentHeight>div p,
    #contentSmoke>p,
    #quizzMain #contentSex p {
        font-size: 12px
    }
    #contentSex>div>img {
        height: 120px
    }
    #quizzMain .sex {
        height: 70px;
        width: 70px;
        font-size: 10px;
        border: 3px solid #00549e;
        line-height: 65px
    }
    #thankYou>div.twoBillBoxesCheckout {
        padding: 70px 20px 0
    }
    #thankYou>div.testeCheckout {
        padding: 0 20px
    }
    .woocommerce #thankYou #thankText {
        padding: 0 20px;
        margin-bottom: 100px
    }
    #preQuiz>div.startTest>img {
        max-width: 300px
    }
    #shopSearch {
        padding: 0 20px;
        margin-bottom: 10px
    }
    #shopSearch div {
        left: 50px
    }
    #alphabet {
        padding: 30px 24px;
        overflow-y: hidden;
        overflow-x: scroll;
        display: block;
        white-space: nowrap
    }
    #alphabet p {
        width: 24px;
        margin-left: 10px
    }
    .synevo-video-gallery-block .synvidgal-image {
        width: 47.5%;
        margin-bottom: 13px
    }
    .anaBtnsGroup {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .anatomyMain {
        margin: 0 20px
    }
    .results,
    .sab-product-item .sab-product-url {
        padding-left: 10px
    }
    .sab-product-item .sab-product-name {
        font-size: 12px
    }
    .sab-product-item {
        margin-top: 10px
    }
    .sab-product-item .sab-product-price {
        font-size: 14px;
        right: 55px
    }
    .sab-product-item .sab-product-url {
        font-size: 14px;
        right: 100px
    }
    .sab-category-products>div>a>div {
        left: -10px;
        height: 17px;
        width: 17px
    }
    .sab-category-title {
        font-size: 14px
    }
    #shopArchive #shopSearch {
        margin-bottom: 0
    }
    .synevo-announcement {
        padding: 40px 5px 0
    }
    .synevo-announcement-content {
        padding: 15px
    }
    .synevo-announcement-btn,
    .synevo-announcement-title {
        font-size: 16px
    }
    #shopPackages .packages .shop-product-package h1 {
        font-size: 20px
    }
    #shopPackages .packages .shop-product-package>div {
        font-size: 15px;
        top: 85px;
        left: 33%
    }
    .fourBoxes {
        padding: 0 20px
    }
    .startTest {
        margin: 50px 20px 0
    }
    #preQuiz>div.fourBoxes>div:first-child {
        margin-top: 25px
    }
    .woocommerce-checkout p.woocommerce-invalid-required-field span.error {
        font-size: 14px
    }
    .single-product-type-simple>.summary.entry-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .single-product-type-simple .summary.entry-summary h1 {
        position: relative
    }
    .woocommerce .summary.entry-summary .cart,
    .woocommerce .summary.entry-summary .price {
        position: relative;
        top: 0;
        left: 0;
        right: 0
    }
    #tab-description {
        margin-top: 0
    }
    .summary.entry-summary>.product_meta {
        margin-top: 25px
    }
    .single-product-type-woosb div.summary.entry-summary>div.woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 20px
    }
    #tests>div.prodFoot>div {
        border: none
    }
    .single-product-type-woosb .summary.entry-summary h1 {
        font-size: 16px
    }
    #singleProd .woosb-wrap {
        margin-top: 40px
    }
}

@media only screen and (max-width:570px) {
    .guide-single.synevo_guide h2 {
        text-align: center
    }
    .woocommerce #twoSides .gineco p {
        font-size: 14px
    }
    .page-content-inner .entry-content {
        width: 100%;
        max-width: 100%
    }
    .fourBoxes div p {
        font-size: 20px
    }
    .page-content-inner {
        margin: 0 auto;
        width: 90%;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit
    }
    #twoSides>div:nth-of-type(2) .place-order button:before {
        height: 20px;
        width: 25px;
        right: 30px
    }
    #twoSides>div:nth-of-type(2) .place-order button:after {
        top: 25px;
        left: 10px;
        height: 30px;
        width: 30px
    }
    #twoSides>div:nth-of-type(2) .place-order button {
        font-size: 16px;
        text-indent: 10%
    }
    #thankYou #thankText p br {
        display: none
    }
    .snewslet-group button {
        width: 30px;
        height: 30px;
        top: 11px
    }
    .snewslet-group button img {
        width: 15px;
        height: 15px;
        padding-bottom: 2px
    }
    .snewslet-group button {
        padding: 7px
    }
    #twoSides .gineco a,
    #twoSides .gineco div {
        top: 28px;
        height: 45px;
        width: 45px
    }
}

@media only screen and (max-width:570px) {
    #tests>div.prodFoot>div>div {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .synevo-atelierul-de-sanatate .synas-content .snitem-title {
        font-size: 15px
    }
    .synevo-atelierul-de-sanatate .synas-content .snitem-text {
        font-size: 13px
    }
    .synevo-videos-block .synvid-mode-vid-item {
        height: 120px
    }
    .quick-links-nav .qln-item .qln-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .quick-links-nav .qln-item .qln-link .qln-icon {
        margin-right: 0;
        margin-bottom: 5px
    }
    .synevo-swiper-block .swiper-innercontent {
        padding-left: 30px;
        padding-right: 30px
    }
    .synevo-app-promo .sap-title,
    .synevo-atelierul-de-sanatate .synas-title,
    .synevo-despre-noi-hero .syndnh-title,
    .synevo-intrebari-frecvente .synif-title,
    .synevo-noutati .synews-title {
        font-size: 30px
    }
    .synevo-app-promo .sap-title span,
    .synevo-atelierul-de-sanatate .synas-title span,
    .synevo-despre-noi-hero .syndnh-title span,
    .synevo-intrebari-frecvente .synif-title span,
    .synevo-noutati .synews-title span {
        font-size: 32px
    }
    .synevo-app-promo .sap-content .sap-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .synevo-app-promo .sap-content .sap-column .sap-feature {
        margin: 0
    }
    .synevo-app-promo .sap-app-button {
        margin-bottom: 20px
    }
    .smedici-content .smedici-medic {
        width: 100%
    }
    .asiguratii-cas .page-content-inner,
    .category-noutati .page-content-inner,
    .single-post .page-content-inner,
    .single-synevo_events .page-content-inner,
    .single-synevo_jobs .page-content-inner {
        margin: 0 20px
    }
    .page-hero .page-hero-title {
        font-size: 20px!important;
        padding: 0 20px
    }
    .post-single .entry-title {
        font-size: 20px!important
    }
    .despre-noi-valori .syndnval-item {
        margin: 0 20px
    }
    .synevo-content-box .sycbox-item {
        padding: 10px
    }
    .synevo-proiecte-sustinute .synps-description,
    .synevo-proiecte-sustinute .synps-title {
        padding: 0 10px
    }
    .synevo-contact-form {
        padding: 15px
    }
    .synevo-page-hero .synpher-title {
        font-size: 20px
    }
    .synevo-page-hero .synpher-description {
        font-size: 15px
    }
    .asiguratii-cas .entry-content h2 {
        font-size: 24px
    }
    .asiguratii-cas .entry-content h3 {
        font-size: 22px
    }
    .asiguratii-cas .synevo-content-box .container {
        padding-left: 0;
        padding-right: 0
    }
    .asiguratii-cas .synevo-content-box .sycbox-item {
        margin: 0 0 10px
    }
    .asiguratii-cas .despre-noi-valori .container {
        padding-left: 0;
        padding-right: 0
    }
    .asiguratii-cas .despre-noi-valori .syndnval-item .syndnval-image {
        width: 70px;
        height: 70px
    }
    .asiguratii-cas .syndnval-title {
        font-size: 14px
    }
    .medical-category .posts-container .posts-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medical-category .posts-container .posts-post-image {
        width: 100%;
        height: 180px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }
    .medical-category .posts-container .posts-post-info,
    .synevo-circle-graph .syncirgr-container .syncirgr-item {
        width: 100%
    }
    .woocommerce #twoSides .product-name {
        max-width: 100px;
        font-size: 12px;
        padding: 0
    }
    .woocommerce #twoSides .product-total {
        padding: 0
    }
    .woocommerce #twoSides .gineco p {
        font-size: 12px;
        max-width: 230px
    }
    .woocommerce #twoSides .gineco div {
        height: 40px;
        width: 40px;
        right: 10px
    }
    .woocommerce #twoSides .paymethod>.pay {
        margin-left: 5px;
        height: 30px
    }
    .woocommerce #tab-description div span,
    .woocommerce #tab-description p span,
    .woocommerce #tab-description ul li span {
        font-size: 12px!important
    }
    .woocommerce .prodFoot {
        margin-top: 50px
    }
    .woocommerce .prodFoot div {
        border-top: none
    }
    .woocommerce .prodFoot>div button {
        width: 100%
    }
    .woocommerce .prodFoot>div .price {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 0;
        top: 0
    }
    #quizzMain #contentSex .contain {
        padding: 0 15px
    }
    #quizz .steps,
    #quizzMain {
        padding: 0 20px
    }
    .posts-container>.videos-post {
        width: 100%
    }
    .entry-title {
        text-align: center;
        font-size: 35px
    }
    #thankYou>div.twoBillBoxesCheckout>div:first-child>div:first-child,
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child {
        padding: 20px 0 0
    }
    .woocommerce .twoBillBoxesCheckout div>div:first-of-type {
        padding-top: 20px
    }
    .woocommerce .twoBillBoxesCheckout div>div:first-of-type h3 {
        font-size: 22px
    }
    .woocommerce .twoBillBoxesCheckout div>div:first-of-type p {
        font-size: 14px
    }
    .woocommerce .twoBillBoxesCheckout>div:first-child>div:nth-child(2) {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child {
        padding-top: 20px
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child h3 {
        font-size: 22px
    }
    #thankYou>div.twoBillBoxesCheckout>div:nth-child(2)>div:first-child p {
        font-size: 14px
    }
    #twoSides>div:nth-child(2)>div.form-row.place-order button {
        font-size: 16px
    }
    .woocommerce #twoSides>div:nth-of-type(2) .place-order button:before {
        right: 36px
    }
    #twoSides>div:nth-of-type(2) .place-order button {
        font-size: 17px
    }
    .synevo-video-gallery-block .synvidgal-image {
        width: 100%
    }
    .wp-block-gallery {
        margin-bottom: 10px
    }
    .synevo-jobs-cv-form.fancybox-content {
        padding: 48px 25px!important
    }
    .sab-product-item {
        height: 110px
    }
    .sab-product-item .sab-product-url {
        font-size: 16px;
        right: 100px;
        left: 0;
        bottom: 15px
    }
    .sab-category-products {
        padding-left: 20px
    }
    .addToCart {
        top: 55px
    }
    .sab-product-item .sab-product-price {
        right: 12px
    }
    .anaRight>.initial img:first-of-type {
        width: 250px
    }
    .anaRight>.initial h1:first-of-type {
        font-size: 14px
    }
    #anatomy>div.anatomyMain>div.anaLeft>div.sab_anatomy_body_container>div {
        text-align: center
    }
    .anaBtnsGroup .anaSexes {
        width: 50%;
        font-size: 12px
    }
    .woocommerce #categTest #categ>section>.product-categories>li {
        max-width: 400px
    }
    #thankYou #thankText h1 {
        font-size: 30px
    }
    #thankYou #thankText p {
        font-size: 16px
    }
    #thankYou #thankText img {
        height: 40px
    }
    .testeCheckout section>div {
        margin-bottom: 0
    }
    #underSpace {
        display: none
    }
    #shopPackages .packages .shop-product-package h1 {
        font-size: 18px
    }
    .single-product-type-simple .packages .shop-product-package>div {
        font-size: 12px;
        margin-left: 98px
    }
    .widget.woocommerce.widget_shopping_cart>div>ul li>a:nth-of-type(2) {
        max-width: 150px
    }
    .teste section>a h1 {
        font-size: 11px
    }
    #first,
    .cauta {
        padding: 0 20px
    }
    .boxes p br {
        display: none
    }
    .single-product-type-simple .summary.entry-summary h1 {
        font-size: 16px;
        text-align: left
    }
    .single-product-type-woosb summary.entry-summary h1 {
        font-size: 16px
    }
    .single-product-type-woosb summary.entry-summary>img {
        height: 70px
    }
    .single-product-type-woosb .summary.entry-summary .price {
        top: 25px
    }
}

@media only screen and (max-width:400px) {
    .woocommerce #categTest #tests>ul>li h2 {
        font-size: 12px;
        max-width: 150px
    }
    .woocommerce #categTest #tests>ul>li a:first-of-type>span {
        font-size: 13px
    }
    .woocommerce #twoSides .paymethod>.pay {
        margin-left: 5px;
        height: 25px
    }
    .woocommerce #twoSides .paymethod>.pay:first-of-type {
        height: 20px
    }
    .woocommerce #twoSides .paymethod {
        font-size: 12px
    }
    #contentSex>div>img {
        height: 90px
    }
    div.sex {
        margin-top: 120px
    }
    #quizzMain .quizzBtn {
        padding: 0 15px
    }
    #quizz .steps .step {
        width: 10%
    }
    .synevo-swiper-block .swiper-description {
        font-size: 15px
    }
    .nav-quick-access a[href$="/servicii/"] {
        padding: 9px 18px 9px 14px!important
    }
    .nav-quick-access .nav .menu-item {
        margin-right: 3px
    }
    .nav-quick-access a[href$="/rezultate-analize/"] {
        padding: 9px 7px 9px 0!important
    }
    .nav-quick-access .nav a {
        font-size: 11px
    }
    .quick-links-nav.is-open {
        padding: 0 19px
    }
    .quick-links-nav.is-open .qln-item {
        margin-right: 3px
    }
    #preQuiz>div.startTest>img {
        max-width: 200px
    }
    .startTest div h1 {
        font-size: 20px
    }
    .startTest div p {
        font-size: 14px
    }
    .diseases-container .diseases-posts .posts-container .diseases-post-link {
        width: 100%!important
    }
    .sab-category-name {
        padding-right: 15px
    }
    #tests>div.prodFoot>div button {
        position: relative;
        width: 100%
    }
    #tests>div.prodFoot {
        margin-top: 80px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    .woocommerce .summary.entry-summary .cart button {
        text-indent: -30px
    }
    #tests>div.summary.entry-summary>div>span.test-substance>img {
        height: 20px
    }
    #contentBMI>div {
        width: 100%
    }
    .quiz-result-package .package-header-name {
        font-size: 20px
    }
    .quiz-result-package .package-footer,
    .quiz-result-package .package-header,
    .quiz-result-package .package-list {
        padding: 22px 15px
    }
    .quiz-result-package .package-price-value {
        font-size: 20px
    }
    #contentHeight>div,
    #contentWeight>div {
        width: 100%;
        padding: 0 15px
    }
    #tests>div.summary.entry-summary>form,
    .woocommerce .summary.entry-summary .cart button {
        width: 100%
    }
    #tests>div.prodFoot>div button:after {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .woocommerce #twoSides .gineco p {
        max-width: 180px;
        font-size: 10px
    }
    .woocommerce #twoSides .gineco div {
        height: 35px;
        width: 35px;
        background-size: 20px
    }
    #quizzMain .sex {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    #quizzMain .quizzBtn .nextBtn,
    #quizzMain .quizzBtn .prevBtn {
        font-size: 12px
    }
    #contentAlcohol .alcohol {
        font-size: 14px
    }
    .sab-product-item .sab-product-name {
        max-width: 150px
    }
    #categ>section>ul>li>div {
        right: 20px
    }
}