@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

body {
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    color: #1e304d;
    font-weight: 400;
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5
}

.btn, .btn:focus, button, button:focus {
    outline: none !important
}

a {
    text-decoration: none !important;
    outline: none
}

p {
    font-size: 14px;
    line-height: 22px
}

ul li {
    font-size: 14px;
    line-height: 30px
}

.btn {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 700;
    padding: .625rem 1rem;
    transition: all .5s
}

.btn:focus {
    box-shadow: none
}

.btn-sm {
    padding: .6rem 1.3rem;
    font-size: 13px
}

.shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .06) !important
}

.bg-primary {
    background-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.bg-soft-primary {
    background-color: rgba(254, 154, 16, .1) !important
}

.text-primary {
    color: #B40659 !important
}

.border-primary {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.btn-soft-primary {
    background-color: rgba(254, 154, 16, .25) !important;
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus, .btn-soft-primary .open>.dropdown-toggle.btn-primary {
    background: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.btn-primary {
    background: #425453;
    border-color: #c9bb99 !important;
    color: #fff !important
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .open>.dropdown-toggle.btn-primary {
    background: -webkit-linear-gradient(180deg, rgb(40, 39, 4) 0%, rgb(65, 83, 82) 100%);
    border: 1px solid #fff !important;

}

.btn-outline-primary {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%);
    border-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%);
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%);
    border-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.bg-success {
    background-color: #28a745 !important
}

.bg-soft-success {
    background-color: rgba(40, 167, 69, .1) !important
}

.text-success {
    color: #28a745 !important
}

.border-success {
    color: #28a745 !important
}

.btn-soft-success {
    background-color: rgba(40, 167, 69, .25) !important;
    color: #28a745 !important
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus, .btn-soft-success .open>.dropdown-toggle.btn-primary {
    background: #24973e
}

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

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success .open>.dropdown-toggle.btn-primary {
    background: #24973e;
    border-color: #24973e
}

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

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success .open>.dropdown-toggle.btn-primary {
    background: #28a745;
    border-color: #28a745
}

.bg-info {
    background-color: #17a2b8 !important
}

.bg-soft-info {
    background-color: rgba(23, 162, 184, .1) !important
}

.text-info {
    color: #17a2b8 !important
}

.border-info {
    color: #17a2b8 !important
}

.btn-soft-info {
    background-color: rgba(23, 162, 184, .25) !important;
    color: #17a2b8 !important
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus, .btn-soft-info .open>.dropdown-toggle.btn-primary {
    background: #1592a6
}

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

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info .open>.dropdown-toggle.btn-primary {
    background: #1592a6;
    border-color: #1592a6
}

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

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info .open>.dropdown-toggle.btn-primary {
    background: #17a2b8;
    border-color: #17a2b8
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-soft-warning {
    background-color: rgba(255, 193, 7, .1) !important
}

.text-warning {
    color: #ffc107 !important
}

.border-warning {
    color: #ffc107 !important
}

.btn-soft-warning {
    background-color: rgba(255, 193, 7, .25) !important;
    color: #ffc107 !important
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus, .btn-soft-warning .open>.dropdown-toggle.btn-primary {
    background: #f2b500
}

.btn-warning {
    background: #ffc107;
    border-color: #ffc107 !important;
    color: #fff !important
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning .open>.dropdown-toggle.btn-primary {
    background: #f2b500;
    border-color: #f2b500
}

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

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background: #ffc107;
    border-color: #ffc107
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-soft-danger {
    background-color: rgba(220, 53, 69, .1) !important
}

.text-danger {
    color: #dc3545 !important
}

.border-danger {
    color: #dc3545 !important
}

.btn-soft-danger {
    background-color: rgba(220, 53, 69, .25) !important;
    color: #dc3545 !important
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus, .btn-soft-danger .open>.dropdown-toggle.btn-primary {
    background: #d72536
}

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

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger .open>.dropdown-toggle.btn-primary {
    background: #d72536;
    border-color: #d72536
}

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

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background: #dc3545;
    border-color: #dc3545
}

.bg-orange {
    background-color: #f09105 !important
}

.bg-soft-orange {
    background-color: rgba(240, 145, 5, .1) !important
}

.text-orange {
    color: #f09105 !important
}

.border-orange {
    color: #f09105 !important
}

.btn-soft-orange {
    background-color: rgba(240, 145, 5, .25) !important;
    color: #f09105 !important
}

.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus, .btn-soft-orange .open>.dropdown-toggle.btn-primary {
    background: #dc8505
}

.btn-orange {
    background: #f09105;
    border-color: #f09105 !important;
    color: #fff !important
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange .open>.dropdown-toggle.btn-primary {
    background: #dc8505;
    border-color: #dc8505
}

.btn-outline-orange {
    color: #f09105;
    border-color: #f09105
}

.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange .open>.dropdown-toggle.btn-primary {
    background: #f09105;
    border-color: #f09105
}

.bg-dark {
    background-color: #1e304d !important
}

.bg-soft-dark {
    background-color: rgba(30, 48, 77, .1) !important
}

.text-dark {
    color: #1e304d !important
}

.border-dark {
    color: #1e304d !important
}

.btn-soft-dark {
    background-color: rgba(30, 48, 77, .25) !important;
    color: #1e304d !important
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus, .btn-soft-dark .open>.dropdown-toggle.btn-primary {
    background: #18273e
}

.btn-dark {
    background: #1e304d;
    border-color: #1e304d !important;
    color: #fff !important
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark .open>.dropdown-toggle.btn-primary {
    background: #18273e;
    border-color: #18273e
}

.btn-outline-dark {
    color: #1e304d;
    border-color: #1e304d
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background: #1e304d;
    border-color: #1e304d
}

.bg-cyan {
    background-color: #00e6e6 !important
}

.bg-soft-cyan {
    background-color: rgba(0, 230, 230, .1) !important
}

.text-cyan {
    color: #00e6e6 !important
}

.border-cyan {
    color: #00e6e6 !important
}

.btn-soft-cyan {
    background-color: rgba(0, 230, 230, .25) !important;
    color: #00e6e6 !important
}

.btn-soft-cyan:hover, .btn-soft-cyan:focus, .btn-soft-cyan:active, .btn-soft-cyan.active, .btn-soft-cyan.focus, .btn-soft-cyan:not(:disabled):not(.disabled):active, .btn-soft-cyan:not(:disabled):not(.disabled):active:focus, .btn-soft-cyan .open>.dropdown-toggle.btn-primary {
    background: #00d2d2
}

.btn-cyan {
    background: #00e6e6;
    border-color: #00e6e6 !important;
    color: #fff !important
}

.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan .open>.dropdown-toggle.btn-primary {
    background: #00d2d2;
    border-color: #00d2d2
}

.btn-outline-cyan {
    color: #00e6e6;
    border-color: #00e6e6
}

.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan .open>.dropdown-toggle.btn-primary {
    background: #00e6e6;
    border-color: #00e6e6
}

.bg-blue {
    background-color: #4763cb !important
}

.bg-soft-blue {
    background-color: rgba(71, 99, 203, .1) !important
}

.text-blue {
    color: #4763cb !important
}

.border-blue {
    color: #4763cb !important
}

.btn-soft-blue {
    background-color: rgba(71, 99, 203, .25) !important;
    color: #4763cb !important
}

.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus, .btn-soft-blue:not(:disabled):not(.disabled):active, .btn-soft-blue:not(:disabled):not(.disabled):active:focus, .btn-soft-blue .open>.dropdown-toggle.btn-primary {
    background: #3856c6
}

.btn-blue {
    background: #4763cb;
    border-color: #4763cb !important;
    color: #fff !important
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue .open>.dropdown-toggle.btn-primary {
    background: #3856c6;
    border-color: #3856c6
}

.btn-outline-blue {
    color: #4763cb;
    border-color: #4763cb
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue .open>.dropdown-toggle.btn-primary {
    background: #4763cb;
    border-color: #4763cb
}

.bg-muted {
    background-color: #79798b !important
}

.bg-soft-muted {
    background-color: rgba(121, 121, 139, .1) !important
}

.text-muted {
    color: #79798b !important
}

.border-muted {
    color: #79798b !important
}

.btn-soft-muted {
    background-color: rgba(121, 121, 139, .25) !important;
    color: #79798b !important
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus, .btn-soft-muted .open>.dropdown-toggle.btn-primary {
    background: #6f6f80
}

.btn-muted {
    background: #79798b;
    border-color: #79798b !important;
    color: #fff !important
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted .open>.dropdown-toggle.btn-primary {
    background: #6f6f80;
    border-color: #6f6f80
}

.btn-outline-muted {
    color: #79798b;
    border-color: #79798b
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted .open>.dropdown-toggle.btn-primary {
    background: #79798b;
    border-color: #79798b
}

.bg-purple {
    background-color: #704fff !important
}

.bg-soft-purple {
    background-color: rgba(112, 79, 255, .1) !important
}

.text-purple {
    color: #704fff !important
}

.border-purple {
    color: #704fff !important
}

.btn-soft-purple {
    background-color: rgba(112, 79, 255, .25) !important;
    color: #704fff !important
}

.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus, .btn-soft-purple .open>.dropdown-toggle.btn-primary {
    background: #5f3bff
}

.btn-purple {
    background: #704fff;
    border-color: #704fff !important;
    color: #fff !important
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple .open>.dropdown-toggle.btn-primary {
    background: #5f3bff;
    border-color: #5f3bff
}

.btn-outline-purple {
    color: #704fff;
    border-color: #704fff
}

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple .open>.dropdown-toggle.btn-primary {
    background: #704fff;
    border-color: #704fff
}

.bg-pink {
    background-color: #f85f89 !important
}

.bg-soft-pink {
    background-color: rgba(248, 95, 137, .1) !important
}

.text-pink {
    color: #f85f89 !important
}

.border-pink {
    color: #f85f89 !important
}

.btn-soft-pink {
    background-color: rgba(248, 95, 137, .25) !important;
    color: #f85f89 !important
}

.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus, .btn-soft-pink .open>.dropdown-toggle.btn-primary {
    background: #f74b7b
}

.btn-pink {
    background: #f85f89;
    border-color: #f85f89 !important;
    color: #fff !important
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink .open>.dropdown-toggle.btn-primary {
    background: #f74b7b;
    border-color: #f74b7b
}

.btn-outline-pink {
    color: #f85f89;
    border-color: #f85f89
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink .open>.dropdown-toggle.btn-primary {
    background: #f85f89;
    border-color: #f85f89
}

.bg-white {
    background-color: #ffffff !important
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, .1) !important
}

.text-white {
    color: #ffffff !important
}

.border-white {
    color: #ffffff !important
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, .25) !important;
    color: #ffffff !important
}

.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus, .btn-soft-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #fff !important
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff
}

.bg-light {
    background-color: #fafbfc !important
}

.bg-soft-light {
    background-color: rgba(250, 251, 252, .1) !important
}

.text-light {
    color: #fafbfc !important
}

.border-light {
    color: #fafbfc !important
}

.btn-soft-light {
    background-color: rgba(250, 251, 252, .25) !important;
    color: #fafbfc !important
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus, .btn-soft-light .open>.dropdown-toggle.btn-primary {
    background: #edf1f4
}

.btn-light {
    background: #fafbfc;
    border-color: #fafbfc !important;
    color: #fff !important
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light .open>.dropdown-toggle.btn-primary {
    background: #edf1f4;
    border-color: #edf1f4
}

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

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light .open>.dropdown-toggle.btn-primary {
    background: #fafbfc;
    border-color: #fafbfc
}

.padding-1 {
    padding: 2px
}

.padding-2 {
    padding: 4px
}

.padding-3 {
    padding: 6px
}

.padding-4 {
    padding: 8px
}

.padding-5 {
    padding: 10px
}

.padding-6 {
    padding: 12px
}

.padding-7 {
    padding: 14px
}

.padding-8 {
    padding: 16px
}

.padding-9 {
    padding: 18px
}

.padding-10 {
    padding: 20px
}

.padding-11 {
    padding: 22px
}

.padding-12 {
    padding: 24px
}

.padding-13 {
    padding: 26px
}

.padding-14 {
    padding: 28px
}

.padding-15 {
    padding: 30px
}

.padding-16 {
    padding: 32px
}

.padding-17 {
    padding: 34px
}

.padding-18 {
    padding: 36px
}

.padding-19 {
    padding: 38px
}

.padding-20 {
    padding: 40px
}

.padding-21 {
    padding: 42px
}

.padding-22 {
    padding: 44px
}

.padding-23 {
    padding: 46px
}

.padding-24 {
    padding: 48px
}

.padding-25 {
    padding: 50px
}

.padding-26 {
    padding: 52px
}

.padding-27 {
    padding: 54px
}

.padding-28 {
    padding: 56px
}

.padding-29 {
    padding: 58px
}

.padding-30 {
    padding: 60px
}

.padding-31 {
    padding: 62px
}

.padding-32 {
    padding: 64px
}

.padding-33 {
    padding: 66px
}

.padding-34 {
    padding: 68px
}

.padding-35 {
    padding: 70px
}

.padding-36 {
    padding: 72px
}

.padding-37 {
    padding: 74px
}

.padding-38 {
    padding: 76px
}

.padding-39 {
    padding: 78px
}

.padding-40 {
    padding: 80px
}

.padding-41 {
    padding: 82px
}

.padding-42 {
    padding: 84px
}

.padding-43 {
    padding: 86px
}

.padding-44 {
    padding: 88px
}

.padding-45 {
    padding: 90px
}

.padding-46 {
    padding: 92px
}

.padding-47 {
    padding: 94px
}

.padding-48 {
    padding: 96px
}

.padding-49 {
    padding: 98px
}

.padding-50 {
    padding: 100px
}

.padding-left-1 {
    padding-left: 2px
}

.padding-left-2 {
    padding-left: 4px
}

.padding-left-3 {
    padding-left: 6px
}

.padding-left-4 {
    padding-left: 8px
}

.padding-left-5 {
    padding-left: 10px
}

.padding-left-6 {
    padding-left: 12px
}

.padding-left-7 {
    padding-left: 14px
}

.padding-left-8 {
    padding-left: 16px
}

.padding-left-9 {
    padding-left: 18px
}

.padding-left-10 {
    padding-left: 20px
}

.padding-left-11 {
    padding-left: 22px
}

.padding-left-12 {
    padding-left: 24px
}

.padding-left-13 {
    padding-left: 26px
}

.padding-left-14 {
    padding-left: 28px
}

.padding-left-15 {
    padding-left: 30px
}

.padding-left-16 {
    padding-left: 32px
}

.padding-left-17 {
    padding-left: 34px
}

.padding-left-18 {
    padding-left: 36px
}

.padding-left-19 {
    padding-left: 38px
}

.padding-left-20 {
    padding-left: 40px
}

.padding-left-21 {
    padding-left: 42px
}

.padding-left-22 {
    padding-left: 44px
}

.padding-left-23 {
    padding-left: 46px
}

.padding-left-24 {
    padding-left: 48px
}

.padding-left-25 {
    padding-left: 50px
}

.padding-left-26 {
    padding-left: 52px
}

.padding-left-27 {
    padding-left: 54px
}

.padding-left-28 {
    padding-left: 56px
}

.padding-left-29 {
    padding-left: 58px
}

.padding-left-30 {
    padding-left: 60px
}

.padding-left-31 {
    padding-left: 62px
}

.padding-left-32 {
    padding-left: 64px
}

.padding-left-33 {
    padding-left: 66px
}

.padding-left-34 {
    padding-left: 68px
}

.padding-left-35 {
    padding-left: 70px
}

.padding-left-36 {
    padding-left: 72px
}

.padding-left-37 {
    padding-left: 74px
}

.padding-left-38 {
    padding-left: 76px
}

.padding-left-39 {
    padding-left: 78px
}

.padding-left-40 {
    padding-left: 80px
}

.padding-left-41 {
    padding-left: 82px
}

.padding-left-42 {
    padding-left: 84px
}

.padding-left-43 {
    padding-left: 86px
}

.padding-left-44 {
    padding-left: 88px
}

.padding-left-45 {
    padding-left: 90px
}

.padding-left-46 {
    padding-left: 92px
}

.padding-left-47 {
    padding-left: 94px
}

.padding-left-48 {
    padding-left: 96px
}

.padding-left-49 {
    padding-left: 98px
}

.padding-left-50 {
    padding-left: 100px
}

.padding-right-1 {
    padding-right: 2px
}

.padding-right-2 {
    padding-right: 4px
}

.padding-right-3 {
    padding-right: 6px
}

.padding-right-4 {
    padding-right: 8px
}

.padding-right-5 {
    padding-right: 10px
}

.padding-right-6 {
    padding-right: 12px
}

.padding-right-7 {
    padding-right: 14px
}

.padding-right-8 {
    padding-right: 16px
}

.padding-right-9 {
    padding-right: 18px
}

.padding-right-10 {
    padding-right: 20px
}

.padding-right-11 {
    padding-right: 22px
}

.padding-right-12 {
    padding-right: 24px
}

.padding-right-13 {
    padding-right: 26px
}

.padding-right-14 {
    padding-right: 28px
}

.padding-right-15 {
    padding-right: 30px
}

.padding-right-16 {
    padding-right: 32px
}

.padding-right-17 {
    padding-right: 34px
}

.padding-right-18 {
    padding-right: 36px
}

.padding-right-19 {
    padding-right: 38px
}

.padding-right-20 {
    padding-right: 40px
}

.padding-right-21 {
    padding-right: 42px
}

.padding-right-22 {
    padding-right: 44px
}

.padding-right-23 {
    padding-right: 46px
}

.padding-right-24 {
    padding-right: 48px
}

.padding-right-25 {
    padding-right: 50px
}

.padding-right-26 {
    padding-right: 52px
}

.padding-right-27 {
    padding-right: 54px
}

.padding-right-28 {
    padding-right: 56px
}

.padding-right-29 {
    padding-right: 58px
}

.padding-right-30 {
    padding-right: 60px
}

.padding-right-31 {
    padding-right: 62px
}

.padding-right-32 {
    padding-right: 64px
}

.padding-right-33 {
    padding-right: 66px
}

.padding-right-34 {
    padding-right: 68px
}

.padding-right-35 {
    padding-right: 70px
}

.padding-right-36 {
    padding-right: 72px
}

.padding-right-37 {
    padding-right: 74px
}

.padding-right-38 {
    padding-right: 76px
}

.padding-right-39 {
    padding-right: 78px
}

.padding-right-40 {
    padding-right: 80px
}

.padding-right-41 {
    padding-right: 82px
}

.padding-right-42 {
    padding-right: 84px
}

.padding-right-43 {
    padding-right: 86px
}

.padding-right-44 {
    padding-right: 88px
}

.padding-right-45 {
    padding-right: 90px
}

.padding-right-46 {
    padding-right: 92px
}

.padding-right-47 {
    padding-right: 94px
}

.padding-right-48 {
    padding-right: 96px
}

.padding-right-49 {
    padding-right: 98px
}

.padding-right-50 {
    padding-right: 100px
}

.padding-bottom-1 {
    padding-bottom: 2px
}

.padding-bottom-2 {
    padding-bottom: 4px
}

.padding-bottom-3 {
    padding-bottom: 6px
}

.padding-bottom-4 {
    padding-bottom: 8px
}

.padding-bottom-5 {
    padding-bottom: 10px
}

.padding-bottom-6 {
    padding-bottom: 12px
}

.padding-bottom-7 {
    padding-bottom: 14px
}

.padding-bottom-8 {
    padding-bottom: 16px
}

.padding-bottom-9 {
    padding-bottom: 18px
}

.padding-bottom-10 {
    padding-bottom: 20px
}

.padding-bottom-11 {
    padding-bottom: 22px
}

.padding-bottom-12 {
    padding-bottom: 24px
}

.padding-bottom-13 {
    padding-bottom: 26px
}

.padding-bottom-14 {
    padding-bottom: 28px
}

.padding-bottom-15 {
    padding-bottom: 30px
}

.padding-bottom-16 {
    padding-bottom: 32px
}

.padding-bottom-17 {
    padding-bottom: 34px
}

.padding-bottom-18 {
    padding-bottom: 36px
}

.padding-bottom-19 {
    padding-bottom: 38px
}

.padding-bottom-20 {
    padding-bottom: 40px
}

.padding-bottom-21 {
    padding-bottom: 42px
}

.padding-bottom-22 {
    padding-bottom: 44px
}

.padding-bottom-23 {
    padding-bottom: 46px
}

.padding-bottom-24 {
    padding-bottom: 48px
}

.padding-bottom-25 {
    padding-bottom: 50px
}

.padding-bottom-26 {
    padding-bottom: 52px
}

.padding-bottom-27 {
    padding-bottom: 54px
}

.padding-bottom-28 {
    padding-bottom: 56px
}

.padding-bottom-29 {
    padding-bottom: 58px
}

.padding-bottom-30 {
    padding-bottom: 60px
}

.padding-bottom-31 {
    padding-bottom: 62px
}

.padding-bottom-32 {
    padding-bottom: 64px
}

.padding-bottom-33 {
    padding-bottom: 66px
}

.padding-bottom-34 {
    padding-bottom: 68px
}

.padding-bottom-35 {
    padding-bottom: 70px
}

.padding-bottom-36 {
    padding-bottom: 72px
}

.padding-bottom-37 {
    padding-bottom: 74px
}

.padding-bottom-38 {
    padding-bottom: 76px
}

.padding-bottom-39 {
    padding-bottom: 78px
}

.padding-bottom-40 {
    padding-bottom: 80px
}

.padding-bottom-41 {
    padding-bottom: 82px
}

.padding-bottom-42 {
    padding-bottom: 84px
}

.padding-bottom-43 {
    padding-bottom: 86px
}

.padding-bottom-44 {
    padding-bottom: 88px
}

.padding-bottom-45 {
    padding-bottom: 90px
}

.padding-bottom-46 {
    padding-bottom: 92px
}

.padding-bottom-47 {
    padding-bottom: 94px
}

.padding-bottom-48 {
    padding-bottom: 96px
}

.padding-bottom-49 {
    padding-bottom: 98px
}

.padding-bottom-50 {
    padding-bottom: 100px
}

.margin-1 {
    margin: 2px
}

.margin-2 {
    margin: 4px
}

.margin-3 {
    margin: 6px
}

.margin-4 {
    margin: 8px
}

.margin-5 {
    margin: 10px
}

.margin-6 {
    margin: 12px
}

.margin-7 {
    margin: 14px
}

.margin-8 {
    margin: 16px
}

.margin-9 {
    margin: 18px
}

.margin-10 {
    margin: 20px
}

.margin-11 {
    margin: 22px
}

.margin-12 {
    margin: 24px
}

.margin-13 {
    margin: 26px
}

.margin-14 {
    margin: 28px
}

.margin-15 {
    margin: 30px
}

.margin-16 {
    margin: 32px
}

.margin-17 {
    margin: 34px
}

.margin-18 {
    margin: 36px
}

.margin-19 {
    margin: 38px
}

.margin-20 {
    margin: 40px
}

.margin-21 {
    margin: 42px
}

.margin-22 {
    margin: 44px
}

.margin-23 {
    margin: 46px
}

.margin-24 {
    margin: 48px
}

.margin-25 {
    margin: 50px
}

.margin-26 {
    margin: 52px
}

.margin-27 {
    margin: 54px
}

.margin-28 {
    margin: 56px
}

.margin-29 {
    margin: 58px
}

.margin-30 {
    margin: 60px
}

.margin-31 {
    margin: 62px
}

.margin-32 {
    margin: 64px
}

.margin-33 {
    margin: 66px
}

.margin-34 {
    margin: 68px
}

.margin-35 {
    margin: 70px
}

.margin-36 {
    margin: 72px
}

.margin-37 {
    margin: 74px
}

.margin-38 {
    margin: 76px
}

.margin-39 {
    margin: 78px
}

.margin-40 {
    margin: 80px
}

.margin-41 {
    margin: 82px
}

.margin-42 {
    margin: 84px
}

.margin-43 {
    margin: 86px
}

.margin-44 {
    margin: 88px
}

.margin-45 {
    margin: 90px
}

.margin-46 {
    margin: 92px
}

.margin-47 {
    margin: 94px
}

.margin-48 {
    margin: 96px
}

.margin-49 {
    margin: 98px
}

.margin-50 {
    margin: 100px
}

.margin-left-1 {
    margin-left: 2px
}

.margin-left-2 {
    margin-left: 4px
}

.margin-left-3 {
    margin-left: 6px
}

.margin-left-4 {
    margin-left: 8px
}

.margin-left-5 {
    margin-left: 10px
}

.margin-left-6 {
    margin-left: 12px
}

.margin-left-7 {
    margin-left: 14px
}

.margin-left-8 {
    margin-left: 16px
}

.margin-left-9 {
    margin-left: 18px
}

.margin-left-10 {
    margin-left: 20px
}

.margin-left-11 {
    margin-left: 22px
}

.margin-left-12 {
    margin-left: 24px
}

.margin-left-13 {
    margin-left: 26px
}

.margin-left-14 {
    margin-left: 28px
}

.margin-left-15 {
    margin-left: 30px
}

.margin-left-16 {
    margin-left: 32px
}

.margin-left-17 {
    margin-left: 34px
}

.margin-left-18 {
    margin-left: 36px
}

.margin-left-19 {
    margin-left: 38px
}

.margin-left-20 {
    margin-left: 40px
}

.margin-left-21 {
    margin-left: 42px
}

.margin-left-22 {
    margin-left: 44px
}

.margin-left-23 {
    margin-left: 46px
}

.margin-left-24 {
    margin-left: 48px
}

.margin-left-25 {
    margin-left: 50px
}

.margin-left-26 {
    margin-left: 52px
}

.margin-left-27 {
    margin-left: 54px
}

.margin-left-28 {
    margin-left: 56px
}

.margin-left-29 {
    margin-left: 58px
}

.margin-left-30 {
    margin-left: 60px
}

.margin-left-31 {
    margin-left: 62px
}

.margin-left-32 {
    margin-left: 64px
}

.margin-left-33 {
    margin-left: 66px
}

.margin-left-34 {
    margin-left: 68px
}

.margin-left-35 {
    margin-left: 70px
}

.margin-left-36 {
    margin-left: 72px
}

.margin-left-37 {
    margin-left: 74px
}

.margin-left-38 {
    margin-left: 76px
}

.margin-left-39 {
    margin-left: 78px
}

.margin-left-40 {
    margin-left: 80px
}

.margin-left-41 {
    margin-left: 82px
}

.margin-left-42 {
    margin-left: 84px
}

.margin-left-43 {
    margin-left: 86px
}

.margin-left-44 {
    margin-left: 88px
}

.margin-left-45 {
    margin-left: 90px
}

.margin-left-46 {
    margin-left: 92px
}

.margin-left-47 {
    margin-left: 94px
}

.margin-left-48 {
    margin-left: 96px
}

.margin-left-49 {
    margin-left: 98px
}

.margin-left-50 {
    margin-left: 100px
}

.margin-right-1 {
    margin-right: 2px
}

.margin-right-2 {
    margin-right: 4px
}

.margin-right-3 {
    margin-right: 6px
}

.margin-right-4 {
    margin-right: 8px
}

.margin-right-5 {
    margin-right: 10px
}

.margin-right-6 {
    margin-right: 12px
}

.margin-right-7 {
    margin-right: 14px
}

.margin-right-8 {
    margin-right: 16px
}

.margin-right-9 {
    margin-right: 18px
}

.margin-right-10 {
    margin-right: 20px
}

.margin-right-11 {
    margin-right: 22px
}

.margin-right-12 {
    margin-right: 24px
}

.margin-right-13 {
    margin-right: 26px
}

.margin-right-14 {
    margin-right: 28px
}

.margin-right-15 {
    margin-right: 30px
}

.margin-right-16 {
    margin-right: 32px
}

.margin-right-17 {
    margin-right: 34px
}

.margin-right-18 {
    margin-right: 36px
}

.margin-right-19 {
    margin-right: 38px
}

.margin-right-20 {
    margin-right: 40px
}

.margin-right-21 {
    margin-right: 42px
}

.margin-right-22 {
    margin-right: 44px
}

.margin-right-23 {
    margin-right: 46px
}

.margin-right-24 {
    margin-right: 48px
}

.margin-right-25 {
    margin-right: 50px
}

.margin-right-26 {
    margin-right: 52px
}

.margin-right-27 {
    margin-right: 54px
}

.margin-right-28 {
    margin-right: 56px
}

.margin-right-29 {
    margin-right: 58px
}

.margin-right-30 {
    margin-right: 60px
}

.margin-right-31 {
    margin-right: 62px
}

.margin-right-32 {
    margin-right: 64px
}

.margin-right-33 {
    margin-right: 66px
}

.margin-right-34 {
    margin-right: 68px
}

.margin-right-35 {
    margin-right: 70px
}

.margin-right-36 {
    margin-right: 72px
}

.margin-right-37 {
    margin-right: 74px
}

.margin-right-38 {
    margin-right: 76px
}

.margin-right-39 {
    margin-right: 78px
}

.margin-right-40 {
    margin-right: 80px
}

.margin-right-41 {
    margin-right: 82px
}

.margin-right-42 {
    margin-right: 84px
}

.margin-right-43 {
    margin-right: 86px
}

.margin-right-44 {
    margin-right: 88px
}

.margin-right-45 {
    margin-right: 90px
}

.margin-right-46 {
    margin-right: 92px
}

.margin-right-47 {
    margin-right: 94px
}

.margin-right-48 {
    margin-right: 96px
}

.margin-right-49 {
    margin-right: 98px
}

.margin-right-50 {
    margin-right: 100px
}

.margin-bottom-1 {
    margin-bottom: 2px
}

.margin-bottom-2 {
    margin-bottom: 4px
}

.margin-bottom-3 {
    margin-bottom: 6px
}

.margin-bottom-4 {
    margin-bottom: 8px
}

.margin-bottom-5 {
    margin-bottom: 10px
}

.margin-bottom-6 {
    margin-bottom: 12px
}

.margin-bottom-7 {
    margin-bottom: 14px
}

.margin-bottom-8 {
    margin-bottom: 16px
}

.margin-bottom-9 {
    margin-bottom: 18px
}

.margin-bottom-10 {
    margin-bottom: 20px
}

.margin-bottom-11 {
    margin-bottom: 22px
}

.margin-bottom-12 {
    margin-bottom: 24px
}

.margin-bottom-13 {
    margin-bottom: 26px
}

.margin-bottom-14 {
    margin-bottom: 28px
}

.margin-bottom-15 {
    margin-bottom: 30px
}

.margin-bottom-16 {
    margin-bottom: 32px
}

.margin-bottom-17 {
    margin-bottom: 34px
}

.margin-bottom-18 {
    margin-bottom: 36px
}

.margin-bottom-19 {
    margin-bottom: 38px
}

.margin-bottom-20 {
    margin-bottom: 40px
}

.margin-bottom-21 {
    margin-bottom: 42px
}

.margin-bottom-22 {
    margin-bottom: 44px
}

.margin-bottom-23 {
    margin-bottom: 46px
}

.margin-bottom-24 {
    margin-bottom: 48px
}

.margin-bottom-25 {
    margin-bottom: 50px
}

.margin-bottom-26 {
    margin-bottom: 52px
}

.margin-bottom-27 {
    margin-bottom: 54px
}

.margin-bottom-28 {
    margin-bottom: 56px
}

.margin-bottom-29 {
    margin-bottom: 58px
}

.margin-bottom-30 {
    margin-bottom: 60px
}

.margin-bottom-31 {
    margin-bottom: 62px
}

.margin-bottom-32 {
    margin-bottom: 64px
}

.margin-bottom-33 {
    margin-bottom: 66px
}

.margin-bottom-34 {
    margin-bottom: 68px
}

.margin-bottom-35 {
    margin-bottom: 70px
}

.margin-bottom-36 {
    margin-bottom: 72px
}

.margin-bottom-37 {
    margin-bottom: 74px
}

.margin-bottom-38 {
    margin-bottom: 76px
}

.margin-bottom-39 {
    margin-bottom: 78px
}

.margin-bottom-40 {
    margin-bottom: 80px
}

.margin-bottom-41 {
    margin-bottom: 82px
}

.margin-bottom-42 {
    margin-bottom: 84px
}

.margin-bottom-43 {
    margin-bottom: 86px
}

.margin-bottom-44 {
    margin-bottom: 88px
}

.margin-bottom-45 {
    margin-bottom: 90px
}

.margin-bottom-46 {
    margin-bottom: 92px
}

.margin-bottom-47 {
    margin-bottom: 94px
}

.margin-bottom-48 {
    margin-bottom: 96px
}

.margin-bottom-49 {
    margin-bottom: 98px
}

.margin-bottom-50 {
    margin-bottom: 100px
}

.margin-top-1 {
    margin-top: 2px
}

.margin-top-2 {
    margin-top: 4px
}

.margin-top-3 {
    margin-top: 6px
}

.margin-top-4 {
    margin-top: 8px
}

.margin-top-5 {
    margin-top: 10px
}

.margin-top-6 {
    margin-top: 12px
}

.margin-top-7 {
    margin-top: 14px
}

.margin-top-8 {
    margin-top: 16px
}

.margin-top-9 {
    margin-top: 18px
}

.margin-top-10 {
    margin-top: 20px
}

.margin-top-11 {
    margin-top: 22px
}

.margin-top-12 {
    margin-top: 24px
}

.margin-top-13 {
    margin-top: 26px
}

.margin-top-14 {
    margin-top: 28px
}

.margin-top-15 {
    margin-top: 30px
}

.margin-top-16 {
    margin-top: 32px
}

.margin-top-17 {
    margin-top: 34px
}

.margin-top-18 {
    margin-top: 36px
}

.margin-top-19 {
    margin-top: 38px
}

.margin-top-20 {
    margin-top: 40px
}

.margin-top-21 {
    margin-top: 42px
}

.margin-top-22 {
    margin-top: 44px
}

.margin-top-23 {
    margin-top: 46px
}

.margin-top-24 {
    margin-top: 48px
}

.margin-top-25 {
    margin-top: 50px
}

.margin-top-26 {
    margin-top: 52px
}

.margin-top-27 {
    margin-top: 54px
}

.margin-top-28 {
    margin-top: 56px
}

.margin-top-29 {
    margin-top: 58px
}

.margin-top-30 {
    margin-top: 60px
}

.margin-top-31 {
    margin-top: 62px
}

.margin-top-32 {
    margin-top: 64px
}

.margin-top-33 {
    margin-top: 66px
}

.margin-top-34 {
    margin-top: 68px
}

.margin-top-35 {
    margin-top: 70px
}

.margin-top-36 {
    margin-top: 72px
}

.margin-top-37 {
    margin-top: 74px
}

.margin-top-38 {
    margin-top: 76px
}

.margin-top-39 {
    margin-top: 78px
}

.margin-top-40 {
    margin-top: 80px
}

.margin-top-41 {
    margin-top: 82px
}

.margin-top-42 {
    margin-top: 84px
}

.margin-top-43 {
    margin-top: 86px
}

.margin-top-44 {
    margin-top: 88px
}

.margin-top-45 {
    margin-top: 90px
}

.margin-top-46 {
    margin-top: 92px
}

.margin-top-47 {
    margin-top: 94px
}

.margin-top-48 {
    margin-top: 96px
}

.margin-top-49 {
    margin-top: 98px
}

.margin-top-50 {
    margin-top: 100px
}

.font-size-1 {
    font-size: 2px
}

.font-size-2 {
    font-size: 4px
}

.font-size-3 {
    font-size: 6px
}

.font-size-4 {
    font-size: 8px
}

.font-size-5 {
    font-size: 10px
}

.font-size-6 {
    font-size: 12px
}

.font-size-7 {
    font-size: 14px
}

.font-size-8 {
    font-size: 16px
}

.font-size-9 {
    font-size: 18px
}

.font-size-10 {
    font-size: 20px
}

.font-size-11 {
    font-size: 22px
}

.font-size-12 {
    font-size: 24px
}

.font-size-13 {
    font-size: 26px
}

.font-size-14 {
    font-size: 28px
}

.font-size-15 {
    font-size: 30px
}

.font-size-16 {
    font-size: 32px
}

.font-size-17 {
    font-size: 34px
}

.font-size-18 {
    font-size: 36px
}

.font-size-19 {
    font-size: 38px
}

.font-size-20 {
    font-size: 40px
}

.font-size-21 {
    font-size: 42px
}

.font-size-22 {
    font-size: 44px
}

.font-size-23 {
    font-size: 46px
}

.font-size-24 {
    font-size: 48px
}

.font-size-25 {
    font-size: 50px
}

.font-size-26 {
    font-size: 52px
}

.font-size-27 {
    font-size: 54px
}

.font-size-28 {
    font-size: 56px
}

.font-size-29 {
    font-size: 58px
}

.font-size-30 {
    font-size: 60px
}

.font-size-31 {
    font-size: 62px
}

.font-size-32 {
    font-size: 64px
}

.font-size-33 {
    font-size: 66px
}

.font-size-34 {
    font-size: 68px
}

.font-size-35 {
    font-size: 70px
}

.font-size-36 {
    font-size: 72px
}

.font-size-37 {
    font-size: 74px
}

.font-size-38 {
    font-size: 76px
}

.font-size-39 {
    font-size: 78px
}

.font-size-40 {
    font-size: 80px
}

.font-size-41 {
    font-size: 82px
}

.font-size-42 {
    font-size: 84px
}

.font-size-43 {
    font-size: 86px
}

.font-size-44 {
    font-size: 88px
}

.font-size-45 {
    font-size: 90px
}

.font-size-46 {
    font-size: 92px
}

.font-size-47 {
    font-size: 94px
}

.font-size-48 {
    font-size: 96px
}

.font-size-49 {
    font-size: 98px
}

.font-size-50 {
    font-size: 100px
}

.image-size-1 {
    width: 2px;
    height: 2px
}

.image-size-2 {
    width: 4px;
    height: 4px
}

.image-size-3 {
    width: 6px;
    height: 6px
}

.image-size-4 {
    width: 8px;
    height: 8px
}

.image-size-5 {
    width: 10px;
    height: 10px
}

.image-size-6 {
    width: 12px;
    height: 12px
}

.image-size-7 {
    width: 14px;
    height: 14px
}

.image-size-8 {
    width: 16px;
    height: 16px
}

.image-size-9 {
    width: 18px;
    height: 18px
}

.image-size-10 {
    width: 20px;
    height: 20px
}

.image-size-11 {
    width: 22px;
    height: 22px
}

.image-size-12 {
    width: 24px;
    height: 24px
}

.image-size-13 {
    width: 26px;
    height: 26px
}

.image-size-14 {
    width: 28px;
    height: 28px
}

.image-size-15 {
    width: 30px;
    height: 30px
}

.image-size-16 {
    width: 32px;
    height: 32px
}

.image-size-17 {
    width: 34px;
    height: 34px
}

.image-size-18 {
    width: 36px;
    height: 36px
}

.image-size-19 {
    width: 38px;
    height: 38px
}

.image-size-20 {
    width: 40px;
    height: 40px
}

.image-size-21 {
    width: 42px;
    height: 42px
}

.image-size-22 {
    width: 44px;
    height: 44px
}

.image-size-23 {
    width: 46px;
    height: 46px
}

.image-size-24 {
    width: 48px;
    height: 48px
}

.image-size-25 {
    width: 50px;
    height: 50px
}

.image-size-26 {
    width: 52px;
    height: 52px
}

.image-size-27 {
    width: 54px;
    height: 54px
}

.image-size-28 {
    width: 56px;
    height: 56px
}

.image-size-29 {
    width: 58px;
    height: 58px
}

.image-size-30 {
    width: 60px;
    height: 60px
}

.image-size-31 {
    width: 62px;
    height: 62px
}

.image-size-32 {
    width: 64px;
    height: 64px
}

.image-size-33 {
    width: 66px;
    height: 66px
}

.image-size-34 {
    width: 68px;
    height: 68px
}

.image-size-35 {
    width: 70px;
    height: 70px
}

.image-size-36 {
    width: 72px;
    height: 72px
}

.image-size-37 {
    width: 74px;
    height: 74px
}

.image-size-38 {
    width: 76px;
    height: 76px
}

.image-size-39 {
    width: 78px;
    height: 78px
}

.image-size-40 {
    width: 80px;
    height: 80px
}

.image-size-41 {
    width: 82px;
    height: 82px
}

.image-size-42 {
    width: 84px;
    height: 84px
}

.image-size-43 {
    width: 86px;
    height: 86px
}

.image-size-44 {
    width: 88px;
    height: 88px
}

.image-size-45 {
    width: 90px;
    height: 90px
}

.image-size-46 {
    width: 92px;
    height: 92px
}

.image-size-47 {
    width: 94px;
    height: 94px
}

.image-size-48 {
    width: 96px;
    height: 96px
}

.image-size-49 {
    width: 98px;
    height: 98px
}

.image-size-50 {
    width: 100px;
    height: 100px
}

.font-weight-1 {
    font-weight: 100
}

.font-weight-2 {
    font-weight: 200
}

.font-weight-3 {
    font-weight: 300
}

.font-weight-4 {
    font-weight: 400
}

.font-weight-5 {
    font-weight: 500
}

.font-weight-6 {
    font-weight: 600
}

.font-weight-7 {
    font-weight: 700
}

.font-weight-8 {
    font-weight: 800
}

.footer {
    background: #2A2A2A !important;
    color: #fff;
}

.bg-footer {

    padding: 25px 0px 25px 0px;
    background: #242424;
}

.navbar-custom {
    background-color: transparent;
    padding: 25px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out
}

.navbar-custom .navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    background-color: transparent !important;
    margin: 0 10px;
    letter-spacing: .03em;
    line-height: 24px;
    font-weight: 500;
    transition: all .5s;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.mdi-menu::before {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600
}

.mdi::before, .mdi-set {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
}

.navbar-custom.nav-sticky .custom-menu {
    box-shadow: none
}

.logo .logo-light {
    display: inline-block
}

.logo .logo-dark {
    display: none
}

.nav-sticky .logo .logo-dark {
    display: inline-block
}

.nav-sticky .logo .logo-light {
    display: none
}

.nav-button {
    margin-left: 20px
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active {
    color: #2d2d2d !important
}

.navbar-custom.navbar-white .navbar-nav li a, .navbar-custom.navbar-white .navbar-brand, .navbar-white .navbar-toggle {
    color: #2d2d2d !important
}

.navbar-custom.navbar-white .navbar-nav li.active a, .navbar-custom.navbar-white .navbar-nav li a:hover, .navbar-custom.navbar-white .navbar-nav li a:focus, .navbar-custom.navbar-white .navbar-nav li a:active {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, .08)
}

.nav-sticky.navbar-custom.sticky-dark {
    background-color: #fff
}

.nav-sticky .logo {
    color: #1e304d !important
}

.nav-sticky .navbar-nav li a {
    color: #1e304d !important
}

.nav-sticky.navbar-custom .navbar-nav li.active a, .nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:focus, .nav-sticky.navbar-custom .navbar-nav li a:active {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0
}

.nav-sticky .navbar-nav {
    margin-top: 0px
}

@media(min-width: 200px)and (max-width: 1024px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, .06);
        color: #fff !important;
        background: transparent;
    }

    .navbar-custom .navbar-nav {
        margin-left: 0px
    }

    .navbar-custom .navbar-nav li.active {
        border-color: transparent
    }

    .navbar-custom .navbar-nav li a {
        transition: all .4s;
        margin: 6px;
        color: #1e304d !important;
        padding: 6px 0
    }

    .navbar-custom>.container {
        width: 90%
    }

    .home-title {
        font-size: 36px
    }

    .navbar-white .navbar-toggler {
        color: #fff !important
    }

    .navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
        color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .carousel-indicators {
        right: 0
    }

    .logo .logo-light {
        display: none
    }

    .logo .logo-dark {
        display: inline-block
    }
}

.navbar-custom .navbar-nav li .dropdown-item {
    color: #2d2d2d !important;
    font-size: 13px
}

.navbar-custom .navbar-nav li .dropdown-item:hover {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

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

.app-title p {
    text-align: justify;
}


.bg-home {
   background-image: linear-gradient(to right, #DECBA4, #3E5151);

    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 480px 0px 490px 0px;
    height: 727px
}

.home-button {
    padding: .7rem 1.7rem;
    font-size: 14px
}

.home-title {
    font-size:94px
}

.section-sm {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative
}

.section {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

.section-lg {
    padding-bottom: 110px;
    padding-top: 110px;
    position: relative
}

.bg-lightan {
    background: linear-gradient(to top, rgba(254, 154, 16, 0.1) 30%, #ffffff 100%)
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.bg-overlay {
    background-color: rgba(36, 42, 53, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.color-overlay {
    background-color: #4763cb;
    opacity: .3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.overlay-gradient {
    background: linear-gradient(to right, #4763cb, -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%));
    opacity: .9;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.flex-1 {
    flex: 1
}

.heading-box .heading-desc {
    max-width: 700px;
    margin: 0 auto
}

.btn-round {
    border-radius: 30px
}

.row>* {
    position: relative
}

hr {
    border: 1px solid #e2e2e2
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-17 {
    font-size: 17px
}

.f-18 {
    font-size: 18px
}

.f-19 {
    font-size: 19px
}

.f-20 {
    font-size: 20px
}

.line-height_1_4 {
    line-height: 1.4
}

.line-height_1_6 {
    line-height: 1.6
}

.line-height_1_8 {
    line-height: 1.8
}

.fw-normal {
    font-weight: 300 !important
}

.fw-bold {
    font-weight: 600 !important
}

.hover-effect {
    transition: all .3s ease-in-out
}

.hover-effect:hover {
    transform: translateY(-1rem)
}

.client-desc {
    padding: 25px 30px;
    border: 1px solid #efefef;
    position: relative;
    z-index: 1
}

.client-desc:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #efefef;
    transform: rotate(45deg);
    border-color: transparent #efefef #efefef transparent;
    left: 60px;
    margin: 0px auto;
    margin-top: 13px;
    z-index: 2
}

.client-img img {
    width: 55px;
    height: 55px
}

.testi-icon i {
    font-size: 40px
}

.client-user {
    position: relative;
    margin-left: 50px
}

.tns-outer {
    position: relative
}

.tns-outer .tns-controls {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0
}

.tns-outer .tns-controls button {
    margin: 0 0 0px 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(254, 154, 16, .2) !important;
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%);
    transition: all .3s;
    font-size: 18px;
    width: 34px;
    height: 34px
}

.tns-outer .tns-controls button:focus, .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:active {
    outline: none;
    background-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important;
    color: #fff
}

.tns-outer .tns-controls:focus {
    outline: none !important
}

.tns-outer .tns-nav {
    text-align: center;
    margin-top: 16px
}

.tns-outer .tns-nav button {
    border: none;
    background-color: rgba(254, 154, 16, .2) !important;
    padding: 0px;
    margin: 0px 6px;
    border-radius: 50%
}

.tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
    outline: none;
    background-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.tns-outer .tns-nav button.tns-nav-active {
    background-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%) !important
}

.client-images img {
    height: 40px;
    opacity: .3;
    transition: all .5s
}

.client-images img:hover {
    opacity: .5
}

.bg1 {
    background: url(../img/demos.png)
}

.bg2 {
    background: url(../img/slider-img.png)
}

.bg3 {
    background: url(../img/demos.png)
}

.appstore-services .row {
    --bs-gutter-x: 1rem
}

.appstore-services .card-body {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    transition: all .3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 15px;
    border-bottom: 3px solid #fff;
    padding: 30px 10px;
    text-align: center
}

.appstore-services .card-body:hover {
    transform: translateY(-5px);
    border-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.appstore-services .icon {
    margin-bottom: 15px
}

.appstore-services .icon i {
    font-size: 45px;
    line-height: 1;
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%);
    transition: all .3s ease-in-out
}

.appstore-services .card-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1e304d
}

.appstore-services .card-title a {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.appstore-services .card-text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    color: #79798b
}

.appstore-services-1 .card-body {
    box-shadow: none
}

.appstore-services-1 .card-body:hover {
    transform: translateY(-5px);
    border: none
}

.services-box {
    border: 1px solid #efefef;
    padding: 35px 20px
}

.services-box .services-icon {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.services-box .services-icon i {
    font-size: 35px;
    color: #fff;
    line-height: 70px
}

.services-box .services-icon:before {
    position: absolute;
    content: "";
    border: none;
    width: 70px;
    height: 70px;
    display: inline-block;
    transition: all .5s;
    border-radius: 50%;
    left: -5px;
    top: 5px
}

.services-box:hover .services-icon {
    background-color: rgba(254, 154, 16, .1);
    transition: all .5s
}

.services-box:hover .services-icon i {
    color: -webkit-linear-gradient(180deg, rgb(0, 186, 222) 0%, rgb(74, 119, 244) 100%)
}

.services-box:hover .services-icon:before {
    left: 0px;
    top: 0px
}

.sub_pages {
    height: 300px;
    padding: 0px
}

.see_action_form {
    position: absolute;
    top: -30%;
    background: #fff;
    padding: 20px;
    margin-top: -40px
}

.custom-form .alert {
    padding: 11px;
    font-size: 15px
}

textarea.form-control {
    height: auto !important
}

.form-control, .form-select {
    margin-bottom: 15px;
    box-shadow: none !important;
    height: 48px;
    padding-left: 20px;
    border: 1px solid #efefef;
    font-size: 13px;
    border-radius: 5px
}

.form-control:focus, .form-select:focus {
    border-color: #efefef
}

textarea.form-control {
    height: auto;
    padding-top: 13.5px
}

form select:invalid {
    color: gray
}

form select option:first-child {
    color: gray
}

form select:invalid option:not(:first-child) {
    color: #000
}

.contact-form .form-check-input {
    margin-top: 8px
}

.contact-form .form-check-label {
    font-size: 13px;
    color: gray
}

.see_contact_form {
    top: -10%
}

.about_us {
    text-align: justify
}

.our-eduges:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    height: 200px;
    opacity: .12;
    background-size: cover;
    background: url("../img/hex_pattern.svg")
}

.our-eduges {
    text-align: justify;
    background-color: #0a3861;
    background: linear-gradient(45deg, #52d5f9, #0b446c);
    color: #fff;
    text-shadow: 0 -20px 13px rgba(9, 29, 66, .17)
}

.careers {
    background: #f5f5f5
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .see_action_form {
        top: -80%;
        margin-top: 0px
    }

    .see_contact_form {
        top: -18%
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .see_action_form {
        top: -44%;
        margin-top: 0px
    }

    .see_action {
        margin-bottom: 0px
    }

    .see_contact_form {
        top: -15%
    }
}

@media only screen and (min-width: 360px)and (max-width: 479px) {
    .section-lg {
        padding-bottom: 415px;
        padding-top: 451px
    }

    .home-button {
        padding: 5px 7px
    }

    .appstore-services .card-body {
        padding: 20px
    }

    .section {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .see_action_form {
        top: 0%;
        margin-top: 10px;
        position: static
    }

    .see_action {
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 640px)and (max-width: 767px) {
    .see_action_form {
        top: -50%;
        margin-top: 28px
    }

    .see_action {
        margin-bottom: 0px
    }

    .see_contact_form {
        top: -20%
    }
}

@media only screen and (min-width: 320px)and (max-width: 359px) {
    .slider-img {
        width: 61%;
        height: auto;
        margin: 30px auto
    }

    .slider-title {
        margin-top: 0px
    }

    .see_action_form {
        top: 0%;
        margin-top: 0px;
        position: static
    }
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 160px;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #ecf0f1;
}

.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px;
}





.content__container__text {
    display: inline;
    float: left;

}

.content__container__list {
    margin-top: 0;
    padding-left: 110px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.content__container__list__item {
    line-height: 40px;
    margin: 0;
    font-size: 30px;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@-o-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@-moz-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}