[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0)
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos="zoom-in"] {
    transform: scale(0.6)
}

[data-aos="zoom-out"] {
    transform: scale(1.2)
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #9cd0a0;
    text-align: left;
    background-color: #052819
}

*,
::after,
::before {
    box-sizing: border-box
}

a {
    color: #1acc8d;
    text-decoration: none
}

a:hover {
    color: #34e5a6;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, Geneva, sans-serif
}

blockquote {
    border-left: 2px dotted #aeaeae68;
    margin: 0;
    padding-left: 16px;
    font-size: .96em;
    letter-spacing: -0.2px
}

blockquote p {
    margin: 0;
    padding: 0
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(1, 4, 136, 0.9)
}

#header.header-transparent {
    background: transparent
}

#header.header-scrolled {
    background: #015f2feb;
    height: 48px
}

#header.header-scrolled a {
    color: #f0f0f0;
    padding-top: 7px;
    display: inline-block;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-center {
    text-align: center !important
}

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

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width:1400px) {}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y)
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

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

.fst-italic {
    font-style: italic !important
}

.pt-5 {
    padding-top: 3rem !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

@media (min-width:992px) {
    .pt-lg-0 {
        padding-top: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .order-lg-2 {
        order: 2 !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

.navbar {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative;
    margin: 0 8px
}

.navbar li:last-child {
    margin-right: 0
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: bold
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 2px
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    background-color: #ffed2ade;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out 0s
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 3.88px 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #199356
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #1fc868
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        width: 26px
    }

    .navbar a,
    .navbar a:focus {
        padding: 10px 0 10px 30px
    }

    .navbar>ul>li>a::before {
        left: 30px
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0009;
    transition: 0.3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s
}

.navbar-mobile>ul>li>a:before {
    left: 20px
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #199356
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #1fc868
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 3.66px 18px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #1acc8d
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

#header.header-scrolled .navbar-mobile a,
#header.header-scrolled .navbar-mobile a:focus,
#header.header-scrolled .navbar .dropdown ul a {
    color: #199356
}

#header.header-scrolled .navbar-mobile a:hover,
#header.header-scrolled .navbar-mobile .active,
#header.header-scrolled .navbar-mobile li:hover>a,
#header.header-scrolled .navbar .dropdown ul a:hover,
#header.header-scrolled .navbar .dropdown ul .active:hover,
#header.header-scrolled .navbar .dropdown ul li:hover>a {
    color: #1fc868
}

#header.header-scrolled .bi-list::before {
    background: url("../../assets/images/list.svg")
}

.bi-list::before {
    background: url("../../assets/images/list_scroll.svg");
    height: 30px;
    width: 30px;
    content: ""
}

.bi-x::before {
    background: url("../../assets/images/xlist.svg");
    height: 30px;
    width: 30px;
    content: ""
}

.bi-chevron-down::before {
    background: url("../../assets/images/mndown.svg");
    height: 22px;
    width: 22px;
    content: ""
}

.navbar-mobile .bi-chevron-down::before {
    background: url("../../assets/images/mndownmb.svg")
}

.wave3 use {
    fill: #052819
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1acc8d;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

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

#hero {
    width: 100%;
    background: url("../images/hbg.webp");
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
    margin-bottom: 39px
}

#herofix {
    width: 100%;
    position: relative;
    padding: 80px 0 0 0;
    margin-bottom: 0
}

#hero:before,
#herofix:before {
    content: "";
    background: #015f2cf2;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 66px;
    color: rgba(255, 255, 255, 0.8)
}

#hero h1 span {
    color: #fff;
    border-bottom: 4.6px solid #1acc8d;
    border-bottom-color: #ffed2ade;
    letter-spacing: -0.8px
}

#hero h2 {
    color: #fffc9;
    margin-bottom: 32px;
    font-size: 19.6px;
    line-height: 23px;
    font-weight: normal
}

#hero h2 strong {
    color: #fff
}

#hero a {
    color: #ffed2a
}

