/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

figcaption, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3 {
    margin-bottom: .5rem
}

h1, h2, h3, p {
    margin-top: 0
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

dl, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-5, .col-7, .col-12, .col-lg-4, .col-lg-5, .col-lg-7, .col-lg-8, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled {
    pointer-events: none
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.alert, .card {
    position: relative
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: flex;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.visible {
    visibility: visible !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important;
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.modalDialog.open {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    opacity: 1;
    transition: opacity .4s ease-in;
    pointer-events: none
}

.modalDialog.open .loading-text {
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.modalDialog.open > div {
    width: 100%;
    position: relative
}

.loading-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -35px 0;
    text-align: center;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

* {
    box-sizing: border-box
}

body {
    font-family: Roboto;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #212529;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

.video, img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px
    }
}

.yellow {
    color: #fce948 !important
}

.container {
    max-width: 1450px
}

.hidden {
    display: none
}

.header {
    box-shadow: .3px 4px 13.8px 2.2px rgba(20, 22, 25, .15);
    padding: 10px 0;
    background-color: #171717;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .header {
        padding: 10px 0
    }
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .header-menu {
        font-size: 15px;
        margin-top: 10px
    }
}

.header-menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    border-radius: 25px;
    border: 2px solid transparent;
    color: #fff !important
}

@media screen and (max-width: 991px) {
    .header-menu a {
        padding: 5px 10px
    }
}

@media screen and (max-width: 767px) {
    .header-menu a {
        padding: 5px 8px
    }
}

.header-menu li {
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0
    }
}

.main-page {
    position: relative
}

.main-page .header {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #171717;
    padding: 10px 0
}

@media screen and (max-width: 767px) {
    .main-page .header {
        padding: 5px 0
    }
}

.main-page .header-menu a {
    color: #fff !important
}

.main-page .language span {
    color: #fff
}

.main-page .language span i {
    border-top: 4px solid #fff
}

input {
    /*height: 50px;*/
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: #e8ebf0
}

input, textarea {
    width: 100%;
    padding: 15px
}

textarea {
    border-radius: 3px;
    background-color: #fff;
    border: 0
}

.input-wrapper {
    position: relative;
    margin-bottom: 15px
}

.input-wrapper i {
    position: absolute;
    left: 11px;
    top: 17px;
    color: #000
}

.input-wrapper input {
    padding-left: 35px
}

.contact_page input, .contact_page textarea {
    border: 1px solid #033;
    background-color: #fff
}

.video-form-section {
    background-image: url(../img/main-bg.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 60px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .video-form-section {
        padding: 140px 0 30px;
        background: linear-gradient(180deg, #273d71, #273d71 80%, #273d71 0, #fff)
    }
}

.video-header {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fca604;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .video-header {
        font-size: 34px
    }
}

.video-subheader {
    font-size: 36px;
    font-weight: 400;
    text-shadow: 0 0 31px rgba(41, 24, 6, .71)
}

@media screen and (max-width: 767px) {
    .video-subheader {
        font-size: 23px
    }
}

@media screen and (max-width: 767px) {
    .video-wrapper {
        margin-bottom: 15px
    }
}

.video-wrapper img {
    width: 100%
}

.form-footer {
    margin-bottom: 0;
    font-size: 10px;
    color: #000;
    text-align: center
}

.form-footer a {
    color: #ffd016
}

.form-footer svg {
    max-width: 395px
}

.registerBtn {
    border: 0;
    position: static;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    background: #e7b70f;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    min-height: 68px;
    cursor: pointer;
    white-space: normal
}

@media screen and (max-width: 768px) {
    .registerBtn {
        font-size: 18px;
        min-height: 55px
    }
}

.registerBtn:hover {
    box-shadow: .3px 4px 29px 0 rgba(50, 35, 65, .29)
}

.registerBtn:after {
    content: "»";
    display: inline-block;
    margin-left: 10px
}

.home-form {
    border-radius: 20px;
    box-shadow: .1px 1px 38px 0 rgba(3, 46, 80, .29);
    background-color: #fff;
    position: relative;
    padding: 30px
}

@media screen and (max-width: 768px) {
    .home-form {
        padding: 5px;
        margin-bottom: 20px
    }
}

.home-form-title {
    font-size: 28px;
    color: #2a2a2a;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .home-form-title {
        font-size: 22px
    }
}

.formHeader {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 30px 10px;
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 1.25
}

@media screen and (max-width: 768px) {
    .formHeader {
        font-size: 22px
    }
}

.btn-orange {
    border: 0;
    position: static;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #c84802, #e77301, #c84802);
    width: 100%;
    min-height: 68px;
    cursor: pointer;
    white-space: normal;
    background: #e7b70f
}

@media screen and (max-width: 768px) {
    .btn-orange {
        font-size: 18px;
        min-height: 55px
    }
}

.btn-orange:hover {
    box-shadow: .3px 4px 29px 0 rgba(50, 35, 65, .29)
}

.btn-orange:after {
    content: "»";
    display: inline-block;
    margin-left: 10px
}

.title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #d5b42f
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 30px;
        margin-bottom: 15px;
        text-align: center
    }
}

