body {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px
}

::-moz-selection {
    background-color: #00994e;
    color: #fff
}

::selection {
    background-color: #00994e;
    color: #fff
}

* {
    outline: none
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

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

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

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

@media (min-width: 1280px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.p-0 {
    padding-right: 0;
    padding-left: 0
}

[class*=col-] {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Fira Sans, sans-serif;
    line-height: 1.5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    border-radius: 20px;
    background-color: #ccc
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    border-radius: 20px;
    background-color: #00994e
}

body {
    margin-top: 0;
    margin-bottom: 0;
    color: #111;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

main {
    -webkit-transition: padding-top .5s ease, margin-bottom .5s ease;
    -o-transition: padding-top .5s ease, margin-bottom .5s ease;
    transition: padding-top .5s ease, margin-bottom .5s ease;
    background-color: #fff
}

body, html {
    scroll-behavior: smooth;
    font-size: 13px
}

@media (min-width: 1024.98px) {
    body, html {
        font-size: 15px
    }
}

@media (min-width: 1280px) {
    body, html {
        font-size: 16px
    }
}

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    cursor: help;
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 0;
    margin-left: 0
}

blockquote {
    margin: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

a, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto
}

figure {
    margin: 0
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    caption-side: bottom;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    min-width: 0
}

legend {
    display: block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

.d-none, .hidden, [hidden] {
    display: none !important
}

.button-next:focus, .button-prev:focus, a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: none
}

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

.zoom-img {
    overflow: hidden
}

.zoom-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.zoom-img img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out
}

@-webkit-keyframes flash {
    0% {
        border-radius: 30%
    }
    50% {
        opacity: .5
    }
    to {
        border-radius: 50%
    }
}

@keyframes flash {
    0% {
        border-radius: 30%
    }
    50% {
        opacity: .5
    }
    to {
        border-radius: 50%
    }
}

@-webkit-keyframes fadding {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fadding {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes slideRight {
    0% {
        left: -50px
    }
    to {
        left: 100%
    }
}

@keyframes slideRight {
    0% {
        left: -50px
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes slideLeft {
    0% {
        left: 100%
    }
    to {
        left: -50px
    }
}

@keyframes slideLeft {
    0% {
        left: 100%
    }
    to {
        left: -50px
    }
}

@-webkit-keyframes moveInLeft {
    0% {
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem);
        opacity: 0
    }
    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveInLeft {
    0% {
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem);
        opacity: 0
    }
    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes moveInRight {
    0% {
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem);
        opacity: 0
    }
    80% {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveInRight {
    0% {
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem);
        opacity: 0
    }
    80% {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes moveInBottom {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: .35
    }
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1
    }
}

@keyframes moveInBottom {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: .35
    }
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1
    }
}

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

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

@-webkit-keyframes growth {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes growth {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.button {
    cursor: pointer
}

.button * {
    white-space: nowrap
}

.button .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.button .btn.btn-arrow {
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 25px;
    background-color: #ffd800;
    padding: 13px 32px;
    overflow: hidden;
    color: #111
}

.button .btn.btn-arrow, .button .btn.btn-arrow:before {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out
}

.button .btn.btn-arrow:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    background-color: #666;
    width: 100%;
    height: 0;
    content: ""
}

.button .btn.btn-arrow:hover {
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    letter-spacing: 1.5px
}

.button .btn.btn-arrow:hover:before {
    height: 500%
}

.button .btn.btn-arrow em {
    margin-left: 10px
}

.button .btn.btn-arrow-2 {
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: #ffd800;
    padding: 16px 40px;
    overflow: hidden;
    color: #111
}

.button .btn.btn-arrow-2 em {
    margin-left: 10px
}

.button .btn.btn-arrow-2:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: .5s all ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all .5s ease-in-out;
    background-color: #00994e;
    width: 100%;
    height: 0;
    content: ""
}

.button .btn.btn-arrow-2:hover {
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    letter-spacing: 1.5px
}

.button .btn.btn-arrow-2:hover:before {
    height: 500%
}

@media (min-width: 1200px) {
    .full-page {
        overflow: hidden
    }

    .full-page section {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        -webkit-transition: all 2s cubic-bezier(.22, .44, 0, 1);
        -o-transition: all 2s cubic-bezier(.22, .44, 0, 1);
        position: fixed;
        transform: translateY(100vh);
        backface-visibility: hidden;
        transition: all 2s cubic-bezier(.22, .44, 0, 1);
        will-change: transform;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: hidden
    }

    .full-page section:first-child {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        z-index: 9;
        z-index: 1
    }

    .full-page section:nth-child(2) {
        z-index: 8;
        z-index: 2
    }

    .full-page section:nth-child(3) {
        z-index: 7;
        z-index: 3
    }

    .full-page section:nth-child(4) {
        z-index: 6;
        z-index: 4
    }

    .full-page section:nth-child(5) {
        z-index: 5
    }

    .full-page section:nth-child(6) {
        z-index: 4;
        z-index: 6
    }

    .full-page section:nth-child(7) {
        z-index: 3;
        z-index: 7
    }

    .full-page section:nth-child(8) {
        z-index: 2;
        z-index: 8
    }

    .full-page section:nth-child(9) {
        z-index: 1;
        z-index: 9
    }

    section.up-scroll {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    section.up-scroll + section {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0)
    }

    section.down-scroll, section.down-scroll + section {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#nav-pagination {
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    padding: 10px 0;
    width: 40px;
    pointer-events: none
}

#nav-pagination.active {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transition: all 1.1s ease-in-out;
    -o-transition: 1.1s all ease-in-out;
    transform: translateY(-50%) translateX(0);
    visibility: visible;
    opacity: 1;
    transition: all 1.1s ease-in-out;
    pointer-events: visible
}

@media (max-width: 1200px) {
    #nav-pagination {
        display: none
    }
}

#nav-pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style-type: none
}

#nav-pagination ul, #nav-pagination ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

#nav-pagination ul li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-box-shadow: none;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 5px 0;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: hsla(0, 0%, 100%, .4);
    font-size: 26px;
    font-weight: 400
}

#nav-pagination ul li.active, #nav-pagination ul li:hover {
    background-color: #ffd800;
    color: #00994e;
    text-shadow: none
}

#nav-pagination ul li.active span, #nav-pagination ul li:hover span {
    letter-spacing: normal
}

#nav-pagination ul li span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-in-out;
    margin: 0;
    color: #ccc;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}

#nav-pagination ul li.active span, #nav-pagination ul li:hover span {
    -webkit-transform: translateZ(0) scaleX(1) translateY(-50%);
    right: 20px;
    transform: translateZ(0) scaleX(1) translateY(-50%);
    visibility: visible;
    opacity: 1;
    color: #ccc
}

@-webkit-keyframes wheel {
-webkit-transform: scale(.3);
-webkit-transform: scale(1);
top: 0;
top: 20 px;
transform: scale(1);
transform: scale(.3);
opacity: 1;
opacity: 0
}

.wheel {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    position: absolute;
    right: 20px;
    bottom: 100px;
    opacity: 1;
    z-index: 5;
    transition: opacity .3s ease-in-out;
    width: 30px;
    height: 30px
}

.wheel span {
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    position: absolute;
    transform: scale(.3);
    opacity: 0;
    width: 100%;
    height: 2px
}

.wheel span:first-child {
    -webkit-animation: wheel 2s ease-in-out .5s infinite;
    animation: wheel 2s ease-in-out .5s infinite
}

.wheel span:nth-child(2) {
    -webkit-animation: wheel 2s ease-in-out 1s infinite;
    animation: wheel 2s ease-in-out 1s infinite
}

.wheel span:nth-child(3) {
    -webkit-animation: wheel 2s ease-in-out infinite;
    animation: wheel 2s ease-in-out infinite
}

.wheel span:after, .wheel span:before {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 50%;
    height: 100%;
    content: ""
}

.wheel span:before {
    -webkit-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    left: 0;
    transform: skewY(30deg)
}

.wheel span:after {
    -webkit-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    right: 0;
    transform: skewY(-30deg);
    width: 50%
}

.full-page main {
    padding-top: 0
}

