header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 19px 0;
    z-index: 99
}

header .menu-container .btns-wrapper {
    display: none
}

@media (min-width:768px) {
    header {
        padding: 28px 0 8px
    }
}

header a.logo {
    margin-right: 1.5rem;
    line-height: 1
}

@media (max-width:990px) {
    header .container {
        align-items: center
    }
}

header .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    opacity: 1;
    background-color: #fff
}

header .icon-bar.middle-bar {
    margin: 5px 0
}

header .navbar.sidebar,
header .toggle-nav {
    display: none
}

@media (max-width:990px) {
    header .navbar.sidebar .ul-nav-wrapper {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: calc(100vh - 40px);
        border-top: 1px solid rgba(255, 255, 255, .2);
        width: calc(100% - 1rem);
        margin: 4.5rem auto .5rem;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    header .navbar.sidebar .ul-nav-wrapper::-webkit-scrollbar {
        display: none
    }

    header .toggle-nav {
        padding: 0 .5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        background: 0 0;
        border: none;
        outline: 0;
        z-index: 101
    }

    header .navbar.sidebar {
        display: block;
        position: fixed;
        top: 0;
        z-index: 15;
        width: 100%;
        min-height: 100vh;
        height: 100vh;
        overflow: hidden;
        background: #040c48;
        margin: 0 auto;
        line-height: 2.5;
        right: -100%
    }

    header .navbar.sidebar li.navbar-nav__item a::after {
        display: none
    }

    header .navbar.sidebar a {
        opacity: 1
    }

    header .navbar.sidebar .navbar-nav {
        transform: translateX(50px);
        opacity: 0
    }

    header .navbar.sidebar .navbar-nav .navbar-nav__item {
        opacity: 0;
        transform: translateX(25%)
    }

    header .navbar.sidebar .btn {
        max-width: 400px;
        margin: 0 auto;
        width: calc(100% - 1rem);
        margin-bottom: 1.5rem
    }

    header .accordion {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-top: 1px solid rgba(255, 255, 255, .2);
        margin: 0 auto
    }

    header .accordion .link {
        display: flex;
        justify-content: space-between;
        position: relative;
        font-weight: 500;
        padding: 1rem;
        color: #fff
    }

    header .accordion .link .icon {
        font-size: .85rem;
        line-height: 0;
        display: flex;
        align-items: center;
        transform: rotate(-90deg)
    }

    header ul.submenu {
        display: none;
        padding: 0 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    header ul.submenu .title {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 1.5rem;
        display: block;
        font-weight: 600
    }

    header ul.submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        margin-bottom: 1.5rem
    }
}

header .navbar-nav {
    list-style: none;
    position: relative;
    width: 100%;
    line-height: 1;
    margin: 0;
    max-height: 100%
}

header .navbar-nav li.navbar-nav__item {
    display: inline-block
}

header .navbar-nav li.navbar-nav__item a {
    position: relative;
    font-family: inherit;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    margin-bottom: 1.5rem;
    font-size: 1rem
}

header .navbar-nav li.navbar-nav__item a:not(.btn)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
    background: #1991ff;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    margin-right: 0;
    margin-bottom: -.5rem
}

.menu {
    display: none
}

.menu>ul>li.dropdown>ul {
    display: none;
    grid-template-columns: 2.25fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    backdrop-filter: saturate(180%) blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, .98);
    padding: 1.5rem 0;
    margin-top: 10px;
    position: absolute;
    z-index: 99;
    right: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transform: translateY(0)
}

.menu {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    text-align: right
}

