﻿@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@200;300;400;500;600;700;900&family=Shadows+Into+Light&display=swap");:root {
    --bs-blue: #005064;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #1C614C;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #47525d;
    --bs-secondary: #FFF2E3;
    --bs-success: #E1FFD6;
    --bs-info: #D6FDF1;
    --bs-warning: #FFF2E3;
    --bs-danger: #FFEEF4;
    --bs-light: #F8F9FA;
    --bs-bg-light: #F8F9FA;
    --bs-beige: #F0EEEA;
    --bs-dark: #1c2125;
    --bs-black: #0e1013;
    --bs-pink-dark: #9E0C3D;
    --bs-pink-light: #FFE8EF;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 255, 242, 227;
    --bs-success-rgb: 225, 255, 214;
    --bs-info-rgb: 0, 100, 100;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 158, 12, 61;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 71 82 93;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 71, 82, 93;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Encode Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #47525d;
    --bs-body-bg: #ffffff;
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-active-color: var(--bs-body-color);
    --bs-border-style: solid;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-form-bg: #f9f9f7;
    --bs-accordion-btn-padding-y: 2rem;
    --bs-accordion-btn-padding-x: 2rem;
    --bs-accordion-body-padding-x: 2rem;
    --bs-accordion-body-padding-y: 2rem;
    --bs-accordion-border-radius: 0px
}

body,.bg-default,#masthead.active {
    background: var(--bs-body-bg)
}

.badge {
    text-transform: uppercase
}

.badge.bg-upgrade {
    background-color: var(--bs-secondary);
    color: var(--bs-primary)
}

.badge.bg-troubleshooting {
    background-color: var(--bs-pink-light);
    color: var(--bs-pink-dark)
}

.badge.bg-fixed {
    background-color: var(--bs-success);
    color: var(--bs-green)
}

.fak,.fa-kit {
    line-height: 0 !important
}

body {
    background-position-y: 49px !important
}

@media only screen and (max-width: 992px) {
    body {
        background-position-y:0px !important
    }
}

.navbar-brand {
    background: url("img/logo.png")
}

a {
    color: var(--bs-body-color)
}

.breadcrumbs a {
    color: var(--bs-body-color)
}

.bg-form {
    background: var(--bs-form-bg)
}

.bg-success.badge.badge-pill {
    background: var(--bs-success) !important;
    color: var(--bs-body-color) !important;
    font-size: 13px;
    vertical-align: middle
}

.bg-top,.bg-beige,.has-beige-background-color {
    background: var(--bs-beige)
}

.text-success {
    color: var(--bs-green) !important
}

body.page-id-1389 .faqWebHeader {
    padding-top: 3rem !important
}

body.page-id-1389 #faqCatContainer {
    padding-bottom: 3rem !important
}

body.page-id-16072 .faqWebHeader {
    padding-top: 3rem !important
}

body.page-id-16072 #faqCatContainer {
    padding-bottom: 3rem !important
}

.faqWebItem {
    border: 2px solid var(--bs-body-bg);
    background: var(--bs-body-bg)
}

.faqWebItem.active {
    border-color: var(--bs-body-color)
}

.navbar-brand {
    width: 120px;
    height: 26px;
    display: block;
    background-size: 120px auto;
    background-repeat: no-repeat;
    text-indent: -100000000px;
    overflow: hidden
}

#main {
    position: relative;
    overflow-x: hidden
}

.wrapper {
    width: 98%;
    max-width: 1540px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.wrapper .inside-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

@media (min-width: 992px) {
    .wrapper .inside-wrapper {
        padding:80px 0
    }
}

@media (max-width: 992px) {
    .wrapper {
        width:100%
    }

    .wrapper>.row {
        --bs-gutter-x: 0 !important
    }
}

.striped>div:nth-child(odd) {
    background: var(--bs-light)
}

.bg-light-pink,.has-light-pink-background-color {
    background: var(--bs-pink-light)
}

.bg-orange,.bg-faq,.faqWebContainer {
    background: url(img/bg-orange.png) no-repeat;
    background-size: cover
}

.bg-ss {
    background: url(img/ss-bg.webp) no-repeat;
    background-size: 100% 100%
}

.bg-secondary {
    background: var(--bs-secondary) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: var(--bs-danger) !important
}

.qard {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden
}

.qard .text {
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-align: center
}

.qard:hover .text {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px
}

#bubbleSpace {
    position: relative
}

.bubble {
    position: absolute;
    background: var(--bs-body-color);
    padding: 2px 11px;
    color: var(--bs-body-bg);
    top: -20px;
    border-radius: 9999px;
    font-size: small
}

.bubble::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 90%;
    left: 50%;
    right: 50%;
    border: 0.5rem solid transparent;
    border-bottom: none;
    margin-left: -0.5em;
    border-top-color: var(--bs-body-color);
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1))
}

.bubble.right {
    right: 20px
}

.bubble.right::after {
    left: unset;
    right: 1.5em
}

.bubble.center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%)
}

.bubble.center::after {
    left: 50%;
    transform: translate(-50%, 0%)
}

.bubble.vertical {
    transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    top: 9em;
    left: -4.5em
}

.bubble.vertical::after {
    left: unset;
    right: 1em
}

#breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 0.5
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 1em
}

#breadcrumbs .separator {
    font-size: 1em
}

.box-md {
    --bs-aspect-ratio: 42.8571428571%
}

.box-sm {
    --bs-aspect-ratio: 100%
}

@media (max-width: 992px) {
    .box-lg {
        aspect-ratio:1;
        --bs-aspect-ratio: 100%
    }

    @supports not (aspect-ratio: 1) {
        .box-lg::before {
            float:left;
            padding-top: 100%;
            content: ""
        }

        .box-lg::after {
            display: block;
            content: "";
            clear: both
        }
    }

    .box-md {
        --bs-aspect-ratio: 80%;
        text-align: center
    }
}

.bg-primary {
    background: var(--bs-primary) !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

@media (min-width: 992px) {
    .mb-lg-n5 {
        margin-bottom:-3rem !important
    }
}

@media (min-width: 768px) {
    .neg-margin-3 {
        margin:-3em -3em 2em -3em
    }
}

.neg-margin-top-3 {
    margin-top: -3em
}

@media (max-width: 768px) {
    .neg-margin-top-3 {
        margin-top:-6em !important
    }
}

.mt-neg-3 {
    margin-top: -6em
}

.wp-block-image img {
    height: auto !important
}

.bg-lines {
    background: url("img/lines.png")
}

@media (max-width: 991px) {
    .bg-beige-mobile {
        background:var(--bs-beige);
        position: relative;
        z-index: 0;
        margin-bottom: 3em
    }

    .bgBanner {
        --bs-aspect-ratio: 50%
    }

    .bgBanner:before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }
}

.gradient:before {
    background: -webkit-linear-gradient(-130deg, #f8b208, #c90c4d);
    background: linear-gradient(-130deg, #f8b208, #c90c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    background-clip: text
}

.news-fader {
    position: absolute;
    height: 50px;
    right: 0px;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    bottom: 0px;
    z-index: 3
}

@media only screen and (min-width: 768px) {
    .box-header h1 {
        line-height:1;
        text-wrap: balance
    }
}

@media only screen and (max-width: 768px) {
    .box-header svg {
        max-width:250px
    }
}

@media only screen and (max-width: 768px) {
    .box-header {
        max-width:100%
    }
}

.card .icon-container {
    position: absolute;
    bottom: -1.5rem !important;
    left: 1.5rem !important
}

@media only screen and (min-width: 1400px) {
    .card .icon-container {
        left:3rem !important
    }
}

.icon-danger .bg-secondary {
    background: var(--bs-danger) !important;
    color: var(--bs-pink-dark)
}

.icon-success .bg-secondary {
    background: var(--bs-success) !important;
    color: var(--bs-green)
}

.widget-archive {
    padding: 0 0 0px 0;
    width: 235px
}

.widget-archive ul {
    margin: 0
}

.widget-archive li,.cate {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-archive li,.cate ul {
    list-style: none;
    padding: 0
}

.widget-archive li,.cate ul li {
    text-indent: 15px
}

.widget-archive li a,.cate a {
    border-left: 1px solid #d6d7d7;
    padding: 5px 0 3px 10px;
    margin: 0px;
    display: block
}

.archive-year {
    font-weight: 700;
    color: #f5a623;
    list-style: none
}

li.archive-year a {
    color: #f5a623;
    margin: 0;
    border: 0px;
    padding: 0
}

.form-control {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-gray);
    border-radius: 4px
}

.form-control:focus {
    background: var(--bs-body-bg);
    color: var(--bs-body-color)
}

.alert-danger {
    background: var(--bs-pink-light) !important;
    color: var(--bs-pink-dark) !important;
    border: none !important;
    border-radius: 0 !important
}

.alert-danger .alert-link {
    color: var(--bs-pink-dark) !important
}

.ui-widget-content {
    background: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color) !important
}

.ui-widget-content .ui-menu-item {
    border-bottom: 1px solid var(--bs-border-color) !important;
    color: var(--bs-body-color) !important
}

.ui-widget-content .ui-menu-item.ui-menu-item:hover {
    background: var(--bs-body-color-hover) !important;
    color: var(--bs-body-color) !important
}

.form-container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rounded-right-pill {
    border-radius: 50rem !important
}

.nav-scroller-item .content {
    background: linear-gradient(0deg, black, transparent 59%)
}

.search-drop {
    border-radius: 0 0 100px 100px;
    margin: -20px 20px 0 10px;
    padding: 35px 15px 0;
    background: #f28e00;
    position: relative;
    text-align: center;
    width: 50px;
    cursor: pointer
}

.search-drop:before {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    content: "";
    height: 69px;
    background: #f28e00;
    width: 70px;
    position: absolute;
    top: 0;
    right: -63px
}

.search-drop:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "";
    color: #fff;
    bottom: 0px
}

