@charset "UTF-8";

@media all,
 {
    .list-reset {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .clearfix:after,
    .clearfix :before {
        content: "";
        display: table;
        clear: both
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important
    }

    /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0
    }

    h1 {
        font-size: 2em;
        margin: .67em 0
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }

    pre {
        font-family: monospace, monospace;
        font-size: 1em
    }

    a {
        background-color: transparent
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    img {
        border-style: none
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

    button,
    input {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    button,
    [type=button],
    [type=reset],
    [type=submit] {
        -webkit-appearance: button
    }

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

    fieldset {
        padding: .35em .75em .625em
    }

    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
    }

    progress {
        vertical-align: baseline
    }

    textarea {
        overflow: auto
    }

    [type=checkbox],
    [type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    details {
        display: block
    }

    summary {
        display: list-item
    }

    template {
        display: none
    }

    [hidden] {
        display: none
    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    dl,
    dd,
    ol,
    ul,
    fieldset,
    legend,
    figure,
    hr {
        margin: 0;
        padding: 0
    }

    li>ul,
    li>ol {
        margin-bottom: 0
    }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    ol,
    dl,
    blockquote,
    p,
    address,
    hr,
    table,
    fieldset,
    figure,
    pre {
        margin-bottom: 30px
    }

    ul,
    ol,
    dd {
        margin-left: 10px
    }

    ul li,
    ol li {
        margin-bottom: 5px;
        margin-left: 15px;
    }

    .highlight {
        background: #e9e9e9;
        margin-bottom: 32px;
        border-radius: 8px;
    }

    .highlighter-rouge .highlight {
        background: #e9e9e9;
    }

    .highlight .c {
        color: #998;
        font-style: italic
    }

    .highlight .err {
        color: #a61717;
        background-color: #e3d2d2
    }

    .highlight .k,
    .highlight .o {
        font-weight: 700
    }

    .highlight .cm {
        color: #998;
        font-style: italic
    }

    .highlight .cp {
        color: #999;
        font-weight: 700
    }

    .highlight .c1 {
        color: #998;
        font-style: italic
    }

    .highlight .cs {
        color: #999;
        font-weight: 700;
        font-style: italic
    }

    .highlight .gd {
        color: #000;
        background-color: #fdd
    }

    .highlight .gd .x {
        color: #000;
        background-color: #faa
    }

    .highlight .ge {
        font-style: italic
    }

    .highlight .gr {
        color: #a00
    }

    .highlight .gh {
        color: #999
    }

    .highlight .gi {
        color: #000;
        background-color: #dfd
    }

    .highlight .gi .x {
        color: #000;
        background-color: #afa
    }

    .highlight .go {
        color: #888
    }

    .highlight .gp {
        color: #555
    }

    .highlight .gs {
        font-weight: 700
    }

    .highlight .gu {
        color: #aaa
    }

    .highlight .gt {
        color: #a00
    }

    .highlight .kc,
    .highlight .kd,
    .highlight .kp,
    .highlight .kr {
        font-weight: 700
    }

    .highlight .kt {
        color: #458;
        font-weight: 700
    }

    .highlight .m {
        color: #099
    }

    .highlight .s {
        color: #d14
    }

    .highlight .na {
        color: teal
    }

    .highlight .nb {
        color: #0086b3
    }

    .highlight .nc {
        color: #458;
        font-weight: 700
    }

    .highlight .no {
        color: teal
    }

    .highlight .ni {
        color: purple
    }

    .highlight .ne,
    .highlight .nf {
        color: #900;
        font-weight: 700
    }

    .highlight .nn {
        color: #555
    }

    .highlight .nt {
        color: navy
    }

    .highlight .nv {
        color: teal
    }

    .highlight .ow {
        font-weight: 700
    }

    .highlight .w {
        color: #bbb
    }

    .highlight .mf,
    .highlight .mh,
    .highlight .mi,
    .highlight .mo {
        color: #099
    }

    .highlight .sb,
    .highlight .sc,
    .highlight .sd,
    .highlight .s2,
    .highlight .se,
    .highlight .sh,
    .highlight .si,
    .highlight .sx {
        color: #d14
    }

    .highlight .sr {
        color: #009926
    }

    .highlight .s1 {
        color: #d14
    }

    .highlight .ss {
        color: #990073
    }

    .highlight .bp {
        color: #999
    }

    .highlight .vc,
    .highlight .vg,
    .highlight .vi {
        color: teal
    }

    .highlight .il {
        color: #099
    }

    .container {
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1100px
    }
}

@media only screen and (max-width: 1130px) {
    .container {
        max-width: 1000px
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        max-width: 760px
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 560px
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 480px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media all,
 {
    .row {
        display: flex;
        flex-wrap: wrap;
        flex: 0 1 auto;
        flex-direction: row;
        box-sizing: border-box;
        margin-left: -10px;
        margin-right: -10px
    }

    .col {
        padding-left: 10px;
        padding-right: 10px
    }

    [class^=col-] {
        flex: auto
    }

    .col-0 {
        width: 0%
    }

    .col-1 {
        width: calc(1 / 12 * 100%)
    }

    .col-2 {
        width: calc(2 / 12 * 100%)
    }

    .col-3 {
        width: 25%
    }

    .col-4 {
        width: calc(4 / 12 * 100%)
    }

    .col-5 {
        width: calc(5 / 12 * 100%)
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: calc(7 / 12 * 100%)
    }

    .col-8 {
        width: calc(8 / 12 * 100%)
    }

    .col-9 {
        width: 75%
    }

    .col-10 {
        width: calc(10 / 12 * 100%)
    }

    .col-11 {
        width: calc(11 / 12 * 100%)
    }

    .col-12 {
        width: 100%
    }

    .push-0 {
        margin-left: 0%
    }

    .push-1 {
        margin-left: calc(1 / 12 * 100%)
    }

    .push-2 {
        margin-left: calc(2 / 12 * 100%)
    }

    .push-3 {
        margin-left: 25%
    }

    .push-4 {
        margin-left: calc(4 / 12 * 100%)
    }

    .push-5 {
        margin-left: calc(5 / 12 * 100%)
    }

    .push-6 {
        margin-left: 50%
    }

    .push-7 {
        margin-left: calc(7 / 12 * 100%)
    }

    .push-8 {
        margin-left: calc(8 / 12 * 100%)
    }

    .push-9 {
        margin-left: 75%
    }

    .push-10 {
        margin-left: calc(10 / 12 * 100%)
    }

    .push-11 {
        margin-left: calc(11 / 12 * 100%)
    }

    .push-12 {
        margin-left: 100%
    }

    .pull-0 {
        margin-right: 0%
    }

    .pull-1 {
        margin-right: calc(1 / 12 * 100%)
    }

    .pull-2 {
        margin-right: calc(2 / 12 * 100%)
    }

    .pull-3 {
        margin-right: 25%
    }

    .pull-4 {
        margin-right: calc(4 / 12 * 100%)
    }

    .pull-5 {
        margin-right: calc(5 / 12 * 100%)
    }

    .pull-6 {
        margin-right: 50%
    }

    .pull-7 {
        margin-right: calc(7 / 12 * 100%)
    }

    .pull-8 {
        margin-right: calc(8 / 12 * 100%)
    }

    .pull-9 {
        margin-right: 75%
    }

    .pull-10 {
        margin-right: calc(10 / 12 * 100%)
    }

    .pull-11 {
        margin-right: calc(11 / 12 * 100%)
    }

    .pull-12 {
        margin-right: 100%
    }
}

@media (max-width: 1024px),
 and (max-width: 1024px) {
    .col-d-0 {
        width: 0%
    }

    .col-d-1 {
        width: calc(1 / 12 * 100%)
    }

    .col-d-2 {
        width: calc(2 / 12 * 100%)
    }

    .col-d-3 {
        width: 25%
    }

    .col-d-4 {
        width: calc(4 / 12 * 100%)
    }

    .col-d-5 {
        width: calc(5 / 12 * 100%)
    }

    .col-d-6 {
        width: 50%
    }

    .col-d-7 {
        width: calc(7 / 12 * 100%)
    }

    .col-d-8 {
        width: calc(8 / 12 * 100%)
    }

    .col-d-9 {
        width: 75%
    }

    .col-d-10 {
        width: calc(10 / 12 * 100%)
    }

    .col-d-11 {
        width: calc(11 / 12 * 100%)
    }

    .col-d-12 {
        width: 100%
    }

    .push-d-0 {
        margin-left: 0%
    }

    .push-d-1 {
        margin-left: calc(1 / 12 * 100%)
    }

    .push-d-2 {
        margin-left: calc(2 / 12 * 100%)
    }

    .push-d-3 {
        margin-left: 25%
    }

    .push-d-4 {
        margin-left: calc(4 / 12 * 100%)
    }

    .push-d-5 {
        margin-left: calc(5 / 12 * 100%)
    }

    .push-d-6 {
        margin-left: 50%
    }

    .push-d-7 {
        margin-left: calc(7 / 12 * 100%)
    }

    .push-d-8 {
        margin-left: calc(8 / 12 * 100%)
    }

    .push-d-9 {
        margin-left: 75%
    }

    .push-d-10 {
        margin-left: calc(10 / 12 * 100%)
    }

    .push-d-11 {
        margin-left: calc(11 / 12 * 100%)
    }

    .push-d-12 {
        margin-left: 100%
    }

    .pull-d-0 {
        margin-right: 0%
    }

    .pull-d-1 {
        margin-right: calc(1 / 12 * 100%)
    }

    .pull-d-2 {
        margin-right: calc(2 / 12 * 100%)
    }

    .pull-d-3 {
        margin-right: 25%
    }

    .pull-d-4 {
        margin-right: calc(4 / 12 * 100%)
    }

    .pull-d-5 {
        margin-right: calc(5 / 12 * 100%)
    }

    .pull-d-6 {
        margin-right: 50%
    }

    .pull-d-7 {
        margin-right: calc(7 / 12 * 100%)
    }

    .pull-d-8 {
        margin-right: calc(8 / 12 * 100%)
    }

    .pull-d-9 {
        margin-right: 75%
    }

    .pull-d-10 {
        margin-right: calc(10 / 12 * 100%)
    }

    .pull-d-11 {
        margin-right: calc(11 / 12 * 100%)
    }

    .pull-d-12 {
        margin-right: 100%
    }
}

@media (max-width: 768px),
 and (max-width: 768px) {
    .col-t-0 {
        width: 0%
    }

    .col-t-1 {
        width: calc(1 / 12 * 100%)
    }

    .col-t-2 {
        width: calc(2 / 12 * 100%)
    }

    .col-t-3 {
        width: 25%
    }

    .col-t-4 {
        width: calc(4 / 12 * 100%)
    }

    .col-t-5 {
        width: calc(5 / 12 * 100%)
    }

    .col-t-6 {
        width: 50%
    }

    .col-t-7 {
        width: calc(7 / 12 * 100%)
    }

    .col-t-8 {
        width: calc(8 / 12 * 100%)
    }

    .col-t-9 {
        width: 75%
    }

    .col-t-10 {
        width: calc(10 / 12 * 100%)
    }

    .col-t-11 {
        width: calc(11 / 12 * 100%)
    }

    .col-t-12 {
        width: 100%
    }

    .push-t-0 {
        margin-left: 0%
    }

    .push-t-1 {
        margin-left: calc(1 / 12 * 100%)
    }

    .push-t-2 {
        margin-left: calc(2 / 12 * 100%)
    }

    .push-t-3 {
        margin-left: 25%
    }

    .push-t-4 {
        margin-left: calc(4 / 12 * 100%)
    }

    .push-t-5 {
        margin-left: calc(5 / 12 * 100%)
    }

    .push-t-6 {
        margin-left: 50%
    }

    .push-t-7 {
        margin-left: calc(7 / 12 * 100%)
    }

    .push-t-8 {
        margin-left: calc(8 / 12 * 100%)
    }

    .push-t-9 {
        margin-left: 75%
    }

    .push-t-10 {
        margin-left: calc(10 / 12 * 100%)
    }

    .push-t-11 {
        margin-left: calc(11 / 12 * 100%)
    }

    .push-t-12 {
        margin-left: 100%
    }

    .pull-t-0 {
        margin-right: 0%
    }

    .pull-t-1 {
        margin-right: calc(1 / 12 * 100%)
    }

    .pull-t-2 {
        margin-right: calc(2 / 12 * 100%)
    }

    .pull-t-3 {
        margin-right: 25%
    }

    .pull-t-4 {
        margin-right: calc(4 / 12 * 100%)
    }

    .pull-t-5 {
        margin-right: calc(5 / 12 * 100%)
    }

    .pull-t-6 {
        margin-right: 50%
    }

    .pull-t-7 {
        margin-right: calc(7 / 12 * 100%)
    }

    .pull-t-8 {
        margin-right: calc(8 / 12 * 100%)
    }

    .pull-t-9 {
        margin-right: 75%
    }

    .pull-t-10 {
        margin-right: calc(10 / 12 * 100%)
    }

    .pull-t-11 {
        margin-right: calc(11 / 12 * 100%)
    }

    .pull-t-12 {
        margin-right: 100%
    }
}

@media (max-width: 576px),
 and (max-width: 576px) {
    .col-m-0 {
        width: 0%
    }

    .col-m-1 {
        width: calc(1 / 12 * 100%)
    }

    .col-m-2 {
        width: calc(2 / 12 * 100%)
    }

    .col-m-3 {
        width: 25%
    }

    .col-m-4 {
        width: calc(4 / 12 * 100%)
    }

    .col-m-5 {
        width: calc(5 / 12 * 100%)
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-7 {
        width: calc(7 / 12 * 100%)
    }

    .col-m-8 {
        width: calc(8 / 12 * 100%)
    }

    .col-m-9 {
        width: 75%
    }

    .col-m-10 {
        width: calc(10 / 12 * 100%)
    }

    .col-m-11 {
        width: calc(11 / 12 * 100%)
    }

    .col-m-12 {
        width: 100%
    }

    .push-m-0 {
        margin-left: 0%
    }

    .push-m-1 {
        margin-left: calc(1 / 12 * 100%)
    }

    .push-m-2 {
        margin-left: calc(2 / 12 * 100%)
    }

    .push-m-3 {
        margin-left: 25%
    }

    .push-m-4 {
        margin-left: calc(4 / 12 * 100%)
    }

    .push-m-5 {
        margin-left: calc(5 / 12 * 100%)
    }

    .push-m-6 {
        margin-left: 50%
    }

    .push-m-7 {
        margin-left: calc(7 / 12 * 100%)
    }

    .push-m-8 {
        margin-left: calc(8 / 12 * 100%)
    }

    .push-m-9 {
        margin-left: 75%
    }

    .push-m-10 {
        margin-left: calc(10 / 12 * 100%)
    }

    .push-m-11 {
        margin-left: calc(11 / 12 * 100%)
    }

    .push-m-12 {
        margin-left: 100%
    }

    .pull-m-0 {
        margin-right: 0%
    }

    .pull-m-1 {
        margin-right: calc(1 / 12 * 100%)
    }

    .pull-m-2 {
        margin-right: calc(2 / 12 * 100%)
    }

    .pull-m-3 {
        margin-right: 25%
    }

    .pull-m-4 {
        margin-right: calc(4 / 12 * 100%)
    }

    .pull-m-5 {
        margin-right: calc(5 / 12 * 100%)
    }

    .pull-m-6 {
        margin-right: 50%
    }

    .pull-m-7 {
        margin-right: calc(7 / 12 * 100%)
    }

    .pull-m-8 {
        margin-right: calc(8 / 12 * 100%)
    }

    .pull-m-9 {
        margin-right: 75%
    }

    .pull-m-10 {
        margin-right: calc(10 / 12 * 100%)
    }

    .pull-m-11 {
        margin-right: calc(11 / 12 * 100%)
    }

    .pull-m-12 {
        margin-right: 100%
    }
}

@media all,
 {
    .tns-outer {
        padding: 0 !important
    }

    .tns-outer [hidden] {
        display: none !important
    }

    .tns-outer [aria-controls],
    .tns-outer [data-action] {
        cursor: pointer
    }

    .tns-slider {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .tns-slider>.tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .tns-horizontal.tns-subpixel {
        white-space: nowrap
    }

    .tns-horizontal.tns-subpixel>.tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal
    }

    .tns-horizontal.tns-no-subpixel:after {
        content: "";
        display: table;
        clear: both
    }

    .tns-horizontal.tns-no-subpixel>.tns-item {
        float: left
    }

    .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
        margin-right: -100%
    }

    .tns-no-calc {
        position: relative;
        left: 0
    }

    .tns-gallery {
        position: relative;
        left: 0;
        min-height: 1px
    }

    .tns-gallery>.tns-item {
        position: absolute;
        left: -100%;
        -webkit-transition: transform 0s, opacity 0s;
        -moz-transition: transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s
    }

    .tns-gallery>.tns-slide-active {
        position: relative;
        left: auto !important
    }

    .tns-gallery>.tns-moving {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        transition: all .25s
    }

    .tns-autowidth {
        display: inline-block
    }

    .tns-lazy-img {
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        transition: opacity .6s;
        opacity: .6
    }

    .tns-lazy-img.tns-complete {
        opacity: 1
    }

    .tns-ah {
        -webkit-transition: height 0s;
        -moz-transition: height 0s;
        transition: height 0s
    }

    .tns-ovh {
        overflow: hidden
    }

    .tns-visually-hidden {
        position: absolute;
        left: -10000em
    }

    .tns-transparent {
        opacity: 0;
        visibility: hidden
    }

    .tns-fadeIn {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 0
    }

    .tns-normal,
    .tns-fadeOut {
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1
    }

    .tns-vpfix {
        white-space: nowrap
    }

    .tns-vpfix>div,
    .tns-vpfix>li {
        display: inline-block
    }

    .tns-t-subp2 {
        margin: 0 auto;
        width: 310px;
        position: relative;
        height: 10px;
        overflow: hidden
    }

    .tns-t-ct {
        width: 2333.3333333%;
        width: -webkit-calc(100% * 70 / 3);
        width: -moz-calc(100% * 70 / 3);
        width: 2333.3333333333%;
        position: absolute;
        right: 0
    }

    .tns-t-ct:after {
        content: "";
        display: table;
        clear: both
    }

    .tns-t-ct>div {
        width: 1.4285714%;
        width: -webkit-calc(100% / 70);
        width: -moz-calc(100% / 70);
        width: 1.4285714286%;
        height: 10px;
        float: left
    }

    body:not(.stop-animations) .animate {
        animation: animateElement cubic-bezier(.3, .45, .45, .95) .75s;
        animation-duration: .75s;
        animation-iteration-count: 1;
        transition: transform .15s
    }

    @keyframes animateElement {
        0% {
            transform: translateY(80px)
        }

        to {
            transform: translate(0)
        }
    }

    .resize-animation-stopper * {
        transition: none !important
    }

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

    html {
        scroll-behavior: smooth
    }

    body {
        font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.8;
        color: #110e38;
        background-color:#f6f6f6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    body.is-in:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none
    }

    body:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 15;
        transition: 1s
    }
}

@media only screen and (max-width: 576px) {
    body {
        font-size: 17px
    }
}

@media all,
 {
    *::selection {
        color: #fff;
        background-color: #0050d0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: -1px
    }

    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    blockquote {
        position: relative;
        margin: 44px 0;
        padding-left: 44px;
        font-size: 32px;
        line-height: 1.3;
        font-weight: 400;
        font-style: normal;
        border-left: 6px solid #0050d0
    }

    blockquote p {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1024px) {
    blockquote {
        font-size: 24px;
        padding-left: 24px
    }
}

@media only screen and (max-width: 576px) {
    blockquote {
        margin: 32px 0;
        font-size: 20px
    }
}

@media all,
 {
    pre {
        overflow: auto;
        padding: 15px;
        margin-bottom: 0;
        font-size: 14px;
        white-space: pre-wrap;
        word-wrap: break-word;
        word-break: break-all
    }

    img,
    .lightense-wrap {
        max-width: 100%;
        height: auto;
        vertical-align: middle
    }

    img img,
    .lightense-wrap img,
    .gallery img {
        border-radius: 16px
    }

    img img.lightense-open,
    .lightense-wrap img.lightense-open,
    .gallery img.lightense-open {
        border-radius: 0
    }

    img+em,
    .lightense-wrap+em,
    .gallery+em {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: #110e38
    }

    img+em a,
    .lightense-wrap+em a,
    .gallery+em a {
        border-bottom: 2px solid #d5dce3;
        transition: all .35s;
        color: #1e3a8a;
    }

    img+em a:hover,
    .lightense-wrap+em a:hover,
    .gallery+em a:hover {
        color: #2563eb;
        border-color: transparent
    }
}

@media only screen and (max-width: 576px) {

    img img,
    .lightense-wrap img,
    .gallery img {
        border-radius: 8px
    }

    img+em,
    .lightense-wrap+em,
    .gallery+em {
        margin-top: 12px
    }
}

@media all,
 {
    a {
        text-decoration: none;
        color: #110e38;
        transition: all .35s
    }

    a:hover {
        color: #110e38
    }

    hr {
        position: relative;
        display: block;
        height: 1px;
        margin: 60px 0;
        border: 0
    }

    hr:before {
        content: ". . .";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translate(-50%);
        font-size: 24px;
        line-height: 0;
        color: #110e38
    }

    .table-container {
        display: block;
        max-width: 100%;
        overflow-x: auto
    }

    table {
        font-size: 12px;
        color: #110e38;
        width: 100%;
        border-width: 1px;
        border-color: #110e38;
        border-collapse: collapse;
        color: var(--heading-font-color)
    }

    table th {
        padding: 10px;
        font-size: 16px;
        text-align: left;
        border: 1px solid #110E38;
        color: #fff;
        font-weight: 700;
        background-color: #110e38
    }

    table tr {
        background-color: #f0f0f0;
        transition: all .3s ease
    }

    table tr:nth-child(even) {
        background-color: transparent
    }

    table td {
        padding: 10px;
        font-size: 14px;
        border: 1px solid #110E38
    }

    .lazy {
        opacity: 0;
        transition: .8s ease-in-out
    }

    .lazy.loaded {
        opacity: 1
    }

    .footer {
        position: relative;
        margin-top: 44px;
        padding: 96px 0 60px;
        overflow: hidden;
        background: #131A22;
    }

    .footer .social {
        margin-bottom: 40px
    }

    .footer .social .social__item {
        margin: 0 4px;
        font-size: 0
    }

    .footer .social .social__link {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 50%;
        color: #111;
        background: #fff;
        transition: all .25s;
        will-change: transform
    }

    .footer .social .social__link:hover {
        transform: scale(.9);
        background-color: #0050d0;
        color: #fff;
    }

    .footer .social .social__link:hover:after {
        content: none
    }

    .footer .social .social__link:after {
        content: none
    }

    .footer .footer_nav {
        text-align: center
    }

    .footer .footer_nav .footer_nav__item {
        display: inline;
        margin: 0 24px;
        font-size: 0;
    }

    .footer .footer_nav .footer_nav__link {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .footer_nav__link:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding: 80px 0 60px
    }
}

@media only screen and (max-width: 576px) {
    .footer {
        margin-top: 30px;
        padding: 60px 0
    }

    .footer .footer_nav .footer_nav__item {
        margin: 0 12px
    }
}

@media all,
 {
    .copyright {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #ffffffb3
    }

    .copyright p {
        margin: 0
    }

    .copyright a {
        font-weight: 500;
        color: #fff
    }
    .copyright a:hover {
        text-decoration: underline;
    }

}

@media only screen and (max-width: 576px) {
    .copyright {
        font-size: 14px
    }
}

@media all,
 {
    .c-header {
        height: auto;
        transition: all .35s
    }

    .c-header__inner {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 48px 10px 40px;
        min-height: 80px
    }
}

@media only screen and (max-width: 1024px) {
    .c-header__inner {
        align-items: baseline
    }
}

@media only screen and (max-width: 576px) {
    .c-header__inner {
        padding: 30px 10px
    }
}

@media all,
 {
    .logo__link {
        font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 26px;
        letter-spacing: -1px;
        font-weight: 900;
    }

    .logo__link:hover {
        color: #110e38
    }

    .logo__image {
        max-height: 50px
    }

    .main-nav {
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 100px
    }

    .main-nav .social {
        margin-left: auto
    }

    .main-nav .social .social__link {
        font-size: 18px;
        vertical-align: middle
    }
}

@media only screen and (max-width: 1024px) {
    .main-nav {
        position: fixed;
        inset: 0;
        z-index: -1;
        display: block;
        margin: 0;
        opacity: 0;
        overflow: auto;
        background: #fff;
        transition: all .25s ease
    }

    .main-nav.is-open {
        z-index: 999;
        opacity: 1;
        transition: all .25s ease
    }

    .main-nav .nav__list {
        width: 100%;
        max-width: 360px;
        padding-left: 40px
    }

    .main-nav .nav__list .nav__item {
        display: block;
        margin: 0
    }

    .main-nav .nav__list .nav__item:last-child {
        margin-right: 0
    }

    .main-nav .nav__list .nav__item .dropdown-menu {
        position: relative;
        left: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        box-shadow: none
    }

    .main-nav .nav__list .nav__item .dropdown-menu .nav__link {
        margin-left: 8px;
        margin-bottom: 16px;
        font-size: 15px
    }

    .main-nav .nav__list .nav__item .dropdown-menu .nav__link:before {
        content: "\2013  "
    }

    .main-nav .nav__list .nav__item .dropdown-menu .nav__link:last-child {
        margin-bottom: 24px
    }

    .main-nav .nav__list .nav__item .nav__link {
        display: block;
        padding: 0;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 600
    }

    .main-nav .nav__list .nav__item .nav__link:hover {
        background-color: inherit
    }

    .main-nav .nav__list .nav__item .nav__link .arrow-down {
        display: none
    }

    .main-nav .nav__list .nav__item .nav__link.active-link,
    .main-nav .nav__list .nav__item .nav__link.cc-active {
        color: #0050d0
    }

    .main-nav .nav__list .nav__item .nav__link.active-link:after,
    .main-nav .nav__list .nav__item .nav__link.cc-active:after {
        content: none
    }

    .main-nav .social {
        margin-left: 28px
    }

    .main-nav .social .social__list {
        justify-content: flex-start
    }
}

@media all,
 {
    .main-nav__box {
        display: flex;
        align-items: center
    }

    .main-nav__box .nav__icon-close {
        position: absolute;
        top: 20px;
        right: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 18px;
        border-radius: 50%;
        cursor: pointer;
        background: #0050D0;
    }

    .main-nav__box .nav__icon-close:hover .ion-md-close {
        transform: rotate(90deg)
    }

    .main-nav__box .nav__icon-close .ion-md-close {
        color: #fff;
        transition: all .35s;
        will-change: transform
    }

    .main-nav__box .nav__title {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .main-nav__box {
        display: block;
        margin: 24px 0
    }

    .main-nav__box .nav__icon-close {
        display: flex
    }

    .main-nav__box .nav__title {
        display: block;
        padding: 0 0 24px 40px;
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 1;
        font-weight: 900;
        color: #110e38;
        border-bottom: 1px solid #d5dce3
    }
}

@media only screen and (max-width: 576px) {
    .main-nav__box .nav__icon-close {
        right: 30px
    }
}

@media all,
 {
    .nav__list .nav__item {
        display: inline-block;
        margin: 0 24px
    }

    .nav__list .nav__item:last-child {
        margin-right: 0
    }

    .nav__list .nav__item .nav__link {
        position: relative;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        cursor: pointer
    }

    .nav__list .nav__item .nav__link:hover {
        color: #110e38
    }

    .nav__list .nav__item .nav__link.active-link:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translate(-50%);
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #0050d0
    }

    .nav__list .nav__item.dropdown {
        position: relative
    }

    .nav__list .nav__item.dropdown .arrow-down {
        vertical-align: middle
    }

    .nav__list .nav__item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }

    .nav__list .dropdown-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: -32px;
        transform: translateZ(0) scale(.9);
        backface-visibility: hidden;
        z-index: 100;
        min-width: 150px;
        display: block;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease;
        border-radius: 8px;
        box-shadow: 0 20px 20px #ccdcf5;
        background-color: #fff
    }

    .nav__list .dropdown-menu .nav__link {
        display: flex;
        padding: 8px 12px;
        font-size: 15px;
        border-radius: 4px;
        will-change: transform
    }

    .nav__list .dropdown-menu .nav__link:hover {
        background-color: #e5eeff
    }

    .nav__list .dropdown-menu .nav__link.active-link,
    .nav__list .dropdown-menu .nav__link.cc-active {
        color: #0050d0
    }

    .nav__list .dropdown-menu .nav__link.active-link:after,
    .nav__list .dropdown-menu .nav__link.cc-active:after {
        content: none
    }

    .nav-button {
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #110e38;
        cursor: pointer
    }

    .nav-button .nav__icon-menu {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .nav-button {
        margin-left: auto
    }

    .nav-button .nav__icon-menu {
        display: block
    }
}

@media all,
 {
    .pagination__inner {
        margin: 40px 0 44px
    }

    .pagination__list {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pagination__prev,
    .pagination__count,
    .pagination__next {
        padding: 16px 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        border-radius: 16px;
        box-shadow: 0 0 2px #00000012;
        background-color: #fff
    }
}

@media only screen and (max-width: 576px) {

    .pagination__prev,
    .pagination__count,
    .pagination__next {
        padding: 16px
    }
}

@media all,
 {

    .pagination__prev,
    .pagination__next {
        font-size: 14px;
        will-change: transform
    }

    .pagination__prev.disabled,
    .pagination__next.disabled {
        color: #110e3866
    }

    .pagination__prev.disabled:hover i,
    .pagination__next.disabled:hover i {
        transform: none
    }

    .pagination__prev:hover i {
        transform: translate(-1px)
    }

    .pagination__prev i {
        margin-right: 2px;
        transition: .2s
    }

    .pagination__next:hover i {
        transform: translate(1px)
    }

    .pagination__next i {
        margin-left: 2px;
        transition: .2s
    }

    .pagination__count {
        margin: 0 6px;
        font-size: 15px;
        font-weight: 600;
        color: #110e38b3
    }

    .top {
        position: fixed;
        bottom: 40px;
        right: -100px;
        z-index: 1;
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        color: #110e38;
        cursor: pointer;
        transition: all .25s ease;
        box-shadow: 0 0 2px #0000000d
    }

    .top.is-active {
        right: 40px
    }
}

@media only screen and (max-width: 768px) {
    .top {
        bottom: 25px
    }

    .top.is-active {
        right: 30px
    }
}

@media all,
 {
    .section {
        padding: 96px 0
    }
}

@media only screen and (max-width: 1024px) {
    .section {
        padding: 80px 0
    }
}

@media only screen and (max-width: 576px) {
    .section {
        padding: 60px 0
    }
}

@media all,
 {
    .section__info {
        margin-bottom: 60px
    }

    .section__info .section__head {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .section__info .section__head .section__title {
        margin: 0;
        font-size: 32px;
        line-height: 1
    }

    .section__info .section__head .section__link {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        will-change: transform
    }

    .section__info .section__head .section__link:hover {
        color: #110e38
    }

    .section__info .section__head .section__link:hover i {
        transform: translate(2px)
    }

    .section__info .section__head .section__link i {
        width: 18px;
        height: 18px;
        margin-left: 4px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 0 2px #0000;
        background: #fff;
        transition: .2s
    }

    .section__info .section__description {
        max-width: 480px;
        line-height: 1.6;
        margin: 32px 0 0
    }

    .section__info .section__description p {
        margin: 0
    }
}

@media only screen and (max-width: 1024px) {
    .section__info .section__description {
        max-width: 100%
    }
}

@media only screen and (max-width: 576px) {
    .section__info {
        margin-bottom: 48px
    }

    .section__info .section__head .section__title {
        margin-right: 12px;
        font-size: 28px
    }

    .section__info .section__head .section__link {
        font-size: 14px
    }
}

@media all,
 {
    .social {
        text-align: center
    }

    .social .social__list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .social .social__item {
        display: inline-block;
        margin: 0 2px
    }

    .social .social__link {
        position: relative;
        z-index: 1;
        padding: 0 10px;
        font-size: 21px;
        line-height: 1
    }

    .social .social__link:hover {
        color: #fff
    }

    .social .social__link:hover:after {
        transform: translate3d(-50%, -50%, 0) scale(.9)
    }

    .social .social__link:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(0);
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 50%;
        background: #0050d0;
        transition: all .25s
    }

    .post-top,
    .page-top {
        padding: 96px 0 48px
    }

    .post-top .row,
    .page-top .row {
        align-items: center
    }
}

@media only screen and (max-width: 1024px) {

    .post-top,
    .page-top {
        padding: 80px 0 40px
    }
}

@media only screen and (max-width: 768px) {

    .post-top,
    .page-top {
        padding: 40px 0
    }
}

@media only screen and (max-width: 576px) {

    .post-top,
    .page-top {
        padding: 30px 0
    }
}

@media all,
 {
    .post-image {
        position: relative;
        transform: translate(0);
        padding-top: 100%;
        min-height: 280px;
        border-radius: 16px;
        overflow: hidden;
        background: #d5dce3
    }

    .post-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none
    }
}

@media only screen and (max-width: 1024px) {
    .post-image {
        padding-top: 65%;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .post-image {
        margin-bottom: 32px
    }
}

@media all,
 {
    .post__info {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .post__info {
        margin-left: 0
    }
}

@media all,
 {
    .page__info {
        max-width: 760px;
        margin: 0 auto
    }

    .post-tags {
        display: flex
    }

    .post-tags .post-tags__tag {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 8px 12px;
        margin: 0 4px 4px 0;
        font-size: 12px;
        line-height: 10px;
        font-weight: 600;
        text-transform: capitalize;
        border-radius: 4px;
        overflow: hidden;
        color: #000;
        background: #dfdfdf;
    }

    .post-tags .post-tags__tag:hover:before {
        opacity: 1
    }

    .post-tags .post-tags__tag:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 4px;
        will-change: transform;
        transition: opacity .35s;
        background:  #d5d5d5;
    }

    .post-tags .post-tags__tag:last-child {
        margin: 0 0 4px
    }

    .post__title,
    .page__title {
        margin: 20px 0;
        font-size: 58px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 1130px) {

    .post__title,
    .page__title {
        font-size: 44px
    }
}

@media only screen and (max-width: 768px) {

    .post__title,
    .page__title {
        font-size: 38px
    }
}

@media only screen and (max-width: 576px) {

    .post__title,
    .page__title {
        font-size: 32px
    }
}

@media all,
 {
    .page__title {
        margin-bottom: 0
    }

    .post__meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .post__meta .post__author-image {
        position: relative;
        width: 44px;
        height: 44px;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #d5dce3
    }

    .post__meta .post__author-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        user-select: none
    }

    .post__meta .post__meta-bottom {
        display: flex;
        flex-direction: column
    }

    .post__meta .post__author {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1;
        font-weight: 600
    }

    .post__meta .post__date {
        font-size: 12px;
        line-height: 14px
    }

    .post,
    .page {
        max-width: 780px;
        margin: 0 auto 60px
    }

    .post a,
    .page a {
        font-weight: 500;
        border-bottom: 1px solid #d5dce3;
        color: #1e3a8a;
    }

    .post a:hover,
    .page a:hover {
        color: #2563eb;
        border-bottom-color: #2563eb
    }

    .post img,
    .post .js-reframe,
    .page img,
    .page .js-reframe {
        border-radius: 8px;
        overflow: hidden
    }

    .post img.lightense-open,
    .post .js-reframe.lightense-open,
    .page img.lightense-open,
    .page .js-reframe.lightense-open {
        border-radius: 0
    }

    .post .button,
    .page .button {
        border: none;
        text-decoration: none
    }

    .post__share {
        margin: 32px 0 60px
    }

    .post__share .share__head {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center
    }

    .post__share .share__list {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .post__share .share__item {
        margin: 0 2px;
        text-align: center
    }

    .post__share .share__link {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 50%;
        font-size: 16px;
        border: none;
        color: #fff;
        box-shadow: 0 0 2px #00000012
    }

    .post__share .share__link.share__facebook,
    .post__share .share__link.share__twitter,
    .post__share .share__link.share__linkedin,
    .post__share .share__link.share__pinterest {
        background: #fff
    }

    .post__share .share__link.share__facebook:hover,
    .post__share .share__link.share__twitter:hover,
    .post__share .share__link.share__linkedin:hover,
    .post__share .share__link.share__pinterest:hover {
        color: #fff
    }

    .post__share .share__link.share__facebook {
        color: #3b5998
    }

    .post__share .share__link.share__facebook:hover {
        background: #3b5998
    }

    .post__share .share__link.share__twitter {
        color: #55acee
    }

    .post__share .share__link.share__twitter:hover {
        background: #55acee
    }

    .post__share .share__link.share__linkedin {
        color: #0077b5
    }

    .post__share .share__link.share__linkedin:hover {
        background: #0077b5
    }

    .post__share .share__link.share__pinterest {
        color: #bd081c
    }

    .post__share .share__link.share__pinterest:hover {
        background: #bd081c
    }
}

@media only screen and (max-width: 576px) {
    .post__share {
        margin: 40px 0
    }
}

@media all,
 {
    .post__navigation {
        display: flex;
        justify-content: space-between
    }

    .post__navigation .post__prev,
    .post__navigation .post__next {
        display: flex;
        align-items: center;
        width: 49%;
        padding: 28px;
        margin-bottom: 20px;
        border-radius: 16px;
        background: #30363D;
        transition: transform .2s
    }

    .post__navigation .post__prev:hover,
    .post__navigation .post__next:hover {
        transform: translateY(-3px)
    }

    .post__navigation .post__prev .prev__image,
    .post__navigation .post__prev .next__image,
    .post__navigation .post__next .prev__image,
    .post__navigation .post__next .next__image {
        position: relative;
        transform: translate(0);
        display: block;
        min-width: 125px;
        height: 110px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 40px #00000026;
        background-color: #d5dce3
    }

    .post__navigation .post__prev .prev__image img,
    .post__navigation .post__prev .next__image img,
    .post__navigation .post__next .prev__image img,
    .post__navigation .post__next .next__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .post__navigation .post__prev .prev__image,
    .post__navigation .post__next .prev__image {
        margin-right: 20px
    }

    .post__navigation .post__prev .next__image,
    .post__navigation .post__next .next__image {
        margin-left: 20px
    }

    .post__navigation .post__prev .post__nav,
    .post__navigation .post__next .post__nav {
        display: inline-block;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        color: #fff;
        opacity: .7
    }

    .post__navigation .post__prev .post__nav__title,
    .post__navigation .post__next .post__nav__title {
        margin-bottom: 0;
        font-size: 21px;
        line-height: 1.4;
        font-weight: 700;
        color: #fff
    }

    .post__navigation .post__prev .post__nav__title a:hover,
    .post__navigation .post__next .post__nav__title a:hover {
        color: #fff
    }

    .post__navigation .post__next {
        text-align: right;
        margin-left: auto;
        justify-content: flex-end
    }
}

@media only screen and (max-width: 768px) {
    .post__navigation {
        flex-wrap: wrap
    }

    .post__navigation .post__prev,
    .post__navigation .post__next {
        width: 100%
    }

    .post__navigation .post__prev:last-child,
    .post__navigation .post__next:last-child {
        margin-bottom: 0
    }

    .post__navigation .post__prev {
        margin-bottom: 30px
    }

    .post__navigation .next__box {
        margin-left: auto
    }
}

@media only screen and (max-width: 576px) {
    .post__navigation {
        margin-bottom: 0
    }

    .post__navigation .post__prev,
    .post__navigation .post__next {
        padding: 20px
    }

    .post__navigation .post__prev .post__nav__title,
    .post__navigation .post__next .post__nav__title {
        font-size: 16px
    }
}

@media all,
 {
    .related-posts {
        display: none;
        margin-top: 80px
    }

    .related-posts.is-related {
        display: block
    }

    .related-posts .related-tag {
        text-transform: capitalize
    }
}

@media only screen and (max-width: 576px) {
    .related-posts {
        margin-top: 60px
    }

    .related-posts .row .col:last-child {
        margin-bottom: 0
    }
}

@media all,
 {
    .post__comments {
        max-width: 780px;
        margin: 80px auto 40px
    }
}

@media only screen and (max-width: 576px) {
    .post__comments {
        margin: 60px auto 0
    }
}

@media all,
 {
    .project-subtitle {
        margin: 20px 0 0;
        font-size: 21px;
        line-height: 1;
        font-weight: 700
    }
}

@media only screen and (max-width: 576px) {
    .project-subtitle {
        margin: 16px 0 0;
        font-size: 18px
    }
}

@media all,
 {
    .project__navigation {
        max-width: 780px;
        margin: 80px auto 40px;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .project__navigation {
        margin: 60px auto 40px
    }
}

@media all,
 {
    .project__prev:hover {
        color: #110e38
    }

    .project__prev:hover .project__nav__title .arrow-right {
        opacity: 1;
        transform: translate(3px)
    }

    .project__nav__info {
        display: inline-block;
        margin: 0 20px 4px 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase
    }

    .project__nav__title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 1.2
    }

    .project__nav__title .arrow-right {
        margin-left: 2px;
        font-size: 30px;
        opacity: 0;
        transition: .2s linear
    }
}

@media only screen and (max-width: 768px) {
    .project__nav__title {
        font-size: 36px
    }
}

@media all,
 {
    .c-blog-card {
        margin-bottom: 20px;
        will-change: transform;
        transition: transform .2s
    }

    .c-blog-card:hover {
        transform: translateY(-4px)
    }

    .c-blog-card:hover .article__inner {
        box-shadow: 0 20px 40px #0000001a
    }
}

@media only screen and (max-width: 768px) {
    .c-blog-card:last-child {
        margin-bottom: 0
    }
}

@media all,
 {
    .c-blog-card__inner {
        border-radius: 16px;
        overflow: hidden;
        transform: translate(0);
        box-shadow: 0 0 2px #00000012;
        transition: box-shadow .2s
    }

    .c-blog-card__image-wrap {
        background: #fff
    }

    .c-blog-card__image {
        position: relative;
        display: block;
        height: 0;
        padding-bottom: 71.25%;
        background: #d5dce3;
        overflow: hidden
    }

    .c-blog-card__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #d5dce3
    }

    .c-blog-card__content {
        position: relative;
        z-index: 1;
        padding: 28px;
        margin-top: -20px;
        border-radius: 16px 16px 0 0;
        background: #fff
    }

    .c-blog-card__tags-box {
        display: flex
    }

    .c-blog-card__tag {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 8px 12px;
        margin: 0 4px 4px 0;
        font-size: 12px;
        line-height: 10px;
        font-weight: 600;
        text-transform: capitalize;
        border-radius: 4px;
        overflow: hidden;
        color: #000;
        background: #dfdfdf;
    }

    .c-blog-card__tag:hover:before {
        opacity: 1
    }

    .c-blog-card__tag:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 8px;
        will-change: transform;
        transition: opacity .35s;
        background: #d5d5d5;
    }

    .c-blog-card__tag:last-child {
        margin: 0 0 4px
    }

    .c-blog-card__title {
        margin: 16px 0;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700
    }

    .c-blog-card__title a:hover {
        color: #110e38
    }
}

@media only screen and (max-width: 576px) {
    .c-blog-card__title {
        font-size: 22px
    }
}

@media all,
 {
    .c-blog-card__excerpt {
        display: -webkit-box;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #110e38;
        overflow-y: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .c-blog-card__meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .c-blog-card__author-image {
        position: relative;
        width: 44px;
        height: 44px;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #d5dce3
    }

    .c-blog-card__author-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover
    }

    .c-blog-card__info {
        display: flex;
        flex-direction: column
    }

    .c-blog-card__author-name {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1;
        font-weight: 600
    }

    .c-blog-card__date {
        font-size: 12px;
        line-height: 14px
    }

    .c-button {
        position: relative;
        z-index: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-weight: 700;
        border-radius: 8px;
        white-space: nowrap;
        border: none;
        outline: none;
        cursor: pointer;
        overflow: hidden;
        transition: all .25s ease;
        box-shadow: 0 0 2px #0000000d;
        will-change: transform
    }

    .c-button:active {
        transform: translateY(2px) scale(.98)
    }

    .c-button--primary {
        color: #fff;
        background: #111;
    }

    .c-button--primary:hover {
        color: #fff !important
    }

    .c-button--primary:hover:before {
        opacity: 1
    }

    .c-button--primary:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        will-change: transform;
        transition: opacity .35s;
        background: #0050d0;
    }

    .c-button--secondary {
        color: #110e38;
        background: #fff
    }

    .c-button--secondary:hover {
        color: #110e38
    }

    .c-button--small {
        padding: 16px 32px;
        font-size: 16px
    }

    .c-button--large {
        padding: 24px 44px;
        font-size: 18px
    }

    .c-contact-form .container {
        position: relative
    }

    .c-contact-form__form-box {
        max-width: 580px;
        margin: 0 auto;
        padding-top: 140px
    }

    .c-contact-form__contact-head {
        margin-bottom: 48px;
        text-align: center
    }

    .c-contact-form__contact-title {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 58px
    }

    .c-contact-form__contact-description {
        font-size: 20px;
        font-weight: 600
    }
}

@media only screen and (max-width: 576px) {
    .c-contact-form__contact-description {
        font-size: 16px
    }
}

@media all,
 {
    .c-contact-form__form {
        position: relative;
        margin-bottom: 60px
    }

    .c-contact-form__form-group {
        margin-bottom: 20px;
        font-size: 0
    }

    .c-contact-form__form-group--button {
        text-align: center
    }

    .c-contact-form__form-input {
        width: 100%;
        padding: 22px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #d5dce3;
        border-radius: 8px;
        outline: none;
        transition: all .35s;
        resize: vertical;
        color: #110e38;
        background: #fff
    }

    .c-contact-form__form-input::placeholder {
        font-weight: 500;
        color: #110e384d
    }

    .c-contact-form__form-input:focus {
        border-color: #0050d0;
        box-shadow: 0 4px 10px #ccdcf5
    }

    .page {
        max-width: 780px;
        margin: 0 auto 60px
    }

    .page a {
        font-weight: 500;
        border-bottom: 1px solid #d5dce3;
        color: #1e3a8a;
    }

    .page a:hover {
        color: #2563eb;
        border-bottom-color: #2563eb
    }

    .c-hero {
        padding: 96px 0
    }
}

@media only screen and (max-width: 1024px) {
    .c-hero {
        padding: 80px 0
    }
}

@media only screen and (max-width: 768px) {
    .c-hero {
        padding: 40px 0 80px
    }
}

@media only screen and (max-width: 576px) {
    .c-hero {
        padding: 30px 0 60px
    }
}

@media all,
 {
    .c-hero__inner {
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width: 768px) {
    .c-hero__inner {
        flex-direction: column
    }
}

@media all,
 {

    .c-hero__left,
    .c-hero__right {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {

    .c-hero__left,
    .c-hero__right {
        width: 100%
    }
}

@media all,
 {
    .c-hero__left {
        max-width: 510px;
        padding-right: 20px;
        margin-right: auto
    }
}

@media only screen and (max-width: 768px) {
    .c-hero__left {
        max-width: 100%;
        padding-right: 0
    }
}

@media all,
 {
    .c-hero__right {
        position: relative
    }
}

@media only screen and (max-width: 1130px) {
    .c-hero__right .c-hero__image {
        width: 400px;
        height: 420px
    }
}

@media only screen and (max-width: 1024px) {
    .c-hero__right .c-hero__image {
        width: 340px;
        height: 360px
    }
}

@media only screen and (max-width: 768px) {
    .c-hero__right {
        order: -1
    }

    .c-hero__right .c-hero__image {
        width: 100%;
        height: 380px;
        margin-bottom: 40px
    }

    .c-hero__right .c-hero__image:before {
        border-radius: 8px
    }

    .c-hero__right .c-hero__image img {
        border-radius: 8px
    }
}

@media only screen and (max-width: 576px) {
    .c-hero__right .c-hero__image {
        height: 280px;
        margin-bottom: 32px
    }

    .c-hero__right .c-hero__image:before {
        border-radius: 8px
    }

    .c-hero__right .c-hero__image img {
        border-radius: 8px;
        box-shadow: none
    }
}

@media all,
 {
    .c-hero__title {
        margin-bottom: 20px;
        font-size: 58px;
        color: #110e38
    }
}

@media only screen and (max-width: 1130px) {
    .c-hero__title {
        font-size: 44px
    }
}

@media only screen and (max-width: 1024px) {
    .c-hero__title {
        font-size: 38px;
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 576px) {
    .c-hero__title {
        font-size: 32px
    }
}

@media all,
 {
    .c-hero__description p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.6;
        color: #110e38
    }
}

@media only screen and (max-width: 1024px) {
    .c-hero__description p {
        font-size: 16px
    }
}

@media all,
 {
    .c-hero__btn {
        display: flex;
        align-items: center;
        margin-top: 40px
    }

    .c-hero__btn .cta-button {
        margin-right: 8px
    }

    .c-hero__btn .works-button:hover .circle-bg {
        transition: all .2s cubic-bezier(.215, .61, .355, 1);
        transform: scale(.94)
    }

    .c-hero__btn .works-button .circle-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        height: 18px;
        margin-right: 8px;
        font-size: 14px;
        border-radius: 50%;
        will-change: transform;
        background: #0050d0;
        transition: all .2s cubic-bezier(.215, .61, .355, 1)
    }

    .c-hero__btn .works-button .button-arrow {
        color: #fff
    }
}

@media only screen and (max-width: 1024px) {
    .c-hero__btn {
        margin-top: 32px
    }
}

@media only screen and (max-width: 576px) {

    .c-hero__btn .cta-button,
    .c-hero__btn .works-button {
        font-size: 15px
    }
}

@media all,
 {
    .c-hero__image {
        position: relative;
        z-index: 10;
        width: 480px;
        height: 520px;
        margin-left: auto
    }

    .c-hero__image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background: #d5dce3
    }

    .c-hero__image img {
        position: absolute;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        user-select: none;
        box-shadow: 0 100px 80px #66A8FF12, 
            0 41.7776px 33.4221px #66A8FF0D, 
            0 22.3363px 17.869px #66A8FF0B, 
            0 12.5216px 10.0172px #66A8FF09, 
            0 6.6501px 5.32008px #66A8FF07, 
            0 2.76726px 2.21381px #66A8FF05;

        transition: inherit;
        background: #d5dce3
    }

    .c-subscribe__inner {
        max-width: 580px;
        margin: 0 auto
    }

    .c-subscribe__info {
        margin-bottom: 44px;
        text-align: center
    }
}

@media only screen and (max-width: 576px) {
    .c-subscribe__info .c-subscribe__title {
        margin-bottom: 12px;
        font-size: 36px
    }

    .c-subscribe__info .c-subscribe__subtitle #ityped {
        font-size: 16px
    }
}

@media all,
 {
    .c-subscribe__title {
        display: inline-block;
        margin-bottom: 24px;
        font-size: 58px;
        line-height: 1.2
    }

    .c-subscribe__subtitle {
        margin: 0 auto;
        max-width: 480px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2
    }

    .c-subscribe__form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 480px;
        margin: 0 auto
    }

    .c-subscribe__form-email {
        flex-grow: 1;
        width: 100%;
        padding: 24px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        border: none;
        border-radius: 16px;
        border: 1px solid transparent;
        outline: 0;
        color: #110e38;
        background: #fff;
        box-shadow: 0 0 2px #00000012;
        transition: all .35s
    }

    .c-subscribe__form-email::placeholder {
        font-weight: 500;
        color: #110e38;
        opacity: .4
    }

    .c-subscribe__form-email:focus {
        border: 1px solid #0050d0;
        box-shadow: 0 4px 10px #ccdcf5
    }

    .ityped-cursor {
        font-weight: 400;
        animation: blink .4s infinite;
        animation-direction: alternate
    }

    @keyframes blink {

        0%,
        to {
            color: transparent
        }

        to {
            color: #0050d0
        }
    }

    @-webkit-keyframes blink {

        0%,
        to {
            color: transparent
        }

        to {
            color: #0050d0
        }
    }

    .c-page-heading {
        max-width: 780px;
        margin: 0 auto;
        padding: 96px 0 60px;
        text-align: center
    }
}

@media only screen and (max-width: 1024px) {
    .c-page-heading {
        padding: 80px 0 60px
    }
}

@media only screen and (max-width: 768px) {
    .c-page-heading {
        padding: 40px 0
    }
}

@media only screen and (max-width: 576px) {
    .c-page-heading {
        padding: 30px 0
    }
}

@media all,
 {
    .c-page-heading__title {
        margin: 0;
        font-size: 58px;
        line-height: 1.12
    }
}

@media only screen and (max-width: 768px) {
    .c-page-heading__title {
        font-size: 36px
    }
}

@media only screen and (max-width: 576px) {
    .c-page-heading__title {
        font-size: 32px
    }
}

@media all,
 {
    .c-page-heading__description {
        margin: 30px auto 0;
        max-width: 560px;
        line-height: 1.6
    }
}

@media only screen and (max-width: 576px) {
    .c-page-heading__description {
        margin: 24px auto 0
    }
}

@media all,
 {
    .c-page-image {
        position: relative;
        transform: translate(0);
        padding-top: 56.25%;
        margin-bottom: 48px;
        min-height: 280px;
        border-radius: 16px;
        overflow: hidden;
        background: #d5dce3
    }

    .c-page-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none
    }
}

@media only screen and (max-width: 1024px) {
    .c-page-image {
        padding-top: 65%;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .c-page-image {
        margin-bottom: 32px
    }
}

@media all,
 {
    .article {
        margin-bottom: 20px;
        will-change: transform;
        transition: transform .2s
    }

    .article:hover {
        transform: translateY(-4px)
    }

    .article:hover .article__inner {
        box-shadow: 0 20px 40px #0000001a
    }
}

@media only screen and (max-width: 768px) {
    .article:last-child {
        margin-bottom: 0
    }
}

@media all,
 {
    .article__inner {
        border-radius: 16px;
        overflow: hidden;
        transform: translate(0);
        box-shadow: 0 0 2px #00000012;
        transition: box-shadow .2s
    }

    .image-wrap {
        background: #fff
    }

    .article__image {
        position: relative;
        display: block;
        height: 0;
        padding-bottom: 71.25%;
        background: #d5dce3;
        overflow: hidden
    }

    .article__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #d5dce3
    }

    .article__content {
        position: relative;
        z-index: 1;
        padding: 28px;
        margin-top: -20px;
        border-radius: 16px 16px 0 0;
        background: #fff
    }

    .article-tags__box {
        display: flex
    }

    .article-tags__box .article__tag {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 8px 12px;
        margin: 0 4px 4px 0;
        font-size: 12px;
        line-height: 10px;
        font-weight: 600;
        text-transform: capitalize;
        border-radius: 4px;
        overflow: hidden;
        color: #000;
        background: #dfdfdf;
    }

    .article-tags__box .article__tag:hover:before {
        opacity: 1
    }

    .article-tags__box .article__tag:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 4px;
        will-change: transform;
        transition: opacity .35s;
        background: #d5d5d5;
    }

    .article-tags__box .article__tag:last-child {
        margin: 0 0 4px
    }

    .article__title {
        margin: 16px 0;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700
    }

    .article__title a:hover {
        color: #110e38
    }
}

@media only screen and (max-width: 576px) {
    .article__title {
        font-size: 22px
    }
}

@media all,
 {
    .article__excerpt {
        display: -webkit-box;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #110e38;
        overflow-y: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .article__meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .article__author-image {
        position: relative;
        width: 44px;
        height: 44px;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #d5dce3
    }

    .article__author-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover
    }

    .article-info {
        display: flex;
        flex-direction: column
    }

    .article-info .article__author-name {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1;
        font-weight: 600
    }

    .article-info .article__date {
        font-size: 12px;
        line-height: 14px
    }

    .c-project-card {
        margin-bottom: 20px;
        transition: transform .2s ease
    }

    .c-project-card:hover .c-project-card__title,
    .c-project-card:hover .c-project-card__subtitle {
        opacity: 1;
        transform: translateZ(0);
        transition: transform .4s cubic-bezier(.165, .85, .45, 1) .2s, opacity .4s cubic-bezier(.165, .85, .45, 1) .2s
    }
}

@media only screen and (max-width: 768px) {
    .c-project-card:last-child {
        margin-bottom: 0
    }
}

@media all,
 {
    .c-project-card__image {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        user-select: none;
        background-color: #d5dce3
    }

    .c-project-card__image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: all .4s ease 0s;
        opacity: 0;
        visibility: hidden;
        background: linear-gradient(360deg, #232F3E 0%, rgba(35, 47, 62, 0.3) 120.95%);
    }

    .c-project-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        background-color: #d5dce3;
        pointer-events: none;
        transition: all .4s ease 0s;
        will-change: transform
    }

    .c-project-card__image:hover:before {
        opacity: 1;
        visibility: visible
    }

    .c-project-card__image:hover img {
        transform: scale(1.05)
    }

    .c-project-card__content {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 280px;
        border-radius: 16px;
        transform: translate(0);
        box-shadow: 0 0 30px #ccdcf5;
        overflow: hidden
    }
}