.menu .apply-after::after {
    content: " ";
    background: linear-gradient(to right, #040c48 1%, #00589c 51%, #03a9f5);
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%
}

.menu .logo {
    display: flex;
    height: 42px;
    margin-top: -7px
}

.menu>ul>li.dropdown i {
    font-size: 10px;
    margin-left: 3px
}

.menu>ul>li.dropdown ul {
    width: 100%
}

.menu-container {
    margin: 0;
    width: 100%
}

.menu img {
    max-width: 100%
}

.menu>ul {
    display: flex;
    justify-content: flex-end
}

.menu>ul>li {
    padding: 1rem 2rem 1rem 1rem
}

@media (min-width:1200px) {
    .menu>ul>li {
        padding: 1rem 2.5rem 1rem 1rem
    }
}

.menu>ul>li:last-child {
    padding: 1rem 0
}

.menu>ul>li span {
    text-align: left
}

.menu>ul>li p {
    text-align: left
}

.menu>ul>li>a {
    position: relative;
    text-decoration: none;
    display: block;
    color: #fff;
    opacity: .7;
    font-family: inherit;
    font-weight: 500
}

.menu>ul>li>ul>li:not(.align-items-start) {
    margin: 0;
    list-style: none;
    float: left;
    color: #212b36;
    display: flex;
    flex-direction: column;
    align-items: center
}

.menu>ul>li>ul>li.align-items-start {
    color: #212b36;
    flex-direction: column
}

.menu>ul>li>ul>li a {
    color: #777;
    display: block;
    border-bottom: 1px solid #ccc
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box
}

.menu>ul>li>ul>li>ul>li {
    width: 100%;
    text-align: left;
    margin-bottom: .5rem
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px
}

@media (max-width:990px) {
    .menu {
        display: none
    }
}

.menu>ul>li.dropdown>a::after {
    content: "";
    background-image: url("asset-img/img/nav-arrow.html");
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 9px;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(40px)
}

input[type=email] {
    border-radius: 3px;
    border: solid 1px #c4cdd5;
    background-color: #fff;
    padding: .5rem;
    outline: 0;
    width: 100%;
    height: 36px;
    font-size: .875rem
}

input:-ms-input-placeholder {
    color: #949494;
    opacity: .7;
    text-align: left
}

input::-moz-placeholder {
    color: #949494;
    opacity: .7;
    text-align: left
}

input:-moz-placeholder {
    color: #949494;
    opacity: .7;
    text-align: left
}

input::-webkit-input-placeholder {
    opacity: .7;
    text-align: left
}

* {
    padding: 0;
    margin: 0
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    color: #212b36;
    overflow-x: hidden
}

button,
input,
input:-webkit-autofill::first-line {
    font-family: inherit
}

#pageWrap {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: hidden;
    scrollbar-width: none
}

#pageWrap::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.h2,
h1,
h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600
}

h1 {
    font-size: 2.2rem;
    line-height: 1.25;
    letter-spacing: -1px
}

@media (min-width:460px) {
    h1 {
        font-size: 2.45rem
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 2.65rem;
        line-height: 1.4
    }
}

.h2,
h2 {
    font-size: 1.75rem;
    line-height: 1.4
}

.h2-smaller {
    font-size: 1.132rem
}

@media (min-width:1024px) {
    .h2-smaller {
        font-size: 1.625rem
    }
}

.btn {
    position: relative;
    text-align: center;
    font-weight: 500;
    min-width: 98px;
    padding: .6rem .9rem;
    font-size: .8rem;
    line-height: 1.2;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    will-change: background-color, color, background-image, border-color
}

@media (min-width:414px) {
    .btn {
        font-size: .875rem
    }
}

.btn.btn-xl {
    border-radius: 3px;
    padding: .5rem .7rem
}

@media (min-width:414px) {
    .btn.btn-xl {
        font-size: .95rem;
        padding: .6rem .9rem
    }
}

@media (min-width:768px) {
    .btn.btn-xl {
        font-size: 1.1rem;
        padding: .8rem 1.2rem
    }
}

.btn.btn-border-green {
    border: 2px solid #009762;
    color: #212b36
}