.search-drop.active {
    background-color: #6c757d
}

.search-drop.active:before {
    background-color: #6c757d
}

.search-drop.active:after {
    content: "";
    position: relative
}

.search-drop:hover {
    background-color: #6c757d
}

.search-drop:hover:before {
    background-color: #6c757d
}

.drop2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
    background: red
}

.drop {
    display: inline-block;
    background: #f28e00;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    color: #fff
}

.drop:before {
    content: "";
    position: absolute;
    top: -81%;
    left: 50%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 62px solid #f28e00;
    transform: translateX(-50%)
}

body.page-template-page-landing .site-content {
    padding-top: 20px
}

.animated_hover:hover {
    -webkit-animation: bounce;
    animation: bounce
}

#bg-sidebar {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0
}

.company_img {
    background: url(img/geab_start_energieffektivisera.jpg) no-repeat center;
    background-size: cover
}

#questionAccordion.accordion,#accordionFAQ.accordion {
    cursor: pointer;
    margin-bottom: -1px
}

#questionAccordion.accordion .accordion-item,#accordionFAQ.accordion .accordion-item {
    background-color: transparent !important;
    color: var(--bs-body-color);
    border-bottom: 1px solid #dee2e6
}

#questionAccordion.accordion .accordion-item .acccordion-body,#accordionFAQ.accordion .accordion-item .acccordion-body {
    padding-bottom: 1em
}

#questionAccordion.accordion .accordion-item .accordion-header .accordion-button,#accordionFAQ.accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    line-height: 1.2em;
    font-weight: 700;
    color: inherit
}

#questionAccordion.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),#accordionFAQ.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: inherit;
    border-radius: 0.375rem 0.375rem 0 0;
    border: 0px solid var(--bs-border-color);
    border-bottom: none;
    box-shadow: none
}

#questionAccordion.accordion .accordion-item .accordion-header .accordion-button:focus,#accordionFAQ.accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none
}

#questionAccordion.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,#accordionFAQ.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

#questionAccordion.accordion .accordion-item .accordion-collapse.show,#questionAccordion.accordion .accordion-item .accordion-collapse.collapsing,#accordionFAQ.accordion .accordion-item .accordion-collapse.show,#accordionFAQ.accordion .accordion-item .accordion-collapse.collapsing {
    border: 0px solid var(--bs-border-color);
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem
}

#questionAccordion.accordion .accordion-item .accordion-body,#accordionFAQ.accordion .accordion-item .accordion-body {
    padding-top: 0
}

.accordion {
    cursor: pointer;
    margin-bottom: -1px
}

.accordion .accordion-item {
    background-color: transparent !important;
    color: var(--bs-body-color)
}

.accordion .accordion-item .acccordion-body {
    padding-bottom: 1em
}

.accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    line-height: 1.2em;
    font-weight: 700;
    color: inherit
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: none
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.accordion .accordion-item .accordion-body {
    padding-top: 0
}

.generic-content .generic-content-header {
    border-bottom: 1px solid #e5e5e5
}

.generic-content .generic-content-header h1 {
    font: bold normal 16px/1.5 encode_sanssemibold, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.generic-content .generic-content-header p.lead {
    color: #858585
}

.generic-content-lead:after {
    content: "";
    height: 3px;
    background: #232323;
    width: 30px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px
}

.home-banner h1 {
    color: #fff;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5)
}

.home-banner .home-banner-row {
    margin-top: -120px
}

@media screen and (max-width: 767.98px) {
    .home-banner .home-banner-row {
        margin-top:0
    }
}

.c-accordion__title {
    position: relative;
    padding-right: 2rem;
    cursor: pointer
}

.c-accordion__item .c-accordion__title:after {
    left: 15px;
    font-size: 2em;
    color: inherit
}

.c-accordion__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "+";
    color: #777;
    font-weight: 300;
    transform: translateY(-50%)
}

.geab_files li {
    margin-bottom: 5px;
    padding: 0 10px 0 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.geab_files li i {
    background: #fafafa;
    padding: 10px;
    margin-left: -50px;
    margin-right: 10px;
    border-radius: 200%;
    width: 2.2em
}

.geab_files li a {
    color: var(--bs-body-color)
}

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 50px 0
}

.scroll-item .one-one {
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    font-weight: bold;
    background: #fff !important;
    color: var(--bs-body-color) !important
}

.nav-item {
}

.block-header {
    border-left: 5px solid #f9b100
}

.drift-block {
    position: fixed;
    right: 20px;
    top: 100px;
    padding: 10px 40px 10px 10px;
    z-index: 1040
}

.drift-block .drift-close {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    z-index: 1041
}

.drift-block:hover {
    text-decoration: none
}

.cardXXX {
    overflow: hidden
}

.cardXXX:hover .card-img-top {
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1.05)
}

.cardXXX:hover .icon-container {
    transform: none !important
}

.card-hover i {
    margin-top: -50px;
    background: #fff;
    width: 64px;
    height: 64px;
    line-height: 50px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
    text-align: center;
    padding: 5px
}

.card-hover {
    border: 1px solid transparent;
    transition: all 0.2s;
    text-decoration: none !important;
    border-radius: 0 !important;
    margin: 0 !important
}

.card-hover:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none !important
}

.btn,.wp-block-button__link {
    padding: 0.45rem 1.3rem;
    font-size: 1em;
    font-weight: 700;
    border-radius: 9999px;
    white-space: nowrap;
    text-decoration: none !important
}

.btn.btn-lg,.wp-block-button__link.btn-lg {
    padding: 0.6rem 2rem;
    font-size: 1.25rem
}

.btn.btn-danger,.wp-block-button__link.btn-danger {
    background: var(--bs-pink-light);
    color: var(--bs-pink-dark);
    border-color: var(--bs-pink-light)
}

.btn.btn-success,.wp-block-button__link.btn-success {
    background: var(--bs-success) !important;
    color: var(--bs-green) !important;
    border-color: var(--bs-success) !important
}

.btn-group-sm>.btn,.btn-sm {
    padding: 0.45rem 1rem !important;
    font-size: 0.75em !important
}

.wp-block-button.tertiary>.wp-block-button__link {
    background: transparent !important;
    color: #0C555B !important;
    border: 2px solid transparent !important;
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    #bg-sidebar {
        display:none
    }
}

.styled table tr {
    border-bottom: 1px solid #ddd
}

.styled table tr td {
    border: none !important
}

.styled table tr td:nth-child(2n+0) {
    background: rgba(0, 0, 0, 0.025)
}

.styled table tr td:nth-child(2n+3) {
    background: rgba(0, 0, 0, 0.05)
}

.styled table tr td:nth-child(4n+0) {
    background: rgba(0, 0, 0, 0.075)
}

.styled table:first-child() {
    border-bottom: 0px solid #ddd
}

.timeline {
    position: relative
}

.timeline::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: var(--bs-body-color);
    top: 0px;
    bottom: 0;
    left: 18px;
    margin-left: -3px
}

.timeline::before {
    content: "";
    position: absolute;
    width: 15px;
    background-color: var(--bs-body-color);
    top: 0px;
    left: 8px;
    height: 1px
}

.timeline .timeline-item {
    padding: 0px 40px 10px;
    position: relative;
    background-color: inherit;
    width: fit-content
}

.timeline .timeline-item::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--bs-body-color);
    top: 20px;
    border-radius: 50%;
    z-index: 1
}

.timeline .timeline-item .content {
    background-color: #fff;
    position: relative;
    line-height: 1.4
}

.timeline .timeline-item.right {
    left: 1px
}

.timeline .timeline-item.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    left: 31px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent
}

.timeline .timeline-item.right::after {
    left: 8px
}

@media screen and (max-width: 600px) {
    .timeline-item {
        width:100%;
        padding-right: 25px
    }

    .timeline-item::after {
        top: 11px
    }

    .timeline-item::before {
        left: 33px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent
    }

    .timeline-item.right {
        left: 0%
    }
}

@media screen and (min-width: 768px) {
    .has_thumbnail {
        margin-top:-70px
    }
}

.one-one {
    position: relative
}

.one-one:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.one-one>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.andy {
    position: relative
}

.andy:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.3333333333%
}

.andy>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.two-one {
    position: relative
}

.two-one:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.two-one>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.one-two {
    position: relative
}

.one-two:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 113.3333333333%
}

.one-two>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.four-three {
    position: relative
}

.four-three:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.four-three>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.sixteen-nine {
    position: relative
}

.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.sixteen-nine>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.silver-ratio {
    position: relative
}

.silver-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.4250207125%
}

.silver-ratio>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.banner-ratio {
    position: relative
}

.banner-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.4250207125%
}

.banner-ratio>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.superandy>.content {
    background: linear-gradient(to right top, rgba(212, 19, 78, 0.9), rgba(242, 142, 0, 0.7))
}

@media screen and (max-width: 768px) {
    .andy {
        position:relative
    }

    .andy:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%
    }

    .andy>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }

    .banner-ratio {
        position: relative
    }

    .banner-ratio:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%
    }

    .banner-ratio>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }
}

.alignfull {
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw
}

