p {
    font-family: 'Mitr', sans-serif;
}

h1 {
    font-family: 'Mitr', sans-serif;
}

h2 {
    font-family: 'Mitr', sans-serif;
}

h3 {
    font-family: 'Mitr', sans-serif;
}

h4 {
    font-family: 'Mitr', sans-serif;
}

h5 {
    font-family: 'Mitr', sans-serif;
}

h6 {
    font-family: 'Mitr', sans-serif;
}

b {
    font-family: 'Mitr', sans-serif;
}

li {
    font-family: 'Mitr', sans-serif;
}

label {
    font-family: 'Mitr', sans-serif;
}

select {
    font-family: 'Mitr', sans-serif;
}

ul {
    font-family: 'Mitr', sans-serif;
}

a {
    font-family: 'Mitr', sans-serif;
}

button {
    font-family: 'Mitr', sans-serif;
}

strong {
    font-family: 'Mitr', sans-serif;
}

option {
    font-family: 'Mitr', sans-serif;
}

select {
    font-family: 'Mitr', sans-serif;
}

span {
    font-family: 'Mitr', sans-serif;
}

html,
body,
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    text-rendering: optimizeLegibility;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

html,
body {
    height: 100%;
}

body {
    background-color: #460907;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Ubuntu', "Helvetica Neue", Arial, sans-serif;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
}

@media screen and (prefers-reduced-motion:reduce) {
    body {
        -webkit-scroll-behavior: auto;
        -moz-scroll-behavior: auto;
        -ms-scroll-behavior: auto;
        scroll-behavior: auto;
    }
}

h2,
.h2,
h3,
.h3,
h4,
h5,
.h5,
h6 {
    color: #FFFFFF;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
h5 em,
.h5 em,
h6 em,
h2 i,
.h2 i,
h3 i,
.h3 i,
h4 i,
h5 i,
.h5 i,
h6 i,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
h5 strong,
.h5 strong,
h6 strong,
h2 b,
.h2 b,
h3 b,
.h3 b,
h4 b,
h5 b,
.h5 b,
h6 b {
    font-weight: inherit;
}

h1,
.h1 {
    color: #FFFFFF;
    font-size: 3rem;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.32);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

h1 + div {
    margin-top: 1.5rem;
}

h2,
.h2 {
    font-size: 40px;
    margin: 2rem 0 1rem;
}

h2.gradient,
.h2.gradient {
    position: relative;
}

h2.gradient span,
.h2.gradient span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #710b0a;
    padding: 3px 45px;
    border-radius: 5px;
    line-height: 1.1;
}

h2.gradient::before,
.h2.gradient::before {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #460907 0%, #eaab1e 20%, #eaab1e 80%, #460907 100%);
    position: absolute;
    top: 50%;
    left: 0;
}

h2.gradient-dark,
.h2.gradient-dark {
    position: relative;
}

h2.gradient-dark span,
.h2.gradient-dark span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #210605;
    padding: 3px 45px;
    border-radius: 5px;
    line-height: 1.1;
}

h2.gradient-dark::before,
.h2.gradient-dark::before {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #210605 0%, #eaab1e 20%, #eaab1e 80%, #210605 100%);
    position: absolute;
    top: 50%;
    left: 0;
}

h3,
.h3 {
    font-size: 2rem;
    margin: 1.8rem 0 1rem;
}

h3.gradient,
.h3.gradient {
    position: relative;
}

h3.gradient span,
.h3.gradient span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #710b0a;
    padding: 3px 45px;
    border-radius: 5px;
    line-height: 1.1;
}

h3.gradient::before,
.h3.gradient::before {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #460907 0%, #eaab1e 20%, #eaab1e 80%, #460907 100%);
    position: absolute;
    top: 50%;
    left: 0;
}

h3.gradient-dark,
.h3.gradient-dark {
    position: relative;
}

h3.gradient-dark span,
.h3.gradient-dark span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #210605;
    padding: 3px 45px;
    border-radius: 5px;
    line-height: 1.1;
}

h3.gradient-dark::before,
.h3.gradient-dark::before {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #210605 0%, #eaab1e 20%, #eaab1e 80%, #210605 100%);
    position: absolute;
    top: 50%;
    left: 0;
}

h4,
h5,
.h5,
h6 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
}

h4 + *,
h5 + *,
.h5 + *,
h6 + * {
    margin-top: 0.5rem;
}

.subheader {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.32);
}

a {
    color: #FFFFFF;
    -webkit-text-decoration: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #000000;
}

ul {
    padding: 0;
}

li {
    margin-top: 0.5rem;
}

blockquote {
    padding: 30px 40px;
    background-color: #000000;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 24px;
    margin: 20px 0;
}

.button {
    display: inline-block;
    color: #FFFFFF;
    background: transparent;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    padding: 12px 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-appearance: none;
}

.button:hover {
    cursor: pointer;
    outline: none;
    background: #eaab1e;
    border-color: #eaab1e;
    color: #f4bd41;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.button:hover span {
    color: #1f1b1e;
}

.button:hover svg path {
    fill: #1f1b1e !important;
}

.button.red-button {
    color: #1f1b1e;
    background: #900f0c;
    border-color: #900f0c;
}

.button.red-button:hover,
.button.red-button:active,
.button.red-button:focus {
    background: #BBB;
    border-color: #BBB;
    color: #FFFFFF;
}

.button.red-button:hover span,
.button.red-button:active span,
.button.red-button:focus span {
    color: #FFFFFF;
}

.button.red-button:hover svg path,
.button.red-button:active svg path,
.button.red-button:focus svg path {
    fill: #FFFFFF !important;
}

.button.orange-button {
    color: #1f1b1e;
    background: #eaab1e;
    border-color: #eaab1e;
}

.button.orange-button span {
    color: #1f1b1e;
}

.button.orange-button svg path {
    fill: #1f1b1e !important;
}

.button.orange-button:hover,
.button.orange-button:active,
.button.orange-button:focus {
    background: #eac947;
    border-color: #eac947;
    color: #1f1b1e;
}

.button.light-orange-button {
    color: #1f1b1e;
    background: #eac947;
    border-color: #eac947;
}

.button.light-orange-button span {
    color: #1f1b1e;
}

.button.light-orange-button svg path {
    fill: #1f1b1e !important;
}

.button.light-orange-button:hover,
.button.light-orange-button:active,
.button.light-orange-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.button.white-button {
    color: #1f1b1e;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.button.white-button:hover {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.button.white-button:hover svg path {
    fill: #1f1b1e !important;
}

.button.green-button {
    color: #FFFFFF;
    background: #00C300;
    border-color: #00C300;
    color: #FFFFFF;
}

.button.green-button svg path {
    fill: #FFFFFF !important;
}

.button.green-button span {
    color: #FFFFFF;
}

.button.green-button:hover {
    background: #04EA04;
    border-color: #04EA04;
}

.button.green-button:active,
.button.green-button:focus {
    background: #00C300;
    border-color: #00C300;
}

.button.transparent-button {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.button.transparent-button:hover,
.button.transparent-button:active,
.button.transparent-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.button.black-button {
    background: #060104;
    border-color: #060104;
}

.button.black-button:hover,
.button.black-button:active,
.button.black-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
}

.button.no-text {
    padding: 12px;
}

.button.no-text svg {
    margin: 0;
}

