*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.iti__country-name{
    color: #000 !important;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

.metrics-list.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .metrics-list.row {
        flex-direction: column;
        gap: 24px;
    }

    .metrics-list.row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .metrics-list.row .metrics-item-title-wrap {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
    }

    .metrics-section .metrics-item-title-wrap .metrics-item-title {
        margin-bottom: 0;
    }
}

.metrics-item-title-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.metrics-item-title-wrap .metrics-item-title {
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 0;
    align-items: flex-start;
    text-align: justify;
}

@media (min-width: 768px) {
    .metrics-list.row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        gap: 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .metrics-list.row > [class*="col-"] {
        display: contents;
    }

    .metrics-item-title-wrap {
        min-height: 100%;
    }
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

.main {
    background-image: url(../img/main-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 160px 0 100px 0;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .main {
        padding: 100px 0 40px 0;
        background: #fff
    }
}

.main-container {
    padding: 40px 50px
}

@media screen and (max-width: 1439px) {
    .main-container {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .main-container {
        padding: 20px 10px
    }
}

.main-title {
    color: #004938;
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (max-width: 1439px) {
    .main-title {
        font-size: 64px
    }
}

@media screen and (max-width: 991px) {
    .main-title {
        font-size: 40px;
        padding: 5px 15px
    }
}

@media screen and (max-width: 767px) {
    .main-title {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .main-form {
        margin: 0 -10px
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

body.index-page {
    background-image: none
}

img, svg {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.quote {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px
}

@media screen and (max-width: 1439px) {
    .quote {
        font-size: 22px
    }
}

@media screen and (max-width: 991px) {
    .quote {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .quote {
        font-size: 17px
    }
}

.quote::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(to bottom, #d6fa03 0, #d6fa03);
    position: absolute;
    left: 0;
    top: 0
}

.title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 26px;
        margin-bottom: 15px
    }
}

.padding-60 {
    padding: 60px 0
}

@media screen and (max-width: 991px) {
    .padding-60 {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .padding-60 {
        padding: 30px 0
    }
}

.border-box {
    border-radius: 25px;
    overflow: hidden;
    background-color: #004938;
    color: #fff
}

.border-box-inner {
    padding: 10px 30px
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

.index-page .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.form-wrapper {
    padding: 54px 44px 44px;
    border-radius: 32px;
    background-color: #004938;
    color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1439px) {
    .form-wrapper {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .form-wrapper {
        padding: 15px
    }
}

.form-wrapper-circles {
    position: relative;
    max-width: 540px;
    margin: 0 auto
}

.form-header {
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .form-header {
        margin-bottom: 15px
    }
}

.form-header p {
    font-size: 18px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .form-header p {
        font-size: 16px
    }
}

.form-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 1439px) {
    .form-title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .form-title {
        font-size: 22px
    }
}

.form-btn {
    padding: 17px 44px;
    border-radius: 5px;
    background-image: radial-gradient(circle at 52% 72%, #d6fa03, #d6fa03 109%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #0a032f !important;
    text-transform: uppercase;
    text-align: center;
    border: 0
}

@media screen and (max-width: 767px) {
    .form-btn {
        padding: 12px 25px;
        font-size: 18px
    }
}

.form-bottom {
    color: #000
}

.form-bottom label {
    font-size: 14px
}

.form-bottom label {
    display: flex;
    text-align: left;
    align-items: flex-start
}

.form-bottom label input[type=checkbox] {
    flex-basis: 15px;
    min-width: 15px;
    height: 22px;
    margin-right: 10px
}

.form-input-wrap {
    margin-bottom: 1rem;
    position: relative
}

form .form-btn {
    width: 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.education-item input[type=checkbox] {
    display: none !important
}

.learn-list-content-item {
    display: none;
    background: #004938;
    color: #fff
}

.learn-list-content-item-inner {
    padding: 45px
}

@media screen and (max-width: 991px) {
    .learn-list-content-item-inner {
        padding: 20px
    }
}

.learn-list-content-item p:last-child {
    margin-bottom: 0
}

.learn-list-content-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #d3f703;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media screen and (max-width: 991px) {
    .learn-list-content-sub-title {
        font-size: 21px
    }
}

.metrics-item input[type=checkbox] {
    display: none !important
}

.assets-content-item {
    display: none
}

.faq-item input[type=checkbox] {
    display: none !important
}

[data-error-status=inactive] {
    display: none
}

[data-check-icon] {
    position: absolute;
    right: 5px;
    font-size: 25px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #41ad48;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

[data-check-icon] img {
    max-width: 35px
}

[data-check-icon=inactive] {
    display: none
}

[data-for-error] {
    width: 100%;
    font-weight: 400;
    margin-top: .25rem;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px
}

.alert-danger {
    font-weight: 400;
    border: 0;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px;
    border-radius: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#ij5pw {
    margin-left: 15px;
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

h1, h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img, svg {
    vertical-align: middle
}

label {
    display: inline-block
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img, svg {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.fs-24 {
    font-size: 24px
}

@media screen and (max-width: 991px) {
    .fs-24 {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .fs-24 {
        font-size: 18px
    }
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

.about-page .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.principles-list {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 60px);
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .principles-list {
        max-width: calc(100% - 30px)
    }
}

.principles-item {
    margin: 0 30px 60px 30px;
    flex-basis: calc(50% - 60px);
    min-width: calc(50% - 60px);
    border-radius: 20px;
    border: 2px solid transparent
}

@media screen and (max-width: 991px) {
    .principles-item {
        flex-basis: calc(50% - 30px);
        min-width: calc(50% - 30px);
        margin: 0 15px 30px 15px
    }
}

@media screen and (max-width: 767px) {
    .principles-item {
        flex-basis: 100%;
        min-width: 100%;
        margin: 0 0 30px 0
    }
}

.principles-item:first-child {
    position: relative
}

.principles-item:first-child:after {
    content: "";
    display: block;
    width: 153px;
    height: 152px;
    background-image: url(../img/principles-center-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: calc(100% - 46.5px);
    top: calc(100% - 46px)
}

@media screen and (max-width: 991px) {
    .principles-item:first-child:after {
        width: 100px;
        height: 100px;
        left: calc(100% - 35px);
        top: calc(100% - 35px)
    }
}

@media screen and (max-width: 767px) {
    .principles-item:first-child:after {
        display: none
    }
}

.principles-item--shadow {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    border-radius: 20px
}

.principles-item-inner {
    background-color: #fff;
    border-radius: 18px;
    padding: 40px;
    color: #1a202a;
    height: 100%
}

@media screen and (max-width: 991px) {
    .principles-item-inner {
        padding: 20px
    }
}

.principles-item-icon {
    margin-bottom: 40px
}

@media screen and (max-width: 991px) {
    .principles-item-icon {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .principles-item-icon {
        margin-bottom: 20px
    }
}

.principles-item-icon svg {
    border: 1px solid #d6fa03;
    border-radius: 6px
}

.principles-item-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .principles-item-title {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .principles-item-title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.principles-item p:last-child {
    margin-bottom: 0
}

.page-header {
    padding: 160px 0 60px 0;
    background-image: url(../img/page-header-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .page-header {
        padding: 100px 0 30px 0
    }
}

.page-title {
    font-size: 84px;
    font-weight: 700;
    color: #004938;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .page-title {
        font-size: 54px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .page-title {
        font-size: 36px
    }
}

.page-main {
    padding: 70px 0
}

@media screen and (max-width: 991px) {
    .page-main {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .page-main {
        padding: 30px 0
    }
}

.about-principles {
    padding: 40px 0
}

@media screen and (max-width: 767px) {
    .about-principles {
        padding: 20px 0
    }
}

.about-principles .principles-item::after {
    display: none
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

#iar8t {
    margin-left: 15px;
}

#i8ltw {
    max-width: 1220px;
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.fade:not(.show) {
    opacity: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.mw-100 {
    max-width: 100% !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: 1630px
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

.form-wrapper {
    padding: 54px 44px 44px;
    border-radius: 32px;
    background-color: #004938;
    color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1439px) {
    .form-wrapper {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .form-wrapper {
        padding: 15px
    }
}

.form-header {
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .form-header {
        margin-bottom: 15px
    }
}

.form-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 1439px) {
    .form-title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .form-title {
        font-size: 22px
    }
}

.form-btn {
    padding: 17px 44px;
    border-radius: 5px;
    background-image: radial-gradient(circle at 52% 72%, #d6fa03, #d6fa03 109%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #0a032f !important;
    text-transform: uppercase;
    text-align: center;
    border: 0
}

@media screen and (max-width: 767px) {
    .form-btn {
        padding: 12px 25px;
        font-size: 18px
    }
}

.form-input-wrap {
    margin-bottom: 1rem;
    position: relative
}

form .form-btn {
    width: 100%
}

input, textarea {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input, textarea {
        padding: 12px 20px
    }
}

.footer {
    background: #010408;
    padding: 50px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
        gap: 15px
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 19px
}

.footer-logo-img {
    max-height: 36px;
    max-width: 36px
}

.footer-logo-name {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar {
        width: 100%
    }
}

.footer-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

@media (max-width: 767px) {
    .footer-bar-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }
}

.footer-bar-menu a {
    text-decoration: none
}

.footer-usage-item {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding-right: 20px
}

@media (max-width: 767px) {
    .footer-usage-item {
        padding-right: 0
    }
}

.footer-usage-item:last-child {
    padding-right: 0
}

.contact-page-section {
    padding: 100px 0
}

@media screen and (max-width: 1199px) {
    .contact-page-section {
        padding: 70px 0
    }
}

@media screen and (max-width: 991px) {
    .contact-page-section {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .contact-page-section {
        padding: 30px 0
    }
}

.modal-dialog {
    z-index: 2
}

.modal-close-over {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

h1, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-5 {
    padding: 3rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.\34 04-page {
    background-size: cover
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.footer {
    background: #010408;
    padding: 50px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
        gap: 15px
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 19px
}

.footer-logo-img {
    max-height: 36px;
    max-width: 36px
}

.footer-logo-name {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar {
        width: 100%
    }
}

.footer-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

@media (max-width: 767px) {
    .footer-bar-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }
}

.footer-bar-menu a {
    text-decoration: none
}

.footer-usage-item {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding-right: 20px
}

@media (max-width: 767px) {
    .footer-usage-item {
        padding-right: 0
    }
}

.footer-usage-item:last-child {
    padding-right: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.w-100 {
    width: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img, svg {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

.form-wrapper {
    padding: 54px 44px 44px;
    border-radius: 32px;
    background-color: #004938;
    color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1439px) {
    .form-wrapper {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .form-wrapper {
        padding: 15px
    }
}

.form-header {
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .form-header {
        margin-bottom: 15px
    }
}

.form-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 1439px) {
    .form-title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .form-title {
        font-size: 22px
    }
}

.form-btn {
    padding: 17px 44px;
    border-radius: 5px;
    background-image: radial-gradient(circle at 52% 72%, #d6fa03, #d6fa03 109%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #0a032f !important;
    text-transform: uppercase;
    text-align: center;
    border: 0
}

@media screen and (max-width: 767px) {
    .form-btn {
        padding: 12px 25px;
        font-size: 18px
    }
}

.form-bottom {
    color: #000
}

.form-bottom label {
    font-size: 14px
}

.form-bottom label {
    display: flex;
    text-align: left;
    align-items: flex-start
}

.form-bottom label input[type=checkbox] {
    flex-basis: 15px;
    min-width: 15px;
    height: 22px;
    margin-right: 10px
}

.form-input-wrap {
    margin-bottom: 1rem;
    position: relative
}

form .form-btn {
    width: 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.footer {
    background: #010408;
    padding: 50px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.contact-page-section {
    padding: 100px 0
}

@media screen and (max-width: 1199px) {
    .contact-page-section {
        padding: 70px 0
    }
}

@media screen and (max-width: 991px) {
    .contact-page-section {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .contact-page-section {
        padding: 30px 0
    }
}

[data-error-status=inactive] {
    display: none
}

[data-check-icon] {
    position: absolute;
    right: 5px;
    font-size: 25px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #41ad48;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

[data-check-icon] img {
    max-width: 35px
}

[data-check-icon=inactive] {
    display: none
}

[data-for-error] {
    width: 100%;
    font-weight: 400;
    margin-top: .25rem;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px
}

.alert-danger {
    font-weight: 400;
    border: 0;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px;
    border-radius: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.login-title {
    font-size: 46px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .login-title {
        font-size: 32px
    }
}

.login-subtitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .login-subtitle {
        font-size: 22px
    }
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

#i5wog {
    margin-left: 15px;
}

#ipo5wq {
    max-width: 1050px;
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

h1, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-5 {
    padding: 3rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.\34 04-page {
    background-size: cover
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.footer {
    background: #010408;
    padding: 50px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
        gap: 15px
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 19px
}

.footer-logo-img {
    max-height: 36px;
    max-width: 36px
}

.footer-logo-name {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar {
        width: 100%
    }
}

.footer-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

@media (max-width: 767px) {
    .footer-bar-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }
}

.footer-bar-menu a {
    text-decoration: none
}

.footer-usage-item {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding-right: 20px
}

@media (max-width: 767px) {
    .footer-usage-item {
        padding-right: 0
    }
}

.footer-usage-item:last-child {
    padding-right: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%
}

h1, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-5 {
    padding: 3rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

* {
    box-sizing: border-box
}

body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0
}

body {
    font-family: Prompt, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.container {
    max-width: 1630px
}

.\34 04-page {
    background-size: cover
}

.header {
    background-color: transparent;
    padding: 35px 0;
    position: static
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0
    }
}

.header > .container {
    position: relative
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width: 991px) {
    .header-row {
        flex-wrap: wrap;
        margin: 0
    }
}

.header-col {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .header-col {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .header-col {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .header-col:first-child {
        order: 2;
        margin-top: 20px;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-col:nth-child(2) {
        flex-basis: auto;
        min-width: auto
    }
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 992px) {
    .header-menu {
        display: flex !important
    }
}

@media screen and (max-width: 991px) {
    .header-menu {
        font-size: 15px;
        white-space: nowrap;
        box-shadow: .3px 8px 8px 0 rgba(50, 35, 65, .29);
        position: absolute;
        z-index: 33;
        top: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7;
        display: none
    }
}

.header-menu li {
    padding: 0 20px
}

@media screen and (max-width: 1439px) {
    .header-menu li {
        padding: 0 10px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0 5px;
        margin-bottom: 5px
    }
}

.header-menu a {
    color: #222;
    text-decoration: none
}

.header-logo a {
    text-decoration: none !important;
    color: #222 !important;
    display: inline-flex;
    align-items: center;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .header-logo a {
        font-size: 18px
    }
}

.header-logo-img {
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px
}

.header-hamburger {
    display: none;
    height: 20px;
    min-width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .header-hamburger {
        display: flex
    }
}

.header-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #222
}

.header-hamburger span:first-child {
    transform-origin: 0% 0%
}

.header-hamburger span:nth-child(3) {
    transform-origin: 0% 100%
}

input {
    padding: 17px 20px;
    border-radius: 8px;
    border: solid 1px #50565c;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    input {
        padding: 12px 20px
    }
}

.footer {
    background: #010408;
    padding: 50px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
        gap: 15px
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 19px
}

.footer-logo-img {
    max-height: 36px;
    max-width: 36px
}

.footer-logo-name {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar {
        width: 100%
    }
}

.footer-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

@media (max-width: 767px) {
    .footer-bar-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }
}

.footer-bar-menu a {
    text-decoration: none
}

.footer-usage-item {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding-right: 20px
}

@media (max-width: 767px) {
    .footer-usage-item {
        padding-right: 0
    }
}

.footer-usage-item:last-child {
    padding-right: 0
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.risk-popup-btn {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background: #111 !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .risk-popup-btn {
        font-size: 18px
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.dialog-container {
    position: fixed;
    z-index: 33;
    bottom: auto;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translate(0, -50%);
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 10px);
    overflow: auto;
    border-radius: 20px
}

.dialog-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 25px
}

@media (max-width: 767px) {
    .dialog-header {
        font-size: 20px
    }
}

.dialog-content {
    padding: 15px
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center
}

.dialog-text {
    overflow: hidden;
    position: relative;
    max-height: auto
}

@media (max-width: 767px) {
    .dialog-text {
        max-height: 50px
    }
}

.dialog-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: none
}

@media (max-width: 767px) {
    .dialog-text::after {
        display: block
    }
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
    display: none
}

@media (max-width: 767px) {
    .dialog-text-more {
        display: inline-block
    }
}

.dialog-text-wrap input[type=checkbox] {
    display: none
}

.dialog-all-button-row {
    padding: 15px;
    text-align: center
}

.dialog-modal-check[type=checkbox] {
    display: none
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #8df197;
    border-radius: 5px;
    color: #0d121b;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    color: #0d121b
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0d121b
}

.language-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #8df197;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.language-list a {
    color: #0d121b;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    padding: 5px
}
.contact-page-wrap {
    max-width: 960px
}

.contact-header {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 28px;
    color: #0d121b
}

@media screen and (max-width: 767px) {
    .contact-header {
        font-size: 28px;
        margin-bottom: 20px
    }
}

.contact-subheader {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #0d121b
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px
}

@media screen and (max-width: 991px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px
    }
}

.contact-info-card {
    padding: 24px 20px;
    border-radius: 24px;
    background-color: #004938;
    color: #fff;
    text-align: center
}

.contact-info-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #d6fa03
}

.contact-info-link {
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
    word-break: break-word
}

.contact-info-link:hover {
    color: #d6fa03
}

.contact-info-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.contact-map-block {
    margin-bottom: 36px
}

.contact-map-iframe-wrap {
    border-radius: 24px;
    overflow: hidden;
    line-height: 0;
    background: #e8e8e8
}

.contact-map-iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block
}

@media screen and (max-width: 767px) {
    .contact-map-iframe {
        height: 280px
    }
}

.contact-map-external {
    margin: 12px 0 0;
    font-size: 15px;
    text-align: center
}

.contact-map-external a {
    color: #004938;
    text-decoration: underline
}

.contact-map-external a:hover {
    color: #0d121b
}