.title b {
    font-weight: 500
}

.bg-image-2 {
    background-image: url(../img/bg-image-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 60px 0;
    color: #fff
}

@media screen and (max-width: 767px) {
    .bg-image-2 {
        padding: 30px 0
    }
}

.box-shadow {
    box-shadow: 0 2px 23.2px 5.8px rgba(229, 229, 238, .51);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff
}

.box-shadow p:last-child {
    margin-bottom: 0
}

.bg-gray {
    background-color: #f2f4f8
}

.bg-gray-box {
    background: #ddd6d3
}

.half-yellow-one {
    background-image: url(../img/half-3-1.webp);
    background-position: 90% 50%
}

.half-yellow-one, .half-yellow-two {
    background-repeat: no-repeat;
    background-size: 16%;
    padding: 2rem
}

.half-yellow-two {
    background-image: url(../img/half-3-2.webp);
    background-position: 10% 50%
}

.half-yellow-three {
    background-image: url(../img/half-7.webp);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: 100% 50%;
    padding: 2rem
}

.half-yellow-four {
    padding: 0 2rem 2rem
}

.half-yellow-bg {
    background: #ddd6d3;
    border-radius: 15px
}

.half-1 {
    background-image: url(../img/half-1.webp);
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 100% 50%;
    padding: 60px 0
}

@media (max-width: 767px) {
    .half-1 {
        padding-top: 30px;
        padding-bottom: 210px;
        background-size: 320px;
        background-position: 50% 100%
    }
}

.half-2 {
    padding: 60px 0;
    background-color: #f2f4f8;
    background-image: url(../img/half-2.webp);
    background-repeat: no-repeat;
    background-size: 31%;
    background-position: 98% 50%
}

@media (max-width: 768px) {
    .half-2 {
        padding-top: 30px;
        padding-bottom: 315px;
        background-size: 320px;
        background-position: 50% calc(100% - 20px)
    }
}

.half-4 {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: 29%;
    background-position: 96% 50%
}

@media (max-width: 768px) {
    .half-4 {
        padding-top: 30px;
        padding-bottom: 140px;
        background-size: 320px;
        background-position: bottom
    }
}

.half-5 {
    background-image: url(../img/half-1.webp);
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 100% 50%;
    padding: 60px 0
}

@media (max-width: 767px) {
    .half-5 {
        padding-top: 30px;
        padding-bottom: 210px;
        background-size: 320px;
        background-position: 50% 100%
    }
}

.footer {
    background-color: #171717;
    padding: 30px 0
}

.footer-image {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center
}

.footer-image img {
    width: 100%;
    height: auto;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.footer-image-mobile {
    display: none
}

@media (max-width: 767px) {
    .footer-image-mobile {
        display: inline-block;
        max-width: 400px
    }
}

.footer-image-desktop {
    display: inline-block
}

@media (max-width: 767px) {
    .footer-image-desktop {
        display: none
    }
}

.footer-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0 -15px;
    width: auto
}

@media screen and (max-width: 767px) {
    .footer-menu {
        flex-direction: column;
        margin: 15px 0 0;
        align-items: flex-start
    }
}

.footer-menu li {
    padding: 0 15px
}

@media screen and (max-width: 767px) {
    .footer-menu li {
        padding: 0
    }
}

.footer-menu a {
    color: #fff !important;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .footer-menu a {
        font-size: 16px
    }
}

.footer-menu-right {
    margin-left: auto
}

@media (max-width: 767px) {
    .footer-menu-right {
        margin-left: 0
    }
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: #585c6b;
    padding: 15px 0 0
}

.padding-60 {
    padding: 60px 0
}