.screen-reader-text {
    -webkit-clip: rect(0 0 0 0);
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.white {
    color: #FFFFFF;
}

.orange {
    color: #eaab1e;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.white-stroke {
    border: 1px solid #FFFFFF;
}

.opacity-04 {
    opacity: 0.4;
}

.stroked {
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: transparent;
}

.no-padding {
    padding: 0 !important;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

table td,
table th {
    text-align: left;
    padding: 15px 20px 15px 0;
}

table th {
    border-bottom: 1px solid #000000;
    font-weight: 700;
}

table td {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    font-weight: 400;
}

.css-col-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.css-col-3 {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex::before {
    display: none !important;
}

.flex .col-sm-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 10px;
}

.flex .col-4 {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    padding: 5px;
}

.flex .col-3,
.flex .col-md-3,
.flex .col-md-4,
.flex .col-md-5 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding: 10px;
}

.flex .col-2 {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 10px 20px;
}

.flex .col-img {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.flex .col-text {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.clear {
    clear: both;
}

.accordion {
    margin: 20px 0;
}

.accordion.no-margin {
    margin: 0;
}

.accordion.accordion-open .accordion-content {
    height: auto;
    display: block;
}

.accordion.accordion-open .accordion-title::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 20px;
}

.accordion-title {
    position: relative;
    background: #2b2a2d;
    border-radius: 25px;
    font-size: 1rem;
    color: #eaab1e;
    line-height: 1.1;
    padding: 15px 50px 15px 25px;
    cursor: pointer;
}

.accordion-title.half-width {
    max-width: 50%;
}

.accordion-title::after {
    content: "";
    border: solid #eaab1e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-title:hover,
.accordion-title:active {
    background: #060104;
}

.accordion-content {
    height: 0;
    display: none;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width:960px) {
    h1,
    .h1 {
        font-size: 1.5rem;
    }
    h2,
    .h2 {
        font-size: 1.3rem;
    }
    h3,
    .h3 {
        font-size: 1.2rem;
    }
    h4,
    .h4 {
        font-size: 1.1rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    .subheader {
        font-size: 1rem;
    }
    blockquote {
        padding: 25px 7%;
        font-size: 1.2rem;
    }
    p {
        font-size: 14px;
    }
    table td,
    table th {
        padding: 10px 15px 10px 0;
    }
    .flex .col-sm-6,
    .flex .col-3,
    .flex .col-2,
    .flex .col-md-3,
    .flex .col-md-4,
    .flex .col-md-5,
    .flex .col-img,
    .flex .col-text {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .flex .col-img {
        text-align: center;
    }
    .flex .col-4 {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
    .css-col-2,
    .css-col-3 {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .flex .col-3 {
        -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    }
    .flex .col-2 {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

@media (max-width:600px) {
    .h3.gradient span,
    h3.gradient span,
    h2.gradient span,
    .h2.gradient span,
    .h3.gradient-dark span,
    h3.gradient-dark span,
    h2.gradient-dark span,
    .h2.gradient-dark span {
        padding: 3px 15px;
        font-size: 1.2rem;
        max-width: 70%;
    }
}

@media (max-width:480px) {
    .accordion-title .half-width {
        max-width: 100%;
    }
}

.css-zpo0c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: bottom right;
}

.css-zpo0c.inter-blocked,
.css-zpo0c.popup-blocked {
    position: relative;
}

.css-zpo0c.inter-blocked::after,
.css-zpo0c.popup-blocked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

.css-zpo0c.popup-blocked .nav-wrap {
    position: static;
}

.css-zpo0c.popup-blocked #app-header,
.css-zpo0c.popup-blocked .logo {
    z-index: 0;
}

@media (max-width:960px) {
    .css-zpo0c {
        position: relative;
    }
}

.css-1jok2zj {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.css-1jok2zj #toFix {
    margin-bottom: 0;
}

@media (max-width:960px) {
    .css-1jok2zj header {
        height: auto;
    }
}

.css-1jqsha.on-front {
    position: relative;
    z-index: 10;
}

@media (min-width:961px) {
    .css-1jqsha {
        position: relative;
        z-index: 10;
    }
    .css-1jqsha .header-image-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 100px;
        overflow: hidden;
    }
}

@media (max-width:960px) {
    .css-1jqsha {
        display: block;
        width: 100%;
        padding: 0;
    }
    .css-1jqsha.on-front {
        position: static;
    }
    .css-1jqsha .header-image-wrap {
        display: none;
    }
}

.css-dgmoe7 {
    position: relative;
    z-index: 1;
}

.css-dgmoe7 .logo {
    display: inline-block;
    margin: 0 2% 0 0;
    width: 27%;
    max-width: 324px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

@media (max-width:960px) {
    .css-dgmoe7 {
        position: static;
        margin-bottom: 83px;
    }
    .css-dgmoe7 .logo {
        position: static;
        display: block;
        margin: 0 auto;
        padding: 10px 50px 5px 10px;
        width: 100%;
        text-align: center;
        background: linear-gradient(to right, #320907 0%, #aa3577 50%, #320907 100%);
        max-width: none;
    }
    .css-dgmoe7 .logo-wrapper {
        display: inline-block;
        width: 320px;
    }
}

@media (max-width:600px) {
    .css-dgmoe7 {
        margin-bottom: 68px;
    }
    .css-dgmoe7 .logo-wrapper {
        display: inline-block;
        width: 250px;
    }
}

@media (max-width:350px) {
    .css-dgmoe7 {
        margin-bottom: 63px;
    }
    .css-dgmoe7 .logo-wrapper {
        display: inline-block;
        width: 220px;
    }
}

.css-12c6sag {
    max-width: 1700px;
    padding: 0 25px 0 22px;
    margin: 0 auto;
}

@media (max-width:960px) {
    .css-12c6sag {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 2;
    }
}

.css-10k023f {
    display: none;
    width: 100%;
    height: 48px;
}

.css-10k023f:active,
.css-10k023f:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-10k023f {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 15px;
        background: none;
        border: none;
    }
}

@media (max-width:600px) {
    .css-10k023f {
        top: 10px;
        right: 6px;
    }
}

@media (max-width:350px) {
    .css-10k023f {
        top: 5px;
    }
}

.css-1gfbhub {
    background: #460907;
    margin: 0;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

@media (min-width:961px) {
    .css-1gfbhub.fixed {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .css-1gfbhub.fixed .header-contacts-menu {
        display: none;
    }
    .css-1gfbhub.fixed .top-nav {
        margin: 0 auto;
    }
    .css-1gfbhub.fixed .submenu {
        top: 46px;
    }
}

@media (max-width:960px) {
    .css-1gfbhub {
        margin: 0;
        background: #000000;
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-top: 1px solid #210605;
    }
}

.css-1oi9 {
    -webkit-appearance: none;
    border: 0;
    background: #000000;
    display: none;
}

.css-1oi9:active,
.css-1oi9:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-1oi9 {
        display: inline-block;
        position: absolute;
        left: 10%;
        top: 10px;
    }
}

.css-1oi9wrkkk {
    -webkit-appearance: none;
    border: 0;
    background: #000000;
    display: none;
}

.css-1oi9wrkkk:active,
.css-1oi9wrkkk:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-1oi9wrkkk {
        display: inline-block;
        position: absolute;
        left: 33%;
        top: 10px;
    }
}

.css-1c2jm17 {
    -webkit-appearance: none;
    border: 0;
    background: #000000;
    display: none;
}

.css-1c2jm17:active,
.css-1c2jm17:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-1c2jm17 {
        display: inline-block;
        position: absolute;
        right: 32%;
        top: 6px;
        padding: 5px 0 5px 5px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width:480px) {
    .css-1c2jm17 {
        right: 29%;
    }
}

.css-ooprf2 {
    -webkit-appearance: none;
    border: 0;
    background: #000000;
    display: none;
}

.css-ooprf2:active,
.css-ooprf2:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-ooprf2 {
        display: inline-block;
        position: absolute;
        right: 10%;
        top: 13px;
    }
    .css-ooprf2::after {
        content: "";
        position: absolute;
        top: -10px;
        right: -3px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #FFFFFF;
        border: 5px solid #000000;
    }
}

.css-osv4ue {
    background: #900f0c;
    background: linear-gradient(to right, #f331bd 0%, #b30a02 50%, #320907 100%);
}

.css-osv4ue .service-wrapper {
    position: relative;
    height: 1px;
    float: right;
}

@media (max-width:960px) {
    .css-osv4ue .service-wrapper {
        display: none;
    }
    .css-osv4ue.open {
        -webkit-animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        -webkit-animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 86vh;
        padding: 60px 0 0;
        border-top: 1px solid #210605;
        background: #000000;
        margin: 0;
    }
    .css-osv4ue.open .top-nav-ul {
        display: block;
        max-height: 90%;
        overflow-y: auto;
        padding-right: 0;
    }
    .css-osv4ue.open .menu-item {
        margin: 0;
        position: relative;
        display: block;
    }
    .css-osv4ue.open .top-menu-link {
        margin: 0;
        height: auto;
        padding: 20px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-left: none;
        text-align: left;
    }
    .css-osv4ue.open .top-menu-link.active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        background: #900f0c;
    }
    .css-osv4ue.open .submenu {
        max-height: none;
        position: static;
        overflow-y: auto;
    }
    .css-osv4ue.open .service-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 62px;
        width: 100%;
        padding: 5px 20px;
        border-bottom: 3px solid rgba(255, 255, 255, 0.1);
        background: #000000;
    }
    .css-osv4ue.open .service-wrapper .close-menu {
        height: 48px;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .css-osv4ue.open .service-wrapper .close-menu svg {
        margin-right: 15px;
    }
    .css-osv4ue.open .service-wrapper .close-menu span {
        font-size: 24px;
        line-height: 48px;
        display: none;
    }
}

.css-129jgte {
    display: none;
    -webkit-appearance: none;
    background: #000000;
    border: 0;
}

.css-129jgte:active,
.css-129jgte:focus {
    outline: none;
    opacity: 0.7;
}

@media (max-width:960px) {
    .css-129jgte {
        display: inline-block;
        color: #FFFFFF;
        font-size: 1.2rem;
        line-height: 1;
    }
}

.css-1una8qy {
    display: table;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    font-weight: 400;
    list-style: none;
    text-align: center;
    font-size: 1rem;
}

.css-1una8qy .menu-item {
    display: table-cell;
}

.css-1una8qy .top-menu-link {
    padding: 10px 2em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    height: 45px;
}

.css-1una8qy .top-menu-link.active {
    color: #eaab1e;
    border-bottom-color: #eaab1e;
}

.css-1una8qy .top-menu-link:hover {
    color: #eaab1e;
    border-bottom-color: #eaab1e;
}

.css-1una8qy .submenu {
    display: none;
}

.css-1una8qy li {
    text-align: left;
}

.css-1una8qy li a {
    display: block;
    color: #FFFFFF;
    position: relative;
}

.css-1una8qy li a:hover,
.css-1una8qy li a:active,
.css-1una8qy li .active {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #FFFFFF;
}

.css-1una8qy li span {
    display: inline-block;
    vertical-align: middle;
}

.css-1una8qy li.open-item .submenu {
    display: block;
}

.css-1una8qy .mobile-collapse-link {
    display: none;
}

@supports (-ms-ime-align:auto) {
    .css-1una8qy {
        font-size: 1.125rem;
    }
}

@media (max-width:1280px) {
    .css-1una8qy {
        font-size: 0.9rem;
    }
}

@media (max-width:960px) {
    .css-1una8qy {
        display: none;
    }
    .css-1una8qy a.active {
        color: #FFF;
    }
    .css-1una8qy .mobile-collapse-link {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 5px;
        top: 0;
        -webkit-transform: rotate(0.75turn);
        -ms-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
        pointer-events: none;
    }
    .css-1una8qy .mobile-collapse-link svg {
        position: absolute;
        left: 19px;
        top: 20px;
    }
    .css-1una8qy .open-item .top-menu-link {
        background: #000000;
        color: #FFFFFF;
    }
    .css-1una8qy .open-item .submenu {
        -webkit-animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        -webkit-animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        animation: slide-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
    }
    .css-1una8qy .open-item .mobile-collapse-link {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
    }
    .css-1una8qy .open-item .mobile-collapse-link svg {
        left: 19px;
        top: 22px;
    }
    @-webkit-keyframes slide-top {
        0% {
            -webkit-transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }
        100% {
            -webkit-transform: translateY(-1px);
            -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            transform: translateY(-1px);
        }
    }
    @keyframes slide-top {
        0% {
            -webkit-transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }
        100% {
            -webkit-transform: translateY(-1px);
            -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            transform: translateY(-1px);
        }
    }
}

.css-axe76v {
    position: absolute;
    top: 25px;
    right: 0;
    width: 100%;
    text-align: right;
}

.css-axe76v .header-search-wrapper {
    display: inline-block;
}

.css-axe76v .header-contact-group {
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
}

.css-axe76v .header-contact-group .button {
    padding: 9px 23px 5px;
    margin: 0 10px;
    font-size: 1.2rem;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.css-axe76v .header-contact-group .register-button {
    height: 47px;
    margin-left: 22px;
    width: 178px;
    text-align: center;
}

.css-axe76v .header-contact-group .register-button span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.css-axe76v .header-contact-group .logout-button {
    height: auto;
    padding: 13px 23px;
    margin-left: 22px;
    width: 178px;
    text-align: center;
}

.css-axe76v .header-contact-group .logout-button svg {
    margin-left: 7px;
    vertical-align: top !important;
}

.css-axe76v .header-image-wrap,
.css-axe76v .button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.css-axe76v .header-image-wrap .gatsby-image-wrapper {
    border-radius: 100%;
}

.css-axe76v .popup-content {
    text-align: center;
}

@media (max-width:1280px) {
    .css-axe76v {
        width: 70%;
        top: 15px;
        padding-right: 30px;
    }
}

@media (max-width:960px) {
    .css-axe76v {
        display: none;
    }
    .css-axe76v .header-contact-group {
        display: none;
    }
    .css-axe76v.open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 10px 0 20px;
        background: #460907;
        border-top: 1px solid #4d4d4d;
        -webkit-animation: slide-right 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        -webkit-animation: slide-right 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
        animation: slide-right 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
    }
    .css-axe76v.open .service-wrapper {
        width: 100%;
    }
    .css-axe76v.open .close-menu {
        background: #460907;
        margin-top: 6px;
        position: absolute;
        top: 21%;
        right: 6px;
    }
    .css-axe76v.open .close-menu span {
        display: none;
    }
    @-webkit-keyframes slide-right {
        0% {
            -webkit-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-1px);
            -webkit-transform: translateX(-1px);
            -ms-transform: translateX(-1px);
            transform: translateX(-1px);
        }
    }
    @keyframes slide-right {
        0% {
            -webkit-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-1px);
            -webkit-transform: translateX(-1px);
            -ms-transform: translateX(-1px);
            transform: translateX(-1px);
        }
    }
}

.css-yusfvv {
    max-width: 1700px;
    padding: 0 25px;
    margin: 0 auto;
}

.css-ma3qtj h2 {
    margin: 0 0 2rem;
    color: #FFFFFF;
}

.css-ma3qtj button {
    margin-right: 15px;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    background: transparent;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    padding: 12px 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-appearance: none;
}

.css-ma3qtj button:hover {
    cursor: pointer;
    outline: none;
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-ma3qtj button:hover span {
    color: #1f1b1e;
}

.css-ma3qtj button:hover svg path {
    fill: #1f1b1e !important;
}

.css-ma3qtj button.red-button {
    color: #1f1b1e;
    background: #900f0c;
    border-color: #900f0c;
}

.css-ma3qtj button.red-button:hover,
.css-ma3qtj button.red-button:active,
.css-ma3qtj button.red-button:focus {
    background: #BBB;
    border-color: #BBB;
    color: #FFFFFF;
}

.css-ma3qtj button.red-button:hover span,
.css-ma3qtj button.red-button:active span,
.css-ma3qtj button.red-button:focus span {
    color: #FFFFFF;
}

.css-ma3qtj button.red-button:hover svg path,
.css-ma3qtj button.red-button:active svg path,
.css-ma3qtj button.red-button:focus svg path {
    fill: #FFFFFF !important;
}

.css-ma3qtj button.orange-button {
    color: #1f1b1e;
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-ma3qtj button.orange-button span {
    color: #1f1b1e;
}

.css-ma3qtj button.orange-button svg path {
    fill: #1f1b1e !important;
}

.css-ma3qtj button.orange-button:hover,
.css-ma3qtj button.orange-button:active,
.css-ma3qtj button.orange-button:focus {
    background: #eac947;
    border-color: #eac947;
    color: #1f1b1e;
}

.css-ma3qtj button.light-orange-button {
    color: #1f1b1e;
    background: #eac947;
    border-color: #eac947;
}

.css-ma3qtj button.light-orange-button span {
    color: #1f1b1e;
}

.css-ma3qtj button.light-orange-button svg path {
    fill: #1f1b1e !important;
}

.css-ma3qtj button.light-orange-button:hover,
.css-ma3qtj button.light-orange-button:active,
.css-ma3qtj button.light-orange-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-ma3qtj button.white-button {
    color: #1f1b1e;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.css-ma3qtj button.white-button:hover {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-ma3qtj button.white-button:hover svg path {
    fill: #1f1b1e !important;
}

.css-ma3qtj button.green-button {
    color: #FFFFFF;
    background: #00C300;
    border-color: #00C300;
    color: #FFFFFF;
}

.css-ma3qtj button.green-button svg path {
    fill: #FFFFFF !important;
}

.css-ma3qtj button.green-button span {
    color: #FFFFFF;
}

.css-ma3qtj button.green-button:hover {
    background: #04EA04;
    border-color: #04EA04;
}

.css-ma3qtj button.green-button:active,
.css-ma3qtj button.green-button:focus {
    background: #00C300;
    border-color: #00C300;
}

.css-ma3qtj button.transparent-button {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.css-ma3qtj button.transparent-button:hover,
.css-ma3qtj button.transparent-button:active,
.css-ma3qtj button.transparent-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.css-ma3qtj button.black-button {
    background: #060104;
    border-color: #060104;
}

.css-ma3qtj button.black-button:hover,
.css-ma3qtj button.black-button:active,
.css-ma3qtj button.black-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-ma3qtj button.no-text {
    padding: 12px;
}

.css-ma3qtj button.no-text svg {
    margin: 0;
}

.css-ma3qtj button:disabled {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    cursor: not-allowed;
    color: #BBB;
}

.css-ma3qtj .fieldWrap {
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.css-ma3qtj .fieldWrap .error {
    position: absolute;
    right: 5%;
    top: 14px;
    font-size: 12px;
    color: #000000;
    max-width: 50%;
}

.css-ma3qtj .with-label .error {
    top: 37px;
}

.css-ma3qtj .checkboxGroupWrap {
    position: relative;
}

.css-ma3qtj .checkboxGroupWrap p {
    margin-bottom: 10px;
}

.css-ma3qtj .checkboxGroupWrap .minimal-custom-checkbox {
    margin-bottom: 0;
}

.css-ma3qtj .checkboxGroupWrap .error,
.css-ma3qtj .radioGroupWrap .error {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    background: none;
    font-size: 12px;
    color: #000000;
}

.css-ma3qtj label {
    padding: 0 0 5px;
    display: block;
    cursor: pointer;
}

.css-ma3qtj input[type=text],
.css-ma3qtj input[type=email],
.css-ma3qtj input[type=password],
.css-ma3qtj textarea {
    background: #FFFFFF !important;
    color: #2b2a2d !important;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    font-family: inherit;
}

.css-ma3qtj input:focus,
.css-ma3qtj textarea:focus {
    outline: none;
    background-color: #eaab1e !important;
}

.css-ma3qtj input + span,
.css-ma3qtj textarea + span {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 5px 0;
}

.css-ma3qtj textarea {
    min-height: 7rem;
    width: 100%;
}

.css-ma3qtj .iconField {
    position: relative;
}

.css-ma3qtj .iconField input {
    padding-left: 48px;
}

.css-ma3qtj .iconField svg {
    position: absolute;
    left: 16px;
    top: 14px;
}

.css-ma3qtj .minimal-custom-radio .radio-wrap {
    margin-bottom: 10px;
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:checked,
.css-ma3qtj .minimal-custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:checked + label,
.css-ma3qtj .minimal-custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:checked + label:before,
.css-ma3qtj .minimal-custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #BBB;
    border-radius: 100%;
    background: #1f1b1e;
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:checked + label:after,
.css-ma3qtj .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff330;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.css-ma3qtj .minimal-custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.css-ma3qtj .minimal-custom-checkbox {
    margin-bottom: 10px;
}

.css-ma3qtj .minimal-custom-checkbox input {
    position: absolute;
    opacity: 0;
}

.css-ma3qtj .minimal-custom-checkbox input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.css-ma3qtj .minimal-custom-checkbox input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: #1f1b1e;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.css-ma3qtj .minimal-custom-checkbox input:hover + label:before {
    background: #2b2a2d;
}

.css-ma3qtj .minimal-custom-checkbox input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.css-ma3qtj .minimal-custom-checkbox input:disabled + label {
    color: #FFFFFF;
    cursor: auto;
}

.css-ma3qtj .minimal-custom-checkbox input:disabled + label:before {
    box-shadow: none;
    background: #2b2a2d;
}

.css-ma3qtj .minimal-custom-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.css-ma3qtj .form-bottom .button {
    float: right;
}

.css-ma3qtj .form-bottom .notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width:960px) {
    .css-ma3qtj h2 {
        margin-top: 2rem;
    }
    .css-ma3qtj input[type=text],
    .css-ma3qtj input[type=email],
    .css-ma3qtj input[type=password] {
        width: 100%;
    }
}

.css-ma3qtj .search-form {
    margin-top: 2px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.css-ma3qtj .search-form .fieldWrap {
    width: 100%;
}

.css-ma3qtj .search-form .fieldWrap .error {
    right: auto;
    top: 1px;
    left: 50px;
    background: none;
    font-size: 11px;
}

.css-ma3qtj .search-form .fieldWrap label {
    display: none;
}

.css-ma3qtj .search-form .button {
    padding: 10px 12px;
    margin: 0 0 0 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.css-ma3qtj .search-form .button:hover,
.css-ma3qtj .search-form .button:active {
    background: #eaab1e;
}

.css-ma3qtj .search-form .button:disabled {
    background: transparent;
    border-color: transparent;
}

@media (max-width:960px) {
    .css-ma3qtj .search-form {
        margin-top: 12px;
        width: calc(100% - 65px);
        float: left;
    }
}

@media (max-width:600px) {
    .css-ma3qtj .search-form {
        margin-top: 0;
    }
    .css-ma3qtj .search-form .fieldWrap {
        padding-bottom: 3px;
    }
}

.css-1kxvop9 span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    color: #FFFFFF;
}

.css-1kxvop9 svg {
    margin-left: 10px;
}

.css-1kxvop9.left-icon svg {
    margin-right: 10px;
    margin-left: 0;
}

.css-1k7uxfa {
    position: relative;
}

.css-1k7uxfa::before {
    position: fixed;
    content: '';
    display: block;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at center, #ef4aa8 0%, #000000 82%, #2f0506 100%);
    background: radial-gradient(ellipse at center, #ef4aa8 0%, #000000 82%, #210605 100%);
    background-position: center;
    background-size: cover;
    z-index: -10;
}

.css-1k7uxfa::after {
    position: fixed;
    content: '';
    display: block;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    z-index: -10;
    background-image: url("../img/bgg.png");
}

@media (max-width:960px) {
    .css-1k7uxfa {
        display: block;
        width: 100%;
    }
    .css-1k7uxfa::after {
        background-size: 120% auto;
        background-repeat: no-repeat;
    }
}

* {
    box-sizing: border-box;
}

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slider #line {
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

#slider #dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
}

#slider #dots li {
    transition: 0.3s;
    list-style-type: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0.25em;
    cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
    background: white;
}

@keyframes line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

#slider #back,
#slider #forword {
    width: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-weight: 700;
    font-size: 2rem;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=1);
}

#slider #forword {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
}

#slider:hover #back,
#slider:hover #forword {
    opacity: 0.7;
}

ul#move {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    background: gray;
    margin-right: 100%;
}

ul#move li {
    transition: 0.6s;
    min-width: 100%;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#move li img {
    width: 100%;
}

ul#move li:nth-child(1) {
    background: #657765;
}

ul#move li:nth-child(2) {
    background: #456174;
}