.full-page section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1200px) {
    .full-page section .animation-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }

    .full-page section .animation-left, .full-page section .animation-right {
        -webkit-transition: all 2s cubic-bezier(.22, .44, 0, 1);
        -o-transition: 2s all cubic-bezier(.22, .44, 0, 1);
        opacity: 0;
        transition: all 2s cubic-bezier(.22, .44, 0, 1)
    }

    .full-page section .animation-right {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px)
    }

    .full-page section .animation-bottom {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px)
    }

    .full-page section .animation-bottom, .full-page section .animation-top {
        -webkit-transition: all 2s cubic-bezier(.22, .44, 0, 1);
        -o-transition: 2s all cubic-bezier(.22, .44, 0, 1);
        opacity: 0;
        transition: all 2s cubic-bezier(.22, .44, 0, 1)
    }

    .full-page section .animation-top {
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px)
    }

    .full-page section.current-page .animation-left, .full-page section.current-page .animation-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .full-page section.current-page .animation-bottom, .full-page section.current-page .animation-top {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .full-page section > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }

    .full-page section > div > .Module {
        width: 100%;
        height: 100%
    }
}

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

@-webkit-keyframes fadein {
opacity: 0;
opacity: 1
}

.modulepager .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
    list-style-type: none
}

.modulepager .pagination, .modulepager .pagination li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.modulepager .pagination li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    color: #00994e
}

.modulepager .pagination li:last-child {
    margin-right: 0
}

.modulepager .pagination li a, .modulepager .pagination li span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    border: thin solid #ccc;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #ccc;
    font-size: 1rem;
    font-weight: 400
}

.modulepager .pagination li.active, .modulepager .pagination li:hover {
    cursor: pointer
}

.modulepager .pagination li.active a, .modulepager .pagination li.active span, .modulepager .pagination li:hover a, .modulepager .pagination li:hover span {
    background: #00994e;
    color: #fff
}

@media (min-width: 1024px) {
    .modulepager .pagination li a, .modulepager .pagination li span {
        width: 40px;
        height: 40px
    }
}

.section {
    padding: 35px 0
}

@media (min-width: 768px) {
    .section {
        padding: 40px 0
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 45px 0
    }
}

@media (min-width: 1280px) {
    .section {
        padding: 60px 0
    }
}

.arrow-button .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.arrow-button .swiper-button-prev {
    left: -40px
}

.arrow-button .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.arrow-button .swiper-button-prev:after {
    content: "\e875"
}

.arrow-button .swiper-button-next {
    right: -40px
}

.arrow-button .swiper-button-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.arrow-button .swiper-button-next:after {
    content: "\e876"
}

.arrow-button .swiper-button-next, .arrow-button .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    top: 50%;
    transition: all .3s ease-in-out;
    width: 20px;
    height: 20px
}

.arrow-button .swiper-button-next:after, .arrow-button .swiper-button-prev:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    color: #111;
    font-family: Linearicons-Free;
    font-size: 1.25rem;
    font-weight: 400
}

.arrow-button .swiper-button-next:hover:after, .arrow-button .swiper-button-prev:hover:after {
    color: #00994e
}

@media screen and (max-width: 1280px) {
    .arrow-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        padding-top: 40px
    }

    .arrow-button .swiper-button-prev {
        margin-right: 10px
    }

    .arrow-button .swiper-button-next, .arrow-button .swiper-button-prev {
        position: static
    }
}

.arrow-button.arrow-border .swiper-button-next, .arrow-button.arrow-border .swiper-button-prev {
    border: thin solid #ccc;
    width: 40px;
    height: 40px
}

.arrow-button.arrow-border .swiper-button-next:hover, .arrow-button.arrow-border .swiper-button-prev:hover {
    border: thin solid transparent;
    background-color: #00994e
}

.arrow-button.arrow-border .swiper-button-next:hover:after, .arrow-button.arrow-border .swiper-button-prev:hover:after {
    color: #fff
}

.arrow-button.arrow-border .swiper-button-next:after, .arrow-button.arrow-border .swiper-button-prev:after {
    color: #333;
    font-size: .625rem;
    font-weight: 400
}

.arrow-button.arrow-border .swiper-button-prev {
    left: -70px
}

.arrow-button.arrow-border .swiper-button-next {
    right: -70px
}

.block-title {
    margin-bottom: 10px;
    line-height: 1.3
}

.block-title span {
    display: block
}

.div-title {
    font-size: 1.875rem
}

@media screen and (max-width: 1024px) {
    .div-title {
        font-size: 1.4375rem
    }
}

.d-flex, .pages-index-2 .box-news .step, .pages-index-4 .last-sec .wrap-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#back-to-top, .button .btn.btn-arrow, .button .btn.btn-arrow-2, .fcc, .pages-index-1 .box-content.first-slide, .pages-index-1 .box-content.next-child .header ul li a, .pages-index-2 .box-news .step span, .pages-index-3 .ctn-step .step, .pages-index-4 .last-sec .alert-success .ctn, .pages-index-4 .last-sec .quote, header, header nav li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.jcb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jca {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.aic, .pages-index-2 .box-news .step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pages-index-1 .box-content.next-child .header ul li a, .pages-index-2 .box-news .step span, .ra-50 {
    border-radius: 50%
}

#sec-0 .swiper-slide .img:before, #sec-0 .swiper-slide .img img, #sec-0 .swiper-slide .img video, .footer-wrapper .sec-2 .footer-link .wrapper li, .footer-wrapper .sec-2 .footer-link .wrapper li:before, .hvr-lspacing, .pages-index-1 .box-content.next-child .header ul li a, .pages-index-1 .box-content.next-child .wrapper .answer li img, .pages-index-1 .box-content.next-child .wrapper .answer li span, .pages-index-4 .last-sec .alert-success, .pages-index-4 .last-sec .alert-success .ctn:before, .tran, header nav li a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column, .pages-index-4 .last-sec .wrap-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#back-to-top, .block-title, .div-title, .pages-index-1 .box-content.last-child .wrapper .ctn span, .pages-index-4 .last-sec .wrap-form .form-group label, .text-white, header nav li.active a, header nav li.button.active a, header nav li.button:hover a, header nav li:hover a {
    color: #fff
}

.text-main {
    color: #00994e
}

.text-main-2 {
    color: #71bf44
}

.text-yl {
    color: #ffd800
}

.button .btn.btn-arrow, .button .btn.btn-arrow-2, .text-1 {
    color: #111
}

.pages-index-1 .box-content.next-child .header ul li a, .pages-index-3 .ctn-step .step, .text-2 {
    color: #333
}

.ls-none {
    list-style: none
}

.f-12 {
    font-size: .75rem
}

.f-13 {
    font-size: .8125rem
}

.f-14, .pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group input::-webkit-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select, .pages-index-4 .last-sec .wrap-form .form-group select::-webkit-input-placeholder {
    font-size: .875rem
}

.f-14, .pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group input::-moz-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select, .pages-index-4 .last-sec .wrap-form .form-group select::-moz-placeholder {
    font-size: .875rem
}

.f-14, .pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group input:-ms-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select, .pages-index-4 .last-sec .wrap-form .form-group select:-ms-input-placeholder {
    font-size: .875rem
}

.f-14, .pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group input::-ms-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select, .pages-index-4 .last-sec .wrap-form .form-group select::-ms-input-placeholder {
    font-size: .875rem
}

.f-14, .pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group input::placeholder, .pages-index-4 .last-sec .wrap-form .form-group select, .pages-index-4 .last-sec .wrap-form .form-group select::placeholder {
    font-size: .875rem
}

.f-15 {
    font-size: .9375rem
}

.button .btn.btn-arrow, .button .btn.btn-arrow-2, .f-16, .pages-index-4 .last-sec .wrap-form .form-group label {
    font-size: 1rem
}

.f-18 {
    font-size: 1.125rem
}

.f-20 {
    font-size: 1.25rem
}

.f-22, .pages-index-3 .ctn-step .title {
    font-size: 1.375rem
}

.f-24, .pages-index-1 .box-content.next-child .header ul li a, .pages-index-2 .box-news .step {
    font-size: 1.5rem
}

.f-30, .pages-index-3 .ctn-step .step {
    font-size: 1.875rem
}

.f-36 {
    font-size: 2.25rem
}

.block-title, .f-40, .pages-index-1 .box-content.last-child .header .title {
    font-size: 2.1875rem
}

@media screen and (min-width: 768px) {
    .block-title, .f-40, .pages-index-1 .box-content.last-child .header .title {
        font-size: 2.5rem
    }
}