@media screen and (max-width: 767px) {
    .padding-60 {
        padding: 30px 0
    }
}

.faq-item {
    margin-bottom: 25px;
    transition: all .5s;
    position: relative
}

@media (max-width: 767px) {
    .faq-item {
        margin-bottom: 15px
    }
}

.faq-item-title {
    border-radius: 7px;
    background-color: #000;
    padding: 5px 70px 5px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    min-height: 73px;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .faq-item-title {
        font-size: 17px;
        padding-right: 50px;
        min-height: 60px
    }
}

.faq-item-title:after {
    content: "▾";
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    align-items: center;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    .faq-item-title:after {
        width: 25px;
        height: 25px;
        right: 10px;
        font-size: 24px
    }
}

.faq-item-content {
    transition: all .5s;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden
}

.faq-item input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation
}

.faq-item input[type=checkbox]:checked ~ .faq-item-title:after {
    transform: translateY(-50%) rotate(180deg)
}

.faq-item input[type=checkbox]:checked ~ .faq-item-content {
    max-height: 2999px;
    transition: .3s;
    padding: 20px
}

.login-form-header {
    font-size: 36px;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width: 768px) {
    .login-form-header {
        font-size: 24px
    }
}

.login-form-subheader {
    font-weight: 300;
    font-size: 18px;
    text-transform: none
}

@media screen and (max-width: 768px) {
    .login-form-subheader {
        font-size: 16px
    }
}

.about-header {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    margin: 0
}

@media (max-width: 767px) {
    .about-header {
        font-size: 32px
    }
}

.about-bg {
    background-image: url(../img/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 60px 0;
    color: #fff
}

@media (max-width: 767px) {
    .about-bg {
        padding: 30px 0
    }
}

.about-half-1 {
    background-image: url(../img/about-half-3.webp);
    background-repeat: no-repeat;
    padding: 60px 0;
    color: #fff;
    background-size: cover
}

@media (max-width: 991px) {
    .about-half-1 {
        background: #6f5b2b
    }
}

.about-half-2 {
    background-image: url(../img/about-half-2.webp);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: 98% 65%
}

@media (max-width: 767px) {
    .about-half-2 {
        padding-top: 30px;
        padding-bottom: 235px;
        background-size: 320px;
        background-position: 50% calc(100% - 20px)
    }
}

.white {
    color: #fff !important
}

.box-yellow-line {
    border-left: 5px solid #e7b70f;
    border-radius: 2px
}

.box-no-border {
    padding: 1rem
}

.item-box {
    border-radius: 33px;
    border: 2px solid #d39646;
    height: 100%;
    padding: 30px;
    position: relative
}

@media (max-width: 767px) {
    .item-box {
        padding: 15px;
        height: auto;
        margin-bottom: 30px
    }
}

.item-box-title {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .item-box-title {
        font-size: 20px;
        text-align: center
    }
}

.item-box-icon {
    position: static;
    right: 20px;
    top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px
}

@media (max-width: 767px) {
    .item-box-icon {
        position: static;
        text-align: center;
        margin-bottom: 15px
    }
}

.item-box p:last-child {
    margin-bottom: 0
}

.opti-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1.8px 25.9px 33.2px 6.8px rgba(13, 74, 29, .16);
    background-color: #fff;
    height: 100%
}

@media (max-width: 767px) {
    .opti-item {
        height: auto;
        margin-bottom: 25px
    }
}

.opti-item-title {
    background-color: #d39646;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding: 30px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767px) {
    .opti-item-title {
        padding: 25px 15px
    }
}

.opti-item-content {
    padding: 25px 15px
}

.opti-item-content p:last-child {
    margin-bottom: 0
}

.info-item {
    margin-bottom: 25px;
    transition: all .5s;
    position: relative
}

@media (max-width: 767px) {
    .info-item {
        margin-bottom: 20px
    }
}

.info-item-title {
    background-color: transparent;
    border-radius: 7px;
    border: 2px solid #fff;
    padding: 5px 60px 5px 20px;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    min-height: 73px;
    width: 100%
}

@media (max-width: 767px) {
    .info-item-title {
        font-size: 16px;
        min-height: 55px
    }
}

.info-item-title:after {
    content: "▾";
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    .info-item-title:after {
        width: 25px;
        height: 25px;
        right: 10px;
        font-size: 18px
    }
}

.info-item-content {
    transition: all .5s;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden
}

.info-item input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation
}