.alignfull .wp-block-column {
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 576px) {
    .alignfull .wp-block-column {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .alignfull .wp-block-column {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .alignfull .wp-block-column {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .alignfull .wp-block-column {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .alignfull .wp-block-column {
        max-width:1320px
    }
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 2.5rem
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 1em
}

@media (min-width: 992px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap:4em
    }
}

@media only screen and (max-width: 768px) {
    .main-content header.hero {
        margin-top:315px
    }
}

.bg-header {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #020024;
    background: -webkit-linear-gradient(90deg, #020024 0%, rgba(2, 0, 36, 0) 100%);
    background: linear-gradient(90deg, #020024 0%, rgba(2, 0, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#020024", GradientType=1)
}

@media only screen and (max-width: 768px) {
    .bg-header {
        width:100%;
        position: absolute;
        clip-path: none
    }
}

.img-personal {
    width: 90px
}

.img-personal-home {
    width: 90px
}

@media only screen and (max-width: 768px) {
    .img-personal {
        width:90px
    }

    .img-personal-home {
        width: 48px
    }
}

#doc_heading {
    position: relative
}

#doc_heading:before {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "+";
    font-weight: 300;
    font-size: 2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-accordion__item {
    padding: 3em 0;
    border-bottom: 1px solid #ddd
}

@media only screen and (max-width: 768px) {
    .c-accordion__item {
        padding:2em 0
    }
}

.c-accordion__item h2.c-accordion__title {
    font-size: 1.25em !important
}

.c-accordion__item .c-accordion__title {
    padding-left: 3em !important;
    line-height: 1.3em
}

.c-accordion__item .c-accordion__title:focus {
    outline: none;
    border: none;
    color: inherit
}

.c-accordion__item .c-accordion__title:after {
    left: 15px;
    font-size: 2em;
    color: inherit
}

.c-accordion__item .c-accordion__content {
    margin-top: 1em;
    padding-left: 3.7em !important
}

@media only screen and (max-width: 768px) {
    .c-accordion__item .c-accordion__content {
        padding-left:1.2em !important
    }
}

.jBox-overlay {
    background-color: rgba(248, 249, 250, 0.9) !important
}

.jBox-Modal .jBox-container {
    box-shadow: 0 3px 15px rgba(168, 168, 168, 0.4), 0 0 5px rgba(255, 255, 255, 0.4) !important
}

#marmebox .marme_content {
    margin-top: 0px;
    overflow-y: auto;
    max-height: 320px;
    padding-top: 0px
}

#marmebox .marme_content .marmecat,#marmebox .marme_content .marmeque {
    font-size: 13px;
    cursor: pointer;
    transition: all 200ms ease-in-out
}

#marmebox .marme_content .marmecat:hover,#marmebox .marme_content .marmeque:hover {
    background: #f1f1f1
}

#marmebox .marme_content p {
    line-height: 1.5 !important
}

.btn-link {
    padding: 0;
    color: inherit;
    text-decoration: underline !important
}

.main-content a {
    text-decoration: underline
}

#searchFormBox {
    height: 60px;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0 0 30px 0 rgba(107, 107, 107, 0.4);
    padding-right: 1em
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    background: none !important;
    -webkit-box-shadow: none !important
}

#searchFormBox .form-control::-webkit-input-placeholder {
    color: #fff
}

#searchFormBox .form-control:-ms-input-placeholder {
    color: #fff
}

#searchFormBox .form-control::placeholder {
    color: #fff
}

#searchFormBox .form-control:focus {
    outline: none;
    box-shadow: none
}

#confirmation dl,#confirmation ol,#confirmation ul {
    padding: 0
}

#confirmation .col-sm-6 {
    width: 100%;
    padding: 0
}

#bottomNav {
    height: 60px;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 30px 0 rgba(107, 107, 107, 0.4);
    font-size: 18px
}

.timeline-steps .step {
    border-left: none;
    grid-row: 1 / auto;
    text-align: left;
    display: grid;
    grid-template-columns: 53px 1fr;
    gap: 0.75rem
}

.timeline-steps .step .icon {
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-box-align: center;
    position: relative;
    z-index: 1
}

.timeline-steps .step .icon::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--bs-border-color);
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: -1
}

.timeline-steps .step .icon .inside {
    padding: 10px;
    margin-top: 15px;
    background: var(--bs-body-bg);
    color: var(--bs-accordion-color);
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.timeline-steps .step .icon .inside i {
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center
}

.timeline-steps .step:not(:last-of-type) .icon::before {
    width: 2px;
    height: 95%;
    left: 50%;
    top: 2rem
}

.timeline-steps .step .text {
    padding: 1rem 0 1.5rem 15px;
    display: grid;
    gap: 8px
}

@media screen and (max-width: 768px) {
    #contact .block:nth-child(n+3) {
        border-top:1px solid var(--bs-border-color)
    }

    #contact .block:nth-child(2n) {
        border-right: none !important
    }
}

#contact .block:nth-child(n+4) {
    border-top: 1px solid #dee2e6
}

@media screen and (min-width: 768px) {
    #contact .block:nth-child(3n) {
        border-right:none !important
    }
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    z-index: 1010 !important
}

.wp-block-latest-posts__list li {
    border-radius: 6px;
    padding: 1.4em;
    border: 1px solid var(--bs-border-color);
    display: flex;
    flex-direction: column
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    margin: -1.4em -1.4em 1.4em -1.4em;
    border-radius: 6px 0 0 6px
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    border-radius: 6px 6px 0 0
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    order: 2
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    order: 1;
    margin-bottom: 5px
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
    order: 3
}

@media (max-width: 768px) {
    .wp-block-latest-posts__list {
        margin-bottom:0
    }

    .wp-block-latest-posts__list .wp-block-latest-posts__list li {
        border-radius: 6px;
        padding: 1.5em;
        border: 1px solid var(--bs-border-color);
        margin-right: 0 !important
    }

    .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
        margin: -1em 1em -1em -1em;
        border-radius: 6px 0 0 6px;
        display: none
    }

    .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0 !important
    }

    .wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
        border-radius: 6px 0 0 6px;
        height: 100%
    }

    .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
        display: none
    }
}

.outageinfoItem {
    border: 1px solid var(--bs-border-color) !important;
    margin-bottom: -1px
}

.outageinfoItem dl {
    padding-left: 0px
}

.outageinfoItem .innerWrapper {
    margin-top: 1em
}

.accordion-button:not(.collapsed) {
    color: var(--bs-body-color) !important
}

#masthead {
    z-index: 1010 !important
}

.overlay-menu {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1005 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.overlay-menu.active {
    display: block;
    opacity: 1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0
}

.productItem i:not(.fa-stack-2x),.productItem i:not(.fa-stack-1x) {
    background: linear-gradient(to right top, #d4134e, #f28e00);
    -webkit-text-combine: none;
    background-clip: text;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.productItem i.fa-stack-1x {
    background: none !important;
    background-clip: unset !important;
    text-fill-color: unset !important
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 34, 34, 0.5);
    z-index: 10980 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.overlay.active {
    display: block;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    right: 0
}

@media (max-width: 768px) {
    .hm-5 {
        height:10px !important
    }

    .hm-10 {
        height: 10px !important
    }

    .hm-20 {
        height: 20px !important
    }

    .hm-30 {
        height: 30px !important
    }

    .hm-40 {
        height: 40px !important
    }

    .hm-50 {
        height: 50px !important
    }

    .hm-60 {
        height: 60px !important
    }

    .hm-70 {
        height: 70px !important
    }

    .hm-80 {
        height: 80px !important
    }

    .hm-90 {
        height: 90px !important
    }

    .hm-100 {
        height: 100px !important
    }
}

@media (min-width: 992px) {
    .py-lg-hero {
        padding-top:6rem !important;
        padding-bottom: 6rem !important
    }
}

.shape-container {
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    z-index: -1
}

@media (max-width: 768px) {
    .shape-container {
        top:0px
    }
}

.open-hours .closed {
    color: #9E0C3D
}

.open-hours .toggle-arrow {
    display: none;
    transition: transform 0.3s ease-in-out
}

.open-hours .day-container.current .toggle-arrow {
    display: inline-block
}

.open-hours .collapsed {
    transform: rotate(90deg)
}

.shape-blob {
    background: #efeeed;
    height: 200px;
    width: 200px;
    border-radius: 30% 50% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    opacity: 0.2;
    position: absolute;
    left: 90%;
    top: 30%
}

.shape-blob.one {
    height: 500px;
    width: 500px;
    left: -250px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both
}

.shape-blob.two {
    background: #f2f2f1;
    height: 350px;
    width: 350px;
    left: 500px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both
}

@keyframes transform {
    0%,100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%
    }

    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%
    }

    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%
    }

    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%
    }

    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%
    }
}

@keyframes movement_one {
    0%,100% {
        transform: none
    }

    50% {
        transform: translate(50%, 20%) rotateY(10deg) scale(1.2)
    }
}

@keyframes movement_two {
    0%,500% {
        transform: none
    }

    50% {
        transform: translate(50%, 20%) rotate(-200deg) scale(1.2)
    }
}

.svg-img {
    position: relative
}

.home-hero {
    background: url(img/bg-home.jpg) right no-repeat;
    background-size: cover
}

.scroll-arrow {
    position: absolute;
    top: 0;
    right: -15px;
    background: linear-gradient(-90deg, #f1f1f1 21%, rgba(241, 241, 241, 0.03) 100%);
    bottom: 10px;
    width: 50px;
    text-align: right;
    color: orange;
    z-index: 3
}

.ubermenu-responsive-toggle-main i {
    font-weight: 400
}

.img-col {
    display: flex !important;
    align-items: flex-end
}

.img-col .ubermenu-custom-content-padded {
    padding: 0 !important
}

.ubermenu *:focus {
    outline: none
}

.ubermenu-business .ubermenu-row {
    margin: 0 auto
}

@media (min-width: 1200px) {
    .ubermenu-main .ubermenu-row {
        max-width:1140px
    }
}

@media (min-width: 992px) {
    .ubermenu-main .ubermenu-row {
        max-width:960px
    }
}

@media (min-width: 1400px) {
    .ubermenu-business .ubermenu-row {
        max-width:1320px
    }
}

.mobile-nav .ubermenu-responsive-toggle {
    outline: none !important
}

.ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    font-weight: 700
}

