html {
  font-family: "Jost", sans-serif;
  color: #fff;
  background: #101010;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  line-height: 1.7;
  font-size: 1rem;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  border: 0;
}
*:focus {
  outline: none;
}
[hidden] {
  display: none !important;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
figure {
  padding: 0;
  margin: 0;
}
::-moz-selection {
  background: var(--main-color);
  color: #fff;
}
::selection {
  background: var(--main-color);
  color: #fff;
}
input.x {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 991px) {
  * {
    cursor: auto !important;
    cursor: initial !important;
  }
}
.visible-xs {
    display: none !important;
  }
.visible-sm {
    display: none !important;
  }
.visible-md {
    display: none !important;
  }
.visible-lg {
    display: none !important;
  }
.visible-hg {
    display: none !important;
  }
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1250px) and (max-width: 1699px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1700px) {
  .visible-hg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) and (max-width: 1699px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .hidden-hg {
    display: none !important;
  }
}
.typography ul:not(:first-child), .typography ol:not(:first-child) {
            margin-top: 0.938rem;
        }
.typography ul:not(:last-child), .typography ol:not(:last-child) {
            margin-bottom: 0.938rem;
        }
.typography ul li, .typography ol li {
            margin-left: 1.25rem;
        }
.typography ul {
        list-style: disc;
    }
.typography ol {
        list-style: decimal;
    }
.typography img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto
    }
.typography img.aligncenter {
            margin: 0 auto;
        }
.wp-block-columns {
    margin-bottom: 20px;
}
.container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flow-root
}
@media (max-width: 1249px) {
.container {
    padding: 0 0.938rem;
    width: 100%
}
  }
@media (min-width: 1250px) {
.container {
    width: 68.75rem
}
  }
.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  position: relative;
}
.aspect-ratio-box .aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
main {
  min-height: calc(100vh - 5rem);
}
a,
video {
  cursor: pointer;
}
body a {
    color: var(--main-color);
    font-weight: 500
  }
body a:hover {
      color: var(--hover-color);
      text-decoration: underline;
    }
body p {
    margin: 0 0 0.625rem 0;
    word-break: break-word;
    line-height: 1.4
  }
body p:last-of-type:not(.margin) {
      margin: 0;
    }
body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin: 0;
    padding: 0;
    margin: 0 0 1.25rem 0;
    word-break: break-word;
    line-height: 1.25;
    font-weight: 700;
  }
body h1 {
    font-size: 2.813rem;
  }
body h2 {
    font-size: 1.875rem;
  }
body h3 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
  }
body h4 {
    font-size: 1.625rem;
  }
body h5 {
    font-size: 1rem;
  }
body .hidden,
  body [hidden] {
    display: none !important;
  }
body lord-icon.light {
      -webkit-filter: invert(100%);
              filter: invert(100%);
    }
body .btn,
  body .sign-form button {
    background: var(--main-color) !important;
  }
body .btn:hover,
  body .sign-form button:hover {
    background: var(--hover-color) !important;
  }
body .btn.disabled {
    background: #999 !important;
  }
body a {
    color: var(--main-color);
  }
body a:hover {
    color: var(--hover-color);
  }
body .section-block h4 {
    color: var(--main-color);
  }
footer {
    position: relative;
    z-index: 9;
    background: #232323;
    color: #fff;
}
footer div.cols {
        padding: 2.5rem 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "center"
            "right"
    }
@media (min-width: 992px) {

    footer div.cols {
            padding: 2.5rem 0;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 1.25rem;
            grid-template-areas:
                "left center right"
    }
        }
footer div.cols >div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center
        }
@media (max-width: 991px) {

                footer div.cols >div p:not(:last-child),
                footer div.cols >div li:not(:last-child),
                footer div.cols >div div.textwidget {
                    margin: 0 0 0.625rem 0;
                }
            }
footer div.cols >div:nth-of-type(1) {
            grid-area: left;
        }
footer div.cols >div:nth-of-type(2) {
            grid-area: center
        }
@media (min-width: 992px) {

        footer div.cols >div:nth-of-type(2) {
                text-align: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center
        }
            }
footer div.cols >div:nth-of-type(3) {
            grid-area: right
        }
@media (min-width: 992px) {

        footer div.cols >div:nth-of-type(3) {
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                text-align: right
        }
            }
header {
  position: relative;
  z-index: 3;
}
header .logo img {
      width: 13.5rem;
      height: 2.25rem
    }
@media (min-width: 992px) {
    header .logo img {
        width: 16.5rem;
        height: 2.75rem
    }
      }
header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
header .nav nav:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ff4e00;
    color: #fff;
    padding: 0 0.625rem;
    border-radius: 0.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center;

    height: 2.5rem
}
.btn:hover {
        text-decoration: none;
        color: #fff;
        background: #ff8651;
    }
.btn.round {
        height: 2.188rem;
        border-radius: 2.188rem;
    }
.btn.disabled {
        background: #999;
        pointer-events: none;
    }
.btn.bigger {
        font-size: 1.313rem;
        height: 3.125rem;
    }
form.wpcf7-form {
    text-align: left
}
form.wpcf7-form.margin-top {
        margin-top: 1.25rem;
    }
form.wpcf7-form.margin-bottom {
        margin-bottom: 1.25rem;
    }
form.wpcf7-form input,
    form.wpcf7-form textarea,
    form.wpcf7-form button,
    form.wpcf7-form select {
        display: block;
        line-height: 1.25;
        color: #101010;
        font-size: 1rem;
        font-family: "Jost", sans-serif;
        font-weight: 600;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        background-clip: padding-box;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }
form.wpcf7-form input::-webkit-input-placeholder, form.wpcf7-form textarea::-webkit-input-placeholder, form.wpcf7-form button::-webkit-input-placeholder, form.wpcf7-form select::-webkit-input-placeholder {
            color: #949494;
            font-size: 1rem!important;
        }
form.wpcf7-form input::placeholder, form.wpcf7-form input::-webkit-input-placeholder, form.wpcf7-form textarea::placeholder, form.wpcf7-form textarea::-webkit-input-placeholder, form.wpcf7-form button::placeholder, form.wpcf7-form button::-webkit-input-placeholder, form.wpcf7-form select::placeholder, form.wpcf7-form select::-webkit-input-placeholder {
            color: #949494;
            font-size: 1rem!important;
        }
form.wpcf7-form button {
        background: #ff4e00;
        color: #fff;
        padding: 0 0.625rem;
        border-radius: 0.25rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        height: 2.5rem
    }
form.wpcf7-form button:hover {
            text-decoration: none;
            color: #fff;
            background: #ff8651;
        }
form.wpcf7-form input,
    form.wpcf7-form button,
    form.wpcf7-form select {
        height: 3.125rem;
    }
form.wpcf7-form button {
        cursor: pointer;
        height: calc(0.125rem + 0.125rem + 3.125rem);
    }
form.wpcf7-form div.section {
        margin-bottom: 1.25rem;
    }
form.wpcf7-form div.form-group {
        margin-bottom: 0.938rem;
    }
form.wpcf7-form div.form-group-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
form.wpcf7-form div.form-group-row >div.form-group {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1
        }
form.wpcf7-form div.form-group-row >div.form-group:not(:first-child) {
                margin-left: 0.938rem;
            }
