body, html {
    background-color: #f9faff
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, "simsun,sans-serif" !important
}

li {
    list-style-type: none
}

.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: sticky;
    top: 0;
    z-index: 1000
}

.header .navigation-bar {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between
}

.header .navigation-bar, .header .navigation-bar .header-nav {
    height: 100%;
    display: flex
}

.header .navigation-bar .header-nav ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .navigation-bar .header-nav ul li {
    margin: 0 20px
}

.header .navigation-bar .header-nav ul li a {
    display: block;
    color: #999;
    position: relative;
    transition: all .3s;
    font-size: 14px;
    font-weight: 700
}

.header .navigation-bar .header-nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: bottom center;
    transition: transform .25s ease-out
}

.header .navigation-bar .header-nav ul li a:hover {
    color: #000
}

.header .navigation-bar .header-nav ul li:hover a:after {
    transform: scaleX(1);
    transform-origin: bottom center
}

.header .navigation-bar .header-nav ul .is-active a {
    color: #000 !important
}

.header .navigation-bar .header-nav ul .is-active a:after {
    transform: scaleX(1);
    transform-origin: bottom center
}

.header .navigation-bar .header-nav .language {
    display: flex;
    align-items: center;
    margin-left: 40px;
    cursor: pointer
}

.header .navigation-bar .header-nav .language span {
    font-size: 14px;
    margin-left: 5px
}