.info-item input[type=checkbox]:checked ~ .info-item-title:after {
    transform: translateY(-50%) rotate(180deg)
}

.info-item input[type=checkbox]:checked ~ .info-item-content {
    max-height: 2999px;
    transition: .3s;
    padding: 20px
}

.group-text p {
    font-size: 18px;
    display: none
}

@media (max-width: 767px) {
    .group-text p {
        font-size: 16px
    }
}

.group-text p:first-child {
    display: block
}

.group-text p:last-child {
    margin-bottom: 0
}

.group-text-more {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    margin-top: 5px;
    position: relative;
    text-decoration: underline !important;
    display: block
}

@media (max-width: 767px) {
    .group-text-more {
        font-size: 18px
    }
}

.group-text-wrap {
    padding: 1rem
}

.group-text-wrap input[type=checkbox] {
    display: none
}

.group-text-wrap input[type=checkbox]:checked ~ .group-text p {
    display: block !important
}

.group-text-wrap input[type=checkbox]:checked ~ .group-text-more {
    display: none !important
}

.group-text.open p {
    display: block !important
}

.group-text.open .group-text-more {
    display: none
}

.table-highlight {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eaf3fb;
    font-size: 24px;
    color: #181b33
}

@media screen and (max-width: 767px) {
    .table-highlight {
        font-size: 16px
    }
}

.table-highlight td {
    padding: 15px 30px
}

@media screen and (max-width: 767px) {
    .table-highlight td {
        padding: 15px
    }
}

@media screen and (max-width: 500px) {
    .table-highlight td {
        word-break: break-word
    }
}

.table-highlight td:first-child {
    font-weight: 700;
    border-right: 1px solid #bddbff;
    white-space: nowrap;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px
}

@media screen and (max-width: 767px) {
    .table-highlight td:first-child {
        white-space: normal
    }
}

.table-highlight td:last-child {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.table-highlight td img {
    margin-right: 15px
}

@media screen and (max-width: 767px) {
    .table-highlight td img {
        max-width: 20px;
        margin-right: 10px
    }
}

.table-highlight tr {
    width: 100%
}

.table-highlight tr:nth-child(2n) td {
    background-color: #eff6ff
}

.table-highlight caption {
    caption-side: top;
    text-align: center;
    padding: 0
}

@media screen and (max-width: 767px) {
    .table-highlight caption {
        text-align: center
    }
}

.table-highlight tbody {
    display: block;
    padding: 20px;
    box-shadow: 0 17px 32px 0 rgba(46, 58, 169, .16);
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .table-highlight tbody {
        padding: 10px
    }
}

.thx-bg {
    background-image: url(../img/thx/thx-bg.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff
}

@media screen and (max-width: 767px) {
    .thx-bg {
        padding: 30px 0
    }
}

.thx-header {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .thx-header {
        font-size: 30px;
        margin-bottom: 15px
    }
}

.thx-decor-center {
    text-align: center;
    margin-top: 25px
}

@media screen and (max-width: 767px) {
    .thx-decor-center {
        margin-top: 15px
    }
}

.thx-title {
    font-size: 35px;
    font-weight: 700;
    color: #276cf7;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .thx-title {
        font-size: 26px;
        margin-bottom: 15px
    }
}

.thx-half-1 {
    background-image: url(../img/thx/thx-half-1.webp), url(../img/thx/thx-half-1-bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 20%, auto;
    background-position: 78% 50%, 100% 100%;
    padding: 100px 0
}

@media screen and (max-width: 767px) {
    .thx-half-1 {
        padding-top: 0;
        padding-bottom: 350px;
        background-size: 250px, auto;
        background-position: bottom, 100% 100%
    }
}

.thx-half-1-count {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48px
}

.thx-half-1-count:after {
    content: "1";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-color: #276cf7;
    border-radius: 50%;
    color: #fff;
    font-size: 22px
}

.thx-half-1-count:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #276cf7;
    position: absolute;
    left: 24px;
    top: 0
}

.thx-half-1-count span {
    position: absolute;
    bottom: 0;
    height: 30%
}

.thx-half-1-count span:after, .thx-half-1-count span:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #276cf7;
    position: absolute;
    left: 11px;
    background-color: #fff
}

.thx-half-1-count span:after {
    top: 0
}

.thx-half-1-count span:before {
    bottom: 0
}

.thx-half-1-count-wrap {
    position: relative;
    padding-left: 80px
}