.ubermenu-item-level-0.ubermenu-active>.ubermenu-target.ubermenu-target>.ubermenu-sub-indicator {
    color: var(--bs-primary) !important
}

.ubermenu-item .ubermenu-target-text {
    font-family: var(--bs-font-sans-serif) !important
}

@media (min-width: 992px) {
    .ubermenu-item-level-0 .ubermenu-badge {
        display:none !important
    }

    .primary-navigation {
        height: 90px
    }
}

@media (max-width: 991px) {
    .ubermenu-item-level-0 .ubermenu-badge-inline-absolute {
        left:5px
    }

    .ubermenu-item-level-0 .ubermenu-badge {
        padding: 2px 10px !important;
        border-radius: 10000px !important;
        font-size: 1rem !important;
        margin-left: 0;
        color: var(--bs-primary) !important;
        background: var(--bs-secondary) !important;
        height: 40px;
        width: 40px
    }

    .ubermenu-item-level-0>.ubermenu-item-layout-text_only>.ubermenu-target-text {
        text-indent: 50px
    }

    .ubermenu.ubermenu-mobile-modal .ubermenu-mobile-close-button {
        border: 2px solid var(--bs-body-color) !important;
        border-radius: 10000px !important;
        padding: 12px 40px !important;
        width: auto !important;
        margin: 0 auto 10px;
        font-weight: bold
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .ubermenu-business .ubermenu-item-level-0>.ubermenu-target {
        padding-left:8px !important;
        padding-right: 8px !important;
        font-size: 0.9em !important
    }

    .ubermenu-business .ubermenu-item-level-0>.ubermenu-target i {
        display: none
    }
}

.ubermenu-submenu .ubermenu-row {
}

.ubermenu-submenu .ubermenu-row ul {
    padding: 0
}

.ubermenu-submenu .ubermenu-row .ubermenu-links {
    padding: 15px
}

@media (min-width: 991px) {
    .ubermenu-submenu .ubermenu-row .ubermenu-links {
        padding:2em
    }
}

.ubermenu-submenu .ubermenu-row .ubermenu-links ul>li:not(.ubermenu-item-type-custom) {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--bs-border-color);
    padding-top: 10px
}

.ubermenu-submenu .ubermenu-row .ubermenu-links ul>li:not(.ubermenu-item-type-custom):before {
    font-size: 1.5em;
    width: 1.3em !important;
    display: inline-block;
    line-height: 1rem
}

.ubermenu-submenu .ubermenu-row .ubermenu-links ul>li:not(.ubermenu-item-type-custom) a {
    font-family: var(--bs-font-sans-serif);
    display: inline
}

.ubermenu-submenu .ubermenu-row .ubermenu-secondary-links {
    padding: 15px
}

@media (min-width: 991px) {
    .ubermenu-submenu .ubermenu-row .ubermenu-secondary-links {
        padding:2em
    }
}

.ubermenu-submenu .ubermenu-row .ubermenu-secondary-links ul>li {
    margin-bottom: 5px
}

.ubermenu-submenu .ubermenu-row .ubermenu-secondary-links ul>li a {
    padding-left: 0 !important
}

.ubermenu-submenu .ubermenu-row .ubermenu-content-block p {
    text-wrap: balance;
    line-height: 1.4
}

.ubermenu-submenu .ubermenu-row .ubermenu span>span.ubermenu-target-title {
    border-bottom: 3px solid transparent
}

.ubermenu-submenu .ubermenu-row .ubermenu-active span>span.ubermenu-target-title {
    font-weight: bold !important;
    border-bottom: 3px solid var(--bs-body-color)
}

.ubermenu-submenu .ubermenu-row .ubermenu-main {
    height: 67px !important
}

.ubermenu-submenu .ubermenu-row .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background: var(--bs-body-bg)
}

.mobile-nav i {
    font-size: 16px;
    margin-right: 0 !important;
    height: 16px
}

.mobile-nav .navbar-brand-symbol a {
    transition: all 0.5s ease-in-out;
    background: url(img/glimten.png) no-repeat center;
    background-size: 40px auto !important;
    width: 50px;
    height: 50px;
    display: block;
    padding: 0 60px
}

.mobile-nav .ubermenu-responsive-toggle {
    padding: 1rem
}

@media screen and (max-width: 575px) {
    .mobile-nav .ubermenu-responsive-toggle {
        display:flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        font-size: 12.25px;
        padding: 0 0.5rem;
        line-height: 0.9
    }

    .mobile-nav .ubermenu-responsive-toggle i {
        line-height: 22px;
        margin-bottom: 7px
    }
}

@media screen and (min-width: 576px) and (max-width:768px) {
    .mobile-nav .ubermenu-responsive-toggle {
        display:flex;
        flex-direction: row;
        padding: 0 0.5rem;
        font-size: 12.25px
    }
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    position: fixed;
    box-shadow: -2px 4px 13px rgba(27, 41, 48, 0.1);
    background: #fff
}

.affix #location {
    display: none !important
}

.affix .row {
    border-top: none !important
}

.affix~body {
    position: relative;
    top: 50px
}

.affix .brandSmall {
    display: block !important;
    width: 60px
}

.affix .brandSmall .navbar-brand {
    left: 10px
}

.form-control-search {
    font-size: 12px
}

@media (min-width: 1024px) {
    #footerMenu ul li.menu-item-has-children {
        width:33%
    }
}

#footerMenu li {
    line-height: 2.3em
}

#footerMenu ul {
    list-style: none;
    padding: 0
}

#footerMenu ul ul li {
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .nav-scroller {
        position:relative;
        height: auto;
        overflow-y: hidden
    }

    .nav-scroller-lg {
        margin-right: 0 !important;
        max-width: 100% !important
    }

    .nav-scroller .nav-scroller-item {
        max-width: 70%;
        text-align: left
    }

    .content-tabs .nav-tabs {
        background: #f8f9fa;
        border: 1px solid #dee2e6
    }

    .content-tabs .nav-tabs .nav-item {
        border: 0 !important;
        border-right: 1px solid #dee2e6 !important;
        border-radius: 0;
        background: none !important
    }

    .content-tabs .nav-tabs .nav-item.active {
        background: #fff !important
    }

    .content-tabs .nav-item .nav-link {
        padding: 0 1em;
        color: #fff
    }

    .content-tabs .nav-item .nav-link.active {
        color: var(--bs-body-color)
    }

    .content-tabs .nav-item .nav-link i {
        margin-right: 5px
    }

    .content-tabs .nav-item .nav-link span {
    }

    .navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        text-align: center;
        -webkit-overflow-scrolling: touch
    }
}

#top-right li {
    margin: 0 10px
}

#top-right li a {
    font-size: 0px;
    padding: 0.5rem 0.3em;
    color: transparent;
    margin-bottom: 0.2em
}

#top-right li a i {
    display: block;
    margin: auto;
    line-height: 1;
    font-size: 16px;
    color: var(--bs-body-color)
}

.header-submenu .nav-scroller {
    position: relative;
    overflow-x: hidden;
    width: 100%
}

.header-submenu .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: left;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.header-submenu .nav-scroller .nav::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.header-submenu .nav-scroller .nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1
}

.header-submenu .nav-scroller .nav::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}

.header-submenu .nav-scroller .nav::-webkit-scrollbar-thumb:hover {
    background: var(--bs-body-color)
}

.header-submenu .nav-scroller .nav li {
    margin-right: 0.5em
}

.header-submenu .nav-scroller .nav li a {
    padding: 0.7em 1em;
    border: 1px solid #dee2e6;
    display: block;
    background: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    font-size: 16px
}

.header-submenu .nav-scroller .nav li a:hover {
    border: 1px solid #9B4202;
    color: #9B4202
}

.header-submenu .nav-scroller .nav li a.current_page_item {
    border: 1px solid #9B4202;
    color: #9B4202;
    font-weight: bold;
    background: #FFF2E3
}

.submenu .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.topnav ul {
}

.topnav ul li {
}

.topnav ul li a {
    padding: 10px 20px 11px;
    border-radius: 20px;
    cursor: pointer;
    line-height: 3;
    margin-right: 1em
}

.topnav ul li a:hover {
    background: #efefef;
    color: var(--bs-body-color)
}

.topnav ul li.current-menu-item,.topnav ul li.current-page-ancestor {
    position: relative;
    margin-bottom: 0px
}

.topnav ul li.current-menu-item a,.topnav ul li.current-menu-item a:hover,.topnav ul li.current-page-ancestor a,.topnav ul li.current-page-ancestor a:hover {
    background: linear-gradient(to right top, #d4134e, rgba(242, 142, 0, 0.97));
    color: #fff !important
}

.topnav ul li a {
    font-size: 12px
}

.primary-navigation .navbar-nav .nav-item:hover {
    background: none
}

.primary-navigation .navbar-nav .nav-item.active .nav-link {
}

.primary-navigation .navbar-nav .nav-item .nav-link {
    padding: 1.3em 0em;
    margin-right: 1.5em;
    color: var(--bs-body-color);
    border-bottom: 0px solid transparent;
    font-size: 16px
}

.primary-navigation .navbar-nav .nav-item .nav-link i {
    margin-right: 7px
}

.primary-navigation .navbar-nav .nav-item .nav-link span {
}

.primary-navigation .navbar-nav .nav-item .nav-link:first-child {
}

.primary-navigation .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-right: 0.8em;
    font-size: 18px;
    content: "";
    font-family: "FontAwesome";
    color: #dee2e6;
    border: none;
    vertical-align: 0
}

