div[data-service] *,
div[data-service] :after,
div[data-service] :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left
}

div[data-service] .c-ld {
    bottom: 2em;
    right: 2.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-ld,
div[data-service] .c-ld:after {
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px
}

div[data-service] .c-ld::after {
    content: '';
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    animation: spin 1s linear infinite
}

div[data-service].c-h-n .c-ld {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

div[data-service] {
    display: inline-block;
    max-width: 100%;
    min-height: 150px;
    min-width: 300px;
    font-family: inherit;
    position: relative;
    background-color: #0b1016
}

div[data-service] button,
div[data-service] h1,
div[data-service] h2,
div[data-service] h3,
div[data-service] input,
div[data-service] label {
    transition: none;
    animation: none
}

/* div[data-service]::before { */
    /* padding-top: 56.25%;
    display: block;
    content: "" */
/* } */

div[data-autoscale] {
    height: auto;
    width: 100%
}

div[data-service] .c-nt {
    color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    transition: opacity .3s ease, visibility .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

div[data-service] .c-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity .3s ease, visibility .3s ease;
    background: #1e3861;
    background: linear-gradient(14deg, rgb(12 15 23 / 95%) 10%, rgb(0 0 0 / 51%) 100%, rgba(68, 77, 125, .1082983535210959) 0);
    background: -moz-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%);
    background: -webkit-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%);
    background: linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%)
}

div[data-service] .c-bg-i {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease
}

div[data-service] .c-bg-i.loaded {
    opacity: 1
}

div[data-service] .c-tl {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center
}

div[data-service].c-h-n .c-bg {
    opacity: 1;
    transform: scale(1)
}

div[data-service].c-h-n .c-nt {
    opacity: 0;
    visibility: hidden
}

div[data-service] .c-n-c {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: .9em;
    transition: background-color .3s ease, opacity .3s ease
}

div[data-service] .c-n-t {
    display: block;
    font-size: .95em;
    position: relative;
    z-index: 1;
    line-height: 1.4em;
    color: #fff;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 20px
}

div[data-service] .c-n-a,
div[data-service] .c-n-t {
    text-align: center
}

div[data-service] .c-t-cn {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease
}

div[data-service] .c-n-c .c-l-b,
div[data-service] .c-n-c .c-la-b {
    display: inline-block;
    position: relative;
    padding: 10px;
    vertical-align: middle;
    background: rgba(0, 102, 219, .84);
    border: none;
    border-radius: .25em;
    font-size: .85em;
    padding-left: 2.8em;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .3s ease, transform .3s cubic-bezier(.25, 1, .5, 1), visibility .3s ease, box-shadow .3s ease, background-color .3s ease;
    box-shadow: rgba(0, 0, 0, .19) 0 4px 12px
}

div[data-service] .c-n-c .c-l-b::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 1.1em;
    z-index: 2;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent
}

div[data-service] .c-n-c .c-la-b {
    margin-left: 1em;
    padding: 10px;
    background: rgba(225, 239, 255, .8);
    color: #0d1f34
}

div[data-service] .c-n-c .c-la-b:hover {
    background: rgba(225, 239, 255, .95)
}

div[data-service] .c-n-c .c-l-b:hover {
    background: rgba(9, 80, 161, .89)
}

div[data-service] .c-n-c .c-la-b:active {
    transition: none;
    background: rgba(225, 239, 255, .6)
}

div[data-service] .c-n-c .c-l-b:active {
    transition: none;
    box-shadow: 0 0 0 4px rgba(24, 104, 250, .24)
}

div[data-service].c-h-n .c-t-cn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px)
}

div[data-service] iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border: none;
    max-width: 100%;
    width: 100%;
    background: #000;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s ease
}

div[data-service].c-h-b iframe {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: .1s
}

div[data-service] .c-n-t a {
    color: #5fb3fb;
    text-decoration: none;
    border-bottom: 1px solid #5fb3fb
}

div[data-service] .c-n-t a:hover {
    border-color: transparent
}