.header .navigation-bar .header-nav .login {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.header .navigation-bar .header-nav .login button {
    border: 1px solid #999;
    background: none;
    padding: 5px 15px;
    cursor: pointer;
    color: #999;
    border-radius: 2px;
    transition: all .3s
}

.header .navigation-bar .header-nav .login button:hover {
    border: 1px solid #000;
    color: #000
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6
}

.footer .navigation-bar {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between
}

.footer .navigation-bar, .footer .navigation-bar .footer-logo {
    height: 100%;
    display: flex;
    align-items: center
}

.footer .navigation-bar .navigation-nav {
    flex: 0 85%
}

.footer .navigation-bar .navigation-nav ul {
    display: flex
}

.footer .navigation-bar .navigation-nav ul li {
    padding: 0 10px
}

.footer .navigation-bar .navigation-nav ul li a {
    color: #000;
    font-size: 14px
}

.footer .footer-messg {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px
}

.footer .footer-text {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden
}

.footer .footer-text p:first-child {
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

.footer .footer-text p:nth-child(2) {
    font-size: 14px;
    color: rgba(22, 22, 22, .5) !important;
    margin: 20px 0
}

.footer .footer-id {
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: rgba(22, 22, 22, .5) !important;
    border-top: 1px solid #e6e6e6
}

.banner {
    width: 100%;
    height: 680px
}

.banner .swiper, .banner .swiper .swiper-container {
    height: 100%
}

.banner .swiper .swiper-button-next, .banner .swiper .swiper-button-prev {
    background: hsla(0, 0%, 100%, .5);
    padding: 0 9px;
    border-radius: 50%;
    box-shadow: 0 1px 30px rgba(35, 35, 35, .2);
    color: #000;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.swiper .swiper-container .swiper-slide {
    position: relative
}

.swiper .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper .swiper-container .swiper-slide .banner-animate {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div {
    width: 400px;
    height: 500px;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .ani {
    position: absolute;
    top: 70px;
    left: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top1 {
    top: 93px
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top2 {
    top: 130px;
    font-size: 18px
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top3 {
    top: 155px;
    font-size: 18px
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top4 {
    top: 215px;
    font-size: 14px;
    text-align: justify;
    font-weight: 500
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top5 {
    top: 290px;
    font-size: 14px;
    text-align: justify;
    font-weight: 500
}

.swiper .swiper-container .swiper-slide .banner-animate .banner-animate-div .banner-top6 {
    top: 400px;
    left: 45px
}

.swiper-pagination-bullet {
    width: 20px !important;
    border-radius: 0 !important;
    height: 4px !important
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.content .content-title {
    line-height: 30px;
    text-align: center
}

.content .content-title p:first-child {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-top: 50px
}

.content .content-title p:nth-child(2) {
    font-size: 16px;
    color: #999;
    font-weight: 100
}

.content .channels-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 200px
}

.content .channels-item .channels-content {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .3s;
    cursor: pointer
}

.content .channels-item .channels-content:hover {
    background-color: #fff;
    box-shadow: 0 1px 30px rgba(35, 35, 35, .2)
}

.content .channels-item .channels-content:hover .channels-content-svg img {
    transform: scale(1.1)
}

.content .channels-item .channels-content .channels-content-svg {
    width: 100%;
    height: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.content .channels-item .channels-content .channels-content-title {
    width: 100%;
    height: 50%;
    text-align: center;
    padding: 0 15px
}

.content .channels-btn {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px
}

.swiper1 {
    margin-top: 50px
}

.swiper1 .swiper-button-prev {
    left: 4px;
    right: auto
}

.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
    top: 50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(35, 35, 35, .2);
    width: 40px
}

.swiper1 .swiper-button-next {
    right: 4px;
    left: auto
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important
}

.swiper-slide-item {
    width: 400px;
    height: 340px;
    border-radius: 10px;
    margin-bottom: 50px;
    transition: all .3s;
    display: flex;
    justify-content: center
}

.swiper-slide-item .swiper-slide-div {
    width: 300px;
    height: 340px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 50px;
    transition: all .3s;
    margin-top: 24px
}

.swiper-slide-item .swiper-slide-div:hover {
    box-shadow: 0 1px 30px rgba(35, 35, 35, .2)
}

.swiper-slide-item .swiper-slide-div .swiper-slide-div-svg {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide-item .swiper-slide-div .swiper-slide-div-text {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.cta {
    border: none;
    background: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: #8f2439;
    background: linear-gradient(256deg, #8f2439 21%, #8f2445 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8f2439", endColorstr="#8f2445", GradientType=1)
}

.cta, .cta span {
    font-size: 14px !important
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    padding-right: 15px;
    text-transform: uppercase
}

.cta svg {
    transform: translateX(-8px);
    transition: all .3s ease
}

.cta:hover svg {
    transform: translateX(0)
}

.cta:active svg {
    transform: scale(.9)
}

.cta .hover-underline-animation {
    position: relative;
    color: #fff;
    padding-bottom: 20px
}

.routing {
    width: 100%;
    height: 680px;
    background-color: #0a2540;
    position: relative;
    overflow: hidden
}

.routing:after {
    content: "";
    background-image: url(/static/img/city.44a699cd.jpg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .3;
    overflow: hidden
}

.routing .routing-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between
}

.routing .routing-content .routing-50 {
    width: 50%;
    height: 100%
}

.routing .routing-content .routing-title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 120px
}

.routing .routing-content .routing-text {
    width: 55%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 20px
}

.routing .routing-content .routing-btn {
    margin-top: 180px
}

.routing .routing-content .routing-btn .hover-underline-animation {
    color: #fff
}

.routing .routing-content .routing-btn .hover-underline-animation:after {
    background-color: #fff
}

.routing .routing-content .routing-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 120px
}

.routing .routing-content .routing-flex .routing-icon {
    width: 40%;
    height: 78px;
    background-color: #334d6e;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 100px;
    display: flex;
    transition: all .5s
}

.routing .routing-content .routing-flex .routing-icon:hover .routing-svg img {
    transform: scale(1.1)
}

.routing .routing-content .routing-50 .routing-icon .routing-svg {
    width: 78px;
    height: 78px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.routing .routing-content .routing-flex .routing-icon .routing-font {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.quality {
    width: 100%;
    height: 720px;
    overflow: hidden
}

.quality .quality-centent {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden
}

.quality .quality-centent .quality-title {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 70px
}

.quality .quality-centent .quality-text {
    font-size: 16px;
    color: #999;
    font-weight: 100;
    text-align: center;
    line-height: 30px
}

.quality .quality-back {
    width: 100%;
    height: 520px;
    background: url(../img/query.76e709b6.jpg) no-repeat 50%;
    background-size: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end
}

.quality .quality-back .quality-bottom-left, .quality .quality-back .quality-bottom-right {
    width: 35%;
    height: 40%;
    background: rgba(0, 0, 0, .3)
}

.quality .quality-back .quality-bottom-item {
    width: 25%;
    height: 40%;
    background: rgba(0, 0, 0, .3);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all .3s;
    position: relative
}

.quality .quality-back .quality-bottom-item:hover {
    height: 100%;
    background: #fff
}

.quality .quality-back .quality-bottom-item .quality-font, .quality .quality-back .quality-bottom-item .quality-svg {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.quality .quality-back .quality-bottom-item .quality-font {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.quality .quality-back .quality-bottom-item:hover .quality-svg {
    height: 35%;
    color: #8f2439
}

.quality .quality-back .quality-bottom-item:hover .quality-font {
    height: 20%;
    color: #8f2439
}

.quality .quality-back .quality-bottom-item .quality-center {
    opacity: 0;
    transform: translateY(100%);
    transition: 1s;
    text-align: center
}

.quality .quality-back .quality-bottom-item:hover .quality-center {
    opacity: 1;
    transform: translateY(0)
}

.quality .quality-back .quality-bottom-item .quality-btn {
    margin-left: 30px;
    position: absolute;
    bottom: 50px;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.3s
}

.quality .quality-back .quality-bottom-item:hover .quality-btn {
    opacity: 1;
    transform: translateY(0)
}

.Airline {
    width: 100%;
    overflow: hidden
}

.Airline .Airline-banner {
    width: 100%;
    height: 260px;
    background-image: url(../img/airlines.d4518b6d.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.Airline .Airline-banner .Airline-banner-title {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.Airline .Airline-banner .Airline-banner-title p {
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.Airline .Airline-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.Airline .Airline-content .Airline-title {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 70px
}

.Airline .Airline-content .Airline-List {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    flex-wrap: wrap
}

.Airline .Airline-content .Airline-List:after {
    content: "";
    width: 300px
}

.Airline .Airline-content .Airline-List .Airline-item {
    width: 300px;
    height: 340px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 50px;
    transition: all .3s
}

.Airline .Airline-content .Airline-List .Airline-item:hover {
    box-shadow: 0 1px 30px rgba(35, 35, 35, .2)
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-code {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-logo .Airline-img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-name {
    text-align: center;
    font-size: 16px;
    padding: 0 10px
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-stat {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 80px
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-stat img {
    margin-left: 5px
}

.Airline .Airline-content .Airline-List .Airline-item .Airline-stat .Airline-Active, .Airline .Airline-content .Airline-List .Airline-item .Airline-stat .Airline-api, .Airline .Airline-content .Airline-List .Airline-item .Airline-stat .Airline-Web {
    display: flex;
    align-items: center
}

.Airline .Airline-content .Airline-List .Airline-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 40px
}

#app, .wrap {
    height: 100%
}

.wrap {
    display: flex;
    flex-direction: column
}

.main {
    flex: 1
}

.contact {
    width: 100%;
    height: 739px;
    position: relative;
    background: #8f2439;
    background: linear-gradient(256deg, #8f2439 21%, #8f2445 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8f2439", endColorstr="#8f2445", GradientType=1)
}

.contact .contact-contnet {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url('./static/admin/images/contact/20.e2bb4d05.svg') no-repeat 0;
    display: flex;
    justify-content: space-between
}

.contact .contact-contnet .contact-50 {
    width: 50%;
    height: 100%
}

.contact .contact-contnet .contact-50 .contact-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-top: 140px
}

.contact .contact-contnet .contact-50 .contact-text {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    margin-top: 60px
}

.contact .contact-contnet .contact-50 .contact-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 140px
}

.contact .contact-contnet .contact-flex .contact-Email {
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    width: 340px;
    margin-top: 60px
}

.contact .contact-contnet .contact-flex .contact-Email a {
    color: #fff;
    display: block
}

.contact .contact-img {
    transform: scale(.8);
    position: absolute;
    left: 0;
    bottom: -8%
}

.contact .contact-img img {
    width: 460px
}

.High {
    width: 100%;
    height: 630px;
    background: url(../img/bg.00dc7d7f.png) no-repeat 50%;
    background-size: 100%;
    background-color: #fff
}

.High .High-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.High .High-content .High-40 {
    width: 40%;
    height: 100%
}

.High .High-content .High-60 {
    width: 60%;
    height: 100%
}

.High .High-content .High-40 .High-title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-top: 130px
}

.High .High-content .High-40 .High-text {
    font-size: 18px;
    color: #000;
    line-height: 38px;
    margin-top: 40px
}

.High .High-content .High-40 .High-btn {
    margin-top: 160px
}

.High .High-content .High-60 .High-60-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.High .High-content .High-60 .High-60-content .High-60-item {
    width: 50%;
    position: relative
}

.High .High-content .High-60 .High-60-content .High-60-item:first-child {
    background: url(../img/air.ca43c7ad.jpg) no-repeat 50%;
    background-size: 100% 100%
}

.High .High-content .High-60 .High-60-content .High-60-item:nth-child(2) {
    background: url(../img/yuding1.11c1e90f.jpg) no-repeat 50%;
    background-size: 100% 100%
}

.High .High-content .High-60 .High-60-content .High-60-item:nth-child(3) {
    background: url(../img/highaPI.734c8c00.jpg) no-repeat 50%;
    background-size: 100% 100%
}

.High .High-content .High-60 .High-60-content .High-60-item:nth-child(4) {
    background: url(../img/b2b.8d0432a7.jpg) no-repeat 50%;
    background-size: 100% 100%
}

.High .High-content .High-60 .High-60-content .High-60-item .High-shadow--vert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 75%, transparent);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 24px
}

.High .High-content .High-60 .High-60-content .High-60-item .High-shadow--vert .High-shadow-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0
}

.High .High-content .High-60 .High-60-content .High-60-item:first-child .High-shadow--vert .High-shadow-title {
    transform: translateY(230%);
    transition: .3s
}

.High .High-content .High-60 .High-60-content .High-60-item:nth-child(2) .High-shadow--vert .High-shadow-title, .High .High-content .High-60 .High-60-content .High-60-item:nth-child(3) .High-shadow--vert .High-shadow-title {
    transform: translateY(170%);
    transition: .3s
}

.High .High-content .High-60 .High-60-content .High-60-item:nth-child(4) .High-shadow--vert .High-shadow-title {
    transform: translateY(110%);
    transition: .3s
}

.High .High-content .High-60 .High-60-content .High-60-item .High-shadow--vert .High-shadow-text {
    font-size: 16px;
    color: #fff;
    margin: 12px 0;
    opacity: 0;
    transform: translateY(20%);
    transition: .6s
}

.High .High-content .High-60 .High-60-content .High-60-item:hover .High-shadow--vert .High-shadow-text {
    opacity: 1;
    transform: translateY(0)
}

.High .High-content .High-60 .High-60-content .High-60-item:hover .High-shadow--vert .High-shadow-title {
    transform: translateY(0)
}

.Airline .Airline-content .Airline-div {
    width: 300px;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all .3s
}

.Airline .Airline-content .Airline-div1 {
    border: 1px solid #e6e6e6
}

.Airline .Airline-content .Airline-div1:hover {
    box-shadow: 0 1px 30px rgba(35, 35, 35, .2)
}

.Airline .Airline-content .Airline-div .Airline-logo {
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    position: relative;
    margin-top: 50px;
    margin-left: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-code {
    content: "";
    width: 30px;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    right: 4px;
    top: -8px;
    transform: rotate(-42deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-code:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    top: 20px;
    right: -52px;
    transform: rotate(42deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-code p {
    transform: rotate(42deg);
    position: absolute;
    top: 55px;
    left: 74px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-code p img {
    margin-left: 5px
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-api {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    right: -24px;
    top: 25px
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-api p {
    position: absolute;
    top: 1px;
    left: 59px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-api p img {
    margin-left: 5px
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-api:after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    top: 5px;
    right: -25px;
    transform: rotate(23deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-web {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    right: -26px;
    top: 70px;
    transform: rotate(42deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-web p {
    transform: rotate(-42deg);
    position: absolute;
    top: -74px;
    left: 70px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-web p img {
    margin-left: 5px
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-web:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    top: -19px;
    right: -52px;
    transform: rotate(-41deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-Active {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    right: -10px;
    top: 97px;
    transform: rotate(42deg)
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-Active p {
    transform: rotate(-42deg);
    position: absolute;
    top: -71px;
    left: 70px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-Active p img {
    margin-left: 5px
}

.Airline .Airline-content .Airline-div .Airline-logo .Airline-Active:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    top: -19px;
    right: -52px;
    transform: rotate(-41deg)
}

.Airline .Airline-content .Airline-div .Airline-name {
    font-size: 16px;
    color: #000;
    margin-top: 40px;
    text-align: center
}

.is-api {
    color: #ccc !important
}

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

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

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

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

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

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

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

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

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

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

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

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

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

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

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

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: .75s
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: .75s
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

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

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    animation-duration: .75s;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
    animation-duration: .75s
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible
    }
    to {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible
    }
    to {
        transform: translateY(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(100%)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        transform: translateX(100%)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(-100%)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

ul {
    padding-inline-end: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style-type: none
}

a {
    text-decoration: none
}

p {
    margin-block-start: 0;
    margin-block-end: 0
}