.primary-navigation .navbar-nav .nav-item:hover .nav-link {
    background: #fff
}

.primary-navigation .navbar-nav .dropdown-menu {
    font-size: 80%;
    top: 80px;
    border: none;
    padding: 0;
    box-shadow: 4px 9px 12px rgba(0, 0, 0, 0.3)
}

.primary-navigation .navbar-nav .dropdown-menu::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    content: "";
    position: absolute;
    left: 15px;
    top: -10px
}

.primary-navigation .navbar-nav .dropdown-menu li:first-child a {
    border-radius: 4px 4px 0 0
}

.primary-navigation .navbar-nav .dropdown-menu li:last-child() a {
    border-radius: 0 0 4px 4px
}

.primary-navigation .navbar-nav .dropdown-menu li a {
    padding: 0.8em 1.2em
}

.primary-navigation .navbar-nav .dropdown-menu li a:hover,.primary-navigation .navbar-nav .dropdown-menu li a:active {
    background: #fff2e3;
    color: inherit
}

#sidebar-content .navbar-nav .nav-item .nav-link {
    width: 100%;
    margin: 0 !important;
    text-indent: 20px;
    border-bottom: 1px solid #efefef;
    padding: 0.7em 0;
    font-size: 16px
}

#sidebar-content .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-right: 0.8em;
    font-size: 18px;
    content: "";
    font-family: "FontAwesome";
    color: #dee2e6;
    border: none;
    vertical-align: 0;
    position: absolute;
    right: 30px
}

#sidebar-content .dropdown-menu {
    border: none;
    font-size: 16px !important
}

body.parent-pageid-1389 #location #menu-item-16759,body.page-id-1389 #location #menu-item-16759,body.parent-pageid-1405 #location #menu-item-16759,body.page-id-1405 #location #menu-item-16759,body.parent-pageid-1408 #location #menu-item-16759,body.page-id-1408 #location #menu-item-16759,body.parent-pageid-2350 #location #menu-item-16759,body.page-id-2350 #location #menu-item-16759,body.parent-pageid-2405 #location #menu-item-16759,body.page-id-2405 #location #menu-item-16759,body.parent-pageid-2511 #location #menu-item-16759,body.page-id-2511 #location #menu-item-16759,body.parent-pageid-1393 #location #menu-item-16759,body.page-id-1393 #location #menu-item-16759,body.parent-pageid-12461 #location #menu-item-16759,body.page-id-12461 #location #menu-item-16759,body.parent-pageid-12481 #location #menu-item-16759,body.page-id-12481 #location #menu-item-16759,body.parent-pageid-18966 #location #menu-item-16759,body.page-id-18966 #location #menu-item-16759 {
    font-weight: bold;
    background: none
}

body.parent-pageid-1389 #location #menu-item-16759 .nav-link,body.parent-pageid-1389 #location #menu-item-16759:hover .nav-link,body.page-id-1389 #location #menu-item-16759 .nav-link,body.page-id-1389 #location #menu-item-16759:hover .nav-link,body.parent-pageid-1405 #location #menu-item-16759 .nav-link,body.parent-pageid-1405 #location #menu-item-16759:hover .nav-link,body.page-id-1405 #location #menu-item-16759 .nav-link,body.page-id-1405 #location #menu-item-16759:hover .nav-link,body.parent-pageid-1408 #location #menu-item-16759 .nav-link,body.parent-pageid-1408 #location #menu-item-16759:hover .nav-link,body.page-id-1408 #location #menu-item-16759 .nav-link,body.page-id-1408 #location #menu-item-16759:hover .nav-link,body.parent-pageid-2350 #location #menu-item-16759 .nav-link,body.parent-pageid-2350 #location #menu-item-16759:hover .nav-link,body.page-id-2350 #location #menu-item-16759 .nav-link,body.page-id-2350 #location #menu-item-16759:hover .nav-link,body.parent-pageid-2405 #location #menu-item-16759 .nav-link,body.parent-pageid-2405 #location #menu-item-16759:hover .nav-link,body.page-id-2405 #location #menu-item-16759 .nav-link,body.page-id-2405 #location #menu-item-16759:hover .nav-link,body.parent-pageid-2511 #location #menu-item-16759 .nav-link,body.parent-pageid-2511 #location #menu-item-16759:hover .nav-link,body.page-id-2511 #location #menu-item-16759 .nav-link,body.page-id-2511 #location #menu-item-16759:hover .nav-link,body.parent-pageid-1393 #location #menu-item-16759 .nav-link,body.parent-pageid-1393 #location #menu-item-16759:hover .nav-link,body.page-id-1393 #location #menu-item-16759 .nav-link,body.page-id-1393 #location #menu-item-16759:hover .nav-link,body.parent-pageid-12461 #location #menu-item-16759 .nav-link,body.parent-pageid-12461 #location #menu-item-16759:hover .nav-link,body.page-id-12461 #location #menu-item-16759 .nav-link,body.page-id-12461 #location #menu-item-16759:hover .nav-link,body.parent-pageid-12481 #location #menu-item-16759 .nav-link,body.parent-pageid-12481 #location #menu-item-16759:hover .nav-link,body.page-id-12481 #location #menu-item-16759 .nav-link,body.page-id-12481 #location #menu-item-16759:hover .nav-link,body.parent-pageid-18966 #location #menu-item-16759 .nav-link,body.parent-pageid-18966 #location #menu-item-16759:hover .nav-link,body.page-id-18966 #location #menu-item-16759 .nav-link,body.page-id-18966 #location #menu-item-16759:hover .nav-link {
    border-bottom: 3px solid var(--bs-body-color)
}

#location .nav-item {
    margin: 0 0.8em 0 0;
    padding: 0
}

#location .nav-item .nav-link {
    padding: 0;
    color: var(--bs-body-color);
    position: relative;
    display: block;
    line-height: 44px;
    border-bottom: 3px solid transparent;
    font-size: 12px;
    transition: border-color 0.3s
}

#location .nav-item.current-page-ancestor,#location .nav-item.current_page_item {
    font-weight: bold;
    background: var(--bs-body-bg)
}

#location .nav-item.current-page-ancestor .nav-link,#location .nav-item.current-page-ancestor:hover .nav-link,#location .nav-item.current_page_item .nav-link,#location .nav-item.current_page_item:hover .nav-link {
    border-bottom: 3px solid var(--bs-body-color)
}

#location .nav-item:hover .nav-link {
    border-bottom: 3px solid var(--bs-border-color)
}

.nav_icon:not(.login) {
    opacity: 1
}

.nav_icon:not(.login):hover {
    opacity: 0.8
}

@media screen and (min-width: 768px) {
    .nav_icon {
        font-size:13px;
        min-width: 65px
    }
}

.nav_icon i {
    font-weight: 400 !important
}

.nav_icon span {
    font-weight: 400 !important
}

.nav_icon.login {
    color: #9B4202
}

#cd-nav ul {
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: transform 0.3s, visibility 0s 0.3s
}

#cd-nav ul.is-visible {
    visibility: visible;
    transform: scale(1);
    transition: transform 0.3s, visibility 0s 0s
}

.cd-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2
}

@media only screen and (min-width: 1170px) {
    #cd-nav ul {
        position:absolute;
        width: auto;
        max-width: none;
        bottom: auto;
        top: 36px;
        visibility: visible;
        transform: scale(1);
        transition: all 0s
    }

    #cd-nav.is-fixed ul {
        position: fixed;
        width: 90%;
        max-width: 400px;
        bottom: 20px;
        top: auto;
        visibility: hidden;
        transform: scale(0)
    }
}

.top {
    transition: all 0.4s ease
}

.top.shrink-scroll {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0
}

.top.shrink-scroll .navbar-brand a {
    width: 30px
}

.top .navbar-brand a {
    width: 150px;
    height: 35px;
    display: block;
    transition: all 30ms ease;
    background-position: left
}

@media (max-width: 768px) {
    .top .navbar-brand a {
        width:150px
    }
}

.submenu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 0;
    background: rgba(255, 255, 255, 0.8)
}

.submenu.shrink {
    top: 0px
}

.submenu ul li {
    margin: 0 1em;
    white-space: nowrap;
    font-size: 0.875rem;
    height: 60px;
    line-height: 60px
}

.submenu ul li a {
    color: #999;
    text-decoration: none
}

.submenu ul li a:hover {
    color: orange
}

.submenu ul li.current_page_item {
    border-bottom: 3px solid orange
}

.submenu ul li.current_page_item a {
    color: orange
}

.quick_links ul.list-unstyled>li {
    width: 46%;
    float: left;
    margin-left: 2%;
    padding: 1.5rem 0 0 0
}

@media screen and (max-width: 768px) {
    .quick_links ul.list-unstyled>li {
        width:100%;
        margin-left: 0
    }
}

.quick_links ul.list-unstyled>li>a {
    font-size: 1.3em;
    line-height: 1;
    display: block;
    margin-bottom: 15px
}

.quick_links ul.list-unstyled>li ul.sub-menu {
    padding: 0;
    list-style: none
}

.quick_links ul.list-unstyled>li ul.sub-menu li {
    padding: 10px 10px 0px 0;
    width: 100%;
    display: block;
    float: left;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .quick_links ul.list-unstyled>li ul.sub-menu li {
        width:50%
    }
}

.quick_links ul.list-unstyled>li ul.sub-menu li:before {
    margin-right: 4px;
    width: 30px;
    display: block;
    float: left;
    text-align: center;
    background: #f8f9fa;
    height: 30px;
    line-height: 2;
    border-radius: 200px
}