form.wpcf7-form div.input,
    form.wpcf7-form div.select,
    form.wpcf7-form div.textarea {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 0.125rem solid #cccccc;
        border-radius: 0.25rem;
        background-color: #fff;
        min-width: 2.5rem
    }
form.wpcf7-form div.input.error, form.wpcf7-form div.select.error, form.wpcf7-form div.textarea.error {
            border-color: #f44336;
        }
form.wpcf7-form div.input:after, form.wpcf7-form div.select:after, form.wpcf7-form div.textarea:after {
            content: attr(data-placeholder);
            display: block;
            position: absolute;
            left: 0.938rem;
            top: -0.937rem;
            font-size: 0.875rem;
            background: #fff;
            color: #949494;
            padding: 0 0.938rem;
            line-height: 1;
            z-index: 2;
            pointer-events: none;
            -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
            -webkit-transform: translateY(0.625rem);
                    transform: translateY(0.625rem);
            visibility: hidden;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
form.wpcf7-form div.input.has-value:not([focus-within]):after, form.wpcf7-form div.select.has-value:not([focus-within]):after, form.wpcf7-form div.textarea.has-value:not([focus-within]):after {
                -webkit-transform: translateY(0.313rem);
                        transform: translateY(0.313rem);
                visibility: visible;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: calc(100% - 2.5rem);
            }
form.wpcf7-form div.input.has-value:not(:focus-within):after, form.wpcf7-form div.select.has-value:not(:focus-within):after, form.wpcf7-form div.textarea.has-value:not(:focus-within):after {
                -webkit-transform: translateY(0.313rem);
                        transform: translateY(0.313rem);
                visibility: visible;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: calc(100% - 2.5rem);
            }
form.wpcf7-form div.input:not(:last-child), form.wpcf7-form div.select:not(:last-child), form.wpcf7-form div.textarea:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
form.wpcf7-form div.input:not(:first-child), form.wpcf7-form div.select:not(:first-child), form.wpcf7-form div.textarea:not(:first-child) {
            margin-left: -0.125rem;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
form.wpcf7-form div.input.active,
        form.wpcf7-form div.input.focus,
        form.wpcf7-form div.select.active,
        form.wpcf7-form div.select.focus,
        form.wpcf7-form div.textarea.active,
        form.wpcf7-form div.textarea.focus {
            border-color: #ff4e00;
            z-index: 999;
        }
form.wpcf7-form div.input>*, form.wpcf7-form div.select>*, form.wpcf7-form div.textarea>* {
            margin: 0 0.938rem;
        }
/* form.wpcf7-form div.input .wpcf7-form-control-wrap>*, form.wpcf7-form div.select .wpcf7-form-control-wrap>*, form.wpcf7-form div.textarea .wpcf7-form-control-wrap>* {
            margin: 0 0.938rem;
        } */
form.wpcf7-form div.input input[type=text], form.wpcf7-form div.input input[type=email], form.wpcf7-form div.input input[type=tel], form.wpcf7-form div.select input[type=text], form.wpcf7-form div.select input[type=email], form.wpcf7-form div.select input[type=tel], form.wpcf7-form div.textarea input[type=text], form.wpcf7-form div.textarea input[type=email], form.wpcf7-form div.textarea input[type=tel] {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            /* width: 2.5rem; */
            margin: unset;
            padding-inline: 0.938rem;
            width: 100%;
            max-width: unset;
        }
form.wpcf7-form div.input textarea, form.wpcf7-form div.select textarea, form.wpcf7-form div.textarea textarea {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            /* width: 2.5rem;
            padding: 0.938rem 0; */
            resize: none;
            margin: unset;
            padding: 0.938rem;
            width: 100%;
            max-width: unset;
        }
form.wpcf7-form div.input select, form.wpcf7-form div.select select, form.wpcf7-form div.textarea select {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            width: 2.5rem;
        }
@media (max-width: 991px) {
                form.wpcf7-form div.input input::-webkit-input-placeholder, form.wpcf7-form div.input textarea::-webkit-input-placeholder, form.wpcf7-form div.select input::-webkit-input-placeholder, form.wpcf7-form div.select textarea::-webkit-input-placeholder, form.wpcf7-form div.textarea input::-webkit-input-placeholder, form.wpcf7-form div.textarea textarea::-webkit-input-placeholder {
                    font-size: 0.75rem;
                }
                form.wpcf7-form div.input input::-moz-placeholder, form.wpcf7-form div.input textarea::-moz-placeholder, form.wpcf7-form div.select input::-moz-placeholder, form.wpcf7-form div.select textarea::-moz-placeholder, form.wpcf7-form div.textarea input::-moz-placeholder, form.wpcf7-form div.textarea textarea::-moz-placeholder {
                    font-size: 0.75rem;
                }
                form.wpcf7-form div.input input:-ms-input-placeholder, form.wpcf7-form div.input textarea:-ms-input-placeholder, form.wpcf7-form div.select input:-ms-input-placeholder, form.wpcf7-form div.select textarea:-ms-input-placeholder, form.wpcf7-form div.textarea input:-ms-input-placeholder, form.wpcf7-form div.textarea textarea:-ms-input-placeholder {
                    font-size: 0.75rem;
                }
                form.wpcf7-form div.input input::-ms-input-placeholder, form.wpcf7-form div.input textarea::-ms-input-placeholder, form.wpcf7-form div.select input::-ms-input-placeholder, form.wpcf7-form div.select textarea::-ms-input-placeholder, form.wpcf7-form div.textarea input::-ms-input-placeholder, form.wpcf7-form div.textarea textarea::-ms-input-placeholder {
                    font-size: 0.75rem;
                }
                form.wpcf7-form div.input input::placeholder, form.wpcf7-form div.input textarea::placeholder, form.wpcf7-form div.select input::placeholder, form.wpcf7-form div.select textarea::placeholder, form.wpcf7-form div.textarea input::placeholder, form.wpcf7-form div.textarea textarea::placeholder {
                    font-size: 0.75rem;
                }
            }
form.wpcf7-form div.checkbox {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none
    }
form.wpcf7-form div.checkbox.error .wpcf7-list-item-label::before {
            border-color: #f44336;
        }
form.wpcf7-form div.checkbox input[type="checkbox"] {
            display: none;
        }
form.wpcf7-form div.checkbox .wpcf7-list-item {
            margin: 0;
        }
form.wpcf7-form div.checkbox .wpcf7-list-item-label {
            position: relative;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            line-height: 1;
            padding-left: 30px;
            height: 35px;
        }
form.wpcf7-form div.checkbox .wpcf7-list-item-label span {
                text-align: left;
            }
form.wpcf7-form div.checkbox .wpcf7-list-item-label::before,
        form.wpcf7-form div.checkbox .wpcf7-list-item-label::after {
            position: absolute;
            content: "";
            display: block;
        }
form.wpcf7-form div.checkbox .wpcf7-list-item-label::before {
            height: 1.438rem;
            width: 1.438rem;
            border: 0.125rem solid #cccccc;
            border-radius: 0.25rem;
            left: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            cursor: pointer;
        }
form.wpcf7-form div.checkbox .wpcf7-list-item-label::after {
            color: #ff4e00;
            height: 0.438rem;
            width: 0.688rem;
            border-left: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            left: 0.313rem;
            top: 0.688rem;
            pointer-events: none;
        }
form.wpcf7-form div.checkbox input[type="checkbox"]+.wpcf7-list-item-label::after {
            content: none;
        }
form.wpcf7-form div.checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
            content: "";
        }
form.wpcf7-form div.select:not(.has-value) select {
        opacity: 0.6;
    }
form.wpcf7-form div.radio >label {
            display: block;
            position: relative;
            padding-left: 2.188rem;
            margin-bottom: 0.625rem;
            font-size: 1rem;
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            min-height: 1.5rem;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }
form.wpcf7-form div.radio >label input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }
form.wpcf7-form div.radio >label span:first-child {
                display: block;
                line-height: 1.5rem;
            }