.fw-3, .pages-index-1 .box-content.last-child .header .title {
    font-weight: 300
}

#back-to-top, .fw-4, .pages-index-1 .box-content.last-child .header .title span {
    font-weight: 400
}

.button .btn.btn-arrow, .button .btn.btn-arrow-2, .fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.block-title, .div-title, .fw-7, .pages-index-1 .box-content.next-child .header ul li a, .pages-index-3 .ctn-step .title, .pages-index-3 .main-ctn .wrapper .title {
    font-weight: 700
}

.fw-8 {
    font-weight: 800
}

.fw-9, .pages-index-2 .box-news .step span, .pages-index-3 .ctn-step .step {
    font-weight: 900
}

.hvr-lspacing:hover {
    letter-spacing: 1.3px
}

.bg-main, header nav li.active a, header nav li:hover a {
    background-color: #00994e
}

.bg-white, header, header .nav-mobile {
    background-color: #fff
}

.bg-yl, .pages-index-2 .box-news .step, header nav li.button.active a, header nav li.button:hover a {
    background-color: #ffd800
}

#sec-0 .swiper-slide:before, .point-none {
    pointer-events: none
}

.w-100, header {
    width: 100%
}

.mx-auto, .pages-index-1 .box-content.last-child {
    margin-right: auto;
    margin-left: auto
}

.disable {
    opacity: 0;
    pointer-events: none
}

#sec-0 .swiper-slide .img, .button .btn.btn-arrow, .button .btn.btn-arrow-2, .footer-wrapper .sec-2 .footer-link .wrapper li, .pages-index-1 .box-content.next-child .header ul li, .pages-index-2 .box-news, .pages-index-2 .box-news .step, .pages-index-3 .main-ctn, .pages-index-3 .main-ctn .wrapper, .pages-index-4 .last-sec .alert-success .ctn, .pages-index-4 .last-sec .quote .text, .relative {
    position: relative
}

#sec-0 .swiper-slide .img:before, #sec-0 .swiper-slide .img video, #sec-0 .swiper-slide:before, .absolute, .button .btn.btn-arrow-2:before, .button .btn.btn-arrow:before, .footer-wrapper .sec-2 .footer-link .wrapper li:before, .pages-index-1 .box-content.first-slide .wrapper:after, .pages-index-1 .box-content.first-slide .wrapper:before, .pages-index-1 .box-content.first-slide:after, .pages-index-1 .box-content.first-slide:before, .pages-index-1 .box-content.next-child .header ul li + li:before, .pages-index-1 .box-content.next-child .wrapper .answer li img, .pages-index-2 .box-news:before, .pages-index-3 .main-ctn:after, .pages-index-3 .main-ctn:before, .pages-index-4 .last-sec .quote .text:after {
    position: absolute
}

#back-to-top, .fixed, header, header .nav-mobile {
    position: fixed
}

.button .btn.btn-arrow, .button .btn.btn-arrow-2, .text-upp {
    text-transform: uppercase
}

.pages-index-1 .box-content.next-child .wrapper .answer li img, .pages-index-4 .last-sec .quote .text:after, .trleft, header {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%)
}

.footer-wrapper .sec-2 .footer-link .wrapper li:before, .pages-index-1 .box-content.next-child .header ul li + li:before, .trtop {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%)
}

.search-overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: all .3s ease-in-out;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .2)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .2));
    background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2));
    pointer-events: none
}

.search-overlay .Module {
    width: 100%
}

.search-overlay.active {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
    transition-delay: .3s;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, .7) 100%, rgba(0, 0, 0, .5));
    background: linear-gradient(90deg, rgba(0, 0, 0, .7) 100%, rgba(0, 0, 0, .5));
    pointer-events: visible
}

.search-overlay.active .searchbox:before {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    background: #fff;
    width: 100%
}

.search-overlay.active .searchbox input.searchinput::-webkit-input-placeholder {
    -webkit-transition-delay: .3s;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    color: #fff;
    font-weight: 900
}

.search-overlay.active .searchbox input.searchinput::-moz-placeholder {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    transform: translate(0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    color: #fff;
    font-weight: 900
}

.search-overlay.active .searchbox input.searchinput:-ms-input-placeholder {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    color: #fff;
    font-weight: 900
}

.search-overlay.active .searchbox input.searchinput::-ms-input-placeholder {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    color: #fff;
    font-weight: 900
}

.search-overlay.active .searchbox input.searchinput::placeholder {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .3s;
    color: #fff;
    font-weight: 900
}

.search-overlay.active .searchbox .btn-search {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    transform: translate(0);
    transition: all 1s ease-in-out;
    transition-delay: .3s
}

.search-overlay.active .searchbox .btn-search em {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: 1.5s all ease-in-out;
    opacity: 1;
    transition: all 1.5s ease-in-out;
    transition-delay: .3s;
    color: #fff
}

.search-overlay .searchbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    width: 50%;
    height: 50px
}

.search-overlay .searchbox.active:after {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition-delay: .4s;
    background-color: #00994e;
    width: 100%;
    pointer-events: visible
}

.search-overlay .searchbox.active:before {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 0;
    pointer-events: none
}

.search-overlay .searchbox.active input::-webkit-input-placeholder {
    padding-left: 20px;
    letter-spacing: 2px
}

.search-overlay .searchbox.active input::-moz-placeholder {
    padding-left: 20px;
    letter-spacing: 2px
}

.search-overlay .searchbox.active input:-ms-input-placeholder {
    padding-left: 20px;
    letter-spacing: 2px
}

.search-overlay .searchbox.active input::-ms-input-placeholder {
    padding-left: 20px;
    letter-spacing: 2px
}

.search-overlay .searchbox.active input::placeholder {
    padding-left: 20px;
    letter-spacing: 2px
}

@media screen and (max-width: 1280px) {
    .search-overlay .searchbox {
        width: 80%
    }
}

.search-overlay .searchbox:before {
    background: transparent
}

.search-overlay .searchbox:after, .search-overlay .searchbox:before {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    width: 0;
    height: 1px;
    pointer-events: none;
    content: ""
}

.search-overlay .searchbox:after {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    visibility: hidden;
    transition: all 1s ease-in-out;
    background: #fff
}

.search-overlay .searchbox input.searchinput {
    border: 0;
    background: transparent;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 600
}

.search-overlay .searchbox input.searchinput::-webkit-input-placeholder {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 900
}

.search-overlay .searchbox input.searchinput::-moz-placeholder {
    transform: translateX(30px);
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 900
}

.search-overlay .searchbox input.searchinput:-ms-input-placeholder {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 900
}

.search-overlay .searchbox input.searchinput::-ms-input-placeholder {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 900
}

.search-overlay .searchbox input.searchinput::placeholder {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 900
}

.search-overlay .searchbox .btn-search {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    border: 0;
    background-color: transparent;
    height: auto
}

.search-overlay .searchbox .btn-search em {
    opacity: 0;
    color: hsla(0, 0%, 100%, .5);
    font-size: 1.875rem;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .search-overlay .searchbox .btn-search em {
        font-size: 1.4375rem
    }
}

.homepage .search-overlay.active {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .5));
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .5))
}

.burger {
    display: none
}

@media screen and (max-width: 1024px) {
    .burger {
        display: block;
        float: left;
        z-index: 0
    }

    .burger.active .line-1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 5px);
        -ms-transform: rotate(-45deg) translate(-4px, 5px);
        transform: rotate(-45deg) translate(-4px, 5px)
    }

    .burger.active .line-2 {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }

    .burger.active .line-3 {
        -webkit-transform: rotate(45deg) translate(-5px, -6px);
        -ms-transform: rotate(45deg) translate(-5px, -6px);
        transform: rotate(45deg) translate(-5px, -6px)
    }

    .burger div {
        -webkit-transition: all .5s ease;
        -o-transition: .5s all ease;
        transition: all .5s ease;
        margin: 4px 5px;
        background-color: #00994e;
        width: 22px;
        height: 3px
    }
}

#overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    pointer-events: none
}

#overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: visible
}

@media screen and (min-width: 1280px) {
    #overlay {
        display: none
    }
}

#back-to-top {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    right: 1%;
    bottom: 5%;
    transform: translateY(40px);
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    transition: all .3s ease-in-out;
    cursor: pointer;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    border-radius: 50%;
    background-color: #71bf44;
    width: 30px;
    height: 30px;
    font-size: 1.625rem;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 1200px) {
    #back-to-top {
        -webkit-transition: all 1s ease-in-out;
        -o-transition: 1s all ease-in-out;
        transition: all 1s ease-in-out
    }
}