.quick_links ul.list-unstyled>li ul.sub-menu li a {
    font-family: "Encode Sans", sans-serif
}

.quick_links.business ul.sub-menu li {
    padding: 10px 10px 0px 0;
    width: 50% !important
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu ul li a {
    font-family: "Encode Sans", sans-serif
}

#cssmenu {
    width: 100%
}

#cssmenu ul ul {
    display: none
}

.align-right {
    float: right
}

#cssmenu>ul>li:before {
    margin-right: 10px;
    width: 30px;
    display: block;
    float: left;
    text-align: center;
    padding: 18px 20px 18px 20px;
    position: relative;
    z-index: 3
}

#cssmenu>ul>li>a {
    padding: 20px;
    font-family: "Encode Sans", sans-serif;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15)
}

#cssmenu>ul>li {
    border-bottom: 1px solid #d4d4d4
}

footer #cssmenu>ul>li {
    border-bottom: none
}

footer #cssmenu>ul>li>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.05)
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li.open>a {
    background: #f1f3f4
}

#cssmenu>ul>li>a:hover,#cssmenu>ul>li.active>a,#cssmenu>ul>li.open>a {
    background-color: #f8f9fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.2) !important
}

#cssmenu>ul>li.open>a,#cssmenu>ul>li.expand>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.05)
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "f107";
    font-family: "Font Awesome 5 Pro"
}

.holder::after,.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff
}

#cssmenu>ul>li>a:hover>span::after,#cssmenu>ul>li.active>a>span::after,#cssmenu>ul>li.open>a>span::after {
    border-color: #eeeeee
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 20px 20px;
    z-index: 1;
    text-decoration: none;
    background: #f9f9f9;
    font-size: 0.9em
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li.open>a {
    background: #fff
}

#cssmenu ul ul li.active>a {
    background: #ffe1b7
}

#cssmenu ul ul li:first-child>a {
    box-shadow: none
}

#cssmenu ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

#cssmenu ul ul ul li a {
    padding-left: 30px
}

#cssmenu>ul>li>ul>li:last-child>a,#cssmenu>ul>li>ul>li.last>a {
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#cssmenu ul ul li.active>a::after,#cssmenu ul ul li.open>a::after,#cssmenu ul ul li>a:hover::after {
    border-color: #ffffff
}

.form-control-borderless {
    border: none
}

.form-control-borderless:hover,.form-control-borderless:active,.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none
}

#secondary-menu {
    margin: 20px 0
}

#secondary-menu li {
    display: block;
    padding: 1em
}

#secondary-menu li:before {
    margin-left: 0px;
    margin-right: 10px;
    height: 40px;
    display: block;
    float: left;
    color: orange
}

#secondary-menu li a {
    font-family: "Encode Sans", san-serif !important;
    font-weight: 400;
    font-size: 80%
}

#secondary-menu li .nav_desc {
    font-family: "Encode Sans", san-serif !important;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    color: rgba(0, 0, 0, 0.5)
}

.submenu_header {
    font-size: 1em;
    padding: 2em 1.2em 0.5em 2.5em !important;
    border-radius: 0 !important
}

#submenu li a {
    padding: 12px 12px 12px 2.5em;
    display: block;
    transition: all 100ms ease
}

#submenu li a span {
    padding: 0 0 0 40px;
    display: block;
    margin: -1px 0 0 0
}

#submenu li a:hover {
    text-decoration: none;
    background: white
}

#submenu li a i {
    width: 30px;
    text-align: center;
    float: left;
    margin-top: 2px
}

#submenu li:first-child a {
}

#submenu li.current_page_item a {
    background: linear-gradient(to right top, #d4134e, #f28e00);
    color: #fff
}

#submenu li.current_page_item a span {
    font-weight: bold
}

#submenu h5 {
    letter-spacing: 0.075em;
    line-height: 26px
}

footer .navbar-nav {
    line-height: 1.5 !important;
    font-weight: bold;
    width: 100%;
    float: left
}

footer .navbar-nav>li {
    margin: 0 0 1em 0;
    position: relative
}

footer .navbar-nav>li>a {
    text-decoration: none;
    cursor: default
}

footer .navbar-nav>li a {
    padding: 0 0.3em !important;
    margin-right: 0;
    border-bottom: 0px solid transparent;
    text-align: left;
    color: var(--bs-body-color)
}

footer .navbar-nav>li a:after {
    display: none
}

footer .navbar-nav>li .sub-menu {
    background: none;
    border: none;
    padding: 0;
    list-style: none;
    font-weight: 400
}

footer .navbar-nav>li .sub-menu .sub-menu-item {
    padding: 0.3em;
    color: var(--bs-body-color);
    font-size: 0.875em !important
}

footer .navbar-nav>li .sub-menu .sub-menu-item:focus,footer .navbar-nav>li .sub-menu .sub-menu-item:hover {
    opacity: 1 !important;
    background: none !important
}

footer .navbar-nav>li .sub-menu .sub-menu-item.active,footer .navbar-nav>li .sub-menu .sub-menu-item:active {
    background: none !important;
    color: var(--bs-body-color)
}

@media (min-width: 768px) {
    footer .navbar-nav>li .sub-menu-menu {
        display:block;
        position: unset !important;
        background: none;
        border: none
    }

    footer .navbar-nav>li .sub-menu-menu .sub-menu-item {
        padding: 0.3em
    }
}

@media (min-width: 768px) {
    footer .navbar-nav>li {
        width:33%
    }
}

footer .navbar-nav>li>a {
    display: block;
    margin-bottom: 0.5em;
    padding: 0.5em
}

footer .navbar-nav>li:before {
    font-weight: 400;
    float: left;
    margin: 0 5px 0 0
}

footer .footer_logo {
    margin: 0 auto;
    font-weight: bold
}

footer .footer_logo img {
    max-width: 180px !important;
    margin-bottom: 10px
}

.speech {
    position: relative;
    background: #C3FFD2;
    font-size: 11px
}

.speech:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 0.375em solid transparent;
    border-left-color: #C3FFD2;
    border-right: 0;
    border-top: 0;
    margin-bottom: -0.187em;
    margin-right: -0.375em
}

body {
    font-family: var(--bs-font-sans-serif);
    font-size: 100%;
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    body {
        font-size:87.5%
    }
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5 {
    font-weight: 700;
    line-height: 1.3
}

h2,.h2 {
    font-size: 1.802em
}

h3,.h3 {
    font-size: 1.602em
}

h4,.h4 {
    font-size: 1.424em
}

h5,.h5 {
    font-size: 1.266em
}

h6,.h6 {
    font-size: 1.125em
}

@media screen and (max-width: 768px) {
    h1,.feat-img-header {
        font-size:1.602rem
    }

    h2,.h2 {
        font-size: 1.3em !important
    }

    h3,.h3 {
        font-size: 1.2em !important
    }

    h4,.h4 {
        font-size: 1.2em !important
    }

    h5,.h5 {
        font-size: 1.2em !important
    }

    h6,.h6 {
        font-size: 1.125em !important;
        font-weight: 600
    }
}

.has-light-gray-color {
    color: var(--bs-light)
}

@media screen and (max-width: 768px) {
    .small-xs {
        font-size:12.25px;
        line-height: 0.9
    }
}

.form-name {
    margin-bottom: 1em
}

.handwrite {
    font-family: "Shadows Into Light", cursive;
    word-spacing: -2px;
}

p,.wp-block-column p {
}

p.lead,.wp-block-column p.lead {
    font-size: 1.333em;
    line-height: 1.5em;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    p.lead:not(.block) {
        text-wrap:balance
    }
}

h1,.h1 {
    margin-top: 0;
    font-weight: 800
}

h1.display-2,.h1.display-2 {
    font-weight: 800
}

h1.display-3,.h1.display-3 {
    font-weight: 600;
    font-size: 3.2rem
}

mark {
    background: none;
    color: inherit;
    padding: 0
}

.mobile-header mark,.box-header mark,.bgBanner mark,.elhandel-box mark, h1 mark {
    position: relative;
    z-index: 2
}

.mobile-header mark::before,.box-header mark::before,.bgBanner mark::before,.elhandel-box mark::before, h1 mark::before {
    background: url('data:image/svg+xml,<svg id="Lager_2" data-name="Lager 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 958.9 47.14"><defs><style> .cls-1 { fill: url(%23Namnlös_övertoning_2); stroke-width: 0px; }</style><linearGradient id="Namnlös_övertoning_2" data-name="Namnlös övertoning 2" x1="853.49" y1="-30.71" x2="183.74" y2="108.69" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23f9ba02"/><stop offset=".18" stop-color="%23f4a502"/><stop offset=".32" stop-color="%23f19302"/><stop offset=".43" stop-color="%23f08e04"/><stop offset=".54" stop-color="%23ee820a"/><stop offset=".55" stop-color="%23ee800c"/><stop offset=".75" stop-color="%23e6511e"/><stop offset=".8" stop-color="%23e13f2b"/><stop offset=".89" stop-color="%23d4114c"/><stop offset=".91" stop-color="%23d30a52"/><stop offset="1" stop-color="%23b51548"/></linearGradient></defs><g id="Lager_1-2" data-name="Lager 1"><path class="cls-1" d="m0,47.14C261-7.45,575.85-14.5,841.35,25.34c39.63,5.91,78.84,13.32,117.55,21.8C641.91,6.53,317.17,9.61,0,47.14h0Z"/></g></svg>');
    content: "";
    width: 100%;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 90%;
    height: 100%;
    z-index: -1
}

.underline {
    background-position: bottom center
}

small,.text_small,p small {
    font-size: 0.75rem
}

.text-shadow-1 {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25)
}