ul#move li:nth-child(3) {
    background: #984;
}

ul#move li:nth-child(4) {
    background: #445566;
}

ul#move li:nth-child(5) {
    background: #744674;
}

.css-gcw5e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-gcw5e .step-block {
    position: relative;
    display: block;
    height: 190px;
    padding-right: 130px;
}

.css-gcw5e .step-block:hover,
.css-gcw5e .step-block:active {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #210605;
    cursor: pointer;
}

.css-gcw5e .step-block:hover .delimeter-block img,
.css-gcw5e .step-block:active .delimeter-block img {
    -webkit-filter: invert(63%) sepia(100%) saturate(396%) hue-rotate(357deg) brightness(95%) contrast(92%);
    filter: invert(63%) sepia(100%) saturate(396%) hue-rotate(357deg) brightness(95%) contrast(92%);
}

.css-gcw5e .step-block:hover .content-wrap,
.css-gcw5e .step-block:active .content-wrap {
    color: #210605;
    background: #eaab1e;
}

.css-gcw5e .step-block:hover .content-wrap::after,
.css-gcw5e .step-block:active .content-wrap::after {
    border-left-color: #eaab1e;
}

.css-gcw5e .delimeter-block {
    background: #460907;
    width: 130px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.css-gcw5e .delimeter-block::after {
    content: "";
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-left-color: #460907;
    border-width: 95px 28px 95px 28px;
    position: absolute;
    right: -56px;
    top: 0;
    z-index: 1;
}

.css-gcw5e .delimeter-block .gatsby-image-wrapper {
    position: absolute;
    top: 46px;
    left: 58px;
}

.css-gcw5e .content-wrap {
    position: relative;
    height: 100%;
    background: #210605;
}

.css-gcw5e .content-wrap::after {
    content: "";
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-left-color: #210605;
    border-width: 95px 28px 95px 28px;
    position: absolute;
    right: -56px;
    top: 0;
    z-index: 1;
}

.css-gcw5e .no-desktop-arrow {
    padding-right: 0;
}

.css-gcw5e .no-desktop-arrow:after {
    display: none;
}

@media (max-width:960px) {
    .css-gcw5e .step-block {
        padding-right: 24px;
        height: 74px;
    }
    .css-gcw5e .content-wrap::after {
        content: "";
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-left-color: #210605;
        border-width: 37px 12px 37px 12px;
        right: -24px;
        z-index: 0;
    }
    .css-gcw5e .no-desktop-arrow:after {
        display: block;
    }
}

.css-1k23a1k {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
}

.css-1k23a1k .content-wrap {
    padding: 20px 5px 20px 30px;
    border-radius: 15px 0 0 15px;
}

@media (max-width:960px) {
    .css-1k23a1k {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .css-1k23a1k .content-wrap {
        padding: 7px 20px;
    }
}

.css-1iwhrtj {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    width: 90px;
    font-size: 80px;
    line-height: 1.2;
}

@media (max-width:1580px) {
    .css-1iwhrtj {
        font-size: 70px;
        width: 85px;
    }
}

@media (max-width:960px) {
    .css-1iwhrtj {
        font-size: 1.2rem;
        margin-top: 17px;
        width: 40px;
    }
}

.css-1o49b12 {
    font-size: 1.2rem;
    display: inline-block;
    width: calc(100% - 90px);
    padding-top: 10px;
}

.css-1o49b12 .step-title {
    font-size: 2.5rem;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .css-1o49b12 {
        font-size: 1.1rem;
    }
    .css-1o49b12 .step-title {
        font-size: 2rem;
    }
}

@media (max-width:1280px) {
    .css-1o49b12 {
        font-size: 14px;
    }
    .css-1o49b12 .step-title {
        font-size: 1.5rem;
    }
}

@media (max-width:960px) {
    .css-1o49b12 {
        font-size: 0.8rem;
        padding-top: 7px;
        width: calc(100% - 50px);
    }
    .css-1o49b12 .step-title {
        font-size: 1rem;
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {
    .css-1o49b12 {
        padding-top: 2px;
    }
}

@media (max-width:960px) {
    .css-t4cbc8 {
        display: none;
    }
}

.css-xwg4n6 {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
}

.css-xwg4n6 .content-wrap {
    padding: 20px 5px 20px 45px;
}

@media (max-width:960px) {
    .css-xwg4n6 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .css-xwg4n6 .content-wrap {
        border-radius: 15px 0 0 15px;
        padding: 7px 20px;
    }
}

.css-u4io37 {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
}

.css-u4io37 .content-wrap {
    padding: 20px 20px 20px 45px;
    border-radius: 0 15px 15px 0;
}

@media (max-width:960px) {
    .css-u4io37 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .css-u4io37 .content-wrap {
        border-radius: 15px 0 0 15px;
        padding: 7px 20px;
    }
}

.css-44fz8y .title-block {
    margin-bottom: 1rem;
}

.css-44fz8y .h3 {
    margin: 0 auto 40px;
    text-align: center;
}

@media (max-width:600px) {
    .css-44fz8y .h3 {
        margin-bottom: 0.7rem;
    }
}

.css-1kg6tx0 {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-11d4g5d {
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    background: #210605;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.css-11d4g5d .play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -55px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    visibility: hidden;
}

.css-11d4g5d .play-button:hover svg path,
.css-11d4g5d .play-button:active svg path {
    fill: #eaab1e !important;
}

.css-11d4g5d .terms-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 60px 0 0 -50px;
    width: 100px;
    z-index: 1;
    visibility: hidden;
}

.css-11d4g5d img {
    border-radius: 15px;
}

.css-11d4g5d:hover .terms-button,
.css-11d4g5d:active .terms-button,
.css-11d4g5d:hover .play-button,
.css-11d4g5d:active .play-button {
    visibility: visible;
}

.css-11d4g5d:hover img,
.css-11d4g5d:active img {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}

@media (max-width:960px) {
    .css-11d4g5d {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .css-11d4g5d .terms-button,
    .css-11d4g5d .play-button {
        visibility: visible;
    }
    .css-11d4g5d .play-button {
        top: 38%;
    }
    .css-11d4g5d .terms-button {
        top: 40%;
    }
    .css-11d4g5d img {
        -webkit-filter: brightness(20%);
        filter: brightness(20%);
    }
}

@media (max-width:600px) {
    .css-11d4g5d {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.css-1xel0qe {
    -webkit-flex-basis: 59%;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    text-align: right;
}

@media (max-width:960px) {
    .css-1xel0qe {
        -webkit-flex-basis: 63%;
        -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    }
}

@media (max-width:600px) {
    .css-1xel0qe {
        margin-top: 20px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.css-1lkc7yz {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin: 1% 0 1% 1%;
    position: relative;
}

.css-1lkc7yz .show-more,
.css-1lkc7yz .coming-soon {
    width: 120px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -60px;
    display: none;
}

.css-1lkc7yz .coming-soon {
    background: transparent;
    color: #FFFFFF;
    padding: 12px;
    text-align: center;
    pointer-events: none;
    width: 150px;
    margin: -25px 0 0 -75px;
}

.css-1lkc7yz .ribbon {
    position: absolute;
    top: 12%;
    left: -15px;
    z-index: 1;
    padding: 5px 10px;
    background: #000000;
    font-style: italic;
    font-weight: bold;
}

.css-1lkc7yz .ribbon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid #000000;
    border-right: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
}

.css-1lkc7yz .ribbon::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 28px solid #000000;
    border-left: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
}

.css-1lkc7yz:hover .ribbon,
.css-1lkc7yz:active .ribbon {
    opacity: 0.8;
}

.css-1lkc7yz:hover .coming-soon,
.css-1lkc7yz:active .coming-soon,
.css-1lkc7yz:hover .show-more,
.css-1lkc7yz:active .show-more {
    display: inline-block;
}

.css-1lkc7yz a,
.css-1lkc7yz .a {
    display: block;
}

.css-1lkc7yz a:hover img,
.css-1lkc7yz .a:hover img,
.css-1lkc7yz a:active img,
.css-1lkc7yz .a:active img {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}

.css-1lkc7yz .gatsby-image-wrapper {
    border-radius: 24px;
}

@media (max-width:600px) {
    .css-1lkc7yz {
        width: 47%;
        margin: 1.2%;
    }
    .css-1lkc7yz .coming-soon {
        font-size: 0.8rem;
    }
}

.css-qpwmqx {
    width: 500px;
    max-height: 80%;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    z-index: 100;
    padding: 30px;
    background: #1f1b1e;
    border: 1px solid #1f1b1e;
    border-radius: 8px;
    overflow-y: auto;
    display: none;
}

.css-qpwmqx.wide {
    width: 1000px;
    margin-left: -500px;
}

.css-qpwmqx.padded {
    padding: 50px;
}

.css-qpwmqx.title-orange .h3 {
    color: #eaab1e;
    margin-bottom: 10px;
}

.css-qpwmqx.title-orange .h3 {
    font-weight: normal;
}

.css-qpwmqx .h3 {
    margin-top: 0;
    text-align: center;
}

.css-qpwmqx p {
    margin: 10px 0;
}

.css-qpwmqx .popup-content {
    overflow-y: auto;
}

.css-qpwmqx.popup-open {
    display: block;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
    .css-qpwmqx 0% {
        -webkit-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    .css-qpwmqx 100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width:1280px) {
    .css-qpwmqx.wide {
        width: 800px;
        margin-left: -400px;
    }
}

@media (max-width:960px) {
    .css-qpwmqx.wide {
        width: 500px;
        margin-left: -250px;
    }
}

@media (max-width:480px) {
    .css-qpwmqx {
        padding: 30px 15px 20px;
        width: 350px;
        margin-left: -175px;
    }
    .css-qpwmqx.wide {
        width: 350px;
        margin-left: -175px;
    }
    .css-qpwmqx.padded {
        padding: 50px 20px;
    }
}

@media (max-width:350px) {
    .css-qpwmqx {
        padding: 30px 10px 20px;
        width: 300px;
        margin-left: -150px;
    }
    .css-qpwmqx.wide {
        width: 300px;
        margin-left: -150px;
    }
}

.css-1ldpwqr {
    background: none;
    border: none;
    outline: none;
    color: #FFF;
    position: absolute;
    top: 5px;
    right: 2px;
    opacity: 0.7;
}

.css-1ldpwqr:hover,
.css-1ldpwqr:active,
.css-1ldpwqr:focus {
    opacity: 1;
    cursor: pointer;
}

@media (max-width:480px) {
    .css-1ldpwqr {
        top: 5px;
        right: 5px;
    }
}

.css-1pdj1ae {
    position: relative;
    padding: 0 0 20px;
    margin-top: -10px;
    text-align: left;
}

.css-1pdj1ae h2 {
    margin: 0 0 2rem;
    color: #FFFFFF;
}

.css-1pdj1ae button {
    margin-right: 15px;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    background: transparent;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    padding: 12px 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-appearance: none;
}

.css-1pdj1ae button:hover {
    cursor: pointer;
    outline: none;
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1pdj1ae button:hover span {
    color: #1f1b1e;
}

.css-1pdj1ae button:hover svg path {
    fill: #1f1b1e !important;
}

.css-1pdj1ae button.red-button {
    color: #1f1b1e;
    background: #900f0c;
    border-color: #900f0c;
}

.css-1pdj1ae button.red-button:hover,
.css-1pdj1ae button.red-button:active,
.css-1pdj1ae button.red-button:focus {
    background: #BBB;
    border-color: #BBB;
    color: #FFFFFF;
}

.css-1pdj1ae button.red-button:hover span,
.css-1pdj1ae button.red-button:active span,
.css-1pdj1ae button.red-button:focus span {
    color: #FFFFFF;
}

.css-1pdj1ae button.red-button:hover svg path,
.css-1pdj1ae button.red-button:active svg path,
.css-1pdj1ae button.red-button:focus svg path {
    fill: #FFFFFF !important;
}

.css-1pdj1ae button.orange-button {
    color: #1f1b1e;
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-1pdj1ae button.orange-button span {
    color: #1f1b1e;
}

.css-1pdj1ae button.orange-button svg path {
    fill: #1f1b1e !important;
}

.css-1pdj1ae button.orange-button:hover,
.css-1pdj1ae button.orange-button:active,
.css-1pdj1ae button.orange-button:focus {
    background: #eac947;
    border-color: #eac947;
    color: #1f1b1e;
}

.css-1pdj1ae button.light-orange-button {
    color: #1f1b1e;
    background: #eac947;
    border-color: #eac947;
}

.css-1pdj1ae button.light-orange-button span {
    color: #1f1b1e;
}

.css-1pdj1ae button.light-orange-button svg path {
    fill: #1f1b1e !important;
}

.css-1pdj1ae button.light-orange-button:hover,
.css-1pdj1ae button.light-orange-button:active,
.css-1pdj1ae button.light-orange-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-1pdj1ae button.white-button {
    color: #1f1b1e;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.css-1pdj1ae button.white-button:hover {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-1pdj1ae button.white-button:hover svg path {
    fill: #1f1b1e !important;
}

.css-1pdj1ae button.green-button {
    color: #FFFFFF;
    background: #00C300;
    border-color: #00C300;
    color: #FFFFFF;
}

.css-1pdj1ae button.green-button svg path {
    fill: #FFFFFF !important;
}

.css-1pdj1ae button.green-button span {
    color: #FFFFFF;
}

.css-1pdj1ae button.green-button:hover {
    background: #04EA04;
    border-color: #04EA04;
}

.css-1pdj1ae button.green-button:active,
.css-1pdj1ae button.green-button:focus {
    background: #00C300;
    border-color: #00C300;
}

.css-1pdj1ae button.transparent-button {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.css-1pdj1ae button.transparent-button:hover,
.css-1pdj1ae button.transparent-button:active,
.css-1pdj1ae button.transparent-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.css-1pdj1ae button.black-button {
    background: #060104;
    border-color: #060104;
}

.css-1pdj1ae button.black-button:hover,
.css-1pdj1ae button.black-button:active,
.css-1pdj1ae button.black-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-1pdj1ae button.no-text {
    padding: 12px;
}

.css-1pdj1ae button.no-text svg {
    margin: 0;
}

.css-1pdj1ae button:disabled {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    cursor: not-allowed;
    color: #BBB;
}

.css-1pdj1ae .fieldWrap {
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.css-1pdj1ae .fieldWrap .error {
    position: absolute;
    right: 5%;
    top: 14px;
    font-size: 12px;
    color: #000000;
    max-width: 50%;
}

.css-1pdj1ae .with-label .error {
    top: 37px;
}

.css-1pdj1ae .checkboxGroupWrap {
    position: relative;
}

.css-1pdj1ae .checkboxGroupWrap p {
    margin-bottom: 10px;
}

.css-1pdj1ae .checkboxGroupWrap .minimal-custom-checkbox {
    margin-bottom: 0;
}

.css-1pdj1ae .checkboxGroupWrap .error,
.css-1pdj1ae .radioGroupWrap .error {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    background: none;
    font-size: 12px;
    color: #000000;
}

.css-1pdj1ae label {
    padding: 0 0 5px;
    display: block;
    cursor: pointer;
}

.css-1pdj1ae input[type=text],
.css-1pdj1ae input[type=email],
.css-1pdj1ae input[type=password],
.css-1pdj1ae textarea {
    background: #FFFFFF !important;
    color: #2b2a2d !important;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    font-family: inherit;
}

.css-1pdj1ae input:focus,
.css-1pdj1ae textarea:focus {
    outline: none;
    background-color: #eaab1e !important;
}

.css-1pdj1ae input + span,
.css-1pdj1ae textarea + span {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 5px 0;
}

.css-1pdj1ae textarea {
    min-height: 7rem;
    width: 100%;
}

.css-1pdj1ae .iconField {
    position: relative;
}

.css-1pdj1ae .iconField input {
    padding-left: 48px;
}

.css-1pdj1ae .iconField svg {
    position: absolute;
    left: 16px;
    top: 14px;
}

.css-1pdj1ae .minimal-custom-radio .radio-wrap {
    margin-bottom: 10px;
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:checked,
.css-1pdj1ae .minimal-custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:checked + label,
.css-1pdj1ae .minimal-custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:checked + label:before,
.css-1pdj1ae .minimal-custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #BBB;
    border-radius: 100%;
    background: #1f1b1e;
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:checked + label:after,
.css-1pdj1ae .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff330;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.css-1pdj1ae .minimal-custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.css-1pdj1ae .minimal-custom-checkbox {
    margin-bottom: 10px;
}

.css-1pdj1ae .minimal-custom-checkbox input {
    position: absolute;
    opacity: 0;
}

.css-1pdj1ae .minimal-custom-checkbox input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.css-1pdj1ae .minimal-custom-checkbox input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: #1f1b1e;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.css-1pdj1ae .minimal-custom-checkbox input:hover + label:before {
    background: #2b2a2d;
}

.css-1pdj1ae .minimal-custom-checkbox input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.css-1pdj1ae .minimal-custom-checkbox input:disabled + label {
    color: #FFFFFF;
    cursor: auto;
}

.css-1pdj1ae .minimal-custom-checkbox input:disabled + label:before {
    box-shadow: none;
    background: #2b2a2d;
}

.css-1pdj1ae .minimal-custom-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.css-1pdj1ae .form-bottom .button {
    float: right;
}

.css-1pdj1ae .form-bottom .notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width:960px) {
    .css-1pdj1ae h2 {
        margin-top: 2rem;
    }
    .css-1pdj1ae input[type=text],
    .css-1pdj1ae input[type=email],
    .css-1pdj1ae input[type=password] {
        width: 100%;
    }
}

.css-1pdj1ae .loading {
    position: relative;
}

.css-1pdj1ae .loading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1b1e;
    opacity: 0.7;
    z-index: 1;
}

.css-1pdj1ae .two-fields .fieldWrap {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.css-1pdj1ae .red-button {
    float: right;
}

.css-1pdj1ae .button svg {
    margin-left: 5px;
}

.css-1pdj1ae .button:disabled svg {
    opacity: 0.5;
}

.css-1pdj1ae .inputName {
    margin-bottom: 5px;
}

.css-1pdj1ae .forgot-password {
    font-size: 12px;
}

.css-vo2lyv {
    margin: 10px 0 30px;
}

.css-vo2lyv span {
    display: none;
    background-color: #fff330;
    color: #1f1b1e;
    padding: 5px 10px;
    text-align: center;
}

.css-vo2lyv span.visible {
    display: block;
}

.css-hjevw7 {
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-hjevw7 .white-button {
    margin-right: 0;
}

.css-1xnjnci {
    position: relative;
    padding: 0 0 20px;
    margin-top: -10px;
    text-align: left;
}

.css-1xnjnci h2 {
    margin: 0 0 2rem;
    color: #FFFFFF;
}

.css-1xnjnci button {
    margin-right: 15px;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    background: transparent;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    -webkit-letter-spacing: 0.75;
    -moz-letter-spacing: 0.75;
    -ms-letter-spacing: 0.75;
    letter-spacing: 0.75;
    padding: 12px 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-appearance: none;
}

.css-1xnjnci button:hover {
    cursor: pointer;
    outline: none;
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1xnjnci button:hover span {
    color: #1f1b1e;
}

.css-1xnjnci button:hover svg path {
    fill: #1f1b1e !important;
}

.css-1xnjnci button.red-button {
    color: #1f1b1e;
    background: #900f0c;
    border-color: #900f0c;
}

.css-1xnjnci button.red-button:hover,
.css-1xnjnci button.red-button:active,
.css-1xnjnci button.red-button:focus {
    background: #BBB;
    border-color: #BBB;
    color: #FFFFFF;
}

.css-1xnjnci button.red-button:hover span,
.css-1xnjnci button.red-button:active span,
.css-1xnjnci button.red-button:focus span {
    color: #FFFFFF;
}

.css-1xnjnci button.red-button:hover svg path,
.css-1xnjnci button.red-button:active svg path,
.css-1xnjnci button.red-button:focus svg path {
    fill: #FFFFFF !important;
}

.css-1xnjnci button.orange-button {
    color: #1f1b1e;
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-1xnjnci button.orange-button span {
    color: #1f1b1e;
}

.css-1xnjnci button.orange-button svg path {
    fill: #1f1b1e !important;
}

.css-1xnjnci button.orange-button:hover,
.css-1xnjnci button.orange-button:active,
.css-1xnjnci button.orange-button:focus {
    background: #eac947;
    border-color: #eac947;
    color: #1f1b1e;
}

.css-1xnjnci button.light-orange-button {
    color: #1f1b1e;
    background: #eac947;
    border-color: #eac947;
}

.css-1xnjnci button.light-orange-button span {
    color: #1f1b1e;
}

.css-1xnjnci button.light-orange-button svg path {
    fill: #1f1b1e !important;
}

.css-1xnjnci button.light-orange-button:hover,
.css-1xnjnci button.light-orange-button:active,
.css-1xnjnci button.light-orange-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-1xnjnci button.white-button {
    color: #1f1b1e;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.css-1xnjnci button.white-button:hover {
    background: #eaab1e;
    border-color: #eaab1e;
    color: #1f1b1e;
}

.css-1xnjnci button.white-button:hover svg path {
    fill: #1f1b1e !important;
}

.css-1xnjnci button.green-button {
    color: #FFFFFF;
    background: #00C300;
    border-color: #00C300;
    color: #FFFFFF;
}

.css-1xnjnci button.green-button svg path {
    fill: #FFFFFF !important;
}

.css-1xnjnci button.green-button span {
    color: #FFFFFF;
}

.css-1xnjnci button.green-button:hover {
    background: #04EA04;
    border-color: #04EA04;
}

.css-1xnjnci button.green-button:active,
.css-1xnjnci button.green-button:focus {
    background: #00C300;
    border-color: #00C300;
}

.css-1xnjnci button.transparent-button {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.css-1xnjnci button.transparent-button:hover,
.css-1xnjnci button.transparent-button:active,
.css-1xnjnci button.transparent-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.css-1xnjnci button.black-button {
    background: #060104;
    border-color: #060104;
}

.css-1xnjnci button.black-button:hover,
.css-1xnjnci button.black-button:active,
.css-1xnjnci button.black-button:focus {
    background: #eaab1e;
    border-color: #eaab1e;
}

.css-1xnjnci button.no-text {
    padding: 12px;
}

.css-1xnjnci button.no-text svg {
    margin: 0;
}

.css-1xnjnci button:disabled {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    cursor: not-allowed;
    color: #BBB;
}

.css-1xnjnci .fieldWrap {
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.css-1xnjnci .fieldWrap .error {
    position: absolute;
    right: 5%;
    top: 14px;
    font-size: 12px;
    color: #000000;
    max-width: 50%;
}

.css-1xnjnci .with-label .error {
    top: 37px;
}

.css-1xnjnci .checkboxGroupWrap {
    position: relative;
}

.css-1xnjnci .checkboxGroupWrap p {
    margin-bottom: 10px;
}

.css-1xnjnci .checkboxGroupWrap .minimal-custom-checkbox {
    margin-bottom: 0;
}

.css-1xnjnci .checkboxGroupWrap .error,
.css-1xnjnci .radioGroupWrap .error {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    background: none;
    font-size: 12px;
    color: #000000;
}

.css-1xnjnci label {
    padding: 0 0 5px;
    display: block;
    cursor: pointer;
}

.css-1xnjnci input[type=text],
.css-1xnjnci input[type=email],
.css-1xnjnci input[type=password],
.css-1xnjnci textarea {
    background: #FFFFFF !important;
    color: #2b2a2d !important;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    font-family: inherit;
}

.css-1xnjnci input:focus,
.css-1xnjnci textarea:focus {
    outline: none;
    background-color: #eaab1e !important;
}

.css-1xnjnci input + span,
.css-1xnjnci textarea + span {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 5px 0;
}

.css-1xnjnci textarea {
    min-height: 7rem;
    width: 100%;
}

.css-1xnjnci .iconField {
    position: relative;
}

.css-1xnjnci .iconField input {
    padding-left: 48px;
}

.css-1xnjnci .iconField svg {
    position: absolute;
    left: 16px;
    top: 14px;
}

.css-1xnjnci .minimal-custom-radio .radio-wrap {
    margin-bottom: 10px;
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:checked,
.css-1xnjnci .minimal-custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:checked + label,
.css-1xnjnci .minimal-custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:checked + label:before,
.css-1xnjnci .minimal-custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #BBB;
    border-radius: 100%;
    background: #1f1b1e;
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:checked + label:after,
.css-1xnjnci .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff330;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.css-1xnjnci .minimal-custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.css-1xnjnci .minimal-custom-checkbox {
    margin-bottom: 10px;
}

.css-1xnjnci .minimal-custom-checkbox input {
    position: absolute;
    opacity: 0;
}

.css-1xnjnci .minimal-custom-checkbox input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.css-1xnjnci .minimal-custom-checkbox input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: #1f1b1e;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.css-1xnjnci .minimal-custom-checkbox input:hover + label:before {
    background: #2b2a2d;
}

.css-1xnjnci .minimal-custom-checkbox input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.css-1xnjnci .minimal-custom-checkbox input:disabled + label {
    color: #FFFFFF;
    cursor: auto;
}

.css-1xnjnci .minimal-custom-checkbox input:disabled + label:before {
    box-shadow: none;
    background: #2b2a2d;
}

.css-1xnjnci .minimal-custom-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.css-1xnjnci .form-bottom .button {
    float: right;
}

.css-1xnjnci .form-bottom .notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width:960px) {
    .css-1xnjnci h2 {
        margin-top: 2rem;
    }
    .css-1xnjnci input[type=text],
    .css-1xnjnci input[type=email],
    .css-1xnjnci input[type=password] {
        width: 100%;
    }
}

.css-1xnjnci .loading {
    position: relative;
}

.css-1xnjnci .loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1b1e;
    opacity: 0.7;
    z-index: 1;
}

.css-1xnjnci .two-fields .fieldWrap {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.css-1xnjnci .two-fields .fieldWrap:first-of-type {
    margin-right: 4%;
}

.css-1xnjnci .red-button {
    float: right;
}

.css-1xnjnci .button svg {
    margin-left: 5px;
}

.css-1xnjnci .button:disabled svg {
    opacity: 0.5;
}

@media (max-width:600px) {
    .css-1xnjnci .two-fields .fieldWrap {
        width: 100%;
        padding-bottom: 10px;
    }
    .css-1xnjnci .two-fields .fieldWrap:first-of-type {
        margin-right: 0;
    }
}

.css-5bunqv {
    margin: 30px;
}

.css-5bunqv .msg-holder {
    display: none;
    padding: 5px 10px;
    text-align: center;
}

.css-5bunqv .msg-holder.visible {
    display: block;
}

.css-5bunqv .msg-holder.errorMsg {
    background-color: #fff330;
    color: #1f1b1e;
}

.css-6w3gfc {
    margin: 70px 0;
}

.css-6w3gfc .title-block {
    margin-bottom: 4rem;
}

.css-6w3gfc .h3 {
    margin-bottom: 1rem;
    text-align: center;
}

@media (max-width:960px) {
    .css-6w3gfc .title-block {
        margin-bottom: 2rem;
    }
}

@media (max-width:600px) {
    .css-6w3gfc .h3 {
        font-size: 1.5rem;
        margin-bottom: 0.7rem;
    }
    .css-6w3gfc .button {
        margin: 30px 0 10px 10px;
    }
}

.css-bsopkl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.css-bsopkl .gallery-item {
    margin-bottom: 2%;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

.css-bsopkl .gallery-item:hover,
.css-bsopkl .gallery-item:active {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
}

.css-bsopkl .gallery-item:hover .button-container,
.css-bsopkl .gallery-item:active .button-container {
    background: rgba(0, 0, 0, 0.8);
}

.css-bsopkl .gallery-item:hover .button,
.css-bsopkl .gallery-item:active .button {
    visibility: visible;
    opacity: 1;
}

@media (max-width:600px) {
    .css-bsopkl .gallery-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.css-1mx2b9w {
    padding: 0 65px;
}

.css-1mx2b9w .image-container {
    position: relative;
    background: linear-gradient(to right, #eaab1e 0%, #efd05d 35%, #eaab1e 72%, #e8ba58 100%);
    padding: 3px;
    border-radius: 10px;
}

.css-1mx2b9w .button-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.css-1mx2b9w .gatsby-image-wrapper {
    border-radius: 10px;
}

.css-1mx2b9w .button {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -50px;
    margin-bottom: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.css-1mx2b9w .image-desc {
    padding: 0.5em 0;
    width: 100%;
    font-size: 1.2rem;
}

.css-1mx2b9w .image-desc strong {
    color: #eaab1e;
    margin-right: 10px;
}

@media (max-width:1280px) {
    .css-1mx2b9w {
        padding: 0 35px;
    }
    .css-1mx2b9w .image-desc {
        font-size: 1rem;
    }
}

@media (max-width:960px) {
    .css-1mx2b9w {
        padding: 0 25px;
    }
    .css-1mx2b9w .image-desc {
        font-size: 0.9rem;
    }
}

@media (max-width:600px) {
    .css-1mx2b9w {
        width: 100%;
        padding: 0;
    }
    .css-1mx2b9w .image-desc {
        font-size: 0.8rem;
    }
}

.css-iqketi {
    background: #210605;
    padding: 30px 0;
}

.css-12q2317 {
    margin-bottom: 40px;
}

.css-12q2317 .h3 {
    margin: 2rem 0;
    text-align: center;
}

.css-12q2317 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.css-12q2317 li {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    position: relative;
}

.css-12q2317 .item-link {
    position: relative;
    display: block;
    background: #1f1b1e;
    border-radius: 15px;
    overflow: hidden;
}

.css-12q2317 .item-link .text-part {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.css-12q2317 .item-link .text-part-2 {
    position: relative;
    background: #210605;
    padding: 15px;
}

.css-12q2317 .item-link .h5 {
    display: block;
    font-size: 18px;
    line-height: 20px;
    max-height: 20px;
    margin: 0 0 10px;
    color: #eaab1e;
    overflow: hidden;
}

.css-12q2317 .item-link .button {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -54px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.css-12q2317 .item-link .excerpt {
    display: block;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    opacity: 0.7;
}

.css-12q2317 .item-link:hover,
.css-12q2317 .item-link:active {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
}

.css-12q2317 .item-link:hover .text-part,
.css-12q2317 .item-link:active .text-part {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.css-12q2317 .item-link:hover .excerpt,
.css-12q2317 .item-link:active .excerpt,
.css-12q2317 .item-link:hover .button,
.css-12q2317 .item-link:active .button {
    visibility: visible;
    opacity: 1;
}

.css-12q2317 .item-link .gatsby-image-wrapper {
    height: 100%;
}

@media (max-width:1280px) {
    .css-12q2317 li {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

@media (max-width:600px) {
    .css-12q2317 {
        margin-bottom: 20px;
    }
    .css-12q2317 .h3 {
        font-size: 1.5rem;
        margin-bottom: 0.7rem;
    }
    .css-12q2317 li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width:350px) {
    .css-12q2317 .item-link .h5 {
        font-size: 14px;
        max-height: 38px;
    }
    .css-12q2317 .item-link .excerpt {
        font-size: 11px;
        max-height: 29px;
    }
}

.css-dvjvr7 {
    padding: 40px 0;
    margin-top: 40px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    -webkit-column-span: all;
    column-span: all;
}

.css-dvjvr7 .gatsby-image-wrapper {
    margin: 20px auto;
}

.css-dvjvr7 p {
    margin: 15px 0;
    -webkit-letter-spacing: 0.75px;
    -moz-letter-spacing: 0.75px;
    -ms-letter-spacing: 0.75px;
    letter-spacing: 0.75px;
}

.css-dvjvr7 a:not(.button) {
    color: #fff330;
}

.css-dvjvr7 ol {
    list-style: none;
    counter-reset: li;
    margin: 15px 0;
    padding: 0;
}

.css-dvjvr7 ol li {
    counter-increment: li;
    margin-left: 20px;
}

.css-dvjvr7 ol li::before {
    content: counter(li);
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
    color: #FFFFFF;
}

.css-dvjvr7 ul {
    list-style: none;
    font-weight: 600;
    -webkit-letter-spacing: 0.75px;
    -moz-letter-spacing: 0.75px;
    -ms-letter-spacing: 0.75px;
    letter-spacing: 0.75px;
    line-height: 160%;
    font-size: 16px;
}

.css-dvjvr7 ul li {
    position: relative;
    padding-left: 25px;
}

.css-dvjvr7 ul li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1rem;
}

@media (max-width:1280px) {
    .css-dvjvr7 {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.css-1foro76 {
    background: #460907;
}

.css-1foro76 .top-footer-col {
    display: inline-block;
    vertical-align: top;
}

.css-1foro76 .top-footer-left {
    width: 30%;
}

.css-1foro76 .top-footer-right {
    width: 69%;
    text-align: center;
    padding-top: 25px;
}

.css-1foro76 .menu-col {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 10px 20px;
    text-align: left;
}

.css-1foro76 .h4 {
    font-weight: bold;
    font-size: 21px;
}

.css-1foro76 .footer-logo {
    width: 385px;
    max-width: 90%;
    display: inline-block;
    margin: 5px 0 30px;
}

.css-1foro76 .footer-top {
    padding: 0 20px;
}

.css-1foro76 .footer-bottom {
    background: #060104;
    padding: 0 20px;
}

.css-1foro76 .footer-cards {
    width: 393px;
    max-width: 100%;
    float: right;
}

.css-1foro76 .footer-bottom-content {
    padding: 20px 0 15px;
}

.css-1foro76 .social-buttons {
    max-width: 280px;
}

.css-1foro76 .social-buttons .button {
    margin: 0 20px 10px 10px;
}

@media (max-width:960px) {
    .css-1foro76 {
        padding-bottom: 50px;
    }
    .css-1foro76 .top-footer-left,
    .css-1foro76 .top-footer-right {
        width: 100%;
        text-align: center;
    }
    .css-1foro76 .social-buttons,
    .css-1foro76 .footer-buttons {
        margin: 0 auto;
    }
    .css-1foro76 .footer-bottom-content {
        padding: 2px 0 15px;
    }
    .css-1foro76 .footer-cards {
        float: none;
        margin: 10px auto;
    }
}

@media (max-width:600px) {
    .css-1foro76 .menu-col {
        width: 33%;
    }
    .css-1foro76 .menu-col.menu-col-last {
        width: 100%;
        text-align: center;
    }
    .css-1foro76 .mobile-menu-col {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        text-align: left;
    }
    .css-1foro76 .h4 {
        font-size: 18px;
    }
}