#back-to-top:before {
    font-family: Material Icons;
    content: "arrow_upward"
}

#back-to-top:hover {
    background: #00994e
}

#back-to-top.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px
}

#sec-0 {
    opacity: 0;
    background-color: #ccc
}

#sec-0.lazyloaded {
    opacity: 1
}

#sec-0 .swiper-slide {
    width: 100%
}

#sec-0 .swiper-slide:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    content: ""
}

#sec-0 .swiper-slide .img {
    cursor: pointer;
    width: 100%;
    height: 100%
}

#sec-0 .swiper-slide .img.active img {
    opacity: 0
}

#sec-0 .swiper-slide .img.active:before {
    opacity: 0;
    font-size: 1.875rem
}

#sec-0 .swiper-slide .img.active video {
    opacity: 1
}

#sec-0 .swiper-slide .img img {
    -o-object-fit: cover;
    width: 100%;
    object-fit: cover
}

@media screen and (min-width: 1200px) {
    #sec-0 .swiper-slide .img img {
        height: 100vh
    }
}

@media screen and (max-width: 1199px) {
    #sec-0 .swiper-slide .img img {
        min-height: 50vh
    }
}

#sec-0 .swiper-slide .img video {
    -o-object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#sec-0 .swiper-slide .img:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 33;
    font-family: Material Icons;
    font-size: 5.9375rem;
    content: "play_circle_outline"
}

.account-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.account-wrapper em {
    display: block;
    color: #999;
    font-size: 1rem;
    font-weight: 400
}

.account-wrapper .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.account-wrapper .wrap ul {
    padding: 0
}

.account-wrapper .wrap ul li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    color: #666;
    font-size: .875rem;
    font-style: italic;
    font-weight: 400;
    list-style: none;
    white-space: nowrap
}

.account-wrapper .wrap ul li:nth-of-type(2), .account-wrapper .wrap ul li a:after {
    display: none
}

.account-wrapper .wrap ul li:hover {
    color: #00994e
}

.account-wrapper .wrap ul li:hover a {
    color: #00994e !important
}

.account-wrapper .wrap .logout {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 5px;
    color: #666;
    font-size: .875rem;
    font-style: italic;
    font-weight: 400;
    list-style: none;
    white-space: nowrap
}

.account-wrapper .wrap .logout:hover {
    color: #00994e
}

.account-wrapper .wrap .logout:hover a {
    color: #00994e !important
}

.user-sidemenu {
    padding: 60px 0
}

@media screen and (max-width: 768px) {
    .user-sidemenu {
        padding: 30px 0
    }
}

.checkout-title .title-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-left: 10px solid #00994e;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f1f1f1;
    padding: 12px 15px;
    width: 100%;
    overflow: hidden;
    color: #00994e;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.checkout-title .title-wrap .fas {
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    .checkout-title .title-wrap {
        border-left: 5px solid #00994e;
        font-weight: 600
    }
}

.admin-content .panel {
    margin: 60px 0;
    border-radius: 5px;
    background: #fff
}

.admin-content .panel .panel-heading h1 {
    margin-bottom: 30px;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.admin-content .form-horizontal {
    border: thin solid #ccc;
    border-radius: 15px;
    padding: 15px
}

.admin-content .form-horizontal .form-group label {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.admin-content .form-horizontal .form-group input {
    border: thin solid #ced4da !important;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
    height: 40px
}

.admin-content .form-horizontal .form-group input[type=submit] {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
    transition: all .2s ease-in-out;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    background: #00994e;
    min-width: 120px;
    height: 40px;
    color: #fff;
    font-size: 16px
}

.admin-content .form-horizontal .form-group span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    color: red !important;
    font-size: 12px;
    font-style: italic
}

.admin-content .form-horizontal .RadCaptcha {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px
}

.admin-content .form-horizontal .RadCaptcha > * {
    width: 100%
}

.admin-content .form-horizontal .RadCaptcha span {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.admin-content .form-horizontal .RadCaptcha > div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px
}

.admin-content .form-horizontal .RadCaptcha > div > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.admin-content .form-horizontal .RadCaptcha > div > div a {
    display: inline-block;
    padding-left: 15px;
    color: #1e87f0;
    font-size: 12px
}

.admin-content .form-horizontal .RadCaptcha input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 1200px) {
    .admin-content .form-horizontal {
        padding: 20px
    }
}

.customer-info {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px
}

.customer-info .bill-export, .customer-info .form-info, .customer-info .form-same {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 15px 0
}

.customer-info .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.customer-info .form-group label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.customer-info .form-group input, .customer-info .form-group select {
    width: 100%;
    height: 40px
}

.customer-info .form-group input, .customer-info .form-group select, .customer-info .form-group textarea {
    -webkit-box-flex: calc(100% - 230px);
    -ms-flex: calc(100% - 230px);
    flex: calc(100% - 230px);
    margin-left: 15px;
    border: thin solid #ccc;
    border-radius: 5px;
    padding: 0 15px
}

.customer-info .form-group textarea {
    padding: 5px 15px;
    min-height: 200px
}

.customer-info .form-group span {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 5px 0;
    color: #00994e;
    font-style: italic
}

@media screen and (max-width: 768px) {
    .customer-info .form-group label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
        flex: 0 0 125px
    }

    .customer-info .form-group textarea {
        min-height: 130px
    }
}

@media screen and (max-width: 425px) {
    .customer-info .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px
    }

    .customer-info .form-group span {
        font-size: 14px
    }

    .customer-info .form-group label {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .customer-info .form-group input, .customer-info .form-group select, .customer-info .form-group textarea {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: 100%;
        flex: none;
        margin-top: 5px;
        margin-left: 0;
        width: 100%
    }
}

.customer-info .form-same {
    padding-top: 0
}

@media screen and (max-width: 425px) {
    .customer-info .form-same {
        -ms-flex-line-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-content: center
    }

    .customer-info .form-same label {
        margin-left: 10px
    }
}

.customer-info .bill-export .form-wrapper, .customer-info .form-same .form-wrapper {
    display: none;
    padding-top: 15px
}

.customer-info .bill-export .form-wrapper i {
    display: block;
    padding: 5px 0
}

.term-service-wrap .qcheckbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 15px
}

.term-service-wrap .qcheckbox #PaymentAgree {
    border: thin solid #ccc;
    border-radius: 2px;
    width: 15px;
    height: 15px
}

.term-service-wrap .qcheckbox #PaymentAgree:checked {
    border: thin solid transparent
}

.term-service-wrap .qcheckbox label {
    margin-left: 15px;
    color: #000;
    font-size: .875rem;
    font-weight: 400
}

.setting-control .btn-gap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .setting-control {
        margin: 0 auto
    }

    .setting-control .btn-gap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

.setting-control .btn-gap {
    margin-top: 15px
}

.setting-control .btn-gap, .setting-control .btn-gap .btn-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.setting-control .btn-gap .btn-primary {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-left: 10px solid #00994e;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    color: #00994e
}

@media screen and (max-width: 768px) {
    .setting-control .btn-gap .btn-primary {
        border-left: 5px solid #00994e
    }
}

.setting-control .btn-gap .btn-primary + .btn-primary {
    margin-left: 15px
}

.setting-control .btn-gap .btn-primary span {
    margin-left: 10px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}

.setting-control .btn-gap .btn-primary.red em {
    padding-right: 0
}

@media screen and (max-width: 375px) {
    .setting-control .btn-gap .btn-primary.gray {
        margin-bottom: .9rem
    }
}

.setting-control .btn-gap .btn-primary.gray em, .setting-control .btn-gap .btn-primary.gray span {
    color: #333
}

.setting-control .btn-gap .btn-primary:hover {
    border-left: 10px solid #56856a;
    background-color: #56856a;
    color: #fff
}

.middle-fullwidth {
    margin: 0 auto;
    width: 100%
}

.middle-fullwidth .form-group.forget input {
    display: none
}