form.wpcf7-form div.radio >label span:last-child {
                position: absolute;
                top: 0;
                left: 0;
                height: 1.5rem;
                width: 1.5rem;
                background-color: #ebebeb;
                border-radius: 50%;
            }
form.wpcf7-form div.radio >label:hover input~span:last-child {
                background-color: #ff4e00;
            }
form.wpcf7-form div.radio >label:hover span:first-child {
                color: #ff4e00;
            }
form.wpcf7-form div.radio >label input:checked~span:last-child {
                background-color: #ff4e00;
            }
form.wpcf7-form div.radio >label span:last-child:after {
                content: "";
                position: absolute;
                display: none;
                top: 0.438rem;
                left: 0.438rem;
                width: 0.625rem;
                height: 0.625rem;
                border-radius: 50%;
                background: white;
            }
form.wpcf7-form div.radio >label input:checked~span:last-child:after {
                display: block;
            }
form.wpcf7-form.busy {
        opacity: 0.5;
        pointer-events: none;
    }
form.wpcf7-form .wpcf7-form-control-wrap {
        display: contents;
    }
form.wpcf7-form .wpcf7-not-valid-tip {
        display: none;
    }
form.wpcf7-form .wpcf7-response-output {
        margin: 20px 0;
        padding: 10px;
    }
form.wpcf7-form.invalid .wpcf7-response-output {
        border-color: #f44336;
    }
form.wpcf7-form.sent .wpcf7-response-output {
        border-color: #5caa30;
    }
form.wpcf7-form.submitting {
        position: relative;
    }
form.wpcf7-form.submitting > * {
            opacity: 0.25;
            pointer-events: none;
        }
form.wpcf7-form.submitting:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-image: url(../../assets/images/rolling.gif);
            background-repeat: no-repeat;
            background-position: center center;
            z-index: 2;
        }
form.wpcf7-form .two-cols {
        display: grid;
        grid-gap: 0.938rem;
        grid-template-columns: 1fr 1fr;
    }
.banner {
    color: #fff;
    background-size: cover;
    background-position: center center;
    border-bottom: 0.625rem solid #232323;
    border-bottom: 0.625rem solid var(--sections-border-color, #232323);
}
.banner .content {
        background-color: rgba(0,0,0,0.7);
        padding: 3.75rem 0;
    }
.pagination-block .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-gap: 0.938rem;
        gap: 0.938rem;
    }
.pagination-block .pagination a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #ff4e00;
            color: #fff;
            border-radius: 50%;
            display: block
        }
.pagination-block .pagination a:hover {
                background-color: #ff8651;
                text-decoration: none;
            }
.pagination-block .pagination a.current {
                pointer-events: none;
                opacity: 0.5;
            }
.sign-form {
    display: block;
    overflow: hidden;
    max-width: 100%
}
@media (min-width: 992px) {
.sign-form {
        width: 50%;
        min-width: 480px
}
    }
.sign-form .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0.625rem
    }
@media (min-width: 1250px) {

    .sign-form .line {
            max-width: 50vw
    }
        }
.sign-form input,
    .sign-form button {
        border: 0;
        height: 2.813rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #fff;
        padding: 0.313rem 1.25rem;
        font-size: 1rem;
        font-family: "Jost", sans-serif;
    }
.sign-form input[type=text] {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        color: #101010;
        min-width: 50px;
    }
.sign-form input[type=submit],
    .sign-form button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background: #ff4e00;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.313rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
.sign-form input[type=submit]:hover, .sign-form button:hover {
            background: #ff8651;
        }
@media (max-width: 991px) {
        .sign-form .line {

            -webkit-box-orient: vertical;

            -webkit-box-direction: normal;

                -ms-flex-direction: column;

                    flex-direction: column;
        }

        .sign-form input[type=text],
        .sign-form button {
            border-radius: 0.25rem;
            -webkit-box-flex: 1;
                -ms-flex: auto;
                    flex: auto;
        }

        .sign-form input[type=text] {
            width: 100%;
            margin-bottom: 0.938rem;
        }

        .sign-form button {
            border-radius: 2.813rem;
            line-height: 1;
            padding: 0 1.875rem;
        }
    }
.sign-form .error {
        color: #ff4e00;
        display: none;
    }
.sign-form .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
@media (max-width: 991px) {

    .sign-form .column {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse
    }
        }
@media (max-width: 991px) {
            .sign-form.has-error .column .error {
                display: block;
            }
        }
@media (min-width: 992px) {
            .sign-form.has-error >.error {
                display: block;
            }
        }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
/*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
/*
      div element that matches size of large image
      large image loads on top of it
  */
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}
.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}
.animated-images {
  display: grid;
  position: relative;
}
.animated-images img {
    justify-self: center;
    grid-column: 1;
    grid-row: 1;
    height: max(100%, 100%);
    height: max(var(--height, 100%), 100%);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover
  }
@media (min-width: 992px) {

  .animated-images img {
      min-width: 100%
  }
    }
.photo-gallery {
  display: grid;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.photo-gallery img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity ease;
    transition: opacity ease;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s
  }
@media (min-width: 992px) {

  .photo-gallery img {
      min-width: 100%
  }
    }
.photo-gallery .arrow {
    grid-column: 1;
    grid-row: 1;
    width: 36px;
    height: 36px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    top: 50%;
  }
.photo-gallery .arrow-wrapper-left,
  .photo-gallery .arrow-wrapper-right {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
  }
.photo-gallery .arrow-wrapper-left {
    left: 0px;
  }
.photo-gallery .arrow-wrapper-right {
    right: 0px;
  }
.photo-gallery .arrow-left {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    margin-left: 36px;
    justify-self: flex-start;
  }
.photo-gallery .arrow-right {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    margin-right: 36px;
    justify-self: flex-end;
  }
.photo-gallery .navigation {
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    z-index: 9;
  }
.photo-gallery .navigation .navigation-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 3px solid #fff;
      cursor: pointer;
    }
.photo-gallery .navigation .active-dot {
      background-color: #fff;
    }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../../assets/images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../../assets/images/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}
a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}
a.pswp__share--download:hover {
    background: #DDD;
}
/*
  
      3. Index indicator ("1 of X" counter)
  
   */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}
/*
      
      4. Caption
  
   */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
.pswp__caption--empty {
    display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}
/*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../assets/images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/*
      
      6. Additional styles
  
   */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
