/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container-fluid,
.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-md-4,
.col-md-8,
.col-md,
.col-xl-3,
.col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

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

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

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

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: 0.5rem !important
}

.py-2 {
    padding-top: 0.5rem !important
}

.px-2 {
    padding-right: 0.5rem !important
}

.py-2 {
    padding-bottom: 0.5rem !important
}

.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.py-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

@media (min-width: 768px) {
    .px-md-5 {
        padding-right: 3rem !important
    }
    .px-md-5 {
        padding-left: 3rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

:root {
    scroll-behavior: smooth
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 15px
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

.h2 {
    font-size: 41px !important
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 31.53846px !important
    }
}

.h5 {
    font-size: 25px !important
}

@media (max-width: 767.98px) {
    .h5 {
        font-size: 19.23077px !important
    }
}

.h6 {
    font-size: 22px !important
}

@media (max-width: 767.98px) {
    .h6 {
        font-size: 16.92308px !important
    }
}

p {
    line-height: 22px
}

.bg-black-gradiant {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2328), to(#1d2328)) !important;
    background-image: linear-gradient(#1d2328, #1d2328) !important
}

.bg-golden-light {
    background-color: #e8b80f
}

.bg-oragen-replace {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffdf00), to(#ff9f00));
    background-image: linear-gradient(0deg, #ffdf00 0%, #ff9f00 100%)
}

.bg-oragen-replace.btn-gradiant-orange:hover {
    background-image: radial-gradient(#ffdf00 0%, #ff9f00 100%)
}

.b-golden-light-5 {
    border: #e8b80f solid !important;
    border-width: 2px !important
}

.b-golden-light-5 {
    border-width: 5px !important
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-golden {
    color: #e8b80f
}

.center-absolute {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.position-relative {
    position: relative
}

.circle {
    border-radius: 50%
}

.w-30px {
    width: 30px
}

.w-40px {
    width: 40px
}

.h-50 {
    height: 50%
}

.w-120px {
    width: 120px
}

.w-130px {
    width: 130px
}

.h-130px {
    height: 130px
}

.w-140px {
    width: 140px
}

.w-180px {
    width: 180px
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.br-10 {
    border-radius: 10px
}

.br-5 {
    border-radius: 5px
}

.o-hidden {
    overflow: hidden
}

.text-decoration-none {
    text-decoration: none
}

.text-bold-8 {
    font-weight: 800
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.translateY--50p {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.embed-container {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.animate__shakeY:hover {
    -webkit-animation-name: shakeY;
    -webkit-animation: shakeY 1.3s;
    animation: shakeY 1.3s
}

@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.HeaderLocv1.column-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 15, 22, 0.93)), to(rgba(1, 15, 22, 0.93))), url(./img/hotmart-miles-min.jpg) !important;
    background-image: linear-gradient(rgba(1, 15, 22, 0.93), rgba(1, 15, 22, 0.93)), url(./img/hotmart-miles-min.jpg) !important;
    background-size: auto, cover !important;
    background-position: 50% 50%, 50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important
}

.HeaderLocv1.column-2 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2328), to(#1d2328)) !important;
    background-image: linear-gradient(#1d2328, #1d2328) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important
}