.middle-fullwidth .form-group.forget label {
    border: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.middle-fullwidth .uk-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

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

@media (min-width: 768px) {
    .middle-fullwidth .uk-container {
        max-width: 720px
    }
}

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

@media (min-width: 1200px) {
    .middle-fullwidth .uk-container {
        max-width: 1260px !important
    }
}

@media screen and (min-width: 1920px) {
    .middle-fullwidth .uk-container {
        max-width: 1260px !important
    }
}

.wrap-register {
    padding: 60px 0
}

@media screen and (max-width: 768px) {
    .wrap-register {
        padding: 30px 0
    }
}

.wrap-register .signup-panel {
    border: thin solid #ccc;
    border-radius: 10px;
    padding: 15px;
    width: 100%
}

.wrap-register .signup-panel .signup-form {
    width: 100%
}

.wrap-register .signup-panel .signup-form .createuserbutton {
    border-radius: 5px;
    background: #56856a;
    padding: 15px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff !important;
    font-size: 1rem;
    line-height: 100%;
    text-transform: uppercase
}

.form-horizontal .riStrengthBarL0 {
    display: none
}

.form-horizontal .form-group {
    position: relative;
    margin-bottom: 20px
}

.form-horizontal .form-group .fa-exclamation-triangle {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 2px;
    color: #00994e;
    font-size: .625rem;
    font-weight: 600
}

.form-horizontal .form-group label {
    margin-bottom: 5px
}

.form-horizontal .form-group input, .form-horizontal .form-group textarea {
    border: thin solid #ced4da !important;
    border-radius: 5px;
    width: 100%;
    height: 40px
}

.form-horizontal .form-group .settingcontrol input.form-control {
    height: 40px
}

.form-horizontal .form-group .settingrow select {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-clip: padding-box;
    background-color: #fff;
    padding: .375rem .75rem;
    width: 100%;
    height: 40px;
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.login-page .login-panel {
    margin: 60px 0;
    border-radius: 5px;
    background: #fff
}

.login-page .login-panel .sitelogo {
    margin-bottom: 40px;
    width: 100%;
    text-align: center
}

.login-page .login-panel img {
    height: 80px
}

.login-page .login-panel .headtitle {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase
}

.login-page .login-panel .headtitle:after {
    margin: 10px auto;
    content: ""
}

@media (max-width: 1199px) {
    .login-page .login-panel {
        margin: 60px 0
    }
}

@media (max-width: 543px) {
    .login-page .sitelogo {
        margin-bottom: 30px
    }
}

.login-form {
    margin: 0 auto;
    width: 100%
}

.login-form .panel-heading {
    display: none
}

.login-form .title {
    margin-bottom: 30px;
    border-left: 3px solid #8c0000;
    padding-left: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase
}

.login-form .module-title {
    margin-bottom: 20px;
    color: #666;
    font-size: .875rem
}

.login-form a {
    color: #8c0000
}

.login-form .form-group {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.login-form .form-group label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #e6e6e6;
    width: 50px;
    height: 40px;
    color: #999;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

.login-form .form-group label .fa {
    font-size: 1.125rem;
    line-height: 40px
}

.login-form input {
    -webkit-transition: all, .5s;
    -o-transition: all, .5s;
    transition: all, .5s;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 10px 30px 10px 60px;
    width: 100%;
    font-size: .875rem
}

.login-form input::-webkit-input-placeholder {
    font-size: 15px
}

.login-form input::-moz-placeholder {
    font-size: 15px
}

.login-form input:-ms-input-placeholder {
    font-size: 15px
}

.login-form input::-ms-input-placeholder {
    font-size: 15px
}

.login-form input::placeholder {
    font-size: 15px
}

.login-form input:active, .login-form input:focus, .login-form input:hover {
    border-color: #999
}

@media screen and (max-width: 400px) {
    .login-form input {
        width: 100%
    }
}

.login-form a {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0;
    color: #000
}

.login-form a:hover {
    color: #8c0000
}

.login-form .forget {
    margin-bottom: 30px;
    color: #999;
    font-size: .875rem
}

.login-form .forget input[type=checkbox]:checked ~ label:before {
    content: "\F0132"
}

.login-form .forget label {
    position: relative;
    padding-left: 30px;
    width: auto;
    height: auto;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    text-transform: none
}

.login-form .forget label, .login-form .forget label:before {
    -webkit-transition: all, .5s;
    -o-transition: all, .5s;
    transition: all, .5s;
    color: #333
}

.login-form .forget label:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    font-family: Material Design Icons;
    font-size: 20px;
    font-size: 16px;
    line-height: 14px;
    content: "\F0131"
}

.login-form .forget label:hover {
    color: #333
}

.login-form .btn-login {
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    background: #8c0000;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-align: center
}

.login-form .btn-login:hover:after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.login-form .btn-login:before {
    background: #c61017
}

.login-form .btn-login:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all .3s ease-in-out;
    font: normal normal normal 24px/1 Material Design Icons;
    content: "\F0142"
}

.login-form input[type=reset] {
    display: none
}

.login-form input[type=submit] {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #00994e;
    padding: 15px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff !important;
    font-size: 1rem;
    line-height: 100%;
    text-transform: uppercase
}

.login-form input[type=submit]:hover {
    background-color: #00994e
}

.login-form .go-signup {
    margin-top: 15px;
    text-align: center
}

.login-form .go-signup a {
    display: block;
    clear: both;
    color: #8c0000
}

.login-form .go-signup a:hover {
    color: #000
}

@media (max-width: 543px) {
    .login-form .btn-login {
        width: 100%
    }
}

.login-bg {
    position: relative;
    border-radius: 5px;
    padding: 50px;
    width: 60%;
    overflow: hidden
}

.login-bg .login-img, .login-bg .login-img .login-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.login-bg .login-img .login-overlay {
    display: block;
    opacity: .5;
    z-index: 1;
    background: #000
}

.login-bg img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
    max-width: unset;
    height: 100%
}

.login-bg .login-des {
    position: relative;
    z-index: 1;
    color: #fff
}

.login-bg .login-des .title {
    margin-bottom: 20px;
    font-size: 2.875rem;
    font-weight: 300
}

.login-bg .login-des .module-title {
    opacity: .9;
    font-size: 1.625rem;
    font-weight: 200
}

.login-bg .login-des .des {
    margin-top: 180px;
    font-size: 1.25rem
}

.login-bg .login-des .des span {
    display: inline-block;
    opacity: .8;
    margin-right: 10px;
    font-weight: 200
}

.login-bg .login-des .des a {
    display: inline-block;
    opacity: 1;
    color: #fff;
    font-size: 2rem;
    font-weight: 300
}

.login-bg .login-des .des a:after {
    margin-left: 5px;
    font-family: fontawesome;
    content: "\f105"
}

.login-bg .login-des .des a:hover {
    color: #8c0000
}