/*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}
@media (min-width: 992px) {
    div.sections >div:not(:last-child) {
            border-bottom: 0.625rem solid #232323;
            border-bottom: 0.625rem solid var(--sections-border-color, #232323)
    }
        }
body.move-first-section div.sections>div:first-child {
        margin-top: -5rem;
    }
.section-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 992px) {

    .section-content .content {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto
    }
        }
.section-content .body {
        background-size: cover;
        background-position: center center;
        background-color: #101010;
        padding: 2.5rem 0
    }
@media (min-width: 992px) {

    .section-content .body {
            padding: 5rem 0
    }
        }
.section-content .body.space {
            min-height: 31.25rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }
.section-content .body.light {
            background-color: #fff;
            color: #101010;
        }
.section-content .body.move {
            margin-top: -0.625rem;

            padding-top: 0;
        }
.section-content .links:not(:first-child) {
            margin-top: 2.5rem;
        }
.section-content .links.one {
            text-align: center;
        }
.section-content .links.one .btn {
                width: 25rem;
                max-width: 100%;
            }
.section-content .links.two,
        .section-content .links.three {
            display: grid;
            grid-gap: 0.625rem;
            grid-template-columns: 1fr;
        }
@media (min-width: 992px) {

            .section-content .links.two,
            .section-content .links.three {
                grid-gap: 2.5rem;
            }

            .section-content .links.two {
                grid-template-columns: repeat(2, 1fr);
            }

            .section-content .links.three {
                grid-template-columns: repeat(3, 1fr);
            }

        }
.section-content h3,
    .section-content .description,
    .section-content .links {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-content h3.slide-in, .section-content .description.slide-in, .section-content .links.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-faq {
  display: block;
  padding: 2.5rem 0;
}
.section-faq h3 {
    text-align: center;
    margin-bottom: 1.25rem;
  }
.section-faq .items .item {
      margin-bottom: 0.625rem;
    }
.section-faq .items .item .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #232323;
        padding: 0.625rem 1.25rem;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }
.section-faq .items .item .title span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
        }
.section-faq .items .item .title:hover {
          color: var(--hover-color);
        }
.section-faq .items .item .description {
        padding: 0.313rem 1.25rem;
      }
.section-faq .items .item:not(.active) .description {
          display: none;
        }
.section-faq .item {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
  }
.section-faq .item.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-faqNew {
  display: block;
  padding: 2.5rem 0;
}
.section-faqNew h3 {
    text-align: center;
    margin-bottom: 1.25rem;
  }
.section-faqNew .items .item {
      margin-bottom: 0.625rem;
    }
.section-faqNew .items .item .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #232323;
        padding: 0.625rem 1.25rem;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }
.section-faqNew .items .item .title span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
        }
.section-faqNew .items .item .title:hover {
          color: var(--hover-color);
        }
.section-faqNew .items .item .description {
        padding: 0.313rem 1.25rem;
      }
.section-faqNew .items .item:not(.active) .description {
          display: none;
        }
.section-faqNew .item {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
  }
.section-faqNew .item.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-shortcode .body {
        background: #fff;
        color: #101010;
    }
.section-shortcode .body input[type=text] {
            border: 2px solid #ebebeb
        }
@media (min-width: 992px) {

        .section-shortcode .body input[type=text] {
                border-right: 0
        }
            }
.section-sign .body {
        display: block;
        background: #101010;
        padding: 2.5rem 0
    }
@media (min-width: 992px) {
    .section-sign .body {
            padding: 5rem 0
    }
        }
.section-sign .body.light {
            background: #fff;
            color: #101010;
        }
.section-sign .body.light input[type=text] {
                border: 2px solid #ebebeb
            }
@media (min-width: 992px) {

            .section-sign .body.light input[type=text] {
                    border-right: 0
            }
                }
.section-sign .body.move {
            margin-top: -0.625rem;

            padding-top: 0;
        }
.section-sign .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }
@media (min-width: 992px) {
.section-sign:not(:last-child) {
            border-bottom: 0.625rem solid #232323
    }
        }
.section-sign form {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-sign form.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-tabs {
    display: block;
    background: #fff;
    border-bottom: 0;
    position: relative;
    z-index: 2;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    padding-top: 5rem;
}
.section-tabs nav {
        height: 3.438rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
@media (max-width: 991px) {

    .section-tabs nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            margin: 0 -0.937rem
    }
        }
@media (min-width: 992px) {

    .section-tabs nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
    }
        }
.section-tabs nav a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: #2e2e2e
        }
.section-tabs nav a:hover,
            .section-tabs nav a:active {
                background: #4e4e4e;
            }
.section-tabs nav a {

            color: #fff;
            padding: 0 0.625rem;
            border-radius: 0.25rem;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 1;
            text-align: center;

            height: 1.875rem;
            border-radius: 1.875rem;
            margin: 0 0.25rem;

            font-size: 0.875rem;
            position: relative
        }
@media (max-width: 991px) {
                .section-tabs nav a:last-child:after {
                    content: "";
                    width: 0.25rem;
                    height: 1px;
                    position: absolute;
                    left: 100%;
                    top: 0;
                    background: transparent;
                }
            }
@media (min-width: 992px) {

        .section-tabs nav a {
                font-size: 1rem;
                margin: 0 0.625rem
        }

            }
.section-tabs nav a.active {
                background: #f5f5f5;
                border: 1px solid #c8c8c8;
                color: #101010;
            }
.section-tabs nav a:hover {
                text-decoration: none;
            }
body.move-first-section div.sections>.section-tabs:first-child div.body {
            border-top: 1px solid #ebebeb;
        }
body.move-first-section div.sections>.section-tabs:first-child {

        border-bottom: 0;
}
body.move-first-section.tabs-fixed {
    margin-top: 3.438rem;
}
body.move-first-section.tabs-fixed div.sections>.section-tabs:first-child {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
body.move-first-section.tabs-fixed div.sections>.section-tabs:first-child div.body {
            border-color: #fff !important;
        }
.section-intro {
    display: block;
}
.section-intro .body {
        background-size: cover;
        background-position: center center;
    }
.section-intro .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 31.25rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.938rem 0 2.5rem 0
    }

.section-intro .body:has(.background-video) {
    position: relative;
    }
        
.section-intro .body .background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    cursor: unset;
    pointer-events: none;
    }

@media (min-width: 992px) {

    .section-intro .content {
            padding: 0.938rem 0 5rem 0
    }
        }
.section-intro h1, .section-intro h2 {
        margin: 2.5rem 0;
        text-align: center;
        font-size: 1.625rem;
    }
@media (min-width: 992px) {
        .section-intro h1, .section-intro h2 {
            text-align: center;
            max-width: 48rem;
            font-size: 2.813rem;
        }
    }
.section-intro h1, .section-intro h2, .section-intro form {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-intro h1.slide-in, .section-intro h2.slide-in, .section-intro form.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-intro .body.fill .content {
            min-height: 100vh;
        }
.section-intro .body.fit .container {
            aspect-ratio: var(--intro-width)/var(--intro-height);
            min-height: var(--intro-height);
            width: 100%;
        }
.section-intro .body.fit .content { 
    min-height: 100%;
}    
.section-header {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: none !important;
}
.section-header .background {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
.section-header .background .image {
      display: grid;
    }
.section-header .background .background-image {
      justify-self: center;
      grid-column: 1;
      grid-row: 1;
      height: 100%;
      height: var(--height, 100%);
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
.section-header .background .parallax-image .background-image {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
.section-header .background .video {
      display: grid;
    }
.section-header .background .video video {
        justify-self: center;
        grid-column: 1;
        grid-row: 1;
        height: 100%;
        height: var(--height, 100%);
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
.section-header .background .video img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        min-width: 100%;
      }
.section-header .background .video-onClick:before {
         content: '';
         display: block;
         background: rgba(0, 0, 0, 0.5);
         position: absolute;
         left: 0;
         top: 0;
         right: 0;
         bottom: 0;
         pointer-events: none;
         z-index: 2;
       }
.section-header .background .video-onClick:after {
         content: '';
         display: block;
         background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUwcHgiIGZpbGw9IiNGRkZGRkYiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjwvZz48Zz48cGF0aCBkPSJNMTIsMkM2LjQ4LDIsMiw2LjQ4LDIsMTJzNC40OCwxMCwxMCwxMHMxMC00LjQ4LDEwLTEwUzE3LjUyLDIsMTIsMnogTTkuNSwxNi41di05bDcsNC41TDkuNSwxNi41eiIvPjwvZz48L3N2Zz4=");
         background-position: center;
         background-repeat: no-repeat;
         position: absolute;
         left: 0;
         top: 0;
         right: 0;
         bottom: 0;
         pointer-events: none;
         z-index: 3;
       }
.section-header .container {
    display: grid;
    grid-template-columns: 1fr;
  }
.section-header .content {
    grid-row: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 6.25rem
  }
@media (max-width: 991px) {

  .section-header .content {
      padding: 2.9rem 0.938rem
  }
    }
.section-header .top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
.section-header .center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.section-header .bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
.section-header h1 {
    margin: 0.625rem 0;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 400;
  }
.section-header h2 {
    margin: 0.625rem 0;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 400;
  }
.section-header .icon img {
      width: 100%;
    }
.section-header .icon.round img {
        border-radius: 50%;
      }
.section-header .button {
    color: inherit;
    min-width: 200px;
    height: 50px;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0 1.5rem;
    background-color: transparent;
    margin-top: 2.5rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important
  }
.section-header .button:hover {
      background-color: white;
      color: black;
    }
.section-header .form-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
.section-header .form-wrapper .sign-form input[type=text] {
        border-top-left-radius: 2.813rem;
        border-bottom-left-radius: 2.813rem;
      }
.section-header .form-wrapper .sign-form input[type=submit],
      .section-header .form-wrapper .sign-form button {
        border-top-right-radius: 2.813rem;
        border-bottom-right-radius: 2.813rem;
        text-transform: none;
      }
@media (max-width: 991px) {
          .section-header .form-wrapper .sign-form input[type=text],
          .section-header .form-wrapper .sign-form button {
            border-radius: 2.813rem;
          }
        }
@media (min-width: 992px) {
    .section-header h1 {
      text-align: center;
      max-width: 48rem;
    }

    .section-header h2 {
      text-align: center;
      max-width: 48rem;
    }
  }
.section-header .step1 h1, .section-header .step1 h2, .section-header .step1 .button {
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: opacity;
    }
.section-header .step1 h1.fade-in, .section-header .step1 h2.fade-in, .section-header .step1 .button.fade-in {
   opacity: 1;
 }
.step2, .step3 {
  z-index: -2;
  opacity: 0;
}
.section-welcome {
    display: block;
    position: relative;
    pointer-events: none;
}
.section-welcome .body {
        position: relative;
        background-size: cover;
        background-position: center center
    }
@media (max-width: 991px) {

    .section-welcome .body {
            padding-top: 1.25rem
    }
        }
.section-welcome .body.gradient:after {
                content: '';
                display: block;
                left: 0;
                top: 0;
                width:100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
                background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
                position: absolute;
                z-index: 2;
                pointer-events: none;
            }
.section-welcome .content {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 100vh;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 5px 0 5px 0;
        padding: 0.938rem 0 2.5rem 0
    }
@media (min-width: 992px) {

    .section-welcome .content {
            padding: 0.938rem 0 5rem 0
    }
        }
.section-welcome .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        pointer-events: all
    }
@media (min-width: 992px) {

    .section-welcome .buttons {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row
    }
        }
.section-welcome .buttons > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 15px 0
        }
@media (min-width: 992px) {

        .section-welcome .buttons > div {
                margin: 50px
        }
            }
.section-welcome .buttons > div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
.section-welcome .buttons > div .icon {
                margin-bottom: 4px
            }
@media (min-width: 992px) {

            .section-welcome .buttons > div .icon {
                    margin-bottom: 2.5rem
            }
                }
.section-welcome .buttons > div .icon img {
                    width: 2.5rem;
                    height: 2.5rem
                }
@media (min-width: 992px) {

                .section-welcome .buttons > div .icon img {
                        width: 4rem;
                        height: 4rem
                }
                    }
.section-welcome .buttons > div a {
                color: #fff;
                border: 2px solid #fff;
                text-align: center;
                font-weight: bold;

                min-width: 240px;
                height: 45px;
                line-height: 45px;
                border-radius: 45px
            }
@media (min-width: 992px) {

            .section-welcome .buttons > div a {
                    height: 70px;
                    line-height: 70px;
                    border-radius: 70px
            }
                }
.section-welcome .buttons > div a:hover {
                    color: #ff4e00;
                    border-color: #ff4e00;
                    text-decoration: none;
                }
.section-welcome h2 {
        text-align: center;
        font-size: 2.5rem;
        margin: 2.813rem 0 1.25rem 0
    }
@media (min-width: 992px) {

    .section-welcome h2 {
            margin: 2.5rem 0
    }
        }
@media (min-width: 992px) {
        .section-welcome h2 {
            text-align: center;
            max-width: 48rem;
            font-size: 6.25rem;
        }
    }
.section-welcome h2, .section-welcome .buttons > div {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 1.4s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 1.4s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 1.4s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 1.4s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 1.4s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 1.4s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 1.4s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 1.4s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-welcome h2.slide-in, .section-welcome .buttons > div.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-block {
    display: block;
}
.section-block .body {
        background-size: cover;
        background-position: center center;
        padding: 2.5rem 0
    }
@media (min-width: 992px) {

    .section-block .body {
            padding: 5rem 0
    }
        }
@media (min-width: 992px) {
            .section-block .body.right .cols {
                    grid-template-areas: "second first"
            }
                }
.section-block .body.light {
            background-color: #fff;
            color: #101010;
        }
.section-block .cols {
        display: grid;
        grid-gap: 3.75rem;
        grid-template-areas: "first"
            "second"
    }
@media (min-width: 1250px) {

    .section-block .cols {
            grid-gap: 5rem
    }
        }
@media (min-width: 992px) {

    .section-block .cols {
            grid-template-areas: "first second";
            grid-template-columns: 1fr 1fr
    }
        }
.section-block .cols >div {
            overflow: hidden;
        }
.section-block .cols >div:first-child {
            grid-area: first;
        }
.section-block .cols >div:last-child {
            grid-area: second;
        }
.section-block .icon img {
            max-width: 12.5rem;
        }
.section-block .icon.round img {
                width: 5rem;
                height: 5rem;
                border-radius: 50%;
            }
.section-block .gallery {
        display: grid;
        grid-gap: 0.313rem;
        grid-template-columns: 1fr 1fr;
    }
.section-block .gallery a {
            display: block;
            padding: 0;
            margin: 0;
        }
.section-block .gallery img {
            display: block;
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
        }
.section-block .video {
        position: relative;
    }
.section-block .video img {
            display: block;
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
        }
.section-block .video:before {
            content: '';
            display: block;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 2;
        }
.section-block .video:after {
            content: '';
            display: block;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUwcHgiIGZpbGw9IiNGRkZGRkYiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjwvZz48Zz48cGF0aCBkPSJNMTIsMkM2LjQ4LDIsMiw2LjQ4LDIsMTJzNC40OCwxMCwxMCwxMHMxMC00LjQ4LDEwLTEwUzE3LjUyLDIsMTIsMnogTTkuNSwxNi41di05bDcsNC41TDkuNSwxNi41eiIvPjwvZz48L3N2Zz4=");
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 3;
        }
.section-block .image img {
            width: 100%;
        }
.section-block h4 {
        font-weight: 500;
        color: #ff4e00;
        font-size: 1.375rem;
    }
.section-block .icon,
    .section-block h3,
    .section-block h4,
    .section-block .content,
    .section-block .gallery,
    .section-block .image {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-block .icon.slide-in, .section-block h3.slide-in, .section-block h4.slide-in, .section-block .content.slide-in, .section-block .gallery.slide-in, .section-block .image.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
.section-buttonBlock {
  display: block;
  overflow: hidden
}
.section-buttonBlock:not(.separated) {
    border-bottom: none !important;
  }
.section-buttonBlock .body {
    background-size: cover;
    background-position: center center
  }

@media (min-width: 992px) {
    .section-buttonBlock .body {
        margin-left: calc(var(--data-margin-left) / 2);
        margin-right: calc(var(--data-margin-right) /2);
    }
}

@media (min-width: 1500px) {
    .section-buttonBlock .body {
        margin-left: var(--data-margin-left);
        margin-right: var(--data-margin-right)
    }
}


.section-buttonBlock .body .container {
      width: 100%;
      padding: 0;
    }
@media (min-width: 992px) {
      .section-buttonBlock .body.right .cols {
          grid-template-areas: "second first"
      }
        }
.section-buttonBlock .body.light {
      background-color: #fff;
      color: #101010;
    }
.section-buttonBlock .body.light .button {
        border-color: #101010
      }
.section-buttonBlock .body.light .button:hover {
          background-color: #101010;
          color: white;
        }
.section-buttonBlock .cols {
    display: grid;
    grid-template-areas: "first" "second"
  }
@media (min-width: 992px) {

  .section-buttonBlock .cols {
      grid-template-areas: "first second";
      grid-template-columns: 1fr 1fr
  }
    }
.section-buttonBlock .cols > div {
      overflow: hidden;
    }
.section-buttonBlock .cols > div:first-child {
      grid-area: first;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 6.25rem
    }
@media (max-width: 991px) {

    .section-buttonBlock .cols > div:first-child {
        padding: 2.9rem 0.938rem;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    
      }
.section-buttonBlock .cols > div:first-child .contentWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      }
.section-buttonBlock .cols > div:last-child {
      grid-area: second;
    }
.section-buttonBlock .icon img {
      max-width: 12.5rem;
    }
.section-buttonBlock .icon.round img {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
      }
.section-buttonBlock .video {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative
  }
.section-buttonBlock .video > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
.section-buttonBlock .video img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
    }
.section-buttonBlock .video:not(.video-onClick) {
      cursor: default;
      pointer-events: none;
    }
.section-buttonBlock .autoplay-video video {
      height: 100%;
      width: 100%
    }
@media (min-width: 992px) {
    .section-buttonBlock .autoplay-video video {
        height: 100%;
        height: var(--video-height, 100%);
        width: unset
    }

    .section-buttonBlock .cols > div:first-child .contentWrapper {
        min-width: 300px;
    }
      }
@media (min-width: 1250px) {
    .section-buttonBlock .autoplay-video video {
        height: max(100%, 100%);
        height: max(var(--video-height, 100%), 100%);
        min-width: 100%
    }

    .section-buttonBlock .body .container.auto-margin {
        margin: 0 auto;
        width: 68.75rem;
    }
      }
.section-buttonBlock .video-onClick:before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      z-index: 2;
    }
.section-buttonBlock .video-onClick:after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUwcHgiIGZpbGw9IiNGRkZGRkYiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjwvZz48Zz48cGF0aCBkPSJNMTIsMkM2LjQ4LDIsMiw2LjQ4LDIsMTJzNC40OCwxMCwxMCwxMHMxMC00LjQ4LDEwLTEwUzE3LjUyLDIsMTIsMnogTTkuNSwxNi41di05bDcsNC41TDkuNSwxNi41eiIvPjwvZz48L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      z-index: 3;
    }
.section-buttonBlock .element-wrapper {
    width: 300px;
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 4/5;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    justify-self: center;
    margin-bottom: 2.5rem
  }
@media (max-width: 480px) {

  .section-buttonBlock .element-wrapper {
      max-width: 180px;
      width: 100%
  }
    }
@media (min-width: 992px) {

  .section-buttonBlock .element-wrapper {
      width: 400px
  }
    }
.section-buttonBlock .element-wrapper::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: black;
    }
.section-buttonBlock .image-element {
    width: 100%;
    height: 100%;
  }
.section-buttonBlock .photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
  }
.section-buttonBlock .image {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.section-buttonBlock .image img {
      width: 100%
    }
@media (min-width: 992px) {
    .section-buttonBlock .image img {
        min-width: 100%
    }
      }
.section-buttonBlock h3 {
    margin-bottom: 2.5rem;
  }
.section-buttonBlock .button {
    margin-top: 2.5rem;
    color: inherit;
    min-width: 250px;
    height: 50px;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0 1.5rem;
    font-size: 1rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
      opacity 0.3s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
      opacity 0.3s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important
  }
.section-buttonBlock .button:hover {
      background-color: white;
      color: #101010;
    }
.section-buttonBlock .icon,
  .section-buttonBlock h3,
  .section-buttonBlock .content,
  .section-buttonBlock .button,
  .section-buttonBlock .image,
  .section-buttonBlock .animated-images-wrapper,
  .section-buttonBlock .gallery-wrapper {
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: opacity;
  }
.section-buttonBlock .icon.fade-in, .section-buttonBlock h3.fade-in, .section-buttonBlock .content.fade-in, .section-buttonBlock .button.fade-in, .section-buttonBlock .image.fade-in, .section-buttonBlock .animated-images-wrapper.fade-in, .section-buttonBlock .gallery-wrapper.fade-in {
   opacity: 1;
 }

 .section-buttonBlock  .panorama .panorama-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}

@media (max-width: 992px) {
    .section-buttonBlock h3 {
      margin-bottom: 1.25rem;
    }

    .section-buttonBlock .panorama {
        width: 100%;
        height: var(--height-mobile);
        position: relative
    }

    .section-intro .body.fill:has(.background-video) .content  {
        min-height: calc(100vh - 55px - 80px);
        min-height: calc(100dvh - 55px - 80px);
    }
}

@media (min-width: 992px) {
    .section-buttonBlock .panorama {
        height: var(--height-pc)
    }
}

.section-carousel {
  display: block
}
.section-carousel:not(.separated) {
    border-bottom: none !important;
  }
.section-carousel .body {
    background-size: cover;
    background-position: center center;
    padding: 2.5rem 0
  }
@media (min-width: 992px) {

  .section-carousel .body {
      padding: 2.5rem 24px
  }
    }
.section-carousel .body .container {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
    }
@media (min-width: 992px) {

  .section-carousel h3,
  .section-carousel .content {
      justify-self: center
  }
    }
.section-carousel .button,
  .section-carousel .special {
    color: inherit;
    min-width: 200px;
    height: 50px;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 25px;
    margin-top: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0 1.5rem;
    justify-self: center;
    font-size: 1rem;
    -webkit-transition: color 0.7s ease-in-out, background-color 0.7s ease-in-out,
      opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important;
    transition: color 0.7s ease-in-out, background-color 0.7s ease-in-out,
      opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98) !important
  }
.section-carousel .button:hover, .section-carousel .special:hover {
      background-color: white;
      color: black;
    }
.section-carousel .carousel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1249px;
    justify-self: center;
  }
.section-carousel .arrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6px;
    cursor: pointer;
  }
.section-carousel .arrow {
    justify-self: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    cursor: pointer;
    margin-top: 200px
  }
@media (max-width: 480px) {

  .section-carousel .arrow {
      margin-top: 175px;
      width: 16px;
      min-width: 16px;
      height: 16px
  }
    }
.section-carousel .arrow:is(.prev) {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
.section-carousel .arrow:is(.next) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
.section-carousel .carousel {
    height: auto;
    justify-self: center;
    align-self: center;
    grid-column: 1;
    width: clamp(300px, 90%, 1440px);
    display: grid;
    grid-template-columns: 1fr;
    margin: 2.5rem 0
  }
@media (min-width: 992px) {

  .section-carousel .carousel {
      grid-column: 2
  }
    }
@media (max-width: 991px) {

  .section-carousel .carousel {
      margin: 2.9rem 0.938rem
  }
    }
.section-carousel .carousel .element-wrapper {
      width: 300px;
      grid-column: 1;
      grid-row: 1;
      aspect-ratio: 4/5;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      justify-self: center;
      margin-bottom: 2.5rem
    }
@media (max-width: 480px) {

    .section-carousel .carousel .element-wrapper {
        max-width: 220px;
        width: 100%
    }
      }
@media (min-width: 992px) {

    .section-carousel .carousel .element-wrapper {
        width: 320px
    }
      }
.section-carousel .carousel .element-wrapper::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
      }
.section-carousel .carousel .image-element {
      width: 100%;
      height: 100%;
    }
.section-carousel .carousel .image-text-wrapper {
      display: none;
      text-align: center;
      width: 100%;
      grid-gap: 12px;
      gap: 12px;
      -webkit-transition: 0.2s;
      transition: 0.2s
    }
@media (max-width: 480px) {
    .section-carousel .carousel .image-text-wrapper {
        margin-top: 0
    }
      }
.section-carousel .carousel .active {
      display: block;
    }
.section-carousel .carousel .image-bottom-text,
    .section-carousel .carousel .image-bottom-header {
      width: 100%;
      height: auto;
      opacity: 1;
      text-align: center;
      -webkit-transition: 0.2s;
      transition: 0.2s;
    }
.section-carousel .carousel .image-bottom-header {
      margin-bottom: 6px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
    }
.section-carousel .carousel .photo {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
    }
.section-carousel .carousel .video {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
.section-carousel .carousel .video a {
        width: 100%;
        height: 100%;
      }
.section-carousel .carousel .video img {
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
.section-carousel .carousel .video video {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
.section-carousel .carousel .video-onClick:before {
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 2;
      }
.section-carousel .carousel .video-onClick:after {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUwcHgiIGZpbGw9IiNGRkZGRkYiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjwvZz48Zz48cGF0aCBkPSJNMTIsMkM2LjQ4LDIsMiw2LjQ4LDIsMTJzNC40OCwxMCwxMCwxMHMxMC00LjQ4LDEwLTEwUzE3LjUyLDIsMTIsMnogTTkuNSwxNi41di05bDcsNC41TDkuNSwxNi41eiIvPjwvZz48L3N2Zz4=");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 3;
      }
.section-carousel .carousel .main {
      z-index: 2
    }
.section-carousel .carousel .main::after {
        opacity: 0.2;
        pointer-events: none;
      }
.section-carousel .carousel .next2 .image-bottom-text,
      .section-carousel .carousel .next2 .image-bottom-header,
      .section-carousel .carousel .prev2 .image-bottom-text,
      .section-carousel .carousel .prev2 .image-bottom-header,
      .section-carousel .carousel .next1 .image-bottom-text,
      .section-carousel .carousel .next1 .image-bottom-header,
      .section-carousel .carousel .prev1 .image-bottom-text,
      .section-carousel .carousel .prev1 .image-bottom-header {
        opacity: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
.section-carousel .carousel .next1,
    .section-carousel .carousel .prev1 {
      z-index: 1
    }
.section-carousel .carousel .next1::after, .section-carousel .carousel .prev1::after {
        opacity: 0.5;
        z-index: 3;
      }
.section-carousel .carousel .next2,
    .section-carousel .carousel .prev2 {
      z-index: 0
    }
.section-carousel .carousel .next2::after, .section-carousel .carousel .prev2::after {
        opacity: 0.7;
        z-index: 3;
      }
@media (max-width: 480px) {

    .section-carousel .carousel .next2,
    .section-carousel .carousel .prev2 {
        display: none
    }
      }
.section-carousel .carousel .prev2 {
      -webkit-transform: scale(0.7) translateX(-50%);
              transform: scale(0.7) translateX(-50%)
    }
@media (min-width: 992px) {

    .section-carousel .carousel .prev2 {
        -webkit-transform: scale(0.7) translateX(-100%);
                transform: scale(0.7) translateX(-100%)
    }
      }
.section-carousel .carousel .prev1 {
      -webkit-transform: scale(0.9) translateX(-20%);
              transform: scale(0.9) translateX(-20%)
    }
@media (min-width: 992px) {

    .section-carousel .carousel .prev1 {
        -webkit-transform: scale(0.9) translateX(-35%);
                transform: scale(0.9) translateX(-35%)
    }
      }
.section-carousel .carousel .next1 {
      -webkit-transform: scale(0.9) translateX(20%);
              transform: scale(0.9) translateX(20%)
    }
@media (min-width: 992px) {

    .section-carousel .carousel .next1 {
        -webkit-transform: scale(0.9) translateX(35%);
                transform: scale(0.9) translateX(35%)
    }
      }
.section-carousel .carousel .next2 {
      -webkit-transform: scale(0.7) translateX(50%);
              transform: scale(0.7) translateX(50%)
    }
@media (min-width: 992px) {

    .section-carousel .carousel .next2 {
        -webkit-transform: scale(0.7) translateX(100%);
                transform: scale(0.7) translateX(100%)
    }
      }
.section-carousel .carousel .prepare {
      -webkit-transition: all 0 ease-in-out;
      transition: all 0 ease-in-out;
      -webkit-transform: scale(0.5) translateX(0);
              transform: scale(0.5) translateX(0);
      z-index: -1
    }
.section-carousel .carousel .prepare::after {
        opacity: 0.8;
      }
.section-carousel .carousel .navigation-dots {
      margin-top: 24px;
      grid-gap: 12px;
      gap: 12px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      grid-row: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
@media (min-width: 992px) {

    .section-carousel .carousel .navigation-dots {
        grid-row: 10
    }
      }
.section-carousel .carousel .navigation-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid white;
        cursor: pointer;
        -webkit-transition: background-color 0.7s ease-in-out;
        transition: background-color 0.7s ease-in-out
      }
.section-carousel .carousel .navigation-dots .dot:is(.active) {
          background-color: white;
        }
@media (min-width: 992px) {
      .section-carousel .carousel .navigation-dots .dot {
          width: 12px;
          height: 12px
      }
        }
.section-carousel h3,
  .section-carousel .content {
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: opacity;
  }
.section-carousel h3.fade-in, .section-carousel .content.fade-in {
   opacity: 1;
 }
.section-panorama {
  display: block
}
.section-panorama:not(.separated) {
    border-bottom: none !important;
  }
.section-panorama .body {
    background-size: cover;
    background-position: center center;
  }
.section-panorama .body .container {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 6.25rem 0
    }
@media (max-width: 991px) {

    .section-panorama .body .container {
        padding: 2.9rem 0
    }
      }
.section-panorama .panorama {
    width: 100%;
    height: var(--height-mobile);
    margin: 2.5rem 0 0 0;
    position: relative
  }
@media (min-width: 992px) {

  .section-panorama .panorama {
      height: var(--height-pc)
  }
    }
.section-panorama .panorama .panorama-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.8);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.section-panorama .panorama .panorama-cover img, .section-panorama .panorama .panorama-cover p {
        pointer-events: none;
      }
.section-panorama h3,
  .section-panorama .content {
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: opacity;
  }
.section-panorama h3.fade-in, .section-panorama .content.fade-in {
   opacity: 1;
 }
.section-course {
    display: block;
}
.section-course .body {
        background-size: cover;
        background-position: center center;
        padding: 2.5rem 0
    }
@media (min-width: 992px) {

    .section-course .body {
            padding: 5rem 0
    }
        }
@media (min-width: 992px) {

        .section-course .body:not(:last-child) {
                border-bottom: 0.625rem solid #232323
        }
            }
@media (min-width: 992px) {
            .section-course .body.right .row {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: reverse;
                        -ms-flex-direction: row-reverse;
                            flex-direction: row-reverse;
            }

                    .section-course .body.right .row >div:last-child {

                        margin-right: 5rem;
                        margin-left: 0;
                    }
                }
@media (min-width: 992px) {
                    .section-course .body.right .row:first-child >div:last-child {
                        margin: 0;
                    }
                }
.section-course .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
.section-course .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
@media (min-width: 992px) {

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

            .section-course .row >div:first-child {
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
            }

            .section-course .row .btn {
                width: 16.25rem;
            }
        }
.section-course .row:not(:last-child) {
            margin-bottom: 2.5rem
        }
@media (min-width: 992px) {

        .section-course .row:not(:last-child) {
                margin-bottom: 5rem
        }
            }
.section-course .row >div:first-child p.large {
                font-size: 1.625rem;
                font-weight: 700;
            }
.section-course .row >div:first-child p.big {
                font-size: 1.125rem;
            }
@media (max-width: 991px) {

            .section-course .row >div:first-child p:last-child {
                    margin-bottom: 0.938rem
            }
                }
.section-course .row >div:last-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
        }
@media (min-width: 992px) {

        .section-course .row >div:last-child {
                margin-left: 2.5rem
        }
            }
.section-course .row >div:last-child a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 0.625rem;
                max-width: 300px;
            }
.section-course .space {
        position: relative;
        padding-left: 1.25rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }
@media (min-width: 992px) {

    .section-course .space {
            width: 16.25rem
    }
        }
.section-course .space:after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #c0c0c0;
            position: absolute;
            left: 0;
            top: 10px;
        }
.section-course .space.low:after {
            background: #ffc635;
        }
.section-course .space.available:after {
            background: #5caa30;
        }
.section-course h4 {
        font-weight: 500;
        color: #ff4e00;
    }
.section-course .row {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98);
  transition: transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98), opacity 0.7s cubic-bezier(0.09, 0.37, 0.46, 0.98), -webkit-transform 0.7s cubic-bezier(0.02, 0.38, 0.15, 0.98);
  -webkit-transition-delay: var(--td);
          transition-delay: var(--td);
  opacity: 0;
  will-change: transform, opacity;
    }
.section-course .row.slide-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
:root {
    --sections-border-color: #232323;
}
.vizacademy-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
.vizacademy-icons .label {
        margin-right: 0.313rem;
    }
.vizacademy-icons .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.vizacademy-icons .icons a {
            display: inline-block;
            margin-right: 0.313rem;
        }
.vizacademy-icons .icons img {
            width: 1.875rem;
            height: 1.875rem;
        }
.vizacademy-icons p {
        margin: 0;
    }
#video-player {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
}
#video-player .mask {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
#video-player .dialog {
        position: relative;
        z-index: 2;
        background: #000;
        color: #fff;
        width: 100%;
        max-width: 1000px;
        aspect-ratio: 16 / 9;
        border-radius: 0.25rem;
        overflow: hidden;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);

    }
#video-player .dialog video, #video-player .dialog iframe {
            width: 100%;
            height: 100%;
            aspect-ratio: 16 / 9;
        }
.blog, .category, .post-template-default {
    background: #fff;
}
.blog .post, .blog .posts, .category .post, .category .posts, .post-template-default .post, .post-template-default .posts {
        margin: 3.75rem 0;
    }
.blog .post .pagination-block, .blog .posts .pagination-block, .category .post .pagination-block, .category .posts .pagination-block, .post-template-default .post .pagination-block, .post-template-default .posts .pagination-block {
            margin-top: 3.75rem;
        }
.blog .post .content, .category .post .content, .post-template-default .post .content {
            color: #101010;
            margin-bottom: 3.75rem;
        }
.blog .post img, .category .post img, .post-template-default .post img {
          aspect-ratio: auto;
          margin: 0 0 1em;
        }
.blog .items, .category .items, .post-template-default .items {
        color: #101010;
        display: grid;
        grid-gap: 2.5rem;
        gap: 2.5rem
    }
@media (min-width: 992px) {

    .blog .items, .category .items, .post-template-default .items {
            grid-template-columns: repeat(3,1fr)
    }
        }
.blog .tease, .category .tease, .post-template-default .tease {
        text-align: center;
        color: #101010;
        background-color: #f9f9f9;
    }
.blog .tease .body, .category .tease .body, .post-template-default .tease .body {
            padding: 0.938rem;
        }
.blog .tease .head, .blog .tease .preview, .category .tease .head, .category .tease .preview, .post-template-default .tease .head, .post-template-default .tease .preview {
            margin-bottom: 0.938rem;
        }
.blog .tease .head h2, .category .tease .head h2, .post-template-default .tease .head h2 {
                margin: 0;
            }
.blog .tease .head .date, .blog .tease .head .terms, .category .tease .head .date, .category .tease .head .terms, .post-template-default .tease .head .date, .post-template-default .tease .head .terms {
                color: #949494;
                font-size: 0.875rem;
            }
.blog .tease .image img, .category .tease .image img, .post-template-default .tease .image img {
                width: 100%;
                aspect-ratio: 500 / 350;
                display: block;
            }
.blog .category-description, .category .category-description, .post-template-default .category-description {
        color: #101010;
        margin: 2.5rem 0;
    }
.blog .section-shortcode, .category .section-shortcode, .post-template-default .section-shortcode {
        padding: 2.5rem 0;
    }
.blog .section-shortcode .container > div, .category .section-shortcode .container > div, .post-template-default .section-shortcode .container > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }


/*# sourceMappingURL=vizacademy.css.map*/