.superforms h5 {
    text-transform: unset;
    letter-spacing: 0px
}

cite {
    font-size: 1rem
}

.block-block p {
    line-height: 1.3em
}

dl,ol,ul {
    padding-left: 20px
}

dl li,ol li,ul li {
    margin-bottom: 5px
}

a.ek-link:after {
    display: inline-block;
    speak: none;
    margin-left: 3px;
    font-size: 10px;
    font-family: "Font Awesome 6 Pro";
    content: ""
}

#main a:not(.btn),#main a:not(.wp-block-button__link) {
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

#main a:not(.btn):hover,#main a:not(.wp-block-button__link):hover {
    color: #313940
}

#main a.nav-item {
    color: #47525d !important
}

#main a.nav-item:hover {
    background: #fff
}

#main a.wp-block-button__link {
    text-decoration: none;
    cursor: pointer
}

a,.open_search {
    cursor: pointer
}

a:hover,.open_search:hover {
    color: inherit;
    text-decoration: none
}

.gradient-title {
    font-weight: 800 !important;
    font-size: 2.5rem;
    line-height: 1.26;
    background: -webkit-linear-gradient(to right top, #cb0c4d, #f9b100);
    background: linear-gradient(to right top, #cb0c4d, #f9b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    background-clip: text
}

@media (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .gradient-title {
        background: transparent
    }
}

#main-container header hr {
    height: 3px;
    margin: 2.5em 0;
    width: 120px;
    border: none;
    background: #47525d;
    border-radius: 7px;
    display: inline-block
}

body.single-dokument {
    font-size: 16px
}

body.single-dokument p {
    margin-bottom: 2em
}

.text-50 {
    opacity: 0.5
}

.text-shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

.text-white .btn-link {
    color: #fff !important
}

.text-white .btn-link:hover {
    color: #fff !important
}

blockquote p {
    font-weight: bold !important;
    font-size: 1.5rem
}

blockquote:before {
    content: "”";
    font-family: "Times New Roman", Times, serif !important;
    font-weight: bold;
    font-size: 60px;
    line-height: 1
}

.wp-block-table {
    border: 0px solid #dee2e6;
    border-bottom: 0px
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fff !important
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #f8f8f8 !important
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
    background: transparent
}

.wp-block-table thead,.wp-block-table .table>:not(:first-child) {
    border-top: none !important
}

.wp-block-table thead {
    background: var(--bs-body-color);
    color: #fff
}

.wp-block-table tr {
    border-bottom: 0px solid #ddd
}

.wp-block-table tr th {
    padding: 1.3em;
    border: none
}

.wp-block-table tr td {
    padding: 1.3em
}

@media only screen and (max-width: 768px) {
    .wp-block-table .has-fixed-layout {
        width:auto
    }

    .wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
        word-break: normal
    }

    .wp-block-table tr td,.wp-block-table tr th {
        padding: 0.7em
    }
}

::placeholder {
    color: var(--bs-body-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--bs-body-color)
}

::-ms-input-placeholder {
    color: var(--bs-body-color)
}

.bankid-wrapper {
    z-index: 153000 !important
}

.simpliform-loading-indicator {
    background: url(https://cdn.gavleenergi.se/img/spinner.svg) center no-repeat;
    height: 25px
}

.simpliform-loading-indicator svg {
    display: none
}

.elhandel-container {
    background: #F0EEEA;
    margin-bottom: 3em;
    background-size: cover
}

.elhandel-container .elhandel-bottom {
    background: #F7F6F4
}

@media (min-width: 992px) {
    .elhandel-container .elhandel-container .break {
        flex-basis:100%;
        height: 0
    }
}

.elhandel-container .pagination-wrapper {
    flex-wrap: wrap-reverse
}

@media (min-width: 992px) {
    .elhandel-container {
        background:#F0EEEA url(img/elhandel-teckna-avtal-bg.jpg) no-repeat center;
        background-size: cover
    }
}

#options input,#options select {
    width: 75px;
    background-color: inherit;
    background-position: right center !important;
    border: none;
    font-weight: 700;
    color: #47525d;
    border-bottom: 1px dotted #47525d;
    border-radius: 0;
    padding: 0
}

#options select {
    width: 105px
}

#options select option {
    padding: 0 5px
}

#options div {
    margin-right: -1px;
    flex: 1 1 auto !important
}

#options input[type="radio"] {
    display: none
}

#options input[type="radio"]+label {
    background: inherit;
    width: 100%;
    padding: 1em;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-align: center
}

#options input[type="radio"]:checked+label {
    border: 1px solid var(--bs-body-color);
    background: var(--bs-body-color);
    color: var(--bs-body-bg);
    font-weight: bold
}

#options input::-webkit-outer-spin-button,#options input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#options input[type=number] {
    -moz-appearance: textfield
}

#products div {
    margin-right: 5px
}

#products input[type="radio"] {
    display: none
}

#products input[type="radio"]+label {
    background: inherit;
    width: 100%;
    padding: 0.45rem 1.3rem;
    border: 2px solid var(--bs-body-color);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-align: center;
    border-radius: 100px;
    font-weight: bold
}

#products input[type="radio"]:checked+label {
    border-color: var(--bs-body-color);
    background: var(--bs-body-color);
    color: var(--bs-body-bg)
}

.elhandel-box .no-mb>div {
    margin-bottom: 0 !important
}

.elhandel-box .no-mb>div .checkbox {
    margin-bottom: 0 !important
}

.elhandel-box #simpliform .step-1 .prev-btn-wrapper {
    display: none
}

.elhandel-box #simpliform .step-1 .next-btn-wrapper {
    margin: 0 !important
}

.elhandel-box input[type="radio"] {
    display: none
}

.elhandel-box .radio {
    margin-bottom: 0
}

.elhandel-box .radio label {
    padding-left: 0 !important
}

.elhandel-box .radio label span:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "";
    color: #ccd0d2;
    border-radius: 0px;
    transition: all 200ms ease-in-out;
    margin-right: 5px
}

.elhandel-box .radio label>input:checked+span:before {
    content: "";
    background: #f4fbf1;
    border-color: #63a432;
    color: var(--bs-body-color);
    font-weight: 900;
    content: ""
}

.form-41ZY70DSnCioHzR57XY4 .is_moving input[type="radio"] {
    display: none
}

.form-41ZY70DSnCioHzR57XY4 .is_moving .radio {
    margin-bottom: 0
}

.form-41ZY70DSnCioHzR57XY4 .is_moving .radio label {
    padding-left: 0 !important
}

.form-41ZY70DSnCioHzR57XY4 .is_moving .radio label span:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "";
    color: #ccd0d2;
    border-radius: 0px;
    transition: all 200ms ease-in-out;
    margin-right: 5px
}

.form-41ZY70DSnCioHzR57XY4 .is_moving .radio label>input:checked+span:before {
    content: "";
    background: #f4fbf1;
    border-color: #63a432;
    color: var(--bs-body-color);
    font-weight: 900;
    content: ""
}

#simpliform>div:not(.webui-popover) {
    margin-bottom: 10px
}

#simpliform>div:not(.webui-popover) .btn {
    font-weight: 700;
    border-radius: 9999px;
    font-size: 1rem;
    padding: 0.45rem 1.3rem !important
}

#simpliform>div:not(.webui-popover) h3 {
    font-weight: 700 !important
}

#simpliform>div:not(.webui-popover) h4 {
    font-weight: 700 !important
}

#simpliform>div:not(.webui-popover) .step-header hr,#simpliform>div:not(.webui-popover) .form-header hr {
    display: none
}

#simpliform>div:not(.webui-popover) hr {
    border-color: var(--bs-body-color)
}

#simpliform>div:not(.webui-popover) .step-header {
    margin: 0 0 1em 0
}

#simpliform>div:not(.webui-popover) .form-field {
    margin-bottom: 1em
}

#simpliform>div:not(.webui-popover) .form-control {
    height: 43px;
    appearance: auto
}

#simpliform>div:not(.webui-popover) textarea.form-control {
    height: 100px
}

#simpliform>div:not(.webui-popover) input[type=checkbox],#simpliform>div:not(.webui-popover) input[type=radio] {
    margin-top: 8px
}

#simpliform>div:not(.webui-popover) .field-creditsafe form .form-group {
    margin-bottom: 10px
}

#simpliform>div:not(.webui-popover) .field-creditsafe form .btn-primary {
    background: #fff !important;
    color: #47525D !important;
    border: 2px solid #47525D !important;
    text-decoration: none
}

#simpliform>div:not(.webui-popover) .field-creditsafe form .btn-primary:hover {
    background: #EBECED !important;
    border: 2px solid #3C454E !important;
    text-decoration: none
}

#simpliform>div:not(.webui-popover) .field-creditsafe form .btn-primary:active {
    background: #D8DADB !important;
    border: 2px solid #181919 !important;
    outline: none;
    box-shadow: none !important
}

#simpliform>div:not(.webui-popover) .steps .row:not(.no-m) {
    margin: 0
}

#simpliform>div:not(.webui-popover) .steps .step-1 .pagination-wrapper .prev-btn-wrapper {
    display: none
}

#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper {
    margin-bottom: 10px;
    padding: 0
}

#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .next-btn,#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .prev-btn,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .next-btn,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .prev-btn {
}

#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .next-btn svg,#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .prev-btn svg,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .next-btn svg,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .prev-btn svg {
    display: none
}

#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .submit-btn,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .submit-btn {
}

#simpliform>div:not(.webui-popover) .steps .next-btn-wrapper .btn-default,#simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper .btn-default {
    background: #fff !important;
    color: #47525D !important;
    border: 2px solid #47525D !important;
    text-decoration: none
}

