@charset "UTF-8";

.context-dark,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4 {
    color: #fff
}

a:focus,
button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

*:focus {
    outline: none
}

blockquote {
    padding: 0;
    margin: 0
}

input,
button,
select,
textarea {
    outline: none
}

label {
    margin-bottom: 0
}

p {
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    display: block
}

dt {
    line-height: inherit
}

dt {
    font-weight: inherit
}

form {
    margin-bottom: 0
}

blockquote {
    padding-left: 0;
    border-left: 0
}

address {
    margin-top: 0;
    margin-bottom: 0
}

html p a:hover {
    text-decoration: none
}

body {
    font-size: 14px;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

@media (max-width:767.98px) {
    body {
        line-height: 1.6
    }
}

@media (min-width:768px) {
    body {
        font-size: 15px
    }
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Muli, sans-serif;
    font-weight: 300;
    color: #262f3c
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #3375ec
}

h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .025em
}

@media (min-width:768px) {
    h1 {
        font-size: 44px
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 65px;
        line-height: 1.07692
    }
}

h2 {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0
}

@media (min-width:768px) {
    h2 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    h2 {
        font-size: 48px;
        line-height: 1.16981
    }
}

@media (min-width:1600px) {
    h2 {
        font-size: 53px
    }
}

h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0
}

@media (min-width:576px) {
    h3 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 30px
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 39px;
        line-height: 1.23077
    }
}

h4 {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0
}

@media (min-width:992px) {
    h4 {
        font-size: 19px
    }
}

@media (min-width:1200px) {
    h4 {
        font-size: 22px;
        line-height: 1.36364
    }
}

.big {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400
}