@media only screen and (max-width: 1024px) {
    .c-project-card__content:after {
        padding-top: 100%
    }
}

@media only screen and (max-width: 576px) {
    .c-project-card__content .project__info {
        padding: 0 32px 32px
    }
}

@media all,
 {
    .c-project-card__content:after {
        content: "";
        display: table;
        padding-top: 110%
    }

    .c-project-card__info {
        z-index: 1;
        width: 100%;
        margin-top: auto;
        padding: 0 32px 36px;
        text-align: center;
        pointer-events: none
    }

    .c-project-card__info-wrap {
        overflow: hidden
    }

    .c-project-card__title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 0;
        transform: translate3d(0, 100%, 0)
    }

    .c-project-card__subtitle {
        font-size: 16px;
        line-height: 1.4;
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    .c-project-card__subtitle:hover {
        opacity: .7
    }

    .c-project-card__title,
    .c-project-card__subtitle {
        color: #fff;
        opacity: 0;
        transition: transform .4s cubic-bezier(.165, .85, .45, 1), opacity .4s cubic-bezier(.165, .85, .45, 1)
    }

    .c-testimonial-card__content {
        width: 100%;
        padding: 32px;
        border-radius: 8px;
        color: #000;
        background: #fff;
    }

    .c-testimonial-card__client-meta {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 25px
    }

    .c-testimonial-card__client-text {
        position: relative;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.6;
        text-align: center
    }

    .c-testimonial-card__client-text:after {
        content: "\201c";
        position: absolute;
        top: -10px;
        left: -2%;
        display: block;
        z-index: 2;
        font-size: 100px;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        opacity: .1;
        pointer-events: none
    }

    .c-testimonial-card__image-container {
        position: relative;
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 2px #0000001a
    }

    .c-testimonial-card__image-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover
    }

    .c-testimonial-card__client-info {
        text-align: center
    }

    .c-testimonial-card__client-name {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 1;
        letter-spacing: normal
    }

    .c-testimonial-card__client-position {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        opacity: .7
    }

    .testimonial-item .testimonial-content {
        width: 100%;
        padding: 32px;
        border-radius: 16px;
        color: #fff;
        background: #0050d0;
    }

    .testimonial-item .testimonial-content .client-meta {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 32px
    }

    .testimonial-item .testimonial-content .client-text {
        position: relative;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.6;
        text-align: center
    }

    .testimonial-item .testimonial-content .client-text:after {
        content: "\201c";
        position: absolute;
        top: -10px;
        left: -2%;
        display: block;
        z-index: 2;
        font-size: 100px;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        opacity: .1;
        pointer-events: none
    }

    .testimonial-item .testimonial-content .image-container {
        position: relative;
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 2px #0000001a
    }

    .testimonial-item .testimonial-content .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover
    }

    .testimonial-item .testimonial-content .client-info {
        text-align: center
    }

    .testimonial-item .testimonial-content .client-name {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 1;
        letter-spacing: normal
    }

    .testimonial-item .testimonial-content .client-position {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        opacity: .7
    }

    .testimonials__slider {
        display: flex
    }

    .tns-horizontal.tns-subpixel>.tns-item {
        display: inline-flex
    }

    .tns-outer {
        position: relative
    }

    .controls {
        display: flex;
        align-items: center;
        outline: none
    }

    .controls .prev,
    .controls .next {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        border-radius: 50%;
        box-shadow: 0 0 2px #00000012;
        color: #110e38;
        background: #fff;
        outline: none;
        cursor: pointer;
        overflow: hidden;
        transition: all .2s ease
    }

    .controls .prev:after,
    .controls .next:after {
        content: "";
        position: absolute;
        z-index: -1;
        display: block;
        inset: 0;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        background: #0050d0;
        transition: all .2s ease
    }

    .controls .prev:hover,
    .controls .next:hover {
        color: #fff;
        background: transparent
    }

    .controls .prev:hover:after,
    .controls .next:hover:after {
        opacity: 1;
        visibility: visible
    }

    .controls .prev:active,
    .controls .next:active {
        transform: scale(.97) translateY(1px)
    }

    .controls .prev {
        margin-right: 4px
    }
}