@media (max-width: 991px) {
    .login-bg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

@media (max-width: 767px) {
    .login-bg {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .login-bg .login-img img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 767px) {
    .login-bg .login-img img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -khtml-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}

@media (max-width: 543px) {
    .login-bg .login-img img {
        width: auto;
        height: 100%
    }
}

@media (max-width: 767px) {
    .login-bg .login-des .title {
        margin-bottom: 10px;
        font-size: 2.25rem
    }
}

@media (max-width: 767px) {
    .login-bg .login-des .module-title {
        font-size: 1.25rem
    }
}

@media (max-width: 991px) {
    .login-bg .login-des .des {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .login-bg .login-des .des {
        margin-top: 10px
    }
}

@media (max-width: 543px) {
    .login-bg .login-des .des a {
        font-size: 1.625rem
    }
}

.panel-primary span {
    display: block;
    color: #eb0c22;
    font-style: italic
}

.loginstandard {
    border: thin solid #ccc;
    border-radius: 15px;
    padding: 2rem 10px 10px
}

.pages-index-1 {
    padding: 0;
    height: 100vh
}

@media screen and (max-width: 425px) {
    .pages-index-1 {
        height: 120vh
    }
}

@media screen and (min-width: 1280px) {
    .pages-index-1 {
        padding: 55px 0 0
    }
}

@media screen and (min-width: 1600px) {
    .pages-index-1 {
        padding-top: 90px
    }
}

.pages-index-1 .index-1-slide, .pages-index-1 .swiper-container, .pages-index-1 .swiper-wrapper {
    width: 100%;
    height: 100%
}

.pages-index-1 .swiper-slide.checked .answer li {
    pointer-events: visible !important
}

.pages-index-1 .swiper-slide .img-cover {
    width: 100%;
    height: 100%
}

.pages-index-1 .swiper-slide .img-cover img {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pages-index-1 .swiper-slide .img-cover img.lazyloaded {
    opacity: 1
}

.pages-index-1 .box-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media screen and (max-width: 1024px) {
    .pages-index-1 .box-content {
        padding: 0 30px
    }
}

.pages-index-1 .box-content.first-slide {
    width: 31.25rem;
    height: 31.25rem
}

.pages-index-1 .box-content.first-slide:before {
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/index/i-1-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: ""
}

.pages-index-1 .box-content.first-slide:after {
    top: 10px;
    left: 10px;
    z-index: -2;
    background-image: url(../img/index/i-1-circle-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: ""
}

.pages-index-1 .box-content.first-slide .wrapper {
    margin-top: 29px;
    max-width: 358px
}

.pages-index-1 .box-content.first-slide .wrapper:before {
    top: 22px;
    left: -15px;
    opacity: .95;
    z-index: -1;
    border-radius: 50%;
    background-color: #00994e;
    width: 60px;
    height: 60px;
    content: ""
}

.pages-index-1 .box-content.first-slide .wrapper:after {
    right: -80px;
    bottom: 117px;
    opacity: .95;
    z-index: -1;
    border-radius: 50%;
    background-color: #00994e;
    width: 120px;
    height: 120px;
    content: ""
}

.pages-index-1 .box-content.first-slide .wrapper .button {
    margin-top: 20px
}

.pages-index-1 .box-content.next-child .header {
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    padding: 18px 76px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.next-child .header {
        padding: 10px 40px
    }
}

@media screen and (max-width: 425px) {
    .pages-index-1 .box-content.next-child .header {
        padding: 10px 20px
    }
}

@media screen and (max-width: 375px) {
    .pages-index-1 .box-content.next-child .header {
        padding: 10px
    }
}

.pages-index-1 .box-content.next-child .header .start {
    white-space: nowrap
}

.pages-index-1 .box-content.next-child .header ul {
    margin: 0 35px
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.next-child .header ul {
        margin: 0 20px
    }
}

@media screen and (max-width: 375px) {
    .pages-index-1 .box-content.next-child .header ul {
        margin: 0 10px
    }
}

.pages-index-1 .box-content.next-child .header ul li.active a {
    background-color: #00994e;
    color: #fff
}

.pages-index-1 .box-content.next-child .header ul li a {
    background-color: #ededed;
    width: 60px;
    height: 60px
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.next-child .header ul li a {
        width: 40px;
        height: 40px;
        font-size: 1.125rem
    }
}

.pages-index-1 .box-content.next-child .header ul li + li {
    margin-left: 35px
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.next-child .header ul li + li {
        margin-left: 20px
    }
}

.pages-index-1 .box-content.next-child .header ul li + li:before {
    left: -23.5px;
    background-image: url(../img/index/Shape_5.png);
    background-size: contain;
    width: 10px;
    height: 2px;
    content: ""
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.next-child .header ul li + li:before {
        left: -15px;
        background-size: cover
    }
}

.pages-index-1 .box-content.next-child .header .end {
    white-space: nowrap
}

.pages-index-1 .box-content.next-child .wrapper {
    margin-top: 4.375rem;
    max-width: 880px
}

.pages-index-1 .box-content.next-child .wrapper .title {
    line-height: 1.3
}

.pages-index-1 .box-content.next-child .wrapper .answer {
    margin-top: 2.1875rem;
    max-width: 492px
}

.pages-index-1 .box-content.next-child .wrapper .answer li {
    cursor: pointer;
    width: 100px;
    pointer-events: none;
    color: #ccc;
    font-size: 1.5rem;
    font-weight: 400
}

@media screen and (min-width: 1280px) {
    .pages-index-1 .box-content.next-child .wrapper .answer li {
        width: 132px
    }
}

.pages-index-1 .box-content.next-child .wrapper .answer li img {
    -o-object-fit: contain;
    top: 0;
    width: 100%;
    height: 100px;
    object-fit: contain
}

@media screen and (min-width: 1280px) {
    .pages-index-1 .box-content.next-child .wrapper .answer li img {
        height: 132px
    }
}

.pages-index-1 .box-content.next-child .wrapper .answer li .chose_answer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.pages-index-1 .box-content.next-child .wrapper .answer li.active {
    color: #00994e
}

.pages-index-1 .box-content.next-child .wrapper .answer li.active .default_answer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.pages-index-1 .box-content.next-child .wrapper .answer li.active .chose_answer {
    visibility: visible;
    opacity: 1;
    pointer-events: visible
}

.pages-index-1 .box-content.next-child .wrapper .answer li span {
    margin-top: 100px
}

@media screen and (min-width: 1280px) {
    .pages-index-1 .box-content.next-child .wrapper .answer li span {
        margin-top: 135px
    }
}

.pages-index-1 .box-content.last-child {
    padding: 0 15px;
    max-width: 900px
}

@media screen and (min-width: 1280px) {
    .pages-index-1 .box-content.last-child {
        padding: 0;
        max-width: 1020px
    }
}

.pages-index-1 .box-content.last-child .wrapper {
    margin-top: 15px;
    border-radius: 0 50px;
    background-color: #00994e;
    padding: 35px 60px
}

@media screen and (max-width: 576px) {
    .pages-index-1 .box-content.last-child .wrapper {
        padding: 35px 10px
    }
}

.pages-index-1 .box-content.last-child .wrapper .ctn {
    margin-bottom: 40px;
    line-height: 1.3
}

.pages-index-1 .box-content.last-child .wrapper .ctn span {
    text-decoration: underline
}

.pages-index-1 .box-content.last-child .wrapper .vector-img {
    margin-bottom: -100px
}

.pages-index-2 {
    position: relative
}

@media screen and (min-width: 1280px) {
    .pages-index-2 {
        padding-top: 75px
    }
}

@media screen and (min-width: 1366px) {
    .pages-index-2 {
        padding-top: 90px
    }
}

@media screen and (min-width: 1660px) {
    .pages-index-2 {
        padding-top: 140px
    }
}

@media screen and (min-width: 1440px) {
    .pages-index-2 [class*=col-] {
        margin-top: 5px
    }
}

@media screen and (min-width: 1600px) {
    .pages-index-2 [class*=col-] {
        margin-top: 15px
    }
}

@media screen and (max-width: 1024px) {
    .pages-index-2 [class*=col-] {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1280px) {
    .pages-index-2 [class*=col-]:first-child .box-news {
        margin-top: 100px
    }
}

.pages-index-2 [class*=col-]:first-child .box-news .ctn {
    background-color: #74be4c
}

@media screen and (min-width: 1280px) {
    .pages-index-2 [class*=col-]:first-child .box-news .ctn {
        min-height: 200px
    }
}

@media screen and (min-width: 1280px) {
    .pages-index-2 [class*=col-]:nth-of-type(2) .box-news {
        margin-top: 50px
    }
}

.pages-index-2 [class*=col-]:nth-of-type(2) .box-news .ctn {
    background-color: #00994e
}

@media screen and (min-width: 1280px) {
    .pages-index-2 [class*=col-]:nth-of-type(2) .box-news .ctn {
        min-height: 250px
    }
}

.pages-index-2 [class*=col-]:last-child .box-news .ctn {
    background-color: #007c40
}

@media screen and (min-width: 1280px) {
    .pages-index-2 [class*=col-]:last-child .box-news .ctn {
        min-height: 300px
    }
}

.pages-index-2 .box-news {
    z-index: 3
}

.pages-index-2 .box-news:before {
    top: 10px;
    left: 10px;
    z-index: -1;
    background-image: url(../img/index/i-2-news-cover.png);
    width: 100%;
    height: 100%;
    content: ""
}

.pages-index-2 .box-news .img {
    border-radius: 50px 0 0
}

.pages-index-2 .box-news .img a {
    display: block;
    position: relative;
    padding-top: 57.77778%;
    height: 0;
    overflow: hidden
}

.pages-index-2 .box-news .img a iframe, .pages-index-2 .box-news .img a img, .pages-index-2 .box-news .img a video {
    -o-object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 1440px) {
    .pages-index-2 .box-news .img a {
        padding-top: 50%
    }
}

.pages-index-2 .box-news .step {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 3;
    height: 50px
}

.pages-index-2 .box-news .step span {
    margin-right: -30px;
    margin-left: 10px;
    border: 5px solid #fff;
    background-color: #ffd800;
    width: 60px;
    height: 60px
}

.pages-index-2 .box-news .ctn {
    padding: 18px 30px 0 40px
}

@media screen and (max-width: 1024px) {
    .pages-index-2 .box-news .ctn {
        min-height: 220px
    }
}

@media screen and (max-width: 768px) {
    .pages-index-2 .box-news .ctn {
        padding-bottom: 30px;
        min-height: auto
    }
}

@media screen and (max-width: 575px) {
    .pages-index-2 .box-news .ctn {
        padding: 20px 15px
    }
}

.pages-index-2 .box-news .ctn ul {
    overscroll-behavior-block: contain;
    padding-right: 10px;
    padding-left: 17px;
    max-height: 10.375rem;
    overflow: auto
}

.pages-index-2 .box-news .ctn ul::-webkit-scrollbar-thumb {
    background-color: #fff
}

.pages-index-2 .box-news .ctn ul::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

.pages-index-2 .box-news .ctn ul li::marker {
    background-color: #fff;
    width: 6px;
    height: 6px;
    color: #fff
}

.pages-index-2 .box-news .ctn ul li > * {
    margin-left: -5px
}

@media screen and (max-width: 575px) {
    .pages-index-2 .container {
        padding-right: 30px
    }
}

.pages-index-5 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-transition: all 2s ease-in-out !important;
    -o-transition: all 2s ease-in-out !important;
    align-items: flex-end;
    transition: all 2s ease-in-out !important
}

.pages-index-5.current-page {
    -webkit-transition: all 1s cubic-bezier(.22, .44, 0, 1) !important;
    -o-transition: all 1s cubic-bezier(.22, .44, 0, 1) !important;
    transition: all 1s cubic-bezier(.22, .44, 0, 1) !important
}

.pages-index-3 {
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .pages-index-3 {
        padding-top: 75px
    }
}

@media screen and (min-width: 1366px) {
    .pages-index-3 {
        padding-top: 80px
    }
}

@media screen and (min-width: 1660px) {
    .pages-index-3 {
        padding-top: 135px
    }
}

@media screen and (min-width: 1660px) {
    .pages-index-3 .box-condition {
        margin-top: 20px
    }
}

@media screen and (max-width: 1200px) {
    .pages-index-3 .box-condition .ctn-step {
        display: none
    }
}

.pages-index-3 .main-ctn {
    z-index: 3;
    padding: 85px 80px 0;
    width: 520px;
    height: 520px
}

@media screen and (max-width: 1024px) {
    .pages-index-3 .main-ctn {
        padding: 80px 30px 0;
        width: 470px;
        height: 470px
    }
}

@media screen and (max-width: 575px) {
    .pages-index-3 .main-ctn {
        width: 430px;
        height: 430px
    }
}

@media screen and (max-width: 425px) {
    .pages-index-3 .main-ctn {
        width: 370px;
        height: 370px
    }
}

@media screen and (max-width: 375px) {
    .pages-index-3 .main-ctn {
        padding-top: 60px;
        width: 340px;
        height: 340px
    }
}

.pages-index-3 .main-ctn:before {
    top: 10px;
    left: 14px;
    background-image: url(../img/index/i-3-circle-after.png)
}

.pages-index-3 .main-ctn:after, .pages-index-3 .main-ctn:before {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: ""
}

.pages-index-3 .main-ctn:after {
    top: 0;
    left: 0;
    background-image: url(../img/index/i-3-circle-before.png)
}

.pages-index-3 .main-ctn .wrapper {
    z-index: 4
}

.pages-index-3 .main-ctn .wrapper .title {
    color: #fef250;
    font-size: 2.375rem;
    text-shadow: 3px 4px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width: 425px) {
    .pages-index-3 .main-ctn .wrapper .title {
        font-size: 1.5625rem
    }
}

.pages-index-3 .main-ctn .wrapper ul {
    padding-top: 15px;
    padding-left: 17px
}

@media screen and (max-width: 425px) {
    .pages-index-3 .main-ctn .wrapper ul {
        font-size: 1.125rem
    }
}

.pages-index-3 .main-ctn .wrapper ul li::marker {
    width: 6px;
    height: 6px;
    color: #ffd800
}

.pages-index-3 .main-ctn .wrapper ul li + li {
    margin-top: 15px
}

@media screen and (max-width: 425px) {
    .pages-index-3 .main-ctn .wrapper ul li + li {
        margin-top: 7px
    }
}

.pages-index-3 .main-ctn .wrapper ul li > * {
    margin-left: -5px
}

.pages-index-3 .ctn-step {
    z-index: 3
}

.pages-index-3 .ctn-step .step {
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    margin-bottom: 15px;
    box-shadow: 3px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    background-color: #fef250;
    width: 60px;
    height: 60px;
    color: #333
}

@media screen and (max-width: 425px) {
    .pages-index-3 .ctn-step .step {
        margin: 0 auto
    }
}

.pages-index-3 .ctn-step .title {
    color: #fef250;
    text-shadow: 3px 4px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width: 425px) {
    .pages-index-3 .ctn-step .title {
        margin-top: 10px;
        text-align: center
    }
}

.pages-index-3 .ctn-step .ctn {
    margin: 0 auto;
    color: #fff;
    font-size: r916px;
    font-weight: 400;
    line-height: 22px;
    line-height: 1.375
}

@media screen and (max-width: 425px) {
    .pages-index-3 .ctn-step .ctn {
        margin-top: 10px;
        font-weight: 600;
        text-align: center
    }
}

.pages-index-3 .ctn-step .img {
    width: 252px;
    height: 202px
}

@media screen and (max-width: 1024px) {
    .pages-index-3 .ctn-step .img {
        margin-bottom: -60px
    }
}

.pages-index-3 .ctn-step .img img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pages-index-3 [class*=ctn-step]:nth-of-type(2) {
    top: 14%;
    text-align: right
}

@media screen and (min-width: 1280px) {
    .pages-index-3 [class*=ctn-step]:nth-of-type(2) {
        left: -.5%
    }
}

@media screen and (min-width: 1366px) {
    .pages-index-3 [class*=ctn-step]:nth-of-type(2) {
        left: 4%
    }
}

.pages-index-3 [class*=ctn-step]:nth-of-type(2) .box-ctn {
    max-width: 200px
}

.pages-index-3 [class*=ctn-step]:nth-of-type(2) .box-ctn .step {
    margin-left: auto
}

.pages-index-3 [class*=ctn-step]:nth-of-type(2) .img {
    margin-bottom: -35%
}

.pages-index-3 [class*=ctn-step]:nth-of-type(3) {
    bottom: 1%;
    text-align: right
}

@media screen and (min-width: 1280px) {
    .pages-index-3 [class*=ctn-step]:nth-of-type(3) {
        left: -.5%
    }
}

@media screen and (min-width: 1366px) {
    .pages-index-3 [class*=ctn-step]:nth-of-type(3) {
        left: 2%
    }
}

.pages-index-3 [class*=ctn-step]:nth-of-type(3) .box-ctn {
    max-width: 235px
}

.pages-index-3 [class*=ctn-step]:nth-of-type(3) .box-ctn .step {
    margin-left: auto
}

.pages-index-3 [class*=ctn-step]:nth-of-type(3) .img {
    margin-bottom: -45%
}

.pages-index-3 [class*=ctn-step]:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    bottom: -20%;
    left: 37%;
    flex-direction: row-reverse
}

.pages-index-3 [class*=ctn-step]:nth-of-type(4) .box-ctn {
    max-width: 370px
}

.pages-index-3 [class*=ctn-step]:nth-of-type(4) .img {
    margin-bottom: -19%
}

.pages-index-3 [class*=ctn-step]:nth-of-type(5) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    right: 1%;
    bottom: 5.5%;
    flex-direction: row-reverse
}

.pages-index-3 [class*=ctn-step]:nth-of-type(5) .box-ctn {
    max-width: 255px
}

.pages-index-3 [class*=ctn-step]:nth-of-type(5) .img {
    margin-bottom: -60%
}

.pages-index-3 [class*=ctn-step]:nth-of-type(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    top: 14%;
    right: -.3%;
    flex-direction: row-reverse
}

.pages-index-3 [class*=ctn-step]:nth-of-type(6) .box-ctn {
    max-width: 260px
}

.pages-index-3 [class*=ctn-step]:nth-of-type(6) .img {
    margin-bottom: -40%
}

.pages-index-3 .index-3-slide {
    margin-top: 30px
}

@media screen and (min-width: 1280px) {
    .pages-index-3 .index-3-slide {
        display: none
    }
}

.pages-index-3 .index-3-slide .ctn-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column-reverse;
    align-items: flex-start
}

@media screen and (max-width: 425px) {
    .pages-index-3 .index-3-slide .ctn-step {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.pages-index-4 {
    padding-bottom: 0
}

@media screen and (min-width: 1280px) {
    .pages-index-4 {
        padding-top: 90px
    }
}

@media screen and (min-width: 1366px) {
    .pages-index-4 {
        padding-top: 120px
    }
}

@media screen and (min-width: 1660px) {
    .pages-index-4 {
        padding-top: 140px
    }
}

.pages-index-4 .last-sec {
    padding-bottom: 3.75rem;
    max-width: 720px
}

.pages-index-4 .last-sec .block-title {
    margin-bottom: 40px
}

.pages-index-4 .last-sec .ctn {
    margin: 0 -10px;
    line-height: 1.3
}

.pages-index-4 .last-sec .quote {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
    font-size: 1.5rem
}

.pages-index-4 .last-sec .quote:before {
    margin-right: 20px;
    background-image: url(../img/index/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 16px;
    content: ""
}

.pages-index-4 .last-sec .quote .text {
    z-index: 3
}

.pages-index-4 .last-sec .quote .text:after {
    bottom: 0;
    z-index: -1;
    background-color: #00994e;
    width: calc(100% + 10px);
    height: 15px;
    content: ""
}

.pages-index-4 .last-sec .wrap-form {
    margin: 35px -7.5px 0
}

.pages-index-4 .last-sec .wrap-form [class*=col-] {
    padding: 0 10px
}

.pages-index-4 .last-sec .wrap-form.active {
    display: none
}

.pages-index-4 .last-sec .wrap-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.pages-index-4 .last-sec .wrap-form .form-group label {
    margin-bottom: 5px;
    letter-spacing: .32px
}

.pages-index-4 .last-sec .wrap-form .form-group input:active {
    border: 2px solid #71bf44
}

.pages-index-4 .last-sec .wrap-form .form-group input:focus {
    border: 2px solid #00994e
}

.pages-index-4 .last-sec .wrap-form .form-group input, .pages-index-4 .last-sec .wrap-form .form-group select {
    -webkit-box-shadow: 3px 4px 20px rgba(0, 0, 0, .03);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, .03);
    border: 2px solid transparent;
    background-color: #fff;
    padding: 12px 20px;
    width: 100%;
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group input::-webkit-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group input::-moz-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select::-moz-placeholder {
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group input:-ms-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select:-ms-input-placeholder {
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group input::-ms-input-placeholder, .pages-index-4 .last-sec .wrap-form .form-group select::-ms-input-placeholder {
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group input::placeholder, .pages-index-4 .last-sec .wrap-form .form-group select::placeholder {
    color: #666;
    font-style: italic;
    letter-spacing: .28px
}

.pages-index-4 .last-sec .wrap-form .form-group select {
    padding: 13px 20px
}

.pages-index-4 .last-sec .wrap-form .form-group span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    color: red;
    font-size: .8125rem;
    font-weight: 700
}

.pages-index-4 .last-sec .wrap-form .form-group.show-error span {
    left: 20px;
    opacity: 1
}

.pages-index-4 .last-sec .button {
    margin-top: 35px
}

.pages-index-4 .last-sec .alert-success {
    opacity: 0;
    margin: 5rem 0;
    border-radius: 5px;
    background-color: #00994e;
    padding: 30px 10px;
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

.pages-index-4 .last-sec .alert-success .ctn:before {
    margin-right: 10px;
    font-family: Linearicons-Free;
    font-size: 1.125rem;
    content: "\e87f"
}

.pages-index-4 .last-sec .alert-success.active {
    opacity: 1;
    font-size: 1.5rem
}

.pages-index-4 .last-sec .alert-success.active .ctn:before {
    font-size: 1.875rem
}

@media screen and (min-width: 1200px) {
    .pages-index-4.down-scroll {
        -webkit-transform: translate3d(0, -530px, 0);
        transform: translate3d(0, -530px, 0)
    }
}

.footer-wrapper {
    background-color: #00773d;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .footer-wrapper {
        height: 530px
    }
}

.footer-wrapper .sec-1 {
    background-image: url(../img/footer/homepattern.jpg);
    padding: 35px 0
}

.footer-wrapper .sec-1 .button {
    margin-top: 11px
}

.footer-wrapper .sec-1 .button .btn-arrow {
    color: #00994e
}

.footer-wrapper .sec-1 .button .btn-arrow:before {
    background-color: #00994e
}

.footer-wrapper .sec-1 .button .btn-arrow:hover {
    color: #fff
}

.footer-wrapper .sec-1 .button em {
    margin: 0 10px 0 0
}

.footer-wrapper .sec-2 {
    padding: 40px 0
}

@media screen and (min-width: 1280px) {
    .footer-wrapper .sec-2 .container {
        max-width: 1200px
    }
}

@media screen and (max-width: 1024px) {
    .footer-wrapper .sec-2 .footer-about {
        margin-bottom: 15px;
        text-align: center
    }
}

.footer-wrapper .sec-2 .footer-about .company {
    margin-top: 10px
}

.footer-wrapper .sec-2 .footer-link .wrapper .title {
    margin-top: 17px;
    margin-bottom: 12px
}

@media screen and (max-width: 576px) {
    .footer-wrapper .sec-2 .footer-link .wrapper .title {
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: center
    }
}

.footer-wrapper .sec-2 .footer-link .wrapper li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 576px) {
    .footer-wrapper .sec-2 .footer-link .wrapper li {
        margin: 0 auto
    }
}

.footer-wrapper .sec-2 .footer-link .wrapper li:before {
    left: 0;
    background-color: #ffd800;
    width: 0;
    height: 1px;
    content: ""
}

.footer-wrapper .sec-2 .footer-link .wrapper li:hover {
    padding-left: 15px;
    color: #ffd800
}

.footer-wrapper .sec-2 .footer-link .wrapper li:hover:before {
    width: 10px
}

.footer-wrapper .sec-3 {
    background-color: #159851;
    padding: 15px 0
}

@media screen and (min-width: 1280px) {
    .footer-wrapper .sec-3 .container {
        max-width: 1200px
    }
}

.footer-wrapper .sec-3 .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media screen and (max-width: 768px) {
    .footer-wrapper .sec-3 .footer-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-wrapper .sec-3 .footer-nav a {
    margin: 0 15px;
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    .footer-wrapper .sec-3 .copyright {
        margin-top: 10px;
        font-size: 1.0625rem;
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    footer {
        display: none
    }
}

header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: 1s all ease-in-out;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 999;
    transition: all 1s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    padding: 10px 0;
    max-height: 100px
}

@media screen and (min-width: 1600px) {
    header {
        padding: 30px 0
    }
}

header.lazyloaded {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (min-width: 1280px) {
    header .container {
        max-width: 1230px
    }
}

@media screen and (max-width: 1024px) {
    header .right-menu {
        display: none
    }
}

header nav li {
    cursor: pointer
}

header nav li + li {
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    header nav li + li {
        margin-top: 0;
        margin-left: 10px
    }
}

header nav li.button a {
    -webkit-box-shadow: 6px 6px 20px rgba(255, 168, 0, .4);
    box-shadow: 6px 6px 20px rgba(255, 168, 0, .4);
    border-radius: 22px;
    background-color: #fff43c;
    padding: 12.5px 26px
}

header nav li a {
    border-radius: 20px;
    background-color: #ededed;
    padding: 8px 17px
}

@media screen and (max-width: 1024px) {
    header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

header .left-logo .img img {
    width: 213px
}

header .nav-mobile {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .09);
    -webkit-transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    top: calc(100% - 1px);
    right: 0;
    transform: translateX(100%);
    transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .09);
    padding: 25px 20px 15px;
    width: 100%;
    max-width: 320px;
    height: 100vh
}

@media screen and (min-width: 1025px) {
    header .nav-mobile {
        display: none
    }
}

header .nav-mobile.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}