#hero a:hover {
    color: #fff36e
}

#hero .btn-get-started {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 26px;
    border-radius: 50px;
    transition: 0.4s;
    color: #2b2700;
    margin-bottom: 15px;
    margin-right: 15px;
    letter-spacing: -0.3px;
    background: #fee71b;
    background-image: linear-gradient(to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6)
}

#hero .btn-get-started:hover {
    color: #464006;
    background: #2b2700;
    background-image: linear-gradient(to right bottom, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6)
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:991px) {
    #hero {
        padding-top: 80px
    }

    #hero .hero-img {
        text-align: center
    }

    #hero .hero-img img {
        max-width: 50%
    }

    #hero h1 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 26px
    }

    #hero h2 {
        font-size: 17.2px;
        line-height: 21px;
        margin-bottom: 30px
    }

    #hero .btn-get-started {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (max-width:575px) {
    #hero .hero-img img {
        max-width: 58%
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%)
    }

    100% {
        transform: translate(-90px, 0%)
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%)
    }

    100% {
        transform: translate(-90px, 0%)
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

section {
    margin-bottom: 0;
    overflow: hidden
}

.section-bg {
    background-color: #f5f5ff
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #1acc8d;
    margin: 4px 10px
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010483
}

.details .content+.content {
    margin-top: 100px
}

.details .content {
    max-width: 828px;
    margin: 0 auto
}

.details .content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #0d643eeb;
    padding: 3px
}

.details .content a:hover>img,
.details .content a:hover>span>img {
    border: 1px solid #ffed2a;
    opacity: 0.8;
    transition: all 600ms ease;
    transition-property: opacity, border
}

.details .content h1,
.details .content h2,
.details .content h3 {
    font-weight: 600;
    color: #f9f9f9d9;
    line-height: 1.299
}

.details .content h1 {
    font-size: 28px;
    letter-spacing: -0.8px
}

.details .content h2 {
    color: #fffe8;
    font-size: 23px;
    letter-spacing: -0.6px;
    margin-top: 48px;
    margin-bottom: 18px;
    line-height: 39px;
    text-decoration: underline;
    text-decoration-color: #ffed2ade;
    text-decoration-thickness: 3.2px;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under
}

.details .content h3 {
    font-size: 20px;
    letter-spacing: -0.3px
}

.details .content ul {
    list-style: none;
    padding: 0;
    margin-left: 16px
}

.details .content ul li {
    list-style: inside;
    letter-spacing: -0.2px
}

.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #1acc8d
}

.details .content p:last-child {
    margin-bottom: 0
}

.details a {
    color: #fbe81ee6;
    text-decoration: underline
}

.details a:hover {
    text-decoration: none
}

#footer {
    background: #015f2c;
    padding: 0 0 30px 0;
    color: #fffc;
    font-size: 14px
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px
}

@media (max-width:575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0
    }
}

#footer mtc {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #eee;
    color: #f0f0f0;
    padding: 1px 2px;
    font-size: 11px;
    margin-left: 6px;
    opacity: 0.9;
    background: #ee6400c2
}

#footer .dmca-badge img {
    height: 16px !important;
    width: auto !important;
    vertical-align: middle !important;
    opacity: 0.9 !important;
    margin-left: 6px
}

.code {
    color: #015f2c;
    font-size: .9em;
    text-align: center;
    line-height: 1.2;
    border-top: 1px solid #015f2c
}

.code ins {
    color: #015f2c;
    display: inline-block;
    font-size: .86em;
    padding: 9px 0;
    text-decoration: none;
    padding: 8px 12px
}

.btn-topup {
    margin-top: 66px;
    text-align: center
}

.btn-topup a {
    color: #015f2c;
    border: 1px solid #015f2c;
    border-bottom: none;
    display: inline-block;
    padding: 2px 13.8px 2px 18px;
    text-decoration: none;
    font-size: .9em
}

.btn-topup a:hover {
    color: #fbe81ee6
}