@media (max-width: 768px) {
    #simpliform>div:not(.webui-popover) .steps .pagination-wrapper {
        flex-direction:column
    }

    #simpliform>div:not(.webui-popover) .steps .prev-btn-wrapper {
        margin-right: 0;
        order: 2
    }
}

#simpliform .step:not(.step-1) .pagination-wrapper {
    gap: 0 1em
}

.elhandel-box .steps .next-btn-wrapper,.elhandel-box .steps .prev-btn-wrapper {
    width: 100% !important;
    text-align: center !important
}

.elhandel-box .steps .next-btn-wrapper .next-btn,.elhandel-box .steps .next-btn-wrapper .prev-btn,.elhandel-box .steps .prev-btn-wrapper .next-btn,.elhandel-box .steps .prev-btn-wrapper .prev-btn {
    display: block;
    width: 100%
}

.elhandel-box .steps .next-btn-wrapper .submit-btn,.elhandel-box .steps .prev-btn-wrapper .submit-btn {
    display: block;
    width: 100%
}

#confirmation .prev-btn {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    background: #fff !important;
    color: #47525D !important;
    border: 2px solid #47525D !important;
    text-decoration: none
}

#confirmation .submit-btn {
    display: block;
    width: 100%
}

#openForm {
    position: fixed;
    right: 0;
    max-width: 850px;
    width: 80%;
    z-index: 99997;
    top: 0;
    bottom: 0;
    max-width: 90wv;
    overflow-y: auto
}

#openForm #simpliform {
    padding: 2em
}

#openForm #simpliform h2,#openForm #simpliform h3 {
    font-weight: 700
}

#openForm #simpliform div[data-type=SectionBreakField]:not(.geab-hidden) {
    background: var(--bs-beige);
    padding: 1.3em;
    margin-bottom: 2em
}

#openForm #simpliform .form-header {
    text-align: center;
    background: var(--bs-beige);
    margin: -2em -2em 2em -2em;
    background: var(--bs-primary);
    padding: 3.4em;
    color: #fff;
    text-align: center
}

#openForm #simpliform .field-geab-shop-confirmation ._content.shadow-sm {
    background-color: #FFF
}

#openForm #simpliform .field-adress .form-control[disabled] {
    color: #ffffff !important;
    margin-top: -5.4em;
    text-align: center !important
}

#openForm #simpliform .field-adress .label-adress {
    display: none
}

#openForm #simpliform .step-1 .pagination-wrapper .next-btn-wrapper,#openForm #simpliform .step-1 .pagination-wrapper .next-btn-wrapper .btn {
    width: 100%
}

@media (min-width: 576px) {
    #openForm #simpliform .text-sm-left {
        text-align:left !important
    }

    #openForm #simpliform .text-sm-right {
        text-align: right !important
    }
}

@media screen and (max-width: 768px) {
    #openForm {
        width:100%
    }

    #openForm #simpliform {
        padding: 0em
    }

    #openForm #simpliform .form-header {
        margin: -1em -1em 1em -1em
    }

    #openForm #simpliform .steps {
        padding: 1em
    }

    #openForm #simpliform .field-adress .form-control[disabled] {
        margin-top: -4.4em
    }
}

.geab-form .timeline-steps .step .inside {
    background: var(--bs-body-bg)
}

.geab-form .timeline-steps .step .icon::before {
    background: var(--bs-beige)
}

.geab-form .form-header,.geab-form .step-header {
    background: unset !important;
    color: var(--bs-body-color) !important;
    padding: 0 !important;
    display: none
}

.geab-form .steps {
    padding: 0 !important
}

.geab-form .col-md-12,.geab-form .col-md-6,.geab-form .col-sm-12,.geab-form .col-sm-6,.geab-form .col-sm-4,.geab-form .col-sm-8 {
    padding: 0 !important;
    width: 100% !important
}

#simpliform .form-control {
    font-size: var(--bs-body-font-size)
}

#simpliform .form-control[disabled],fieldset[disabled] #simpliform .form-control {
    background: none !important;
    border: none !important;
    box-shadow: none;
    padding: 0 !important;
    color: var(--bs-body-color) !important;
    height: auto !important
}

#simpliform h5 #simpliform .h5 {
    font-size: var(--bs-body-font-size) !important
}

#simpliform .validation-messages {
    padding: 2em !important
}

#simpliform .validation-messages h5,#simpliform .validation-messages .h5 {
    font-size: 1.2em !important;
    margin-bottom: 15px
}

#sidebar_right #simpliform .form-header {
    margin: 0 0 20px 0
}

#sidebar_right #simpliform .form-header h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.26
}

#sidebar_right #simpliform .form-header hr {
    display: none
}

#sidebar_right .form-cRHWN3dJGmhBKiSrZiSa .step form,#sidebar_right .form-aM3Puwj46hsUjkGXTHVZ .step form {
    margin: 0 -15px
}

.consumption_content_box .row {
    margin: 0 !important
}

.hide_label .label-wrap,.hide_input .form-control {
    display: none
}

@media (max-width: 768px) {
    .products {
        margin:0 0 0 1rem !important;
        padding-right: 0
    }

    .products .productList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        text-align: left;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .products .productList .productContainer {
        max-width: 80%
    }
}

.ss_info li {
    padding-left: 0px;
    border: none
}

.service-item {
    border-left: 4px solid #ea960b
}

#sidebar_right {
    width: 80vw;
    max-width: 900px;
    position: fixed;
    top: 0;
    right: -80vw;
    height: 100vh;
    z-index: 99988;
    background: #fff;
    color: #222;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    overflow-x: auto
}

#sidebar_right .ss_form-header {
    display: block;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px
}

#sidebar_right #dismiss {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 22299;
    padding: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center
}

#sidebar_right #dismiss button {
    float: none !important
}

#sidebar_right.dark {
    background: #232323;
    color: #cacaca !important
}

#sidebar_right.dark #simpliform .form-control {
    height: auto;
    padding: 16px 14px;
    background-color: #2b2b2b;
    border: 1px solid #a4925e;
    color: #fff
}

#sidebar_right.dark .boxes.no-img .form-group .radio label>input+span:before {
    border: 1px solid transparent;
    background: #000;
    border-bottom: 2px solid transparent
}

#sidebar_right.dark .boxes.no-img .form-group .radio label>input:checked+span:before,#sidebar_right.dark .boxes.no-img .form-group .radio label>input:hover+span:before {
    content: "";
    background: #333;
    border-color: #a49245;
    color: #a49245
}

#sidebar_right.dark .broadband-product,#sidebar_right.dark .broadband-productTv,#sidebar_right.dark .broadband-operator {
    cursor: pointer
}

#sidebar_right.dark .broadband-product.selected,#sidebar_right.dark .broadband-productTv.selected,#sidebar_right.dark .broadband-operator.selected {
    border: 2px solid #a4925e
}

#sidebar_right.dark .broadband-product ._content {
    background: #000
}

#sidebar_right.dark .broadband-product ._content h5 {
    font-size: 1.25rem !important;
    color: #ddd
}

#sidebar_right.dark .broadband-product ._content .btn-outline-secondary {
    border-color: #ddd !important;
    color: #ddd !important
}

#sidebar_right.dark #dismiss button {
    color: #a3915e;
    text-shadow: none
}

#sidebar_right.dark .ss_form-header {
    border-bottom: 1px solid #444;
    background: #111111
}

#sidebar_right.dark .bg-dark {
    background: #000 !important
}

#sidebar_right.dark .btn-primary {
    background: #a4925e
}

#sidebar_right.dark #simpliform a {
    color: #a4925e
}

#sidebar_right.dark #simpliform .pagination-wrapper .next-btn-wrapper button {
}

#sidebar_right.dark #simpliform .pagination-wrapper .prev-btn-wrapper button {
    border: none !important;
    background: #111 !important
}

#sidebar_right.dark .superforms-bottom {
    background: #111 !important
}

#sidebar_right.dark .superforms-bottom a {
    color: #a4925e !important
}

.ui-menu-item {
    color: #47525d;
    font-weight: normal;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px !important;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.ui-menu-item:hover {
    color: #47525d;
    font-weight: normal;
    font-family: "Encode Sans", sans-serif;
    background: #f8f9fa !important
}

.ui-menu-item:focus {
    outline: none
}

.ui-menu-item .ui-menu-item-wrapper {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.ui-stat-focus {
    font-weight: normal
}

.super_results i {
    margin-bottom: 7px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    padding: 0 !important
}

.super_results ._bundle i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px
}

.super_results .super_results_label {
    color: #fff;
    background-color: black;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: -1px;
    letter-spacing: 1px
}

.dark #simpliform .pagination-wrapper .btn-primary {
    background: #a4925e !important;
    border-color: #a4925e !important
}

.dark #simpliform .pagination-wrapper .btn-primary:hover {
    background: #c5ae69 !important;
    border-color: #c5ae69 !important
}

#simpliform .btn-gn {
    min-width: 100px;
    background: #cacaca !important;
    border-color: #777777 !important;
    color: #000 !important;
    font-weight: bold
}

#simpliform .btn-gn:hover,#simpliform .btn-gn:focus {
    background: #a4925e !important;
    border-color: #726849 !important;
    color: #111 !important
}

#simpliform .btn-gn.btn-success {
    background: #a4925e !important;
    border-color: #6b6145 !important;
    min-width: 100px;
    color: #242424 !important
}

.info_block_content p {
    line-height: 1.5 !important
}

#s-bb .icon {
    background: azure
}

#s-bb .icon {
    background: red
}

#s-el .icon {
    background: yellow
}

#s-et .icon {
    background: blue
}

#s-fv .icon {
    background: orange
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.8);
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7
    }

    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