@media screen and (max-width: 767px) {
    .thx-half-1-count-wrap {
        padding-left: 55px
    }
}

.thx-half-2 {
    background-image: url(../img/thx/thx-half-2.webp), url(../img/thx/thx-half-2-bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 28%, auto;
    background-position: 12% 50%, 0 100%;
    padding: 100px 0
}

@media screen and (max-width: 767px) {
    .thx-half-2 {
        padding-top: 30px;
        padding-bottom: 230px;
        background-size: 320px, auto;
        background-position: bottom, 0 100%
    }
}

.thx-half-2-count {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px
}

.thx-half-2-count:after {
    content: "2";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 30%;
    width: 48px;
    height: 48px;
    background-color: #276cf7;
    border-radius: 50%;
    color: #fff;
    font-size: 22px
}

.thx-half-2-count:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #276cf7;
    position: absolute;
    left: 24px;
    top: 0
}

.thx-half-2-count span {
    position: absolute;
    bottom: 0;
    height: 100%
}

.thx-half-2-count span:after, .thx-half-2-count span:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #276cf7;
    position: absolute;
    left: 11px;
    background-color: #fff
}

.thx-half-2-count span:after {
    top: 0
}

.thx-half-2-count span:before {
    bottom: 0
}

.thx-half-2-count-wrap {
    position: relative;
    padding-right: 80px
}

@media screen and (max-width: 767px) {
    .thx-half-2-count-wrap {
        padding-right: 55px
    }
}

.thx-half-3 {
    background-image: url(../img/thx/thx-half-3.webp), url(../img/thx/thx-half-3-bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 26%, auto;
    background-position: 83% 50%, 100% 100%;
    padding: 100px 0
}

@media screen and (max-width: 767px) {
    .thx-half-3 {
        padding-top: 30px;
        padding-bottom: 380px;
        background-size: 320px, auto;
        background-position: bottom, 100% 100%
    }
}

.thx-half-3-count {
    top: 0
}

.thx-half-3-count, .thx-half-3-count:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px
}

.thx-half-3-count:after {
    content: "3";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #276cf7;
    border-radius: 50%;
    color: #fff;
    font-size: 22px
}

.thx-half-3-count:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #276cf7;
    position: absolute;
    left: 24px;
    top: 0
}

.thx-half-3-count span {
    position: absolute;
    top: 0;
    height: 30%
}

.thx-half-3-count span:after, .thx-half-3-count span:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #276cf7;
    position: absolute;
    left: 11px;
    background-color: #fff
}

.thx-half-3-count span:after {
    top: 0
}

.thx-half-3-count span:before {
    bottom: 0
}

.thx-half-3-count-wrap {
    position: relative;
    padding-left: 80px
}

@media screen and (max-width: 767px) {
    .thx-half-3-count-wrap {
        padding-left: 55px
    }
}

.modal.open {
    display: block !important;
    opacity: 1;
    color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-dialog {
    z-index: 2
}

.modal-close-over {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.btn, .close {
    cursor: pointer
}

[data-error-status=inactive] {
    display: none
}

[data-error-status=active] {
    display: block
}

.form-group {
    position: relative
}

[data-check-icon] {
    position: absolute;
    right: 5px;
    font-size: 25px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #41ad48;
    align-items: center;
    justify-content: center
}

[data-check-icon] img {
    max-width: 35px
}

[data-check-icon=active] {
    display: flex
}

[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
}

[data-validation-status=failed] {
    border: 3px solid #eb162b !important
}

[data-validation-status=passed] {
    border: 3px solid #41ad48 !important
}

[data-rule-status=passed] {
    color: green
}

[data-rule-status=failed] {
    color: #eb162b
}

[data-rule-status=unpassed] {
    color: #8b4513
}

[data-validation-msgs-wrapper] {
    display: none
}

.alert-danger {
    font-weight: 400;
    border: 0;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px;
    border-radius: 0
}

.iti__flag {
    background-image: url(../img/flags.webp) !important
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.webp) !important
    }
}

.iti {
    color: #000
}

.form-header-p {
    font-size: 18px
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    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 {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    color: #fff
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff
}

.language-list {
    list-style: none;
    padding: 0 5px;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #464e73;
    border: 1px solid
}

.language-list a {
    color: #fff;
    display: flex
}

.language-list a:hover {
    text-decoration: none
}

.language:hover .language-list {
    display: block
}

.modal-open .modal {
    color: #000
}