.btn.btn-green {
    color: #212b36;
    border: solid 2px #02a169;
    background-image: linear-gradient(179deg, #03a9f5 0, #03a9f5 52%, #03a9f5 100%);
    z-index: 1
}

.btn.btn-green::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(179deg, #00f198 0, #19ba80 52%, #007c50 100%);
    z-index: -1;
    opacity: 0
}

.btn.btn-green-outline {
    color: #212b36;
    border: solid 2px #02a169;
    background: 0 0;
    z-index: 1
}

.btn.btn-green-outline::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(179deg, #00f198 0, #19ba80 52%, #007c50 100%);
    z-index: -1;
    opacity: 0
}

.btn.btn-white {
    color: #212b36;
    border: solid 2px #e4e4e4;
    background-color: #fff
}

.btn.btn-white.btn-border-green {
    border: 2px solid #009762
}

.btn.btn-white-outline {
    color: #fff;
    background-image: linear-gradient(179deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
    border: solid 2px #fff
}

.btn.btn-white-outline::before {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(179deg, #fff 0, #fff 52%, #e6e6e6 100%);
    z-index: -1;
    opacity: 0
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-bold {
    font-weight: 600
}

p {
    line-height: 1.4;
    margin: 0
}

.text-small {
    font-size: .91rem;
    letter-spacing: 0
}

.mt-0 {
    margin-top: 0
}

.mt-05 {
    margin-top: .5rem
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem
}

.mb-05 {
    margin-bottom: .5rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mr-05 {
    margin-right: .5rem
}

.mt-1_5 {
    margin-top: 1.5rem !important
}

.mb-1_5 {
    margin-bottom: 1.5rem !important
}

.pr-1 {
    padding-right: 1rem
}

.pl-1 {
    padding-left: 1rem
}

.opacity {
    opacity: .5
}

.icon {
    line-height: 0
}

img {
    max-width: 100%
}

@media (min-width:991px) {
    .d-lg-none {
        display: none
    }

    .d-lg-block {
        display: block
    }
}

.text-grey {
    color: #637381
}

.text-green {
    color: #03a9f5
}

.text-white {
    color: #fff
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    display: inline-block;
    color: #1991ff
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-baseline {
    align-items: baseline
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.animate-scroll {
    opacity: 0;
    transform: translateY(4em);
    will-change: transform, opacity
}

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

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

@media (min-width:768px) {
    .container {
        min-width: 720px;
        padding-right: 0;
        padding-left: 0
    }
}

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1240px
    }
}

.w-100 {
    width: 100%
}

.h-100vh {
    height: 100%;
    min-height: 100vh
}

.h-100 {
    height: 100%
}

@media (max-width:767px) {
    .switchmarkets-logo {
        max-width: 140px;
        height: auto
    }
}

.hero {
    height: 100%
}

.hero.homepage header {
    position: relative
}

#cookie-msg-wrapper.hidden {
    visibility: hidden;
    transform: translateY(200%)
}

input {
    font-size: .8rem;
    font-weight: 400
}

@media screen and (device-aspect-ratio:2/3) {
    input[type=email] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    input[type=email] {
        font-size: .8rem
    }
}

@media screen and (device-aspect-ratio:375/667) {
    input[type=email] {
        font-size: .8rem
    }
}

@media screen and (device-aspect-ratio:9/16) {
    input[type=email] {
        font-size: .8rem
    }
}

.up-trade {
    color: #03a9f5
}

.pricing-toggle-container.regular-active .institutional-active {
    display: none
}

.price-card .price--header .opacity {
    opacity: .8;
    font-weight: 500;
    letter-spacing: .5px
}

.accordion {
    max-width: 1000px;
    margin: 3rem auto
}

img.toast-msg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 2rem
}

@media (min-width:991px) {
    img.toast-msg {
        margin-left: 60px
    }
}

.comment-area .chat-arrow {
    display: none;
    position: absolute;
    z-index: 0;
    bottom: 0;
    margin-bottom: -90px;
    margin-left: 2rem;
    width: 0;
    height: 0;
    border-top: 90px solid #09285d;
    border-right: 80px solid transparent;
    border-top-width: 90px;
    border-top-style: solid
}

@media (min-width:991px) {
    .comment-area .chat-arrow {
        display: block
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.overlay_hidden {
    display: none
}

.popup {
    margin: 1rem auto;
    border-radius: 5px;
    width: 90%;
    max-width: 900px;
    z-index: 99;
    position: relative;
    background: linear-gradient(120deg, #040c48 1%, #00589c 51%, #03a9f5 100%);
    padding: 7rem 4rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.popup::-webkit-scrollbar {
    display: none
}

.popup .close {
    position: absolute;
    top: 0;
    right: .5rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}

.popup .content {
    height: 100%
}

@media screen and (max-width:700px) {
    .popup {
        width: 95%;
        padding: 0;
        overflow: hidden auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .popup::-webkit-scrollbar {
        display: none;
        width: 0;
        background: 0 0
    }
}

.input-button-inside {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    padding: .25rem;
    border-radius: 3px;
    border: 1px solid #02a169;
    width: 100%;
    max-width: 400px
}

@media (min-width:768px) {
    .input-button-inside {
        grid-template-columns: 2fr 1fr
    }
}

.input-button-inside input {
    display: inline-block;
    height: 40px;
    border: none
}

.currency-card {
    border-radius: 3.2px;
    box-shadow: 0 0 48px 8px rgba(13, 37, 62, .1)
}

.currency-card.dark-card {
    min-width: 270px;
    padding: 8px 0
}

.currency-card.top {
    padding-top: 1rem;
    padding-bottom: 0
}

@media (max-width:360px) {
    .currency-card {
        width: calc(100% + 15px);
        margin-left: -7px
    }
}

.currency-card .trade-numb {
    font-size: .82rem;
    text-align: center
}

@media (min-width:576px) {
    .currency-card .trade-numb {
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .currency-card .trade-numb {
        font-size: 1.125rem
    }
}

.currency-card .symbol {
    display: grid;
    justify-self: start;
    grid-template-columns: 1fr
}

@media (min-width:400px) {
    .currency-card .symbol {
        grid-template-columns: 40px 1fr
    }

    .currency-card .symbol img {
        flex: 1 1 33px
    }
}

@media (min-width:768px) {
    .currency-card .symbol {
        align-items: center
    }
}

.currency-card .h2 {
    font-size: 1rem
}

@media (min-width:768px) {
    .currency-card .h2 {
        font-size: 1.125rem
    }
}

.currency-card .data-img {
    display: none
}

@media (min-width:768px) {
    .currency-card .data-img {
        display: inline-block
    }
}

.currency-card .data-img img {
    height: 100%;
    object-fit: cover
}

.currency-card .trade-numb-down-up {
    font-size: .875rem;
    display: none;
    align-items: center;
    justify-content: flex-end;
    grid-column: 2/3;
    grid-row: 1/4
}

@media (min-width:525px) {
    .currency-card .trade-numb-down-up {
        display: flex
    }
}

.currency-card .icon {
    font-size: .6rem;
    margin-left: .4rem
}

.currency-card .top-spacers {
    display: none
}

@media (min-width:525px) {
    .currency-card .top-spacers.first {
        display: block
    }
}

@media (min-width:768px) {
    .currency-card .top-spacers {
        display: block
    }
}

.currency-card .column-head {
    font-size: .82rem;
    color: #637381
}

.currency-card .wrapper {
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, .06);
    display: grid;
    justify-items: center;
    padding: 0 1rem;
    grid-template-columns: auto 65px 65px 55px 10px
}

@media (min-width:330px) {
    .currency-card .wrapper {
        grid-template-columns: auto 75px 75px 55px 10px
    }
}

@media (min-width:525px) {
    .currency-card .wrapper {
        grid-template-columns: minmax(125px, auto) 1fr 1fr 1fr 1fr 10px
    }
}

@media (min-width:768px) {
    .currency-card .wrapper {
        grid-template-columns: 140px 75px 70px auto auto 75px 100px
    }
}

@media (min-width:992px) {
    .currency-card .wrapper {
        grid-template-columns: 150px 75px 100px auto auto 75px 100px
    }
}

@media (min-width:1200px) {
    .currency-card .wrapper {
        grid-template-columns: 130px 75px 45px auto auto 75px 100px
    }
}

.currency-card .ask,
.currency-card .bid,
.currency-card .spread {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center
}

@media (min-width:768px) {

    .currency-card .ask,
    .currency-card .bid,
    .currency-card .spread {
        flex-direction: column
    }
}

.currency-card .btn {
    display: none
}

@media (min-width:768px) {
    .currency-card .btn {
        display: block;
        color: #fff
    }
}

.currency-card .link {
    transform: rotate(-90deg);
    color: #03a9f5
}

@media (min-width:768px) {
    .currency-card .link {
        display: none
    }
}

.bids-cards-wrapper {
    margin-top: 1rem;
    align-items: baseline;
    grid-gap: 0;
    background-color: transparent;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 24px 7px rgba(13, 37, 62, .1);
    background-image: linear-gradient(112deg, rgba(0, 0, 0, .27) 5%, rgba(0, 0, 0, .2) 86%);
    border-radius: 4px
}

@media (min-width:768px) {
    .bids-cards-wrapper {
        margin-top: 2.5rem
    }
}

@media (min-width:991px) {
    .bids-cards-wrapper {
        margin-top: .5rem
    }
}

.desktop-bids-cards--wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
    grid-gap: 0
}

.h-100vh {
    min-height: 100vh
}

@media (max-width:767px)and (min-height:801px) {
    .h-100vh {
        min-height: 90vh
    }
}

@media (min-width:991px)and (min-height:700px) {
    .h-100vh {
        min-height: calc(100vh + 5rem)
    }
}

@media (max-height:600px) {
    .h-100vh {
        min-height: calc(100vh + 11rem)
    }
}

@media (min-height:799px) {
    .h-100vh {
        min-height: 89vh
    }
}

img {
    height: auto
}

body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

body::-webkit-scrollbar {
    display: none
}

.hero {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    color: #fff
}

@media (min-width:768px) {
    .hero h1 {
        font-size: 2.65rem
    }
}

@media (min-width:1240px) {
    .hero h1 {
        font-size: 3rem;
        line-height: 1.2
    }
}

.hero .desktop-bids-cards--wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
    grid-gap: 0
}

.hero.homepage header {
    position: relative;
    will-change: position
}

.hero .icon-check {
    font-size: 1.25rem
}

.hero .content {
    width: 100%;
    border-right: 0;
    z-index: 1
}

@media (min-width:991px) {
    .hero .content {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2rem
    }
}

@media (min-width:768px)and (max-width:1199px) {
    .hero .content {
        border-right: 0
    }
}

@media (min-width:1200px) {
    .hero .content {
        grid-template-columns: 1fr 1.5fr;
        grid-gap: 2rem;
        margin-top: -3rem
    }
}

.full-height-hero {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (max-width:359px) {
    .full-height-hero {
        padding-top: 1rem
    }
}

@media (max-width:767px) {
    .full-height-hero {
        padding-bottom: 10rem
    }
}

@media (min-width:768px) {
    .full-height-hero {
        padding-top: 3rem;
        padding-bottom: 8rem
    }
}

.full-height-hero ul li {
    font-size: 1.25rem;
    margin-bottom: .5rem
}

@media (max-width:413px) {
    .full-height-hero ul li {
        font-size: 1.1rem
    }
}

.full-height-hero .buttons-wrapper {
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .full-height-hero .buttons-wrapper {
        margin-top: 2.5rem
    }
}

@media (max-width:359px) {
    .full-height-hero .buttons-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 1.5rem
    }
}

.full-height-hero .btn-green {
    margin-right: 1rem
}

@media (max-width:359px) {
    .full-height-hero .btn-green {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

@media (min-width:991px) {
    .full-height-hero {
        justify-content: space-evenly;
        min-height: calc(100vh - 88px)
    }
}

@media screen and (min-width:768px)and (max-width:1120px)and (orientation:landscape) {
    .full-height-hero {
        padding-top: 3rem;
        min-height: calc(100vh + 6rem);
        justify-content: flex-start
    }
}

@media (min-height:1200px) {
    .full-height-hero {
        min-height: 80vh
    }
}

@media (min-height:1600px) {
    .full-height-hero {
        min-height: 60vh
    }
}

@media (min-height:1920px) {
    .full-height-hero {
        min-height: 45vh
    }
}

@media (min-width:991px)and (min-height:850px) {
    .full-height-hero.h-100vh.cookie-visible-viewport {
        justify-content: center;
        min-height: calc(100vh - 160px);
        padding-top: 3rem
    }
}

.hero-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .94), rgba(0, 0, 0, .7)), linear-gradient(123deg, #040c48 1%, rgba(0, 88, 156, .85) 51%, #03a9f5);
    z-index: 0;
    opacity: .8
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1
}

.hero-bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.data-wrapper {
    width: 100%;
    position: absolute;
    margin-top: 0;
    bottom: 0;
    padding: 1rem 0 .5rem;
    background: rgba(0, 0, 0, 0.25)
}

.data-wrapper .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center
}

@media(min-width:991px) {
    .data-wrapper {
        margin-top: 0
    }
}

.data-wrapper .item {
    padding: 0 .25rem
}

@media(min-width:768px) {
    .data-wrapper .item {
        padding: 0 .65rem;
        flex-direction: row;
        align-items: center;
        text-align: left;
        justify-content: space-around
    }
}

.data-wrapper .item:not(:last-child) {
    border-right: 1px solid #828282
}

.data-wrapper .item:not(:first-child) {
    font-size: 1.25rem
}

.data-wrapper .item__numb {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 2.625rem;
    font-size: 20px;
    text-align: left
}

@media(min-width:768px) {
    .data-wrapper .item__numb {
        font-size: 1.5rem
    }
}

@media(min-width:991px) {
    .data-wrapper .item__numb {
        font-size: 2.625rem
    }
}

.data-wrapper .item__text {
    text-align: left;
    order: 2;
    font-size: 10px
}

@media(min-width:768px) {
    .data-wrapper .item__text {
        font-size: .875rem;
        margin-right: .5rem;
        order: 0
    }
}

@media(min-width:991px) {
    .data-wrapper .item {
        border-right: 0 !important
    }

    .data-wrapper .item:not(:first-child)::before {
        content: ' ';
        border-left: 1px solid #828282;
        display: block;
        height: 46px;
        margin-right: 1rem
    }
}