@media (max-width:500px) {
    .code {
        font-size: .8em
    }
}

.no-src.lazyload,
.no-src.lazyloading {
    opacity: 0
}

.no-src.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

.no-src.no-trans.lazyloaded {
    transition: none !important
}

.no-src.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms
}

.no-src.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in;
    z-index: 999
}

.modal.is-visible {
    visibility: visible;
    opacity: 1
}

.modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    overflow: auto;
    cursor: default;
    text-align: center
}

.modal-dialog .modal-content .modal-desc {
    font-style: italic;
    padding: 9px;
    font-size: 11.6px;
    text-align: center;
    color: #383838;
    border-bottom: 1px dashed #ccc
}

.modal-dialog>* {
    padding: 8px
}

.modal-header {
    background: #0b9d4b
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.modal-header .close-modal {
    cursor: pointer;
    margin-right: 6px
}

.modal-header .close-modal:hover {
    color: #999
}

.modal-header tmodal {
    width: 100%;
    text-align: center;
    padding: 3px 0
}

[data-animation="slideInOutLeft"] .modal-dialog {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15)
}

[data-animation="slideInOutLeft"].is-visible .modal-dialog {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s
}

.acc {
    line-height: 1.5
}

.acc .acc-item {
    background: #015f2c;
    margin-top: 18px;
    color: #f9f9f9d9;
    font-size: 15px
}

.acc btn[aria-expanded="true"] {
    background: #015f2c
}

.acc btn {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 18px;
    border: none;
    background: none;
    outline: none
}

.acc btn:hover,
.acc btn:focus {
    cursor: pointer;
    background: #015527
}

.acc btn[aria-expanded="true"]:hover,
.acc btn[aria-expanded="true"]:focus {
    background: none
}

.acc btn:hover::after,
.acc btn:focus::after {
    cursor: pointer;
    background: #015527
}

.acc btn .acc-title {
    color: #fffe8
}

.acc btn[aria-expanded="true"] .acc-title {
    color: #fbe81e;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
}

.acc btn .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    width: 26px;
    height: 26px;
    right: 12px
}

.acc btn .icon::before {
    display: block;
    position: absolute;
    background: url("../../assets/images/xup.svg");
    height: 26px;
    width: 26px;
    top: 0;
    left: 0;
    content: ""
}

.acc btn .icon::after {
    display: block;
    position: absolute;
    background: url("../../assets/images/xdown.svg");
    height: 26px;
    width: 26px;
    top: 0;
    left: 0;
    content: ""
}

.acc btn[aria-expanded="false"] .icon::before {
    display: none
}

.acc btn[aria-expanded="true"] .icon::before {
    display: block
}

.acc btn[aria-expanded="false"] .icon::after {
    display: block
}

.acc btn[aria-expanded="true"] .icon::after {
    display: none
}

.acc btn[aria-expanded="true"] {}

.acc btn[aria-expanded="true"] .icon::after {
    width: 0
}

.acc btn[aria-expanded="true"]+.acc-content {
    opacity: 1;
    max-height: 36em;
    transition: all 300ms linear;
    will-change: opacity, max-height
}

.acc .acc-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 300ms linear, max-height 200ms linear;
    will-change: opacity, max-height
}

.acc .acc-content p {
    margin: 0
}

.acc .acc-content .acc-text {
    padding: 6px 18px 22px;
    background: inherit;
    color: inherit;
    line-height: 1.36
}

@media (max-width:576px) {
    .acc .acc-content .acc-text {
        font-size: .9em
    }
}

div.title {
    color: #fffe8;
    font-size: 23px;
    letter-spacing: -0.6px;
    margin-top: 48px;
    margin-bottom: 18px;
    line-height: 39px;
    text-decoration: underline;
    text-decoration-color: #ffed2ade;
    text-decoration-thickness: 3.2px;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    color: #2381a6;
    text-align: center;
    text-transform: uppercase;
    text-decoration-color: #d2d2d2 !important;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight:600;
}