@media (min-width:992px) {
    .big {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (min-width:1200px) {
    .big {
        font-size: 17px;
        line-height: 1.52941
    }
}

code {
    padding: 10px 5px;
    border-radius: .2rem;
    font-size: 90%;
    color: #3f4856;
    background: #f9f8f8
}

p [data-toggle='tooltip'] {
    padding-left: .25em;
    padding-right: .25em;
    color: #3375ec
}

p [style*='max-width'] {
    display: inline-block
}

::selection {
    background: rgb(38 47 60 / .5);
    color: #fff
}

::-moz-selection {
    background: rgb(38 47 60 / .5);
    color: #fff
}

.brand {
    display: inline-block
}

.badge {
    font-weight: 700;
    color: #3375ec;
    background: #e5ebf7;
    text-transform: uppercase;
    letter-spacing: .075em
}

.context-dark .badge {
    color: #fff;
    background: rgb(255 255 255 / .2)
}

a {
    transition: all 0.3s ease-in-out
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none
}

a,
a:focus,
a:active {
    color: inherit
}

a:hover {
    color: #3375ec
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap
}

.storefront-title {
    font-size: 55px;
    background: radial-gradient(circle, rgb(0 0 0 / .6) 70%, rgb(0 0 0 / .5) 90%);
    padding: 10px;
    color: #fff
}

.storefront-title-2 {
    font-size: 36px;
    font-weight: 600;
    background: radial-gradient(circle, rgb(0 0 0 / .6) 70%, rgb(0 0 0 / .5) 90%);
    color: #fff
}

.storefront-text {
    font-size: 20px;
    background: radial-gradient(circle, rgb(0 0 0 / .5) 70%, rgb(0 0 0 / .5) 90%);
    padding: 10px;
    color: #fff
}

.block-custom {
    max-width: 670px
}

@media (min-width:992px) {
    .block-custom {
        position: relative;
        padding-left: 70px
    }

    .block-custom:before {
        content: '';
        position: absolute;
        top: 27px;
        left: 0;
        height: 1px;
        width: 50px;
        background-color: rgb(255 255 255 / .66)
    }
}

@media (min-width:1200px) {
    .block-custom {
        padding-left: 100px
    }

    .block-custom:before {
        top: 35px;
        width: 70px
    }
}

.block-ratio {
    display: flex
}

@media (max-width:575.98px) {
    .block-ratio {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-ratio-content,
.block-ratio-dummy {
    width: 100%;
    flex-shrink: 0
}

.block-ratio-dummy {
    visibility: hidden;
    opacity: 0;
    order: 10
}

.block-ratio-dummy::before {
    content: '';
    display: block
}

.block-ratio-content {
    display: flex
}

.block-ratio-content>* {
    min-width: 100%
}

.block-ratio-1 .block-ratio-dummy::before {
    padding-bottom: 67.56757%
}

.block-ratio-2 .block-ratio-dummy::before {
    padding-bottom: 116.21622%
}

.block-ratio-3 .block-ratio-dummy::before {
    padding-bottom: 55.84416%
}

.box-custom-1 {
    padding: 20px;
    text-align: center;
    background: #f9f8f8
}

.box-custom-1>* {
    max-width: 200px
}

.box-custom-1 h2 {
    font-weight: 300
}

.block-ratio .box-custom-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bg-gray-100 .box-custom-1 {
    background: #fff
}

.box-modern {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0 rgb(75 81 91 / .1);
    background: #fff;
    text-align: center
}

.box-modern-title {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #262f3c
}

.box-modern-media {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    min-height: 1.3em;
    width: 1.9em;
    margin-left: auto;
    margin-right: auto
}

.box-modern-icon {
    position: relative;
    z-index: 2;
    right: 0;
    font-size: inherit;
    color: #3375ec;
    opacity: .7
}

@supports (-webkit-background-clip:text) {
    .box-modern-icon {
        background: linear-gradient(30deg, #0152e9, #adc7f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0
    }
}

*+.box-modern-text {
    margin-top: 12px
}

@media (max-width:575.98px) {
    .box-modern {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .box-modern {
        padding: 45px 25px
    }

    .box-modern-title {
        font-size: 22px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .box-modern {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media (min-width:1200px) {
    .box-modern {
        padding-top: 55px;
        padding-bottom: 60px
    }

    .box-modern-media {
        font-size: 85px
    }

    .box-modern-title {
        font-size: 24px
    }

    .box-modern-text {
        font-size: 16px;
        letter-spacing: .025em;
        line-height: 1.52941
    }

    *+.box-modern-text {
        margin-top: 24px
    }
}

@media (min-width:1600px) {
    .box-modern-title {
        font-size: 26px
    }

    .box-modern-text {
        font-size: 17px
    }
}

html body .group {
    margin-bottom: -10px;
    margin-left: -20px
}

html body .group:empty {
    margin-bottom: 0;
    margin-left: 0
}

html body .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px
}

html body .group-xl {
    margin-bottom: -20px;
    margin-left: -15px
}

html body .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0
}

html body .group-xl>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px
}

@media (min-width:992px) {
    html body .group-xl {
        margin-bottom: -20px;
        margin-left: -30px
    }

    html body .group-xl>* {
        margin-bottom: 20px;
        margin-left: 30px
    }
}

.group-middle {
    display: inline-table
}

.group-middle>* {
    vertical-align: middle
}

*+.group {
    margin-top: 30px
}

*+.group-xl {
    margin-top: 30px
}

@media (min-width:768px) {
    *+.group {
        margin-top: 33px
    }

    *+.group-xl {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    *+.group-xl {
        margin-top: 50px
    }
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px
}

.unit>* {
    margin-bottom: 30px;
    margin-left: 20px
}

.unit:empty {
    margin-bottom: 0;
    margin-left: 0
}

.unit-body {
    flex: 0 1 auto
}

.unit-left {
    flex: 0 0 auto;
    max-width: 100%
}

.unit .unit-left.icon-sm {
    position: relative;
    top: 5px
}

.list>li+li {
    margin-top: 10px
}

.list-marked {
    font-size: 17px;
    letter-spacing: .025em;
    font-weight: 400;
    text-align: left;
    color: #262f3c
}

.list-marked>li {
    text-indent: -25px;
    padding-left: 25px
}

.list-marked>li::before {
    content: '';
    position: relative;
    left: 0;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 17px;
    border-radius: 50%;
    background: #3375ec
}

.list-marked>li+li {
    margin-top: 8px
}

*+.list-marked {
    margin-top: 15px
}

.list-style-1 {
    color: #262f3c;
    letter-spacing: 0
}

.list-style-1 .unit {
    margin-bottom: -8px;
    margin-left: -20px
}

.list-style-1 .unit>* {
    margin-bottom: 8px;
    margin-left: 20px
}

.list-style-1>li+li {
    margin-top: 14px
}

*+.list-style-1 {
    margin-top: 20px
}

@media (min-width:768px) {
    .list-style-1>li+li {
        margin-top: 17px
    }
}

@media (min-width:992px) {
    .list-style-1 {
        font-size: 17px;
        line-height: 1.52941
    }
}

.list-blocks-outer {
    position: relative;
    overflow: hidden
}

.list-blocks {
    counter-reset: list-blocks-item;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -1px;
    text-align: center
}

.list-blocks-item {
    width: 100%;
    padding: 35px 20px;
    margin: -1px 0 0 0;
    border-bottom: 1px solid #ebebeb
}

.list-blocks-item-inner {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto
}

.list-blocks-counter {
    font-family: Muli, sans-serif;
    font-size: 20px;
    line-height: 1
}

.list-blocks-counter::before {
    content: counter(list-blocks-item, decimal-leading-zero);
    counter-increment: list-blocks-item
}

.list-blocks-title {
    font-family: Muli, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: #262f3c
}

*+.list-blocks-title {
    margin-top: 10px
}

@media (min-width:576px) {
    .list-blocks {
        justify-content: flex-end;
        text-align: left
    }

    .list-blocks-item {
        position: relative;
        width: calc(50% + 1px);
        padding: 45px 25px;
        margin: -1px 0 0 -1px;
        border: 1px solid #ebebeb
    }

    .list-blocks-counter {
        font-size: 24px
    }

    .list-blocks-title {
        font-size: 22px
    }

    *+.list-blocks-title {
        margin-top: 15px
    }
}

@media (max-width:991.98px) {
    .list-blocks-item_caption {
        order: -1
    }
}

@media (min-width:992px) {
    .list-blocks-item {
        width: calc(33.3333% + 1px)
    }
}

@media (min-width:1200px) {
    .list-blocks-item {
        padding: 55px 20px
    }

    .list-blocks-item *+p {
        margin-top: 25px
    }

    .list-blocks-counter {
        font-size: 30px
    }

    .list-blocks-title {
        font-size: 26px
    }

    *+p.list-blocks-title {
        margin-top: 27px
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-custom {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: -4px 8px 14px 2px rgb(75 81 91 / .11)
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none
}

.icon-sm {
    font-size: 18px
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ebebeb
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 16px 35px;
    font-size: 14px;
    line-height: 1.4;
    border: 2px solid;
    border-radius: 35px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out
}

@media (max-width:575.98px) {
    .button {
        padding: 10px 15px
    }
}

.button-block {
    display: block;
    width: 100%
}

.button-primary,
.button-primary:focus {
    color: #fff;
    background-color: #3375ec;
    border-color: #3375ec
}

.button-primary:hover,
.button-primary:active {
    color: #fff;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.button-white,
.button-white:focus {
    color: #262f3c;
    background-color: #fff;
    border-color: #fff
}

.button-white:hover,
.button-white:active {
    color: #fff;
    background-color: #3375ec;
    border-color: #3375ec
}

.button-secondary,
.button-secondary:focus {
    color: #fff;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.button-secondary:hover,
.button-secondary:active {
    color: #fff;
    background-color: #3375ec;
    border-color: #3375ec
}

.button-header {
    font-weight: 600
}

.button-header,
.button-header:focus {
    color: #262f3c;
    background-color: #fff0;
    border-color: #3375ec
}

.button-header:hover,
.button-header:active {
    color: #fff;
    background-color: #3375ec;
    border-color: #3375ec
}

.button-shadow {
    box-shadow: 1px 6px 8px 0 rgb(75 81 91 / .11)
}

.button-shadow:focus,
.button-shadow:active {
    box-shadow: none
}

.button-winona {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    transform: translate3d(0, 0, 0);
    white-space: nowrap
}

.button-winona .content-original,
.button-winona .content-dubbed {
    vertical-align: middle;
    transition: transform .4s, clip-path .4s
}

.button-winona .content-original {
    display: block;
    clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%)
}

.button-winona .content-dubbed {
    position: absolute;
    top: 0;
    margin: auto;
    filter: blur(0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: inherit;
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    white-space: nowrap
}

.button-winona:hover .content-original {
    animation: showum 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s
}

.button-winona:hover .content-dubbed {
    animation: hideum 0.3s;
    animation-fill-mode: forwards
}

.rd-navbar-element .button-winona {
    border-width: 1px
}

html body .button-winona {
    display: inline-flex
}

@keyframes showum {
    0% {
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%)
    }

    100% {
        clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%)
    }
}

@keyframes hideum {
    0% {
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%)
    }

    100% {
        clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%)
    }
}

.button-sm {
    letter-spacing: .025em;
    padding: 11px 25px;
    font-size: 14px;
    line-height: 1.5
}

.button-lg {
    padding: 18px 45px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .025em
}

@-webkit-keyframes infinite-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes infinite-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes infinite-rotate-pseudo {
    from {
        transform: translate3d(-50%, -50%, 0) rotate(0deg)
    }

    to {
        transform: translate3d(-50%, -50%, 0) rotate(360deg)
    }
}

@keyframes infinite-rotate-pseudo {
    from {
        transform: translate3d(-50%, -50%, 0) rotate(0deg)
    }

    to {
        transform: translate3d(-50%, -50%, 0) rotate(360deg)
    }
}

.rd-form {
    position: relative;
    text-align: left
}

*+.rd-form {
    margin-top: 20px
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000000 !important
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #ec4242
}

.form-wrap+* {
    margin-top: 20px
}

.form-input {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #fff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #ebebeb
}

.form-input:focus {
    outline: 0
}

textarea.form-input {
    height: 185px;
    min-height: 54px;
    max-height: 315px;
    resize: vertical
}

.form-label {
    margin-bottom: 0;
    color: #8491a5;
    font-weight: 400
}

.form-label {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%)
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #8491a5
}

.form-validation {
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #ec4242;
    transition: .3s
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

@media (min-width:576px) {
    #form-output-global {
        left: 30px
    }
}

.radio input,
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.radio {
    padding-left: 28px
}

.checkbox {
    padding-left: 28px
}

.quote-light {
    position: relative;
    display: flex;
    padding: 20px 0;
    text-align: left
}

.quote-light::before,
.quote-light::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(circle, #d6dfeb 0%, #fff0 100%)
}

.quote-light::before {
    top: 0
}

.quote-light::after {
    bottom: 0
}

.quote-light>*+* {
    margin-left: 12px
}

.quote-light_1 {
    max-width: 640px
}

@media (min-width:992px) {
    .quote-light_1 {
        margin-right: 35px
    }
}

.quote-light-text {
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: .025em
}

*+.quote-light {
    margin-top: 30px
}

@media (min-width:576px) {
    .quote-light-text {
        font-size: 18px;
        font-weight: 300
    }
}

@media (min-width:768px) {
    .quote-light {
        padding: 25px 0
    }

    .quote-light>*+* {
        margin-left: 15px
    }

    *+.quote-light {
        margin-top: 44px
    }
}

@media (min-width:992px) {
    .quote-light {
        padding: 33px 0
    }

    .quote-light>*+* {
        margin-left: 20px
    }

    .quote-light-text {
        font-size: 19px
    }
}

@media (min-width:1200px) {
    .quote-light-text {
        font-size: 22px;
        line-height: 1.27273
    }
}

.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
    text-align: center
}

.page-404-logo {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px
}

.page-404-gif-player {
    width: 400px;
    height: 400px;
    max-width: 80%;
    margin-bottom: 20px
}

.page-404-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width:991px) {
    .page-404-gif-player {
        width: 300px;
        height: 300px
    }
}

@media (max-width:540px) {
    .page-404-gif-player {
        width: 150px;
        height: 150px
    }

    .page-404-logo {
        max-width: 70%
    }
}


.author-image {
    transition: 0.3s ease;
    width: 225px;
    height: 81px;
}
.author-image:hover {
    width: 233px;
    height: 84px;
}


.breadcrumbs-custom {
    display: flex;
    flex-direction: column;
    text-align: center
}

.breadcrumbs-custom .big {
    color: rgb(255 255 255 / .8)
}

section.breadcrumbs-custom+section {
    border-top: 1px solid #ebebeb
}

.breadcrumbs-custom-main {
    position: relative;
    padding: 100px 0 62px;
    background: #3375ec
}

.breadcrumbs-custom-aside {
    background: #f9f8f8;
    padding: 0 10px
}

.breadcrumbs-custom-path {
    position: relative;
    top: -12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 10px 12px;
    background: #f9f8f8;
    border-radius: 4px;
    transform: translate3d(0, -3px, 0);
    margin-bottom: -3px;
    margin-left: -17px;
    margin-right: -17px
}

.breadcrumbs-custom-path>* {
    margin-top: 3px;
    padding-left: 17px;
    padding-right: 17px
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.7
}

.breadcrumbs-custom-path li::after {
    content: "/";
    position: absolute;
    top: 52%;
    right: -5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    transform: translate3d(0, -50%, 0)
}

.breadcrumbs-custom-path li:last-child:after {
    display: none
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
    color: #8491a5
}

.breadcrumbs-custom-path li.active {
    top: 2px
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #262f3c
}

.breadcrumbs-custom-path a:hover {
    color: #3375ec
}

.breadcrumbs-custom-title {
    font-weight: 600;
    letter-spacing: 0
}

@media (min-width:768px) {
    .breadcrumbs-custom-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 0 82px;
        min-height: 20.3125vw
    }
}

@media (min-width:1200px) {
    .breadcrumbs-custom-main {
        padding: 80px 0 110px
    }

    .breadcrumbs-custom-main *+.big {
        margin-top: 30px
    }

    .breadcrumbs-custom-path {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width:2050px) {
    .breadcrumbs-custom-main {
        min-height: 390px
    }
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #262f3c;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .15);
    font-size: 14px
}

.snackbars .icon-xxs {
    font-size: 18px
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

@media (min-width:576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px
    }
}

.footer-classic {
    border-top: 1px solid #ebebeb
}

.breadcrumbs-custom+.footer-classic,
.bg-gray-100+.footer-classic {
    border-top: 0
}

.footer-classic-main {
    padding: 40px 0
}

.footer-classic-list {
    color: #262f3c
}

.footer-classic-title {
    font-weight: 600
}

.footer-classic-aside {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ebebeb
}

.footer-classic .footer-classic-title+* {
    margin-top: 15px
}

@media (max-width:575.98px) {
    .footer-classic-list {
        margin-bottom: -10px;
        margin-left: -15px
    }

    .footer-classic-list:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .footer-classic-list>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 15px
    }

    .footer-classic-list>li {
        display: inline-block;
        vertical-align: middle
    }

    .footer-classic-list>li+li {
        margin-top: 0
    }
}

@media (min-width:576px) {
    .footer-classic-list>li+li {
        margin-top: 12px
    }

    .footer-classic-list_2-cols {
        columns: 2;
        break-inside: avoid;
        column-gap: 30px
    }

    .footer-classic .footer-classic-title+* {
        margin-top: 25px
    }
}

@media (min-width:768px) {
    .footer-classic-main {
        padding: 70px 0 60px
    }

    .footer-classic-aside {
        padding: 35px 0
    }
}

@media (min-width:1200px) {
    .footer-classic .footer-classic-title+* {
        margin-top: 38px
    }
}

.timeline-classic {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 25px 0 25px 20px
}

.timeline-classic-item {
    position: relative;
    padding-left: 29px
}

.timeline-classic-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    height: 300%;
    border-left: 1px solid #ebebeb
}

.timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb
}

.timeline-classic-item-decoration {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.timeline-classic-item-decoration::before,
.timeline-classic-item-decoration::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #3375ec
}

.timeline-classic-item-decoration::before {
    width: 14px;
    height: 14px
}

.timeline-classic-item-decoration::after {
    width: 26px;
    height: 26px;
    opacity: .3
}

.ie-10 .timeline-classic-item-decoration::before,
.ie-10 .timeline-classic-item-decoration::after,
.ie-11 .timeline-classic-item-decoration::before,
.ie-11 .timeline-classic-item-decoration::after {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.timeline-classic-title {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #262f3c
}

.timeline-classic-title span {
    margin-right: .25em
}

.timeline-classic-text {
    color: #262f3c
}

.timeline-classic-item-decoration+* {
    margin-top: 0
}

*+.timeline-classic-text {
    margin-top: 10px
}

.timeline-classic-item+.timeline-classic-item {
    margin-top: 30px
}

@media (min-width:576px) {
    .timeline-classic {
        padding: 35px 0 50px 20px
    }

    .timeline-classic-item {
        padding-left: 50px
    }

    .timeline-classic-title {
        font-size: 18px
    }
}

@media (min-width:768px) {
    *+.timeline-classic-text {
        margin-top: 18px
    }
}

@media (min-width:992px) {
    .timeline-classic_1 {
        padding-left: 40px
    }
}

@media (min-width:1200px) {
    .timeline-classic {
        padding: 100px 0
    }

    .timeline-classic_1 {
        padding-left: 85px
    }

    .timeline-classic-item {
        padding-left: 85px
    }

    .timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
        padding-bottom: 44px
    }

    .timeline-classic-item-decoration {
        top: 50px
    }

    .timeline-classic-item-decoration::before {
        width: 18px;
        height: 18px
    }

    .timeline-classic-item-decoration::after {
        width: 34px;
        height: 34px
    }

    .timeline-classic-title {
        font-size: 26px;
        line-height: 1.3
    }

    .timeline-classic-text {
        font-size: 17px;
        line-height: 1.52941
    }

    .timeline-classic-item+.timeline-classic-item .timeline-classic-item-inner {
        margin-top: 44px
    }
}

@keyframes object-hide {
    0% {
        opacity: 1
    }

    25% {
        opacity: .1
    }

    80%,
    100% {
        opacity: 0
    }
}

@keyframes object-show {
    0% {
        opacity: 0;
        transform: scale3d(.9, .9, .9)
    }

    33% {
        opacity: .05
    }

    75% {
        opacity: .8
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes opacity-loop {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0
}

.page.fadeIn {
    animation-timing-function: ease-out
}

.page.fadeOut {
    animation-timing-function: ease-in
}

.page-header-2-inner {
    padding: 40px 0
}

@media (max-width:767.98px) {
    .page-header-2-inner {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .page-header-2-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width:992px) {
    .page-header-2-inner {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (min-width:1200px) {
    .page-header-2-inner {
        padding: 130px 0 200px
    }
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-sbold {
    font-weight: 600
}

.font-weight-extra-black {
    font-weight: 800
}

.text-default {
    color: #8491a5
}

.text-accent {
    color: #3375ec
}

a.text-accent:hover {
    color: #ff6f80
}

*+p {
    margin-top: 15px
}

*+h2 {
    margin-top: 13px
}

*+h4 {
    margin-top: 7px
}

h2+p {
    margin-top: 12px
}

h4+p {
    margin-top: 10px
}

p+h2 {
    margin-top: 15px
}

p+p {
    margin-top: 12px
}

img+p {
    margin-top: 15px
}

p+hr {
    margin-top: 20px
}

h3+img {
    margin-top: 42px
}

*+.row {
    margin-top: 30px
}

*+.big {
    margin-top: 20px
}

*+.button {
    margin-top: 30px
}

*+.hr.container {
    margin-top: 0
}

.brand+p {
    margin-top: 14px
}

p+.button {
    margin-top: 20px
}

.big+hr {
    margin-top: 10px
}

.row+h3 {
    margin-top: 80px
}

.badge+h3 {
    margin-top: 10px
}

h3+.rd-form {
    margin-top: 25px
}

h3+.big {
    margin-top: 15px
}

h4+.big {
    margin-top: 10px
}

h3+p {
    margin-top: 17px
}

h2+h4 {
    margin-top: 12px
}

h3+h4 {
    margin-top: 12px
}

h4+h3 {
    margin-top: 10px
}

.container+.container {
    margin-top: 50px
}

.row+.row {
    margin-top: 35px
}

.big+.row {
    margin-top: 30px
}

.big+.quote-light {
    margin-top: 25px
}

.big+.list-marked {
    margin-top: 25px
}

.page *+.offset-top-3 {
    margin-top: 18px
}

@media (min-width:768px) {
    p+hr {
        margin-top: 30px
    }

    *+.row {
        margin-top: 40px
    }

    *+.button {
        margin-top: 35px
    }

    .container+.container {
        margin-top: 50px
    }

    .big+.row {
        margin-top: 40px
    }

    .big+.group {
        margin-top: 30px
    }

    h2+h4 {
        margin-top: 20px
    }

    h3+h4 {
        margin-top: 16px
    }

    h4+h3 {
        margin-top: 16px
    }

    .page *+.offset-top-3 {
        margin-top: 25px
    }
}

@media (min-width:992px) {
    .badge+h3 {
        margin-top: 15px
    }

    .big+.list-marked {
        margin-top: 30px
    }

    .container+.container {
        margin-top: 65px
    }
}

@media (min-width:1200px) {
    *+.row {
        margin-top: 55px
    }

    *+.rd-form {
        margin-top: 30px
    }

    .brand+p {
        margin-top: 22px
    }

    p+.button {
        margin-top: 30px
    }

    .big+.quote-light {
        margin-top: 35px
    }

    .container+.container {
        margin-top: 85px
    }

    .row+.row {
        margin-top: 60px
    }

    h3+.rd-form {
        margin-top: 45px
    }

    h2+p {
        margin-top: 30px
    }

    h3+p {
        margin-top: 30px
    }

    h2+h4 {
        margin-top: 30px
    }
}

@media (min-width:1600px) {
    h3+.rd-form {
        margin-top: 60px
    }

    .big+.group {
        margin-top: 50px
    }

    .container+.container {
        margin-top: 160px
    }
}

.row-10 {
    margin-bottom: -10px
}

.row-10:empty {
    margin-bottom: 0
}

.row-10>* {
    margin-bottom: 10px
}

.row-20 {
    margin-bottom: -20px
}

.row-20:empty {
    margin-bottom: 0
}

.row-20>* {
    margin-bottom: 20px
}

.row-30 {
    margin-bottom: -30px
}

.row-30:empty {
    margin-bottom: 0
}

.row-30>* {
    margin-bottom: 30px
}

.row-50 {
    margin-bottom: -50px
}

.row-50:empty {
    margin-bottom: 0
}

.row-50>* {
    margin-bottom: 50px
}

@media (min-width:576px) {
    .row-sm-35 {
        margin-bottom: -35px
    }

    .row-sm-35:empty {
        margin-bottom: 0
    }

    .row-sm-35>* {
        margin-bottom: 35px
    }
}

@media (min-width:1200px) {
    .row-xl-60 {
        margin-bottom: -60px
    }

    .row-xl-60:empty {
        margin-bottom: 0
    }

    .row-xl-60>* {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .inset-1 {
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    .inset-1 {
        padding-left: 45px
    }
}

.inset-3 {
    padding-right: 15px
}

.section-md,
.section-lg {
    padding: 50px 0
}

@media (max-width:991.98px) {

    section.section-md:first-of-type,
    section.section-lg:first-of-type {
        padding-top: 40px
    }
}

@media (min-width:768px) {
    .section-md {
        padding: 70px 0
    }

    .section-lg {
        padding: 85px 0
    }
}

@media (min-width:992px) {
    .section-md {
        padding: 85px 0 95px
    }

    .section-lg {
        padding: 100px 0
    }
}

@media (min-width:1200px) {
    .section-lg {
        padding: 100px 0 110px
    }
}

.row-x-16 {
    margin-left: -8px;
    margin-right: -8px
}

.row-x-16>[class*='col'] {
    padding-left: 8px;
    padding-right: 8px
}

.range {
    display: flex;
    flex-wrap: wrap
}

.range>[class*='cell'] {
    position: relative;
    width: 100%;
    min-height: 1px
}

.range>[class*='cell']>.row {
    margin: 0
}

.range>[class*='cell'].container {
    padding: 0
}

.range>[class*='col'] {
    padding: 0
}

.bg-gray-100 {
    background-color: #f9f8f8
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
    padding-top: 0
}

[class*='bg-'] {
    background-size: cover;
    background-position: center center
}

html .oh {
    position: relative;
    overflow: hidden
}

@media (min-width:992px) {
    .inset-1 {
        padding-right: 30px
    }
}

.map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInUpSmall {
    0% {
        transform: translateY(60px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, .8)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes slideInLeftLg {
    0% {
        opacity: 0;
        transform: translate3d(-120%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRightLg {
    0% {
        opacity: 0;
        transform: translate3d(120%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.clipInLeft {
    animation-name: fadeInLeftSmall
}

@supports (clip-path:polygon(0 0)) {
    @keyframes clipInLeft {
        0% {
            clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%)
        }

        100% {
            clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%)
        }
    }

    @keyframes clipInRight {
        0% {
            clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%)
        }

        100% {
            clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%)
        }
    }

    @keyframes clipInUp {
        0% {
            clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%)
        }

        100% {
            clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%)
        }
    }

    @keyframes clipInDown {
        0% {
            clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%)
        }

        100% {
            clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%)
        }
    }

    .clipInLeft {
        animation-name: clipInLeft
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: 0.01s
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden
}

.preloader.loaded .object {
    animation: none
}

#loading {
    background-color: #fff
}

#loading-center-object {
    width: 200px;
    height: 200px;
    transform: rotate(-135deg)
}

.preloader-body {
    text-align: center
}

.object {
    border-radius: 50%;
    position: absolute;
    border: 4px solid #3375ec;
    border-bottom-color: #fff0;
    border-right-color: #fff0;
    animation: animate 1s infinite
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

#object_two {
    top: 65px;
    left: 65px;
    width: 70px;
    height: 70px;
    animation-delay: 0.1s
}

#object_three {
    top: 55px;
    left: 55px;
    width: 90px;
    height: 90px;
    animation-delay: 0.2s
}

#object_four {
    top: 45px;
    left: 45px;
    width: 110px;
    height: 110px;
    animation-delay: 0.3s
}

@keyframes animate {
    50% {
        transform: rotate(360deg) scale(.8)
    }
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 54px;
    height: 54px;
    font-size: 24px;
    line-height: 53px;
    color: #fff;
    background: #3375ec;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .1s all ease-in-out;
    transform: translate3d(0, 100px, 0)
}

.ui-to-top:hover {
    color: #fff;
    background: #00aced;
    text-decoration: none
}

.ui-to-top:focus {
    color: #fff
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0)
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important
}

@media (min-width:576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-nav-wrap.active,
.rd-navbar-fixed .rd-navbar-dummy,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.3s all ease-in-out
}

.page-header {
    position: relative
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar {
    display: none;
    background: #fff
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2c343b;
    background-color: #fff0;
    border: none;
    display: none
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease
}

.rd-navbar-toggle span::after {
    top: 6px
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span {
    width: 24px;
    height: 2px;
    background-color: #2c343b;
    backface-visibility: hidden;
    border-radius: 0
}

.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform
}

.rd-navbar-toggle.active span {
    transition: background .3s 0s ease;
    background: #fff0
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
    top: 0;
    transition-delay: 0s, 0.3s
}

.rd-navbar-toggle.active span::before {
    transform: rotate(45deg)
}

.rd-navbar-toggle.active span::after {
    transform: rotate(-45deg)
}

.context-dark .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ffea5c;
    display: none
}

.context-dark .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.context-dark .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease
}

.context-dark .rd-navbar-toggle span::after {
    top: 6px
}

.context-dark .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before,
.context-dark .rd-navbar-toggle span {
    width: 24px;
    height: 2px;
    background-color: #ffea5c;
    backface-visibility: hidden;
    border-radius: 0
}

.context-dark .rd-navbar-toggle span::before,
.context-dark .rd-navbar-toggle span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform
}

.context-dark .rd-navbar-toggle.active span {
    transition: background .3s 0s ease;
    background: #fff0
}

.context-dark .rd-navbar-toggle.active span::before,
.context-dark .rd-navbar-toggle.active span::after {
    top: 0;
    transition-delay: 0s, 0.3s
}

.context-dark .rd-navbar-toggle.active span::before {
    transform: rotate(45deg)
}

.context-dark .rd-navbar-toggle.active span::after {
    transform: rotate(-45deg)
}

.rd-navbar-brand a {
    display: block
}

.rd-navbar-dropdown {
    display: none
}

.rd-navbar-dummy {
    display: none
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
    white-space: nowrap
}

.rd-navbar-static .rd-nav-item>* {
    display: inline-block;
    white-space: normal
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #3375ec;
    background: #fff0
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #3375ec
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #3375ec;
    background: #fff0
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #3375ec
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    transform: rotate(180deg)
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: "Material Design Icons";
    font-size: 16px;
    cursor: pointer
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f236'
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #3375ec
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 38px
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #2c343b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    transition: .25s
}

.rd-navbar-static .rd-nav-link:hover {
    color: #3375ec
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: -23px;
    width: 230px;
    padding: 25px 25px 30px;
    background: #fff;
    z-index: 5
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(10px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-10px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown a {
    display: block;
    transition: .1s ease
}

.rd-navbar-static .rd-navbar-dropdown a:hover {
    transition: .15s ease
}

.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0
}

@media (min-width:1170px) {
    .rd-navbar-static .rd-navbar-megamenu {
        left: 50%;
        margin-left: -585px;
        width: 1170px
    }
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0)
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #fff
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative
}

.rd-navbar-fixed {
    display: block
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 50px;
    width: auto;
    height: auto
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 370px;
    max-width: 95%;
    padding: 117.6px 10px 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform-origin: 0 50%;
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: .11s
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 3px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #3375ec;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #ebebeb;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element {
    margin: 10px;
    padding: 5px;
    text-align: center
}

.rd-navbar-fixed .rd-navbar-dummy {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1000px;
    background: rgb(0 0 0 / .2);
    opacity: 0;
    z-index: 1000;
    pointer-events: none
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active~.rd-navbar-dummy {
    opacity: 1
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

.rd-navbar-fixed .rd-nav-item:last-child .rd-nav-link {
    border-bottom: 1px solid #ebebeb
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 9px 56px 9px 14px;
    font-size: 18px;
    font-weight: 500
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
    border-top: 1px solid #ebebeb;
    padding: 4px 0 20px
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 20px
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 16px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a {
    padding-left: 25px
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block
}

.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    display: block;
    padding: 9px 10px 9px 4px;
    font-size: 12px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f236';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    font: 400 16px "Material Design Icons";
    line-height: 52px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer
}

.rd-navbar-fixed *+.rd-navbar-nav {
    margin-top: 20px
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #2c343b;
    box-shadow: none;
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    background: #fff;
    border: 1px solid #ebebeb;
    border-left: 0;
    box-shadow: none
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #3375ec
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #3375ec
}

.rd-navbar-fixed .rd-nav-link {
    color: #2c343b
}

.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #3375ec
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #2c343b
}

.rd-navbar-modern .rd-navbar-element {
    display: flex;
    align-items: center
}

.rd-navbar-modern *+.button {
    margin-top: 0
}

.rd-navbar-modern.rd-navbar-static::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #fff0;
    transition: inherit
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main>*+* {
    margin-left: 25px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
    display: flex;
    align-items: center;
    justify-content: center
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    flex-grow: 1
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    min-height: 75px;
    flex-grow: 1;
    padding: 20px 40px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav>li+li {
    margin-left: 20px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
    border-radius: 8px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / .18)
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
    padding: 0;
    border: 0
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
    border: 0
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
    padding: 12px 0 12px 25px;
    background-color: #fff0
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element>*+* {
    margin-left: 25px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element .button {
    min-width: 130px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .rd-navbar-modern.rd-navbar-static .rd-nav-link {
        font-size: 14px
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-submenu-toggle {
        position: relative;
        top: 1px;
        font-size: 15px
    }
}

@media (min-width:1600px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
        padding: 15px 30px 20px 85px
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav>li+li {
        margin-left: 46px
    }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    padding-top: 15px;
    padding-bottom: 15px
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::after {
    border-bottom-color: #ebebeb
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding-top: 0;
    padding-bottom: 0
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
    position: fixed;
    top: 0;
    right: 0;
    height: 56px;
    z-index: 1081;
    padding-left: 20px;
    padding-right: 10px
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element>*+* {
    margin-left: 30px
}

@media (max-width:575.98px) {
    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element .button {
        padding: 0;
        border: 0;
        background-color: #fff0
    }

    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element .button:hover {
        color: #3375ec
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sprite-animation {
    from {
        background-position: 0 0
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    margin-left: -15px;
    margin-right: -15px;
    transition: .4s all ease
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: 15px;
    background-image: url(../images/isotope-loader.png);
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: .4s all ease;
    transform: translate3d(-50%, -50%, 0)
}

[data-isotope-layout] .row {
    margin-bottom: -30px
}

[data-isotope-layout] .row>[class*="col-"] {
    margin-top: 30px
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    transition: .1s opacity ease-in
}

@media (max-width:575.98px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden
}

.isotope-filters>* {
    margin-top: 0;
    vertical-align: middle
}

.nav {
    display: block
}

.navbar {
    position: static;
    display: block
}

.nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease
}

.nav-link {
    padding: 0;
    margin: 0;
    border-radius: 0
}

.nav-link.active {
    cursor: default
}

@keyframes show {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.tooltip {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0
}

.tooltip-inner {
    border-radius: 0
}

@keyframes preview-marker-pulsar-inner {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    24%,
    90% {
        opacity: 0
    }

    25% {
        opacity: .65;
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes preview-marker-pulsar {
    0% {
        opacity: .65;
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-nav.disabled {
    display: none !important
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font: 400 18px/40px 'Material Design Icons';
    color: #262f3c;
    background: #f9f8f8;
    cursor: pointer;
    transition: .33s;
    text-align: center
}

.owl-prev:hover,
.owl-next:hover {
    color: #3375ec
}

@media (min-width:768px) {

    .owl-prev,
    .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px
    }
}

.owl-prev {
    left: 0
}

.owl-prev::before {
    content: '\f14a'
}

.owl-next {
    right: 0
}

.owl-next::before {
    content: '\f14f'
}

.owl-prev.disabled,
.owl-next.disabled {
    display: none !important
}

.owl-dots {
    text-align: center;
    margin-top: 25px
}

.owl-dots.disabled {
    display: none !important
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .2s;
    background: #ebebeb
}

.owl-dot:only-child {
    display: none
}

.owl-dot:hover,
.owl-dot:focus {
    background-color: #3375ec
}

.owl-dot.active {
    background-color: #3375ec
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgb(0 0 0 / .45)
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgb(0 0 0 / .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color .2s linear
}

@media (max-width:575.98px) {
    .lg-toolbar .lg-icon {
        font-size: 21px;
        width: 36px
    }
}

@media (max-width:575.98px) {
    #lg-counter {
        font-size: 14px;
        line-height: 27px
    }
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgb(255 255 255 / .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgb(255 255 255 / .7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgb(0 0 0 / .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid #fff0;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgb(0 0 0 / .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1160
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgb(0 0 0 / .45)
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgb(0 0 0 / .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid rgb(255 255 255 / .4);
    border-radius: 0;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #3375ec
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #3375ec;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgb(255 255 255 / .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgb(255 255 255 / .7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgb(0 0 0 / .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid #fff0;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgb(0 0 0 / .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1160
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: .8
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.parallax-content {
    position: relative;
    z-index: 1
}

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover
}

@supports (clip-path:polygon(0 0)) or (-webkit-clip-path:polygon(0 0)) {
    .parallax-container {
        overflow: visible
    }

    .material-parallax {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-position: center center
}

.ipad .parallax-container,
.iphone .parallax-container {
    background-attachment: scroll !important
}

.material-parallax {
    pointer-events: none
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0)
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}